@charset "UTF-8";
/*!
Theme Name: CozyHouse
Theme URI: https://ld-wp.template-help.com/wordpress_61222/
Author: Template Monster
Author URI: https://www.templatemonster.com/
Description: Real Estate theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cozyhouse
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, footer-widgets, full-width-template

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 https://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 https://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Social List
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  vertical-align: top; }

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: 14px;
  font-size: 1rem; }

h1 {
  margin: 0 0 0.15em 0; }

h2 {
  margin: 0 0 0.44em 0; }

h3 {
  margin: 0 0 0.75em 0; }

h4 {
  margin: 0 0 0.75em 0; }

h5 {
  margin: 0 0 0.7em 0; }

h6 {
  margin: 0 0 0.5em 0; }

p + h2 {
  margin-top: .54em; }

p + h3 {
  margin-top: 1.04em; }

p + h4 {
  margin-top: 1.01em; }

p + h5 {
  margin-top: 1.6em; }

p + h6 {
  margin-top: 1.65em; }

.post-content h3 + *,
.comment-content h3 + *,
.entry-content h3 + * {
  margin-top: 1.8125rem; }

p {
  margin: 0 0 .9375em; }

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

blockquote {
  font-size: 17.5px;
  font-size: 1.25rem; }
  blockquote cite {
    font-size: 12.25px;
    font-size: 0.875rem; }

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: 14px;
  font-size: 1rem; }

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

code {
  padding: 2px 5px; }

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

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

ins {
  padding: 1px 8px;
  text-decoration: none;
  border: none;
  background: #f9f9f9; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.7855rem;
  padding-right: 1.7855rem; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

.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.7855rem;
  padding-right: 1.7855rem; }

.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 https://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. */ }

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

blockquote {
  position: relative;
  margin: 0 0 1em; }
  blockquote p {
    margin: 0; }
    blockquote p + p {
      margin-top: .7em; }
  blockquote cite {
    display: block;
    margin: .875em 0 0; }
    blockquote cite:before {
      content: "— "; }
  blockquote:before {
    content: "“";
    display: block;
    font: bold 110px/1em "Times New Roman", serif;
    margin-bottom: -35px; }
  .post-content blockquote,
  .comment-content blockquote,
  .entry-content blockquote {
    margin: 1.25em 0 1.85em; }

hr {
  background-color: #f0f0f0;
  border: 0;
  height: 1px;
  margin: 2.625em 0 2.4375em; }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.post-content > ul,
.post-content > ol,
.comment-content > ul,
.comment-content > ol,
.entry-content > ul,
.entry-content > ol,
#tm_builder_outer_content .tm_pb_text > ul,
#tm_builder_outer_content .tm_pb_text > ol,
#tm_builder_outer_content .tm_pb_blurb_content > ul,
#tm_builder_outer_content .tm_pb_blurb_content > ol,
#tm_builder_outer_content .tm_pb_slide_content > ul,
#tm_builder_outer_content .tm_pb_slide_content > ol,
#tm_builder_outer_content ul.tm_pb_pricing > li > span > ul,
#tm_builder_outer_content ul.tm_pb_pricing > li > span > ol,
#tm_builder_outer_content .tm_pb_testimonial_description_inner > ul,
#tm_builder_outer_content .tm_pb_testimonial_description_inner > ol,
#tm_builder_outer_content .tm_pb_promo_description > ul,
#tm_builder_outer_content .tm_pb_promo_description > ol,
#tm_builder_outer_content .tm_pb_toggle_content > ul,
#tm_builder_outer_content .tm_pb_toggle_content > ol,
#tm_builder_outer_content .tm_pb_tab > ul,
#tm_builder_outer_content .tm_pb_tab > ol,
#tm_builder_outer_content .tm_pb_team_member_description > ul,
#tm_builder_outer_content .tm_pb_team_member_description > ol,
#tm_builder_outer_content .tm_pb_toggle_content > ul,
#tm_builder_outer_content .tm_pb_toggle_content > ol {
  padding: 0;
  list-style: none; }
  .post-content > ul li,
  .post-content > ol li,
  .comment-content > ul li,
  .comment-content > ol li,
  .entry-content > ul li,
  .entry-content > ol li,
  #tm_builder_outer_content .tm_pb_text > ul li,
  #tm_builder_outer_content .tm_pb_text > ol li,
  #tm_builder_outer_content .tm_pb_blurb_content > ul li,
  #tm_builder_outer_content .tm_pb_blurb_content > ol li,
  #tm_builder_outer_content .tm_pb_slide_content > ul li,
  #tm_builder_outer_content .tm_pb_slide_content > ol li,
  #tm_builder_outer_content ul.tm_pb_pricing > li > span > ul li,
  #tm_builder_outer_content ul.tm_pb_pricing > li > span > ol li,
  #tm_builder_outer_content .tm_pb_testimonial_description_inner > ul li,
  #tm_builder_outer_content .tm_pb_testimonial_description_inner > ol li,
  #tm_builder_outer_content .tm_pb_promo_description > ul li,
  #tm_builder_outer_content .tm_pb_promo_description > ol li,
  #tm_builder_outer_content .tm_pb_toggle_content > ul li,
  #tm_builder_outer_content .tm_pb_toggle_content > ol li,
  #tm_builder_outer_content .tm_pb_tab > ul li,
  #tm_builder_outer_content .tm_pb_tab > ol li,
  #tm_builder_outer_content .tm_pb_team_member_description > ul li,
  #tm_builder_outer_content .tm_pb_team_member_description > ol li,
  #tm_builder_outer_content .tm_pb_toggle_content > ul li,
  #tm_builder_outer_content .tm_pb_toggle_content > ol li {
    position: relative;
    padding: .1875em 0 .25em; }
    .post-content > ul li > ul,
    .post-content > ul li > ol,
    .post-content > ol li > ul,
    .post-content > ol li > ol,
    .comment-content > ul li > ul,
    .comment-content > ul li > ol,
    .comment-content > ol li > ul,
    .comment-content > ol li > ol,
    .entry-content > ul li > ul,
    .entry-content > ul li > ol,
    .entry-content > ol li > ul,
    .entry-content > ol li > ol,
    #tm_builder_outer_content .tm_pb_text > ul li > ul,
    #tm_builder_outer_content .tm_pb_text > ul li > ol,
    #tm_builder_outer_content .tm_pb_text > ol li > ul,
    #tm_builder_outer_content .tm_pb_text > ol li > ol,
    #tm_builder_outer_content .tm_pb_blurb_content > ul li > ul,
    #tm_builder_outer_content .tm_pb_blurb_content > ul li > ol,
    #tm_builder_outer_content .tm_pb_blurb_content > ol li > ul,
    #tm_builder_outer_content .tm_pb_blurb_content > ol li > ol,
    #tm_builder_outer_content .tm_pb_slide_content > ul li > ul,
    #tm_builder_outer_content .tm_pb_slide_content > ul li > ol,
    #tm_builder_outer_content .tm_pb_slide_content > ol li > ul,
    #tm_builder_outer_content .tm_pb_slide_content > ol li > ol,
    #tm_builder_outer_content ul.tm_pb_pricing > li > span > ul li > ul,
    #tm_builder_outer_content ul.tm_pb_pricing > li > span > ul li > ol,
    #tm_builder_outer_content ul.tm_pb_pricing > li > span > ol li > ul,
    #tm_builder_outer_content ul.tm_pb_pricing > li > span > ol li > ol,
    #tm_builder_outer_content .tm_pb_testimonial_description_inner > ul li > ul,
    #tm_builder_outer_content .tm_pb_testimonial_description_inner > ul li > ol,
    #tm_builder_outer_content .tm_pb_testimonial_description_inner > ol li > ul,
    #tm_builder_outer_content .tm_pb_testimonial_description_inner > ol li > ol,
    #tm_builder_outer_content .tm_pb_promo_description > ul li > ul,
    #tm_builder_outer_content .tm_pb_promo_description > ul li > ol,
    #tm_builder_outer_content .tm_pb_promo_description > ol li > ul,
    #tm_builder_outer_content .tm_pb_promo_description > ol li > ol,
    #tm_builder_outer_content .tm_pb_toggle_content > ul li > ul,
    #tm_builder_outer_content .tm_pb_toggle_content > ul li > ol,
    #tm_builder_outer_content .tm_pb_toggle_content > ol li > ul,
    #tm_builder_outer_content .tm_pb_toggle_content > ol li > ol,
    #tm_builder_outer_content .tm_pb_tab > ul li > ul,
    #tm_builder_outer_content .tm_pb_tab > ul li > ol,
    #tm_builder_outer_content .tm_pb_tab > ol li > ul,
    #tm_builder_outer_content .tm_pb_tab > ol li > ol,
    #tm_builder_outer_content .tm_pb_team_member_description > ul li > ul,
    #tm_builder_outer_content .tm_pb_team_member_description > ul li > ol,
    #tm_builder_outer_content .tm_pb_team_member_description > ol li > ul,
    #tm_builder_outer_content .tm_pb_team_member_description > ol li > ol,
    #tm_builder_outer_content .tm_pb_toggle_content > ul li > ul,
    #tm_builder_outer_content .tm_pb_toggle_content > ul li > ol,
    #tm_builder_outer_content .tm_pb_toggle_content > ol li > ul,
    #tm_builder_outer_content .tm_pb_toggle_content > ol li > ol {
      padding: .25em 0 0 1.25em;
      margin: 0;
      display: block; }
      .post-content > ul li > ul > li:first-child,
      .post-content > ul li > ol > li:first-child,
      .post-content > ol li > ul > li:first-child,
      .post-content > ol li > ol > li:first-child,
      .comment-content > ul li > ul > li:first-child,
      .comment-content > ul li > ol > li:first-child,
      .comment-content > ol li > ul > li:first-child,
      .comment-content > ol li > ol > li:first-child,
      .entry-content > ul li > ul > li:first-child,
      .entry-content > ul li > ol > li:first-child,
      .entry-content > ol li > ul > li:first-child,
      .entry-content > ol li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_text > ul li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_text > ul li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_text > ol li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_text > ol li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_blurb_content > ul li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_blurb_content > ul li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_blurb_content > ol li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_blurb_content > ol li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_slide_content > ul li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_slide_content > ul li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_slide_content > ol li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_slide_content > ol li > ol > li:first-child,
      #tm_builder_outer_content ul.tm_pb_pricing > li > span > ul li > ul > li:first-child,
      #tm_builder_outer_content ul.tm_pb_pricing > li > span > ul li > ol > li:first-child,
      #tm_builder_outer_content ul.tm_pb_pricing > li > span > ol li > ul > li:first-child,
      #tm_builder_outer_content ul.tm_pb_pricing > li > span > ol li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_testimonial_description_inner > ul li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_testimonial_description_inner > ul li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_testimonial_description_inner > ol li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_testimonial_description_inner > ol li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_promo_description > ul li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_promo_description > ul li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_promo_description > ol li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_promo_description > ol li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_toggle_content > ul li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_toggle_content > ul li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_toggle_content > ol li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_toggle_content > ol li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_tab > ul li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_tab > ul li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_tab > ol li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_tab > ol li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_team_member_description > ul li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_team_member_description > ul li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_team_member_description > ol li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_team_member_description > ol li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_toggle_content > ul li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_toggle_content > ul li > ol > li:first-child,
      #tm_builder_outer_content .tm_pb_toggle_content > ol li > ul > li:first-child,
      #tm_builder_outer_content .tm_pb_toggle_content > ol li > ol > li:first-child {
        padding-top: 0; }
        .post-content > ul li > ul > li:first-child:before,
        .post-content > ul li > ol > li:first-child:before,
        .post-content > ol li > ul > li:first-child:before,
        .post-content > ol li > ol > li:first-child:before,
        .comment-content > ul li > ul > li:first-child:before,
        .comment-content > ul li > ol > li:first-child:before,
        .comment-content > ol li > ul > li:first-child:before,
        .comment-content > ol li > ol > li:first-child:before,
        .entry-content > ul li > ul > li:first-child:before,
        .entry-content > ul li > ol > li:first-child:before,
        .entry-content > ol li > ul > li:first-child:before,
        .entry-content > ol li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_text > ul li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_text > ul li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_text > ol li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_text > ol li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_blurb_content > ul li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_blurb_content > ul li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_blurb_content > ol li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_blurb_content > ol li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_slide_content > ul li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_slide_content > ul li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_slide_content > ol li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_slide_content > ol li > ol > li:first-child:before,
        #tm_builder_outer_content ul.tm_pb_pricing > li > span > ul li > ul > li:first-child:before,
        #tm_builder_outer_content ul.tm_pb_pricing > li > span > ul li > ol > li:first-child:before,
        #tm_builder_outer_content ul.tm_pb_pricing > li > span > ol li > ul > li:first-child:before,
        #tm_builder_outer_content ul.tm_pb_pricing > li > span > ol li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_testimonial_description_inner > ul li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_testimonial_description_inner > ul li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_testimonial_description_inner > ol li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_testimonial_description_inner > ol li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_promo_description > ul li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_promo_description > ul li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_promo_description > ol li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_promo_description > ol li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_toggle_content > ul li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_toggle_content > ul li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_toggle_content > ol li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_toggle_content > ol li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_tab > ul li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_tab > ul li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_tab > ol li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_tab > ol li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_team_member_description > ul li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_team_member_description > ul li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_team_member_description > ol li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_team_member_description > ol li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_toggle_content > ul li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_toggle_content > ul li > ol > li:first-child:before,
        #tm_builder_outer_content .tm_pb_toggle_content > ol li > ul > li:first-child:before,
        #tm_builder_outer_content .tm_pb_toggle_content > ol li > ol > li:first-child:before {
          top: 0; }
    .post-content > ul li > ol > li:before,
    .post-content > ol li > ol > li:before,
    .comment-content > ul li > ol > li:before,
    .comment-content > ol li > ol > li:before,
    .entry-content > ul li > ol > li:before,
    .entry-content > ol li > ol > li:before,
    #tm_builder_outer_content .tm_pb_text > ul li > ol > li:before,
    #tm_builder_outer_content .tm_pb_text > ol li > ol > li:before,
    #tm_builder_outer_content .tm_pb_blurb_content > ul li > ol > li:before,
    #tm_builder_outer_content .tm_pb_blurb_content > ol li > ol > li:before,
    #tm_builder_outer_content .tm_pb_slide_content > ul li > ol > li:before,
    #tm_builder_outer_content .tm_pb_slide_content > ol li > ol > li:before,
    #tm_builder_outer_content ul.tm_pb_pricing > li > span > ul li > ol > li:before,
    #tm_builder_outer_content ul.tm_pb_pricing > li > span > ol li > ol > li:before,
    #tm_builder_outer_content .tm_pb_testimonial_description_inner > ul li > ol > li:before,
    #tm_builder_outer_content .tm_pb_testimonial_description_inner > ol li > ol > li:before,
    #tm_builder_outer_content .tm_pb_promo_description > ul li > ol > li:before,
    #tm_builder_outer_content .tm_pb_promo_description > ol li > ol > li:before,
    #tm_builder_outer_content .tm_pb_toggle_content > ul li > ol > li:before,
    #tm_builder_outer_content .tm_pb_toggle_content > ol li > ol > li:before,
    #tm_builder_outer_content .tm_pb_tab > ul li > ol > li:before,
    #tm_builder_outer_content .tm_pb_tab > ol li > ol > li:before,
    #tm_builder_outer_content .tm_pb_team_member_description > ul li > ol > li:before,
    #tm_builder_outer_content .tm_pb_team_member_description > ol li > ol > li:before,
    #tm_builder_outer_content .tm_pb_toggle_content > ul li > ol > li:before,
    #tm_builder_outer_content .tm_pb_toggle_content > ol li > ol > li:before {
      position: relative;
      top: 0; }
    .post-content > ul li > ol > li:first-child:before,
    .post-content > ol li > ol > li:first-child:before,
    .comment-content > ul li > ol > li:first-child:before,
    .comment-content > ol li > ol > li:first-child:before,
    .entry-content > ul li > ol > li:first-child:before,
    .entry-content > ol li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_text > ul li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_text > ol li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_blurb_content > ul li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_blurb_content > ol li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_slide_content > ul li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_slide_content > ol li > ol > li:first-child:before,
    #tm_builder_outer_content ul.tm_pb_pricing > li > span > ul li > ol > li:first-child:before,
    #tm_builder_outer_content ul.tm_pb_pricing > li > span > ol li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_testimonial_description_inner > ul li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_testimonial_description_inner > ol li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_promo_description > ul li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_promo_description > ol li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_toggle_content > ul li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_toggle_content > ol li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_tab > ul li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_tab > ol li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_team_member_description > ul li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_team_member_description > ol li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_toggle_content > ul li > ol > li:first-child:before,
    #tm_builder_outer_content .tm_pb_toggle_content > ol li > ol > li:first-child:before {
      top: 0; }

.post-content > ul,
.comment-content > ul,
.entry-content > ul,
#tm_builder_outer_content .tm_pb_text > ul,
#tm_builder_outer_content .tm_pb_blurb_content > ul,
#tm_builder_outer_content .tm_pb_slide_content > ul,
#tm_builder_outer_content ul.tm_pb_pricing > li > span > ul,
#tm_builder_outer_content .tm_pb_testimonial_description_inner > ul,
#tm_builder_outer_content .tm_pb_promo_description > ul,
#tm_builder_outer_content .tm_pb_toggle_content > ul,
#tm_builder_outer_content .tm_pb_tab > ul,
#tm_builder_outer_content .tm_pb_team_member_description > ul,
#tm_builder_outer_content .tm_pb_toggle_content > ul {
  margin: .625em 0; }
  .post-content > ul > li:before,
  .comment-content > ul > li:before,
  .entry-content > ul > li:before,
  #tm_builder_outer_content .tm_pb_text > ul > li:before,
  #tm_builder_outer_content .tm_pb_blurb_content > ul > li:before,
  #tm_builder_outer_content .tm_pb_slide_content > ul > li:before,
  #tm_builder_outer_content ul.tm_pb_pricing > li > span > ul > li:before,
  #tm_builder_outer_content .tm_pb_testimonial_description_inner > ul > li:before,
  #tm_builder_outer_content .tm_pb_promo_description > ul > li:before,
  #tm_builder_outer_content .tm_pb_toggle_content > ul > li:before,
  #tm_builder_outer_content .tm_pb_tab > ul > li:before,
  #tm_builder_outer_content .tm_pb_team_member_description > ul > li:before,
  #tm_builder_outer_content .tm_pb_toggle_content > ul > li:before {
    content: '•';
    line-height: inherit;
    position: relative;
    top: 0;
    left: 0;
    font-weight: bold;
    margin: 0 10px 0 0; }
  .post-content > ul > li.parent:before,
  .comment-content > ul > li.parent:before,
  .entry-content > ul > li.parent:before,
  #tm_builder_outer_content .tm_pb_text > ul > li.parent:before,
  #tm_builder_outer_content .tm_pb_blurb_content > ul > li.parent:before,
  #tm_builder_outer_content .tm_pb_slide_content > ul > li.parent:before,
  #tm_builder_outer_content ul.tm_pb_pricing > li > span > ul > li.parent:before,
  #tm_builder_outer_content .tm_pb_testimonial_description_inner > ul > li.parent:before,
  #tm_builder_outer_content .tm_pb_promo_description > ul > li.parent:before,
  #tm_builder_outer_content .tm_pb_toggle_content > ul > li.parent:before,
  #tm_builder_outer_content .tm_pb_tab > ul > li.parent:before,
  #tm_builder_outer_content .tm_pb_team_member_description > ul > li.parent:before,
  #tm_builder_outer_content .tm_pb_toggle_content > ul > li.parent:before {
    display: none; }

.post-content > ol,
.comment-content > ol,
.entry-content > ol,
#tm_builder_outer_content .tm_pb_text > ol,
#tm_builder_outer_content .tm_pb_blurb_content > ol,
#tm_builder_outer_content .tm_pb_slide_content > ol,
#tm_builder_outer_content ul.tm_pb_pricing > li > span > ol,
#tm_builder_outer_content .tm_pb_testimonial_description_inner > ol,
#tm_builder_outer_content .tm_pb_promo_description > ol,
#tm_builder_outer_content .tm_pb_toggle_content > ol,
#tm_builder_outer_content .tm_pb_tab > ol,
#tm_builder_outer_content .tm_pb_team_member_description > ol,
#tm_builder_outer_content .tm_pb_toggle_content > ol {
  margin: .625em 0;
  padding: 0; }
  .post-content > ol > li,
  .comment-content > ol > li,
  .entry-content > ol > li,
  #tm_builder_outer_content .tm_pb_text > ol > li,
  #tm_builder_outer_content .tm_pb_blurb_content > ol > li,
  #tm_builder_outer_content .tm_pb_slide_content > ol > li,
  #tm_builder_outer_content ul.tm_pb_pricing > li > span > ol > li,
  #tm_builder_outer_content .tm_pb_testimonial_description_inner > ol > li,
  #tm_builder_outer_content .tm_pb_promo_description > ol > li,
  #tm_builder_outer_content .tm_pb_toggle_content > ol > li,
  #tm_builder_outer_content .tm_pb_tab > ol > li,
  #tm_builder_outer_content .tm_pb_team_member_description > ol > li,
  #tm_builder_outer_content .tm_pb_toggle_content > ol > li {
    padding-left: 0; }
    .post-content > ol > li ol,
    .comment-content > ol > li ol,
    .entry-content > ol > li ol,
    #tm_builder_outer_content .tm_pb_text > ol > li ol,
    #tm_builder_outer_content .tm_pb_blurb_content > ol > li ol,
    #tm_builder_outer_content .tm_pb_slide_content > ol > li ol,
    #tm_builder_outer_content ul.tm_pb_pricing > li > span > ol > li ol,
    #tm_builder_outer_content .tm_pb_testimonial_description_inner > ol > li ol,
    #tm_builder_outer_content .tm_pb_promo_description > ol > li ol,
    #tm_builder_outer_content .tm_pb_toggle_content > ol > li ol,
    #tm_builder_outer_content .tm_pb_tab > ol > li ol,
    #tm_builder_outer_content .tm_pb_team_member_description > ol > li ol,
    #tm_builder_outer_content .tm_pb_toggle_content > ol > li ol {
      margin: 0; }

.post-content ol,
.comment-content ol,
.entry-content ol,
#tm_builder_outer_content .tm_pb_text ol,
#tm_builder_outer_content .tm_pb_blurb_content ol,
#tm_builder_outer_content .tm_pb_slide_content ol,
#tm_builder_outer_content ul.tm_pb_pricing > li > span ol,
#tm_builder_outer_content .tm_pb_testimonial_description_inner ol,
#tm_builder_outer_content .tm_pb_promo_description ol,
#tm_builder_outer_content .tm_pb_toggle_content ol,
#tm_builder_outer_content .tm_pb_tab ol,
#tm_builder_outer_content .tm_pb_team_member_description ol,
#tm_builder_outer_content .tm_pb_toggle_content ol {
  counter-reset: list; }
  .post-content ol > li:before,
  .comment-content ol > li:before,
  .entry-content ol > li:before,
  #tm_builder_outer_content .tm_pb_text ol > li:before,
  #tm_builder_outer_content .tm_pb_blurb_content ol > li:before,
  #tm_builder_outer_content .tm_pb_slide_content ol > li:before,
  #tm_builder_outer_content ul.tm_pb_pricing > li > span ol > li:before,
  #tm_builder_outer_content .tm_pb_testimonial_description_inner ol > li:before,
  #tm_builder_outer_content .tm_pb_promo_description ol > li:before,
  #tm_builder_outer_content .tm_pb_toggle_content ol > li:before,
  #tm_builder_outer_content .tm_pb_tab ol > li:before,
  #tm_builder_outer_content .tm_pb_team_member_description ol > li:before,
  #tm_builder_outer_content .tm_pb_toggle_content ol > li:before {
    content: counter(list, decimal-leading-zero);
    counter-increment: list;
    font-size: 1em;
    line-height: inherit;
    padding: 0 10px 0 0;
    font-weight: bold; }

.post-content ul + h3,
.post-content ol + h3,
.comment-content ul + h3,
.comment-content ol + h3,
.entry-content ul + h3,
.entry-content ol + h3 {
  margin-top: 1.8125em; }

.post-content h3 + ul,
.post-content h3 + ol,
.comment-content h3 + ul,
.comment-content h3 + ol,
.entry-content h3 + ul,
.entry-content h3 + ol {
  margin-top: 1.8125em; }

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

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

.entry-content table {
  margin: 0 0 1.5em;
  max-width: 100%; }
  .entry-content table th,
  .entry-content table td {
    padding: 5px;
    vertical-align: top; }
  .entry-content table thead th {
    vertical-align: bottom; }

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader {
  position: relative;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px; }
  .page-preloader-cover {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .page-preloader-houses {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
  .page-preloader-ground {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    height: 5px;
    background: #000;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation: 100ms left-right;
    animation: 100ms left-right; }
  .page-preloader-house {
    -webkit-animation: 100ms bottom-top;
    animation: 100ms bottom-top;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 2; }
    .page-preloader-house-1 {
      bottom: 0; }
      .page-preloader-house-1 .basis {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 60px;
        height: 130px;
        background: white;
        border: 5px solid; }
        .page-preloader-house-1 .basis .window {
          width: 25px;
          height: 25px;
          border-radius: 50%;
          border: 5px solid;
          position: absolute;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%) scale(0, 0);
          -ms-transform: translateX(-50%) scale(0, 0);
          transform: translateX(-50%) scale(0, 0);
          -webkit-animation: circle 200ms;
          animation: circle 200ms;
          -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
      .page-preloader-house-1 .roof {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 50px 40px 50px;
        border-color: transparent transparent #000 transparent;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(1, 0);
        -ms-transform: translateX(-50%) scale(1, 0);
        transform: translateX(-50%) scale(1, 0);
        bottom: 125px;
        z-index: 2;
        -webkit-animation: bottom-top-center 100ms;
        animation: bottom-top-center 100ms;
        -webkit-animation-delay: 400ms;
        animation-delay: 400ms;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%; }
        .page-preloader-house-1 .roof:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 35px 28px 35px;
          border-color: transparent transparent white transparent;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          top: 7px;
          z-index: 1; }
    .page-preloader-house-2 {
      width: 90px;
      height: 75px;
      border: 5px solid;
      background: white;
      position: absolute;
      bottom: 0;
      right: 20px;
      z-index: 3;
      -webkit-animation-delay: 200ms;
      animation-delay: 200ms; }
      .page-preloader-house-2 .roof {
        width: 100px;
        height: 15px;
        border: 5px solid;
        position: absolute;
        top: -15px;
        left: -10px;
        background: white;
        -webkit-animation: 100ms top-bottom;
        animation: 100ms top-bottom;
        opacity: 0;
        -webkit-animation-delay: 600ms;
        animation-delay: 600ms;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
        .page-preloader-house-2 .roof .pipe {
          background: white;
          width: 15px;
          height: 15px;
          border: 5px solid;
          position: absolute;
          top: -15px;
          right: 15px;
          -webkit-animation: 100ms top-bottom;
          animation: 100ms top-bottom;
          opacity: 0;
          -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
      .page-preloader-house-2 .basis {
        position: relative;
        width: 100%;
        height: 100%; }
        .page-preloader-house-2 .basis .window {
          width: 50px;
          height: 25px;
          border: 5px solid;
          left: 50%;
          -webkit-transform: translatex(-50%);
          -ms-transform: translatex(-50%);
          transform: translatex(-50%);
          position: absolute;
          top: 5px;
          -webkit-animation: 100ms top-bottom-center;
          animation: 100ms top-bottom-center;
          opacity: 0;
          -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
        .page-preloader-house-2 .basis .door {
          width: 30px;
          height: 35px;
          border: 5px solid;
          left: 50%;
          -webkit-transform: translatex(-50%);
          -ms-transform: translatex(-50%);
          transform: translatex(-50%);
          position: absolute;
          bottom: -5px;
          -webkit-animation: 100ms top-bottom-center;
          animation: 100ms top-bottom-center;
          opacity: 0;
          -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
    .page-preloader-house-3 {
      width: 90px;
      height: 50px;
      border: 5px solid;
      background: white;
      position: absolute;
      bottom: 0;
      left: 20px;
      -webkit-animation-delay: 300ms;
      animation-delay: 300ms; }
      .page-preloader-house-3 .roof {
        width: 90px;
        height: 15px;
        border: 5px solid;
        position: absolute;
        top: -15px;
        left: -5px;
        background: white;
        -webkit-animation: 100ms top-bottom;
        animation: 100ms top-bottom;
        opacity: 0;
        -webkit-animation-delay: 1000ms;
        animation-delay: 1000ms;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      .page-preloader-house-3 .basis {
        position: relative;
        width: 100%;
        height: 100%; }
        .page-preloader-house-3 .basis .window {
          width: 30px;
          height: 20px;
          border: 5px solid;
          right: 10px;
          position: absolute;
          top: 5px;
          -webkit-animation: 100ms top-bottom;
          animation: 100ms top-bottom;
          opacity: 0;
          -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
        .page-preloader-house-3 .basis .door {
          width: 25px;
          height: 30px;
          border: 5px solid;
          left: 10px;
          position: absolute;
          bottom: -5px;
          -webkit-animation: 100ms top-bottom;
          animation: 100ms top-bottom;
          opacity: 0;
          -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .page-preloader-clouds-1 {
    position: absolute;
    top: 20%;
    width: 50px;
    height: 15px;
    -webkit-transform: translateX(-58px);
    -ms-transform: translateX(-58px);
    transform: translateX(-58px);
    border-bottom: 5px solid #ccc;
    -webkit-animation: 20s left-right-cloud linear;
    animation: 20s left-right-cloud linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    z-index: 1; }
    .page-preloader-clouds-1:before, .page-preloader-clouds-1:after {
      content: '';
      width: 40%;
      height: 5px;
      position: absolute;
      background-color: #ccc;
      top: 0;
      left: 10px; }
    .page-preloader-clouds-1:after {
      left: auto;
      right: -5px;
      width: 30%; }
  .page-preloader-clouds-2 {
    position: absolute;
    top: 35%;
    width: 50px;
    height: 15px;
    border-bottom: 5px solid #ccc;
    -webkit-transform: translateX(220px);
    -ms-transform: translateX(220px);
    transform: translateX(220px);
    -webkit-animation: 30s right-left-cloud linear;
    animation: 30s right-left-cloud linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    z-index: 1; }
    .page-preloader-clouds-2:before, .page-preloader-clouds-2:after {
      content: '';
      width: 30%;
      height: 5px;
      position: absolute;
      background-color: #ccc;
      top: 0;
      left: -10px; }
    .page-preloader-clouds-2:after {
      left: auto;
      right: -5px;
      width: 35%; }
  .page-preloader-clouds-3 {
    position: absolute;
    top: 15%;
    width: 45px;
    height: 15px;
    border-bottom: 5px solid #ccc;
    -webkit-transform: translateX(220px);
    -ms-transform: translateX(220px);
    transform: translateX(220px);
    -webkit-animation: 40s right-left-cloud linear;
    animation: 40s right-left-cloud linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    z-index: 1; }
    .page-preloader-clouds-3:before, .page-preloader-clouds-3:after {
      content: '';
      width: 33%;
      height: 5px;
      position: absolute;
      background-color: #ccc;
      top: 0;
      left: -5px; }
    .page-preloader-clouds-3:after {
      left: auto;
      right: 0;
      width: 31%; }

@-webkit-keyframes left-right {
  from {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes left-right {
  from {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes bottom-top {
  from {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes bottom-top {
  from {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes bottom-top-center {
  from {
    -webkit-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) scale(1, 0); }
  to {
    -webkit-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1); } }

@keyframes bottom-top-center {
  from {
    -webkit-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) scale(1, 0); }
  to {
    -webkit-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1); } }

@-webkit-keyframes circle {
  from {
    -webkit-transform: translateX(-50%) scale(0, 0);
    transform: translateX(-50%) scale(0, 0); }
  to {
    -webkit-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1); } }

@keyframes circle {
  from {
    -webkit-transform: translateX(-50%) scale(0, 0);
    transform: translateX(-50%) scale(0, 0); }
  to {
    -webkit-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1); } }

@-webkit-keyframes top-bottom {
  from {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes top-bottom {
  from {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes top-bottom-center {
  from {
    -webkit-transform: translatex(-50%) translateY(-20px);
    transform: translatex(-50%) translateY(-20px);
    opacity: 0; }
  to {
    -webkit-transform: translatex(-50%) translateY(0);
    transform: translatex(-50%) translateY(0);
    opacity: 1; } }

@keyframes top-bottom-center {
  from {
    -webkit-transform: translatex(-50%) translateY(-20px);
    transform: translatex(-50%) translateY(-20px);
    opacity: 0; }
  to {
    -webkit-transform: translatex(-50%) translateY(0);
    transform: translatex(-50%) translateY(0);
    opacity: 1; } }

@-webkit-keyframes left-right-cloud {
  to {
    -webkit-transform: translateX(250px);
    transform: translateX(250px); } }

@keyframes left-right-cloud {
  to {
    -webkit-transform: translateX(250px);
    transform: translateX(250px); } }

@-webkit-keyframes right-left-cloud {
  to {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@keyframes right-left-cloud {
  to {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  overflow: hidden;
  width: 56px;
  height: 56px;
  border: none;
  text-indent: 0%;
  background: #222f38;
  z-index: 999;
  border-radius: 50%;
  text-align: center;
  margin: 27px 0 0; }
  @media (min-width: 768px) {
    #toTop {
      position: fixed;
      bottom: 20px;
      left: -100px;
      margin: 0; } }
  @media (max-width: 767px) {
    #toTop {
      display: inline-block !important; } }
  #toTop:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    width: 56px;
    height: 56px;
    text-align: center;
    display: inline-block;
    font-size: 34px;
    line-height: 56px;
    content: "arrow_upward"; }
  @media (min-width: 544px) {
    #toTop {
      left: auto;
      right: 20px; } }
  @media (min-width: 768px) {
    #toTop {
      bottom: 195px; } }

#toTop:active, #toTop:focus {
  outline: none; }

/*--------------------------------------------------------------
## Power builder
--------------------------------------------------------------*/
/* Power builder styles */
.site-content.container .tm_builder_inner_content > .tm_section_regular > .container {
  padding: 0; }

#tm_builder_outer_content .tm_pb_button {
  line-height: 1;
  display: inline-block;
  padding: .75em .9375em;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 333ms all;
  -o-transition: 333ms all;
  transition: 333ms all;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1rem; }
  @media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_button {
      padding: 14px 30px 15px; } }
  #tm_builder_outer_content .tm_pb_button:active, #tm_builder_outer_content .tm_pb_button:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  #tm_builder_outer_content .tm_pb_button i {
    display: inline-block;
    vertical-align: middle; }
    #tm_builder_outer_content .tm_pb_button i + .btn__text {
      margin: 0 0 0 5px; }
  #tm_builder_outer_content .tm_pb_button .btn__text + i {
    margin: 0 0 0 5px; }
  #tm_builder_outer_content .tm_pb_button.btn-default {
    padding-left: 20px;
    padding-right: 20px; }
  #tm_builder_outer_content .tm_pb_button.tm_pb_custom_button_icon:before {
    display: none; }
  #tm_builder_outer_content .tm_pb_button:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #tm_builder_outer_content .tm_pb_button:hover {
    padding: .75em .9375em; }
    @media (min-width: 1200px) {
      #tm_builder_outer_content .tm_pb_button:hover {
        padding: 14px 30px 15px; } }

.tm_pb_blurb .tm-pb-icon {
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tm_pb_blurb .tm-pb-icon:before {
    display: block !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.tm_pb_blurb.tm_pb_blurb_position_left .tm-pb-icon {
  font-size: 36px; }
  .tm_pb_blurb.tm_pb_blurb_position_left .tm-pb-icon:before {
    display: inline-block; }

.tm_pb_blurb.tm_pb_blurb_position_top .tm_pb_main_blurb_image .tm-pb-icon {
  font-size: 50px;
  display: block;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .tm_pb_blurb.tm_pb_blurb_position_top .tm_pb_main_blurb_image .tm-pb-icon:before {
    display: inline-block; }

.tm_pb_blurb.tm_pb_blurb_position_top .tm_pb_main_blurb_image .tm-pb-icon.tm-pb-icon-circle, .tm_pb_blurb.tm_pb_blurb_position_top .tm_pb_main_blurb_image .tm-pb-icon.tm-pb-icon-circle-border {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tm_pb_blurb.tm_pb_blurb_position_top .tm_pb_main_blurb_image .tm-pb-icon.tm-pb-icon-circle:before, .tm_pb_blurb.tm_pb_blurb_position_top .tm_pb_main_blurb_image .tm-pb-icon.tm-pb-icon-circle-border:before {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.tm_pb_blurb.tm_pb_blurb_position_top .tm_pb_blurb_container {
  text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content {
  margin: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content .tm_pb_main_blurb_image a .tm-pb-icon {
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
    transition: 500ms all; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content .tm_pb_main_blurb_image a:hover .tm-pb-icon:before {
    -webkit-animation: hover_scale 300ms;
    animation: hover_scale 300ms; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content .tm_pb_blurb_container h4 {
    padding: 0;
    margin: 0 0 13px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content .tm_pb_blurb_container .tm_pb_blurb_content > *:last-child {
    margin-bottom: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.tm_pb_blurb_position_left .tm_pb_blurb_container {
  padding-left: 0; }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.tm_pb_blurb_position_left .tm_pb_blurb_container {
      padding-left: 30px; } }

@media (max-width: 1199px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.tm_pb_blurb_position_left .tm_pb_main_blurb_image {
    display: block; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.tm_pb_blurb_position_left .tm_pb_main_blurb_image .tm-pb-icon {
  display: block; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.tm_pb_blurb_position_left .tm_pb_main_blurb_image .tm-pb-icon:before {
    line-height: inherit;
    display: inline-block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.tm_pb_blurb_position_top .tm_pb_main_blurb_image {
  margin-bottom: 20px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.tm_pb_blurb_position_top .tm_pb_main_blurb_image .tm-pb-icon {
    display: block; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.tm_pb_blurb_position_top .tm_pb_main_blurb_image .tm-pb-icon:before {
      line-height: inherit;
      display: inline-block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.left-icon .tm_pb_main_blurb_image {
  text-align: left; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.left-icon .tm_pb_main_blurb_image .tm-pb-icon {
    margin: 0;
    display: block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.right-icon .tm_pb_main_blurb_image {
  text-align: right; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb.right-icon .tm_pb_main_blurb_image .tm-pb-icon {
    margin: 0 0 0 auto; }

@-webkit-keyframes hover_scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  80% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes hover_scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  80% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

#tm_builder_outer_content .tm_pb_slider .tm_pb_slides .tm_pb_slide .tm_pb_container .tm_pb_slide_description {
  margin: 80px 0 0;
  text-align: left; }
  @media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_slider .tm_pb_slides .tm_pb_slide .tm_pb_container .tm_pb_slide_description {
      padding: 50px;
      width: 62%; } }
  #tm_builder_outer_content .tm_pb_slider .tm_pb_slides .tm_pb_slide .tm_pb_container .tm_pb_slide_description .tm_pb_slide_title {
    font-weight: 500; }
  #tm_builder_outer_content .tm_pb_slider .tm_pb_slides .tm_pb_slide .tm_pb_container .tm_pb_slide_description .tm_pb_button {
    border: 2px solid;
    background: transparent; }

#tm_builder_outer_content .tm_pb_slider .tm-pb-slider-arrows .tm-pb-arrow-prev,
#tm_builder_outer_content .tm_pb_slider .tm-pb-slider-arrows .tm-pb-arrow-next {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: -25px 0 0 0;
  text-align: center;
  overflow: hidden; }
  #tm_builder_outer_content .tm_pb_slider .tm-pb-slider-arrows .tm-pb-arrow-prev:before,
  #tm_builder_outer_content .tm_pb_slider .tm-pb-slider-arrows .tm-pb-arrow-next:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    line-height: 50px;
    font-size: 36px; }

#tm_builder_outer_content .tm_pb_slider .tm-pb-slider-arrows .tm-pb-arrow-prev:before {
  content: 'keyboard_arrow_left'; }

#tm_builder_outer_content .tm_pb_slider .tm-pb-slider-arrows .tm-pb-arrow-next:before {
  content: 'keyboard_arrow_right'; }

#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
  left: auto;
  right: 0;
  text-align: right;
  padding-right: 50px;
  width: 100%;
  bottom: 30px; }
  @media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
      bottom: 80px;
      width: 37%; } }
  #tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a {
    width: 23px;
    height: 23px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: none;
    position: relative;
    margin: 0 0 0 25px;
    text-indent: 9999px; }
    #tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a:after {
      content: '';
      width: 11px;
      height: 11px;
      position: absolute;
      top: 4px;
      left: 4px;
      background: white;
      border-radius: 50%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 333ms all;
      -o-transition: 333ms all;
      transition: 333ms all; }
    #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: none !important;
      border-color: white; }
      #tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a.tm-pb-active-control:after, #tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a:hover:after {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_1 .tm_pb_pricing_table {
    margin-top: 0;
    margin-left: 0;
    width: 100%; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_1 .tm_pb_pricing_table:nth-child(4n+1) {
      margin-left: 0; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_1 .tm_pb_pricing_table:not(:first-child) {
      margin-top: 0; }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_2 .tm_pb_pricing_table {
      margin-top: 0;
      margin-left: 3.571rem;
      width: calc(50% - ((3.571rem) / 2)); }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_2 .tm_pb_pricing_table:not(:first-child) {
        margin-top: 0; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_2 .tm_pb_pricing_table:nth-child(4n+1) {
        margin-left: 3.571rem; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_2 .tm_pb_pricing_table:nth-child(2n+1) {
        margin-left: 0; } }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_3 .tm_pb_pricing_table {
      margin-left: 3.571rem;
      width: calc(33.3333% - ((3.571rem * 2) / 3)); }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_3 .tm_pb_pricing_table:not(:first-child) {
        margin-top: 0; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_3 .tm_pb_pricing_table:nth-child(4n+1) {
        margin-left: 3.571rem; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_3 .tm_pb_pricing_table:nth-child(3n+1) {
        margin-left: 0; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table {
    float: none;
    padding: 0 0 48px;
    width: 100%;
    margin-top: 0; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table:not(:first-child) {
      margin-top: 3.571rem; }
    @media (min-width: 1200px) {
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table {
        margin: 0 0 0 1.7855rem;
        width: calc(25% - ((1.7855rem * 3) / 4)); }
        .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table:nth-child(4n+1) {
          margin-left: 0; } }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_heading {
      background: none;
      padding: 37px 0 8px;
      margin: 0; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_heading .tm_pb_pricing_title {
        margin: 0;
        padding: 0; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_heading .tm_pb_best_value {
        display: block;
        padding: 1em 0; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_content_top {
      padding: 0 0 46px; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_tm_price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_tm_price .tm_pb_dollar_sign {
          position: relative;
          margin: 0 5px 0 0; }
        .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_tm_price .tm_pb_sum,
        .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_tm_price .tm_pb_dollar_sign {
          font-weight: 500;
          font-size: 3.125rem; }
        .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_tm_price .tm_pb_frequency {
          display: block;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
          flex: 1 0 100%;
          max-width: 100%;
          padding: 4px 0 0; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_content {
      text-align: center;
      padding: 42px 20px 24px; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_content ul.tm_pb_pricing {
        display: block; }
        .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_content ul.tm_pb_pricing li {
          padding: 0;
          display: block; }
          .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_content ul.tm_pb_pricing li:before {
            display: none; }
          .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table .tm_pb_pricing_content ul.tm_pb_pricing li span {
            display: block; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table {
      border: none; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_content_top {
        border-color: white; }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_row > .col-xl-12 > .tm_pb_testimonial {
    height: auto; } }

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_testimonial_no_bg {
  padding: 0; }

#tm_builder_outer_content .tm_pb_testimonial:before {
  text-align: left;
  font-size: 46px;
  margin: 0 0 18px; }

#tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description {
  display: block; }
  #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner {
    width: 100% !important; }
    #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner > *:nth-last-child(2) {
      margin-bottom: 0; }
    #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner .tm_pb_testimonial_meta {
      border-top: 1px solid #f0f0f0;
      margin-top: 20px;
      padding-top: 30px;
      position: relative; }
      @media (min-width: 992px) {
        #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner .tm_pb_testimonial_meta {
          margin-top: 33px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner .tm_pb_testimonial_meta:before {
        content: '';
        position: absolute;
        top: 0;
        left: 43px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 7.5px 0 7.5px;
        border-color: #f0f0f0 transparent transparent transparent;
        z-index: 10; }
      #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner .tm_pb_testimonial_meta:after {
        content: '';
        position: absolute;
        top: -1px;
        left: 44px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6.5px 0 6.5px;
        border-color: #fff transparent transparent transparent;
        z-index: 20; }
      #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner .tm_pb_testimonial_meta .tm_pb_testimonial_portrait {
        float: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 0 20px;
        display: block; }
        @media (min-width: 992px) {
          #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner .tm_pb_testimonial_meta .tm_pb_testimonial_portrait {
            margin: 0 30px 0 0; } }
      #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner .tm_pb_testimonial_meta .tm_pb_testimonial_author {
        margin: 0 0 2px; }
      #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner .tm_pb_testimonial_meta .tm_pb_testimonial_details {
        font-size: .75em; }
        #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner .tm_pb_testimonial_meta .tm_pb_testimonial_details:not(:empty):before {
          content: '—'; }
        #tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner .tm_pb_testimonial_meta .tm_pb_testimonial_details_wrap {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_cta.tm_pb_promo .tm_pb_promo_description {
  padding-bottom: 18px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_cta.tm_pb_promo .tm_pb_promo_description h2 {
    margin: 0 0 30px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_cta.tm_pb_promo .tm_pb_promo_description h4 {
    margin: 0 0 14px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_cta.tm_pb_promo .tm_pb_promo_description h1,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_cta.tm_pb_promo .tm_pb_promo_description h2,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_cta.tm_pb_promo .tm_pb_promo_description h3,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_cta.tm_pb_promo .tm_pb_promo_description h4,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_cta.tm_pb_promo .tm_pb_promo_description h5,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_cta.tm_pb_promo .tm_pb_promo_description h6 {
    color: inherit; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_counters .tm_pb_counter_title {
  font-size: 1rem;
  font-weight: 500; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_counters .tm_pb_counter_container {
  position: relative;
  margin: 0 0 24px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_counters .tm_pb_counter_container:after {
    content: '';
    width: 100%;
    height: calc(100% - 4px);
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_counters .tm_pb_counter_container .tm_pb_counter_amount {
    position: relative;
    text-align: left;
    min-height: 30px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_counters .tm_pb_counter_container .tm_pb_counter_amount .tm_pb_counter_amount_number {
      font-size: 1rem;
      font-weight: 500;
      line-height: 30px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle {
  border: none;
  background: none;
  padding: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_title {
    padding: 0 0 0 35px;
    margin: 0 0 13px; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_title:before {
      font-size: 34px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_content {
    padding: 0 0 30px; }
  .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_accordion .tm_pb_toggle:not(:last-child) {
  margin: 0 0 32px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle:not(:last-child) .tm_pb_toggle_title {
    margin: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_title {
  padding: 0 50px 0 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_title:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    content: 'add_circle_outline';
    left: auto;
    right: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title:before {
  content: 'remove_circle_outline'; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content {
  padding: 14px 50px 0 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content *:last-of-type {
    margin-bottom: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls {
  border: none; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li {
    border: 1px solid #f0f0f0;
    padding: 8px 10px;
    background: #f9f9f9;
    display: block; }
    @media (min-width: 992px) {
      .tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li {
        padding: 8px 19px; } }
    @media (min-width: 768px) {
      .tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: -1px; } }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li:before {
      display: none; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li.tm_pb_tab_active {
      bottom: auto;
      padding: 8px 10px;
      background: none;
      border-color: #f0f0f0;
      border-width: 1px; }
      @media (min-width: 992px) {
        .tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li.tm_pb_tab_active {
          padding: 8px 19px; } }
      @media (min-width: 768px) {
        .tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li.tm_pb_tab_active {
          border-bottom: none;
          margin-bottom: 5px;
          margin-right: -1px; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs .tm_pb_all_tabs {
  padding: 20px 0 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message {
  background: #ffffff;
  text-align: right; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message:not(:empty) {
    padding: 10px 0;
    margin: 0 0 20px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message p,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul {
    display: inline;
    margin: 0;
    color: #fc4261; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message p {
    margin-right: 5px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul li {
    display: inline; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul li:before {
      display: none; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul li:not(:last-child) {
      margin-right: 5px; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul li:not(:last-child):after {
        content: ', '; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul + p:before {
    content: '';
    display: block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_field {
  margin: 0 0 20px; }
  @media (max-width: 991px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_field {
      width: 100%; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_field .tm_pb_contact_form_label {
    font-weight: 500; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_field .tm_pb_contact_form_input {
    margin: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_field .tm_pb_contact_message {
    min-height: 198px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form input.tm_contact_error,
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form textarea.tm_contact_error {
  background: #feedee;
  border-color: #fc4261; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_contact_bottom_container {
  float: none;
  text-align: center; }
  @media (min-width: 992px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_contact_bottom_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_right {
  display: block; }
  @media (min-width: 992px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_right {
      margin-right: 10px; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_right .clearfix {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_right .clearfix .tm_pb_contact_captcha_question {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
      flex: 1 1 200px;
      margin-right: 10px; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_right .clearfix .tm_pb_contact_captcha {
      margin-left: 10px;
      padding-top: 13px;
      padding-bottom: 13px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_submit {
  margin: 20px 0 0; }
  @media (min-width: 992px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_submit {
      margin: 0; } }

@media (min-width: 1200px) {
  .tm_pb_builder #tm_builder_outer_content .col-xl-12 .tm_pb_contact_form .tm_pb_contact_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.tm_pb_builder #tm_builder_outer_content .col-xl-12 .tm_pb_contact_form .tm_pb_contact_field .tm_pb_contact_form_label {
  padding: 0 0 5px;
  display: block; }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .col-xl-12 .tm_pb_contact_form .tm_pb_contact_field .tm_pb_contact_form_label {
      max-width: 147px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 147px;
      flex: 1 0 147px;
      padding: 13px 15px 0 0; } }

@media (min-width: 1200px) {
  .tm_pb_builder #tm_builder_outer_content .col-xl-12 .tm_pb_contact_form .tm_contact_bottom_container {
    padding-left: 147px;
    text-align: left; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_with_background .tm_pb_contact_form .tm-pb-contact-message {
  background: #ffffff;
  text-align: center; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_with_background .tm_pb_contact_form .tm-pb-contact-message:not(:empty) {
    padding: 10px 20px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module .tm_pb_audio_cover_art {
  position: relative;
  width: 100%;
  height: 200px; }
  @media (min-width: 768px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module .tm_pb_audio_cover_art {
      position: absolute;
      width: 220px;
      height: 100%; } }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module .tm_pb_audio_cover_art {
      width: 418px; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module .tm_pb_audio_cover_art + .tm_pb_audio_module_content {
    padding: 20px;
    margin-left: 0; }
    @media (min-width: 768px) {
      .tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module .tm_pb_audio_cover_art + .tm_pb_audio_module_content {
        margin-left: 220px; } }
    @media (min-width: 1200px) {
      .tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module .tm_pb_audio_cover_art + .tm_pb_audio_module_content {
        padding: 107px 40px;
        margin-left: 418px; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module .tm_pb_audio_module_content {
  padding: 20px; }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module .tm_pb_audio_module_content {
      padding: 39px 40px; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
  padding: 20px; }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
      padding: 32px 40px; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .tm_audio_module_meta {
    font-size: .75em; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .tm_audio_module_meta strong {
      font-weight: normal; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module .mejs-currenttime {
  font-size: 12px;
  padding: 6px 0;
  display: inline-block;
  vertical-align: middle; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module .mejs-controls .mejs-time-rail .mejs-time-total,
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #222f38; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_map {
  height: 620px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_map .gm-style-iw > div > div > h3 {
    margin: 10px 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_map .gm-style-iw > div > div .infowindow {
    margin: 0; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_map .gm-style-iw > div > div .infowindow > *:last-child {
      margin: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon {
  padding: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon:before {
    display: none; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon a.icon {
    font-size: 20px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member_image {
  margin: 0 0 30px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_team_member_image img {
    vertical-align: top; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description h6 {
  margin: 0 0 8px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description h6 i {
    display: inline-block;
    vertical-align: middle; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links {
  margin: 20px 0 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li {
    margin-right: 20px; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li:before {
      display: none; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li a {
      font-size: 20px; }

@media (min-width: 1200px) {
  .tm_pb_builder #tm_builder_outer_content .col-xl-6 .tm_pb_team_member .tm_pb_team_member_image,
  .tm_pb_builder #tm_builder_outer_content .col-xl-7 .tm_pb_team_member .tm_pb_team_member_image,
  .tm_pb_builder #tm_builder_outer_content .col-xl-8 .tm_pb_team_member .tm_pb_team_member_image,
  .tm_pb_builder #tm_builder_outer_content .col-xl-9 .tm_pb_team_member .tm_pb_team_member_image,
  .tm_pb_builder #tm_builder_outer_content .col-xl-10 .tm_pb_team_member .tm_pb_team_member_image,
  .tm_pb_builder #tm_builder_outer_content .col-xl-11 .tm_pb_team_member .tm_pb_team_member_image,
  .tm_pb_builder #tm_builder_outer_content .col-xl-12 .tm_pb_team_member .tm_pb_team_member_image {
    margin: 0 30px 0 0;
    float: left; }
    .tm_pb_builder #tm_builder_outer_content .col-xl-6 .tm_pb_team_member .tm_pb_team_member_image + .tm_pb_team_member_description,
    .tm_pb_builder #tm_builder_outer_content .col-xl-7 .tm_pb_team_member .tm_pb_team_member_image + .tm_pb_team_member_description,
    .tm_pb_builder #tm_builder_outer_content .col-xl-8 .tm_pb_team_member .tm_pb_team_member_image + .tm_pb_team_member_description,
    .tm_pb_builder #tm_builder_outer_content .col-xl-9 .tm_pb_team_member .tm_pb_team_member_image + .tm_pb_team_member_description,
    .tm_pb_builder #tm_builder_outer_content .col-xl-10 .tm_pb_team_member .tm_pb_team_member_image + .tm_pb_team_member_description,
    .tm_pb_builder #tm_builder_outer_content .col-xl-11 .tm_pb_team_member .tm_pb_team_member_image + .tm_pb_team_member_description,
    .tm_pb_builder #tm_builder_outer_content .col-xl-12 .tm_pb_team_member .tm_pb_team_member_image + .tm_pb_team_member_description {
      overflow: hidden; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_countdown_timer .tm_pb_countdown_timer_container .sep.section {
  display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_countdown_timer .tm_pb_countdown_timer_container .values {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_countdown_timer .tm_pb_countdown_timer_container .values {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }

@media (min-width: 1200px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_countdown_timer .tm_pb_countdown_timer_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_countdown_timer .tm_pb_countdown_timer_container h4 {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%;
      margin: 0 0 44px; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_countdown_timer .tm_pb_countdown_timer_container .sep.section {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-item-align: center;
      align-self: center; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values {
  margin: 10px; }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values {
      margin: 0; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values .value {
    line-height: 1.2; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .tm_pb_countdown_timer_container .sep.section {
  font-size: 4.375rem; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer:not(.tm_pb_countdown_timer_circle_layout) .tm_pb_countdown_timer_container .values {
  margin: 0;
  width: auto;
  padding: 0 5px; }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer:not(.tm_pb_countdown_timer_circle_layout) .tm_pb_countdown_timer_container .values {
      padding: 0 10px; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer:not(.tm_pb_countdown_timer_circle_layout).without-separator .tm_pb_countdown_timer_container .values {
  margin: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer.without-separator .tm_pb_countdown_timer_container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer.without-separator .tm_pb_countdown_timer_container .values {
    margin: 10px; }
    @media (min-width: 1200px) {
      .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer.without-separator .tm_pb_countdown_timer_container .values {
        margin: auto; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer.without-separator .tm_pb_countdown_timer_container .sep.section {
    display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter {
  margin: 0 auto;
  max-width: 100%; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter.left-align {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter.left-align {
        margin: 0 auto 0 0; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter.right-align {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter.right-align {
        margin: 0 0 0 auto; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar canvas {
    max-width: 100%;
    position: relative; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent p {
      padding: 0;
      margin: 0;
      line-height: 1.2;
      font-size: 3.125rem; }
      @media (min-width: 768px) {
        .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent p {
          font-size: 2rem; } }
      @media (min-width: 1200px) {
        .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent p {
          font-size: 3.125rem; } }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent h6 {
      margin: 5px 0 0;
      visibility: visible; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar[data-size='110'] p {
    font-size: 1.25rem; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter {
  margin: 0 auto; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter.left-align {
    margin: 0 auto 0 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter.right-align {
    margin: 0 0 0 auto; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter .percent {
    height: auto; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter h3 {
    margin: 2px 0 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post:not(:first-child) {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #f0f0f0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post_meta_header {
  margin: 0px 0px 23px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post_meta_header > span:not(:last-child):after {
    content: ' - '; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post_meta i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post .post-categories li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post .post-categories li a {
    padding: 16px 5px 5px;
    border-radius: 0 0 3px 3px;
    line-height: 1;
    font-size: 1rem;
    display: inline-block;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post.has-thumb .post-categories, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post.post_format-post-format-gallery .post-categories, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post.post_format-post-format-video .post-categories {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post.has-thumb .post-categories li:nth-child(2) ~ li, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post.post_format-post-format-gallery .post-categories li:nth-child(2) ~ li, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post.post_format-post-format-video .post-categories li:nth-child(2) ~ li {
    display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post.has-thumb .post-thumbnail {
  position: relative; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post.post_format-post-format-gallery .post-slider {
  position: relative;
  margin-bottom: 1.375em; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post.post_format-post-format-video .tm_main_video_container {
  position: relative;
  margin-bottom: 1.375em; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post .entry-footer {
  margin-top: 2px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post .more-link {
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  padding: .75em .9375em;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 333ms all;
  -o-transition: 333ms all;
  transition: 333ms all;
  border-radius: 3px;
  font-weight: bold; }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post .more-link {
      padding: 14px 30px 15px; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post .more-link:active, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post .more-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post .more-link i {
    display: inline-block;
    vertical-align: middle; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post .more-link i + .btn__text {
      margin: 0 0 0 5px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post .more-link .btn__text + i {
    margin: 0 0 0 5px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_post .more-link.btn-default {
    padding-left: 20px;
    padding-right: 20px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_posts.layout-grid .entry-footer {
  margin: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_posts.layout-grid .entry-footer .row {
    margin: 0;
    display: block; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_posts.layout-grid .entry-footer .row > div {
      padding: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%;
      margin: 15px 0 0; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_posts.layout-grid .entry-footer .row > div.right-align {
        text-align: left; }

.tm_pb_builder #tm_builder_outer_content .nav-links .page-numbers.prev, .tm_pb_builder #tm_builder_outer_content .nav-links .page-numbers.next {
  text-transform: uppercase; }

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_column:not(:nth-child(-n+4)) {
    margin-top: 30px; } }

#tm_builder_outer_content .tm_pb_swiper .post__cats {
  top: 20px;
  left: 20px;
  font-size: 0; }
  #tm_builder_outer_content .tm_pb_swiper .post__cats a {
    font-size: .875rem; }

#tm_builder_outer_content .tm_pb_swiper .entry-header,
#tm_builder_outer_content .tm_pb_swiper .entry-content,
#tm_builder_outer_content .tm_pb_swiper .entry-footer {
  padding: 0 1em; }

#tm_builder_outer_content .tm_pb_swiper .entry-header .entry-meta {
  margin: 0 0 20px; }

#tm_builder_outer_content .tm_pb_posts .tm-posts_title_group {
  margin: 0 0 1em; }

#tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_img {
  margin: 0 0 1em;
  display: inline-block;
  vertical-align: top; }

#tm_builder_outer_content .tm_pb_posts .tm-posts_item_meta a {
  margin: 0; }

#tm_builder_outer_content .tm_pb_posts .tm-posts_item_meta i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0; }

#tm_builder_outer_content .tm_pb_posts .tm-posts_layout-2 .tm-posts_item_content,
#tm_builder_outer_content .tm_pb_posts .tm-posts_layout-3 .tm-posts_item_content {
  padding: 0;
  position: relative; }

#tm_builder_outer_content .tm_pb_posts .tm-posts_button_wrap > * {
  display: inline-block;
  vertical-align: middle; }

#tm_builder_outer_content .tm_pb_posts .tm-posts_button_wrap .tm-pb-spinner {
  width: 40px;
  height: 40px; }

.tm_pb_taxonomy > * {
  text-align: center; }
  .tm_pb_taxonomy > *:nth-last-child(2) {
    margin: 0 0 44px; }

.tm_pb_taxonomy h1 + .title-delimiter,
.tm_pb_taxonomy h2 + .title-delimiter,
.tm_pb_taxonomy h3 + .title-delimiter,
.tm_pb_taxonomy h4 + .title-delimiter,
.tm_pb_taxonomy h5 + .title-delimiter,
.tm_pb_taxonomy h6 + .title-delimiter {
  background: #f0f0f0;
  margin: 1.5em 0; }

.tm_pb_taxonomy__wrapper {
  margin: 20px 0 0; }

.tm_pb_taxonomy__inner {
  overflow: hidden;
  position: relative; }
  .tm_pb_taxonomy__inner .term-img {
    display: block;
    opacity: .15;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .tm_pb_taxonomy__inner:after {
    content: '';
    width: 104%;
    height: 104%;
    position: absolute;
    top: -2%;
    left: -2%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all; }
  .tm_pb_taxonomy__inner:hover .term-img {
    opacity: 1; }
  .tm_pb_taxonomy__inner:hover:after {
    opacity: .7; }

.tm_pb_taxonomy__content {
  z-index: 2;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .tm_pb_taxonomy__content .post-count {
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all; }
  .tm_pb_taxonomy__content .button--holder {
    margin: 20px 0 0; }

@media (max-width: 767px) {
  .tm_pb_space:not(.tm_pb_divider) {
    height: 40px !important; } }

/*----------[----------------------------------------------------
## Cherry projects
--------------------------------------------------------------*/
/* Cherry projects styles */
.cherry-projects-wrapper {
  border: none; }
  .cherry-projects-wrapper .cherry-projects-ajax-loader {
    background-color: transparent; }

.cherry-projects-single a.wp-image,
.cherry-projects-wrapper a.wp-image {
  z-index: 2; }
  .cherry-projects-single a.wp-image .cover,
  .cherry-projects-wrapper a.wp-image .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 25, 35, 0)), to(#0b1923));
    background: -webkit-linear-gradient(top, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    background: -o-linear-gradient(top, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    background: linear-gradient(to bottom, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all; }
    .cherry-projects-single a.wp-image .cover:after,
    .cherry-projects-wrapper a.wp-image .cover:after {
      content: 'remove_red_eye';
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      width: 50px;
      height: 50px;
      font-size: 26px;
      line-height: 46px;
      color: white;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -25px 0 0 -25px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: 333ms 200ms transform;
      -o-transition: 333ms 200ms transform;
      transition: 333ms 200ms transform; }
  .cherry-projects-single a.wp-image:hover .cover,
  .cherry-projects-wrapper a.wp-image:hover .cover {
    opacity: 1; }
    .cherry-projects-single a.wp-image:hover .cover:after,
    .cherry-projects-wrapper a.wp-image:hover .cover:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.projects-filters {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px;
  text-align: center; }
  .projects-filters .projects-filters-list-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    @media (min-width: 768px) {
      .projects-filters .projects-filters-list-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }
  .projects-filters .projects-filters-list {
    margin: 0;
    vertical-align: top;
    display: block; }
    @media (min-width: 768px) {
      .projects-filters .projects-filters-list {
        display: inline-block;
        text-align: center; } }
    .projects-filters .projects-filters-list li {
      border: 1px solid #f0f0f0;
      padding: 0;
      background: #f9f9f9;
      display: block;
      margin: 0;
      font-weight: 600;
      width: 100%; }
      #tm_builder_outer_content .projects-filters .projects-filters-list li {
        padding: 0; }
      @media (min-width: 768px) {
        .projects-filters .projects-filters-list li {
          display: inline-block;
          width: auto;
          padding: 8px 10px; }
          #tm_builder_outer_content .projects-filters .projects-filters-list li {
            padding: 8px 10px; } }
      @media (min-width: 992px) {
        .projects-filters .projects-filters-list li {
          padding: 13px 19px; }
          #tm_builder_outer_content .projects-filters .projects-filters-list li {
            padding: 13px 19px; } }
      .projects-filters .projects-filters-list li:before {
        display: none; }
      @media (min-width: 768px) {
        .projects-filters .projects-filters-list li:not(:first-child) {
          border-left: none; } }
      .projects-filters .projects-filters-list li span {
        display: block;
        padding: 8px 10px; }
        @media (min-width: 768px) {
          .projects-filters .projects-filters-list li span {
            display: inline-block;
            padding: 0; } }
      .projects-filters .projects-filters-list li.active {
        bottom: auto;
        padding: 0;
        background: none;
        border-color: #f0f0f0;
        border-width: 1px; }
        @media (min-width: 768px) {
          .projects-filters .projects-filters-list li.active {
            border-bottom: none;
            padding: 8px 10px; } }
        @media (min-width: 992px) {
          .projects-filters .projects-filters-list li.active {
            padding: 13px 19px; } }
  .projects-filters .projects-order-filters-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    @media (min-width: 768px) {
      .projects-filters .projects-order-filters-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }
  .projects-filters .order-filters {
    vertical-align: top;
    margin: 30px 0 0; }
    @media (min-width: 768px) {
      .projects-filters .order-filters {
        margin: 0 0 0 30px; } }

.projects-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0; }
  .projects-pagination ul.page-link li {
    margin: 0 10px 5px; }
    .projects-pagination ul.page-link li:before {
      display: none; }
    .projects-pagination ul.page-link li span {
      display: inline-block;
      text-align: center;
      text-decoration: none;
      line-height: 43px;
      height: 43px;
      min-width: 43px;
      padding: 0;
      border-radius: 3px;
      border: 1px solid #f0f0f0;
      background: transparent;
      -webkit-transition: 333ms all;
      -o-transition: 333ms all;
      transition: 333ms all; }
    .projects-pagination ul.page-link li.active span, .projects-pagination ul.page-link li:hover span {
      border-color: #f2f2f2;
      background-color: #f2f2f2; }
  .projects-pagination .page-navigation span {
    display: inline-block;
    margin: 0 10px 5px 0;
    text-align: center;
    text-decoration: none;
    line-height: 43px;
    height: 43px;
    min-width: 43px;
    padding: 0;
    border-radius: 3px;
    border: 1px solid transparent;
    background: transparent;
    padding: 0 10px;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all; }
    .projects-pagination .page-navigation span:before, .projects-pagination .page-navigation span:after {
      display: inline-block;
      vertical-align: middle;
      font-family: 'linearicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }
    .projects-pagination .page-navigation span.prev-page:before {
      content: '\e93b';
      margin: 0 5px 0 0; }
    .projects-pagination .page-navigation span.next-page:after {
      content: '\e93c';
      margin: 0 0 0 5px; }

.projects-container .projects-item .inner-wrapper,
.projects-container .projects-terms-item .inner-wrapper,
.projects-terms-container .projects-item .inner-wrapper,
.projects-terms-container .projects-terms-item .inner-wrapper {
  position: relative; }
  .content-layout-boxed .projects-container .projects-item .inner-wrapper,
  .position-one-right-sidebar .projects-container .projects-item .inner-wrapper,
  .position-one-left-sidebar .projects-container .projects-item .inner-wrapper, .content-layout-boxed
  .projects-container .projects-terms-item .inner-wrapper,
  .position-one-right-sidebar
  .projects-container .projects-terms-item .inner-wrapper,
  .position-one-left-sidebar
  .projects-container .projects-terms-item .inner-wrapper, .content-layout-boxed
  .projects-terms-container .projects-item .inner-wrapper,
  .position-one-right-sidebar
  .projects-terms-container .projects-item .inner-wrapper,
  .position-one-left-sidebar
  .projects-terms-container .projects-item .inner-wrapper, .content-layout-boxed
  .projects-terms-container .projects-terms-item .inner-wrapper,
  .position-one-right-sidebar
  .projects-terms-container .projects-terms-item .inner-wrapper,
  .position-one-left-sidebar
  .projects-terms-container .projects-terms-item .inner-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.archive .projects-container .projects-item .project-media, .archive
.projects-container .projects-terms-item .project-media, .archive
.projects-terms-container .projects-item .project-media, .archive
.projects-terms-container .projects-terms-item .project-media {
  margin-bottom: 20px;
  padding: 4px;
  border: 1px solid #f0f0f0;
  -webkit-transition: 250ms all;
  -o-transition: 250ms all;
  transition: 250ms all; }
  .archive .projects-container .projects-item .project-media:hover, .archive
  .projects-container .projects-terms-item .project-media:hover, .archive
  .projects-terms-container .projects-item .project-media:hover, .archive
  .projects-terms-container .projects-terms-item .project-media:hover {
    border-color: transparent;
    -webkit-box-shadow: 22px 22px 49px rgba(0, 0, 0, 0.11);
    box-shadow: 22px 22px 49px rgba(0, 0, 0, 0.11); }
  .archive .projects-container .projects-item .project-media .wp-image, .archive
  .projects-container .projects-terms-item .project-media .wp-image, .archive
  .projects-terms-container .projects-item .project-media .wp-image, .archive
  .projects-terms-container .projects-terms-item .project-media .wp-image {
    display: block;
    position: relative; }

.projects-container .projects-item .project-content,
.projects-container .projects-item .project-terms-content,
.projects-container .projects-terms-item .project-content,
.projects-container .projects-terms-item .project-terms-content,
.projects-terms-container .projects-item .project-content,
.projects-terms-container .projects-item .project-terms-content,
.projects-terms-container .projects-terms-item .project-content,
.projects-terms-container .projects-terms-item .project-terms-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 30px;
  z-index: 1; }
  @media (min-width: 768px) {
    .projects-container .projects-item .project-content,
    .projects-container .projects-item .project-terms-content,
    .projects-container .projects-terms-item .project-content,
    .projects-container .projects-terms-item .project-terms-content,
    .projects-terms-container .projects-item .project-content,
    .projects-terms-container .projects-item .project-terms-content,
    .projects-terms-container .projects-terms-item .project-content,
    .projects-terms-container .projects-terms-item .project-terms-content {
      padding: 50px 50px 42px; } }
  .content-layout-boxed .projects-container .projects-item .project-content,
  .position-one-right-sidebar .projects-container .projects-item .project-content,
  .position-one-left-sidebar .projects-container .projects-item .project-content, .content-layout-boxed
  .projects-container .projects-item .project-terms-content,
  .position-one-right-sidebar
  .projects-container .projects-item .project-terms-content,
  .position-one-left-sidebar
  .projects-container .projects-item .project-terms-content, .content-layout-boxed
  .projects-container .projects-terms-item .project-content,
  .position-one-right-sidebar
  .projects-container .projects-terms-item .project-content,
  .position-one-left-sidebar
  .projects-container .projects-terms-item .project-content, .content-layout-boxed
  .projects-container .projects-terms-item .project-terms-content,
  .position-one-right-sidebar
  .projects-container .projects-terms-item .project-terms-content,
  .position-one-left-sidebar
  .projects-container .projects-terms-item .project-terms-content, .content-layout-boxed
  .projects-terms-container .projects-item .project-content,
  .position-one-right-sidebar
  .projects-terms-container .projects-item .project-content,
  .position-one-left-sidebar
  .projects-terms-container .projects-item .project-content, .content-layout-boxed
  .projects-terms-container .projects-item .project-terms-content,
  .position-one-right-sidebar
  .projects-terms-container .projects-item .project-terms-content,
  .position-one-left-sidebar
  .projects-terms-container .projects-item .project-terms-content, .content-layout-boxed
  .projects-terms-container .projects-terms-item .project-content,
  .position-one-right-sidebar
  .projects-terms-container .projects-terms-item .project-content,
  .position-one-left-sidebar
  .projects-terms-container .projects-terms-item .project-content, .content-layout-boxed
  .projects-terms-container .projects-terms-item .project-terms-content,
  .position-one-right-sidebar
  .projects-terms-container .projects-terms-item .project-terms-content,
  .position-one-left-sidebar
  .projects-terms-container .projects-terms-item .project-terms-content {
    position: relative;
    background: none;
    padding: 0;
    display: block; }
  .projects-container .projects-item .project-content:after,
  .projects-container .projects-item .project-terms-content:after,
  .projects-container .projects-terms-item .project-content:after,
  .projects-container .projects-terms-item .project-terms-content:after,
  .projects-terms-container .projects-item .project-content:after,
  .projects-terms-container .projects-item .project-terms-content:after,
  .projects-terms-container .projects-terms-item .project-content:after,
  .projects-terms-container .projects-terms-item .project-terms-content:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 25, 35, 0)), to(#0b1923));
    background: -webkit-linear-gradient(top, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    background: -o-linear-gradient(top, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    background: linear-gradient(to bottom, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    opacity: .95;
    z-index: -1;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all; }
    .content-layout-boxed .projects-container .projects-item .project-content:after,
    .position-one-right-sidebar .projects-container .projects-item .project-content:after,
    .position-one-left-sidebar .projects-container .projects-item .project-content:after, .content-layout-boxed
    .projects-container .projects-item .project-terms-content:after,
    .position-one-right-sidebar
    .projects-container .projects-item .project-terms-content:after,
    .position-one-left-sidebar
    .projects-container .projects-item .project-terms-content:after, .content-layout-boxed
    .projects-container .projects-terms-item .project-content:after,
    .position-one-right-sidebar
    .projects-container .projects-terms-item .project-content:after,
    .position-one-left-sidebar
    .projects-container .projects-terms-item .project-content:after, .content-layout-boxed
    .projects-container .projects-terms-item .project-terms-content:after,
    .position-one-right-sidebar
    .projects-container .projects-terms-item .project-terms-content:after,
    .position-one-left-sidebar
    .projects-container .projects-terms-item .project-terms-content:after, .content-layout-boxed
    .projects-terms-container .projects-item .project-content:after,
    .position-one-right-sidebar
    .projects-terms-container .projects-item .project-content:after,
    .position-one-left-sidebar
    .projects-terms-container .projects-item .project-content:after, .content-layout-boxed
    .projects-terms-container .projects-item .project-terms-content:after,
    .position-one-right-sidebar
    .projects-terms-container .projects-item .project-terms-content:after,
    .position-one-left-sidebar
    .projects-terms-container .projects-item .project-terms-content:after, .content-layout-boxed
    .projects-terms-container .projects-terms-item .project-content:after,
    .position-one-right-sidebar
    .projects-terms-container .projects-terms-item .project-content:after,
    .position-one-left-sidebar
    .projects-terms-container .projects-terms-item .project-content:after, .content-layout-boxed
    .projects-terms-container .projects-terms-item .project-terms-content:after,
    .position-one-right-sidebar
    .projects-terms-container .projects-terms-item .project-terms-content:after,
    .position-one-left-sidebar
    .projects-terms-container .projects-terms-item .project-terms-content:after {
      height: 100%;
      opacity: 1;
      display: none; }
  .projects-container .projects-item .project-content .project__right-col,
  .projects-container .projects-item .project-terms-content .project__right-col,
  .projects-container .projects-terms-item .project-content .project__right-col,
  .projects-container .projects-terms-item .project-terms-content .project__right-col,
  .projects-terms-container .projects-item .project-content .project__right-col,
  .projects-terms-container .projects-item .project-terms-content .project__right-col,
  .projects-terms-container .projects-terms-item .project-content .project__right-col,
  .projects-terms-container .projects-terms-item .project-terms-content .project__right-col {
    margin-left: auto; }
  .projects-container .projects-item .project-content:hover:after,
  .projects-container .projects-item .project-terms-content:hover:after,
  .projects-container .projects-terms-item .project-content:hover:after,
  .projects-container .projects-terms-item .project-terms-content:hover:after,
  .projects-terms-container .projects-item .project-content:hover:after,
  .projects-terms-container .projects-item .project-terms-content:hover:after,
  .projects-terms-container .projects-terms-item .project-content:hover:after,
  .projects-terms-container .projects-terms-item .project-terms-content:hover:after {
    height: 70%;
    opacity: 1; }
    .content-layout-boxed .projects-container .projects-item .project-content:hover:after,
    .position-one-right-sidebar .projects-container .projects-item .project-content:hover:after,
    .position-one-left-sidebar .projects-container .projects-item .project-content:hover:after, .content-layout-boxed
    .projects-container .projects-item .project-terms-content:hover:after,
    .position-one-right-sidebar
    .projects-container .projects-item .project-terms-content:hover:after,
    .position-one-left-sidebar
    .projects-container .projects-item .project-terms-content:hover:after, .content-layout-boxed
    .projects-container .projects-terms-item .project-content:hover:after,
    .position-one-right-sidebar
    .projects-container .projects-terms-item .project-content:hover:after,
    .position-one-left-sidebar
    .projects-container .projects-terms-item .project-content:hover:after, .content-layout-boxed
    .projects-container .projects-terms-item .project-terms-content:hover:after,
    .position-one-right-sidebar
    .projects-container .projects-terms-item .project-terms-content:hover:after,
    .position-one-left-sidebar
    .projects-container .projects-terms-item .project-terms-content:hover:after, .content-layout-boxed
    .projects-terms-container .projects-item .project-content:hover:after,
    .position-one-right-sidebar
    .projects-terms-container .projects-item .project-content:hover:after,
    .position-one-left-sidebar
    .projects-terms-container .projects-item .project-content:hover:after, .content-layout-boxed
    .projects-terms-container .projects-item .project-terms-content:hover:after,
    .position-one-right-sidebar
    .projects-terms-container .projects-item .project-terms-content:hover:after,
    .position-one-left-sidebar
    .projects-terms-container .projects-item .project-terms-content:hover:after, .content-layout-boxed
    .projects-terms-container .projects-terms-item .project-content:hover:after,
    .position-one-right-sidebar
    .projects-terms-container .projects-terms-item .project-content:hover:after,
    .position-one-left-sidebar
    .projects-terms-container .projects-terms-item .project-content:hover:after, .content-layout-boxed
    .projects-terms-container .projects-terms-item .project-terms-content:hover:after,
    .position-one-right-sidebar
    .projects-terms-container .projects-terms-item .project-terms-content:hover:after,
    .position-one-left-sidebar
    .projects-terms-container .projects-terms-item .project-terms-content:hover:after {
      height: 100%;
      opacity: 1;
      display: none; }
  .projects-container .projects-item .project-content h3,
  .projects-container .projects-item .project-content h5,
  .projects-container .projects-item .project-terms-content h3,
  .projects-container .projects-item .project-terms-content h5,
  .projects-container .projects-terms-item .project-content h3,
  .projects-container .projects-terms-item .project-content h5,
  .projects-container .projects-terms-item .project-terms-content h3,
  .projects-container .projects-terms-item .project-terms-content h5,
  .projects-terms-container .projects-item .project-content h3,
  .projects-terms-container .projects-item .project-content h5,
  .projects-terms-container .projects-item .project-terms-content h3,
  .projects-terms-container .projects-item .project-terms-content h5,
  .projects-terms-container .projects-terms-item .project-content h3,
  .projects-terms-container .projects-terms-item .project-content h5,
  .projects-terms-container .projects-terms-item .project-terms-content h3,
  .projects-terms-container .projects-terms-item .project-terms-content h5 {
    margin: 0; }
    .projects-container .projects-item .project-content h3 + *,
    .projects-container .projects-item .project-content h5 + *,
    .projects-container .projects-item .project-terms-content h3 + *,
    .projects-container .projects-item .project-terms-content h5 + *,
    .projects-container .projects-terms-item .project-content h3 + *,
    .projects-container .projects-terms-item .project-content h5 + *,
    .projects-container .projects-terms-item .project-terms-content h3 + *,
    .projects-container .projects-terms-item .project-terms-content h5 + *,
    .projects-terms-container .projects-item .project-content h3 + *,
    .projects-terms-container .projects-item .project-content h5 + *,
    .projects-terms-container .projects-item .project-terms-content h3 + *,
    .projects-terms-container .projects-item .project-terms-content h5 + *,
    .projects-terms-container .projects-terms-item .project-content h3 + *,
    .projects-terms-container .projects-terms-item .project-content h5 + *,
    .projects-terms-container .projects-terms-item .project-terms-content h3 + *,
    .projects-terms-container .projects-terms-item .project-terms-content h5 + * {
      margin-top: 15px; }
  .projects-container .projects-item .project-content .more-button,
  .projects-container .projects-item .project-terms-content .more-button,
  .projects-container .projects-terms-item .project-content .more-button,
  .projects-container .projects-terms-item .project-terms-content .more-button,
  .projects-terms-container .projects-item .project-content .more-button,
  .projects-terms-container .projects-item .project-terms-content .more-button,
  .projects-terms-container .projects-terms-item .project-content .more-button,
  .projects-terms-container .projects-terms-item .project-terms-content .more-button {
    display: inline-block;
    text-align: center;
    margin: 0 0 8px; }

.projects-container .projects-item .project__left-col,
.projects-container .projects-item .project-terms__left-col,
.projects-container .projects-terms-item .project__left-col,
.projects-container .projects-terms-item .project-terms__left-col,
.projects-terms-container .projects-item .project__left-col,
.projects-terms-container .projects-item .project-terms__left-col,
.projects-terms-container .projects-terms-item .project__left-col,
.projects-terms-container .projects-terms-item .project-terms__left-col {
  padding-right: 20px; }
  .content-layout-boxed .projects-container .projects-item .project__left-col,
  .position-one-right-sidebar .projects-container .projects-item .project__left-col,
  .position-one-left-sidebar .projects-container .projects-item .project__left-col, .content-layout-boxed
  .projects-container .projects-item .project-terms__left-col,
  .position-one-right-sidebar
  .projects-container .projects-item .project-terms__left-col,
  .position-one-left-sidebar
  .projects-container .projects-item .project-terms__left-col, .content-layout-boxed
  .projects-container .projects-terms-item .project__left-col,
  .position-one-right-sidebar
  .projects-container .projects-terms-item .project__left-col,
  .position-one-left-sidebar
  .projects-container .projects-terms-item .project__left-col, .content-layout-boxed
  .projects-container .projects-terms-item .project-terms__left-col,
  .position-one-right-sidebar
  .projects-container .projects-terms-item .project-terms__left-col,
  .position-one-left-sidebar
  .projects-container .projects-terms-item .project-terms__left-col, .content-layout-boxed
  .projects-terms-container .projects-item .project__left-col,
  .position-one-right-sidebar
  .projects-terms-container .projects-item .project__left-col,
  .position-one-left-sidebar
  .projects-terms-container .projects-item .project__left-col, .content-layout-boxed
  .projects-terms-container .projects-item .project-terms__left-col,
  .position-one-right-sidebar
  .projects-terms-container .projects-item .project-terms__left-col,
  .position-one-left-sidebar
  .projects-terms-container .projects-item .project-terms__left-col, .content-layout-boxed
  .projects-terms-container .projects-terms-item .project__left-col,
  .position-one-right-sidebar
  .projects-terms-container .projects-terms-item .project__left-col,
  .position-one-left-sidebar
  .projects-terms-container .projects-terms-item .project__left-col, .content-layout-boxed
  .projects-terms-container .projects-terms-item .project-terms__left-col,
  .position-one-right-sidebar
  .projects-terms-container .projects-terms-item .project-terms__left-col,
  .position-one-left-sidebar
  .projects-terms-container .projects-terms-item .project-terms__left-col {
    padding: 0 0 20px; }

.projects-container .projects-item .project-meta,
.projects-container .projects-item .project-terms-meta,
.projects-container .projects-terms-item .project-meta,
.projects-container .projects-terms-item .project-terms-meta,
.projects-terms-container .projects-item .project-meta,
.projects-terms-container .projects-item .project-terms-meta,
.projects-terms-container .projects-terms-item .project-meta,
.projects-terms-container .projects-terms-item .project-terms-meta {
  margin: 0; }

.projects-container.list-layout .projects-item .project-media,
.projects-terms-container.list-layout .projects-item .project-media {
  min-width: inherit;
  margin-right: 30px; }
  .projects-container.list-layout .projects-item .project-media .post__cats,
  .projects-terms-container.list-layout .projects-item .project-media .post__cats {
    margin: 20px 0 0; }
    @media (min-width: 768px) {
      .projects-container.list-layout .projects-item .project-media .post__cats,
      .projects-terms-container.list-layout .projects-item .project-media .post__cats {
        top: 30px;
        left: 30px;
        margin: 0;
        position: absolute;
        z-index: 2; } }

.projects-container.list-layout .projects-item .project-meta,
.projects-terms-container.list-layout .projects-item .project-meta {
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: middle; }
  .projects-container.list-layout .projects-item .project-meta a,
  .projects-terms-container.list-layout .projects-item .project-meta a {
    margin: 0 5px; }
    .projects-container.list-layout .projects-item .project-meta a:first-of-type,
    .projects-terms-container.list-layout .projects-item .project-meta a:first-of-type {
      margin-left: 0; }
  .projects-container.list-layout .projects-item .project-meta i,
  .projects-terms-container.list-layout .projects-item .project-meta i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0; }

.projects-container.list-layout .projects-item .project-content,
.projects-terms-container.list-layout .projects-item .project-content {
  position: relative;
  display: block;
  padding: 0; }
  .projects-container.list-layout .projects-item .project-content:after,
  .projects-terms-container.list-layout .projects-item .project-content:after {
    display: none; }
  .projects-container.list-layout .projects-item .project-content p,
  .projects-terms-container.list-layout .projects-item .project-content p {
    margin-top: 0; }
  .projects-container.list-layout .projects-item .project-content .more-button,
  .projects-terms-container.list-layout .projects-item .project-content .more-button {
    margin: 30px 0 0; }

.projects-container .projects-ajax-button,
.projects-terms-container .projects-ajax-button {
  margin: 30px 0 0; }
  .projects-container .projects-ajax-button span,
  .projects-terms-container .projects-ajax-button span {
    line-height: 1;
    display: inline-block;
    padding: .75em .9375em;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .projects-container .projects-ajax-button span,
      .projects-terms-container .projects-ajax-button span {
        padding: 14px 30px 15px; } }
    .projects-container .projects-ajax-button span:active, .projects-container .projects-ajax-button span:focus,
    .projects-terms-container .projects-ajax-button span:active,
    .projects-terms-container .projects-ajax-button span:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .projects-container .projects-ajax-button span i,
    .projects-terms-container .projects-ajax-button span i {
      display: inline-block;
      vertical-align: middle; }
      .projects-container .projects-ajax-button span i + .btn__text,
      .projects-terms-container .projects-ajax-button span i + .btn__text {
        margin: 0 0 0 5px; }
    .projects-container .projects-ajax-button span .btn__text + i,
    .projects-terms-container .projects-ajax-button span .btn__text + i {
      margin: 0 0 0 5px; }
    .projects-container .projects-ajax-button span.btn-default,
    .projects-terms-container .projects-ajax-button span.btn-default {
      padding-left: 20px;
      padding-right: 20px; }

/* Single project styles*/
.cherry-projects-additional-image-list {
  margin: 0; }
  @media (max-width: 991px) {
    .cherry-projects-additional-image-list .additional-image-list.grid-layout .image-item {
      -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important; } }
  @media (max-width: 543px) {
    .cherry-projects-additional-image-list .additional-image-list.grid-layout .image-item {
      -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important; } }
  @media (min-width: 768px) {
    .cherry-projects-additional-image-list .additional-image-list.grid-layout[data-column-number="3"] .image-item {
      -ms-flex-preferred-size: 33.33334% !important;
      flex-basis: 33.33334% !important; } }

.cherry-projects-single__container {
  display: block; }
  .cherry-projects-single__container .post__cats {
    margin: 0 0 20px; }

.cherry-projects-single__media {
  position: relative;
  margin: 0 0 30px; }
  .cherry-projects-single__media .post__cats {
    margin: 20px 0 0; }
    @media (min-width: 768px) {
      .cherry-projects-single__media .post__cats {
        margin: 0;
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 2; } }
  .cherry-projects-single__media .cherry-projects-video-list iframe {
    width: 100%; }

.cherry-projects-single-meta {
  margin: 0 0 15px;
  border: none;
  text-align: left; }
  .cherry-projects-single-meta i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0; }
  .cherry-projects-single-meta a {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .cherry-projects-single-meta .external-link {
    margin: 0 0 0 20px; }

.cherry-projects-single__content {
  margin: 30px 0 0;
  text-align: left; }
  .cherry-projects-single__content__header {
    margin: 0 0 30px;
    text-align: left; }
  .cherry-projects-single__content iframe {
    width: 100%;
    margin: 1.5em 0; }

.cherry-projects-single__desc .featured-image {
  margin: 0 0 20px; }
  @media (min-width: 992px) {
    .cherry-projects-single__desc .featured-image {
      float: left;
      margin: 0 30px 0 0; }
      .cherry-projects-single__desc .featured-image + div {
        overflow: hidden; } }

.cherry-projects-single__desc:after {
  content: '';
  width: 0;
  display: block;
  clear: both; }

.cherry-projects-single__desc-additional > div:not(:empty) {
  border-top: 1px solid #f0f0f0;
  padding: 40px 0 0;
  margin: 50px 0 0; }

.cherry-projects-single-skills-list {
  margin: 0; }
  .cherry-projects-single-skills-list .cherry-skill-item {
    text-align: left;
    margin: 23px 0 0; }
    .cherry-projects-single-skills-list .cherry-skill-item:first-child {
      margin: 0; }
    .cherry-projects-single-skills-list .cherry-skill-item .skill-label {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 2px; }
    .cherry-projects-single-skills-list .cherry-skill-item .skill-bar {
      background: none;
      position: relative;
      height: 30px; }
      .cherry-projects-single-skills-list .cherry-skill-item .skill-bar:before {
        content: '';
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #000; }
      .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span {
        height: 30px; }
        .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span em {
          line-height: 31px;
          float: none;
          padding: 0 10px;
          font-style: normal;
          font-size: 1rem;
          font-weight: 600; }

.cherry-projects-single-details-list {
  margin: 0; }

.cherry-projects-single .cherry-projects-audio-list .wp-playlist {
  margin: 0;
  border: none;
  padding: 30px; }
  .cherry-projects-single .cherry-projects-audio-list .wp-playlist .wp-playlist-current-item {
    height: auto;
    text-align: center;
    margin: 0 0 20px; }
    .cherry-projects-single .cherry-projects-audio-list .wp-playlist .wp-playlist-current-item img {
      display: none; }
    .cherry-projects-single .cherry-projects-audio-list .wp-playlist .wp-playlist-current-item .wp-playlist-caption {
      max-width: 100%; }
  .cherry-projects-single .cherry-projects-audio-list .wp-playlist .wp-playlist-tracks {
    margin: 20px 0 0; }
    .cherry-projects-single .cherry-projects-audio-list .wp-playlist .wp-playlist-tracks .wp-playlist-item {
      border: none; }
      .cherry-projects-single .cherry-projects-audio-list .wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing {
        background: none; }
      .cherry-projects-single .cherry-projects-audio-list .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption {
        outline: none; }

.cherry-projects-slider__instance .slider-pro {
  background: none; }
  .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container {
    background: none; }
    .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container {
      margin-left: 0;
      margin-right: 5px;
      position: relative;
      opacity: .5;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      -webkit-transition: 333ms all;
      -o-transition: 333ms all;
      transition: 333ms all; }
      .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail, .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container:hover {
        opacity: 1; }
      .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container .sp-thumbnail {
        border: none; }
    .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-top-thumbnails {
      margin: 0; }
    .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails {
      position: relative;
      margin: 0; }
    .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-right-thumbnails, .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-left-thumbnails {
      margin: 0 0 0 5px; }
      .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-right-thumbnails .sp-thumbnails .sp-thumbnail-container, .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-left-thumbnails .sp-thumbnails .sp-thumbnail-container {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px;
        padding-bottom: 0;
        padding-right: 9px; }
    .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-left-thumbnails {
      margin: 0 5px 0 0; }
      .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-left-thumbnails .sp-thumbnails .sp-thumbnail-container {
        padding: 0; }
  .cherry-projects-slider__instance .slider-pro .sp-full-screen-button {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 40px;
    height: 40px;
    text-align: center;
    top: 15px;
    right: 10px; }
    .cherry-projects-slider__instance .slider-pro .sp-full-screen-button:before {
      content: 'fullscreen';
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      font-size: 24px;
      line-height: 40px;
      color: white;
      width: 40px;
      height: 40px;
      position: relative;
      top: -5px; }
  .cherry-projects-slider__instance .slider-pro.sp-full-screen .sp-full-screen-button:before {
    content: 'fullscreen_exit'; }
  .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: -25px 0 0 0;
    text-align: center;
    overflow: hidden; }
    .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow:before {
      font-size: 36px;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 50px;
      -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 Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      line-height: 50px; }
    .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow:after {
      display: none; }
    .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow.sp-previous-arrow:before {
      content: 'keyboard_arrow_left'; }
    .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow.sp-next-arrow:before {
      content: 'keyboard_arrow_right'; }

.projects-container[data-settings*='"item-margin":"2"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"2"'] .projects-list {
  margin-left: -1px;
  margin-right: -1px; }

.projects-container[data-settings*='"item-margin":"4"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"4"'] .projects-list {
  margin-left: -2px;
  margin-right: -2px; }

.projects-container[data-settings*='"item-margin":"6"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"6"'] .projects-list {
  margin-left: -3px;
  margin-right: -3px; }

.projects-container[data-settings*='"item-margin":"8"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"8"'] .projects-list {
  margin-left: -4px;
  margin-right: -4px; }

.projects-container[data-settings*='"item-margin":"10"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"10"'] .projects-list {
  margin-left: -5px;
  margin-right: -5px; }

.projects-container[data-settings*='"item-margin":"12"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"12"'] .projects-list {
  margin-left: -6px;
  margin-right: -6px; }

.projects-container[data-settings*='"item-margin":"14"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"14"'] .projects-list {
  margin-left: -7px;
  margin-right: -7px; }

.projects-container[data-settings*='"item-margin":"16"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"16"'] .projects-list {
  margin-left: -8px;
  margin-right: -8px; }

.projects-container[data-settings*='"item-margin":"18"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"18"'] .projects-list {
  margin-left: -9px;
  margin-right: -9px; }

.projects-container[data-settings*='"item-margin":"20"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"20"'] .projects-list {
  margin-left: -10px;
  margin-right: -10px; }

.projects-container[data-settings*='"item-margin":"22"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"22"'] .projects-list {
  margin-left: -11px;
  margin-right: -11px; }

.projects-container[data-settings*='"item-margin":"24"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"24"'] .projects-list {
  margin-left: -12px;
  margin-right: -12px; }

.projects-container[data-settings*='"item-margin":"26"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"26"'] .projects-list {
  margin-left: -13px;
  margin-right: -13px; }

.projects-container[data-settings*='"item-margin":"28"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"28"'] .projects-list {
  margin-left: -14px;
  margin-right: -14px; }

.projects-container[data-settings*='"item-margin":"30"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"30"'] .projects-list {
  margin-left: -15px;
  margin-right: -15px; }

.projects-container[data-settings*='"item-margin":"32"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"32"'] .projects-list {
  margin-left: -16px;
  margin-right: -16px; }

.projects-container[data-settings*='"item-margin":"34"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"34"'] .projects-list {
  margin-left: -17px;
  margin-right: -17px; }

.projects-container[data-settings*='"item-margin":"36"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"36"'] .projects-list {
  margin-left: -18px;
  margin-right: -18px; }

.projects-container[data-settings*='"item-margin":"38"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"38"'] .projects-list {
  margin-left: -19px;
  margin-right: -19px; }

.projects-container[data-settings*='"item-margin":"40"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"40"'] .projects-list {
  margin-left: -20px;
  margin-right: -20px; }

.projects-container[data-settings*='"item-margin":"42"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"42"'] .projects-list {
  margin-left: -21px;
  margin-right: -21px; }

.projects-container[data-settings*='"item-margin":"44"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"44"'] .projects-list {
  margin-left: -22px;
  margin-right: -22px; }

.projects-container[data-settings*='"item-margin":"46"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"46"'] .projects-list {
  margin-left: -23px;
  margin-right: -23px; }

.projects-container[data-settings*='"item-margin":"48"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"48"'] .projects-list {
  margin-left: -24px;
  margin-right: -24px; }

.projects-container[data-settings*='"item-margin":"50"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"50"'] .projects-list {
  margin-left: -25px;
  margin-right: -25px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  line-height: 1;
  display: inline-block;
  padding: .75em .9375em;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 333ms all;
  -o-transition: 333ms all;
  transition: 333ms all;
  border-radius: 3px;
  font-weight: bold; }
  @media (min-width: 1200px) {
    button,
    input[type='button'],
    input[type='reset'],
    input[type='submit'] {
      padding: 14px 30px 15px; } }
  button:active, button:focus,
  input[type='button']:active,
  input[type='button']:focus,
  input[type='reset']:active,
  input[type='reset']:focus,
  input[type='submit']:active,
  input[type='submit']:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  button i,
  input[type='button'] i,
  input[type='reset'] i,
  input[type='submit'] i {
    display: inline-block;
    vertical-align: middle; }
    button i + .btn__text,
    input[type='button'] i + .btn__text,
    input[type='reset'] i + .btn__text,
    input[type='submit'] i + .btn__text {
      margin: 0 0 0 5px; }
  button .btn__text + i,
  input[type='button'] .btn__text + i,
  input[type='reset'] .btn__text + i,
  input[type='submit'] .btn__text + i {
    margin: 0 0 0 5px; }
  button.btn-default,
  input[type='button'].btn-default,
  input[type='reset'].btn-default,
  input[type='submit'].btn-default {
    padding-left: 20px;
    padding-right: 20px; }
  button[disabled="disabled"], button.btn-disabled,
  input[type='button'][disabled="disabled"],
  input[type='button'].btn-disabled,
  input[type='reset'][disabled="disabled"],
  input[type='reset'].btn-disabled,
  input[type='submit'][disabled="disabled"],
  input[type='submit'].btn-disabled {
    background: #f9f9f9; }
    button[disabled="disabled"]:hover, button.btn-disabled:hover,
    input[type='button'][disabled="disabled"]:hover,
    input[type='button'].btn-disabled:hover,
    input[type='reset'][disabled="disabled"]:hover,
    input[type='reset'].btn-disabled:hover,
    input[type='submit'][disabled="disabled"]:hover,
    input[type='submit'].btn-disabled:hover {
      background: #f9f9f9; }

.btn {
  text-decoration: none;
  background: #f2f2f2;
  line-height: 1;
  display: inline-block;
  padding: .75em .9375em;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 333ms all;
  -o-transition: 333ms all;
  transition: 333ms all;
  border-radius: 3px;
  font-weight: bold; }
  @media (min-width: 1200px) {
    .btn {
      padding: 14px 30px 15px; } }
  .btn:active, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn i {
    display: inline-block;
    vertical-align: middle; }
    .btn i + .btn__text {
      margin: 0 0 0 5px; }
  .btn .btn__text + i {
    margin: 0 0 0 5px; }
  .btn.btn-default {
    padding-left: 20px;
    padding-right: 20px; }
  .btn:hover {
    text-decoration: none; }
  .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-fullwidth {
    width: 100%;
    display: block; }
  .btn-small {
    padding: 10px 20px;
    font-size: .875em; }
  .btn-large {
    padding: 20px 30px;
    font-size: 1.175em; }
  .btn[disabled="disabled"], .btn.btn-disabled {
    background: #f9f9f9; }
    .btn[disabled="disabled"]:hover, .btn.btn-disabled:hover {
      background: #f9f9f9; }
  .btn.btn-disabled {
    pointer-events: none; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea,
.jq-selectbox__select {
  width: 100%;
  padding: 14px 10px 15px;
  max-width: 100%;
  border: none;
  font-size: 1rem;
  border: none;
  background-color: #f9f9f9;
  -webkit-appearance: none;
  border-radius: 3px; }
  @media (min-width: 992px) {
    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,
    .jq-selectbox__select {
      padding: 14px 20px 15px; } }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='number']:focus,
  input[type='tel']:focus,
  input[type='range']:focus,
  input[type='date']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='time']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='color']:focus,
  select:focus,
  textarea:focus,
  .jq-selectbox__select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  input[type='text'].error,
  input[type='email'].error,
  input[type='url'].error,
  input[type='password'].error,
  input[type='search'].error,
  input[type='number'].error,
  input[type='tel'].error,
  input[type='range'].error,
  input[type='date'].error,
  input[type='month'].error,
  input[type='week'].error,
  input[type='time'].error,
  input[type='datetime'].error,
  input[type='datetime-local'].error,
  input[type='color'].error,
  select.error,
  textarea.error,
  .jq-selectbox__select.error {
    background: #feedee;
    border-color: #fc4261;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .footer-area input[type='text'],
  .footer-area-wrap input[type='text'], .footer-area
  input[type='email'],
  .footer-area-wrap
  input[type='email'], .footer-area
  input[type='url'],
  .footer-area-wrap
  input[type='url'], .footer-area
  input[type='password'],
  .footer-area-wrap
  input[type='password'], .footer-area
  input[type='search'],
  .footer-area-wrap
  input[type='search'], .footer-area
  input[type='number'],
  .footer-area-wrap
  input[type='number'], .footer-area
  input[type='tel'],
  .footer-area-wrap
  input[type='tel'], .footer-area
  input[type='range'],
  .footer-area-wrap
  input[type='range'], .footer-area
  input[type='date'],
  .footer-area-wrap
  input[type='date'], .footer-area
  input[type='month'],
  .footer-area-wrap
  input[type='month'], .footer-area
  input[type='week'],
  .footer-area-wrap
  input[type='week'], .footer-area
  input[type='time'],
  .footer-area-wrap
  input[type='time'], .footer-area
  input[type='datetime'],
  .footer-area-wrap
  input[type='datetime'], .footer-area
  input[type='datetime-local'],
  .footer-area-wrap
  input[type='datetime-local'], .footer-area
  input[type='color'],
  .footer-area-wrap
  input[type='color'], .footer-area
  select,
  .footer-area-wrap
  select, .footer-area
  textarea,
  .footer-area-wrap
  textarea, .footer-area
  .jq-selectbox__select,
  .footer-area-wrap
  .jq-selectbox__select {
    background: #ffffff; }
    .footer-area input[type='text']:focus,
    .footer-area-wrap input[type='text']:focus, .footer-area
    input[type='email']:focus,
    .footer-area-wrap
    input[type='email']:focus, .footer-area
    input[type='url']:focus,
    .footer-area-wrap
    input[type='url']:focus, .footer-area
    input[type='password']:focus,
    .footer-area-wrap
    input[type='password']:focus, .footer-area
    input[type='search']:focus,
    .footer-area-wrap
    input[type='search']:focus, .footer-area
    input[type='number']:focus,
    .footer-area-wrap
    input[type='number']:focus, .footer-area
    input[type='tel']:focus,
    .footer-area-wrap
    input[type='tel']:focus, .footer-area
    input[type='range']:focus,
    .footer-area-wrap
    input[type='range']:focus, .footer-area
    input[type='date']:focus,
    .footer-area-wrap
    input[type='date']:focus, .footer-area
    input[type='month']:focus,
    .footer-area-wrap
    input[type='month']:focus, .footer-area
    input[type='week']:focus,
    .footer-area-wrap
    input[type='week']:focus, .footer-area
    input[type='time']:focus,
    .footer-area-wrap
    input[type='time']:focus, .footer-area
    input[type='datetime']:focus,
    .footer-area-wrap
    input[type='datetime']:focus, .footer-area
    input[type='datetime-local']:focus,
    .footer-area-wrap
    input[type='datetime-local']:focus, .footer-area
    input[type='color']:focus,
    .footer-area-wrap
    input[type='color']:focus, .footer-area
    select:focus,
    .footer-area-wrap
    select:focus, .footer-area
    textarea:focus,
    .footer-area-wrap
    textarea:focus, .footer-area
    .jq-selectbox__select:focus,
    .footer-area-wrap
    .jq-selectbox__select:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }

select {
  padding: 12px 20px; }

.jq-number__spin {
  height: 21.5px;
  background-color: #f9f9f9; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
.jq-selectbox__select {
  height: 43px;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none; }

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

select {
  border: none;
  height: 43px; }

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

::-webkit-input-placeholder {
  opacity: 1; }

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

:-ms-input-placeholder {
  opacity: 1; }

.search-form {
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .search-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 420px;
      margin: 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .sidebar-1-4 .sidebar-primary .search-form {
        display: block; } }
  .site-header .search-form {
    display: inline-block;
    vertical-align: top;
    display: block; }
    .site-header .search-form:after {
      display: block;
      clear: both;
      width: 100%;
      content: ''; }
  .search-form label {
    max-width: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 1200px) {
      .search-form label {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 400px;
        flex: 1 1 400px;
        max-width: 400px; }
        .error404 .search-form label {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 263px;
          flex: 1 1 263px;
          max-width: 263px; } }
  .search-form__field[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    height: 50px;
    font-size: .875em; }
    .site-header .search-form__field[type='search'] {
      border: none; }
      @media (min-width: 768px) {
        .site-header .search-form__field[type='search'] {
          width: calc(100% - 50px);
          float: left; } }
      .site-header .search-form__field[type='search']:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
  .search-form__submit {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px 0 0; }
    @media (min-width: 768px) {
      .search-form__submit {
        white-space: nowrap; } }
    @media (min-width: 992px) {
      .search-form__submit {
        margin: 0 0 0 10px; } }
    @media (min-width: 1200px) {
      .search-form__submit {
        padding-left: 40px;
        padding-right: 40px; } }
    .search-form__submit:before {
      content: '\e922';
      font-size: 20px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px 0 0;
      font-family: 'linearicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }
      .top-panel__search .search-form__submit:before {
        display: none; }
    .site-header .search-form__submit {
      width: 50px;
      height: 50px;
      padding: 0;
      margin: 0;
      float: left;
      background-color: transparent; }
      .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; }
    .sidebar-1-4 .sidebar-primary .search-form__submit {
      margin: 10px 0 0;
      display: block;
      width: 100%; }

.comment-respond {
  padding: 2.375em 0 0; }

@media (min-width: 992px) {
  .comment-reply-title {
    margin-bottom: 2rem; } }

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
  margin: 1.25em 0 0 0; }
  @media (min-width: 768px) {
    .comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label {
    font-weight: bolder;
    padding-bottom: 7px;
    display: inline-block; }
    @media (min-width: 768px) {
      .comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 140px;
        flex: 1 0 140px;
        max-width: 140px;
        margin-right: 7px;
        padding-bottom: 0;
        padding-top: 12px; } }

.comment-form .form-submit {
  margin: 1.25em 0 0 0; }
  @media (min-width: 992px) {
    .comment-form .form-submit {
      margin-left: 147px; } }

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

.post-password-form label,
.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: bottom; }

.post-password-form p:last-child {
  margin-top: 1em; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: 333ms all;
  -o-transition: 333ms all;
  transition: 333ms all; }
  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: initial; }

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu {
  display: block;
  margin: 8px 0 9px; }
  @media (min-width: 992px) {
    .top-panel__menu {
      margin: 0; } }
  .top-panel__menu-list .menu-item {
    display: block;
    margin: 0 0 .25em; }
    .top-panel__menu-list .menu-item:first-child {
      margin: 0 0 .25em; }
    @media (min-width: 768px) {
      .top-panel__menu-list .menu-item {
        margin: 0 0 0 1.25em;
        display: inline-block;
        vertical-align: middle; }
        .top-panel__menu-list .menu-item:first-child {
          margin: 0; } }
    .top-panel__menu-list .menu-item a {
      text-decoration: none; }
      .top-panel__menu-list .menu-item a:focus {
        outline: none; }

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.main-navigation {
  display: block;
  clear: both;
  height: 100%;
  position: relative;
  z-index: 100; }
  @media (min-width: 768px) {
    .main-navigation {
      width: 100%; } }
  .main-navigation ul {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .main-navigation li {
    position: relative;
    text-align: left; }
  .main-navigation a {
    position: relative;
    display: block;
    text-decoration: none; }
  @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; } }
  @media (min-width: 768px) {
    .main-navigation ul {
      display: block; }
    .main-navigation li:hover > ul, .main-navigation li.menu-hover > ul {
      top: 100%;
      left: 0;
      visibility: visible;
      opacity: 1; }
      .main-navigation li:hover > ul.left-side, .main-navigation li.menu-hover > ul.left-side {
        left: auto;
        right: 0; }
    .main-navigation li > ul.in-transition {
      left: 0; }
      .main-navigation li > ul.in-transition.left-side {
        left: auto;
        right: 0; }
    .main-navigation li li:hover > ul, .main-navigation li li.menu-hover > ul {
      top: 0;
      left: 100%; }
      .main-navigation li li:hover > ul.left-side, .main-navigation li li.menu-hover > ul.left-side {
        left: auto;
        right: 100%; }
    .main-navigation li li > ul.in-transition {
      left: 100%; }
      .main-navigation li li > ul.in-transition.left-side {
        left: auto;
        right: 100%; }
    .main-navigation .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      height: 100%; }
    .main-navigation .sub-menu {
      position: absolute;
      z-index: 999;
      top: 120%;
      left: -999em;
      visibility: hidden;
      margin: 0;
      -webkit-transition: 200ms linear;
      -o-transition: 200ms linear;
      transition: 200ms linear;
      -webkit-transition-property: top, opacity, visibility;
      -o-transition-property: top, opacity, visibility;
      transition-property: top, opacity, visibility;
      opacity: 0; }
      .main-navigation .sub-menu ul {
        top: 20%; }
      .main-navigation .sub-menu.left-side {
        left: auto;
        right: -999em; }
    .main-navigation .menu-toggle {
      display: none; } }
  @media (max-width: 767px) {
    .main-navigation.toggled > ul {
      margin: 20px 0 -21px;
      padding: 18px 0;
      display: block; }
    .main-navigation.toggled ul ul a {
      text-indent: 0; }
    .main-navigation.toggled ul ul ul a {
      text-indent: 1rem; }
    .main-navigation.toggled ul ul ul ul a {
      text-indent: 2rem; }
    .main-navigation.toggled ul ul ul ul ul a {
      text-indent: 3rem; }
    .main-navigation.toggled ul ul ul ul ul ul a {
      text-indent: 4rem; }
    .main-navigation.toggled ul.sub-menu {
      position: static;
      opacity: 1;
      visibility: visible;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none;
      margin: 0;
      padding: 0 0 0 10px;
      height: 0; }
      .main-navigation.toggled ul.sub-menu.active {
        height: auto;
        display: block; }
    .main-navigation.toggled li.menu-item-has-children > a.mobile-sublink {
      margin: 0;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
      width: 50px;
      height: 25px;
      text-align: right;
      text-indent: 0; }
      .main-navigation.toggled li.menu-item-has-children > a.mobile-sublink i {
        position: relative;
        top: 1px;
        -webkit-transition: 300ms all;
        -o-transition: 300ms all;
        transition: 300ms all; }
      .main-navigation.toggled li.menu-item-has-children > a.mobile-sublink.active i {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg); } }

/* Skin */
.main-navigation a {
  padding: 0; }
  @media (min-width: 768px) {
    .main-navigation a {
      padding: 0; } }
  .main-navigation a:focus {
    outline: none; }

.main-navigation .menu {
  position: relative; }
  .main-navigation .menu:before, .main-navigation .menu:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .main-navigation .menu:before {
    left: -100%; }
  .main-navigation .menu:after {
    right: -100%; }
  @media (min-width: 768px) {
    .main-navigation .menu:before, .main-navigation .menu:after {
      display: none; } }
  .main-navigation .menu > li {
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      .main-navigation .menu > li:not(:first-child) {
        margin: 0 0 0 20px; } }
    @media (min-width: 992px) {
      .main-navigation .menu > li:not(:first-child) {
        margin: 0 0 0 30px; } }
    .main-navigation .menu > li > a {
      position: relative;
      font-size: 15.96px;
      font-size: 1.14rem;
      display: block;
      height: 100%;
      padding: 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-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      overflow: hidden;
      margin: 22px 0 0; }
      @media (min-width: 768px) {
        .main-navigation .menu > li > a {
          margin: 0; } }
    @media (min-width: 768px) {
      .main-navigation .menu > li.menu-item-has-children {
        padding-right: 30px; } }
    .main-navigation .menu > li.menu-item-has-children::after {
      /* Marker (level 1) */
      content: ''; }
      @media (min-width: 768px) {
        .main-navigation .menu > li.menu-item-has-children::after {
          content: '\f107'; } }
    .main-navigation .menu > li.menu-item-has-children > a {
      padding: 0; }
    @media (min-width: 768px) {
      .main-navigation .menu > li.menu-item-has-children > .sub-menu {
        background: none;
        padding-top: 10px; } }
    @media (min-width: 768px) {
      .main-navigation .menu > li.menu-item-has-children > .sub-menu > li {
        background: #f9f9f9; } }
    .main-navigation .menu > li:last-child > a {
      border-bottom: none; }
    .main-navigation .menu > li:hover > a, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a {
      /* Active and hover state (level 1) */
      padding-top: 0;
      padding-bottom: 0; }
    .main-navigation .menu > li[hidden] {
      display: none; }
    .main-navigation .menu > li.super-guacamole__menu .super-guacamole__menu__child a {
      width: 200px; }

.main-navigation .sub-menu {
  margin: 21px 0 0; }
  @media (min-width: 768px) {
    .main-navigation .sub-menu {
      background: #f9f9f9;
      margin: 0; } }
  @media (min-width: 768px) {
    .main-navigation .sub-menu li {
      border-bottom: 1px solid #f0f0f0; }
      .main-navigation .sub-menu li:last-of-type {
        border-bottom: none; }
      .main-navigation .sub-menu li ul {
        margin-left: 1px; } }
  @media (min-width: 768px) {
    .main-navigation .sub-menu li.menu-item-has-children::after {
      /* Marker (level 2, 3, ..., N) */
      top: .75em;
      content: '\f105'; } }
  .main-navigation .sub-menu li > a {
    margin: 15px 0 0; }
    @media (min-width: 768px) {
      .main-navigation .sub-menu li > a {
        margin: 0; } }
  .main-navigation .sub-menu a {
    font-size: 14px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .main-navigation .sub-menu a {
        width: 13em;
        padding: .875em 1.25em .75em; } }
    @media (min-width: 992px) {
      .main-navigation .sub-menu a {
        padding: .875em 1.8125em .75em; } }
  .main-navigation .sub-menu li:hover > a,
  .main-navigation .sub-menu li.menu-hover > a,
  .main-navigation .sub-menu li.current_page_item > a,
  .main-navigation .sub-menu li.current_page_ancestor > a,
  .main-navigation .sub-menu li.current-menu-item > a,
  .main-navigation .sub-menu li.current-menu-ancestor > a {
    /* Active and hover state (level 2, 3, ..., N) */ }
    @media (min-width: 768px) {
      .main-navigation .sub-menu li:hover > a,
      .main-navigation .sub-menu li.menu-hover > a,
      .main-navigation .sub-menu li.current_page_item > a,
      .main-navigation .sub-menu li.current_page_ancestor > a,
      .main-navigation .sub-menu li.current-menu-item > a,
      .main-navigation .sub-menu li.current-menu-ancestor > a {
        background: #f0f0f0; } }

.main-navigation li::after {
  /* Marker style */
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15.75px;
  font-size: 1.125rem; }
  @media (max-width: 767px) {
    .main-navigation li::after {
      top: .22em;
      right: 0; } }

.main-navigation li a.mobile-sublink {
  display: none; }

@media (min-width: 768px) {
  .main-navigation .menu > li::after {
    /* Marker position (level 1) */
    top: 0;
    margin-top: 5px;
    right: .625rem;
    -webkit-transition: 333ms all 111ms;
    -o-transition: 333ms all 111ms;
    transition: 333ms all 111ms; } }

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

/* Toogle button */
.menu-toggle {
  padding: 0 0 0 50px;
  background: none;
  font-size: 1.125rem;
  position: relative; }
  .menu-toggle:hover {
    background: none; }
  .menu-toggle__icon {
    vertical-align: middle;
    display: inline-block;
    font-size: 2.375rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    text-indent: -9999px; }
    .menu-toggle__icon:before {
      font-family: 'linearicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: '\e92b';
      text-indent: 0;
      position: absolute;
      top: 3px;
      left: 0;
      text-indent: 0;
      -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
      transform: translateY(-50%) rotate(0);
      -webkit-transition: 333ms all;
      -o-transition: 333ms all;
      transition: 333ms all; }
    .toggled .menu-toggle__icon:before {
      content: '\e92a';
      position: absolute;
      top: 5px;
      left: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu {
  margin: 0; }
  .footer-menu .menu {
    padding: 20px 0; }
    @media (min-width: 768px) {
      .footer-menu .menu {
        padding: 0; } }
  .footer-menu__items {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .footer-menu__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (min-width: 768px) {
      .footer-menu__items .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 0 25px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .footer-menu__items .menu-item:first-child {
      padding: 0; }
    .footer-menu__items .menu-item a {
      text-decoration: none; }

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  margin: 0;
  padding: 3.125em 0;
  border-bottom: 1px solid #f0f0f0; }
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%; }
    @media (min-width: 544px) {
      .comment-navigation .nav-previous,
      .comment-navigation .nav-next,
      .posts-navigation .nav-previous,
      .posts-navigation .nav-next,
      .post-navigation .nav-previous,
      .post-navigation .nav-next {
        width: 50%; } }
    .comment-navigation .nav-previous > a,
    .comment-navigation .nav-next > a,
    .posts-navigation .nav-previous > a,
    .posts-navigation .nav-next > a,
    .post-navigation .nav-previous > a,
    .post-navigation .nav-next > a {
      display: block;
      vertical-align: middle;
      text-decoration: none;
      white-space: nowrap;
      position: relative;
      text-align: center;
      border-radius: 3px;
      border: 1px solid #f0f0f0; }
      @media (min-width: 544px) {
        .comment-navigation .nav-previous > a,
        .comment-navigation .nav-next > a,
        .posts-navigation .nav-previous > a,
        .posts-navigation .nav-next > a,
        .post-navigation .nav-previous > a,
        .post-navigation .nav-next > a {
          display: inline-block; } }
      .comment-navigation .nav-previous > a:before, .comment-navigation .nav-previous > a:after,
      .comment-navigation .nav-next > a:before,
      .comment-navigation .nav-next > a:after,
      .posts-navigation .nav-previous > a:before,
      .posts-navigation .nav-previous > a:after,
      .posts-navigation .nav-next > a:before,
      .posts-navigation .nav-next > a:after,
      .post-navigation .nav-previous > a:before,
      .post-navigation .nav-previous > a:after,
      .post-navigation .nav-next > a:before,
      .post-navigation .nav-next > a:after {
        display: inline-block;
        vertical-align: middle;
        font-family: 'linearicons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1; }
      .comment-navigation .nav-previous > a:hover,
      .comment-navigation .nav-next > a:hover,
      .posts-navigation .nav-previous > a:hover,
      .posts-navigation .nav-next > a:hover,
      .post-navigation .nav-previous > a:hover,
      .post-navigation .nav-next > a:hover {
        border-color: #f2f2f2;
        background-color: #f2f2f2; }
  @media (min-width: 544px) {
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
      float: left; } }
  .comment-navigation .nav-previous > a,
  .posts-navigation .nav-previous > a,
  .post-navigation .nav-previous > a {
    padding: 14px 30px 15px; }
    .comment-navigation .nav-previous > a:before,
    .posts-navigation .nav-previous > a:before,
    .post-navigation .nav-previous > a:before {
      content: '\e93b';
      margin: 0 5px 0 0; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    margin: .625em 0 0; }
    @media (min-width: 544px) {
      .comment-navigation .nav-next,
      .posts-navigation .nav-next,
      .post-navigation .nav-next {
        float: right;
        text-align: right;
        margin: 0; } }
    .comment-navigation .nav-next > a,
    .posts-navigation .nav-next > a,
    .post-navigation .nav-next > a {
      padding: 14px 30px 15px; }
      .comment-navigation .nav-next > a:after,
      .posts-navigation .nav-next > a:after,
      .post-navigation .nav-next > a:after {
        content: '\e93c';
        margin: 0 0 0 5px; }

.pagination {
  margin: 2.5em 0;
  padding-top: 2em; }

.page-numbers {
  display: inline-block;
  margin: 0 5px 5px 0;
  text-align: center;
  text-decoration: none;
  line-height: 43px;
  height: 43px;
  min-width: 43px;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  background: transparent; }
  .page-numbers.next, .page-numbers.prev {
    font-size: 1rem;
    padding: 0 10px;
    border-color: transparent; }
    .page-numbers.next:before, .page-numbers.next:after, .page-numbers.prev:before, .page-numbers.prev:after {
      display: inline-block;
      vertical-align: middle;
      font-family: 'linearicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }
    .page-numbers.next:hover, .page-numbers.prev:hover {
      background-color: transparent;
      border-color: transparent; }
  .page-numbers.prev {
    margin-right: 5px; }
    .page-numbers.prev:before {
      content: '\e93b';
      margin: 0 5px 0 0; }
  .page-numbers.next {
    margin-left: 5px; }
    .page-numbers.next:after {
      content: '\e93c';
      margin: 0 0 0 5px; }
  .page-numbers.current, .page-numbers:hover {
    border-color: #f2f2f2;
    background-color: #f2f2f2; }

.page-links {
  clear: both;
  margin: 0 0 1em; }
  .page-links__title {
    margin-right: 5px; }
  .page-links a,
  .page-links > .page-links__item {
    line-height: 3.125rem;
    display: inline-block;
    min-width: 3em;
    height: 3.125rem;
    margin: 0 5px 5px 0;
    text-align: center; }
  .page-links a {
    text-decoration: none; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 9px 0;
  background: #f9f9f9; }
  @media (min-width: 768px) {
    .breadcrumbs > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .breadcrumbs__title:not(:empty) {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #f0f0f0; }
    .breadcrumbs__title:not(:empty) .page-title {
      margin: 0; }
  .breadcrumbs__browse {
    margin-right: .5em; }
  .breadcrumbs__wrap {
    margin: 0; }
    @media (min-width: 768px) {
      .breadcrumbs__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 992px) {
      .breadcrumbs__wrap {
        margin: .25em 0; } }
  .breadcrumbs__item {
    margin: .7em 0; }
    @media (min-width: 768px) {
      .breadcrumbs__item {
        margin: 0; } }
    .breadcrumbs__item-sep {
      color: #dadada;
      margin: 0 1em;
      display: none; }
      @media (min-width: 768px) {
        .breadcrumbs__item-sep {
          display: block; } }
    .breadcrumbs__item-link {
      text-decoration: none; }

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .menu-item {
  margin: 0 0 0 1.375em; }
  .social-list .menu-item::before {
    display: none; }
  .social-list .menu-item:first-child {
    margin: 0; }
  .social-list .menu-item > a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #c8c7c7; }
    .social-list .menu-item > a:hover {
      text-decoration: none; }
    .social-list .menu-item > a:focus {
      outline: none; }
    .social-list .menu-item > a[href*="codepen.io"]::before {
      content: '\f1cb'; }
    .social-list .menu-item > a[href*="digg.com"]::before {
      content: '\f1a6'; }
    .social-list .menu-item > a[href*="dribbble.com"]::before {
      content: '\f17d'; }
    .social-list .menu-item > a[href*="dropbox.com"]::before {
      content: '\f16b'; }
    .social-list .menu-item > a[href*="facebook.com"]::before {
      content: '\f09a'; }
    .social-list .menu-item > a[href*="flickr.com"]::before {
      content: '\f16e'; }
    .social-list .menu-item > a[href*="plus.google.com"]::before {
      content: '\f0d5'; }
    .social-list .menu-item > a[href*="github.com"]::before {
      content: '\f09b'; }
    .social-list .menu-item > a[href*="instagram.com"]::before {
      content: '\f16d'; }
    .social-list .menu-item > a[href*="linkedin.com"]::before {
      content: '\f0e1'; }
    .social-list .menu-item > a[href*="pinterest.com"]::before {
      content: '\f0d2'; }
    .social-list .menu-item > a[href*="getpocket.com"]::before {
      content: '\f265'; }
    .social-list .menu-item > a[href*="reddit.com"]::before {
      content: '\f1a1'; }
    .social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
      content: '\f17e'; }
    .social-list .menu-item > a[href*="stumbleupon.com"]::before {
      content: '\f1a4'; }
    .social-list .menu-item > a[href*="tumblr.com"]::before {
      content: '\f173'; }
    .social-list .menu-item > a[href*="twitter.com"]::before {
      content: '\f099'; }
    .social-list .menu-item > a[href*="vimeo.com"]::before {
      content: '\f27d'; }
    .social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
      content: '\f19a'; }
    .social-list .menu-item > a[href*="youtube.com"]::before {
      content: '\f167'; }
    .social-list .menu-item > a[href*="amazon.com"]::before {
      content: '\f270'; }
    .social-list .menu-item > a[href*="tripadvisor"]::before {
      content: '\f262'; }
    .social-list .menu-item > a[href*="ycombinator.com"]::before {
      content: '\f23b'; }
    .social-list .menu-item > a[href*="xing.com"]::before {
      content: '\f168'; }
    .social-list .menu-item > a[href*="yahoo."]::before {
      content: '\f19e'; }
    .social-list .menu-item > a[href*="vine.co"]::before {
      content: '\f1ca'; }
    .social-list .menu-item > a[href*="weibo.com"]::before {
      content: '\f18a'; }
    .social-list .menu-item > a[href*="trello.com"]::before {
      content: '\f181'; }
    .social-list .menu-item > a[href*="steampowered.com"]::before {
      content: '\f1b6'; }
    .social-list .menu-item > a[href*="soundcloud.com"]::before {
      content: '\f1be'; }
    .social-list .menu-item > a[href*="spotify.com"]::before {
      content: '\f1bc'; }
    .social-list .menu-item > a[href*="stackexchange.com"]::before {
      content: '\f18d'; }
    .social-list .menu-item > a[href*="stackoverflow.com"]::before {
      content: '\f16c'; }
    .social-list .menu-item > a[href*="slideshare.net"]::before {
      content: '\f1e7'; }
    .social-list .menu-item > a[href*="slack.com"]::before {
      content: '\f198'; }
    .social-list .menu-item > a[href*="skyatlas.com"]::before {
      content: '\f216'; }
    .social-list .menu-item > a[href*="last.fm"]::before {
      content: '\f202'; }
    .social-list .menu-item > a[href*="jsfiddle.net"]::before {
      content: '\f1cc'; }
    .social-list .menu-item > a[href*="behance.net"]::before {
      content: '\f1b4'; }
    .social-list .menu-item > a[href*="bitbucket.org"]::before {
      content: '\f171'; }
    .social-list .menu-item > a[href*="codepen.io"]::before {
      content: '\f1cb'; }
    .social-list .menu-item > a[href*="codiepie.com"]::before {
      content: '\f284'; }
    .social-list .menu-item > a[href*="connectdevelop.com"]::before {
      content: '\f20e'; }
    .social-list .menu-item > a[href*="dashcube.com"]::before {
      content: '\f210'; }
    .social-list .menu-item > a[href*="contao.org"]::before {
      content: '\f26d'; }
    .social-list .menu-item > a[href*="delicious.com"]::before {
      content: '\f1a5'; }
    .social-list .menu-item > a[href*="deviantart.com"]::before {
      content: '\f1bd'; }
    .social-list .menu-item > a[href*="vk.com"]::before {
      content: '\f189'; }
    .social-list .menu-item > a::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15.96px;
      font-size: 1.14rem;
      display: block;
      width: auto;
      height: auto;
      line-height: 1.2;
      background: none;
      margin: auto; }
      .social-list--text .social-list .menu-item > a::before {
        display: none; }

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 12.25px;
    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 {
  margin: 0 0 30px;
  display: block; }
  @media (min-width: 992px) {
    .alignleft {
      float: left;
      display: inline;
      margin: 5px 50px 7px 0; } }

.alignright {
  margin: 0 0 30px;
  display: block; }
  @media (min-width: 992px) {
    .alignright {
      float: right;
      display: inline;
      margin: 5px 0 7px 50px; } }

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

.alignnone {
  margin-top: 25px;
  margin-bottom: 25px; }

.img-pull-left {
  margin: 0 0 30px; }
  @media (min-width: 992px) {
    .img-pull-left {
      float: left;
      width: 50%;
      margin: 0 4% 1% 0; } }

.img-pull-right {
  margin: 0 0 30px; }
  @media (min-width: 992px) {
    .img-pull-right {
      float: right;
      width: 50%;
      margin: 0 0 1% 4%; } }

/*--------------------------------------------------------------
# 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-top: 2.375em;
  margin-bottom: 0; }
  .comments-area .no-comments {
    margin-top: 2.375em; }

@media (min-width: 992px) {
  .comments-title {
    margin-bottom: 2.4375rem; } }

.comment-list {
  margin: 0;
  padding: 0 0 3.125em;
  list-style: none;
  border-bottom: 1px solid #f0f0f0; }
  .comment-list .children {
    margin-left: 0;
    padding-left: 10px;
    list-style: none; }
    @media (min-width: 992px) {
      .comment-list .children {
        padding-left: 30px; } }

.comment-content {
  overflow: hidden; }
  @media (min-width: 768px) {
    .comment-content {
      overflow: hidden; } }
  .comment-content a {
    word-wrap: break-word; }

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

.comment-body .avatar {
  margin: 0 0 20px;
  border-radius: 0; }
  @media (min-width: 544px) {
    .comment-body .avatar {
      float: left;
      width: 40px;
      margin: 0 15px 10px 0; } }
  @media (min-width: 992px) {
    .comment-body .avatar {
      width: auto;
      margin: 0 30px 10px 0; } }

.comment-body .fn {
  font-weight: normal; }

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

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

.comment-metadata {
  margin: 0 0 .5rem; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author__holder {
  margin: 0;
  padding: 2.75em 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }

.post-author__avatar {
  margin: 0 0 1.6em; }
  @media (min-width: 768px) {
    .post-author__avatar {
      float: left;
      margin: 0 1em 1em 0; } }
  @media (min-width: 992px) {
    .post-author__avatar {
      margin: .375em 1.875em .375em 0; } }
  .post-author__avatar .avatar {
    width: 70px;
    vertical-align: top;
    border-radius: 0; }
    @media (min-width: 992px) {
      .post-author__avatar .avatar {
        width: auto; } }

.post-author__title {
  margin: 0 0 20px; }

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.posts-list__item .share-btns__list {
  margin-top: 20px; }

.share-btns__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0; }

.share-btns__link {
  line-height: 1;
  display: block;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  color: #c8c7c7; }
  .share-btns__link:hover {
    opacity: 1; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.card {
  display: block; }

@media (min-width: 768px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1.7855rem;
    margin-left: -1.7855rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .card-deck .card {
      margin-right: 1.7855rem;
      margin-left: 1.7855rem;
      -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-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .home .card-deck .card.sticky {
        display: block;
        max-width: calc(100% - 3.571rem);
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; }
  .posts-list--grid-2-cols .card {
    max-width: calc(100%/2 - 3.571rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100%/2 - 3.571rem);
    flex: 1 0 calc(100%/2 - 3.571rem); }
    .posts-list--grid-2-cols .card:nth-child(1), .posts-list--grid-2-cols .card:nth-child(2) {
      border: none;
      margin-top: 0; }
  .posts-list--grid-3-cols .card {
    max-width: calc(100%/3 - 3.571rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100%/3 - 3.571rem);
    flex: 1 0 calc(100%/3 - 3.571rem); } }

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-gap: 3.571rem;
    column-gap: 3.571rem; }
    .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: 992px) {
  .posts-list--vertical-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1.7855rem;
    margin-left: -1.7855rem;
    -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.571rem);
      flex: 1 0 calc(100%/3 - 3.571rem);
      max-width: calc(100%/3 - 3.571rem);
      margin-right: 1.7855rem;
      margin-left: 1.7855rem; }
      .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.571rem);
        flex: 1 0 calc(100%/1.5 - 3.571rem);
        max-width: calc(100%/1.5 - 3.571rem); } }

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

#primary {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media (min-width: 768px) {
    #primary {
      padding-top: 5em;
      padding-bottom: 5em; }
      .tm-property--single #primary,
      .tm-property--agent #primary {
        padding-top: 4em;
        padding-bottom: 4em; }
      .tm-property--search #primary {
        padding-top: 3em;
        padding-bottom: 3em; } }
  .page #primary,
  .tax-projects_category #primary {
    padding-top: 2em; }
    @media (min-width: 768px) {
      .page #primary,
      .tax-projects_category #primary {
        padding-top: 4.3125em; } }
  .page-template-coming-soon-page #primary {
    padding: 0; }

.sidebar-primary,
.single-property,
.idx-area {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media (min-width: 768px) {
    .sidebar-primary,
    .single-property,
    .idx-area {
      padding-top: 4.5em;
      padding-bottom: 4em; } }

.search-property {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media (min-width: 768px) {
    .search-property {
      padding-top: 3.5em;
      padding-bottom: 4em; } }

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

.container.site-content {
  max-width: inherit;
  padding: 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 #single-property {
  -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 #single-property {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-main-menu_search_wrap .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 992px) {
  .stick-part.isStuck {
    position: fixed;
    z-index: 1000;
    width: 100%;
    right: 0;
    left: 0;
    max-width: 100%; }
    .stick-part.isStuck .main-navigation .menu {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media (max-width: 991px) {
  .stick-part.isStuck {
    position: relative !important;
    top: auto !important;
    width: auto; } }

@media (min-width: 768px) {
  .pseudoStickyBlock {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; } }

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

@media (min-width: 768px) {
  .header-container_wrap {
    padding-top: 17px;
    padding-bottom: 17px; } }

.header-container_wrap:not(.container) {
  padding-left: 1.7855rem;
  padding-right: 1.7855rem; }

.site-header.default .header-container_wrap {
  padding-top: 20px;
  padding-bottom: 20px; }
  .site-header.default .header-container_wrap .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.site-header.default .site-logo {
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .site-header.default .site-logo {
      padding-top: 0;
      padding-bottom: 0; } }

.site-header.default .top-panel__search {
  top: 27px; }
  @media (min-width: 768px) {
    .site-header.default .top-panel__search {
      top: 0; } }
  .site-header.default .top-panel__search .search-form {
    margin: 0; }
  .site-header.default .top-panel__search .on-desktop {
    display: none; }
    @media (min-width: 768px) {
      .site-header.default .top-panel__search .on-desktop {
        display: block; } }
  .site-header.default .top-panel__search .on-mobile {
    display: block; }
    @media (min-width: 768px) {
      .site-header.default .top-panel__search .on-mobile {
        display: none; } }

.site-header.default .top-panel__message {
  text-align: center;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .site-header.default .top-panel__message {
      padding-top: 0; } }
  @media (min-width: 992px) {
    .site-header.default .top-panel__message {
      text-align: right; } }

.site-header.default .main-navigation {
  padding: 0; }
  @media (min-width: 768px) {
    .site-header.default .main-navigation .menu > li.menu-item-has-children > .sub-menu {
      padding-top: 17px; } }

.site-header.default .search-col {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 768px) {
    .site-header.default .search-col {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.site-header.default .message-col {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 768px) {
    .site-header.default .message-col {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 992px) {
    .site-header.default .message-col {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; } }

.site-header.default .logo-col {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 768px) {
    .site-header.default .logo-col {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; } }
  @media (min-width: 992px) {
    .site-header.default .logo-col {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  .site-header.default .logo-col:first-child > div {
    text-align: center; }
    @media (min-width: 992px) {
      .site-header.default .logo-col:first-child > div {
        text-align: left; } }
  .site-header.default .logo-col:last-child > div {
    text-align: center; }
    @media (min-width: 992px) {
      .site-header.default .logo-col:last-child > div {
        text-align: right; } }
  .site-header.default .logo-col:first-child:last-child > div {
    text-align: center; }
  .site-header.default .logo-col:not(:first-child):not(:last-child) > div {
    text-align: center; }

.site-header.default .isStuck .search-col {
  display: none; }

.site-header.default .isStuck .menu-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.site-header.centered {
  text-align: center; }
  .site-header.centered .header-container_wrap {
    padding-top: 20px;
    padding-bottom: 20px; }
    .site-header.centered .header-container_wrap > * > * {
      margin-top: 20px; }
    .site-header.centered .header-container_wrap > *:first-child > * {
      margin-top: 0; }
  .site-header.centered .top-panel__message {
    text-align: center; }
  .site-header.centered .top-panel__search {
    float: none;
    top: 26px; }
    @media (min-width: 768px) {
      .site-header.centered .top-panel__search {
        top: 0; } }
  .site-header.centered .search-form {
    margin: 0 auto; }
  .site-header.centered .site-branding {
    padding-top: 10px;
    padding-bottom: 10px; }
  .site-header.centered .main-navigation {
    text-align: left; }
    @media (min-width: 768px) {
      .site-header.centered .main-navigation {
        text-align: center; } }
    @media (min-width: 768px) {
      .site-header.centered .main-navigation .menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.site-header.minimal {
  /* Stickup */ }
  .site-header.minimal .top-panel {
    border: none; }
  .site-header.minimal .header-container_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .site-header.minimal .header-container_wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    @media (max-width: 767px) {
      .site-header.minimal .header-container_wrap > div {
        width: 100%; } }
    @media (min-width: 1200px) {
      .site-header.minimal .header-container_wrap > div:last-child .main-navigation .menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .site-header.minimal .header-container_wrap > div:not(:last-child) {
      padding-right: 20px; }
  .site-header.minimal .social-list {
    text-align: center;
    margin: 20px 0 0; }
    @media (min-width: 992px) {
      .site-header.minimal .social-list {
        float: right;
        text-align: left;
        margin: 0; } }
  .site-header.minimal .main-navigation .menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (min-width: 1200px) {
      .site-header.minimal .main-navigation .menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .site-header.minimal .main-navigation .menu > li:before {
      display: none; }
      @media (min-width: 1200px) {
        .site-header.minimal .main-navigation .menu > li:before {
          display: block; } }
    .site-header.minimal .main-navigation .menu > li > a:before {
      display: none; }
      @media (min-width: 1200px) {
        .site-header.minimal .main-navigation .menu > li > a:before {
          display: block; } }
  .site-header.minimal .top-panel__search {
    top: 25px; }
    @media (min-width: 768px) {
      .site-header.minimal .top-panel__search {
        top: 0; } }
    .site-header.minimal .top-panel__search .on-desktop {
      display: none; }
      @media (min-width: 768px) {
        .site-header.minimal .top-panel__search .on-desktop {
          display: block; } }
    .site-header.minimal .top-panel__search .on-mobile {
      display: block; }
      @media (min-width: 768px) {
        .site-header.minimal .top-panel__search .on-mobile {
          display: none; } }
  .site-header.minimal .logo-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
    @media (min-width: 1200px) {
      .site-header.minimal .logo-col {
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 768px) {
      .site-header.minimal .logo-col {
        text-align: left;
        max-width: 30%; } }
  .site-header.minimal .menu-col {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .site-header.minimal .menu-col:before, .site-header.minimal .menu-col:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      background: inherit; }
    .site-header.minimal .menu-col:before {
      left: -100%; }
    .site-header.minimal .menu-col:after {
      right: -100%; }
    @media (min-width: 768px) {
      .site-header.minimal .menu-col {
        padding-bottom: 0;
        padding-top: 0;
        width: 100%; }
        .site-header.minimal .menu-col:before, .site-header.minimal .menu-col:after {
          display: none; } }
    @media (min-width: 1200px) {
      .site-header.minimal .menu-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto; } }
    .site-header.minimal .menu-col .menu-toggle {
      position: relative;
      z-index: 10; }
  .site-header.minimal .search-message-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .site-header.minimal .search-message-col {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto; } }
    @media (min-width: 1200px) {
      .site-header.minimal .search-message-col {
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 0; } }
    .site-header.minimal .search-message-col .top-panel__message {
      text-align: center; }
      @media (min-width: 768px) {
        .site-header.minimal .search-message-col .top-panel__message {
          text-align: right; } }
  @media (min-width: 992px) {
    .site-header.minimal .stick-part.isStuck {
      width: 100%;
      max-width: 100%; }
      .site-header.minimal .stick-part.isStuck .menu {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.top-panel__wrap {
  text-align: center;
  padding-left: 1.7855rem;
  padding-right: 1.7855rem; }
  @media (min-width: 992px) {
    .top-panel__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .top-panel__wrap > div {
    padding-top: 9px;
    padding-bottom: 11px; }

.top-panel__message {
  text-align: right; }
  @media (min-width: 1200px) {
    .top-panel__message .info-block {
      position: relative;
      top: -4px; } }
  .top-panel__message .info-block_phone {
    font-size: 1.42em;
    font-weight: bold; }
    .top-panel__message .info-block_phone i {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
  @media (min-width: 768px) {
    .top-panel__message + .top-panel__search {
      margin-top: 10px; } }

.top-panel__search {
  text-align: right;
  position: relative;
  z-index: 1000;
  top: 21px; }
  @media (min-width: 992px) {
    .top-panel__search {
      float: right;
      text-align: left;
      width: 100%;
      padding-top: 1px;
      padding-bottom: 1px; } }
  @media (min-width: 768px) {
    .top-panel__search {
      z-index: 10;
      top: 0; } }
  .top-panel__search .on-desktop {
    display: none; }
    @media (min-width: 992px) {
      .top-panel__search .on-desktop {
        display: block; } }
  .top-panel__search .on-mobile {
    display: block;
    margin: 0; }
    @media (min-width: 992px) {
      .top-panel__search .on-mobile {
        display: none; } }
    .top-panel__search .on-mobile .search-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      padding: 0;
      width: calc(100% - 50px);
      right: 50px;
      overflow: hidden;
      z-index: 1000;
      -webkit-transition: 200ms all;
      -o-transition: 200ms all;
      transition: 200ms all; }
      @media (min-width: 768px) {
        .top-panel__search .on-mobile .search-form {
          top: -24px;
          width: 400px; } }
      .top-panel__search .on-mobile .search-form_wrap {
        position: relative;
        padding: 0; }
      .top-panel__search .on-mobile .search-form__field {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 300ms all;
        -o-transition: 300ms all;
        transition: 300ms all; }
        @media (min-width: 768px) {
          .top-panel__search .on-mobile .search-form__field {
            width: 100%; } }
      .top-panel__search .on-mobile .search-form__submit {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 200ms all;
        -o-transition: 200ms all;
        transition: 200ms all;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50px;
        flex: 1 0 50px;
        max-width: 50px; }
      .top-panel__search .on-mobile .search-form label {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 50px);
        flex: 1 0 calc(100% - 50px);
        max-width: 1000px; }

.search-col .search-form_wrap .close-btn,
.search-col .search-form_wrap .open-btn,
.search-col-mobile .search-form_wrap .close-btn,
.search-col-mobile .search-form_wrap .open-btn,
.search-message-col .search-form_wrap .close-btn,
.search-message-col .search-form_wrap .open-btn {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all; }
  @media (min-width: 768px) {
    .search-col .search-form_wrap .close-btn,
    .search-col .search-form_wrap .open-btn,
    .search-col-mobile .search-form_wrap .close-btn,
    .search-col-mobile .search-form_wrap .open-btn,
    .search-message-col .search-form_wrap .close-btn,
    .search-message-col .search-form_wrap .open-btn {
      top: -24px; } }
  .search-col .search-form_wrap .close-btn a,
  .search-col .search-form_wrap .open-btn a,
  .search-col-mobile .search-form_wrap .close-btn a,
  .search-col-mobile .search-form_wrap .open-btn a,
  .search-message-col .search-form_wrap .close-btn a,
  .search-message-col .search-form_wrap .open-btn a {
    width: 50px;
    font-size: 50px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    outline: none; }
    .search-col .search-form_wrap .close-btn a i,
    .search-col .search-form_wrap .open-btn a i,
    .search-col-mobile .search-form_wrap .close-btn a i,
    .search-col-mobile .search-form_wrap .open-btn a i,
    .search-message-col .search-form_wrap .close-btn a i,
    .search-message-col .search-form_wrap .open-btn a i {
      font-size: 20px;
      line-height: 50px;
      display: inline-block;
      vertical-align: top; }

.search-col .search-form_wrap .close-btn,
.search-col-mobile .search-form_wrap .close-btn,
.search-message-col .search-form_wrap .close-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.search-col .search-form_wrap .open-btn,
.search-col-mobile .search-form_wrap .open-btn,
.search-message-col .search-form_wrap .open-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@media (min-width: 1200px) {
  .site-header.centered .search-col.active .search-form_wrap, .site-header.centered
  .search-col-mobile.active .search-form_wrap, .site-header.centered
  .search-message-col.active .search-form_wrap {
    left: 0; } }

.search-col.active .search-form_wrap .search-form,
.search-col-mobile.active .search-form_wrap .search-form,
.search-message-col.active .search-form_wrap .search-form {
  opacity: 1;
  visibility: visible; }
  .search-col.active .search-form_wrap .search-form__field,
  .search-col-mobile.active .search-form_wrap .search-form__field,
  .search-message-col.active .search-form_wrap .search-form__field {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .search-col.active .search-form_wrap .search-form__submit,
  .search-col-mobile.active .search-form_wrap .search-form__submit,
  .search-message-col.active .search-form_wrap .search-form__submit {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.search-col.active .search-form_wrap .open-btn,
.search-col-mobile.active .search-form_wrap .open-btn,
.search-message-col.active .search-form_wrap .open-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.search-col.active .search-form_wrap .close-btn,
.search-col-mobile.active .search-form_wrap .close-btn,
.search-message-col.active .search-form_wrap .close-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.site-logo {
  margin: 0; }
  .site-logo__link {
    text-decoration: none; }
    .site-logo__link:focus {
      outline: none; }
  .site-logo.image {
    font-size: 1em;
    line-height: 1; }

.site-branding .site-description {
  margin: 0; }

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

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative; }
  .posts-list .hentry:not(:first-child) {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0; }
    @media (min-width: 768px) {
      .posts-list .hentry:not(:first-child) {
        margin-top: 50px;
        padding-top: 40px; } }
  @media (min-width: 768px) {
    .posts-list--grid-2-cols .hentry:nth-child(2) {
      border: none;
      margin-top: 0;
      padding-top: 0; } }
  @media (min-width: 992px) {
    .posts-list--grid-3-cols .hentry:nth-child(2), .posts-list--grid-3-cols .hentry:nth-child(3) {
      border: none;
      margin-top: 0;
      padding-top: 0; } }
  .posts-list--masonry-2-cols .hentry,
  .posts-list--masonry-3-cols .hentry {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 50px;
    border-top: none;
    border-bottom: 1px solid #f0f0f0; }
    .posts-list--masonry-2-cols .hentry:not(:first-child),
    .posts-list--masonry-3-cols .hentry:not(:first-child) {
      margin-top: 0;
      margin-bottom: 40px;
      padding-top: 0;
      padding-bottom: 50px;
      border-top: none;
      border-bottom: 1px solid #f0f0f0; }
  @media (min-width: 768px) {
    .posts-list--vertical-justify .hentry:nth-child(2) {
      border: none;
      margin-top: 0;
      padding-top: 0; } }
  .single .hentry.post {
    margin: 0 0 2.875em; }
  .hentry.page {
    margin: 0; }

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.posts-list .entry-header {
  margin: 0 0 1.4375em; }

.entry-header .entry-meta > span:not(:first-child):before {
  content: ' - ';
  margin: 0 5px; }

.entry-title {
  margin: 0 0 .625rem; }

.entry-meta {
  margin-top: .25rem; }
  .entry-summary + .entry-meta,
  .entry-content + .entry-meta {
    margin-top: 1em; }
  .single .entry-meta {
    margin-top: 1.375em;
    margin-bottom: 2.125em; }
  .entry-meta > span {
    display: block; }
    @media (min-width: 768px) {
      .entry-meta > span {
        display: inline-block;
        vertical-align: baseline; } }

.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-summary > *:last-child, .entry-content > *:last-child {
  margin-bottom: 0; }
  .entry-summary > *:last-child > *, .entry-content > *:last-child > * {
    margin-bottom: 0; }

.search article.page .entry-summary, .search article.page .entry-content {
  display: none; }

.entry-footer {
  position: relative;
  margin-top: 1em; }
  .entry-footer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media (min-width: 992px) {
    .entry-footer .right-align {
      text-align: right; } }
  .posts-list--grid-2-cols .entry-footer .row,
  .posts-list--grid-3-cols .entry-footer .row,
  .posts-list--masonry-2-cols .entry-footer .row,
  .posts-list--masonry-3-cols .entry-footer .row,
  .posts-list--vertical-justify .entry-footer .row,
  .posts-list .page .entry-footer .row {
    margin: 0; }
    .posts-list--grid-2-cols .entry-footer .row > div,
    .posts-list--grid-3-cols .entry-footer .row > div,
    .posts-list--masonry-2-cols .entry-footer .row > div,
    .posts-list--masonry-3-cols .entry-footer .row > div,
    .posts-list--vertical-justify .entry-footer .row > div,
    .posts-list .page .entry-footer .row > div {
      padding: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%; }
    .posts-list--grid-2-cols .entry-footer .row .right-align,
    .posts-list--grid-3-cols .entry-footer .row .right-align,
    .posts-list--masonry-2-cols .entry-footer .row .right-align,
    .posts-list--masonry-3-cols .entry-footer .row .right-align,
    .posts-list--vertical-justify .entry-footer .row .right-align,
    .posts-list .page .entry-footer .row .right-align {
      text-align: left;
      margin: 1em 0 0; }
  .posts-list .page .entry-footer .row .right-align {
    margin: 0; }
  .single .entry-footer {
    margin-top: 2.3125em; }
  .entry-footer .entry-meta > span {
    margin: 0 15px 0 0; }

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.post-format-wrap {
  position: relative; }

.post-thumbnail {
  margin-bottom: 1.375em;
  position: relative; }
  .posts-list .post-thumbnail {
    max-width: 100%; }
  .single .post-thumbnail {
    margin-bottom: 2.625em; }
  .post-thumbnail__link.post-thumbnail--small {
    display: block;
    text-align: center; }
    @media (min-width: 992px) {
      .post-thumbnail__link.post-thumbnail--small {
        float: left;
        margin-right: 30px;
        text-align: left; } }
  .posts-list .post-thumbnail__link {
    padding: 4px;
    border: 1px solid #f0f0f0;
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all; }
    .posts-list .post-thumbnail__link:hover {
      border-color: transparent;
      -webkit-box-shadow: 22px 22px 49px rgba(0, 0, 0, 0.11);
      box-shadow: 22px 22px 49px rgba(0, 0, 0, 0.11); }
  .posts-list--masonry-2-cols .post-thumbnail__link,
  .posts-list--masonry-3-cols .post-thumbnail__link {
    display: block; }
    .posts-list--masonry-2-cols .post-thumbnail__link:hover,
    .posts-list--masonry-3-cols .post-thumbnail__link:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #f0f0f0; }
  .post-thumbnail__img {
    display: inline-block;
    vertical-align: top; }
  .posts-list .post-thumbnail--fullwidth {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%; }

.post__cats a {
  display: inline-block;
  margin: 0 3px 3px 0;
  vertical-align: top;
  text-decoration: none;
  padding: 16px 5px 5px;
  border-radius: 0 0 3px 3px;
  line-height: 1;
  font-size: 1rem;
  display: inline-block;
  -webkit-transition: 333ms all;
  -o-transition: 333ms all;
  transition: 333ms all; }
  .single .post__cats a {
    padding-top: 5px;
    border-radius: 3px; }

.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats, .has-post-thumbnail
.post-thumbnail--small + .post__cats, .has-post-thumbnail
.post-thumbnail--cozyhouse-thumb-640-483 + .post__cats {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20px;
  right: 20px; }
  .position-one-right-sidebar .posts-list--grid-3-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats,
  .position-one-left-sidebar .posts-list--grid-3-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats,
  .position-one-right-sidebar .posts-list--masonry-3-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats,
  .position-one-left-sidebar .posts-list--masonry-3-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats,
  .position-one-right-sidebar .posts-list--vertical-justify .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats,
  .position-one-left-sidebar .posts-list--vertical-justify .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats, .position-one-right-sidebar .posts-list--grid-3-cols .has-post-thumbnail
  .post-thumbnail--small + .post__cats,
  .position-one-left-sidebar .posts-list--grid-3-cols .has-post-thumbnail
  .post-thumbnail--small + .post__cats,
  .position-one-right-sidebar .posts-list--masonry-3-cols .has-post-thumbnail
  .post-thumbnail--small + .post__cats,
  .position-one-left-sidebar .posts-list--masonry-3-cols .has-post-thumbnail
  .post-thumbnail--small + .post__cats,
  .position-one-right-sidebar .posts-list--vertical-justify .has-post-thumbnail
  .post-thumbnail--small + .post__cats,
  .position-one-left-sidebar .posts-list--vertical-justify .has-post-thumbnail
  .post-thumbnail--small + .post__cats, .position-one-right-sidebar .posts-list--grid-3-cols .has-post-thumbnail
  .post-thumbnail--cozyhouse-thumb-640-483 + .post__cats,
  .position-one-left-sidebar .posts-list--grid-3-cols .has-post-thumbnail
  .post-thumbnail--cozyhouse-thumb-640-483 + .post__cats,
  .position-one-right-sidebar .posts-list--masonry-3-cols .has-post-thumbnail
  .post-thumbnail--cozyhouse-thumb-640-483 + .post__cats,
  .position-one-left-sidebar .posts-list--masonry-3-cols .has-post-thumbnail
  .post-thumbnail--cozyhouse-thumb-640-483 + .post__cats,
  .position-one-right-sidebar .posts-list--vertical-justify .has-post-thumbnail
  .post-thumbnail--cozyhouse-thumb-640-483 + .post__cats,
  .position-one-left-sidebar .posts-list--vertical-justify .has-post-thumbnail
  .post-thumbnail--cozyhouse-thumb-640-483 + .post__cats {
    position: relative;
    top: 0;
    left: 0;
    right: 0; }

.post-format-wrap .post__cats {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10px; }
  @media (min-width: 992px) {
    .post-format-wrap .post__cats {
      top: 0;
      left: 30px; } }

.position-one-right-sidebar .posts-list--grid-3-cols .post__cats,
.position-one-left-sidebar .posts-list--grid-3-cols .post__cats,
.position-one-right-sidebar .posts-list--masonry-3-cols .post__cats,
.position-one-left-sidebar .posts-list--masonry-3-cols .post__cats,
.position-one-right-sidebar .posts-list--vertical-justify .post__cats,
.position-one-left-sidebar .posts-list--vertical-justify .post__cats,
.no-thumb:not(.format-gallery):not(.format-audio) .post__cats {
  position: relative;
  top: 0;
  left: 0;
  margin: 1em 0; }
  .position-one-right-sidebar .posts-list--grid-3-cols .post__cats a,
  .position-one-left-sidebar .posts-list--grid-3-cols .post__cats a,
  .position-one-right-sidebar .posts-list--masonry-3-cols .post__cats a,
  .position-one-left-sidebar .posts-list--masonry-3-cols .post__cats a,
  .position-one-right-sidebar .posts-list--vertical-justify .post__cats a,
  .position-one-left-sidebar .posts-list--vertical-justify .post__cats a,
  .no-thumb:not(.format-gallery):not(.format-audio) .post__cats a {
    padding-top: 5px;
    border-radius: 3px; }

.format-link.no-thumb .post__cats {
  margin-top: 0; }

.post__date .material-icons,
.post__date .fa, .post__comments .material-icons,
.post__comments .fa, .post__tags .material-icons,
.post__tags .fa {
  font-size: 21px;
  margin-right: 10px;
  vertical-align: middle; }
  .invert .post__date .material-icons, .invert
  .post__date .fa, .invert .post__comments .material-icons, .invert
  .post__comments .fa, .invert .post__tags .material-icons, .invert
  .post__tags .fa {
    color: inherit; }

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

.post__tags a {
  margin: 0 5px 0 0; }

.post__tags-title {
  margin: 0 5px 0 0; }

.posts-list .post__cats,
.smart-slider .post__cats,
.widget-image-grid .post__cats,
.custom-posts__item .post__cats,
.list-layout .post__cats,
.cherry-projects-single__media .post__cats,
.swiper-slide .post__cats {
  display: none;
  display: block; }
  .posts-list .post__cats a:nth-child(3) ~ a,
  .smart-slider .post__cats a:nth-child(3) ~ a,
  .widget-image-grid .post__cats a:nth-child(3) ~ a,
  .custom-posts__item .post__cats a:nth-child(3) ~ a,
  .list-layout .post__cats a:nth-child(3) ~ a,
  .cherry-projects-single__media .post__cats a:nth-child(3) ~ a,
  .swiper-slide .post__cats a:nth-child(3) ~ a {
    display: none; }

/*--------------------------------------------------------------
### Read More button
--------------------------------------------------------------*/
.posts-list__item .btn {
  margin: 20px 0 0; }
  @media (min-width: 992px) {
    .posts-list__item .btn {
      margin: 0; } }
  .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; }

.posts-list--default:not(.two-sidebars) .posts-list__item .btn {
  padding: .75em .9375em; }
  @media (min-width: 1200px) {
    .posts-list--default:not(.two-sidebars) .posts-list__item .btn {
      padding: 14px 30px 15px; } }
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn__text {
    display: inline-block; }
  .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; }

.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup'] {
  position: relative;
  display: block; }
  .small-thumbnail .post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup'] {
    max-width: 100%; }
  .post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:before {
    content: 'remove_red_eye';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 46px;
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 2;
    -webkit-transition: 333ms 200ms all;
    -o-transition: 333ms 200ms all;
    transition: 333ms 200ms all; }
  .post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:after {
    content: '';
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 25, 35, 0)), to(#0b1923));
    background: -webkit-linear-gradient(top, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    background: -o-linear-gradient(top, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    background: linear-gradient(to bottom, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all; }
  .post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:hover:before, .post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:hover:after {
    opacity: 1; }
  .post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:hover:before {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }

.post-gallery a.post-gallery__link[data-popup='magnificPopup'] {
  position: relative;
  display: block; }
  .small-thumbnail .post-gallery a.post-gallery__link[data-popup='magnificPopup'] {
    max-width: 100%; }
  .post-gallery a.post-gallery__link[data-popup='magnificPopup']:before {
    content: 'remove_red_eye';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 50px;
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 2;
    -webkit-transition: 333ms 200ms all;
    -o-transition: 333ms 200ms all;
    transition: 333ms 200ms all; }
  .post-gallery a.post-gallery__link[data-popup='magnificPopup']:after {
    content: '';
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 25, 35, 0)), to(#0b1923));
    background: -webkit-linear-gradient(top, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    background: -o-linear-gradient(top, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    background: linear-gradient(to bottom, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all; }
  .post-gallery a.post-gallery__link[data-popup='magnificPopup']:hover:before, .post-gallery a.post-gallery__link[data-popup='magnificPopup']:hover:after {
    opacity: 1; }
  .post-gallery a.post-gallery__link[data-popup='magnificPopup']:hover:before {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }

.small-thumbnail .post-thumbnail__img,
.widget .post-thumbnail__img {
  width: auto; }

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
  display: block; }
  .sticky__label {
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    text-align: center;
    border-radius: 20px;
    margin: 0 0 10px 0; }
    @media (min-width: 544px) {
      .sticky__label {
        margin: 0 10px 0 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .sticky__label .material-icons,
    .sticky__label .fa {
      font-size: 21px;
      line-height: 2;
      display: block;
      width: auto;
      width: calc(2em - 20px);
      height: 2em; }
      .posts-list .sticky__label .material-icons, .posts-list
      .sticky__label .fa {
        font-size: 21px;
        color: inherit; }
    .has-post-thumbnail .sticky__label {
      position: absolute;
      z-index: 99;
      top: 10px;
      right: 10px;
      float: none; }
      @media (min-width: 992px) {
        .has-post-thumbnail .sticky__label {
          top: 30px; } }
  .sticky .post__title-wrap {
    margin: 0 0 .625rem; }
    @media (min-width: 544px) {
      .sticky .post__title-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .sticky .post__title-wrap .entry-title {
      margin: 0;
      -ms-flex-item-align: center;
      align-self: center; }
  .sticky.posts-list__item .btn {
    padding: .75em .9375em; }
    @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: 14px 30px 15px; }
      .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 */
  /* Audio */
  /* Quote */
  /* Wrapper for non-image featured content */ }
  .post-gallery {
    padding: 4px;
    border: 1px solid #f0f0f0;
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all; }
    .post-gallery:hover {
      border-color: transparent;
      -webkit-box-shadow: 22px 22px 49px rgba(0, 0, 0, 0.11);
      box-shadow: 22px 22px 49px rgba(0, 0, 0, 0.11); }
    .single .post-gallery {
      margin: 0 0 1em; }
    .post-gallery__image {
      display: block;
      margin: auto; }
    .post-gallery__slide.swiper-slide:hover:hover {
      background-color: transparent; }
    .post-gallery__caption {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      padding: 15px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5); }
    .post-gallery__link {
      display: block; }
  .post-format-link {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: .75em; }
    .post-format-link:before {
      display: inline-block;
      margin: 0 5px 0 0;
      content: 'insert_link';
      vertical-align: bottom;
      font-size: 21px;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      position: relative;
      top: 1px; }
  .post_format-post-format-link .post-thumbnail__link {
    margin: 0; }
  .has-thumb .post-thumbnail {
    position: relative; }
  .post-thumbnail__format-link {
    position: relative;
    padding: 8px 20px;
    margin: 0; }
  @media (min-width: 992px) {
    .post-format-wrap_audio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .no-thumb .post-format-wrap_audio {
    display: block; }
  .post-format-wrap_audio .post-thumbnail_wrap {
    position: relative; }
    @media (min-width: 1200px) {
      .post-format-wrap_audio .post-thumbnail_wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }
    .post-format-wrap_audio .post-thumbnail_wrap .post-thumbnail,
    .post-format-wrap_audio .post-thumbnail_wrap .post-thumbnail__link {
      margin: 0;
      padding: 0;
      border: none; }
      .post-format-wrap_audio .post-thumbnail_wrap .post-thumbnail .post-thumbnail__img,
      .post-format-wrap_audio .post-thumbnail_wrap .post-thumbnail__link .post-thumbnail__img {
        margin: 0;
        width: 100%; }
  .post-format-wrap_audio .post__cats {
    position: absolute;
    top: 0;
    left: 20px; }
    .position-one-right-sidebar .posts-list--grid-3-cols .post-format-wrap_audio .post__cats,
    .position-one-left-sidebar .posts-list--grid-3-cols .post-format-wrap_audio .post__cats,
    .position-one-right-sidebar .posts-list--masonry-3-cols .post-format-wrap_audio .post__cats,
    .position-one-left-sidebar .posts-list--masonry-3-cols .post-format-wrap_audio .post__cats,
    .position-one-right-sidebar .posts-list--vertical-justify .post-format-wrap_audio .post__cats,
    .position-one-left-sidebar .posts-list--vertical-justify .post-format-wrap_audio .post__cats {
      position: relative;
      top: 0;
      left: 0;
      margin: 1em 0; }
  .post-format-wrap_audio .entry-audio-content {
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .no-thumb .post-format-wrap_audio .entry-audio-content {
      padding-top: 40px; }
  .post-format-wrap_audio .posted-by {
    display: block;
    margin-bottom: 15px; }
  .post_format-post-format-quote {
    background-color: transparent; }
    .posts-list .post_format-post-format-quote.hentry {
      padding-top: 50px; }
    .posts-list--masonry-2-cols .post_format-post-format-quote.hentry,
    .posts-list--masonry-3-cols .post_format-post-format-quote.hentry,
    .posts-list--vertical-justify .post_format-post-format-quote.hentry {
      padding-top: 10px; }
    .post_format-post-format-quote .post__cats {
      margin-bottom: 17px; }
      .post_format-post-format-quote .post__cats a {
        padding-top: 5px;
        border-radius: 3px; }
    .post_format-post-format-quote .entry-header {
      margin: 0 0 5px; }
    .post_format-post-format-quote .entry-content {
      margin: 0; }
    .post_format-post-format-quote blockquote,
    .post_format-post-format-quote .post-featured-content {
      margin: 0; }
  .post-featured-content {
    margin-bottom: 1em;
    position: relative; }
    @media (min-width: 992px) {
      .post-featured-content {
        margin-bottom: 1.375em; } }
    .format-video .post-featured-content {
      background: none; }
    .format-video .post-featured-content .post__cats,
    .post-featured-content .post__cats .format-audio * {
      position: absolute;
      top: 0;
      left: 20px; }
      .format-video .post-featured-content .post__cats:first-child,
      .post-featured-content .post__cats .format-audio *:first-child {
        position: static; }
      .position-one-right-sidebar .posts-list--grid-3-cols .format-video .post-featured-content .post__cats,
      .position-one-left-sidebar .posts-list--grid-3-cols .format-video .post-featured-content .post__cats,
      .position-one-right-sidebar .posts-list--masonry-3-cols .format-video .post-featured-content .post__cats,
      .position-one-left-sidebar .posts-list--masonry-3-cols .format-video .post-featured-content .post__cats,
      .position-one-right-sidebar .posts-list--vertical-justify .format-video .post-featured-content .post__cats,
      .position-one-left-sidebar .posts-list--vertical-justify .format-video .post-featured-content .post__cats, .position-one-right-sidebar .posts-list--grid-3-cols
      .post-featured-content .post__cats .format-audio *,
      .position-one-left-sidebar .posts-list--grid-3-cols
      .post-featured-content .post__cats .format-audio *,
      .position-one-right-sidebar .posts-list--masonry-3-cols
      .post-featured-content .post__cats .format-audio *,
      .position-one-left-sidebar .posts-list--masonry-3-cols
      .post-featured-content .post__cats .format-audio *,
      .position-one-right-sidebar .posts-list--vertical-justify
      .post-featured-content .post__cats .format-audio *,
      .position-one-left-sidebar .posts-list--vertical-justify
      .post-featured-content .post__cats .format-audio * {
        position: relative;
        top: 0;
        left: 0;
        margin: 1em 0; }
  .post.format-status .post__cats {
    padding: 0 0 10px; }

.format {
  /* Aside */
  /* Audio */
  /* Quote */
  /* Video */ }
  .blog .format-aside .entry-title,
  .archive .format-aside .entry-title {
    display: none; }
  .single .format-audio .wp-audio-shortcode {
    margin-bottom: 1em; }
  .single .format-quote blockquote {
    margin-bottom: 1em; }
  .format-video iframe {
    width: 100%; }
    .single .format-video iframe {
      margin-bottom: 1em; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-area-wrap {
  position: relative; }
  .footer-area-wrap .footer-area-container .footer-area {
    position: relative; }
    .footer-area-wrap .footer-area-container .footer-area .widget {
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        .footer-area-wrap .footer-area-container .footer-area .widget {
          padding-top: 40px;
          padding-bottom: 20px; } }

.footer-container {
  padding: 25px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-container {
      padding: 2.375em 0 2.125em;
      text-align: left; } }
  .container .footer-container {
    padding-right: 0;
    padding-left: 0; }

@media (min-width: 768px) {
  .footer-logo, .footer-copyright {
    display: inline-block;
    vertical-align: middle; } }

.footer-logo {
  margin: 0 0 1em; }
  @media (min-width: 768px) {
    .footer-logo {
      margin: 0 .625em .8125em 0; } }

.footer-copyright {
  font-size: .875em; }

.site-info {
  text-align: left; }
  .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;
    -webkit-box-pack: justify;
    -ms-flex-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; }
    .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; } }

.footer-area-container:not(.container),
.footer-container .site-info:not(.container) {
  padding-left: 1.7855rem;
  padding-right: 1.7855rem; }

@media (min-width: 992px) {
  .site-footer.default .footer__first-row, .site-footer.default .footer__second-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.site-footer.default .footer__first-row > *, .site-footer.default .footer__second-row > * {
  margin: 20px 0 0;
  text-align: left; }
  @media (min-width: 992px) {
    .site-footer.default .footer__first-row > *, .site-footer.default .footer__second-row > * {
      margin: 0; } }
  .site-footer.default .footer__first-row > *:first-child, .site-footer.default .footer__second-row > *:first-child {
    margin: 0; }
    @media (min-width: 992px) {
      .site-footer.default .footer__first-row > *:first-child, .site-footer.default .footer__second-row > *:first-child {
        margin: 0 20px 0 0; } }

@media (min-width: 992px) {
  .site-footer.default .footer__first-row:not(:empty) {
    padding: 10px 0 15px;
    border-bottom: 1px solid #ececec; } }

.site-footer.default .footer__second-row {
  margin: 20px 0 0; }
  @media (min-width: 992px) {
    .site-footer.default .footer__second-row {
      padding: 15px 0 17px;
      margin: 0; } }

@media (min-width: 992px) {
  .site-footer.default .footer-logo {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .site-footer.default .social-list {
    margin: 0; } }

.site-footer.default .footer-menu__items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

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

.site-footer.centered .footer-logo,
.site-footer.centered .footer-copyright {
  display: block; }

.site-footer.centered .site-info {
  text-align: center; }
  .site-footer.centered .site-info > *:not(:first-child) {
    margin-top: 20px; }

@media (min-width: 1200px) {
  .site-footer.minimal .site-info {
    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; } }

.site-footer.minimal .site-info > * {
  margin: 20px 0 0; }
  @media (min-width: 1200px) {
    .site-footer.minimal .site-info > * {
      margin: 0; } }
  .site-footer.minimal .site-info > *:first-child {
    margin: 0; }
  @media (min-width: 1200px) {
    .site-footer.minimal .site-info > *:not(:first-child):not(:last-child) {
      padding-left: 20px;
      padding-right: 20px; } }

.site-footer.minimal .site-info .social-list {
  margin-bottom: 0;
  text-align: center; }
  @media (min-width: 1200px) {
    .site-footer.minimal .site-info .social-list {
      text-align: left; } }

.site-footer.minimal .footer-logo,
.site-footer.minimal .footer-copyright {
  display: block;
  text-align: center;
  margin: 0; }
  @media (min-width: 1200px) {
    .site-footer.minimal .footer-logo,
    .site-footer.minimal .footer-copyright {
      text-align: left;
      margin-right: 10px; } }

.site-footer.minimal .footer-menu__items li {
  text-align: center; }

.error404 #primary {
  padding-top: 3.375em;
  padding-bottom: 3.375em; }

.not-found {
  margin-bottom: 2.3125em;
  text-align: center; }
  .not-found .page-title {
    margin: 0 0 .214em 0; }
  .not-found h3 {
    margin: 0 0 1.26em; }
  .not-found a.btn {
    margin: 0 0 3.6875em; }
  .not-found .search-form {
    margin-top: 1.25em; }

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

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

@media (min-width: 768px) {
  ol.dsidx-results,
  #dsidx-listings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -1.7855rem !important; } }

@media (min-width: 768px) {
  ol.dsidx-results li.dsidx-prop-summary,
  ol.dsidx-results li.dsidx-listing-container,
  #dsidx-listings li.dsidx-prop-summary,
  #dsidx-listings li.dsidx-listing-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 1.7855rem; } }

@media (min-width: 992px) {
  ol.dsidx-results li.dsidx-prop-summary,
  ol.dsidx-results li.dsidx-listing-container,
  #dsidx-listings li.dsidx-prop-summary,
  #dsidx-listings li.dsidx-listing-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
    max-width: 33.3333%; } }

@media (min-width: 1200px) {
  ol.dsidx-results li.dsidx-prop-summary,
  ol.dsidx-results li.dsidx-listing-container,
  #dsidx-listings li.dsidx-prop-summary,
  #dsidx-listings li.dsidx-listing-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%; } }

@media (min-width: 1200px) {
  div.dsidx-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    div.dsidx-results > * {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    div.dsidx-results .dsidx-paging-control,
    div.dsidx-results .dsidx-sorting-control {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      max-width: 50%; }
    div.dsidx-results .dsidx-paging-control:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-left: 10px; }
      div.dsidx-results .dsidx-paging-control:first-of-type a {
        margin: 0 5px; }
    div.dsidx-results .dsidx-sorting-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      div.dsidx-results .dsidx-sorting-control form {
        margin-left: 10px; }
    div.dsidx-results .dsidx-paging-control:last-of-type {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; } }

#dsidx-listings li.dsidx-listing-container {
  margin: 0 0 40px; }
  #dsidx-listings li.dsidx-listing-container .dsidx-listing {
    border: none; }
    #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-media {
      float: none;
      margin: 0 0 30px;
      padding: 0;
      background: none;
      text-align: left; }
      #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-media .dsidx-photo {
        border: none;
        background: none;
        text-align: left;
        display: inline-block; }
        #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-media .dsidx-photo .dsidx-photo-count {
          display: none; }
    #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data {
      margin: 0;
      line-height: 1.2; }
      #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data {
        padding: 0;
        margin: 0 0 20px;
        border: none; }
        #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-address {
          float: none; }
          #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-address a span {
            display: inline-block; }
          #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-address a:hover {
            text-decoration: none; }
        #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price {
          background: none;
          float: none;
          margin: 0;
          padding: 0; }
      #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-secondary-data {
        padding: 0;
        font-size: .75rem; }
        #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-secondary-data span {
          font-size: .75rem;
          font-weight: normal;
          color: inherit; }
        #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-secondary-data .dsidx-listing-tag {
          float: none;
          text-align: left;
          margin: 0 0 5px;
          padding: 0;
          background: none; }

li.dsidx-prop-summary {
  margin: 0 0 40px !important; }
  li.dsidx-prop-summary > div:not(.dsidx-prop-title):not(.dsidx-prop-features) {
    float: none !important;
    text-align: left !important;
    margin: 0 !important; }
  li.dsidx-prop-summary > div img {
    border: none !important;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: 0 0 30px; }
  li.dsidx-prop-summary .dsidx-prop-title {
    margin: 0 0 20px !important; }
  li.dsidx-prop-summary .dsidx-prop-features {
    font-size: .75em; }

ol li.dsidx-prop-summary:before,
ol li.dsidx-listing-container:before {
  display: none; }

.dsidx .entry-header .entry-title {
  margin: 0 0 20px; }

#dsidx.dsidx-details #dsidx-actions {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    #dsidx.dsidx-details #dsidx-actions {
      margin: 0 0 39px; } }

#dsidx.dsidx-details .dsidx-top-actions a {
  font-size: .75em;
  margin-right: 10px;
  display: inline-block; }
  @media (min-width: 768px) {
    #dsidx.dsidx-details .dsidx-top-actions a {
      margin-right: 20px; } }
  #dsidx.dsidx-details .dsidx-top-actions a img {
    display: none; }
  #dsidx.dsidx-details .dsidx-top-actions a:before {
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga'; }
  #dsidx.dsidx-details .dsidx-top-actions a:hover {
    text-decoration: none !important; }
  #dsidx.dsidx-details .dsidx-top-actions a#dsidx-button-contact-agent:before {
    content: 'forum'; }
  #dsidx.dsidx-details .dsidx-top-actions a#dsidx-button-schedule-showing:before {
    content: 'today'; }
  #dsidx.dsidx-details .dsidx-top-actions a#dsidx-button-share:before {
    content: 'share'; }
  #dsidx.dsidx-details .dsidx-top-actions a#dsidx-button-print:before {
    content: 'print'; }

#dsidx.dsidx-details #dsidx-header table {
  border: none; }
  #dsidx.dsidx-details #dsidx-header table td {
    border: none;
    padding: 0; }

#dsidx.dsidx-details #dsidx-header #dsidx-media-td {
  margin-bottom: 49px; }

#dsidx.dsidx-details #dsidx-description,
#dsidx.dsidx-details #dsidx-property-types,
#dsidx.dsidx-details > h3 {
  border-top: 1px solid #f0f0f0;
  margin-top: 40px;
  padding-top: 40px; }

#dsidx.dsidx-details #dsidx-description {
  font-size: 1rem;
  font-weight: normal; }
  #dsidx.dsidx-details #dsidx-description:before {
    display: none; }

#dsidx.dsidx-details #dsidx-property-types {
  margin-bottom: 40px; }
  #dsidx.dsidx-details #dsidx-property-types strong {
    font-weight: inherit; }

#dsidx.dsidx-details > h3 {
  margin: 0 0 30px;
  border-bottom: none; }

#dsidx.dsidx-details a[name='dsidx-contact-form'] {
  margin-bottom: 30px;
  display: block;
  opacity: 0;
  pointer-events: none; }

#dsidx.dsidx-details #dsidx-primary-data,
#dsidx.dsidx-details #dsidx-secondary-data,
#dsidx.dsidx-details .dsidx-fields,
#dsidx.dsidx-details #dsidx-contact-form {
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
  border: none; }
  #dsidx.dsidx-details #dsidx-primary-data tbody,
  #dsidx.dsidx-details #dsidx-primary-data td,
  #dsidx.dsidx-details #dsidx-primary-data th,
  #dsidx.dsidx-details #dsidx-primary-data tr,
  #dsidx.dsidx-details #dsidx-secondary-data tbody,
  #dsidx.dsidx-details #dsidx-secondary-data td,
  #dsidx.dsidx-details #dsidx-secondary-data th,
  #dsidx.dsidx-details #dsidx-secondary-data tr,
  #dsidx.dsidx-details .dsidx-fields tbody,
  #dsidx.dsidx-details .dsidx-fields td,
  #dsidx.dsidx-details .dsidx-fields th,
  #dsidx.dsidx-details .dsidx-fields tr,
  #dsidx.dsidx-details #dsidx-contact-form tbody,
  #dsidx.dsidx-details #dsidx-contact-form td,
  #dsidx.dsidx-details #dsidx-contact-form th,
  #dsidx.dsidx-details #dsidx-contact-form tr {
    display: block;
    border: none; }
  #dsidx.dsidx-details #dsidx-primary-data b,
  #dsidx.dsidx-details #dsidx-secondary-data b,
  #dsidx.dsidx-details .dsidx-fields b,
  #dsidx.dsidx-details #dsidx-contact-form b {
    font-weight: normal; }
  #dsidx.dsidx-details #dsidx-primary-data #dsidx-price,
  #dsidx.dsidx-details #dsidx-secondary-data #dsidx-price,
  #dsidx.dsidx-details .dsidx-fields #dsidx-price,
  #dsidx.dsidx-details #dsidx-contact-form #dsidx-price {
    margin: 0 0 17px; }
    #dsidx.dsidx-details #dsidx-primary-data #dsidx-price > *,
    #dsidx.dsidx-details #dsidx-secondary-data #dsidx-price > *,
    #dsidx.dsidx-details .dsidx-fields #dsidx-price > *,
    #dsidx.dsidx-details #dsidx-contact-form #dsidx-price > * {
      display: inline;
      vertical-align: middle;
      padding: 0; }
    #dsidx.dsidx-details #dsidx-primary-data #dsidx-price th,
    #dsidx.dsidx-details #dsidx-secondary-data #dsidx-price th,
    #dsidx.dsidx-details .dsidx-fields #dsidx-price th,
    #dsidx.dsidx-details #dsidx-contact-form #dsidx-price th {
      margin: 0 5px 0 0; }
      #dsidx.dsidx-details #dsidx-primary-data #dsidx-price th:after,
      #dsidx.dsidx-details #dsidx-secondary-data #dsidx-price th:after,
      #dsidx.dsidx-details .dsidx-fields #dsidx-price th:after,
      #dsidx.dsidx-details #dsidx-contact-form #dsidx-price th:after {
        content: ':'; }
  #dsidx.dsidx-details #dsidx-primary-data tbody tr,
  #dsidx.dsidx-details #dsidx-secondary-data tbody tr,
  #dsidx.dsidx-details .dsidx-fields tbody tr,
  #dsidx.dsidx-details #dsidx-contact-form tbody tr {
    background: none; }
    @media (min-width: 768px) {
      #dsidx.dsidx-details #dsidx-primary-data tbody tr:not(#dsidx-price),
      #dsidx.dsidx-details #dsidx-secondary-data tbody tr:not(#dsidx-price),
      #dsidx.dsidx-details .dsidx-fields tbody tr:not(#dsidx-price),
      #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #dsidx.dsidx-details #dsidx-primary-data tbody tr:not(#dsidx-price) th,
    #dsidx.dsidx-details #dsidx-primary-data tbody tr:not(#dsidx-price) td,
    #dsidx.dsidx-details #dsidx-secondary-data tbody tr:not(#dsidx-price) th,
    #dsidx.dsidx-details #dsidx-secondary-data tbody tr:not(#dsidx-price) td,
    #dsidx.dsidx-details .dsidx-fields tbody tr:not(#dsidx-price) th,
    #dsidx.dsidx-details .dsidx-fields tbody tr:not(#dsidx-price) td,
    #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) th,
    #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td {
      padding: 0;
      margin: 1px 0 2px; }
    #dsidx.dsidx-details #dsidx-primary-data tbody tr:not(#dsidx-price) th,
    #dsidx.dsidx-details #dsidx-secondary-data tbody tr:not(#dsidx-price) th,
    #dsidx.dsidx-details .dsidx-fields tbody tr:not(#dsidx-price) th,
    #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) th {
      text-transform: lowercase; }
      @media (min-width: 768px) {
        #dsidx.dsidx-details #dsidx-primary-data tbody tr:not(#dsidx-price) th,
        #dsidx.dsidx-details #dsidx-secondary-data tbody tr:not(#dsidx-price) th,
        #dsidx.dsidx-details .dsidx-fields tbody tr:not(#dsidx-price) th,
        #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) th {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 150px;
          flex: 1 0 150px;
          max-width: 150px;
          padding-right: 20px; } }
      #dsidx.dsidx-details #dsidx-primary-data tbody tr:not(#dsidx-price) th:after,
      #dsidx.dsidx-details #dsidx-secondary-data tbody tr:not(#dsidx-price) th:after,
      #dsidx.dsidx-details .dsidx-fields tbody tr:not(#dsidx-price) th:after,
      #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) th:after {
        content: ':'; }
      #dsidx.dsidx-details #dsidx-primary-data tbody tr:not(#dsidx-price) th:first-letter,
      #dsidx.dsidx-details #dsidx-secondary-data tbody tr:not(#dsidx-price) th:first-letter,
      #dsidx.dsidx-details .dsidx-fields tbody tr:not(#dsidx-price) th:first-letter,
      #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) th:first-letter {
        text-transform: uppercase; }
    #dsidx.dsidx-details #dsidx-primary-data tbody tr:not(#dsidx-price) td,
    #dsidx.dsidx-details #dsidx-secondary-data tbody tr:not(#dsidx-price) td,
    #dsidx.dsidx-details .dsidx-fields tbody tr:not(#dsidx-price) td,
    #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      width: 100%; }
      @media (min-width: 768px) {
        #dsidx.dsidx-details #dsidx-primary-data tbody tr:not(#dsidx-price) td,
        #dsidx.dsidx-details #dsidx-secondary-data tbody tr:not(#dsidx-price) td,
        #dsidx.dsidx-details .dsidx-fields tbody tr:not(#dsidx-price) td,
        #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td {
          max-width: calc(100% - 150px); } }

#dsidx.dsidx-details #dsidx-secondary-data,
#dsidx.dsidx-details .dsidx-supplemental-data {
  margin-top: 18px;
  margin-bottom: 40px; }

#dsidx.dsidx-details #dsidx-secondary-data tbody tr td a,
#dsidx.dsidx-details #dsidx-secondary-data tbody tr th a {
  text-decoration: none; }
  #dsidx.dsidx-details #dsidx-secondary-data tbody tr td a img,
  #dsidx.dsidx-details #dsidx-secondary-data tbody tr th a img {
    display: none; }

#dsidx.dsidx-details #dsidx-map {
  margin-top: 38px;
  height: 535px; }

#dsidx.dsidx-details #dsidx-contact-form table {
  border: none; }

@media (min-width: 768px) {
  #dsidx.dsidx-details #dsidx-contact-form tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

#dsidx.dsidx-details #dsidx-contact-form tbody tr {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%; }
  #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) {
    margin: 10px 0; }
    @media (min-width: 768px) {
      #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td {
      margin: 0; }
      #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td.column-one, #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td:first-child {
        font-weight: normal;
        text-transform: lowercase; }
        @media (min-width: 768px) {
          #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td.column-one, #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td:first-child {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 150px;
            flex: 1 0 150px;
            max-width: 150px;
            padding-right: 20px; } }
        #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td.column-one:after, #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td:first-child:after {
          display: none; }
        #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td.column-one:first-letter, #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td:first-child:first-letter {
          text-transform: uppercase; }
      #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td.column-two, #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%; }
        @media (min-width: 768px) {
          #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td.column-two, #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td:nth-child(2) {
            max-width: calc(100% - 150px); } }
      #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td[colspan='2'] {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%; }
        @media (min-width: 768px) {
          #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td[colspan='2'] {
            padding-left: 150px; } }
        #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) td[colspan='2']:after {
          display: none; }
    #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price):nth-last-child(4) td, #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price):nth-last-child(3) td {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%;
      width: 100%;
      padding: 0; }
      #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price):nth-last-child(4) td:after, #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price):nth-last-child(3) td:after {
        display: none; }
    #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price):nth-last-child(4) {
      font-weight: normal;
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding-top: 5px; }
      @media (min-width: 768px) {
        #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price):nth-last-child(4) {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 150px;
          flex: 1 0 150px;
          max-width: 150px;
          padding-right: 20px; } }
    #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price):nth-last-child(3) {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      width: 100%; }
      @media (min-width: 768px) {
        #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price):nth-last-child(3) {
          max-width: calc(100% - 150px); } }
    #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price):last-child td {
      padding: 0;
      font-weight: normal;
      margin-top: 40px; }
    #dsidx.dsidx-details #dsidx-contact-form tbody tr:not(#dsidx-price) input.dsidx-text {
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      font-size: .875em; }

#dsidx.dsidx-details #dsidx-contact-form tbody textarea {
  font-weight: normal;
  padding: 10px 20px; }

#dsidx.dsidx-details #dsidx-contact-form .dsidx-contact-form-submit {
  line-height: 1;
  display: inline-block;
  padding: .75em .9375em;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 333ms all;
  -o-transition: 333ms all;
  transition: 333ms all;
  border-radius: 3px;
  font-weight: bold; }
  @media (min-width: 1200px) {
    #dsidx.dsidx-details #dsidx-contact-form .dsidx-contact-form-submit {
      padding: 14px 30px 15px; } }
  #dsidx.dsidx-details #dsidx-contact-form .dsidx-contact-form-submit:active, #dsidx.dsidx-details #dsidx-contact-form .dsidx-contact-form-submit:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  #dsidx.dsidx-details #dsidx-contact-form .dsidx-contact-form-submit i {
    display: inline-block;
    vertical-align: middle; }
    #dsidx.dsidx-details #dsidx-contact-form .dsidx-contact-form-submit i + .btn__text {
      margin: 0 0 0 5px; }
  #dsidx.dsidx-details #dsidx-contact-form .dsidx-contact-form-submit .btn__text + i {
    margin: 0 0 0 5px; }
  #dsidx.dsidx-details #dsidx-contact-form .dsidx-contact-form-submit.btn-default {
    padding-left: 20px;
    padding-right: 20px; }

#dsidx.dsidx-details .dsidx-contact-form + hr {
  display: none; }

#dsidx.dsidx-details #dsidx-listing-source p,
#dsidx.dsidx-details #dsidx-disclaimer p {
  margin: 0; }

#jb-glry-dlg .jb-idx-show-area .jb-idx-thb-container .jb-idx-thb-list .jb-idx-thumb,
#dsidx-header .jb-idx-show-area .jb-idx-thb-container .jb-idx-thb-list .jb-idx-thumb {
  border: none !important;
  -webkit-transition: 333ms all;
  -o-transition: 333ms all;
  transition: 333ms all;
  opacity: .5; }
  #jb-glry-dlg .jb-idx-show-area .jb-idx-thb-container .jb-idx-thb-list .jb-idx-thumb .jb-thm-thumb-image,
  #dsidx-header .jb-idx-show-area .jb-idx-thb-container .jb-idx-thb-list .jb-idx-thumb .jb-thm-thumb-image {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #jb-glry-dlg .jb-idx-show-area .jb-idx-thb-container .jb-idx-thb-list .jb-idx-thumb .jb-idx-thb-frame,
  #dsidx-header .jb-idx-show-area .jb-idx-thb-container .jb-idx-thb-list .jb-idx-thumb .jb-idx-thb-frame {
    display: none; }
  #jb-glry-dlg .jb-idx-show-area .jb-idx-thb-container .jb-idx-thb-list .jb-idx-thumb.jb-thm-thumb-selected, #jb-glry-dlg .jb-idx-show-area .jb-idx-thb-container .jb-idx-thb-list .jb-idx-thumb:hover,
  #dsidx-header .jb-idx-show-area .jb-idx-thb-container .jb-idx-thb-list .jb-idx-thumb.jb-thm-thumb-selected,
  #dsidx-header .jb-idx-show-area .jb-idx-thb-container .jb-idx-thb-list .jb-idx-thumb:hover {
    opacity: 1; }

#jb-glry-dlg .jb-flag-large-screen-mode .jb-navigation .jbn-left-button,
#jb-glry-dlg .jb-flag-large-screen-mode .jb-navigation .jbn-right-button,
#dsidx-header .jb-flag-large-screen-mode .jb-navigation .jbn-left-button,
#dsidx-header .jb-flag-large-screen-mode .jb-navigation .jbn-right-button {
  background: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: white;
  text-align: center;
  padding: 0;
  -webkit-transition: 333ms all;
  -o-transition: 333ms all;
  transition: 333ms all; }
  #jb-glry-dlg .jb-flag-large-screen-mode .jb-navigation .jbn-left-button:before,
  #jb-glry-dlg .jb-flag-large-screen-mode .jb-navigation .jbn-right-button:before,
  #dsidx-header .jb-flag-large-screen-mode .jb-navigation .jbn-left-button:before,
  #dsidx-header .jb-flag-large-screen-mode .jb-navigation .jbn-right-button:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-size: 36px;
    line-height: 50px; }

#jb-glry-dlg .jb-flag-large-screen-mode .jb-navigation .jbn-left-button:before,
#dsidx-header .jb-flag-large-screen-mode .jb-navigation .jbn-left-button:before {
  content: 'keyboard_arrow_left'; }

#jb-glry-dlg .jb-flag-large-screen-mode .jb-navigation .jbn-right-button:before,
#dsidx-header .jb-flag-large-screen-mode .jb-navigation .jbn-right-button:before {
  content: 'keyboard_arrow_right'; }

#jb-glry-dlg .jb-bb-bar,
#dsidx-header .jb-bb-bar {
  height: auto;
  background: none; }

#jb-glry-dlg .jb-bb-button.jb-bb-btn-full-screen,
#dsidx-header .jb-bb-button.jb-bb-btn-full-screen {
  background: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: white;
  text-align: center;
  padding: 0;
  -webkit-transition: 333ms all;
  -o-transition: 333ms all;
  transition: 333ms all; }
  #jb-glry-dlg .jb-bb-button.jb-bb-btn-full-screen:before,
  #dsidx-header .jb-bb-button.jb-bb-btn-full-screen:before {
    content: 'fullscreen';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-size: 36px;
    line-height: 50px; }

#jb-glry-dlg .jb-bb-button.jb-bb-btn-full-screen:before {
  content: 'fullscreen_exit'; }

.dsidx-shortcode-item .dsidx-address {
  margin: 0 0 10px; }

.dsidx-shortcode-item > h3 {
  text-decoration: none !important;
  margin: 50px 0 20px; }

.dsidx-shortcode-item .dsidx-primary-photo {
  float: none !important;
  margin: 30px 0 !important; }
  .dsidx-shortcode-item .dsidx-primary-photo img {
    border: none; }

.dsidx-shortcode-item .dsidx-primary-data {
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
  border: none; }
  .dsidx-shortcode-item .dsidx-primary-data tbody,
  .dsidx-shortcode-item .dsidx-primary-data td,
  .dsidx-shortcode-item .dsidx-primary-data th,
  .dsidx-shortcode-item .dsidx-primary-data tr {
    display: block;
    border: none; }
  .dsidx-shortcode-item .dsidx-primary-data b {
    font-weight: normal; }
  .dsidx-shortcode-item .dsidx-primary-data tbody tr {
    background: none; }
    .dsidx-shortcode-item .dsidx-primary-data tbody tr:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .dsidx-shortcode-item .dsidx-primary-data tbody tr:first-child th,
      .dsidx-shortcode-item .dsidx-primary-data tbody tr:first-child td {
        font-weight: 500;
        padding: 0;
        margin: 0 0 20px; }
      .dsidx-shortcode-item .dsidx-primary-data tbody tr:first-child th:after {
        content: ':'; }
    .dsidx-shortcode-item .dsidx-primary-data tbody tr:not(:first-child) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .dsidx-shortcode-item .dsidx-primary-data tbody tr:not(:first-child) th,
      .dsidx-shortcode-item .dsidx-primary-data tbody tr:not(:first-child) td {
        padding: 0;
        margin: 1px 0 2px; }
      .dsidx-shortcode-item .dsidx-primary-data tbody tr:not(:first-child) th {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
        flex: 1 0 150px;
        max-width: 150px;
        padding-right: 20px;
        font-weight: normal;
        text-transform: lowercase; }
        .dsidx-shortcode-item .dsidx-primary-data tbody tr:not(:first-child) th:after {
          content: ':'; }
        .dsidx-shortcode-item .dsidx-primary-data tbody tr:not(:first-child) th:first-letter {
          text-transform: uppercase; }
      .dsidx-shortcode-item .dsidx-primary-data tbody tr:not(:first-child) td {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%;
        max-width: calc(100% - 150px); }

.dsidx-shortcode-item blockquote {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-weight: normal;
  font-size: 1rem; }
  .dsidx-shortcode-item blockquote:before {
    display: none; }

@media (min-width: 768px) {
  .dsidx-shortcode-item .dsidx-secondary-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.dsidx-shortcode-item .dsidx-secondary-row th,
.dsidx-shortcode-item .dsidx-secondary-row td {
  padding: 0;
  margin: 1px 0 2px; }

.dsidx-shortcode-item .dsidx-secondary-row th {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 150px;
  flex: 1 0 150px;
  max-width: 150px;
  padding-right: 20px;
  font-weight: normal;
  text-transform: lowercase; }
  .dsidx-shortcode-item .dsidx-secondary-row th:after {
    content: ''; }
  .dsidx-shortcode-item .dsidx-secondary-row th:first-letter {
    text-transform: uppercase; }

.dsidx-shortcode-item .dsidx-secondary-row td {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: calc(100% - 150px); }

.dsidx-shortcode-item .dsidx-photos {
  text-align: left !important;
  margin: 30px 0 !important; }

.dsidx-shortcode-item table:not(.dsidx-primary-data) {
  margin: 30px 0 0 !important;
  display: block;
  border: none; }
  .dsidx-shortcode-item table:not(.dsidx-primary-data) tbody,
  .dsidx-shortcode-item table:not(.dsidx-primary-data) td,
  .dsidx-shortcode-item table:not(.dsidx-primary-data) th,
  .dsidx-shortcode-item table:not(.dsidx-primary-data) tr {
    display: block;
    border: none; }
  .dsidx-shortcode-item table:not(.dsidx-primary-data) b {
    font-weight: normal; }
  .dsidx-shortcode-item table:not(.dsidx-primary-data) tbody tr {
    background: none; }
    @media (min-width: 768px) {
      .dsidx-shortcode-item table:not(.dsidx-primary-data) tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .dsidx-shortcode-item table:not(.dsidx-primary-data) tbody tr th,
    .dsidx-shortcode-item table:not(.dsidx-primary-data) tbody tr td {
      padding: 0;
      margin: 1px 0 2px; }
    .dsidx-shortcode-item table:not(.dsidx-primary-data) tbody tr th {
      font-weight: normal;
      text-transform: lowercase;
      width: 100% !important; }
      @media (min-width: 768px) {
        .dsidx-shortcode-item table:not(.dsidx-primary-data) tbody tr th {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 150px;
          flex: 1 0 150px;
          max-width: 150px;
          padding-right: 20px; } }
      .dsidx-shortcode-item table:not(.dsidx-primary-data) tbody tr th:after {
        content: ''; }
      .dsidx-shortcode-item table:not(.dsidx-primary-data) tbody tr th:first-letter {
        text-transform: uppercase; }
    .dsidx-shortcode-item table:not(.dsidx-primary-data) tbody tr td {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      width: 100% !important; }
      @media (min-width: 768px) {
        .dsidx-shortcode-item table:not(.dsidx-primary-data) tbody tr td {
          max-width: calc(100% - 150px); } }

.dsidx-shortcode-item .dsidx-shortcode-map {
  margin: 30px 0 !important; }

/* Lightbox */
#dsidx_cboxWrapper button {
  padding: 0; }

.tm-property__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.7855rem;
  margin-left: -1.7855rem;
  -webkit-transition: 333ms opacity;
  -o-transition: 333ms opacity;
  transition: 333ms opacity; }
  .tm-property__wrap.processing {
    opacity: .2; }
    .tm-property__wrap.processing .tm-property__content {
      opacity: .1; }
  .tm-property__wrap .tm-property-item, .tm-property__wrap .tm-property__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 1.7855rem;
    padding-left: 1.7855rem; }
    .tm-property__wrap .tm-property-item:not(:first-child), .tm-property__wrap .tm-property__item:not(:first-child) {
      margin-top: 50px; }
    @media (min-width: 768px) {
      .tm-property__wrap .tm-property-item, .tm-property__wrap .tm-property__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
        margin-top: 0; }
        .tm-property__wrap .tm-property-item:not(:first-child), .tm-property__wrap .tm-property__item:not(:first-child) {
          margin-top: 0; }
        .tm-property__wrap .tm-property-item:not(:nth-child(-n+2)), .tm-property__wrap .tm-property__item:not(:nth-child(-n+2)) {
          margin-top: 50px; } }
    @media (min-width: 992px) {
      .tm-property__wrap .tm-property-item, .tm-property__wrap .tm-property__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: 25%;
        margin-top: 0; }
        .tm-property__wrap .tm-property-item:not(:nth-child(-n+3)), .tm-property__wrap .tm-property__item:not(:nth-child(-n+3)) {
          margin-top: 0; }
        .tm-property__wrap .tm-property-item:not(:nth-child(-n+4)), .tm-property__wrap .tm-property__item:not(:nth-child(-n+4)) {
          margin-top: 50px; } }
    .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item,
    .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item, .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item,
    .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%;
      padding-right: 1.7855rem;
      padding-left: 1.7855rem; }
      .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item:not(:first-child),
      .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item:not(:first-child), .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item:not(:first-child),
      .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item:not(:first-child) {
        margin-top: 50px; }
      @media (min-width: 992px) {
        .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item,
        .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item, .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item,
        .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          max-width: 50%;
          margin-top: 0; }
          .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item:not(:first-child),
          .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item:not(:first-child), .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item:not(:first-child),
          .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item:not(:first-child) {
            margin-top: 0; }
          .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item:not(:nth-child(-n+2)),
          .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item:not(:nth-child(-n+2)), .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item:not(:nth-child(-n+2)),
          .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item:not(:nth-child(-n+2)) {
            margin-top: 50px; } }
      @media (min-width: 1200px) {
        .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item,
        .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item, .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item,
        .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 33.3333%;
          flex: 1 0 33.3333%;
          max-width: 33.3333%;
          margin-top: 0; }
          .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item:not(:nth-child(-n+2)),
          .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item:not(:nth-child(-n+2)), .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item:not(:nth-child(-n+2)),
          .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item:not(:nth-child(-n+2)) {
            margin-top: 0; }
          .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item:not(:nth-child(-n+3)),
          .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property-item:not(:nth-child(-n+3)), .position-one-right-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item:not(:nth-child(-n+3)),
          .position-one-left-sidebar.sidebar-1-4 .tm-property__wrap .tm-property__item:not(:nth-child(-n+3)) {
            margin-top: 50px; } }
    .position-one-right-sidebar.sidebar-1-3 .tm-property__wrap .tm-property-item,
    .position-one-left-sidebar.sidebar-1-3 .tm-property__wrap .tm-property-item, .position-one-right-sidebar.sidebar-1-3 .tm-property__wrap .tm-property__item,
    .position-one-left-sidebar.sidebar-1-3 .tm-property__wrap .tm-property__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%;
      padding-right: 1.7855rem;
      padding-left: 1.7855rem; }
      .position-one-right-sidebar.sidebar-1-3 .tm-property__wrap .tm-property-item:not(:first-child),
      .position-one-left-sidebar.sidebar-1-3 .tm-property__wrap .tm-property-item:not(:first-child), .position-one-right-sidebar.sidebar-1-3 .tm-property__wrap .tm-property__item:not(:first-child),
      .position-one-left-sidebar.sidebar-1-3 .tm-property__wrap .tm-property__item:not(:first-child) {
        margin-top: 50px; }
      @media (min-width: 992px) {
        .position-one-right-sidebar.sidebar-1-3 .tm-property__wrap .tm-property-item,
        .position-one-left-sidebar.sidebar-1-3 .tm-property__wrap .tm-property-item, .position-one-right-sidebar.sidebar-1-3 .tm-property__wrap .tm-property__item,
        .position-one-left-sidebar.sidebar-1-3 .tm-property__wrap .tm-property__item {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          max-width: 50%;
          margin-top: 0; }
          .position-one-right-sidebar.sidebar-1-3 .tm-property__wrap .tm-property-item:not(:first-child),
          .position-one-left-sidebar.sidebar-1-3 .tm-property__wrap .tm-property-item:not(:first-child), .position-one-right-sidebar.sidebar-1-3 .tm-property__wrap .tm-property__item:not(:first-child),
          .position-one-left-sidebar.sidebar-1-3 .tm-property__wrap .tm-property__item:not(:first-child) {
            margin-top: 0; }
          .position-one-right-sidebar.sidebar-1-3 .tm-property__wrap .tm-property-item:not(:nth-child(-n+2)),
          .position-one-left-sidebar.sidebar-1-3 .tm-property__wrap .tm-property-item:not(:nth-child(-n+2)), .position-one-right-sidebar.sidebar-1-3 .tm-property__wrap .tm-property__item:not(:nth-child(-n+2)),
          .position-one-left-sidebar.sidebar-1-3 .tm-property__wrap .tm-property__item:not(:nth-child(-n+2)) {
            margin-top: 50px; } }
    .tm-property__wrap .tm-property-item.tm-property-has-thumb .tm-property__status, .tm-property__wrap .tm-property__item.tm-property-has-thumb .tm-property__status {
      position: absolute;
      top: -6px;
      left: 15px;
      bottom: auto;
      right: auto;
      margin: 0; }
  .tm-property__wrap .tm-property__inner {
    padding: 4px;
    border: 1px solid #f0f0f0;
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all; }
    .tm-property__wrap .tm-property__inner:hover {
      border-color: transparent;
      -webkit-box-shadow: 22px 22px 49px rgba(0, 0, 0, 0.11);
      box-shadow: 22px 22px 49px rgba(0, 0, 0, 0.11); }
    .tm-property__wrap .tm-property__inner:hover .tm-property__status {
      padding-top: 11px; }
    .sidebar-primary .tm-property__wrap .tm-property__inner,
    .single-property .tm-property__wrap .tm-property__inner,
    .search-property .tm-property__wrap .tm-property__inner,
    .idx-area .tm-property__wrap .tm-property__inner {
      padding: 0;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .tm-property__wrap .tm-property__content {
    padding: 12px 15px 17px; }
  .tm-property__wrap .tm-property__photo, .tm-property__wrap .tm-property__thumbnail, .tm-property__wrap .tm-property__image {
    position: relative;
    margin: 0; }
    .tm-property__wrap .tm-property__photo img, .tm-property__wrap .tm-property__thumbnail img, .tm-property__wrap .tm-property__image img {
      width: 100%; }
  .tm-property__wrap .tm-property__status {
    padding: 16px 5px 5px;
    border-radius: 0 0 3px 3px;
    line-height: 1;
    font-size: 1rem;
    display: inline-block;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all;
    width: auto;
    height: auto;
    z-index: 2;
    margin: 0 0 20px; }
  .tm-property__wrap .tm-property__title {
    margin: 0; }
    .tm-property__wrap .tm-property__title h5 {
      margin: 0; }
  .tm-property__wrap .tm-property__price {
    margin: 7px 0 0;
    font-weight: bold; }
  .tm-property__wrap .tm-property__excerpt {
    margin: 8px 0 0; }
  .tm-property__wrap .tm-property__attributes {
    margin: 13px 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px; }
    .tm-property__wrap .tm-property__attributes span {
      display: block;
      margin: 2px 0; }
      @media (min-width: 992px) {
        .tm-property__wrap .tm-property__attributes span {
          display: inline-block;
          vertical-align: middle;
          margin: 0 25px 0 0; } }
      .tm-property__wrap .tm-property__attributes span:before {
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
        font-family: 'linearicons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1; }
    .tm-property__wrap .tm-property__attributes-area:before {
      content: '\e984'; }
    .tm-property__wrap .tm-property__attributes-bedrooms:before {
      content: '\e608'; }
    .tm-property__wrap .tm-property__attributes-bathrooms:before {
      content: '\e606'; }
  .tm-property__wrap .tm-property__location, .tm-property__wrap .tm-property__address {
    margin: 0;
    position: relative;
    padding-left: 30px; }
    .tm-property__wrap .tm-property__location:not(:empty):before, .tm-property__wrap .tm-property__address:not(:empty):before {
      font-family: 'linearicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: '\e77a';
      font-size: 20px;
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      top: 0;
      left: 0; }
  .tm-property__wrap .tm-property__more, .tm-property__wrap .tm-property__btn-more {
    margin: 17px 0 0;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    padding: .75em .9375em;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all;
    border-radius: 3px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: capitalize; }
    @media (min-width: 1200px) {
      .tm-property__wrap .tm-property__more, .tm-property__wrap .tm-property__btn-more {
        padding: 14px 30px 15px; } }
    .tm-property__wrap .tm-property__more:active, .tm-property__wrap .tm-property__more:focus, .tm-property__wrap .tm-property__btn-more:active, .tm-property__wrap .tm-property__btn-more:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .tm-property__wrap .tm-property__more i, .tm-property__wrap .tm-property__btn-more i {
      display: inline-block;
      vertical-align: middle; }
      .tm-property__wrap .tm-property__more i + .btn__text, .tm-property__wrap .tm-property__btn-more i + .btn__text {
        margin: 0 0 0 5px; }
    .tm-property__wrap .tm-property__more .btn__text + i, .tm-property__wrap .tm-property__btn-more .btn__text + i {
      margin: 0 0 0 5px; }
    .tm-property__wrap .tm-property__more.btn-default, .tm-property__wrap .tm-property__btn-more.btn-default {
      padding-left: 20px;
      padding-right: 20px; }
    .tm-property__wrap .tm-property__more:after, .tm-property__wrap .tm-property__btn-more:after {
      font-family: 'linearicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: '\e93c';
      font-size: 1em;
      margin: 0 -5px 0 7px;
      display: inline-block;
      vertical-align: bottom;
      -webkit-transition: 333ms color;
      -o-transition: 333ms color;
      transition: 333ms color; }
  .tm-property__wrap.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.7855rem;
    margin-left: -1.7855rem; }
    @media (min-width: 992px) {
      .tm-property__wrap.grid .tm-property__inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 992px) {
      .tm-property__wrap.grid .tm-property__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (min-width: 992px) {
      .tm-property__wrap.grid .tm-property__excerpt {
        padding-bottom: 13px; } }
    @media (min-width: 992px) {
      .tm-property__wrap.grid .tm-property__attributes {
        margin-top: auto; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list {
      background: none;
      display: block;
      margin: 0; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list .tm-property__item {
      padding: 0;
      max-width: inherit;
      margin-top: 50px; }
      .tm-property__wrap.list .tm-property__item:first-child {
        margin-top: 0; }
      .position-fullwidth .tm-property__wrap.list .tm-property__item,
      .tm-property--agent .tm-property__wrap.list .tm-property__item,
      .position-one-right-sidebar:not(.tm-property--agent) .tm-property__wrap.list .tm-property__item,
      .position-one-left-sidebar:not(.tm-property--agent) .tm-property__wrap.list .tm-property__item {
        max-width: inherit;
        padding: 0;
        margin-top: 50px; }
        .position-fullwidth .tm-property__wrap.list .tm-property__item:first-child,
        .tm-property--agent .tm-property__wrap.list .tm-property__item:first-child,
        .position-one-right-sidebar:not(.tm-property--agent) .tm-property__wrap.list .tm-property__item:first-child,
        .position-one-left-sidebar:not(.tm-property--agent) .tm-property__wrap.list .tm-property__item:first-child {
          margin-top: 0; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list .tm-property__item.tm-property-has-thumb .tm-property__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1200px) {
    .sidebar-primary .tm-property__wrap.list .tm-property__item.tm-property-has-thumb .tm-property__inner,
    .single-property .site-main .tm-property__wrap.list .tm-property__item.tm-property-has-thumb .tm-property__inner,
    .search-property .tm-property__wrap.list .tm-property__item.tm-property-has-thumb .tm-property__inner,
    .idx-area .tm-property__wrap.list .tm-property__item.tm-property-has-thumb .tm-property__inner {
      display: block; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list .tm-property__content {
      padding: 20px 0; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list .tm-property__photo {
      margin: 0 30px 0 0;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list .tm-property__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list .tm-property__title {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list .tm-property__price {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list .tm-property__excerpt {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      border-bottom: none;
      padding-bottom: 10px; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list .tm-property__attributes {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
      margin-bottom: 9px; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list .tm-property__location {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
      margin-bottom: 7px; } }
  @media (min-width: 1200px) {
    .tm-property__wrap.list .tm-property__more {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
      -ms-flex-item-align: start;
      align-self: flex-start; } }
  .tm-property__wrap.template-sticked .tm-property__item.item-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .tm-property__wrap.template-sticked .tm-property__item.item-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .tm-property__wrap.template-sticked .tm-property__item.item-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%; } }
    .tm-property__wrap.template-sticked .tm-property__item.item-1 .tm-property__attributes {
      border: none;
      padding-bottom: 2px; }
    .tm-property__wrap.template-sticked .tm-property__item.item-1 .tm-property__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .tm-property__wrap.template-sticked .tm-property__item.item-1 .tm-property__footer a.btn {
        margin: 0 0 0 20px; }
    .tm-property__wrap.template-sticked .tm-property__item.item-1 .tm-property__location {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-top: 10px;
      padding-bottom: 11px;
      border-top: 1px solid #f0f0f0; }
      .tm-property__wrap.template-sticked .tm-property__item.item-1 .tm-property__location:not(:empty):before {
        top: 12px; }
  .tm-property__wrap.template-sticked .tm-property__item:not(:first-child) {
    margin-top: 50px; }
  @media (min-width: 544px) {
    .tm-property__wrap.template-sticked .tm-property__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      max-width: 50%;
      margin-top: 0; }
      .tm-property__wrap.template-sticked .tm-property__item:not(:first-child) {
        margin-top: 0; }
      .tm-property__wrap.template-sticked .tm-property__item:not(:nth-child(-n+1)) {
        margin-top: 50px; } }
  @media (min-width: 992px) {
    .tm-property__wrap.template-sticked .tm-property__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
      flex: 1 0 25%;
      max-width: 25%;
      margin-top: 0; }
      .tm-property__wrap.template-sticked .tm-property__item:not(:nth-child(-n+1)) {
        margin-top: 0; }
      .tm-property__wrap.template-sticked .tm-property__item:not(:nth-child(-n+3)) {
        margin-top: 50px; } }
  @media (min-width: 992px) {
    .tm-property__wrap.template-sticked .tm-property__inner {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 992px) {
    .tm-property__wrap.template-sticked .tm-property__content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 992px) {
    .tm-property__wrap.template-sticked .tm-property__excerpt {
      padding-bottom: 13px; } }
  @media (min-width: 992px) {
    .tm-property__wrap.template-sticked .tm-property__attributes {
      margin-top: auto; } }
  .tm-property__wrap.template-sidebar {
    display: block; }
    .tm-property__wrap.template-sidebar .tm-property__item {
      max-width: 100%; }
      .tm-property__wrap.template-sidebar .tm-property__item:not(:first-child) {
        margin-top: 30px; }
      .position-fullwidth .tm-property__wrap.template-sidebar .tm-property__item,
      .tm-property--agent .tm-property__wrap.template-sidebar .tm-property__item,
      .position-one-right-sidebar:not(.tm-property--agent) .tm-property__wrap.template-sidebar .tm-property__item,
      .position-one-left-sidebar:not(.tm-property--agent) .tm-property__wrap.template-sidebar .tm-property__item {
        max-width: 100%; }
        .position-fullwidth .tm-property__wrap.template-sidebar .tm-property__item:not(:first-child),
        .tm-property--agent .tm-property__wrap.template-sidebar .tm-property__item:not(:first-child),
        .position-one-right-sidebar:not(.tm-property--agent) .tm-property__wrap.template-sidebar .tm-property__item:not(:first-child),
        .position-one-left-sidebar:not(.tm-property--agent) .tm-property__wrap.template-sidebar .tm-property__item:not(:first-child) {
          margin-top: 30px; }
    @media (min-width: 1200px) {
      .tm-property__wrap.template-sidebar .tm-property__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .tm-property__wrap.template-sidebar .tm-property__photo {
      margin: 0 0 20px; }
      @media (min-width: 1200px) {
        .tm-property__wrap.template-sidebar .tm-property__photo {
          margin: 0 30px 0 0;
          max-width: 35%; } }
    .tm-property__wrap.template-sidebar .tm-property__title {
      font-size: 1rem; }
    .tm-property__wrap.template-sidebar .tm-property__content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 1px; }
      @media (min-width: 1200px) {
        .tm-property__wrap.template-sidebar .tm-property__content {
          padding: 0; } }
    .tm-property__wrap.template-sidebar .tm-property__title {
      margin: 0 0 2px; }
    .tm-property__wrap.template-sidebar .tm-property__price > span {
      color: inherit; }
    .tm-property__wrap.template-sidebar .tm-property__attributes {
      padding: 0;
      margin: 0;
      border: none; }
      .tm-property__wrap.template-sidebar .tm-property__attributes span {
        display: block;
        margin: 0 0 5px; }
        .tm-property__wrap.template-sidebar .tm-property__attributes span:before {
          line-height: .7em; }
    .tm-property__wrap.template-sidebar .tm-property__status {
      position: relative;
      top: auto;
      left: auto;
      margin: 0 0 10px; }
    .tm-property__wrap.template-sidebar .tm-property__excerpt {
      border: none; }
    .tm-property__wrap.template-sidebar .tm-property__location {
      margin: 0;
      padding-top: 0; }
      @media (min-width: 768px) {
        .tm-property__wrap.template-sidebar .tm-property__location:before {
          margin-top: -4px; } }

.tm-re_listing-controls {
  margin: 0 0 34px; }
  @media (min-width: 1200px) {
    .tm-re_listing-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .tm-re_listing-controls .tm-re-switch-layout,
  .tm-re_listing-controls .tm-re-property-sort {
    width: 100%;
    margin: 0 0 20px; }
    @media (min-width: 544px) {
      .tm-re_listing-controls .tm-re-switch-layout,
      .tm-re_listing-controls .tm-re-property-sort {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        width: 50%;
        margin: 0; } }
  .tm-re_listing-controls .tm-re-switch-layout {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    float: none;
    text-align: left;
    padding: 0;
    display: none; }
    @media (min-width: 544px) {
      .tm-re_listing-controls .tm-re-switch-layout {
        padding-left: 20px;
        text-align: right; } }
    @media (min-width: 1200px) {
      .tm-re_listing-controls .tm-re-switch-layout {
        display: block; } }
    .tm-re_listing-controls .tm-re-switch-layout__btn {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      padding: 0;
      position: relative;
      width: 30px;
      height: 27px;
      background: none; }
      .tm-re_listing-controls .tm-re-switch-layout__btn:after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 1;
        text-align: center;
        text-indent: 0;
        font-size: 27px; }
      .tm-re_listing-controls .tm-re-switch-layout__btn.tm-re-layout--grid:after {
        content: 'view_module'; }
      .tm-re_listing-controls .tm-re-switch-layout__btn.tm-re-layout--list:after {
        content: 'view_list'; }
  .tm-re_listing-controls .tm-re-property-sort {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    float: none;
    padding: 0;
    width: 100%; }
    @media (min-width: 1200px) {
      .tm-re_listing-controls .tm-re-property-sort {
        width: auto; } }
    .tm-re_listing-controls .tm-re-property-sort label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0; }
    .tm-re_listing-controls .tm-re-property-sort__label {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding-right: 20px; }

.single-tm-property .entry-title {
  margin: 0 0 17px; }

.single-tm-property .tm-property-gallery {
  padding: 4px 4px 0;
  border: 1px solid #f0f0f0;
  border-bottom: none; }
  .single-tm-property .tm-property-gallery .tm-property-gallery__button-next, .single-tm-property .tm-property-gallery .tm-property-gallery__button-prev {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    background: none;
    overflow: hidden; }
    .single-tm-property .tm-property-gallery .tm-property-gallery__button-next:before, .single-tm-property .tm-property-gallery .tm-property-gallery__button-prev:before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      font-size: 36px;
      line-height: 50px;
      color: white; }
    .single-tm-property .tm-property-gallery .tm-property-gallery__button-next:after, .single-tm-property .tm-property-gallery .tm-property-gallery__button-prev:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .5;
      z-index: -1;
      -webkit-transition: 333ms opacity;
      -o-transition: 333ms opacity;
      transition: 333ms opacity; }
    .single-tm-property .tm-property-gallery .tm-property-gallery__button-next:hover:after, .single-tm-property .tm-property-gallery .tm-property-gallery__button-prev:hover:after {
      opacity: 1; }
  .single-tm-property .tm-property-gallery .tm-property-gallery__button-prev {
    left: 40px; }
    .single-tm-property .tm-property-gallery .tm-property-gallery__button-prev:before {
      content: 'keyboard_arrow_left'; }
  .single-tm-property .tm-property-gallery .tm-property-gallery__button-next {
    right: 40px; }
    .single-tm-property .tm-property-gallery .tm-property-gallery__button-next:before {
      content: 'keyboard_arrow_right'; }
  .single-tm-property .tm-property-gallery--thumbs {
    padding: 3px 4px 4px;
    border: 1px solid #f0f0f0;
    border-top: none; }
    .single-tm-property .tm-property-gallery--thumbs .tm-property-gallery__thumbs-item {
      position: relative;
      opacity: .5;
      -webkit-transition: 333ms opacity;
      -o-transition: 333ms opacity;
      transition: 333ms opacity; }
      .single-tm-property .tm-property-gallery--thumbs .tm-property-gallery__thumbs-item:hover, .single-tm-property .tm-property-gallery--thumbs .tm-property-gallery__thumbs-item.swiper-slide-active {
        border-radius: 0;
        opacity: 1; }

.single-tm-property .tm-property__subtitle {
  border-top: 1px solid #f0f0f0;
  padding: 28px 0 14px;
  margin: 35px 0 0; }

.single-tm-property .tm-property__price {
  margin: 0 0 31px; }
  .single-tm-property .tm-property__price .tm-property__subtitle {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 1.43rem; }
    .single-tm-property .tm-property__price .tm-property__subtitle .tm-property__price {
      margin: 0 0 0 8px;
      font-size: 2.14rem;
      display: inline-block;
      vertical-align: baseline; }

.single-tm-property .tm-property__summary {
  margin-top: 30px; }

.single-tm-property .tm-property__description, .single-tm-property .tm-property__attributes, .single-tm-property .tm-property__location {
  margin-bottom: 0; }

.single-tm-property .tm-property__description .tm-property__subtitle {
  border: none;
  padding: 0;
  margin: 0 0 14px; }

.single-tm-property .tm-property__attributes-list {
  margin: 0; }
  @media (min-width: 992px) {
    .single-tm-property .tm-property__attributes-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .single-tm-property .tm-property__attributes-list dt {
    margin: 10px 0 0;
    font-weight: normal; }
    @media (min-width: 992px) {
      .single-tm-property .tm-property__attributes-list dt {
        padding: 1px 10px 2px 0;
        min-width: 150px;
        max-width: 150px;
        margin: 0; } }
  .single-tm-property .tm-property__attributes-list dd {
    margin: 0; }
    @media (min-width: 992px) {
      .single-tm-property .tm-property__attributes-list dd {
        padding: 1px 0 2px;
        max-width: calc(100% - 150px);
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 150px);
        flex-basis: calc(100% - 150px); } }
  .single-tm-property .tm-property__attributes-list .tm-property__attribute-features + dd p {
    margin: 0; }
    @media (min-width: 992px) {
      .single-tm-property .tm-property__attributes-list .tm-property__attribute-features + dd p:not(:first-child) {
        padding: 3px 0 0; } }

.single-tm-property .tm-re-map {
  height: 300px;
  margin: 20px 0 0; }
  @media (min-width: 768px) {
    .single-tm-property .tm-re-map {
      height: 400px; } }
  @media (min-width: 992px) {
    .single-tm-property .tm-re-map {
      height: 479px; } }

.tm-agents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.7855rem;
  margin-right: -1.7855rem; }
  .tm-agents-list .tm-agent-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding-left: 1.7855rem;
    padding-right: 1.7855rem; }
    @media (min-width: 768px) {
      .tm-agents-list .tm-agent-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .tm-agents-list .tm-agent-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: 25%; } }
    .tm-agents-list .tm-agent-list__item.tm-agent {
      margin: 0; }
      .tm-agents-list .tm-agent-list__item.tm-agent:not(:first-child) {
        margin-top: 50px; }
      @media (min-width: 768px) {
        .tm-agents-list .tm-agent-list__item.tm-agent:not(:first-child) {
          margin-top: 0; }
        .tm-agents-list .tm-agent-list__item.tm-agent:not(:nth-child(-n+2)) {
          margin-top: 50px; } }
      @media (min-width: 992px) {
        .tm-agents-list .tm-agent-list__item.tm-agent:not(:first-child) {
          margin-top: 0; }
        .tm-agents-list .tm-agent-list__item.tm-agent:not(:nth-child(-n+2)) {
          margin-top: 0; }
        .tm-agents-list .tm-agent-list__item.tm-agent:not(:nth-child(-n+4)) {
          margin-top: 50px; } }
  .tm-agents-list .tm-agent__wrap {
    padding: 4px;
    border: 1px solid #f0f0f0;
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all;
    padding: 40px 20px 42px;
    text-align: center; }
    .tm-agents-list .tm-agent__wrap:hover {
      border-color: transparent;
      -webkit-box-shadow: 22px 22px 49px rgba(0, 0, 0, 0.11);
      box-shadow: 22px 22px 49px rgba(0, 0, 0, 0.11); }
  .tm-agents-list .tm-agent__photo {
    margin: 0 0 28px; }
    .tm-agents-list .tm-agent__photo a {
      display: block;
      max-width: 150px;
      margin: 0 auto; }
      .tm-agents-list .tm-agent__photo a img {
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle; }
  .tm-agents-list .tm-agent__name {
    margin: 0 0 8px; }
  .tm-agents-list .tm-agent__content {
    min-width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .tm-agents-list .tm-agent__contacts {
    margin: 12px 0 0; }
    .tm-agents-list .tm-agent__contacts-item {
      font-size: 1.42em; }
      .tm-agents-list .tm-agent__contacts-item:not(:first-child) {
        padding-top: 3px; }
      .tm-agents-list .tm-agent__contacts-item i,
      .tm-agents-list .tm-agent__contacts-item span {
        display: inline-block;
        vertical-align: middle;
        font-weight: bolder; }
      .tm-agents-list .tm-agent__contacts-item i {
        margin: 0 5px 0 0;
        color: inherit; }
      .tm-agents-list .tm-agent__contacts-item-label {
        margin: 0 5px 0 0; }
  .tm-agents-list .tm-agent__socials {
    margin: 10px 0 0; }
    .tm-agents-list .tm-agent__socials-item {
      display: inline-block;
      vertical-align: middle;
      margin: 0 20px 0 0; }
      @media (min-width: 768px) {
        .tm-agents-list .tm-agent__socials-item {
          margin: 0 0 0 20px; }
          .tm-agents-list .tm-agent__socials-item:first-child {
            margin-left: 0; } }
      .tm-agents-list .tm-agent__socials-item i,
      .tm-agents-list .tm-agent__socials-item span {
        display: inline-block;
        vertical-align: middle; }
      .tm-agents-list .tm-agent__socials-item i {
        font-size: 1.14em; }
      .tm-agents-list .tm-agent__socials-item-link {
        color: #c8c7c7; }
      .tm-agents-list .tm-agent__socials-item-label {
        margin: 0 0 0 5px; }
  .tm-agents-list .tm-agent__more {
    margin: 27px 0 0;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    padding: .75em .9375em;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all;
    border-radius: 3px;
    font-weight: bold; }
    @media (min-width: 1200px) {
      .tm-agents-list .tm-agent__more {
        padding: 14px 30px 15px; } }
    .tm-agents-list .tm-agent__more:active, .tm-agents-list .tm-agent__more:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .tm-agents-list .tm-agent__more i {
      display: inline-block;
      vertical-align: middle; }
      .tm-agents-list .tm-agent__more i + .btn__text {
        margin: 0 0 0 5px; }
    .tm-agents-list .tm-agent__more .btn__text + i {
      margin: 0 0 0 5px; }
    .tm-agents-list .tm-agent__more.btn-default {
      padding-left: 20px;
      padding-right: 20px; }

.tm-agent-info:after {
  content: '';
  display: block;
  width: 0;
  clear: both; }

.tm-agent-info + .tm-property-items {
  margin-top: 50px; }

.single .tm-agent-info {
  border-top: 1px solid #f0f0f0;
  margin: 39px 0 0;
  padding: 29px 0 0; }

.tm-agent-info__subtitle {
  margin: 0 0 39px; }

.tm-agent-info__title {
  margin: 0 0 15px; }

.tm-agent-info__photo {
  margin: 0 0 20px;
  max-width: 216px;
  border-radius: 50%;
  overflow: hidden; }
  @media (min-width: 992px) {
    .tm-agent-info__photo {
      float: left;
      margin: 0 25px 0 0; }
      .tm-agent-info__photo + div {
        overflow: hidden; } }

.tm-agent-info__contacts {
  margin: 18px 0 0; }
  .tm-agent-info__contacts-item {
    font-size: 1.42em; }
    @media (min-width: 992px) {
      .tm-agent-info__contacts-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .tm-agent-info__contacts-item:not(:first-child) {
      padding-top: 9px; }
    .tm-agent-info__contacts-item i {
      margin: 0 5px 0 0;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .tm-agent-info__contacts-item-label {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .tm-agent-info__contacts-item-value {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      font-weight: bolder; }
    .tm-agent-info__contacts-item:not(.empty-label) .tm-agent-info__contacts-item-label {
      margin: 0 20px 0 0; }

.tm-agent-info__socials {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tm-agent-info__socials-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0; }
    .tm-agent-info__socials-item.empty-label {
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .tm-agent-info__socials-item i,
    .tm-agent-info__socials-item span {
      display: inline-block;
      vertical-align: middle; }
    .tm-agent-info__socials-item i {
      font-size: 1.14em; }
    .tm-agent-info__socials-item-link {
      color: #c8c7c7; }
    .tm-agent-info__socials-item-label {
      margin: 0 0 0 5px; }

.tm-agent-info_input {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tm-agent-info_input h6,
  .tm-agent-info_input .empty-space {
    min-width: 140px;
    max-width: 140px;
    margin-right: 10px;
    padding-top: 15px; }
  .tm-agent-info_input input,
  .tm-agent-info_input textarea {
    max-width: 740px; }

.tm-agent-locations__subtitle {
  border-top: 1px solid #f0f0f0;
  margin: 39px 0;
  padding: 39px 0 0; }

.tm-agent-locations .tm-re-map {
  height: 300px; }
  @media (min-width: 768px) {
    .tm-agent-locations .tm-re-map {
      height: 400px; } }
  @media (min-width: 992px) {
    .tm-agent-locations .tm-re-map {
      height: 613px; } }

.tm-agent-locations + .tm-property-items {
  margin-top: 50px; }

/* #Real Estate Login form */
.tm-re-mfp-move-from-top .mfp-content {
  vertical-align: middle; }

.tm-re-auth-popup.ui-tabs {
  -webkit-box-shadow: 5px 5px 38px rgba(0, 0, 0, 0.07);
  box-shadow: 5px 5px 38px rgba(0, 0, 0, 0.07);
  padding: 40px; }

.tm-re-auth-popup.ui-tabs .tm-re-tabs__nav.ui-tabs-nav {
  padding: 0; }
  .tm-re-auth-popup.ui-tabs .tm-re-tabs__nav.ui-tabs-nav:after {
    content: '';
    width: 100%;
    display: block;
    clear: both; }
  .tm-re-auth-popup.ui-tabs .tm-re-tabs__nav.ui-tabs-nav li {
    margin: 0;
    width: 50%;
    float: left;
    text-align: center;
    border: 1px solid #f0f0f0; }
    .tm-re-auth-popup.ui-tabs .tm-re-tabs__nav.ui-tabs-nav li:not(:first-child) {
      border-left: none; }
    .tm-re-auth-popup.ui-tabs .tm-re-tabs__nav.ui-tabs-nav li a {
      float: none;
      display: block;
      outline: none;
      padding: .5em 1em; }
    .tm-re-auth-popup.ui-tabs .tm-re-tabs__nav.ui-tabs-nav li.ui-state-default {
      background: #f9f9f9; }
    .tm-re-auth-popup.ui-tabs .tm-re-tabs__nav.ui-tabs-nav li.ui-tabs-active {
      margin-bottom: 0;
      padding-bottom: 0;
      background: none;
      border-bottom-color: transparent; }

.tm-re-auth-popup.ui-tabs .ui-tabs-panel {
  padding: 20px 0 0; }

.tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-login-form__group,
.tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-register-form__group,
.tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-login-form__group,
.tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-register-form__group {
  position: relative; }
  .tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-login-form__group:not(:first-child),
  .tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-register-form__group:not(:first-child),
  .tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-login-form__group:not(:first-child),
  .tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-register-form__group:not(:first-child) {
    margin-top: 20px; }
  .tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-login-form__group .tm-re-login-form__btn,
  .tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-login-form__group .tm-re-register-form__btn,
  .tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-register-form__group .tm-re-login-form__btn,
  .tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-register-form__group .tm-re-register-form__btn,
  .tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-login-form__group .tm-re-login-form__btn,
  .tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-login-form__group .tm-re-register-form__btn,
  .tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-register-form__group .tm-re-login-form__btn,
  .tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-register-form__group .tm-re-register-form__btn {
    margin-top: 20px;
    display: block;
    width: 100%; }
  .tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-login-form__group span.error,
  .tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-register-form__group span.error,
  .tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-login-form__group span.error,
  .tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-register-form__group span.error {
    position: absolute;
    top: 0;
    right: 18px;
    line-height: 50px;
    color: #fc4261;
    font-size: .75em; }
  .tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-login-form__group input.error,
  .tm-re-auth-popup.ui-tabs .tm-re-login-form .tm-re-register-form__group input.error,
  .tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-login-form__group input.error,
  .tm-re-auth-popup.ui-tabs .tm-re-register-form .tm-re-register-form__group input.error {
    padding-right: 150px; }

.tm-re-auth-popup.ui-tabs .tm-re-login-form__messages,
.tm-re-auth-popup.ui-tabs .tm-re-register-form__messages {
  margin-top: 20px;
  text-align: center; }

/* #Real Estate Submission form */
.tm-re-auth-message + .tm-re-submission-form {
  margin-top: 30px; }

.tm-re-submission-form {
  margin: 0 0 30px; }
  .tm-re-submission-form__group {
    display: block;
    margin: 0 0 20px;
    position: relative; }
    @media (min-width: 1200px) {
      .tm-re-submission-form__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .tm-re-submission-form__group > * {
      min-width: 1px; }
    @media (min-width: 1200px) {
      .tm-re-submission-form__group label {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 155px;
        flex: 1 0 155px;
        max-width: 155px;
        padding-right: 10px;
        padding-top: 15px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .tm-re-submission-form__group label + input,
      .tm-re-submission-form__group label + textarea,
      .tm-re-submission-form__group label + select {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
    .tm-re-submission-form__group input.error,
    .tm-re-submission-form__group textarea.error {
      padding-right: 150px; }
    .tm-re-submission-form__group span.error {
      position: absolute;
      right: 18px;
      top: 0;
      line-height: 50px;
      color: #fc4261; }
    @media (min-width: 1200px) {
      .tm-re-submission-form__group .tm-re-submission-form__btn {
        margin-left: 155px; } }
    @media (min-width: 1200px) {
      .tm-re-submission-form__group .tm-re-submission-form__upload {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 1200px) {
      .tm-re-submission-form__group .tm-re-uploaded-images {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%; } }
    .tm-re-submission-form__group .tm-re-uploaded-btn {
      vertical-align: middle;
      margin: 0 20px 0 0;
      border-radius: 3px;
      -webkit-transition: 333ms all;
      -o-transition: 333ms all;
      transition: 333ms all; }
      @media (max-width: 767px) {
        .tm-re-submission-form__group .tm-re-uploaded-btn {
          display: block;
          margin: 0 0 15px; } }
      .tm-re-submission-form__group .tm-re-uploaded-btn span {
        line-height: 1;
        display: inline-block;
        padding: .75em .9375em;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 333ms all;
        -o-transition: 333ms all;
        transition: 333ms all;
        border-radius: 3px;
        font-weight: bold;
        margin: 0; }
        @media (min-width: 1200px) {
          .tm-re-submission-form__group .tm-re-uploaded-btn span {
            padding: 14px 30px 15px; } }
        .tm-re-submission-form__group .tm-re-uploaded-btn span:active, .tm-re-submission-form__group .tm-re-uploaded-btn span:focus {
          -webkit-box-shadow: none;
          box-shadow: none; }
        .tm-re-submission-form__group .tm-re-uploaded-btn span i {
          display: inline-block;
          vertical-align: middle; }
          .tm-re-submission-form__group .tm-re-uploaded-btn span i + .btn__text {
            margin: 0 0 0 5px; }
        .tm-re-submission-form__group .tm-re-uploaded-btn span .btn__text + i {
          margin: 0 0 0 5px; }
        .tm-re-submission-form__group .tm-re-uploaded-btn span.btn-default {
          padding-left: 20px;
          padding-right: 20px; }
    .tm-re-submission-form__group .tm-re-uploaded-images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; }
      @media (min-width: 544px) {
        .tm-re-submission-form__group .tm-re-uploaded-images {
          margin: 0 -1.7855rem; } }
      .tm-re-submission-form__group .tm-re-uploaded-images__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0 10px 10px 10px; }
        @media (min-width: 544px) {
          .tm-re-submission-form__group .tm-re-uploaded-images__item {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 33.33334%;
            flex: 1 0 33.33334%;
            max-width: 33.33334%;
            padding: 0 1.7855rem 1.7855rem 1.7855rem; } }
        @media (min-width: 1200px) {
          .tm-re-submission-form__group .tm-re-uploaded-images__item {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 25%;
            flex: 1 0 25%;
            max-width: 25%; } }
        .tm-re-submission-form__group .tm-re-uploaded-images__item .tm-re-status {
          margin: 10px 0 0; }
    .tm-re-submission-form__group .tm-re-uploaded-image__preview {
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      .tm-re-submission-form__group .tm-re-uploaded-image__preview canvas {
        vertical-align: top;
        max-width: 100%; }
    .tm-re-submission-form__group .tm-re-uploaded-image__remove {
      position: absolute;
      right: 0;
      top: 0;
      line-height: 35px;
      width: 35px;
      height: 35px;
      text-align: center; }
      .tm-re-submission-form__group .tm-re-uploaded-image__remove:before {
        font-size: 28px; }
    .tm-re-submission-form__group .tm-re-uploaded-image__name {
      font-size: .75em;
      margin: 10px 0; }
    .tm-re-submission-form__group .tm-re-uploaded-image__btn {
      padding: 10px 15px;
      font-size: .85em; }
    .tm-re-submission-form__group + .tm-re-auth-message {
      margin-top: 20px;
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        .tm-re-submission-form__group + .tm-re-auth-message {
          margin-left: 155px; } }
    .tm-re-submission-form__group .tm-re-auth-message {
      margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .tm-re-submission-form .tm-re-submission-form__messages {
      margin-left: 155px; } }
  .tm-re-submission-form .tm-re-submission-form__messages .tm-re-submission-form__success,
  .tm-re-submission-form .tm-re-submission-form__messages .tm-re-submission-form__error {
    padding: 10px 20px;
    color: white; }
  .tm-re-submission-form .tm-re-submission-form__messages .tm-re-submission-form__success {
    background: #86d563; }
  .tm-re-submission-form .tm-re-submission-form__messages .tm-re-submission-form__error {
    background: #fc4261; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
  line-height: 1.2;
  margin: 0 0 .85em; }
  @media (min-width: 768px) {
    .widget-title {
      margin: 0 0 2.4375rem; } }
  .site-footer .widget-title {
    margin: 0 0 .85em; }

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

.full-width-header-area .widget + .widget {
  margin: 0; }

.before-content-area .widget {
  margin-top: 1.5em; }
  @media (min-width: 768px) {
    .before-content-area .widget {
      margin-top: 2em; } }
  .before-content-area .widget:first-child {
    margin-top: 0; }
  .before-content-area .widget .widget-title {
    text-align: center; }

.sidebar-primary .widget,
.single-property .widget,
.idx-area .widget,
.search-property .widget {
  margin-top: 1.5em;
  padding: 20px;
  border: 1px solid #f0f0f0; }
  @media (min-width: 768px) {
    .sidebar-primary .widget,
    .single-property .widget,
    .idx-area .widget,
    .search-property .widget {
      padding: 0;
      border-color: transparent; } }
  @media (min-width: 992px) {
    .sidebar-primary .widget,
    .single-property .widget,
    .idx-area .widget,
    .search-property .widget {
      padding: 20px;
      border-color: #f0f0f0; } }
  .sidebar-primary .widget:first-child,
  .single-property .widget:first-child,
  .idx-area .widget:first-child,
  .search-property .widget:first-child {
    margin: 0; }
  .sidebar-primary .widget.widget-about-author,
  .single-property .widget.widget-about-author,
  .idx-area .widget.widget-about-author,
  .search-property .widget.widget-about-author {
    border: none;
    margin-top: 3em;
    position: relative; }
    @media (min-width: 768px) {
      .sidebar-primary .widget.widget-about-author,
      .single-property .widget.widget-about-author,
      .idx-area .widget.widget-about-author,
      .search-property .widget.widget-about-author {
        margin-top: 6.25em; } }
    .sidebar-primary .widget.widget-about-author:before,
    .single-property .widget.widget-about-author:before,
    .idx-area .widget.widget-about-author:before,
    .search-property .widget.widget-about-author:before {
      content: '';
      width: 100%;
      height: 1px;
      background: #f0f0f0;
      position: absolute;
      top: -1.5em;
      left: 0; }
      @media (min-width: 768px) {
        .sidebar-primary .widget.widget-about-author:before,
        .single-property .widget.widget-about-author:before,
        .idx-area .widget.widget-about-author:before,
        .search-property .widget.widget-about-author:before {
          top: -3.125em; } }
    .sidebar-primary .widget.widget-about-author .widget-title,
    .single-property .widget.widget-about-author .widget-title,
    .idx-area .widget.widget-about-author .widget-title,
    .search-property .widget.widget-about-author .widget-title {
      margin: 0 0 .8666em; }
  .sidebar-primary .widget.widget-subscribe,
  .single-property .widget.widget-subscribe,
  .idx-area .widget.widget-subscribe,
  .search-property .widget.widget-subscribe {
    padding: 0;
    border: none; }
    @media (min-width: 768px) {
      .sidebar-primary .widget.widget-subscribe,
      .single-property .widget.widget-subscribe,
      .idx-area .widget.widget-subscribe,
      .search-property .widget.widget-subscribe {
        margin-top: 3.125em; } }
    .sidebar-primary .widget.widget-subscribe:first-child,
    .single-property .widget.widget-subscribe:first-child,
    .idx-area .widget.widget-subscribe:first-child,
    .search-property .widget.widget-subscribe:first-child {
      margin-top: 0; }
    .sidebar-primary .widget.widget-subscribe .follow-block .widget-title,
    .single-property .widget.widget-subscribe .follow-block .widget-title,
    .idx-area .widget.widget-subscribe .follow-block .widget-title,
    .search-property .widget.widget-subscribe .follow-block .widget-title {
      margin: 0 0 1em; }
    .sidebar-primary .widget.widget-subscribe .subscribe-block .widget-title,
    .single-property .widget.widget-subscribe .subscribe-block .widget-title,
    .idx-area .widget.widget-subscribe .subscribe-block .widget-title,
    .search-property .widget.widget-subscribe .subscribe-block .widget-title {
      margin: 0 0 .866em; }
  .sidebar-primary .widget.widget_calendar .widget-title,
  .single-property .widget.widget_calendar .widget-title,
  .idx-area .widget.widget_calendar .widget-title,
  .search-property .widget.widget_calendar .widget-title {
    margin: 0 0 .6em; }

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

.full-width-header-area {
  position: relative;
  z-index: 10; }

.footer-area .widget {
  margin-top: 1.5625em; }
  @media (min-width: 768px) {
    .footer-area .widget {
      margin-top: 2.5em; }
      .footer-area .widget.columns-1:first-child {
        margin-top: 0; }
      .footer-area .widget.columns-3:nth-child(-n+2) {
        margin-top: 0; }
      .footer-area .widget.columns-3:nth-child(-n+3) {
        margin-top: 0; }
      .footer-area .widget.columns-4:nth-child(-n+4) {
        margin-top: 0; } }

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

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

.widget li {
  position: relative;
  list-style: none; }
  .widget li > ul {
    margin-left: 1em; }

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_rss li,
.widget_nav_menu li {
  padding: .25em 0; }

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar .calendar_wrap {
  margin: 0 -2px; }
  @media (min-width: 992px) {
    .widget_calendar .calendar_wrap {
      margin: 0 -10px; } }

.widget_calendar table {
  margin-bottom: 0;
  border-collapse: separate;
  position: relative;
  border-spacing: 2px; }
  @media (min-width: 992px) {
    .widget_calendar table {
      border-spacing: 10px; } }

.widget_calendar caption {
  margin: 0 2px;
  padding: .5em 10px; }
  @media (min-width: 992px) {
    .widget_calendar caption {
      margin: 0 10px; } }
  @media (min-width: 1200px) {
    .widget_calendar caption {
      padding: .5em 60px; } }

.widget_calendar thead th,
.widget_calendar thead td,
.widget_calendar tbody th,
.widget_calendar tbody td {
  text-align: center;
  padding: 10px 2px; }
  @media (min-width: 992px) {
    .widget_calendar thead th,
    .widget_calendar thead td,
    .widget_calendar tbody th,
    .widget_calendar tbody td {
      padding: .8125em .3125em; } }

.widget_calendar thead th {
  font-weight: normal; }

.widget_calendar tbody {
  position: relative; }
  @media (min-width: 1200px) {
    .widget_calendar tbody {
      top: -10px; } }
  .widget_calendar tbody td:not(.pad) {
    background: #f9f9f9; }
    #tm_builder_outer_content .widget_calendar tbody td:not(.pad) {
      background: #f9f9f9; }
  .widget_calendar tbody td a {
    margin: -12px -5px;
    display: block;
    padding: 12px 0px; }

@media (min-width: 1200px) {
  .widget_calendar tfoot {
    position: absolute;
    top: 0;
    width: 100%; } }

@media (min-width: 1200px) {
  .widget_calendar tfoot tr {
    position: absolute;
    width: 100%; } }

.widget_calendar #prev, .widget_calendar #next {
  font-size: 14px;
  font-size: 1rem;
  top: 0; }
  @media (min-width: 1200px) {
    .widget_calendar #prev, .widget_calendar #next {
      position: absolute; } }
  .widget_calendar #prev a, .widget_calendar #next a {
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px; }
    .widget_calendar #prev a:before, .widget_calendar #next a:before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin: 0;
      top: 0;
      left: 0;
      text-indent: 0;
      text-align: center;
      display: block;
      font-size: 36px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 1200px) {
        .widget_calendar #prev a:before, .widget_calendar #next a:before {
          position: absolute; } }

.widget_calendar #prev {
  left: 0; }
  .widget_calendar #prev a:before {
    content: "keyboard_arrow_left"; }

.widget_calendar #next {
  right: 20px; }
  .widget_calendar #next a:before {
    content: "keyboard_arrow_right"; }

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 8px;
  vertical-align: top;
  text-decoration: none;
  font-size: 1em !important;
  border: 1px solid #f0f0f0;
  background: #f9f9f9; }
  @media (min-width: 992px) {
    .tagcloud a {
      padding: 12px 20px 13px; } }
  .tagcloud a:focus {
    outline: none; }
  .footer-area .tagcloud a {
    background: #ffffff; }

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries li {
  margin-left: 0; }
  .widget_recent_entries li::before {
    display: none; }
  .widget_recent_entries li + li {
    margin-top: 1em; }
  .widget_recent_entries li .post-date {
    font-size: .75em;
    display: block;
    margin-top: .63em; }

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments li {
  margin-left: 0; }
  .widget_recent_comments li::before {
    display: none; }
  .widget_recent_comments li + li {
    margin-top: 29px; }
  .widget_recent_comments li a {
    outline: none; }
    .widget_recent_comments li a:before {
      content: '';
      display: block; }

.widget_recent_comments .widget-title {
  margin: 0 0 34px; }

/*--------------------------------------------------------------
## About CozyHouse
--------------------------------------------------------------*/
.widget-about__logo {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .widget-about__logo {
      float: left;
      margin: 0 30px 0 0; } }
  .footer-area .widget-about__logo,
  .sidebar-primary .widget-about__logo,
  .idx-area .widget-about__logo,
  .single-property .widget-about__logo,
  .search-property .widget-about__logo {
    float: none;
    margin: 0 0 30px; }
  .widget-about__logo-img {
    vertical-align: top; }

.widget-about:after {
  content: '';
  display: block;
  height: 0;
  clear: both; }

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/
.widget-about-author {
  text-align: left;
  border: none; }
  .sidebar-primary .widget-about-author,
  .idx-area .widget-about-author,
  .search-property .widget-about-author,
  .single-property .widget-about-author,
  .full-width-header-area .widget-about-author,
  .before-content-area .widget-about-author,
  .before-loop-area .widget-about-author,
  .after-loop-area .widget-about-author,
  .after-content-area .widget-about-author,
  .after-content-full-width-area .widget-about-author {
    padding: 1em; }
    @media (min-width: 992px) {
      .sidebar-primary .widget-about-author,
      .idx-area .widget-about-author,
      .search-property .widget-about-author,
      .single-property .widget-about-author,
      .full-width-header-area .widget-about-author,
      .before-content-area .widget-about-author,
      .before-loop-area .widget-about-author,
      .after-loop-area .widget-about-author,
      .after-content-area .widget-about-author,
      .after-content-full-width-area .widget-about-author {
        padding: 1.875em 2.5em 2.5em; } }

.about-author {
  margin: 0; }
  .about-author:after {
    display: block;
    clear: both;
    width: 100%;
    content: ''; }
  .about-author_avatar {
    margin: 0 0 30px; }
    @media (min-width: 1200px) {
      .about-author_avatar {
        float: left;
        margin: 5px 30px 0 0; } }
    .footer-area .about-author_avatar,
    .sidebar-primary .about-author_avatar,
    .single-property .about-author_avatar,
    .idx-area .about-author_avatar,
    .search-property .about-author_avatar {
      float: none;
      margin: 0 0 30px; }
  .about-author_content {
    overflow: hidden; }
  .about-author_name {
    margin: 0;
    padding: 0 0 12px 0; }
  .about-author_description {
    padding: 0; }
  .about-author_btn_box {
    padding: 30px 0 0;
    clear: both; }

.footer-area .widget-about-author {
  background: none; }
  .footer-area .widget-about-author .widget-title,
  .footer-area .widget-about-author .about-author {
    padding: 20px; }
    @media (min-width: 992px) {
      .footer-area .widget-about-author .widget-title,
      .footer-area .widget-about-author .about-author {
        padding: 30px 40px 40px; } }
  .footer-area .widget-about-author .widget-title {
    margin: 0;
    padding-bottom: 0; }

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

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.swiper-carousel-container {
  position: relative; }

.swiper-slide {
  -webkit-transition: 333ms background-color;
  -o-transition: 333ms background-color;
  transition: 333ms background-color; }
  .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 2em; }
    .swiper-slide .entry-content h5 {
      margin: 1em 0; }
    .swiper-slide .entry-content .post__excerpt {
      margin: 0 0 1.5em; }
  .swiper-slide .entry-footer {
    margin: 1.5em 0;
    padding: 0 2em; }
  .swiper-slide .post-thumbnail__link {
    display: block;
    overflow: hidden;
    margin-bottom: 1em; }
    .swiper-slide .post-thumbnail__link img {
      display: block;
      width: 100%; }
  .swiper-slide .post__cats {
    position: absolute;
    top: 0;
    left: 30px; }

.swiper-pagination {
  position: static;
  margin: 2em 0 0; }
  .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
    margin: 0 11px;
    border: 2px solid transparent;
    background: transparent;
    position: relative;
    display: inline-block;
    opacity: 1; }
    .swiper-pagination-bullet:before {
      content: '';
      width: 11px;
      height: 11px;
      position: absolute;
      border-radius: 50%;
      top: 4px;
      left: 4px;
      -webkit-transition: 333ms all;
      -o-transition: 333ms all;
      transition: 333ms all; }
    .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination-bullet:hover:before {
      background: transparent; }

.swiper-button-next, .swiper-button-prev {
  top: 50%;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: -25px 0 0 0;
  text-align: center;
  overflow: hidden;
  background-image: none; }
  .swiper-button-next .fa,
  .swiper-button-next .material-icons, .swiper-button-prev .fa,
  .swiper-button-prev .material-icons {
    margin: 0;
    line-height: 50px;
    font-size: 36px; }

.swiper-button-next {
  right: 20px; }

.swiper-button-prev {
  left: 20px; }

.sidebar-primary .swiper-button-next,
.sidebar-primary .swiper-button-prev,
.single-property .swiper-button-next,
.single-property .swiper-button-prev,
.idx-area .swiper-button-next,
.idx-area .swiper-button-prev,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev {
  width: 30px;
  height: 30px; }
  .sidebar-primary .swiper-button-next .material-icons,
  .sidebar-primary .swiper-button-next .fa,
  .sidebar-primary .swiper-button-prev .material-icons,
  .sidebar-primary .swiper-button-prev .fa,
  .single-property .swiper-button-next .material-icons,
  .single-property .swiper-button-next .fa,
  .single-property .swiper-button-prev .material-icons,
  .single-property .swiper-button-prev .fa,
  .idx-area .swiper-button-next .material-icons,
  .idx-area .swiper-button-next .fa,
  .idx-area .swiper-button-prev .material-icons,
  .idx-area .swiper-button-prev .fa,
  .footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .material-icons,
  .footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .fa,
  .footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .material-icons,
  .footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .fa {
    line-height: 30px;
    font-size: 30px; }

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

.widget-image-grid__holder {
  padding: 0; }
  .widget-image-grid__holder.col-xl-4 .widget-image-grid__content {
    padding: 20px; }
    @media (min-width: 1500px) {
      .widget-image-grid__holder.col-xl-4 .widget-image-grid__content {
        padding: 40px 50px; } }

.widget-image-grid__inner {
  position: relative;
  display: block;
  overflow: hidden; }
  .widget-image-grid__inner:hover .widget-image-grid__image img {
    -webkit-transform: scale(1.1) translateY(0);
    -ms-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0); }
  @media (min-width: 1500px) {
    .widget-image-grid__inner:hover .widget-image-grid__content__footer {
      max-height: 200px;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; } }
  .widget-image-grid__inner:hover .property-status span {
    padding-top: 11px; }

.widget-image-grid__img {
  display: block;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .widget-image-grid__img {
      margin: -1px; } }

.widget-image-grid__image {
  position: relative; }
  .widget-image-grid__image:before {
    content: '';
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 25, 35, 0)), to(#0b1923));
    background: -webkit-linear-gradient(top, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    background: -o-linear-gradient(top, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    background: linear-gradient(to bottom, rgba(11, 25, 35, 0) 0%, #0b1923 100%);
    opacity: 1;
    z-index: 1; }
  .widget-image-grid__image .property-status {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 20px; }
    @media (min-width: 1500px) {
      .widget-image-grid__image .property-status {
        top: 0;
        left: 50px; } }
    @media (min-width: 992px) {
      .sidebar-primary .widget-image-grid__image .property-status,
      .idx-area .widget-image-grid__image .property-status,
      .footer-area .widget-image-grid__image .property-status,
      .search-property .widget-image-grid__image .property-status,
      .single-property .widget-image-grid__image .property-status {
        top: 0;
        left: 20px; } }
    .widget-image-grid__image .property-status span {
      padding: 16px 5px 5px;
      border-radius: 0 0 3px 3px;
      line-height: 1;
      font-size: 1rem;
      display: inline-block;
      -webkit-transition: 333ms all;
      -o-transition: 333ms all;
      transition: 333ms all; }
  .widget-image-grid__image img {
    display: block;
    -webkit-transition: 333ms all ease-out;
    -o-transition: 333ms all ease-out;
    transition: 333ms all ease-out;
    -webkit-transform: scale(1.1) translateY(4%);
    -ms-transform: scale(1.1) translateY(4%);
    transform: scale(1.1) translateY(4%); }

.widget-image-grid__content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: left;
  z-index: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media (min-width: 1500px) {
    .widget-image-grid__content {
      padding: 50px; } }
  @media (min-width: 992px) {
    .sidebar-primary .widget-image-grid__content,
    .idx-area .widget-image-grid__content,
    .footer-area .widget-image-grid__content,
    .search-property .widget-image-grid__content,
    .single-property .widget-image-grid__content {
      padding: 20px; } }
  .widget-image-grid__content .property-price {
    margin: 0; }
  .widget-image-grid__content__footer {
    margin: 0;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all;
    display: none; }
    @media (min-width: 544px) {
      .widget-image-grid__content__footer {
        display: block; } }
    @media (min-width: 768px) {
      .widget-image-grid__content__footer {
        display: none; } }
    @media (min-width: 1500px) {
      .widget-image-grid__content__footer {
        opacity: 0;
        max-height: 0;
        -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
        transform: translateY(40%);
        display: block; } }
    .entry-content .widget-image-grid__content__footer {
      margin: 0; }
    .widget-image-grid__content__footer .post-content {
      margin: 0; }
    .widget-image-grid__content__footer a {
      margin: 1em 0 0; }
    .widget-image-grid__content__footer > *:first-child {
      margin: 15px 0 0; }

.widget-image-grid__title {
  display: block;
  width: 100%;
  margin: 0; }
  .entry-content .widget-image-grid__title {
    margin: 0; }

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

/*--------------------------------------------------------------
## 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,
  .single-property .instagram__item,
  .search-property .instagram__item,
  .idx-area .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 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__items,
.smart-slider__thumbnails {
  height: 0;
  -webkit-transition: 333ms height;
  -o-transition: 333ms height;
  transition: 333ms height; }

.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: none; }
  .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-thumbnails-container {
    position: absolute;
    bottom: 85px;
    left: auto;
    margin: 0;
    -webkit-transform: translateX(-1.7855rem);
    -ms-transform: translateX(-1.7855rem);
    transform: translateX(-1.7855rem); }
    @media (max-width: 980px) {
      .smart-slider__instance .sp-thumbnails-container {
        position: relative;
        bottom: 0;
        padding: 20px 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100% !important;
        right: auto !important; } }
    .sidebar-primary .smart-slider__instance .sp-thumbnails-container,
    .single-property .smart-slider__instance .sp-thumbnails-container,
    .search-property .smart-slider__instance .sp-thumbnails-container,
    .idx-area .smart-slider__instance .sp-thumbnails-container,
    .footer-area .smart-slider__instance .sp-thumbnails-container {
      position: relative;
      bottom: 0;
      padding: 20px 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 100% !important;
      right: auto !important; }
    .smart-slider__instance .sp-thumbnails-container .sp-thumbnails {
      position: relative;
      margin: 0 auto;
      text-align: right; }
      @media (max-width: 1200px) {
        .smart-slider__instance .sp-thumbnails-container .sp-thumbnails {
          height: auto !important; } }
      @media (max-width: 980px) {
        .smart-slider__instance .sp-thumbnails-container .sp-thumbnails {
          text-align: center; } }
      .sidebar-primary .smart-slider__instance .sp-thumbnails-container .sp-thumbnails,
      .single-property .smart-slider__instance .sp-thumbnails-container .sp-thumbnails,
      .search-property .smart-slider__instance .sp-thumbnails-container .sp-thumbnails,
      .footer-area .smart-slider__instance .sp-thumbnails-container .sp-thumbnails {
        text-align: center; }
      .smart-slider__instance .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container {
        float: none;
        display: inline-block;
        margin: 0; }
        @media (max-width: 1200px) {
          .smart-slider__instance .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container {
            width: 100px !important;
            height: auto !important; } }
        .sidebar-primary .smart-slider__instance .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container,
        .single-property .smart-slider__instance .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container,
        .search-property .smart-slider__instance .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container,
        .idx-area .smart-slider__instance .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container,
        .footer-area .smart-slider__instance .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container {
          width: 100px !important;
          height: auto !important; }
        .smart-slider__instance .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container:before {
          content: '';
          width: 100%;
          height: 100%;
          border: 4px solid transparent;
          position: absolute;
          top: 0;
          left: 0; }
        .smart-slider__instance .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container img {
          vertical-align: top; }
        .smart-slider__instance .sp-thumbnails-container .sp-thumbnails .sp-thumbnail-container:not(:first-child) {
          margin: 0 0 0 10px; }
  .smart-slider__instance .sp-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: -25px 0 0 0;
    text-align: center;
    overflow: hidden; }
    .smart-slider__instance .sp-arrow:before {
      font-size: 36px;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 50px;
      -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 Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      line-height: 50px; }
    .smart-slider__instance .sp-arrow:after {
      display: none; }
  .smart-slider__instance .sp-horizontal .sp-previous-arrow {
    left: 20px; }
    .smart-slider__instance .sp-horizontal .sp-previous-arrow:before {
      content: 'keyboard_arrow_left'; }
  .smart-slider__instance .sp-horizontal .sp-next-arrow {
    right: 20px; }
    .smart-slider__instance .sp-horizontal .sp-next-arrow:before {
      content: 'keyboard_arrow_right'; }
  @media (max-width: 767px) {
    .smart-slider__instance .sp-horizontal .sp-arrows {
      display: none;
      top: auto;
      bottom: 40px;
      margin: 0; } }
  .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: 80px;
    padding: 0;
    left: 50%;
    text-align: right;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .smart-slider__instance .sp-buttons {
        bottom: 20px;
        text-align: center; } }
    .sidebar-primary .smart-slider__instance .sp-buttons,
    .single-property .smart-slider__instance .sp-buttons,
    .search-property .smart-slider__instance .sp-buttons,
    .idx-area .smart-slider__instance .sp-buttons,
    .footer-area .smart-slider__instance .sp-buttons {
      position: relative;
      bottom: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      left: 0;
      margin: 20px 0 0; }
  .smart-slider__instance .sp-button {
    width: 23px;
    height: 23px;
    margin: 0 11px;
    border-color: transparent;
    background: transparent;
    position: relative; }
    .smart-slider__instance .sp-button:before {
      content: '';
      width: 11px;
      height: 11px;
      background: #fff;
      position: absolute;
      border-radius: 50%;
      top: 4px;
      left: 4px;
      -webkit-transition: 333ms all;
      -o-transition: 333ms all;
      transition: 333ms all; }
    .smart-slider__instance .sp-button.sp-selected-button {
      border-color: #fff; }
      .smart-slider__instance .sp-button.sp-selected-button:before {
        background: transparent; }
    .smart-slider__instance .sp-button:hover {
      border-color: #fff; }
  .smart-slider__instance h2.sp-title {
    line-height: 1.2;
    overflow: hidden; }
  .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; } }

.sp-content-box-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 767px) {
    .sp-content-box-wrap {
      top: auto;
      bottom: 0; } }
  .sidebar-primary .sp-content-box-wrap,
  .single-property .sp-content-box-wrap,
  .search-property .sp-content-box-wrap,
  .idx-area .sp-content-box-wrap,
  .footer-area .sp-content-box-wrap {
    top: auto;
    bottom: 0; }
  .sp-content-box-wrap div {
    height: 100%; }
    .sp-content-box-wrap div.row {
      margin: 0; }
    .sidebar-primary .sp-content-box-wrap div.container,
    .single-property .sp-content-box-wrap div.container,
    .search-property .sp-content-box-wrap div.container,
    .idx-area .sp-content-box-wrap div.container,
    .footer-area .sp-content-box-wrap div.container {
      padding: 0; }
    @media (max-width: 767px) {
      .sp-content-box-wrap div.container {
        padding: 0;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .sp-content-box-wrap div.container .row > div {
        padding: 0; } }
    .sidebar-primary .sp-content-box-wrap div.container .row > div,
    .single-property .sp-content-box-wrap div.container .row > div,
    .search-property .sp-content-box-wrap div.container .row > div,
    .idx-area .sp-content-box-wrap div.container .row > div,
    .footer-area .sp-content-box-wrap div.container .row > div {
      padding: 0; }
    .sp-content-box-wrap div.sp-content-box {
      top: 0 !important;
      height: calc(100% - 160px);
      padding: 50px 30px 50px 50px;
      margin: 80px 0;
      text-align: left;
      background-color: rgba(10, 25, 35, 0.9);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 468px !important; }
      @media (max-width: 1200px) {
        .sp-content-box-wrap div.sp-content-box {
          width: 50% !important; } }
      @media (max-width: 980px) {
        .sp-content-box-wrap div.sp-content-box {
          padding: 20px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media (max-width: 767px) {
        .sp-content-box-wrap div.sp-content-box {
          width: 100% !important;
          height: auto;
          position: absolute;
          top: auto !important;
          bottom: 0;
          margin: 0;
          padding: 20px 20px 80px; } }
      .sp-content-box-wrap div.sp-content-box div {
        height: auto; }
      .sp-content-box-wrap div.sp-content-box > * {
        min-height: 1px;
        min-width: 1px; }
      .sp-content-box-wrap div.sp-content-box .post__cats {
        margin: 0 0 20px; }
        .sp-content-box-wrap div.sp-content-box .post__cats a {
          padding-top: 5px;
          border-radius: 3px; }
      .sidebar-primary .sp-content-box-wrap div.sp-content-box,
      .single-property .sp-content-box-wrap div.sp-content-box,
      .search-property .sp-content-box-wrap div.sp-content-box,
      .idx-area .sp-content-box-wrap div.sp-content-box,
      .footer-area .sp-content-box-wrap div.sp-content-box {
        width: 100% !important;
        height: auto;
        position: absolute;
        top: auto !important;
        bottom: 0;
        margin: 0;
        max-height: inherit;
        padding: 10px; }
  .sp-content-box-wrap .sp-title {
    margin: 0 0 15px; }
    @media (max-width: 767px) {
      .sp-content-box-wrap .sp-title {
        margin: 0; } }
    .sidebar-primary .sp-content-box-wrap .sp-title,
    .single-property .sp-content-box-wrap .sp-title,
    .search-property .sp-content-box-wrap .sp-title,
    .idx-area .sp-content-box-wrap .sp-title,
    .footer-area .sp-content-box-wrap .sp-title {
      font-size: 1rem; }
  .sp-content-box-wrap .sp-content {
    margin: 0 0 23px; }
    @media (max-width: 980px) {
      .sp-content-box-wrap .sp-content {
        display: none; } }
    .sidebar-primary .sp-content-box-wrap .sp-content,
    .single-property .sp-content-box-wrap .sp-content,
    .search-property .sp-content-box-wrap .sp-content,
    .idx-area .sp-content-box-wrap .sp-content,
    .footer-area .sp-content-box-wrap .sp-content {
      display: none; }
  .sp-content-box-wrap .sp-more {
    margin-top: auto; }
    @media (max-width: 980px) {
      .sp-content-box-wrap .sp-more {
        display: none; } }
    .sidebar-primary .sp-content-box-wrap .sp-more,
    .single-property .sp-content-box-wrap .sp-more,
    .search-property .sp-content-box-wrap .sp-more,
    .idx-area .sp-content-box-wrap .sp-more,
    .footer-area .sp-content-box-wrap .sp-more {
      display: none; }
    .sp-content-box-wrap .sp-more a {
      padding: 14px 30px 15px; }
  .sp-content-box-wrap .property-status {
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .sp-content-box-wrap .property-status {
        display: none; } }
    .sp-content-box-wrap .property-status span {
      display: inline-block;
      padding: 16px 5px 5px;
      border-radius: 0 0 3px 3px;
      line-height: 1;
      font-size: 1rem;
      display: inline-block;
      -webkit-transition: 333ms all;
      -o-transition: 333ms all;
      transition: 333ms all; }
  .sp-content-box-wrap .property-price {
    margin: 0 0 13px; }
    @media (max-width: 767px) {
      .sp-content-box-wrap .property-price {
        display: none; } }
    .sp-content-box-wrap .property-price h3 {
      margin: 0; }
  .sp-content-box-wrap .property-meta {
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .sp-content-box-wrap .property-meta {
        display: none; } }
    .sp-content-box-wrap .property-meta div {
      display: inline-block;
      vertical-align: middle;
      margin: 0 25px 10px 0;
      min-width: 95px; }
      @media (max-width: 1500px) {
        .sp-content-box-wrap .property-meta div {
          display: block;
          margin: 0; } }
      .sp-content-box-wrap .property-meta div i {
        display: block;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        border: 2px solid;
        font-size: 46px;
        line-height: 65px;
        margin: 0 0 13px; }
        @media (max-width: 1500px) {
          .sp-content-box-wrap .property-meta div i {
            width: 30px;
            height: 30px;
            border-radius: 0;
            border: none;
            line-height: 30px;
            font-size: 24px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 5px 0 0; } }
        @media (max-width: 1200px) {
          .sp-content-box-wrap .property-meta div i {
            display: none; } }

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.widget-subscribe > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .footer-area .widget-subscribe > div + div {
    border: none; }

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

.follow-block,
.subscribe-block {
  padding: 1em; }
  @media (min-width: 992px) {
    .follow-block,
    .subscribe-block {
      padding: 1.875em 2.5em; } }
  .footer-area .follow-block, .footer-area
  .subscribe-block {
    padding: 0; }

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

.follow-block__message {
  padding: 0 0 15px; }
  .footer-area .follow-block__message,
  .footer-area-wrap .follow-block__message {
    padding-bottom: 20px; }

.footer-area .follow-block + div {
  padding-top: 20px; }

.subscribe-block__form {
  padding-top: 7px; }
  .footer-area .subscribe-block__form,
  .footer-area-wrap .subscribe-block__form {
    padding-top: 2px; }

.subscribe-block__input-group {
  display: block; }
  @media (min-width: 544px) {
    .subscribe-block__input-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  @media (min-width: 768px) {
    .subscribe-block__input-group {
      display: block; } }
  @media (min-width: 992px) {
    .subscribe-block__input-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .sidebar-primary .subscribe-block__input-group,
  .idx-area .subscribe-block__input-group,
  .single-property .subscribe-block__input-group,
  .search-property .subscribe-block__input-group {
    display: block; }

.subscribe-block__input[type='email'] {
  height: auto;
  margin: 0 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -ms-flex-item-align: auto;
  align-self: auto;
  max-width: 297px; }
  @media (min-width: 768px) {
    .subscribe-block__input[type='email'] {
      margin: 0 10px 0 0; } }
  .sidebar-primary .subscribe-block__input[type='email'],
  .idx-area .subscribe-block__input[type='email'],
  .single-property .subscribe-block__input[type='email'],
  .search-property .subscribe-block__input[type='email'] {
    margin: 0;
    display: block; }
  .subscribe-block__input[type='email'].error, .subscribe-block__input[type='email']:invalid {
    background: #feedee; }
    .sidebar-primary .subscribe-block .subscribe-block__input[type='email'].error,
    .idx-area .subscribe-block .subscribe-block__input[type='email'].error, .sidebar-primary .subscribe-block .subscribe-block__input[type='email']:invalid,
    .idx-area .subscribe-block .subscribe-block__input[type='email']:invalid {
      background: #feedee; }

.subscribe-block__submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin: 10px 0 0; }
  @media (min-width: 992px) {
    .subscribe-block__submit {
      margin: 0; } }
  @media (min-width: 992px) {
    .sidebar-primary .subscribe-block__submit,
    .idx-area .subscribe-block__submit,
    .single-property .subscribe-block__submit,
    .search-property .subscribe-block__submit {
      margin: 10px 0 0; } }

.subscribe-block__message {
  padding: 0 0 15px; }
  .footer-area .subscribe-block__message,
  .footer-area-wrap .subscribe-block__message {
    padding-bottom: 20px; }

.subscribe-block__messages {
  font-size: .75em;
  padding: 5px; }

.subscribe-block__error {
  color: #fc4261; }

/*--------------------------------------------------------------
## 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 {
  padding: 20px; }
  @media (min-width: 768px) {
    .widget-taxonomy-tiles__content {
      position: absolute;
      z-index: 0;
      bottom: 0;
      left: 0;
      width: 100%; } }
  .footer-area .widget-taxonomy-tiles__content {
    position: relative; }
    @media (min-width: 768px) {
      .footer-area .widget-taxonomy-tiles__content {
        padding: 10px; } }
    @media (min-width: 1200px) {
      .footer-area .widget-taxonomy-tiles__content {
        position: absolute;
        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,
  .single-property .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
  .search-property .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
  .idx-area .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,
  .single-property .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
  .search-property .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
  .idx-area .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,
  .single-property .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .search-property .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .idx-area .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,
  .single-property .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
  .search-property .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
  .idx-area .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,
  .single-property .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .search-property .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .idx-area .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,
  .single-property .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .single-property .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content,
  .search-property .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .search-property .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content,
  .idx-area .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .idx-area .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__item:not(:first-child) {
  margin-top: 1.875em; }
  @media (min-width: 768px) {
    .custom-posts__item:not(:first-child) {
      margin-top: 0; } }

@media (min-width: 768px) {
  .custom-posts__item + .custom-posts__item {
    margin-top: 1.875em; } }

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

.custom-posts__item .post-thumbnail {
  margin: 0 0 1em; }
  @media (min-width: 1200px) {
    .custom-posts__item .post-thumbnail {
      float: left;
      margin: 0 1.875em 0 0; }
      .custom-posts__item .post-thumbnail + .post-content {
        overflow: hidden; } }
  .full-width-header-area .custom-posts__item .post-thumbnail,
  .before-content-area .custom-posts__item .post-thumbnail,
  .before-loop-area .custom-posts__item .post-thumbnail,
  .after-content-area .custom-posts__item .post-thumbnail,
  .after-content-area .custom-posts__item .post-thumbnail,
  .after-content-full-width-area .custom-posts__item .post-thumbnail {
    float: none;
    margin: 0 0 15px; }
  @media (min-width: 1200px) {
    .sidebar-1-4 .custom-posts__item .post-thumbnail,
    .sidebar-1-3 .custom-posts__item .post-thumbnail {
      max-width: 35%; } }
  .custom-posts__item .post-thumbnail .post__cats,
  .custom-posts__item .post-thumbnail .property-type {
    display: none; }
    .full-width-header-area .custom-posts__item .post-thumbnail .post__cats,
    .before-content-area .custom-posts__item .post-thumbnail .post__cats,
    .before-loop-area .custom-posts__item .post-thumbnail .post__cats,
    .after-content-area .custom-posts__item .post-thumbnail .post__cats,
    .after-content-area .custom-posts__item .post-thumbnail .post__cats,
    .after-content-full-width-area .custom-posts__item .post-thumbnail .post__cats, .full-width-header-area
    .custom-posts__item .post-thumbnail .property-type,
    .before-content-area
    .custom-posts__item .post-thumbnail .property-type,
    .before-loop-area
    .custom-posts__item .post-thumbnail .property-type,
    .after-content-area
    .custom-posts__item .post-thumbnail .property-type,
    .after-content-area
    .custom-posts__item .post-thumbnail .property-type,
    .after-content-full-width-area
    .custom-posts__item .post-thumbnail .property-type {
      display: block;
      position: absolute;
      top: 20px;
      left: 20px; }
  .custom-posts__item .post-thumbnail .property-type {
    padding: 16px 5px 5px;
    border-radius: 0 0 3px 3px;
    line-height: 1;
    font-size: 1rem;
    display: inline-block;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all; }

.custom-posts__item .post-content .entry-meta {
  margin: 10px 0 0; }
  .custom-posts__item .post-content .entry-meta span {
    margin: 0;
    display: inline-block; }
    .custom-posts__item .post-content .entry-meta span:not(:empty):not(:first-child):before {
      content: ' - '; }
    .custom-posts__item .post-content .entry-meta span a {
      margin: 0; }
  .full-width-header-area .custom-posts__item .post-content .entry-meta .post__cats,
  .before-content-area .custom-posts__item .post-content .entry-meta .post__cats,
  .before-loop-area .custom-posts__item .post-content .entry-meta .post__cats,
  .after-content-area .custom-posts__item .post-content .entry-meta .post__cats,
  .after-content-area .custom-posts__item .post-content .entry-meta .post__cats,
  .after-content-full-width-area .custom-posts__item .post-content .entry-meta .post__cats {
    display: none; }

.custom-posts__item .post-content .entry-header {
  margin: 0 0 9px; }
  .full-width-header-area .custom-posts__item .post-content .entry-header,
  .before-content-area .custom-posts__item .post-content .entry-header,
  .before-loop-area .custom-posts__item .post-content .entry-header,
  .after-content-area .custom-posts__item .post-content .entry-header,
  .after-content-area .custom-posts__item .post-content .entry-header,
  .after-content-full-width-area .custom-posts__item .post-content .entry-header {
    margin: 0 0 12px; }
  .custom-posts__item .post-content .entry-header h5 {
    margin: 20px 0 0; }
    .custom-posts__item .post-content .entry-header h5 + h5 {
      margin: 0; }
  @media (min-width: 1200px) {
    .sidebar-1-4 .custom-posts__item .post-content .entry-header h6,
    .sidebar-1-3 .custom-posts__item .post-content .entry-header h6 {
      font-size: 1rem; } }

.custom-posts__item .post-content .entry-content {
  font-size: .75rem; }
  .full-width-header-area .custom-posts__item .post-content .entry-content,
  .before-content-area .custom-posts__item .post-content .entry-content,
  .before-loop-area .custom-posts__item .post-content .entry-content,
  .after-content-area .custom-posts__item .post-content .entry-content,
  .after-content-area .custom-posts__item .post-content .entry-content,
  .after-content-full-width-area .custom-posts__item .post-content .entry-content {
    font-size: 1rem; }
    .full-width-header-area .custom-posts__item .post-content .entry-content p,
    .before-content-area .custom-posts__item .post-content .entry-content p,
    .before-loop-area .custom-posts__item .post-content .entry-content p,
    .after-content-area .custom-posts__item .post-content .entry-content p,
    .after-content-area .custom-posts__item .post-content .entry-content p,
    .after-content-full-width-area .custom-posts__item .post-content .entry-content p {
      margin: 0; }

.custom-posts__item .post-content .entry-footer {
  margin: 0; }
  .full-width-header-area .custom-posts__item .post-content .entry-footer,
  .before-content-area .custom-posts__item .post-content .entry-footer,
  .before-loop-area .custom-posts__item .post-content .entry-footer,
  .after-content-area .custom-posts__item .post-content .entry-footer,
  .after-content-area .custom-posts__item .post-content .entry-footer,
  .after-content-full-width-area .custom-posts__item .post-content .entry-footer {
    border-top: 1px solid #f0f0f0;
    padding: 15px 0 0;
    margin: 22px 0 0; }
  .custom-posts__item .post-content .entry-footer .btn {
    margin-top: 16px; }

.custom-posts__item .post-content .property-additional i, .custom-posts__item .post-content .property-location i {
  font-size: 2.25rem;
  line-height: 1;
  display: block;
  margin: 0 0 5px; }
  @media (min-width: 992px) {
    .custom-posts__item .post-content .property-additional i, .custom-posts__item .post-content .property-location i {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px 0 0; } }
  .custom-posts__item .post-content .property-additional i:before, .custom-posts__item .post-content .property-location i:before {
    margin: 0; }

.custom-posts__item .post-content .property-additional {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 14px;
  margin: 16px 0; }
  .custom-posts__item .post-content .property-additional span {
    margin: 0 10px 0 0;
    display: block; }
    @media (min-width: 992px) {
      .custom-posts__item .post-content .property-additional span {
        display: inline-block;
        vertical-align: middle; } }

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

/*--------------------------------------------------------------
## Real Estate Search
--------------------------------------------------------------*/
.widget-tm-re-search {
  position: relative;
  overflow: visible;
  -webkit-perspective: 800px;
  perspective: 800px; }
  .widget-tm-re-search__map {
    float: none;
    width: 100%;
    height: 400px;
    min-height: inherit; }
    @media (min-width: 768px) {
      .widget-tm-re-search__map {
        height: 500px; } }
    @media (min-width: 1200px) {
      .widget-tm-re-search__map {
        height: 660px; } }
  .widget-tm-re-search__not-found {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 20px; }
  .widget-tm-re-search--result {
    margin: 0; }
  .widget-tm-re-search__form {
    float: none;
    width: 100%;
    background: none;
    padding: 20px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media (min-width: 768px) {
      .widget-tm-re-search__form {
        padding: 20px; } }
    @media (min-width: 1200px) {
      .widget-tm-re-search__form {
        padding: 8px 0 9px; } }
    .footer-area .columns-3 .widget-tm-re-search__form,
    .footer-area .columns-4 .widget-tm-re-search__form,
    .sidebar-primary .widget-tm-re-search__form,
    .single-property .widget-tm-re-search__form,
    .search-property .widget-tm-re-search__form,
    .idx-area .widget-tm-re-search__form {
      padding: 0; }
    .widget-tm-re-search__form .widget-title {
      margin: 0 0 30px; }
    .widget-tm-re-search__form .tm-re-search-form__group {
      margin-bottom: 12px; }
      .widget-tm-re-search__form .tm-re-search-form__group label {
        margin: 0;
        display: block; }
      .widget-tm-re-search__form .tm-re-search-form__group .tm-re-search-form__label {
        margin: 0 0 4px;
        display: block; }
      .widget-tm-re-search__form .tm-re-search-form__group .tm-re-search-form__field-select {
        width: 100%; }
    .widget-tm-re-search__form-main {
      display: none; }
      .widget-tm-re-search__form-main .container {
        padding-left: 1.7855rem;
        padding-right: 1.7855rem; }
    .widget-tm-re-search__form-advanced .tm-re-search-form__group-button__close {
      display: none; }
    .widget-tm-re-search__form-advanced .container {
      padding-left: 0;
      padding-right: 0; }
    .widget-tm-re-search__form-advanced .tm-re-search-form__range {
      display: block; }
      .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field {
        width: 50%;
        float: left;
        margin: 0;
        overflow: hidden; }
        .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:first-child {
          border-radius: 3px 0 0 3px; }
        .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:last-child {
          border-radius: 0 3px 3px 0;
          border-left: 1px solid #f0f0f0; }
        .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:not(:first-child) {
          margin: 0; }
        @media (min-width: 768px) {
          .sidebar-primary .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field,
          .single-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field,
          .idx-area .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field,
          .search-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field {
            float: none;
            width: 100%; }
            .sidebar-primary .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:first-child,
            .single-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:first-child,
            .idx-area .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:first-child,
            .search-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:first-child {
              border-radius: 3px 3px 0 0; }
            .sidebar-primary .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:last-child,
            .single-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:last-child,
            .idx-area .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:last-child,
            .search-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:last-child {
              border-radius: 0 0 3px 3px;
              border-top: 1px solid #f0f0f0;
              border-left: none; } }
        @media (min-width: 1200px) {
          .sidebar-primary .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field,
          .single-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field,
          .idx-area .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field,
          .search-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field {
            width: 50%;
            float: left; }
            .sidebar-primary .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:first-child,
            .single-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:first-child,
            .idx-area .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:first-child,
            .search-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:first-child {
              border-radius: 3px 0 0 3px; }
            .sidebar-primary .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:last-child,
            .single-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:last-child,
            .idx-area .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:last-child,
            .search-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field:last-child {
              border-radius: 0 3px 3px 0;
              border-left: 1px solid #f0f0f0;
              border-top: none; } }
        .sidebar-primary .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field .tm-re-search-form__field,
        .single-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field .tm-re-search-form__field,
        .idx-area .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field .tm-re-search-form__field,
        .search-property .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field .tm-re-search-form__field {
          border: none; }
        .widget-tm-re-search__form-advanced .tm-re-search-form__range .tm-re-search-form__field .tm-re-search-form__field {
          width: 100%;
          float: none;
          border: none; }
      .widget-tm-re-search__form-advanced .tm-re-search-form__range:after {
        content: '';
        width: 0;
        display: block;
        clear: both; }
    .widget-tm-re-search__form-advanced .tm-re-search-form__group-button .tm-re-search-form__submit {
      width: 100%;
      padding: 11px 5px 12px; }
      .widget-tm-re-search__form-advanced .tm-re-search-form__group-button .tm-re-search-form__submit:before {
        content: '\e922';
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
        font-family: 'linearicons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1; }
  .full-width-header-area .widget-tm-re-search__form .tm-re-search-form__group .tm-re-search-form__field,
  .full-width-header-area .widget-tm-re-search__form .tm-re-search-form__group .jq-selectbox__select,
  .full-width-header-area .widget-tm-re-search__form .tm-re-search-form__group .jq-number__spin,
  .full-width-header-area .widget-tm-re-search__form .tm-re-search-form__group select {
    background: white; }
  .full-width-header-area .widget-tm-re-search__form-advanced {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all; }
    @media (min-width: 992px) {
      .full-width-header-area .widget-tm-re-search__form-advanced {
        padding-bottom: 71px; } }
    .full-width-header-area .widget-tm-re-search__form-advanced .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 0;
      padding-right: 0; }
      .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group-button__close {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        text-align: right;
        paddong-left: 1.7855rem;
        padding-right: 1.7855rem;
        margin: 0 0 10px; }
        @media (min-width: 992px) {
          .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group-button__close {
            margin: 0 0 27px; } }
      .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group {
        margin: 0;
        padding: 0 1.7855rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%; }
        @media (min-width: 544px) {
          .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
            flex: 1 0 50%;
            max-width: 50%; } }
        @media (min-width: 768px) {
          .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 33.3334%;
            flex: 1 0 33.3334%;
            max-width: 33.3334%; } }
        @media (min-width: 992px) {
          .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 20%;
            flex: 1 0 20%;
            max-width: 20%; } }
        .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group input,
        .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group .jq-selectbox__select {
          padding: 14px 10px 15px; }
          @media (min-width: 1200px) {
            .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group input,
            .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group .jq-selectbox__select {
              padding: 14px 20px 15px; } }
        .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group .jq-selectbox li {
          padding-left: 10px;
          padding-right: 10px; }
          @media (min-width: 1200px) {
            .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group .jq-selectbox li {
              padding-left: 20px;
              padding-right: 20px; } }
      .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group-button {
        padding: 0 1.7855rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin: 15px 0 0; }
        @media (min-width: 544px) {
          .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group-button {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
            flex: 1 0 50%;
            max-width: 50%;
            margin: 0; } }
        @media (min-width: 768px) {
          .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group-button {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            max-width: 100%;
            margin: 20px 0 0; } }
        @media (min-width: 992px) {
          .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group-button {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 20%;
            flex: 1 0 20%;
            max-width: 20%;
            margin: 0; } }
      .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group {
        margin: 15px 0 0; }
        @media (min-width: 992px) {
          .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group {
            margin: 0; } }
        @media (min-width: 992px) {
          .full-width-header-area .widget-tm-re-search__form-advanced .container .tm-re-search-form__group:nth-of-type(n+7) {
            margin-top: 11px; } }
      .full-width-header-area .widget-tm-re-search__form-advanced .container .jq-number {
        padding: 0 25px 0 0; }
        @media (min-width: 1200px) {
          .full-width-header-area .widget-tm-re-search__form-advanced .container .jq-number {
            padding: 0 36px 0 0; } }
        .full-width-header-area .widget-tm-re-search__form-advanced .container .jq-number .jq-number__spin {
          width: 25px; }
          @media (min-width: 1200px) {
            .full-width-header-area .widget-tm-re-search__form-advanced .container .jq-number .jq-number__spin {
              width: 36px; } }
          .full-width-header-area .widget-tm-re-search__form-advanced .container .jq-number .jq-number__spin:after {
            left: 7px; }
            @media (min-width: 1200px) {
              .full-width-header-area .widget-tm-re-search__form-advanced .container .jq-number .jq-number__spin:after {
                left: 14px; } }
  .full-width-header-area .widget-tm-re-search__form-main {
    display: block; }
    @media (min-width: 768px) {
      .full-width-header-area .widget-tm-re-search__form-main .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 768px) {
      .full-width-header-area .widget-tm-re-search__form-main .container input,
      .full-width-header-area .widget-tm-re-search__form-main .container select,
      .full-width-header-area .widget-tm-re-search__form-main .container .jq-selectbox__select {
        border-radius: 0; } }
    .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__group {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__group {
          margin: 0; } }
      @media (min-width: 1200px) {
        .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__group input[name="s"] {
          min-width: 600px; } }
      .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__group:first-of-type {
        position: relative; }
        @media (min-width: 768px) {
          .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__group:first-of-type input {
            border-radius: 3px 0 0 3px; } }
        .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__group:first-of-type:before {
          content: "\e922";
          position: absolute;
          top: 0;
          left: 20px;
          z-index: 10;
          font-size: 1.25em;
          font-family: 'linearicons';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          height: 43px;
          line-height: 43px; }
      @media (min-width: 768px) {
        .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__group:not(:first-of-type) input,
        .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__group:not(:first-of-type) select,
        .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__group:not(:first-of-type) .jq-selectbox__select {
          border-left: 1px solid #f0f0f0; } }
      .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__group .jq-selectbox__dropdown {
        border-top: 1px solid #f0f0f0; }
    .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__field[name="s"] {
      font-size: 1rem;
      position: relative;
      padding-left: 50px; }
    .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__submit {
      margin: 0;
      height: 43px;
      display: block;
      padding: 0 30px;
      line-height: 43px; }
      @media (min-width: 768px) {
        .full-width-header-area .widget-tm-re-search__form-main .container .tm-re-search-form__submit {
          display: inline-block;
          border-radius: 0 3px 3px 0; } }
  .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__open,
  .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__close {
    padding: 0;
    background-color: transparent;
    border-radius: 0; }
    .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__open i,
    .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__close i {
      margin-right: 5px;
      font-size: 20px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: 333ms all;
      -o-transition: 333ms all;
      transition: 333ms all; }
    .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__open span,
    .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__close span {
      font-weight: normal; }
    .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__open:hover i,
    .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__close:hover i {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__close i {
    font-size: 13px;
    vertical-align: bottom; }
  .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__close:hover i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__open {
    margin: 20px 0 0; }
    @media (min-width: 768px) {
      .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__open {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 20px 0 0; } }
    @media (min-width: 992px) {
      .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__open {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin: 0 0 0 20px; } }
    .full-width-header-area .widget-tm-re-search .tm-re-search-form__toggle-forms__open span {
      border-bottom: 1px dashed; }
  .full-width-header-area .widget-tm-re-search.toggled .widget-tm-re-search__form-advanced {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: visible; }

@media (max-width: 767px) {
  .tm-re-map .tm-property__inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; } }

/*
.tm-re-map {
	// Infowindow
	.tm-property__inner {
		font-size: 1rem;
		line-height: 1.5;
		overflow: hidden;
		background: white;
		min-width: 320px;
		padding: 5px;
		display: flex;
		@include media-breakpoint-down(sm) {
			//min-width: 200px;
		}

		.tm-property__photo,
		.tm-property-info__image {
			flex-shrink: 0;
			margin: 0 14px 0 0;
			@include media-breakpoint-down(sm) {
				margin: 0 0 8px 0;
				min-width: 100%;
			}

			& + div {
				overflow: hidden;
				padding: 0 20px 0 0;
			}
		}
		.tm-property-info {
			&__content {
				display: flex;
				flex-direction: column;
				justify-content: center;
			}
			&__title {
				margin: 0;
				line-height: 1.3;

				& + h6 {
					margin: 0;
				}
			}
			&__price {
				font-weight: bold;
			}
		}
	}
	
	.gm-style-iw {
		// Truncate title
		.tm-property-info__title,
		.tm-property__title {
			height: 2.4em;
			font-size: 16px;
			line-height: 1.2em;
			margin: 0 0 2px;

			a {
				display: block;
				position: relative;
				height: 2.4em;
				line-height: 1.2em;
				overflow: hidden;

				&:after {
					content: '';
					text-align: right;
					position: absolute;
					bottom: 0;
					right: 0;
					width: 70%;
					height: 1.2em;
					background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
				}
			}
		}

		// Agent page infowindow
		.tm-property {
			&__inner {
				align-items: center;
			}
			&__photo {
				margin: 0 20px 0 0;
				padding: 0;

				img {
					max-width: 131px !important;
				}
			}
			&__image {
				margin: 0;
			}
			&__content {
				display: flex;
				flex-direction: column;
			}
			&__title {
				order: 1;
			}
			&__attributes,
			&__status,
			&__excerpt,
			&__location,
			&__more {
				display: none;
			}
		}
	}
	// Google maps info window
	.tm-re-iw {
		transition: 333ms top;

		.gm-style-iw {
			width: 100% !important;

			> div {
				max-width: 100% !important;
			}
		}
	}

	.tm-re-iw,
	.tm-re-iw > div:first-child > div:last-child {

		@include media-breakpoint-down(sm) {
			width: 200px !important;
		}
	}

	// Google infowindow styles 
	// white background and box outline 
	.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
		background-color: transparent !important;
		box-shadow: none !important;
		width: auto !important;
		height: auto !important;
		border: none !important;
	}

	// arrow colour 
	
	.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
		display: none;
	}

	// positioning of infowindow 
	.gm-style-iw {
		top: 0 !important;
		left: 0 !important;
		overflow: visible !important;
		position: relative;
		.tm-property--agent & {
			left: -38px !important;
		}
		&:after {
			content: '';
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 12px 12.5px 0 12.5px;
			border-color: white transparent transparent transparent;
			position: absolute;
			bottom: -4px;
			left: 50%;
			margin-left: -19px;
		}
		> div {
			box-shadow: 4px 5px 20px rgba(0,0,0,.3);
		}
	}
}
*/
.tm-agent-locations .tm-property__inner {
  max-width: 100% !important; }
  .tm-agent-locations .tm-property__inner .tm-property__content {
    overflow: hidden; }
    .tm-agent-locations .tm-property__inner .tm-property__content .tm-property__title {
      margin-top: 0; }
  .tm-agent-locations .tm-property__inner .tm-property__photo {
    overflow: hidden;
    float: left; }
    .tm-agent-locations .tm-property__inner .tm-property__photo .tm-property__status {
      position: absolute;
      margin: 5px 5px 10px; }
  .tm-agent-locations .tm-property__inner .tm-property__image {
    margin-right: 20px; }
  .tm-agent-locations .tm-property__inner .tm-property__location, .tm-agent-locations .tm-property__inner .tm-property__attributes {
    margin-bottom: 10px; }

.tm-agent-locations .tm-re-map .gm-style-iw .tm-property__photo img {
  max-width: 200px !important; }

.tm-re-map .tm-property__inner {
  max-width: 200px; }
  .tm-re-map .tm-property__inner .tm-property-info__area, .tm-re-map .tm-property__inner .tm-property-info__bedrooms, .tm-re-map .tm-property__inner .tm-property-info__bathrooms {
    margin-left: -5px; }
  .tm-re-map .tm-property__inner .tm-property__location, .tm-re-map .tm-property__inner .tm-property__attributes {
    margin-bottom: 10px; }

.tm-re-map .tm-property__inner > *:not(.tm-property-info__image):not(.tm-property__image):not(.tm-property__photo) {
  padding: 0; }

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%; }

.wpcf7 .wpcf7-not-valid {
  border-color: #feedee;
  background: rgba(254, 237, 238, 0.1); }

.wpcf7 .wpcf7-not-valid-tip {
  background: #feedee;
  border-color: #fc4261; }

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

.wpcf7 .wpcf7-mail-sent-ok {
  background: #86d563; }

/*--------------------------------------------------------------
## Idx
--------------------------------------------------------------*/
/* Widgets */
.widget.dsidx-widget-single-listing-wrap {
  padding: 0;
  border: none; }
  .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing {
    width: 100%;
    border: none;
    padding: 20px; }
    .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .widget-title {
      padding: 0;
      margin: 0 0 30px !important; }
    .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-photos {
      width: 260px;
      max-width: 100%;
      margin: 0 0 20px; }
      .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-photos .dsidx-widget-single-listing-slideshow-control {
        background: none;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        color: white;
        text-align: center;
        padding: 0;
        -webkit-transition: 333ms all;
        -o-transition: 333ms all;
        transition: 333ms all; }
        .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-photos .dsidx-widget-single-listing-slideshow-control:before {
          position: absolute;
          width: 50px;
          height: 50px;
          top: 0;
          left: 0;
          text-indent: 0;
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          /* Support for all WebKit browsers. */
          -webkit-font-smoothing: antialiased;
          /* Support for Firefox. */
          -moz-osx-font-smoothing: grayscale;
          /* Support for IE. */
          -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
          font-size: 36px;
          line-height: 50px; }
      .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-photos .dsidx-widget-single-listing-slideshow-prev {
        left: 10px; }
        .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-photos .dsidx-widget-single-listing-slideshow-prev:before {
          content: 'keyboard_arrow_left'; }
      .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-photos .dsidx-widget-single-listing-slideshow-next {
        right: 10px; }
        .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-photos .dsidx-widget-single-listing-slideshow-next:before {
          content: 'keyboard_arrow_right'; }
    .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-meta {
      background: none;
      font-size: .75em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-details {
      padding: 0;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-detail {
      font-weight: normal; }
      .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-detail-description {
        color: inherit;
        vertical-align: 0; }
    .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-photo-count {
      display: none; }
    .widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-body .dsidx-widget-single-listing-price {
      color: inherit;
      background: none;
      padding: 0;
      font-size: 1.6em;
      margin: 0 0 15px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }

.widget.dsidx-widget-list-areas .widget-title {
  margin: 0 0 26px; }

.widget.dsidx-widget-list-areas ul li {
  font-size: .75em;
  padding: 1px 0 2px; }
  .widget.dsidx-widget-list-areas ul li:before {
    content: '\e77a';
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-family: 'linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; }

.widget.dsidx-widget-listings .dsidx-results-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-controls {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 10px;
    padding: 0;
    font-size: 0;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-controls a {
      padding: 5px !important;
      font-weight: bolder;
      border: 1px solid #f0f0f0 !important;
      font-size: 1rem;
      background: #f9f9f9; }
      @media (min-width: 992px) {
        .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-controls a {
          white-space: nowrap;
          margin-bottom: 5px;
          margin-right: -1px; } }
      @media (max-width: 1199px) {
        .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-controls a {
          display: block !important;
          width: 100%; } }
      .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-controls a:first-letter {
        text-transform: uppercase; }
      .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-controls a:hover {
        background: none !important; }
        @media (min-width: 992px) {
          .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-controls a:hover {
            border-bottom-color: transparent !important; } }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-list,
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-map,
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-expanded,
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-list[style="display: block;"] ~ .dsidx-controls a[data-panel="list"] {
    background: none !important; }
    @media (min-width: 992px) {
      .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-list[style="display: block;"] ~ .dsidx-controls a[data-panel="list"] {
        border-bottom-color: transparent !important; } }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-map[style="display: block;"] ~ .dsidx-controls a[data-panel="map"] {
    background: none !important; }
    @media (min-width: 992px) {
      .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-map[style="display: block;"] ~ .dsidx-controls a[data-panel="map"] {
        border-bottom-color: transparent !important; } }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-expanded[style="display: block;"] ~ .dsidx-controls a[data-panel="expanded"] {
    background: none !important; }
    @media (min-width: 992px) {
      .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-expanded[style="display: block;"] ~ .dsidx-controls a[data-panel="expanded"] {
        border-bottom-color: transparent !important; } }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow[style="display: block;"] ~ .dsidx-controls a[data-panel="slideshow"] {
    background: none !important; }
    @media (min-width: 992px) {
      .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow[style="display: block;"] ~ .dsidx-controls a[data-panel="slideshow"] {
        border-bottom-color: transparent !important; } }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-list {
    margin-top: 7px !important; }
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-list li {
      padding: 10px 0 !important; }
      .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-list li a {
        opacity: 1;
        padding: 0;
        font-size: 1rem !important;
        line-height: 1.2 !important;
        font-weight: bolder; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow .dsidx-slideshow-control {
    display: inline-block;
    overflow: hidden;
    background: none;
    border: none;
    text-indent: -9999px; }
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow .dsidx-slideshow-control:before {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      text-indent: 0;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      font-size: 36px;
      line-height: .5; }
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow .dsidx-slideshow-control.dsidx-move-up:before {
      content: 'expand_less'; }
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow .dsidx-slideshow-control.dsidx-move-down:before {
      content: 'expand_more'; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow ul li.featured-listing .dsidx-photo {
    margin-right: 20px;
    margin-bottom: 20px; }
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow ul li.featured-listing .dsidx-photo + * {
      overflow: hidden; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow ul li.featured-listing h4 {
    margin-top: 5px !important;
    margin-bottom: 10px !important; }
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow ul li.featured-listing h4 a {
      font-size: 1rem !important; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow ul li.featured-listing p span {
    font-size: .75rem !important; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-slideshow ul li.featured-listing p .price {
    font-size: 1rem !important;
    margin-top: 10px; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-expanded div.featured-listing .dsidx-photo,
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-map div.featured-listing .dsidx-photo {
    margin-right: 20px;
    margin-bottom: 20px; }
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-expanded div.featured-listing .dsidx-photo + *,
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-map div.featured-listing .dsidx-photo + * {
      overflow: hidden; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-expanded div.featured-listing h4,
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-map div.featured-listing h4 {
    margin-left: 120px !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important; }
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-expanded div.featured-listing h4 a,
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-map div.featured-listing h4 a {
      font-size: 1rem !important; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-expanded div.featured-listing ul,
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-map div.featured-listing ul {
    margin-left: 120px !important; }
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-expanded div.featured-listing ul li,
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-map div.featured-listing ul li {
      font-size: .75rem !important; }
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-expanded div.featured-listing ul .price,
    .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-map div.featured-listing ul .price {
      font-size: 1rem !important;
      margin-top: 10px !important; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-map {
    margin-top: 25px; }
  .widget.dsidx-widget-listings .dsidx-results-widget .dsidx-results-widget-map-details {
    margin-top: 20px; }

.widget.dsidx-widget-guided-search .dsidx-resp-search-form .dsidx-resp-area, .widget.dsidx-widget-quick-search .dsidx-resp-search-form .dsidx-resp-area {
  margin: 5px 0; }
  .widget.dsidx-widget-guided-search .dsidx-resp-search-form .dsidx-resp-area label, .widget.dsidx-widget-quick-search .dsidx-resp-search-form .dsidx-resp-area label {
    font-size: .75em;
    margin: 0 0 5px; }
  .widget.dsidx-widget-guided-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit, .widget.dsidx-widget-quick-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit {
    text-align: left; }
    .widget.dsidx-widget-guided-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"], .widget.dsidx-widget-quick-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"] {
      margin: 20px 0 0;
      line-height: 1;
      display: inline-block;
      padding: .75em .9375em;
      cursor: pointer;
      text-align: center;
      vertical-align: middle;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: 333ms all;
      -o-transition: 333ms all;
      transition: 333ms all;
      border-radius: 3px;
      font-weight: bold; }
      @media (min-width: 1200px) {
        .widget.dsidx-widget-guided-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"], .widget.dsidx-widget-quick-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"] {
          padding: 14px 30px 15px; } }
      .widget.dsidx-widget-guided-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"]:active, .widget.dsidx-widget-guided-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"]:focus, .widget.dsidx-widget-quick-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"]:active, .widget.dsidx-widget-quick-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"]:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .widget.dsidx-widget-guided-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"] i, .widget.dsidx-widget-quick-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"] i {
        display: inline-block;
        vertical-align: middle; }
        .widget.dsidx-widget-guided-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"] i + .btn__text, .widget.dsidx-widget-quick-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"] i + .btn__text {
          margin: 0 0 0 5px; }
      .widget.dsidx-widget-guided-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"] .btn__text + i, .widget.dsidx-widget-quick-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"] .btn__text + i {
        margin: 0 0 0 5px; }
      .widget.dsidx-widget-guided-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"].btn-default, .widget.dsidx-widget-quick-search .dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit input[type="submit"].btn-default {
        padding-left: 20px;
        padding-right: 20px; }

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

/*--------------------------------------------------------------
## 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: 10.5px;
    font-size: 0.75rem; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  padding: 0; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 62.33%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

/* Facebook embed */
.fb_iframe_widget {
  max-width: 100%; }
  .fb_iframe_widget > span {
    max-width: 100%; }
