<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:         Crush
Theme URI:          http://crush.osthemes.biz/
Description:        crush theme framework is a WordPress starter theme based on HTML5 Boilerplate &amp; Bootstrap. &lt;a href="http://crush.osthemes.biz/"&gt;Visit site&lt;/a&gt;
Version:            1.0
Author:             osthemes
Author URI:         http://osthemes.biz/
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		crush
Domain Path: 		/languages/
*/
/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Animate
 * 3.0 - Template
 * 4.0 - Header
 * 5.0 - Footer
 * 6.0 - Widget
 * 7.0 - Blog
 * ----------------------------------------------------------------------------
 */
.heading-font {
  font-family: #222222;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.fz-11 {
  font-size: 11px;
}
.fz-15 {
  font-size: 15px;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f9f9f9;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #bc8e5c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -ms-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #888888;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 84%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
  text-justify: distribute;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #888888;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #888888;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #888888;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1230px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.relative-block {
  position: relative;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 128;
}
.inline-block-wrapper {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0;
}
.inline-block-wrapper &gt; * {
  font-size: 1rem;
  vertical-align: top;
}
.overlay-container {
  position: relative;
}
.overlay-container.hover-effect .overlay {
  transition: all 0.3s;
  opacity: 0;
}
.overlay-container.hover-effect:hover .overlay {
  opacity: 1;
}
.cell-wrapper {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
.cell-wrapper .cell-middle {
  display: table-cell;
  vertical-align: middle;
}
a {
  transition: all 0.3s;
  animation-timing-function: ease;
}
.fz-11 {
  font-size: 11px;
}
.fz-15 {
  font-size: 15px;
}
.btn {
  border: none;
  background-color: #111111;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1.8;
  font-size: 10px;
  padding: 10px 35px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}
.btn:hover {
  background-color: #dd0000;
}
.nomb {
  margin-bottom: 0 !important;
}
.nomt {
  margin-top: 0 !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.parallax-bg-container {
  position: relative;
}
.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position-x: 50%;
  z-index: -1;
  background-attachment: fixed;
}
.form-element {
  width: 100%;
  height: 50px;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  padding: 15px;
  font-family: 'Raleway';
  font-weight: normal;
}
h1.page-heading {
  font-family: 'Montserrat';
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}
.hr-72 {
  display: block;
  width: 72px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  border-top: 2px solid #444444;
  padding: 0;
}
html {
  font-family: 'Raleway';
  color: #333333;
  background-color: #f9f9f9;
  font-size: 13px;
}
html body {
  position: relative;
}
html a {
  color: #bc8e5c;
}
hr {
  width: 100%;
  background-color: #eeeeee;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 36px;
  font-family: 'Montserrat';
}
h1 {
  font-size: 36px;
  font-family: 'Montserrat';
}
h2 {
  font-size: 25px;
  font-family: 'Montserrat';
}
h3 {
  font-size: 18px;
  font-family: 'Montserrat';
}
h4 {
  font-size: 16px;
  font-family: 'Montserrat';
}
h5 {
  font-size: 13px;
  font-family: 'Montserrat';
}
h6 {
  font-size: 12px;
  font-family: 'Montserrat';
}
@media (min-width: 992px) {
  body {
    right: 0 !important;
  }
}
/* Start Main Nav */
.main-nav {
  background-color: #111111;
  color: #ffffff;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}
.main-nav .brand {
  float: left;
  font-size: 16px;
  line-height: 48px;
  display: block;
}
.main-nav .brand a {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.main-nav .brand a:hover {
  background-color: #111111;
}
.main-nav .brand a img {
  height: 25px;
}
.main-nav a {
  color: inherit;
  text-decoration: none;
  display: block;
  line-height: 30px;
  padding: 9px 20px;
}
.main-nav ul,
.main-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav .nav-content li {
  position: relative;
  display: block;
}
.main-nav .nav-content li &gt; a {
  padding-right: 20px;
}
.main-nav .nav-content li:hover &gt; a {
  background-color: #dd0000;
}
.main-nav .nav-content li ul {
  z-index: 100;
}
.main-nav .nav-content li ul li:first-child {
  border-top: 1px solid #dd0000;
  margin-top: -1px;
}
.main-nav .nav-content li ul li:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dd0000;
  background-clip: padding-box;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.main-nav .nav-content &gt; li {
  float: left;
}
.main-nav .nav-content &gt; li ul {
  display: none;
  opacity: 0;
  position: absolute;
  background-color: #111111;
  width: 250px;
}
.main-nav .nav-content &gt; li ul ul {
  left: 100%;
  top: 0;
  border-left: 1px solid #dd0000;
}
.main-nav .nav-content &gt; li ul a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-nav .nav-content li:hover &gt; ul {
  animation: fadeIn 0.3s;
  opacity: 1;
  transition: display 0s, opacity 0.3s;
  display: block;
}
.main-nav .nav-content ul li:hover &gt; a {
  padding-left: 25px;
}
.main-nav .mobile-nav {
  position: fixed;
  background-color: #111111;
  height: 100vh;
  overflow: auto;
  width: 250px;
  z-index: 100;
  right: -250px;
  transition: all 0.3s;
}
.main-nav .mobile-nav a:hover {
  background-color: #777;
}
.main-nav .mobile-nav &gt; li .active + ul {
  background-color: #444;
}
.main-nav .mobile-nav &gt; li &gt; ul &gt; li .active + ul {
  background-color: #555;
}
.main-nav li.li-node-1 &gt; a {
  position: relative;
}
.main-nav li.li-node-1 &gt; a:before {
  content: '\f107';
  position: absolute;
  line-height: 20px;
  margin-top: -10px;
  top: 50%;
  display: block;
  margin-left: 5px;
  right: 10px;
  z-index: 20;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s;
}
.main-nav li.li-node-2 &gt; a {
  position: relative;
}
.main-nav li.li-node-2 &gt; a:before {
  content: '\f105';
  position: absolute;
  line-height: 20px;
  margin-top: -10px;
  top: 50%;
  right: 10px;
  z-index: 20;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s;
}
.main-nav .toggle-icon {
  line-height: inherit;
  height: 48px;
  font-size: 13px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.main-nav .search-btn a {
  padding: 9px 10px;
  font-size: 13px;
  display: block;
}
.main-nav .search-btn a:hover {
  background-color: #dd0000;
}
.main-nav .nav-overlay {
  display: none;
}
.main-nav .active:before {
  transform: rotate(90deg);
}
.main-nav .social-nav-wrapper {
  display: inline-block;
  height: 48px;
}
@media (min-width: 992px) {
  .header-mobile-wrapper {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-mobile-wrapper {
    display: block;
  }
}
body {
  right: 0;
  transition: all 0.3s;
}
.mobile-toggle {
  right: 50px;
}
.mobile-toggle .mobile-nav {
  right: 0 !important;
}
.nav-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
}
/* End Main Nav */
header.header-no-bg {
  background-image: none;
}
header.header-no-bg .overlay {
  background-image: none;
  background-color: transparent;
}
header.header-no-bg .header-content {
  color: #333333;
}
header.header-no-bg .header-content p {
  color: inherit;
}
.footer .footer-social-nav {
  background-color: #111111;
  overflow: auto;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Montserrat';
}
.footer .footer-social-nav:before,
.footer .footer-social-nav:after {
  content: " ";
  display: table;
}
.footer .footer-social-nav:after {
  clear: both;
}
.footer .footer-social-nav:before,
.footer .footer-social-nav:after {
  content: " ";
  display: table;
}
.footer .footer-social-nav:after {
  clear: both;
}
.footer .footer-social-nav ul {
  padding: 0;
  margin: 0;
  letter-spacing: -4px;
  text-align: center;
}
.footer .footer-social-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: initial;
  float: left;
  width: 20%;
}
.footer .footer-social-nav ul li:nth-child(2n) {
  background-color: #dd0000;
}
@media (max-width: 768px) {
  .footer .footer-social-nav ul li {
    width: 100%;
  }
}
.footer .footer-social-nav ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.footer .footer-social-nav ul li a i {
  margin-right: 10px;
}
.footer .footer-gallery:before,
.footer .footer-gallery:after {
  content: " ";
  display: table;
}
.footer .footer-gallery:after {
  clear: both;
}
.footer .footer-gallery:before,
.footer .footer-gallery:after {
  content: " ";
  display: table;
}
.footer .footer-gallery:after {
  clear: both;
}
.footer .footer-gallery ul {
  padding: 0;
  margin: 0;
}
.footer .footer-gallery ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 12.5%;
  height: auto;
  float: left;
}
.footer .footer-gallery ul li img {
  width: 100%;
}
.footer .footer-information {
  background-color: #f9f9f9;
  font-family: 'Montserrat';
  font-size: 11px;
  height: 62px;
}
.footer .footer-information p {
  font-size: inherit;
  margin: 0;
  text-align: center;
  line-height: 2;
  padding-right: 5%;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .footer .footer-gallery ul li {
    width: 25%;
  }
  .footer .footer-information {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .footer .footer-gallery ul li {
    display: none;
  }
}
.social-nav-circle {
  color: #ffffff;
}
.social-nav-circle ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: inline-block;
}
.social-nav-circle ul li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  letter-spacing: initial;
  display: inline-block;
}
.social-nav-circle ul li a {
  display: block;
  color: inherit;
  background-color: #222222;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}
.social-nav-circle ul li a:hover {
  background-color: #bc8e5c;
}
.social-nav-circle ul li:last-child {
  margin-right: 0px;
}
.social-nav-circle.mr10 ul li {
  margin-right: 10px;
}
.social-nav-circle.mr16 ul li {
  margin-right: 16px;
}
.social-nav-normal {
  display: inline-block;
  font-size: 15px;
}
.social-nav-normal ul {
  padding: 0;
  margin: 0;
}
.social-nav-normal ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.social-nav-normal ul li a {
  display: block;
  padding: 0;
  margin-right: 8px;
  margin-left: 7px;
  color: inherit;
}
.social-nav-normal ul li a i {
  font-size: inherit;
  color: inherit;
}
.social-nav-normal ul li a i:hover {
  color: #bc8e5c;
  background-color: inherit;
}
.social-nav-normal ul li a:hover {
  background-color: inherit;
}
.widget {
  border: 1px solid #eeeeee;
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 35px;
  background-color: #ffffff;
}
.widget .widget-featured {
  overflow: auto;
  width: 100%;
}
.widget .widget-featured img {
  width: 100%;
  height: auto;
  padding-top: 35px;
}
.widget .widget-header {
  text-align: center;
  padding-top: 25px;
  font-family: 'Montserrat';
}
.widget .widget-header:before,
.widget .widget-header:after {
  content: " ";
  display: table;
}
.widget .widget-header:after {
  clear: both;
}
.widget .widget-header:before,
.widget .widget-header:after {
  content: " ";
  display: table;
}
.widget .widget-header:after {
  clear: both;
}
.widget .widget-header h6 {
  margin: 0;
  padding-bottom: 24px;
}
.widget .widget-header.border-bottom {
  margin-bottom: 25px;
}
.widget .widget-header.border-bottom h6 {
  border-bottom: 1px solid #eeeeee;
}
.widget .widget-footer {
  margin-bottom: 30px;
}
.widget .widget-content {
  overflow: visible;
  font-size: 11px;
  margin-bottom: 25px;
}
.widget .widget-content .about-me {
  text-align: center;
}
.widget .widget-content .about-me p {
  margin: 0;
  margin-top: -10px;
  padding: 0;
  font-size: 12px;
}
.widget .widget-content ul.link-nav {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
  padding-left: 8px;
}
.widget .widget-content ul.link-nav li:first-child {
  padding: 0px;
}
.widget .widget-content ul.link-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 18px;
}
.widget .widget-content ul.link-nav li a {
  text-decoration: none;
  color: inherit;
}
.widget .widget-content ul.link-nav li a span {
  margin-left: 5px;
  opacity: 0.6;
}
.widget .widget-content ul.link-nav li a:hover {
  color: #bc8e5c;
}
.widget .widget-content ul.thumbnail-nav {
  margin: 0;
  padding: 0;
}
.widget .widget-content ul.thumbnail-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 22px;
}
.widget .widget-content ul.thumbnail-nav li:before,
.widget .widget-content ul.thumbnail-nav li:after {
  content: " ";
  display: table;
}
.widget .widget-content ul.thumbnail-nav li:after {
  clear: both;
}
.widget .widget-content ul.thumbnail-nav li:before,
.widget .widget-content ul.thumbnail-nav li:after {
  content: " ";
  display: table;
}
.widget .widget-content ul.thumbnail-nav li:after {
  clear: both;
}
.widget .widget-content ul.thumbnail-nav li img {
  float: left;
  width: 68px;
  height: 68px;
  margin-right: 10px;
}
.widget .widget-content ul.thumbnail-nav li .thumbnail-info {
  overflow: hidden;
}
.widget .widget-content ul.thumbnail-nav li .thumbnail-info a {
  color: inherit;
  text-decoration: none;
  font-family: 'Montserrat';
}
.widget .widget-content ul.thumbnail-nav li .thumbnail-info span {
  font-style: italic;
}
.widget .widget-content ul.thumbnail-gallery {
  margin: 0;
  padding: 0;
  overflow: auto;
  margin-right: -3px;
}
.widget .widget-content ul.thumbnail-gallery li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 33.33333333%;
  padding-right: 3px;
  padding-bottom: 3px;
  float: left;
}
.widget .widget-content ul.thumbnail-gallery li:before,
.widget .widget-content ul.thumbnail-gallery li:after {
  content: " ";
  display: table;
}
.widget .widget-content ul.thumbnail-gallery li:after {
  clear: both;
}
.widget .widget-content ul.thumbnail-gallery li:before,
.widget .widget-content ul.thumbnail-gallery li:after {
  content: " ";
  display: table;
}
.widget .widget-content ul.thumbnail-gallery li:after {
  clear: both;
}
.widget .widget-content ul.thumbnail-gallery li img {
  width: 100%;
}
.widget .widget-content .fb-wrapper {
  box-sizing: border-box;
  width: 100%;
}
.widget .widget-content .tweets-content {
  font-family: 'Montserrat';
  font-size: 12px;
  line-height: 2.2;
  outline: none;
}
.widget .widget-content .tweets-content &gt; div {
  margin-bottom: 20px;
}
.widget .widget-content .tweets-content &gt; div:last-child {
  margin-bottom: 0px;
}
.widget .widget-content .slick-dots {
  position: static;
  margin-top: 20px;
  margin-bottom: 40px;
}
.widget .widget-content .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}
.widget .widget-content .slick-dots li button {
  width: 10px;
  height: 10px;
}
.widget .widget-content .slick-dots li button:before {
  font-size: 8px;
  opacity: 1;
  color: #eeeeee;
}
.widget .widget-content .slick-dots li.slick-active button:before {
  color: #888888;
}
.widget .widget-content .advertise {
  max-width: 270px;
  position: relative;
  margin: 0px -30px -30px -30px;
  color: #ffffff;
  z-index: 10;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.widget .widget-content .advertise &gt; a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0px;
  z-index: 200;
}
.widget .widget-content .advertise &gt; img {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.widget .widget-content .advertise .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.widget .widget-content .advertise .overlay img {
  width: 164px;
  height: auto;
}
.widget .widget-content .advertise .overlay .cell-wrapper {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  border: 1px solid #F9F9F9;
}
.widget .widget-content .advertise .overlay .cell-wrapper .cell-middle {
  font-family: 'Montserrat';
}
.widget .widget-content .advertise .overlay .cell-wrapper .cell-middle h4 {
  font-size: 18px;
}
.widget .widget-content .advertise .overlay .cell-wrapper .cell-middle p {
  font-size: 12px;
}
.widget .widget-content .advertise:hover &gt; img {
  transform: scale(1.1);
}
@media (max-width: 1230px) {
  .fb-like {
    display: none;
  }
  .ads {
    display: none;
  }
}
.post-quote-small {
  position: relative;
  width: 100%;
  height: auto;
  font-family: 'Montserrat';
  color: #ffffff;
  margin-bottom: 40px;
}
.post-quote-small img {
  width: 100%;
}
.post-quote-small .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.post-quote-small .overlay .icon-wrapper {
  display: inline-block;
  border: 2px solid #ffffff;
  width: 47px;
  height: 47px;
  margin-bottom: 10px;
  line-height: 50px;
}
.post-quote-small .overlay .icon-wrapper i {
  font-size: 23px;
}
.post-quote-small .overlay h4 {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 18px;
}
.post-quote-small .overlay h3 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 13px;
  font-family: 'Montserrat';
  font-style: italic;
  line-height: 2;
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 480px) {
  .post-quote-small .overlay .icon-wrapper {
    margin-bottom: 10px;
  }
  .post-quote-small .overlay h4 {
    font-size: 11px;
  }
  .post-quote-small .overlay h3 {
    font-size: 10px;
  }
}
.post .post-featured {
  width: 100%;
  height: 100%;
  padding: 20px 20px 0;
  margin: 0;
  outline: none;
}
.post .post-featured .img {
  outline: none;
}
.post .post-featured &gt; div {
  outline: none;
}
.post .post-featured &gt; div img {
  z-index: 10;
  outline: none;
}
.post .post-featured .slick-prev,
.post .post-featured .slick-next {
  width: 36px;
  height: 36px;
  background-color: #222222;
  opacity: 0.6;
  border-radius: 50%;
}
.post .post-featured .slick-prev:before,
.post .post-featured .slick-next:before {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.post .post-featured .slick-prev:hover,
.post .post-featured .slick-next:hover {
  opacity: 0.9;
}
.post .post-featured .slick-next {
  right: 30px;
  z-index: 20;
}
.post .post-featured .slick-next:before {
  margin-left: 3px;
}
.post .post-featured .slick-prev {
  left: 30px;
  z-index: 20;
}
.post .post-featured .slick-prev:before {
  margin-right: 3px;
}
.post .post-featured img {
  width: 100%;
  height: 100%;
}
.post .post-container .post-header {
  margin-bottom: 30px;
  margin-top: 20px;
  font-family: 'Montserrat';
}
.post .post-container .post-header h4 {
  width: 109px;
  font-size: 12px;
  color: #bc8e5c;
  border: 2px solid #bc8e5c;
  display: inline-block;
  line-height: 35px;
  margin-top: 0px;
  margin-right: 3px;
  margin-left: 3px;
}
.post .post-container .post-header h3 {
  margin-bottom: 15px;
  font-size: 25px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.4;
}
.post .post-container .post-header p {
  font-family: 'Montserrat';
  font-size: 12px;
  color: #888888;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 10px;
}
.post .post-container .post-header:after {
  display: inline-block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #bc8e5c;
}
.post .post-container .post-content {
  width: 100%;
  height: auto;
  padding-left: 45px;
  padding-right: 45px;
  font-family: 'Raleway';
  font-size: 13px;
  margin-bottom: 45px;
}
.post .post-container .post-content p {
  line-height: 25px;
  text-align: left;
}
.post .post-container .post-content p:last-child {
  margin-bottom: 0px;
}
.post .post-container .post-content img {
  margin-bottom: 30px;
}
.post .post-container .post-content blockquote {
  font-family: 'Montserrat';
  font-style: italic;
  border-color: #bc8e5c;
  border-width: 3px;
  padding: 0;
  padding-left: 20px;
  color: #333333;
  margin: 0px 0px 30px 0px;
  font-size: 13px;
}
.post .post-container .post-content blockquote p {
  margin-bottom: 0;
}
.post .post-container .post-footer {
  padding: 35px 45px;
  font-family: 'Montserrat';
  font-size: 0px;
}
.post .post-container .post-footer .single-footer {
  text-align: justify;
  text-justify: distribute;
  font-size: 0px;
  line-height: 0;
}
.post .post-container .post-footer .single-footer &gt; * {
  font-size: 1rem;
  vertical-align: top;
}
.post .post-container .post-footer .single-footer:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.post .post-container .post-footer .excerpt-footer {
  text-align: justify;
  text-justify: distribute;
  font-size: 0px;
}
.post .post-container .post-footer .excerpt-footer &gt; * {
  font-size: 1rem;
  vertical-align: top;
}
.post .post-container .post-footer .excerpt-footer:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.post .post-container .post-footer:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.post .post-container .post-footer .footer-item {
  display: inline-block;
}
.post .post-container .post-footer .footer-item &gt; a,
.post .post-container .post-footer .footer-item .post-sharing &gt; a {
  text-decoration: none;
  color: #333333;
  line-height: 32px;
}
.post .post-container .post-footer .footer-item &gt; a i,
.post .post-container .post-footer .footer-item .post-sharing &gt; a i {
  font-size: 15px;
  color: #bc8e5c;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 3px;
}
.post .post-container .post-footer .footer-item .tags {
  margin: 0;
  padding: 0;
  line-height: 0px;
}
.post .post-container .post-footer .footer-item .tags span {
  line-height: 32px;
  padding: 0;
  margin: 0;
  float: left;
}
.post .post-container .post-footer .footer-item .tags ul {
  overflow: hidden;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 5px;
  font-family: 'Montserrat';
}
.post .post-container .post-footer .footer-item .tags ul li {
  list-style: none;
  margin: 0;
  padding: 0px 0px 4px 0px;
  float: left;
}
.post .post-container .post-footer .footer-item .tags ul li a {
  line-height: 15px;
  display: block;
  border: 1px solid #bc8e5c;
  padding: 3px 10px;
  text-decoration: none;
  color: #bc8e5c;
  margin-left: 5px;
}
.post .post-container .post-footer .footer-item .post-sharing &gt; a {
  display: none;
}
@media (max-width: 480px) {
  .post .post-container .post-header h3 {
    font-size: 18px;
  }
  .post .post-container .post-footer .footer-item .tags {
    margin-bottom: 10px !important;
  }
  .post .post-container .post-footer .footer-item .post-sharing {
    display: none;
  }
}
@media (max-width: 767px) {
  .post .post-container .post-footer .excerpt {
    text-align: justify;
    text-justify: distribute;
  }
  .post .post-container .post-footer .single {
    text-align: justify;
    text-justify: distribute;
  }
  .post .post-container .post-footer .single .footer-item .tags {
    margin-bottom: 10px !important;
  }
  .post .post-container .post-footer .single .footer-item .tags span {
    float: none !important;
    display: inline-block;
    vertical-align: top;
  }
  .post .post-container .post-footer .single .footer-item .tags ul {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .post .post-container .post-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post .post-container .post-footer {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .post .post-container .post-footer .excerpt {
    text-align: justify;
    text-justify: distribute;
  }
  .post .post-container .post-footer .excerpt .footer-item .post-sharing &gt; a {
    display: inline-block;
  }
  .post .post-container .post-footer .excerpt .footer-item .post-sharing .social-nav-circle {
    display: none;
  }
  .post .post-container .post-footer .single {
    text-align: center;
  }
  .post .post-container .post-footer .single .footer-item.pull-right {
    float: none !important;
  }
}
@media (max-width: 1229px) {
  .post .post-container .post-content {
    margin-bottom: 20px;
  }
}
section.author {
  width: 100%;
  height: auto;
  color: #333333;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 40px;
}
section.author:before,
section.author:after {
  content: " ";
  display: table;
}
section.author:after {
  clear: both;
}
section.author:before,
section.author:after {
  content: " ";
  display: table;
}
section.author:after {
  clear: both;
}
section.author img {
  float: left;
  width: 150px;
  height: 150px;
}
section.author .author-info {
  overflow: hidden;
  margin: 0;
  padding-left: 20px;
}
section.author .author-info h6 {
  margin-top: 0;
  margin-bottom: 15px;
}
section.author .author-info .info-box {
  font-family: 'Raleway';
  line-height: 2.2;
}
section.author .author-info .info-box p {
  margin-bottom: 20px;
}
section.author .author-info .info-box p:last-child {
  margin-bottom: 0px;
}
section.author .author-info .social-nav-circle {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  section.author img {
    display: none;
  }
  section.author .author-info {
    padding-left: 0px;
  }
  section.author .author-info .social-nav-circle {
    text-align: center;
  }
}
section.nav-links {
  width: 100%;
  overflow: auto;
  color: #ffffff;
  font-size: 11px;
  font-family: 'Montserrat';
  margin-bottom: 35px;
  display: block;
}
section.nav-links .link-box {
  width: 50%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  background-color: #222222;
  float: left;
  min-height: 170px;
}
section.nav-links .link-box .link-info {
  overflow: hidden;
  line-height: 0;
}
section.nav-links .link-box .link-info &gt; h4 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #bc8e5c;
  font-size: 12px;
}
section.nav-links .link-box .link-info hr {
  border-color: #444444;
}
section.nav-links .link-box .link-info .post-info {
  line-height: 2;
}
section.nav-links .link-box .link-info .post-info h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
}
section.nav-links .link-box .link-info .post-info p {
  font-family: 'Montserrat';
  margin: 0;
}
section.nav-links .link-box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  font-size: 0;
}
section.nav-links .link-box .image-wrapper {
  width: 50%;
  overflow: hidden;
}
section.nav-links .link-box .image-wrapper img {
  transition: all 0.3s;
}
section.nav-links .link-box:hover {
  background-color: #333;
  transition-duration: 0.3s;
}
section.nav-links .link-box:hover .link-info .post-info h3 {
  color: #ba8c5a;
}
section.nav-links .link-box:hover .image-wrapper {
  width: 50%;
}
section.nav-links .link-box:hover .image-wrapper img {
  transform: scale(1.1);
}
section.nav-links .link-next {
  float: right;
  border-left: 15px solid #ffffff;
}
section.nav-links .link-next .image-wrapper {
  float: right;
}
section.nav-links .link-next .image-wrapper img {
  width: 100%;
}
section.nav-links .link-next .link-info {
  padding-right: 20px;
  text-align: right;
}
section.nav-links .link-prev {
  border-right: 15px solid #ffffff;
}
section.nav-links .link-prev .image-wrapper {
  float: left;
}
section.nav-links .link-prev .image-wrapper img {
  width: 100%;
}
section.nav-links .link-prev .link-info {
  padding-left: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  section.nav-links .link-box img {
    display: none;
  }
  section.nav-links .link-next .link-info {
    padding-right: 0;
  }
  section.nav-links .link-prev .link-info {
    padding-left: 0;
  }
}
section.post-widget {
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  padding: 0 20px 20px 20px;
  margin-bottom: 40px;
}
section.post-widget .widget-header {
  text-align: center;
}
section.post-widget .widget-header h6 {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
section.post-widget .widget-content .related-posts {
  padding-top: 27px;
  overflow: auto;
  margin-right: -25px;
}
section.post-widget .widget-content .related-posts .post-thumbnail {
  width: 33.33333333%;
  display: block;
  float: left;
  text-align: center;
  padding-right: 25px;
}
section.post-widget .widget-content .related-posts .post-thumbnail:before,
section.post-widget .widget-content .related-posts .post-thumbnail:after {
  content: " ";
  display: table;
}
section.post-widget .widget-content .related-posts .post-thumbnail:after {
  clear: both;
}
section.post-widget .widget-content .related-posts .post-thumbnail:before,
section.post-widget .widget-content .related-posts .post-thumbnail:after {
  content: " ";
  display: table;
}
section.post-widget .widget-content .related-posts .post-thumbnail:after {
  clear: both;
}
section.post-widget .widget-content .related-posts .post-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.post-widget .widget-content .related-posts .post-thumbnail a img {
  width: 100%;
  transition: all 0.3s;
}
section.post-widget .widget-content .related-posts .post-thumbnail a:hover img {
  transform: scale(1.1);
}
section.post-widget .widget-content .related-posts .post-thumbnail .post-info h6 {
  margin-top: 15px;
}
section.post-widget .widget-content .related-posts .post-thumbnail .post-info p {
  margin: 0;
  font-family: 'Montserrat';
  color: #888888;
}
section.about-us-page {
  width: 100%;
  margin-bottom: -100px;
}
section.about-us-page .cover-image {
  width: 100%;
}
section.about-us-page .cover-image img {
  max-width: 100%;
  height: auto;
}
section.about-us-page .content-wrapper {
  background-color: #ffffff;
  margin: 0 auto 0 auto;
  max-width: 970px;
  position: relative;
  top: -225px;
  border: 1px solid #eeeeee;
  font-size: 13px;
}
section.about-us-page .content-wrapper .content {
  padding: 40px 100px 40px 100px;
}
section.about-us-page .content-wrapper .content h1 {
  font-family: 'Montserrat';
  text-align: center;
  margin-bottom: 15px;
}
section.about-us-page .content-wrapper .content &gt; hr {
  display: block;
  width: 72px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  border-top: 2px solid #444444;
  padding: 0;
  margin-bottom: 45px;
}
section.about-us-page .content-wrapper .content p {
  font-family: 'Raleway';
  line-height: 1.8;
}
section.about-us-page .content-wrapper .content a {
  font-family: 'Montserrat';
  color: #bc8e5c;
  font-style: italic;
  text-decoration: underline;
}
section.about-us-page .page-footer {
  color: #ffffff;
  text-align: center;
  margin-bottom: 45px;
  padding-left: 50px;
  padding-right: 50px;
}
section.about-us-page .page-footer hr {
  padding: 0 -50px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 45px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
section.about-us-page .page-footer a {
  text-decoration: none;
}
section.about-us-page .page-footer a:hover {
  color: #bc8e5c;
}
@media (max-width: 1230px) {
  section.about-us-page {
    margin-bottom: 75px;
  }
  section.about-us-page .content-wrapper {
    top: 0;
  }
  section.about-us-page .content-wrapper .content {
    padding: 25px;
  }
  section.about-us-page .content-wrapper .content hr {
    margin-bottom: 25px;
  }
  section.about-us-page .page-footer {
    margin-bottom: 25px;
  }
  section.about-us-page .page-footer hr {
    margin-bottom: 25px;
  }
}
.contact-us {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 60px 170px;
  font-size: 13px;
  font-weight: bold;
}
.contact-us h1 {
  font-family: 'Montserrat';
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}
.contact-us &gt; hr {
  display: block;
  width: 72px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  border-top: 2px solid #444444;
  padding: 0;
  margin-bottom: 40px;
}
.contact-us .social-links {
  text-align: center;
}
.contact-us .social-links span {
  margin-right: 10px;
}
.contact-us .social-links ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.contact-us .social-links ul li {
  display: block;
  float: left;
}
.contact-us .social-links ul li:last-child {
  border-right: none;
}
.contact-us .social-links ul li a {
  text-decoration: none;
}
.contact-us .social-links ul li .separator {
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #bc8e5c;
  position: relative;
  top: 2px;
  margin-right: 15px;
  margin-left: 15px;
}
.contact-us .contact-form input {
  margin-bottom: 30px;
  outline: none;
}
.contact-us .contact-form textarea {
  outline: none;
  width: 100%;
  height: 150px;
  margin-bottom: 50px;
}
@media (max-width: 1230px) {
  .contact-us {
    padding: 40px;
  }
}
.wrapper-404 {
  font-family: 'Montserrat';
  text-align: center;
}
.wrapper-404 p {
  font-size: 160px;
}
.wrapper-404 h3 {
  margin-top: 0;
}
.wrapper-404 a {
  text-decoration: none;
}
.wrapper-404 a:hover {
  color: #ffffff;
}
.under-construction {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 50px 50px 120px 50px;
}
.under-construction &gt; hr {
  border-color: #bc8e5c;
}
.under-construction h6 {
  text-align: center;
  margin-top: 0;
  line-height: 2.2;
}
.under-construction .countdown-wrapper:before,
.under-construction .countdown-wrapper:after {
  content: " ";
  display: table;
}
.under-construction .countdown-wrapper:after {
  clear: both;
}
.under-construction .countdown-wrapper:before,
.under-construction .countdown-wrapper:after {
  content: " ";
  display: table;
}
.under-construction .countdown-wrapper:after {
  clear: both;
}
.under-construction .countdown-wrapper .countdown {
  text-align: center;
}
.under-construction .countdown-wrapper .countdown .clock {
  display: inline-block;
}
.under-construction .clock-canvas {
  height: 0;
  border-radius: 50%;
}
.under-construction .clock-canvas:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 6px solid #cccccc;
  border-radius: 50%;
  content: " ";
}
.under-construction .clock-item {
  position: relative;
  display: inline-block;
  margin: 10px;
  width: 150px;
  height: 150px;
}
.under-construction .clock-item .text .val {
  font-size: 54px;
  line-height: 54px;
  font-family: 'Montserrat';
}
.under-construction .clock-item .text .type-time {
  font-size: 13px;
  font-family: 'Montserrat';
}
@media (max-width: 1230px) {
  .under-construction {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .under-construction {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .under-construction {
    padding: 20px 20px 80px 20px;
  }
}
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
.post-navigation {
  padding: 0;
  display: table;
  width: 100%;
  position: relative;
}
.post-navigation .nav-links {
  width: 100%;
  margin: 0 auto;
  display: table;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
  vertical-align: middle;
  padding: 15px 0;
  width: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  float: left;
}
.post-navigation .nav-previous .post-navigation-content,
.post-navigation .nav-next .post-navigation-content {
  margin-left: 30px;
}
.post-navigation .nav-previous:hover .post-navigation-icon,
.post-navigation .nav-next:hover .post-navigation-icon,
.post-navigation .nav-previous:hover .post-navigation-title,
.post-navigation .nav-next:hover .post-navigation-title {
  color: #ba8c5a;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .nav-next .post-navigation-content {
  margin-left: 0;
  margin-right: 30px;
}
.post-navigation .post-navigation-label {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333333;
}
.post-navigation .post-navigation-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  color: #222222;
}
.post-navigation .post-navigation-icon {
  font-size: 14px;
  line-height: 1em;
  width: 60px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #333333;
}
.post-navigation .nav-links .nav-next .post-navigation-icon {
  right: 0;
}
/* -----------------------------------------------------------------------------
 * Wordpress Default Style
 * -------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
.alignnone {
  margin: 15px 15px 0 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}
.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}
.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
a img.alignright {
  float: right;
  margin: 15px 0 0 15px;
}
a img.alignnone {
  margin: 15px 15px 0 0;
}
a img.alignleft {
  float: left;
  margin: 15px 15px 0 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  text-align: center;
  max-width: 100%;
}
.wp-caption.alignnone {
  margin: 15px 15px 30px 0;
}
.wp-caption.alignleft {
  margin: 15px 15px 30px 0;
}
.wp-caption.alignright {
  margin: 15px 0 30px 15px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 0.9em;
  font-style: italic;
  opacity: 0.7;
  line-height: 17px;
  margin: 1em 0 0 0;
  padding: 0 10%;
}
.wp-post-image {
  height: auto;
  max-width: 100%;
}
.sticky {
  opacity: 1;
}
.bypostauthor {
  opacity: 1;
}
/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}
.gallery:before {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
.g5plus-page-links {
  margin-top: 30px;
  font-size: 0;
}
.g5plus-page-links-title {
  margin-right: 40px;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
  color: #2a2a2a;
}
.g5plus-page-link {
  display: inline-block;
  margin-right: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #888888;
  padding: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.g5plus-page-links .g5plus-page-link:hover,
.g5plus-page-links &gt; .g5plus-page-link {
  color: #fff;
  background-color: #ba8c5a;
  border-color: #ba8c5a;
}
.filter-blur {
  -webkit-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#gray-scale');
  -moz-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#gray-scale');
  -o-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#gray-scale');
  -ms-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#gray-scale');
  filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#gray-scale');
}
.filter-brightness-dark {
  -webkit-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#brightness-dark');
  -moz-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#brightness-dark');
  -o-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#brightness-dark');
  -ms-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#brightness-dark');
  filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#brightness-dark');
}
.filter-brightness-light {
  -webkit-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#brightness-light');
  -moz-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#brightness-light');
  -o-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#brightness-light');
  -ms-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#brightness-light');
  filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#brightness-light');
}
.filter-blur-overlay {
  -webkit-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#blur-overlay');
  -moz-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#blur-overlay');
  -o-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#blur-overlay');
  -ms-filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#blur-overlay');
  filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#blur-overlay');
}
.filter-gray-scale {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/css/filter.svg#gray-scale');
}
.filter-gray-scale:hover {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
/**********************************test***********************/
/**
 * 2.0 - Animate
 * ----------------------------------------------------------------------------
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.tada {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/**
 * 3.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
body {
  line-height: 2;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  background: #f9f9f9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  color: #333333;
  font-family: 'Montserrat';
}
.container .container,
.has-sidebar .site-content-page-inner .container,
.has-sidebar .site-content-archive-inner .container {
  width: 100%;
  padding: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/*body.boxed {
  background-image: url('assets/images/theme-options/pattern-1.png');
  background-repeat: repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: auto;
}*/
.boxed #wrapper {
  max-width: 1200px;
  margin: auto;
}
div,
iframe,
img {
  margin: 0;
  padding: 0;
}
iframe {
  border: none;
}
p {
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 2.2;
}
::selection {
  background: #ba8c5a;
  color: #ffffff;
}
a,
a:hover,
a.active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover,
a.active {
  color: #ba8c5a;
}
input,
textarea,
button,
select {
  outline: none;
}
.fixed {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*-------------------------------------
BREADCRUMB
---------------------------------------*/
ul.breadcrumbs {
  margin: 0;
  list-style-type: none;
  text-align: left;
  position: absolute;
  bottom: 0;
  padding: 11px 25px;
  background: rgba(0, 0, 0, 0.6);
}
ul.breadcrumbs.breadcrumbs-right {
  right: 0;
}
ul.breadcrumbs li {
  display: inline;
  font-size: 14px;
}
ul.breadcrumbs li.first {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}
ul.breadcrumbs li.first:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 6px;
  content: "\f111";
  font-size: 12px;
  color: #ba8c5a;
}
ul.breadcrumbs li.home:before {
  content: '';
}
ul.breadcrumbs li a {
  font-size: 13px;
  font-family: 'Montserrat';
  font-style: italic;
}
ul.breadcrumbs li a.home {
  font-size: 13px;
  font-family: 'Montserrat';
  font-style: italic;
}
ul.breadcrumbs li + li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 8px;
  content: "\f105";
  font-size: 12px;
  color: #ba8c5a;
}
ul.breadcrumbs li span {
  font-size: 13px;
  font-family: 'Montserrat';
  font-style: italic;
}
/*-------------------------------------
INPUT
---------------------------------------*/
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
textarea {
  padding: 0 20px;
  font-size: 14px;
  color: #333333;
  height: 40px;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  /*::-webkit-input-placeholder {
		text-transform: uppercase;
	}
	:-moz-placeholder {
		// Firefox 18-
		text-transform: uppercase;
	}
	::-moz-placeholder {
		//  Firefox 19+
		text-transform: uppercase;
	}
	:-ms-input-placeholder {
		text-transform: uppercase;
	}*/
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #ba8c5a;
}
textarea {
  height: auto;
  padding-top: 15px;
}
select {
  max-width: 100%;
  border: 1px solid #eeeeee;
  background-color: #fff;
  padding: 0 20px;
  font-size: 14px;
  color: #bababa;
  height: 40px;
  line-height: 1;
  /*-webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  background-image: url("assets/images/arrow_down.png");
	  background-repeat: no-repeat;
	  background-position: 98%;
	  background-position: calc(~"100% - 10px");*/
}
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.block-center {
  height: 100%;
  width: 100%;
  text-align: center;
}
.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  max-width: 95%;
}
.block-center-inner &gt; * {
  margin: auto;
}
/* MODAL SEARCH
/*-------------------------*/
#g5plus-modal-search {
  z-index: 999999;
}
#g5plus-modal-search.modal.in .modal-backdrop.in {
  opacity: 0.95;
  height: 100%;
  position: fixed;
  background: #000;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#g5plus-modal-search.modal.in .g5plus-modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#g5plus-modal-search .g5plus-modal-dialog {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}
#g5plus-modal-search .g5plus-dismiss-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 16px;
  color: #fff;
  z-index: 1040;
  cursor: pointer;
}
#g5plus-modal-search .g5plus-dismiss-modal:hover {
  color: #ba8c5a;
}
#g5plus-modal-search .g5plus-modal-search {
  padding: 80px 30px 60px;
}
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper {
  position: relative;
  width: 100%;
  font-size: 24px;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  max-width: 1140px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:before,
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:after {
  content: " ";
  display: table;
}
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:after {
  clear: both;
}
#g5plus-modal-search .g5plus-modal-search input[type="search"] {
  border: none;
  outline: none;
  display: block;
  float: left;
  width: 100%;
  padding-right: 60px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 22px;
  color: #fff;
}
#g5plus-modal-search .g5plus-modal-search button {
  position: absolute;
  display: block;
  color: #000;
  bottom: 10px;
  right: 0;
  line-height: 30px;
  border: none;
  outline: none;
  font-size: 30px;
  background-color: transparent;
}
#g5plus-modal-search .ajax-search-result {
  margin: auto;
  max-width: 1140px;
  background: rgba(22, 22, 22, 0.4);
  max-height: 356px;
  overflow-y: auto;
  position: relative;
}
#g5plus-modal-search .ajax-search-result &gt; ul {
  list-style: none;
  padding: 15px;
  position: relative;
}
#g5plus-modal-search .ajax-search-result li {
  padding: 5px 5px;
  color: #fff;
  font-size: 16px;
}
#g5plus-modal-search .ajax-search-result li.search-view-more {
  font-size: 14px;
  font-style: italic;
}
#g5plus-modal-search .ajax-search-result li.search-view-more a {
  text-decoration: underline;
}
#g5plus-modal-search .ajax-search-result li span {
  display: inline-block;
  padding-left: 15px;
  color: #777;
  font-style: italic;
}
#g5plus-modal-search .ajax-search-result li.selected a,
#g5plus-modal-search .ajax-search-result li a:hover {
  color: #ba8c5a;
}
#g5plus-modal-search i.ajax-search-icon {
  color: #fff;
}
#g5plus-modal-search i.ajax-search-icon.icon-search:before {
  font-family: 'FontAwesome';
  content: '\f002';
  display: inline-block;
  font-style: normal;
  font-size: 22px;
}
#search_popup_wrapper .search-popup-inner {
  margin: 1em 0;
}
#search_popup_wrapper .search-popup-inner &gt; input {
  width: 90%;
  margin-bottom: 20px;
}
#search_popup_wrapper .search-popup-inner &gt; button {
  width: 120px;
  border: double 4px #ba8c5a;
  color: #ba8c5a;
  background-color: transparent;
  text-transform: uppercase;
}
.error404 section.page-title-wrap {
  margin-bottom: 0;
}
.error404 .page-title-inner {
  font-size: 32px;
}
.error404 .top-bar {
  display: none;
}
body.error404 .page-title-wrap {
  margin-bottom: 65px;
}
.page404 {
  background-position: top center;
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.page404 .logo,
.page404 .copyright {
  text-align: center;
}
.page404 .logo {
  position: absolute;
  padding-top: 40px;
  width: 100%;
}
.page404 .copyright {
  width: 100%;
  bottom: 40px;
  left: 0;
  right: 0;
  position: absolute;
  text-transform: uppercase;
  color: #000;
}
.page404 .title {
  font-size: 32px;
  color: #222222;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  letter-spacing: 6px;
}
.page404 .title.not-found {
  padding-top: 12px;
}
.page404 .content-404 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 80px;
}
.page404 .content-404 * {
  position: relative;
}
.page404 h2 {
  text-align: center;
  font-size: 160px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-bottom: 0;
  font-family: 'Montserrat';
  margin-top: 21px;
}
.page404 .description {
  text-align: center;
  padding-top: 15px;
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}
.page404 .button {
  padding: 32px 0 71px;
}
.page404 .button .crush-button {
  font-size: 10px;
}
.gotop {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 2px solid #1e1e1e;
  color: #1e1e1e;
  background-color: #f5f5f5;
}
.gotop i {
  font-size: 22px;
}
.gotop:hover {
  text-decoration: none;
  color: #1e1e1e;
}
.gotop.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.ps-container &gt; .ps-scrollbar-y-rail,
.ps-container &gt; .ps-scrollbar-y-rail &gt; .ps-scrollbar-y {
  width: 5px;
}
#wrapper-content {
  background-color: #f9f9f9;
  position: relative;
}
#wrapper-content &gt; main[role='main'] {
  overflow: hidden;
}
#site-loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1001;
  margin-top: 0;
  top: 0;
}
.site-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
.wpb_map_wraper iframe {
  display: block;
  pointer-events: none;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
/*----------------------------------
Custom Revolution slider
-----------------------------------*/
.tparrows.preview1 {
  width: 34px;
}
.tparrows.preview1:after {
  width: 34px;
  font-size: 26px;
  font-family: "fontawesome";
  background: rgba(0, 0, 0, 0.4);
}
.tp-leftarrow.preview1:after {
  content: "\f104";
}
.tp-rightarrow.preview1:after {
  content: "\f105";
}
.tparrows.preview1:hover .tp-arr-iwrapper {
  opacity: 0;
}
.tparrows.preview1:hover:after {
  color: #fff;
  background-color: #ba8c5a;
}
.toggle-icon-wrapper {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.toggle-icon-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 30px;
}
.toggle-icon-wrapper .toggle-icon &gt; span {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 80%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 80%;
}
.toggle-icon-wrapper .toggle-icon:before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
  vertical-align: middle;
  text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
  background: transparent;
}
.toggle-icon-wrapper.in .toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*-------------------------
Loading
---------------------------*/
.loading-wrapper {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-moz-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-double-section-far {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3.125px solid #aaa;
  -webkit-animation: spinner 1.2s linear infinite;
  -moz-animation: spinner 1.2s linear infinite;
  -ms-animation: spinner 1.2s linear infinite;
  -o-animation: spinner 1.2s linear infinite;
  animation: spinner 1.2s linear infinite;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.spinner-double-section-far:before,
.spinner-double-section-far:after {
  content: '';
  position: absolute;
  top: -3.125px;
  left: -3.125px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3.125px solid transparent;
  border-top-color: tomato;
}
.spinner-double-section-far:after {
  border-top-color: transparent;
  border-bottom-color: tomato;
}
.spinner-double-section-far:before,
.spinner-double-section-far:after {
  top: -9.375px;
  left: -9.375px;
  width: 62.5px;
  height: 62.5px;
}
.modal {
  z-index: 99999;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.in {
  opacity: 1;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFFFFF;
  font-size: 24px;
  display: block;
  line-height: 1;
}
#popup-product-quick-view-wrapper .popup-close {
  background-color: #ba8c5a;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#popup-product-quick-view-wrapper .popup-close:hover {
  color: #fff;
  background-color: #222222;
}
@media only screen and (max-width: 768px) {
  .page404 div.search .widget_search {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .page404 {
    background-size: cover;
    display: block;
    width: 100%;
  }
  .page404 .logo {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page404 .copyright {
    position: relative;
    padding: 30px 15px;
  }
  .page404 .content-404 {
    text-align: center;
    display: table;
    vertical-align: middle;
    padding-bottom: 30px;
  }
  .page404 .description {
    width: 90%;
  }
  .page404 div.social-share {
    margin-top: 30px;
  }
  .page404 div.search {
    margin-top: 35px;
  }
  .page404 div.search .widget_search {
    width: 70%;
    display: inline-block;
  }
  .social-share-wrap {
    margin-top: 15px;
  }
  .social-share-wrap:after {
    clear: both;
    content: '';
    display: block;
  }
}
.mail-chimp-wrapper .mail-chimp-button {
  position: relative;
}
.mail-chimp-wrapper .mail-chimp-button &gt; input {
  line-height: 42px;
  height: 42px;
}
.mail-chimp-wrapper .mail-chimp-button button {
  position: absolute;
  right: 5px;
  top: 0;
  border: none;
  background-color: transparent;
  line-height: 1;
  bottom: 0;
  color: #ba8c5a;
}
.main-menu-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
body.menu-mobile-in .main-menu-overlay {
  opacity: 1;
  z-index: 298;
  pointer-events: auto;
  cursor: url(assets/images/close.png) 15 15, default;
}
.crush-contact-form {
  max-width: 860px;
  margin: 0 auto;
}
.crush-contact-form:before,
.crush-contact-form:after {
  content: " ";
  display: table;
}
.crush-contact-form:after {
  clear: both;
}
.crush-contact-form:before,
.crush-contact-form:after {
  content: " ";
  display: table;
}
.crush-contact-form:after {
  clear: both;
}
.crush-contact-form input[type="text"],
.crush-contact-form input[type="email"],
.crush-contact-form input[type="tel"],
.crush-contact-form textarea {
  width: 100%;
  color: #888888;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  padding: 15px;
  font-weight: normal;
  outline: none;
}
.crush-contact-form input[type="text"]:focus,
.crush-contact-form input[type="email"]:focus,
.crush-contact-form input[type="tel"]:focus,
.crush-contact-form textarea:focus,
.crush-contact-form input[type="text"]:active,
.crush-contact-form input[type="email"]:active,
.crush-contact-form input[type="tel"]:active,
.crush-contact-form textarea:active {
  border: 1px solid #ba8c5a;
}
.crush-contact-form input[type="text"],
.crush-contact-form input[type="email"],
.crush-contact-form input[type="tel"] {
  height: 50px;
  line-height: 50px;
}
.crush-contact-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
.crush-contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #ba8c5a;
}
.crush-contact-form input[type="submit"].crush-button {
  border: none;
  background-color: #222222;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1.8;
  font-size: 10px;
  padding: 10px 35px;
  font-family: 'Montserrat';
  font-weight: normal;
  cursor: pointer;
}
.crush-contact-form input[type="submit"].crush-button:hover {
  color: #ba8c5a;
}
.crush-contact-form .crush-button-wrap {
  text-align: right;
}
div.wpcf7 img.ajax-loader {
  display: block;
  width: 16px;
  margin: auto;
}
/*custom slider*/
span.crush-slider-border-bottom:after {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background-color: #fdb52b;
  margin: auto;
  margin-top: 20px;
}
.crush-title {
  font-size: 14px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 30px;
}
.crush-title:after {
  display: block;
  height: 2px;
  content: '';
  width: 40px;
  background: #ba8c5a;
  margin-top: 20px;
}
.crush-title.title-larger {
  font-size: 20px;
}
.crush-title.no-border {
  margin-bottom: 25px;
}
.crush-title.no-border:after {
  display: none;
}
.secondary-font {
  font-family: 'Montserrat';
}
@media screen and (max-width: 991px) {
  .crush-title {
    margin-top: 25px;
  }
  .responsive-margin-30 {
    margin-bottom: 30px !important;
  }
  body.error404.header-overlay header.main-header.header-mobile-1 {
    background: #111;
  }
  body.error404.header-overlay header.main-header.header-mobile-2 {
    background: #fff;
  }
  body.error404.header-overlay header.main-header.header-mobile-3 {
    background: #111;
  }
}
@media screen and (max-width: 767px) {
  ul.breadcrumbs {
    left: 0;
    margin: 0;
    padding: 10px 5px;
    right: 0;
  }
  .page-title-inner h1 {
    font-size: 26px;
  }
  .page-title-inner p {
    font-size: 11px;
    line-height: 1.5;
  }
  .wpb_single_image {
    text-align: center !important;
  }
}
.crush-button {
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  border: 2px solid;
  font-family: 'Montserrat';
}
.crush-button:hover,
.crush-button:active {
  text-decoration: none !important;
  outline: none !important;
}
.crush-button.size-xs {
  padding: 1px 18px;
  font-size: 12px;
}
.crush-button.size-sm {
  padding: 2px 20px;
  font-size: 13px;
}
.crush-button.size-md {
  padding: 6px 20px;
  font-size: 13px;
}
.crush-button.size-lg {
  padding: 6px 22px;
  font-size: 14px;
}
.crush-button.style1 {
  background-color: #ba8c5a;
  border-color: #ba8c5a;
  color: #fff;
}
.crush-button.style1:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
.crush-button.style2 {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.crush-button.style2:hover {
  background-color: #ba8c5a;
  border-color: #ba8c5a;
  color: #fff;
}
.crush-button.style3 {
  background-color: #222222;
  border-color: #222222;
  color: #FFFFFF;
}
.crush-button.style3:hover {
  background-color: #ba8c5a;
  border-color: #ba8c5a;
  color: #fff;
}
.crush-button.style4 {
  background-color: #FFFFFF;
  border-color: #222222;
  color: #222222;
}
.crush-button.style4:hover {
  background-color: #ba8c5a;
  border-color: #ba8c5a;
  color: #fff;
}
.crush-button i {
  margin-right: 5px;
}
.crush-button.icon-button-right {
  margin-left: 5px;
}
.crush-button.icon-button-right i {
  margin-right: 0;
}
.cell-vertical-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.cell-vertical-wrapper .cell-middle {
  display: table-cell;
  vertical-align: middle;
}
.cell-vertical-wrapper .cell-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
}
.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  width: 80%;
  max-width: 520px;
  min-width: 290px;
  background: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
/* Content */
.dialog h2 {
  font-weight: 400;
  font-size: 24px;
  padding: 0 0 15px;
  margin: 0;
  text-transform: uppercase;
}
.dialog--open .dialog__overlay {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dialog__content {
  padding: 0;
  background: transparent;
}
.dialog.dialog--open .dialog__content {
  opacity: 1;
}
.morph-shape {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -2px;
  left: -2px;
  z-index: -1;
}
.morph-shape svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}
.dialog-inner {
  opacity: 0;
  background: #fff;
}
.dialog--open .dialog-inner {
  padding: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  -o-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open button[data-dialog-close] {
  position: absolute;
  background: #ba8c5a;
  border: none;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 1;
  color: #fff;
}
.dialog.dialog--open p {
  line-height: 1.5;
  font-size: 18px;
}
@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * 4.0 - Header
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 992px) {
  .container.header-desktop-wrapper:before,
  .container.header-desktop-wrapper:after {
    display: none;
  }
  .x-nav-menu li &gt; ul.x-sub-menu {
    border: 0;
  }
  .x-nav-menu li &gt; ul.x-sub-menu li {
    min-width: 253px;
  }
  .header-mobile-before,
  .header-mobile-wrapper,
  li.menu-fly-search {
    display: none !important;
  }
  header.main-header .top-header {
    background-color: #111111;
    position: relative;
    z-index: 997;
  }
  header.main-header .top-header.container {
    padding: 0 22px;
  }
  header.main-header .top-header .container {
    display: table;
    position: relative;
  }
  header.main-header .top-header .header-left {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  header.main-header .top-header .header-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
  header.main-header .top-header .header-right .widget {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
  }
  header.main-header .top-header .header-right .widget + .widget {
    margin-left: 15px;
  }
  header.main-header .top-header .header-right .widget-social-profile {
    background: #111111;
    border: 0;
    font-size: 0;
    letter-spacing: 1px;
    padding: 0;
  }
  header.main-header .top-header .header-right .widget-social-profile li + li {
    margin-left: 15px;
  }
  header.main-header .top-header .header-right .widget-social-profile li a {
    color: #ffffff;
    font-size: 15px;
  }
  header.main-header .top-header .header-right .widget-social-profile li a i {
    width: auto;
    height: auto;
    line-height: normal;
  }
  header.main-header .top-header .header-right .crush-widget-search {
    border: none;
    padding: 0;
    background-color: transparent;
  }
  header.main-header .top-header .header-right .crush-widget-search .search-button-wrapper .icon-search-menu {
    background: #333333;
    color: #fff;
  }
  header.main-header .top-header .header-right .crush-widget-search .search-button-wrapper .icon-search-menu i.fa {
    width: 34px;
    height: 48px;
    line-height: 48px;
    background: #333333;
  }
  header.main-header .top-header .header-logo &gt; a &gt; img {
    max-height: 48px;
    padding-top: 4px;
    padding-bottom: 4px;
    max-width: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.main-header .top-header .header-customize {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    font-size: 0px;
    color: #ffffff;
    line-height: 48px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.main-header .top-header .header-customize-item {
    font-size: 14px;
  }
  header.main-header .top-header .icon-search-menu {
    display: block;
  }
  header.main-header .top-header .icon-search-menu &gt; i.fa {
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: #ba8c5a;
    color: #fff;
  }
  header.main-header .top-header .custom-text-wrapper,
  header.main-header .top-header .get-a-quote-button {
    display: inline-block;
    vertical-align: middle;
  }
  header.main-header .top-header .header-customize-item {
    display: inline-block;
    vertical-align: middle;
  }
  header.main-header .top-header .menu-wrapper {
    font-family: 'Montserrat';
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu &gt; li.x-menu-item &gt; a &gt; b.x-caret {
    vertical-align: middle;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu &gt; li.x-menu-item + li {
    margin-left: 0;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu &gt; li.x-menu-item &gt; a {
    padding: 0 17px;
    font-size: 12px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.01em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; ul.x-sub-menu li &gt; a {
    color: #aaaaaa;
    letter-spacing: 0.01em;
    font-weight: 500;
    font-size: 11px;
    padding: 9px 20px;
    border: 0;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; ul.x-sub-menu li &gt; a:hover {
    margin-left: 5px;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu &gt; li.current-menu-ancestor &gt; a.x-menu-a-text,
  header.main-header .top-header .menu-wrapper .x-nav-menu &gt; li.current-menu-parent &gt; a.x-menu-a-text,
  header.main-header .top-header .menu-wrapper .x-nav-menu &gt; li.current-menu-item &gt; a.x-menu-a-text,
  header.main-header .top-header .menu-wrapper .x-nav-menu &gt; li.menu-current &gt; a.x-menu-a-text,
  header.main-header .top-header .menu-wrapper .x-nav-menu &gt; li &gt; a.x-menu-a-text:hover,
  header.main-header .top-header .menu-wrapper .x-nav-menu &gt; li:hover &gt; a {
    background: #222222;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li.current-menu-ancestor &gt; a.x-menu-a-text,
  header.main-header .top-header .menu-wrapper .x-nav-menu li.current-menu-parent &gt; a.x-menu-a-text,
  header.main-header .top-header .menu-wrapper .x-nav-menu li.current-menu-item &gt; a.x-menu-a-text,
  header.main-header .top-header .menu-wrapper .x-nav-menu li.menu-current &gt; a.x-menu-a-text,
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; a.x-menu-a-text:hover,
  header.main-header .top-header .menu-wrapper .x-nav-menu li:hover &gt; a,
  header.main-header .top-header .menu-wrapper .x-nav-menu li ul.x-sub-menu li:hover &gt; a {
    color: #dd0000;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li.current-menu-ancestor &gt; a.x-menu-a-text &gt; b.x-caret:before,
  header.main-header .top-header .menu-wrapper .x-nav-menu li.current-menu-parent &gt; a.x-menu-a-text &gt; b.x-caret:before,
  header.main-header .top-header .menu-wrapper .x-nav-menu li.current-menu-item &gt; a.x-menu-a-text &gt; b.x-caret:before,
  header.main-header .top-header .menu-wrapper .x-nav-menu li.menu-current &gt; a.x-menu-a-text &gt; b.x-caret:before,
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; a.x-menu-a-text:hover &gt; b.x-caret:before,
  header.main-header .top-header .menu-wrapper .x-nav-menu li:hover &gt; a &gt; b.x-caret:before,
  header.main-header .top-header .menu-wrapper .x-nav-menu li ul.x-sub-menu li:hover &gt; a &gt; b.x-caret:before {
    color: #dd0000;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li.x-header-column &gt; a.x-menu-a-text,
  header.main-header .top-header .menu-wrapper .x-nav-menu li.x-header-column:hover &gt; a.x-menu-a-text {
    color: #ffffff;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; ul.x-sub-menu {
    font-family: 'Montserrat';
    background-color: #111111;
    padding: 0;
    border: 1px solid #222222;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; ul.x-sub-menu-standard &gt; li + li {
    border-top: 1px solid #222222;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; ul.x-sub-menu-standard &gt; li &gt; a.x-menu-a-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; ul.x-sub-menu-standard &gt; li &gt; a.x-menu-a-text:hover {
    margin-left: 5px;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; ul.x-sub-menu-standard &gt; li:hover {
    background: #222222;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; ul.x-sub-menu-multi-column &gt; li &gt; a.x-menu-a-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; ul.x-sub-menu-multi-column &gt; li &gt; a.x-menu-a-text:hover {
    margin-left: 0;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu li &gt; ul.x-sub-menu-multi-column &gt; li a:hover {
    background: #222222;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu &gt; li &gt; a {
    color: #ffffff;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu &gt; li.x-menu-item &gt; a &gt; b.x-caret:before {
    color: #ffffff;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column &gt; li &gt; a.x-menu-a-text {
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 15px;
    letter-spacing: 0.01em;
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column &gt; li &gt; a.x-menu-a-text:before {
    content: '';
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column &gt; li &gt; a.x-menu-a-text:hover {
    background: #111111;
    color: #fff;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column &gt; li ul.x-sub-menu {
    border: 0;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column &gt; li &gt; ul.x-sub-menu-standard &gt; li {
    padding-left: 0;
    padding-right: 0;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column &gt; li.x-tabs &gt; a.x-menu-a-text {
    display: none;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column &gt; li.x-tabs &gt; ul.x-sub-menu-tab {
    background-color: #fff;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column &gt; li.x-tabs &gt; ul.x-sub-menu-tab &gt; li.x-menu-active {
    background-color: #f5f5f5;
  }
  header.main-header .top-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column &gt; li.x-tabs &gt; ul.x-sub-menu-tab &gt; li &gt; a.x-menu-a-text {
    border-bottom: solid 1px #eee;
  }
  .sticky-wrapper.is-sticky &gt; .top-header {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .sticky-wrapper.is-sticky &gt; .top-header {
    z-index: 997;
    left: 0;
    right: 0;
    border: 0;
    border-bottom: 1px solid #c3bbbb;
  }
  .sticky-wrapper.is-sticky &gt; header.main-header .header-logo &gt; a &gt; img {
    max-height: 66px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: none;
  }
  .sticky-wrapper.is-sticky &gt; header.main-header .header-customize {
    line-height: 66px;
  }
  .sticky-wrapper.is-sticky &gt; header.main-header .x-nav-menu &gt; li.x-menu-item &gt; a {
    line-height: 66px;
  }
  body.boxed .sticky-wrapper.is-sticky &gt; header.main-header {
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header.header-1 .header-customize-item + .header-customize-item,
  header.header-1 .header-customize,
  header.header-1 .x-nav-menu &gt; li.x-menu-item + li {
    margin-left: 20px;
  }
}
body.header-overlay {
  left: 0;
  right: 0;
}
body.header-overlay .sticky-wrapper {
  height: auto !important;
}
body.header-overlay header.main-header .top-header {
  position: absolute;
  background-color: #111111;
  left: 0;
  right: 0;
}
body.header-overlay.is-sticky {
  height: 48px !important;
}
header.main-header {
  margin-top: 0px;
}
.sticky-wrapper.is-sticky header.main-header {
  margin-top: 0;
}
header.header-1 .menu-wrapper .x-nav-menu &gt; li.x-menu-item &gt; a {
  line-height: 48px;
}
.header-blog-style-4 .header-logo {
  margin-bottom: 0 !important;
}
.header-logo {
  font-family: 'Montserrat';
  color: #ffffff;
  width: 100%;
  height: 370px;
  text-align: center;
  position: relative;
  z-index: 11;
  background-size: cover;
  background-position: center center;
}
.header-logo:before,
.header-logo:after {
  content: " ";
  display: table;
}
.header-logo:after {
  clear: both;
}
.header-logo:before,
.header-logo:after {
  content: " ";
  display: table;
}
.header-logo:after {
  clear: both;
}
.header-logo.no-bg .header-overlay {
  display: none;
}
.header-logo .header-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 128;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('http://www.feuerwehr-eichberg.at/wp-content/themes/crush/assets/images/header-cover.png');
  z-index: -1;
  opacity: 0.8;
}
.header-logo .header-content {
  z-index: 10;
}
.header-logo .header-content p {
  margin-top: 20px;
  font-size: 36px;
  font-family: 'Montserrat';
  letter-spacing: 2px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .header-logo {
    height: 300px;
  }
  .header-logo .header-content img {
    width: 50%;
  }
  .header-logo .header-content p {
    margin-top: 20px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .header-logo {
    height: 250px;
  }
  .header-logo .header-content p {
    margin-top: 10px;
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) {
  .nav-menu-toggle-wrapper {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body.header-overlay header.main-header {
    z-index: 999;
    position: static;
  }
  .mobile-hide-search,
  .mobile-hide-shopping-cart,
  .mobile-top-bar-hide {
    display: none !important;
  }
  body {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    left: 0;
  }
  .main-menu-custom-text {
    display: none !important;
  }
  body.menu-mobile-in {
    left: 280px;
    overflow: hidden;
  }
  .container.header-mobile-wrapper {
    position: relative;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #c3bbbb;
  }
  .header-mobile-before {
    text-align: center;
  }
  .header-mobile-before img {
    max-height: 42px;
    padding-top: 0pxpx;
    padding-bottom: 0pxpx;
  }
  .menu-wrapper {
    position: static !important;
  }
  .menu-main-inner {
    display: block !important;
  }
  .header-logo-mobile {
    line-height: 42px;
    vertical-align: middle;
    text-align: center;
  }
  .header-logo-mobile img {
    max-height: 42px;
    padding-top: 0pxpx;
    padding-bottom: 0pxpx;
  }
  header.main-header {
    margin-top: 0 !important;
    width: 100% !important;
    background: #fff;
  }
  header.main-header .header-right {
    display: none;
  }
  header.main-header .header-mobile-wrapper {
    height: 42px;
  }
  header.main-header .header-mobile-wrapper .header-customize {
    display: block;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    color: #000;
  }
  header.main-header .header-mobile-wrapper .header-customize:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  header.main-header .header-mobile-wrapper .header-customize-item {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  header.main-header .header-mobile-wrapper .header-customize-item + .header-customize-item {
    margin-left: 10px;
  }
  header.main-header .header-mobile-wrapper .toggle-icon-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
  }
  header.main-header .header-mobile-wrapper .icon-search-menu {
    display: inline-block;
    vertical-align: middle;
    height: 37px;
    width: 45px;
    text-align: center;
    line-height: 32px;
    padding: 0;
    font-size: 23px;
  }
  .x-nav-menu {
    background: #111111;
    padding: 0;
  }
  .x-nav-menu a.x-menu-a-text &gt; b.x-caret:before {
    color: #fff !important;
  }
  .x-nav-menu &gt; li.menu-fly-search {
    display: none;
    background-color: #050505;
    padding: 15px;
    position: relative;
  }
  .x-nav-menu &gt; li.menu-fly-search input {
    background-color: #333;
    border: navajowhite;
    display: block;
    width: 100%;
  }
  .x-nav-menu &gt; li.menu-fly-search button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 19px;
    line-height: 1;
    bottom: 0;
    margin: auto;
    color: #fff;
  }
  .x-nav-menu li.x-menu-item {
    border-bottom: solid 1px #222;
    position: relative;
  }
  .x-nav-menu li.x-menu-item &gt; a.x-menu-a-text {
    display: block;
    position: static;
    padding: 5px 15px;
    border-bottom: none;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #fff !important;
    line-height: 40px !important;
  }
  .x-nav-menu li.x-menu-item &gt; a.x-menu-a-text &gt; b.x-caret {
    right: 0;
    bottom: auto;
    top: 0;
    width: 44px;
    height: 40px;
    line-height: 48px;
    text-align: center;
  }
  .x-nav-menu li.current-menu-ancestor &gt; a.x-menu-a-text,
  .x-nav-menu li.current-menu-parent &gt; a.x-menu-a-text,
  .x-nav-menu li.current-menu-item &gt; a.x-menu-a-text,
  .x-nav-menu li.menu-current &gt; a.x-menu-a-text,
  .x-nav-menu li &gt; a.x-menu-a-text:hover,
  .x-nav-menu li:hover &gt; a,
  .x-nav-menu li ul.x-sub-menu li:hover &gt; a {
    color: #fff;
  }
  .x-nav-menu li.current-menu-ancestor &gt; a.x-menu-a-text &gt; b.x-caret:before,
  .x-nav-menu li.current-menu-parent &gt; a.x-menu-a-text &gt; b.x-caret:before,
  .x-nav-menu li.current-menu-item &gt; a.x-menu-a-text &gt; b.x-caret:before,
  .x-nav-menu li.menu-current &gt; a.x-menu-a-text &gt; b.x-caret:before,
  .x-nav-menu li &gt; a.x-menu-a-text:hover &gt; b.x-caret:before,
  .x-nav-menu li:hover &gt; a &gt; b.x-caret:before,
  .x-nav-menu li ul.x-sub-menu li:hover &gt; a &gt; b.x-caret:before {
    color: #fff;
  }
  .x-nav-menu ul.x-sub-menu {
    background-color: #222;
    padding-left: 0;
  }
  .x-nav-menu ul.x-sub-menu &gt; li.x-menu-item &gt; a.x-menu-a-text {
    font-size: 12px;
    text-transform: none;
  }
  .x-nav-menu ul.x-sub-menu &gt; li.x-menu-item.x-sub-menu-open &gt; a.x-menu-a-text:before {
    border-top: solid 6px #444;
  }
  .x-nav-menu ul ul.x-sub-menu {
    background-color: #525252;
  }
  .x-nav-menu ul ul.x-sub-menu &gt; li.x-menu-item.x-sub-menu-open &gt; a.x-menu-a-text:before {
    border-top: solid 6px #525252;
  }
  .x-nav-menu ul ul ul.x-sub-menu {
    background-color: #5f5f5f;
  }
  .x-nav-menu ul ul ul.x-sub-menu &gt; li.x-menu-item.x-sub-menu-open &gt; a.x-menu-a-text:before {
    border-top: solid 6px #5f5f5f;
  }
  .x-nav-menu ul ul ul ul.x-sub-menu {
    background-color: #414141;
  }
  .x-nav-menu.menu-drop-fly {
    display: block;
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    width: 280px;
    left: -280px;
    border-right: solid 3px #ba8c5a;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-nav-menu.menu-drop-fly.in {
    left: 0;
  }
  .x-nav-menu.menu-drop-fly &gt; li.menu-fly-search {
    display: block !important;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
    display: inline-block;
    line-height: 42px;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon &gt; i.fa-shopping-cart {
    display: inline-block;
    border: solid 2px #222;
    height: 37px;
    width: 45px;
    text-align: center;
    line-height: 32px;
    padding: 0;
    font-size: 14px;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon &gt; i.fa-shopping-cart + span {
    margin-top: -25px;
    right: -8px;
  }
  header.header-mobile-1 {
    margin-top: 0 !important;
  }
  header.header-mobile-1 .header-logo-mobile {
    text-align: left;
  }
  header.header-mobile-1 .header-mobile-wrapper {
    background: #111111 !important;
  }
  header.header-mobile-1 .header-mobile-wrapper .icon-search-menu {
    color: #fff;
  }
  header.header-mobile-1 .header-mobile-wrapper .toggle-icon-wrapper {
    right: 15px;
    left: auto;
  }
  header.header-mobile-1 .header-mobile-wrapper .toggle-icon-wrapper .toggle-icon &gt; span {
    background: #fff;
  }
  header.header-mobile-1 .header-mobile-wrapper .toggle-icon-wrapper .toggle-icon:before,
  header.header-mobile-1 .header-mobile-wrapper .toggle-icon-wrapper .toggle-icon:after {
    background: #fff;
  }
  header.header-mobile-1 .header-mobile-wrapper .toggle-icon-wrapper.in .toggle-icon &gt; span {
    background: transparent;
  }
  header.header-mobile-1 .header-mobile-wrapper .header-customize {
    right: 47px;
    left: auto;
  }
  header.header-mobile-2 {
    margin-top: 0 !important;
  }
  header.header-mobile-2 .header-logo-mobile {
    text-align: left;
  }
  header.header-mobile-2 .header-mobile-wrapper {
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
  }
  header.header-mobile-2 .header-mobile-wrapper .icon-search-menu {
    color: #444;
  }
  header.header-mobile-2 .header-mobile-wrapper .toggle-icon-wrapper {
    right: 15px;
    left: auto;
  }
  header.header-mobile-2 .header-mobile-wrapper .toggle-icon-wrapper .toggle-icon &gt; span {
    background: #444;
  }
  header.header-mobile-2 .header-mobile-wrapper .toggle-icon-wrapper .toggle-icon:before,
  header.header-mobile-2 .header-mobile-wrapper .toggle-icon-wrapper .toggle-icon:after {
    background: #444;
  }
  header.header-mobile-2 .header-mobile-wrapper .toggle-icon-wrapper.in .toggle-icon &gt; span {
    background: transparent;
  }
  header.header-mobile-2 .header-mobile-wrapper .header-customize {
    right: 47px;
    left: auto;
  }
  header.header-mobile-3 {
    margin-top: 0 !important;
  }
  header.header-mobile-3 .header-logo-mobile {
    text-align: center;
  }
  header.header-mobile-3 .header-mobile-wrapper {
    background: #111 !important;
  }
  header.header-mobile-3 .header-mobile-wrapper .icon-search-menu {
    color: #fff;
  }
  header.header-mobile-3 .header-mobile-wrapper .toggle-icon-wrapper {
    left: 15px;
  }
  header.header-mobile-3 .header-mobile-wrapper .toggle-icon-wrapper .toggle-icon &gt; span {
    background: #fff;
  }
  header.header-mobile-3 .header-mobile-wrapper .toggle-icon-wrapper .toggle-icon:before,
  header.header-mobile-3 .header-mobile-wrapper .toggle-icon-wrapper .toggle-icon:after {
    background: #fff;
  }
  header.header-mobile-3 .header-mobile-wrapper .toggle-icon-wrapper.in .toggle-icon &gt; span {
    background: transparent;
  }
  header.header-mobile-3 .shopping-cart-wrapper {
    position: static;
  }
  header.header-mobile-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    left: -45px;
    right: auto;
  }
  .sticky-wrapper.is-sticky &gt; header.main-header {
    z-index: 997;
    left: 0;
    right: 0;
  }
  .sticky-wrapper:not(.is-sticky) {
    height: auto !important;
    position: relative !important;
  }
  .sticky-wrapper.is-sticky header.main-header ul.x-nav-menu {
    max-height: 450px;
    overflow: auto;
  }
  .sticky-wrapper.is-sticky header.main-header ul.x-nav-menu.menu-drop-fly {
    max-height: none;
  }
  .sticky-wrapper.is-sticky &gt; header.main-header.menu-drop-fly {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.menu-mobile-in .sticky-wrapper.is-sticky &gt; header.main-header.menu-drop-fly {
    left: 280px;
    right: -280px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}
@media screen and (max-width: 480px) {
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    min-width: 280px;
  }
}
@media screen and (max-width: 320px) {
  #wpadminbar {
    top: -46px;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    min-width: 254px;
  }
}
/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
footer.main-footer-wrapper {
  position: relative;
  background-color: #2f2f2f;
  color: #8f8f8f;
  text-transform: none;
}
footer.main-footer-wrapper .footer-above-wrapper {
  text-align: center;
}
footer.main-footer-wrapper h4.widget-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer.main-footer-wrapper h4.widget-title:after {
  display: none;
}
footer.main-footer-wrapper .sidebar aside {
  margin-bottom: 0;
  border: 0;
  padding: 0;
}
footer.main-footer-wrapper .sidebar .widget-instagram {
  margin: 0;
  padding: 0;
}
footer.main-footer-wrapper .sidebar .widget-social-profile li a i.fa {
  color: #ffffff;
}
footer.main-footer-wrapper .sidebar .widget {
  background: #2f2f2f;
}
footer.main-footer-wrapper .footer-logo .sub-description {
  padding-top: 32px;
  line-height: 22px;
  font-size: 14px;
  color: #888;
}
footer.main-footer-wrapper .sidebar-bottom-left {
  text-align: left;
  font-family: 'Montserrat';
  color: #878787;
  font-size: 13px;
  line-height: 42px;
}
footer.main-footer-wrapper .sidebar-bottom-left .textwidget {
  line-height: 42px;
}
footer.main-footer-wrapper .sidebar-bottom-right {
  text-align: right;
}
footer.main-footer-wrapper .bottom-bar-wrapper {
  font-size: 11px;
  text-align: center;
  background-color: #eeeeee;
  font-family: 'Montserrat';
  color: #333333;
}
footer.main-footer-wrapper .bottom-bar-wrapper .bottom-bar-inner {
  padding-top: 18px;
  padding-bottom: 18px;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar aside {
  margin-bottom: 0;
  background-color: #eeeeee;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu {
  overflow: visible;
  border: none;
  margin: 0;
  padding: 0;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu &gt; li &gt; a {
  line-height: 42px;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu &gt; li &gt; a:hover {
  color: #fff;
  background: transparent;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu li &gt; a {
  font-size: 12px;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu li:before {
  display: none;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu li:hover &gt; ul {
  display: block;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu &gt; li {
  padding: 0;
  margin: 0;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu &gt; li + li {
  margin-left: 20px;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu &gt; li ul {
  display: none;
  border-bottom: solid 2px #ba8c5a;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 100%;
  background-color: #fefefe;
  color: #333333;
  text-align: left;
  margin: 0;
  min-width: 150px;
  padding-left: 0;
  padding-top: 5px;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu &gt; li ul li {
  display: block;
  line-height: 26px;
  padding: 0 15px;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu &gt; li ul li + li {
  border-top: solid 1px #eeeeee;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu &gt; li ul ul {
  left: 100%;
  top: 0;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_text a {
  font-weight: 700;
  color: #bebebe;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_text a:hover {
  color: #ba8c5a;
}
footer.main-footer-wrapper .bottom-bar-text {
  margin: 0;
  line-height: 42px;
  text-transform: uppercase;
  word-spacing: 0.1em;
}
footer.main-footer-wrapper .collapse:before {
  content: "\f054";
  font-family: "fontawesome";
  position: absolute;
  right: 10px;
}
footer.main-footer-wrapper .expanded,
footer.main-footer-wrapper .collapse {
  display: block;
  visibility: visible;
  cursor: pointer;
}
footer.main-footer-wrapper .expanded:before {
  content: "\f078";
  font-family: "fontawesome";
  position: absolute;
  right: 10px;
}
body.footer-static {
  padding-bottom: 0px !important;
}
body.footer-static footer.enable-parallax {
  position: relative;
}
@media only screen and (min-width: 992px) {
  footer.enable-parallax {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    width: 100%;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
  body.boxed footer.enable-parallax {
    max-width: 1200px;
  }
}
@media screen and (max-width: 800px) {
  footer.main-footer-wrapper h4.widget-title {
    margin-top: 20px;
  }
  footer.main-footer-wrapper .sidebar-bottom-right {
    text-align: left;
  }
  footer.main-footer-wrapper.footer-collapse-able h4.widget-title {
    margin-bottom: 0;
  }
  footer.main-footer-wrapper.footer-collapse-able h4.widget-title + div {
    padding-top: 18px;
    margin: 0;
  }
  footer.main-footer-wrapper .sidebar-bottom-left {
    line-height: 2.2;
  }
  footer.main-footer-wrapper .sidebar-bottom-left .textwidget {
    line-height: 2.2;
    text-align: center;
  }
  footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu &gt; div &gt; ul.menu {
    text-align: center;
  }
}
/**
 * 6.0 - Widget
 * ----------------------------------------------------------------------------
 */
.search-form {
  position: relative;
}
.search-form input[type="text"] {
  width: 100%;
  padding-right: 48px;
  height: 50px;
  line-height: 50px;
  border-color: #F3F3F3;
}
.search-form input[type="text"]:focus {
  border-color: #ba8c5a;
}
.search-form input[type="text"]:focus + button {
  color: #ba8c5a;
}
.search-form button[type="submit"] {
  position: absolute;
  border: none;
  right: 0;
  top: 0;
  padding: 0;
  width: 50px;
  font-family: 'Montserrat';
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  color: #333333;
  font-size: 14px;
}
.search-form button[type="submit"]:hover {
  color: #ba8c5a;
}
.screen-reader-text {
  display: none;
}
/*-------------------------------------
CALENDAR
---------------------------------------*/
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  color: #222222;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0;
  font-weight: 600;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #222222;
}
#wp-calendar tbody {
  color: #333333;
  font-size: 13px;
}
#wp-calendar tbody td {
  background: #eeeeee;
  border: 1px solid #fff;
  text-align: center;
  padding: 6px;
}
#wp-calendar tbody td.pad:hover {
  background: transparent !important;
}
#wp-calendar tbody td:hover {
  color: #fff;
  background: #ba8c5a;
}
#wp-calendar tbody td:hover a {
  color: #fff;
}
#wp-calendar tbody a {
  font-weight: bold;
  color: #ba8c5a;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.widget-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  margin-bottom: 25px;
}
.widget-social-profile {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.widget-social-profile li {
  display: inline-block;
  vertical-align: middle;
}
.widget-social-profile li a {
  display: inline-block;
}
.widget-social-profile li a i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin: 0;
}
.widget-social-profile li a i:before {
  line-height: 24px !important;
}
.widget-social-profile li a i.icon {
  margin-top: 0px;
}
.widget-social-profile li a:hover i {
  color: #ba8c5a;
}
.widget-social-profile li + li {
  margin-left: 8px;
}
.widget-social-profile.social-icon li a span {
  display: none;
}
.widget-social-profile .owl-carousel {
  padding: 0;
  margin: 0;
  letter-spacing: -4px;
  text-align: center;
  overflow: auto;
  font-weight: 600;
  font-family: 'Montserrat';
}
.widget-social-profile .owl-carousel .owl-item {
  background: #222222;
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: initial;
}
.widget-social-profile .owl-carousel .owl-item a {
  display: block;
  text-decoration: none;
  line-height: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
.widget-social-profile .owl-carousel .owl-item a i {
  margin-right: 10px;
}
.widget-social-profile .owl-carousel .owl-item:nth-child(2n) {
  background-color: #333333;
}
.widget-social-profile .owl-carousel .owl-item:hover a {
  color: #ba8c5a;
}
.widget-social-profile .owl-carousel .owl-item:hover a i.fa {
  color: #ba8c5a;
}
.sidebar aside {
  border: 1px solid #eeeeee;
  font-size: 12px;
  letter-spacing: 0px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 35px;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sidebar .widget-images {
  padding: 0;
  border: 0;
  text-align: center;
}
.sidebar .widget-images img {
  max-width: 100%;
}
.sidebar .widget_crush_aboutme .crush-aboutme-header {
  text-align: center;
  padding-top: 25px;
  font-family: 'Montserrat';
}
.sidebar .widget_crush_aboutme .crush-aboutme-header h4 {
  margin: 0;
  padding-bottom: 24px;
  text-transform: uppercase;
  font-size: 12px;
}
.sidebar .widget_crush_aboutme .crush-aboutme-content {
  overflow: visible;
  font-size: 11px;
  margin-bottom: 25px;
  text-align: center;
}
.sidebar .widget_crush_aboutme .crush-aboutme-content p {
  margin: 0;
  margin-top: -10px;
  padding: 0;
  font-size: 12px;
}
.sidebar .widget_crush_aboutme .social-nav-circle {
  text-align: center;
}
.sidebar .widget_nav_menu &gt; div ul &gt; li {
  padding: 0;
}
.sidebar .widget_nav_menu &gt; div ul &gt; li a {
  font-size: 13px;
  font-family: 'Montserrat';
  color: #666;
  background: #f9f9f9;
  font-weight: 700;
  padding: 15px 5px 15px 23px;
  display: block;
  text-transform: uppercase;
}
.sidebar .widget_nav_menu &gt; div ul &gt; li a:hover {
  background: #ba8c5a;
  color: #fff;
}
.sidebar .widget_nav_menu &gt; div ul &gt; li::before {
  display: none;
  content: '';
}
.sidebar .widget_nav_menu &gt; div ul &gt; li.current-menu-item &gt; a {
  background: #ba8c5a;
  color: #fff;
}
.sidebar .tagcloud {
  font-size: 0;
}
.sidebar .tagcloud a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 9px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #f3f3f3;
}
.sidebar .tagcloud a:last-child {
  margin-right: 0;
}
.sidebar .tagcloud a:hover {
  background: #ba8c5a;
  color: #FFFFFF;
  text-decoration: none;
}
.sidebar select {
  width: 100%;
}
.sidebar .widget_archive &gt; ul,
.sidebar .widget_archive &gt; ol,
.sidebar .widget_categories &gt; ul,
.sidebar .widget_categories &gt; ol,
.sidebar .widget_product_categories &gt; ul,
.sidebar .widget_product_categories &gt; ol,
.sidebar .widget_nav_menu &gt; div &gt; ul,
.sidebar .widget_nav_menu &gt; div &gt; ol,
.sidebar .widget_meta &gt; ul,
.sidebar .widget_meta &gt; ol,
.sidebar .widget_meta &gt; ul,
.sidebar .widget_pages &gt; ol,
.sidebar .widget_pages &gt; ul,
.sidebar .widget_recent_comments &gt; ul,
.sidebar .widget_recent_comments &gt; ol,
.sidebar .widget_recent_entries &gt; ul,
.sidebar .widget_recent_entries &gt; ol,
.sidebar .widget_rss &gt; ul,
.sidebar .widget_rss &gt; ol {
  list-style: none;
  padding-left: 0;
  overflow: auto;
  margin: 0;
  line-height: 2;
  font-size: 12px;
}
.sidebar .widget_categories ul li,
.sidebar .widget_product_categories ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_recent_entries ul li,
.sidebar .widget_rss ul li,
.sidebar .widget_categories ol li,
.sidebar .widget_product_categories ol li,
.sidebar .widget_archive ol li,
.sidebar .widget_meta ol li,
.sidebar .widget_recent_comments ol li,
.sidebar .widget_recent_entries ol li,
.sidebar .widget_rss ol li {
  padding: 0;
  margin: 0;
  color: #333333;
}
.sidebar .widget_categories ul li a,
.sidebar .widget_product_categories ul li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_meta ul li a,
.sidebar .widget_recent_comments ul li a,
.sidebar .widget_recent_entries ul li a,
.sidebar .widget_rss ul li a,
.sidebar .widget_categories ol li a,
.sidebar .widget_product_categories ol li a,
.sidebar .widget_archive ol li a,
.sidebar .widget_meta ol li a,
.sidebar .widget_recent_comments ol li a,
.sidebar .widget_recent_entries ol li a,
.sidebar .widget_rss ol li a {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 11px;
  text-transform: uppercase;
}
.sidebar .widget_categories ul li:hover,
.sidebar .widget_product_categories ul li:hover,
.sidebar .widget_archive ul li:hover,
.sidebar .widget_meta ul li:hover,
.sidebar .widget_recent_comments ul li:hover,
.sidebar .widget_recent_entries ul li:hover,
.sidebar .widget_rss ul li:hover,
.sidebar .widget_categories ol li:hover,
.sidebar .widget_product_categories ol li:hover,
.sidebar .widget_archive ol li:hover,
.sidebar .widget_meta ol li:hover,
.sidebar .widget_recent_comments ol li:hover,
.sidebar .widget_recent_entries ol li:hover,
.sidebar .widget_rss ol li:hover {
  color: #ba8c5a;
}
.sidebar .widget_categories ul li:before,
.sidebar .widget_product_categories ul li:before,
.sidebar .widget_archive ul li:before,
.sidebar .widget_meta ul li:before,
.sidebar .widget_recent_comments ul li:before,
.sidebar .widget_recent_entries ul li:before,
.sidebar .widget_rss ul li:before,
.sidebar .widget_categories ol li:before,
.sidebar .widget_product_categories ol li:before,
.sidebar .widget_archive ol li:before,
.sidebar .widget_meta ol li:before,
.sidebar .widget_recent_comments ol li:before,
.sidebar .widget_recent_entries ol li:before,
.sidebar .widget_rss ol li:before {
  display: none;
}
.sidebar .widget_categories ul li + li,
.sidebar .widget_product_categories ul li + li,
.sidebar .widget_archive ul li + li,
.sidebar .widget_meta ul li + li,
.sidebar .widget_recent_comments ul li + li,
.sidebar .widget_recent_entries ul li + li,
.sidebar .widget_rss ul li + li,
.sidebar .widget_categories ol li + li,
.sidebar .widget_product_categories ol li + li,
.sidebar .widget_archive ol li + li,
.sidebar .widget_meta ol li + li,
.sidebar .widget_recent_comments ol li + li,
.sidebar .widget_recent_entries ol li + li,
.sidebar .widget_rss ol li + li {
  margin: 0;
}
.sidebar .widget_categories ul li + li a,
.sidebar .widget_product_categories ul li + li a,
.sidebar .widget_archive ul li + li a,
.sidebar .widget_meta ul li + li a,
.sidebar .widget_recent_comments ul li + li a,
.sidebar .widget_recent_entries ul li + li a,
.sidebar .widget_rss ul li + li a,
.sidebar .widget_categories ol li + li a,
.sidebar .widget_product_categories ol li + li a,
.sidebar .widget_archive ol li + li a,
.sidebar .widget_meta ol li + li a,
.sidebar .widget_recent_comments ol li + li a,
.sidebar .widget_recent_entries ol li + li a,
.sidebar .widget_rss ol li + li a {
  padding: 12px 0 0;
}
.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_product_categories li,
.sidebar .widget_meta li,
.sidebar .widget_pages li,
.sidebar .widget_recent_comments li,
.sidebar .widget_recent_entries li,
.sidebar .widget_rss li {
  padding-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.sidebar .widget_archive li a:hover,
.sidebar .widget_categories li a:hover,
.sidebar .widget_product_categories li a:hover,
.sidebar .widget_meta li a:hover,
.sidebar .widget_pages li a:hover,
.sidebar .widget_recent_comments li a:hover,
.sidebar .widget_recent_entries li a:hover,
.sidebar .widget_rss li a:hover {
  color: #ba8c5a;
}
.sidebar .widget_archive li.current-cat &gt; a,
.sidebar .widget_categories li.current-cat &gt; a,
.sidebar .widget_product_categories li.current-cat &gt; a,
.sidebar .widget_meta li.current-cat &gt; a,
.sidebar .widget_pages li.current-cat &gt; a,
.sidebar .widget_recent_comments li.current-cat &gt; a,
.sidebar .widget_recent_entries li.current-cat &gt; a,
.sidebar .widget_rss li.current-cat &gt; a,
.sidebar .widget_archive li.current-menu-item &gt; a,
.sidebar .widget_categories li.current-menu-item &gt; a,
.sidebar .widget_product_categories li.current-menu-item &gt; a,
.sidebar .widget_meta li.current-menu-item &gt; a,
.sidebar .widget_pages li.current-menu-item &gt; a,
.sidebar .widget_recent_comments li.current-menu-item &gt; a,
.sidebar .widget_recent_entries li.current-menu-item &gt; a,
.sidebar .widget_rss li.current-menu-item &gt; a {
  color: #ba8c5a;
}
.sidebar .widget_archive li.current-cat:before,
.sidebar .widget_categories li.current-cat:before,
.sidebar .widget_product_categories li.current-cat:before,
.sidebar .widget_meta li.current-cat:before,
.sidebar .widget_pages li.current-cat:before,
.sidebar .widget_recent_comments li.current-cat:before,
.sidebar .widget_recent_entries li.current-cat:before,
.sidebar .widget_rss li.current-cat:before,
.sidebar .widget_archive li.current-menu-item:before,
.sidebar .widget_categories li.current-menu-item:before,
.sidebar .widget_product_categories li.current-menu-item:before,
.sidebar .widget_meta li.current-menu-item:before,
.sidebar .widget_pages li.current-menu-item:before,
.sidebar .widget_recent_comments li.current-menu-item:before,
.sidebar .widget_recent_entries li.current-menu-item:before,
.sidebar .widget_rss li.current-menu-item:before {
  border-color: #ba8c5a;
}
.sidebar .widget_archive li:hover &gt; ul,
.sidebar .widget_categories li:hover &gt; ul,
.sidebar .widget_product_categories li:hover &gt; ul,
.sidebar .widget_meta li:hover &gt; ul,
.sidebar .widget_pages li:hover &gt; ul,
.sidebar .widget_recent_comments li:hover &gt; ul,
.sidebar .widget_recent_entries li:hover &gt; ul,
.sidebar .widget_rss li:hover &gt; ul {
  color: #333333;
}
.sidebar .widget_archive li .show_count,
.sidebar .widget_categories li .show_count,
.sidebar .widget_product_categories li .show_count,
.sidebar .widget_meta li .show_count,
.sidebar .widget_pages li .show_count,
.sidebar .widget_recent_comments li .show_count,
.sidebar .widget_recent_entries li .show_count,
.sidebar .widget_rss li .show_count {
  float: right;
}
.sidebar .widget_archive li:before,
.sidebar .widget_categories li:before,
.sidebar .widget_product_categories li:before,
.sidebar .widget_meta li:before,
.sidebar .widget_pages li:before,
.sidebar .widget_recent_comments li:before,
.sidebar .widget_recent_entries li:before,
.sidebar .widget_rss li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin-right: 5px;
  margin-top: -4px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 14px;
  color: #ba8c5a;
}
.sidebar .widget_archive &gt; ul &gt; li:first-child,
.sidebar .widget_categories &gt; ul &gt; li:first-child,
.sidebar .widget_product_categories &gt; ul &gt; li:first-child,
.sidebar .widget_nav_menu &gt; div &gt; ul &gt; li:first-child,
.sidebar .widget_meta &gt; ul &gt; li:first-child,
.sidebar .widget_pages &gt; ul &gt; li:first-child,
.sidebar .widget_recent_comments &gt; ul &gt; li:first-child,
.sidebar .widget_recent_entries &gt; ul &gt; li:first-child,
.sidebar .widget_rss &gt; ul &gt; li:first-child {
  padding-top: 0;
}
.sidebar .widget_archive li + li,
.sidebar .widget_categories li + li,
.sidebar .widget_product_categories li + li,
.sidebar .widget_nav_menu &gt; div li + li,
.sidebar .widget_meta li + li,
.sidebar .widget_pages li + li,
.sidebar .widget_recent_comments li + li,
.sidebar .widget_recent_entries li + li,
.sidebar .widget_rss li + li {
  margin-top: 6px;
}
.sidebar .widget_archive a,
.sidebar .widget_categories a,
.sidebar .widget_product_categories a,
.sidebar .widget_nav_menu &gt; div a,
.sidebar .widget_meta a,
.sidebar .widget_pages a,
.sidebar .widget_recent_comments a,
.sidebar .widget_recent_entries a,
.sidebar .widget_rss a {
  color: inherit;
}
.sidebar .widget_archive a:hover,
.sidebar .widget_categories a:hover,
.sidebar .widget_product_categories a:hover,
.sidebar .widget_nav_menu &gt; div a:hover,
.sidebar .widget_meta a:hover,
.sidebar .widget_pages a:hover,
.sidebar .widget_recent_comments a:hover,
.sidebar .widget_recent_entries a:hover,
.sidebar .widget_rss a:hover {
  text-decoration: none;
}
.sidebar .widget_archive ul ul,
.sidebar .widget_categories ul ul,
.sidebar .widget_product_categories ul ul,
.sidebar .widget_nav_menu ul ul,
.sidebar .widget_meta ul ul,
.sidebar .widget_pages ul ul,
.sidebar .widget_recent_comments ul ul,
.sidebar .widget_recent_entries ul ul,
.sidebar .widget_rss ul ul {
  padding-left: 18px;
  padding-top: 6px;
  list-style-type: none;
  text-transform: none;
}
.sidebar .widget_archive ul ul li:before,
.sidebar .widget_categories ul ul li:before,
.sidebar .widget_product_categories ul ul li:before,
.sidebar .widget_nav_menu ul ul li:before,
.sidebar .widget_meta ul ul li:before,
.sidebar .widget_pages ul ul li:before,
.sidebar .widget_recent_comments ul ul li:before,
.sidebar .widget_recent_entries ul ul li:before,
.sidebar .widget_rss ul ul li:before {
  color: #333333;
}
.sidebar .widget-download {
  margin: 0;
  padding: 0;
}
.sidebar .widget-download .widget-download-wrap {
  margin-bottom: 5px;
}
.sidebar .widget-download .widget-download-wrap a {
  display: block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eeeeee;
  text-align: left;
  padding-left: 25px;
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.sidebar .widget-download .widget-download-wrap a i {
  margin-right: 25px;
  font-size: 20px;
}
.sidebar ul.product_list_widget li {
  padding: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.sidebar ul.product_list_widget li img {
  float: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 76px;
  margin-left: 0px;
  margin-right: 15px;
  border: 1px solid #eeeeee;
}
.sidebar ul.product_list_widget li a {
  color: #333333;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 400;
  margin-bottom: 5px;
}
.sidebar ul.product_list_widget li a:hover {
  color: #ba8c5a;
  text-decoration: none;
}
.sidebar ul.product_list_widget li span.amount {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  font-family: 'Montserrat';
}
.sidebar ul.product_list_widget li ins {
  text-decoration: none;
  margin-right: 3px;
  font-family: 'Montserrat';
}
.sidebar ul.product_list_widget li del span.amount {
  font-size: 14px;
  color: #666;
  font-family: 'Montserrat';
}
.sidebar ul.product_list_widget li .star-rating {
  float: none;
  margin: 0 0 5px 0;
  font-size: 10px;
  width: 66px;
  height: 10px;
  letter-spacing: 3px;
}
.sidebar ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.sidebar .widget-posts-wrap {
  padding: 0;
}
.sidebar .widget-posts-wrap .widget_posts_item {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.sidebar .widget-posts-wrap .widget_posts_item + .widget_posts_item {
  margin-top: 15px;
}
.sidebar .widget-posts-wrap .widget_posts_item:last-child {
  padding-bottom: 0;
  border: 0;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail {
  width: 76px;
  float: left;
  margin-right: 10px;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail {
  position: relative;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  right: 0;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img {
  width: 100%;
  display: block;
}
.sidebar .widget-posts-wrap .widget-posts-content-wrap {
  position: relative;
  overflow: hidden;
}
.sidebar .widget-posts-wrap .widget-posts-title {
  font-size: 13px;
  color: #222222;
  font-family: 'Montserrat';
  line-height: 1;
  text-transform: capitalize;
}
.sidebar .widget-posts-wrap .widget-posts-title:hover {
  text-decoration: none;
  color: #ba8c5a;
}
.sidebar .widget-posts-wrap .widget-posts-date {
  font-size: 13px;
  color: #333333;
  font-family: 'Montserrat';
  font-style: italic;
}
.sidebar .widget-posts-wrap .owl-theme .owl-controls {
  display: none !important;
}
.sidebar .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item {
  margin-top: 20px;
}
.sidebar .widget-twitter-wrap i {
  font-size: 14px;
  color: #666;
  float: left;
  line-height: 2.2;
  padding-right: 10px;
}
.sidebar .widget-twitter-wrap .twitter-entry-content {
  overflow: hidden;
}
.sidebar .widget-twitter-wrap span.twitter-time {
  color: #333;
  display: block;
  font-family: 'Montserrat';
  font-style: italic;
  font-size: 13px;
}
.sidebar .widget-twitter-wrap span.twitter-content {
  color: #333333;
}
.sidebar .widget-twitter-wrap span.twitter-content a {
  color: #ba8c5a;
}
.sidebar .widget-twitter-wrap span.twitter-content a:hover {
  color: #222222;
}
.sidebar .widget-twitter-wrap .owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
}
.sidebar .widget-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget-contact-info &gt; li {
  margin-bottom: 20px;
  display: table;
}
.sidebar .widget-contact-info &gt; li &gt; i {
  font-size: 16px;
  color: #ba8c5a;
  vertical-align: middle;
  margin-top: 5px;
  padding-right: 10px;
  display: table-cell;
}
.sidebar .widget-contact-info &gt; li p,
.sidebar .widget-contact-info &gt; li a {
  overflow: hidden;
  color: #868686;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.sidebar .mail-chimp-wrapper &gt; p {
  line-height: 2.2;
  font-size: 14px;
  color: #888888;
  margin: 0 0 10px;
}
.sidebar .mail-chimp-wrapper input[type="text"],
.sidebar .mail-chimp-wrapper input[type="email"] {
  background: transparent;
  border: 1px solid #333333;
  height: 50px;
  color: #fff;
  margin: 0 0 11px;
  width: 100%;
}
.sidebar .mail-chimp-wrapper input[type="text"]:focus,
.sidebar .mail-chimp-wrapper input[type="email"]:focus {
  border: 1px solid #666666;
}
.sidebar .mail-chimp-wrapper input[type="submit"] {
  font-size: 13px;
  width: 100%;
  padding: 9px 0;
  background: #ffbf00;
  font-family: 'Montserrat';
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.sidebar .mail-chimp-wrapper input[type="submit"]:hover {
  background: #fff;
  color: #444;
  border: 1px solid transparent;
}
.sidebar .footer-logo .sub-description {
  padding-top: 28px;
  line-height: 28px;
}
.sidebar .widget-text-intro {
  font-size: 30px;
  text-align: center;
  border: dashed 3px #c5c5c5;
  padding: 55px 10px;
  font-weight: 100;
}
.sidebar .widget-instagram .widget-instagram-wrap ul.crush-instagram {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar .widget-instagram .widget-instagram-wrap ul.crush-instagram &gt; li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  float: left;
  position: relative;
}
.sidebar .widget-instagram .widget-instagram-wrap ul.crush-instagram &gt; li a.show-info:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidebar .widget-instagram .widget-instagram-wrap ul.crush-instagram &gt; li:hover a.show-info:after {
  opacity: 1;
  visibility: visible;
}
.sidebar .widget-instagram .widget-instagram-wrap ul.crush-instagram &gt; li:hover ul.item-info {
  opacity: 1;
  visibility: visible;
}
.sidebar .widget-instagram .widget-instagram-wrap ul.item-info {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sidebar .widget-instagram .widget-instagram-wrap ul.item-info &gt; li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding-right: 15px;
}
.sidebar .widget-instagram .widget-instagram-wrap ul.item-info &gt; li.likes:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f08a';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.sidebar .widget-instagram .widget-instagram-wrap ul.item-info &gt; li.comments:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0e5';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.sidebar .widget-instagram .widget-instagram-wrap.col-10 ul.crush-instagram &gt; li {
  width: 10%;
}
.sidebar .widget-instagram .widget-instagram-wrap.col-9 ul.crush-instagram &gt; li {
  width: 11.11111111%;
}
.sidebar .widget-instagram .widget-instagram-wrap.col-8 ul.crush-instagram &gt; li {
  width: 12.5%;
}
.sidebar .widget-instagram .widget-instagram-wrap.col-7 ul.crush-instagram &gt; li {
  width: 14.28571429%;
}
.sidebar .widget-instagram .widget-instagram-wrap.col-6 ul.crush-instagram &gt; li {
  width: 16.66666667%;
}
.sidebar .widget-instagram .widget-instagram-wrap.col-5 ul.crush-instagram &gt; li {
  width: 20%;
}
.sidebar .widget-instagram .widget-instagram-wrap.col-4 ul.crush-instagram &gt; li {
  width: 25%;
}
.sidebar .widget-instagram .widget-instagram-wrap.col-3 ul.crush-instagram &gt; li {
  width: 33.33333333%;
}
.sidebar .widget-instagram .widget-instagram-wrap.col-2 ul.crush-instagram &gt; li {
  width: 50%;
}
.sidebar .widget-instagram .widget-instagram-wrap.col-1 ul.crush-instagram &gt; li {
  width: 100%;
}
.right-sidebar aside + aside,
.left-sidebar aside + aside {
  margin-top: 40px;
}
.right-sidebar aside:last-child,
.left-sidebar aside:last-child {
  margin-bottom: 20px;
  border-bottom: none;
}
.widget-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-contact-info &gt; li {
  margin-bottom: 15px;
  display: table;
}
.widget-contact-info &gt; li &gt; i {
  display: table-cell;
  font-size: 16px;
  color: #ba8c5a;
  vertical-align: middle;
  margin-top: 0px;
  padding-right: 10px;
  width: 32px;
}
.widget-contact-info &gt; li p,
.widget-contact-info &gt; li a,
.widget-contact-info &gt; li span {
  overflow: hidden;
  color: #333333;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-family: 'Montserrat';
}
.get-touch {
  padding: 25px 0;
  background: #ba8c5a;
}
.get-touch p {
  font-size: 20px;
  font-style: italic;
  font-family: 'Montserrat';
  line-height: 2.2;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.get-touch a {
  height: 46px;
  line-height: 46px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  font-size: 13px;
  color: #fff;
  font-family: 'Montserrat';
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  float: right;
  text-decoration: none;
}
.get-touch a:hover {
  background: #222222;
  text-decoration: none;
}
.get-touch.style2 p {
  color: #333333;
}
.get-touch.style2 a {
  background: #222222;
  border: 1px solid #222222;
  text-decoration: none;
  color: #fff;
}
.get-touch.style2 a:hover {
  background: #fff;
  color: #222222;
  border: 1px solid #fff;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .widget-contact-info.hide-icon &gt; li &gt; i {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .widget-contact-info.hide-icon &gt; li &gt; i {
    display: inline-block;
  }
  .get-touch {
    text-align: center;
  }
  .get-touch a {
    margin-top: 15px;
    float: none;
  }
}
/**
 * 7.0 - Blog
 * ----------------------------------------------------------------------------
 */
.site-content-archive .no-sidebar .blog-wrap.blog-style-2 article {
  width: 33.333%;
}
.site-content-archive .no-sidebar .blog-wrap.blog-style-3 .post-item-full article {
  width: 100%;
}
.site-content-archive .no-sidebar .blog-wrap.blog-style-3 article {
  width: 33.333%;
}
.site-content-archive .no-sidebar .site-content-archive-inner {
  padding: 0;
}
.site-content-single {
  margin-bottom: 110px;
}
.site-content-single.no-sidebar .site-content-single-inner {
  max-width: 870px;
  margin: 0 auto;
}
.site-content-single .blog-single .entry-content-wrap {
  padding: 20px 40px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.site-content-single .blog-single .entry-content-wrap .entry-meta-footer {
  border-top: 1px solid #eeeeee;
  margin: 50px -20px 0;
  padding: 40px 20px 15px;
}
.blog-wrap article .inner-article {
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  position: relative;
}
.blog-wrap article .owl-theme .owl-controls {
  margin: 0;
}
.blog-wrap article.post-infinite {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.blog-wrap article.post-infinite .infinite-cover {
  position: relative;
  width: 100%;
}
.blog-wrap article.post-infinite .infinite-cover:after,
.blog-wrap article.post-infinite .infinite-cover:before {
  content: " ";
  display: table;
  clear: both;
}
.blog-wrap article.post-infinite .infinite-cover &gt; * {
  float: left;
}
.blog-wrap article.post-infinite .infinite-cover .post-featured {
  width: 100%;
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
}
.blog-wrap article.post-infinite .infinite-cover .post-featured.blog-list-left {
  padding-right: 400px;
  margin-right: -400px;
  float: left;
  min-height: 400px;
}
.blog-wrap article.post-infinite .infinite-cover .post-featured.blog-list-right {
  padding-left: 400px;
  margin-left: -400px;
  float: right;
}
.blog-wrap article.post-infinite .infinite-cover .post-featured img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-wrap article.post-infinite .infinite-cover .post-featured .entry-thumbnail-wrap {
  margin: 0;
}
.blog-wrap article.post-infinite .infinite-cover .post-container {
  border: 1px solid #eeeeee;
  width: 400px;
  padding: 0 30px 60px 30px;
  height: 100%;
  border-bottom: 0;
}
.blog-wrap article.post-infinite .infinite-cover .post-container.ab-right {
  position: absolute;
  right: 0;
  top: 0;
}
.blog-wrap article.post-infinite .infinite-cover .post-container.ab-left {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-header {
  margin-bottom: 15px;
  font-family: 'Montserrat';
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-header .entry-meta-category {
  margin-bottom: 5px;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-header .entry-title {
  margin-bottom: 10px;
  line-height: 1.4;
  padding-left: 5%;
  padding-right: 5%;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-header .entry-title a {
  font-size: 16px;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-header p {
  font-family: 'Montserrat';
  font-size: 12px;
  color: #888888;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 10px;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-header:after {
  display: inline-block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #bc8e5c;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-content {
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  margin-bottom: 15px;
  text-align: center;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-content p {
  margin-bottom: 0px;
  line-height: 2.2;
  text-align: left;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-footer {
  padding: 0 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-family: 'Montserrat';
  text-align: center;
  font-size: 0;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-footer .excerpt-footer {
  text-align: center;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-footer .excerpt-footer:after {
  content: '';
  display: none;
  width: auto;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-footer &gt; * {
  font-size: 1rem;
  vertical-align: top;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-footer:after {
  content: '';
  display: none;
  width: 100%;
  height: auto;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-footer .social-nav-circle {
  display: none !important;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-footer .footer-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 50px;
  text-align: center;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-footer .footer-item &gt; a {
  text-decoration: none;
  color: #333333;
}
.blog-wrap article.post-infinite .infinite-cover .post-container .post-footer .footer-item &gt; a i {
  font-size: 15px;
  color: #bc8e5c;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: text-top;
  margin-right: 3px;
}
.blog-wrap article.post-infinite.format-quote {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  clear: both;
}
.blog-wrap article.post-infinite.format-quote:before,
.blog-wrap article.post-infinite.format-quote:after {
  content: "";
  display: table;
  clear: both;
}
.blog-wrap article.post-infinite.format-quote .post-featured {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.blog-wrap article.post-infinite.format-quote .post-featured &gt; a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 520;
}
.blog-wrap article.post-infinite.format-quote .post-featured img {
  -webkit-transition: 3ms;
  -moz-transition: 3ms;
  -ms-transition: 3ms;
  -o-transition: 3ms;
  transition: 3ms;
}
.blog-wrap article.post-infinite.format-quote .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 3ms;
  -moz-transition: 3ms;
  -ms-transition: 3ms;
  -o-transition: 3ms;
  transition: 3ms;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 512;
}
@media (max-width: 992px) {
  .blog-wrap article .infinite-cover {
    display: table;
  }
  .blog-wrap article .infinite-cover .post-featured {
    display: table-caption;
    height: 300px;
    width: 100%;
  }
  .blog-wrap article .infinite-cover .post-container {
    float: right;
    width: 100%;
  }
}
.blog-wrap article.post-parallax {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0;
}
.blog-wrap article.post-parallax .parallax-bg {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position-x: 50%;
}
.blog-wrap article.post-parallax .parallax-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-wrap article.post-parallax .post-featured {
  padding: 0;
}
.blog-wrap article.post-parallax .post-featured .entry-thumbnail-wrap {
  margin: 0;
}
.blog-wrap article.post-parallax .owl-theme .owl-controls {
  margin: 0;
}
.blog-wrap article.post-parallax .post-small {
  margin-bottom: 200px;
  margin-top: 200px;
  padding-top: 20px;
  background: #ffffff;
}
.blog-wrap article.post-parallax .post-small .post-header {
  margin-bottom: 15px;
  margin-top: 20px;
}
.blog-wrap article.post-parallax .post-small .post-content {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-wrap article.post-parallax .post-small .post-footer {
  padding: 0 20px;
  font-family: 'Montserrat';
  text-align: justify;
  text-justify: distribute;
  font-size: 0;
}
.blog-wrap article.post-parallax .post-small .post-footer &gt; * {
  font-size: 1rem;
  vertical-align: top;
}
.blog-wrap article.post-parallax .post-small .post-footer:after {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  height: auto;
}
.blog-wrap article.post-parallax .post-small .post-footer .social-nav-circle {
  display: none;
}
.blog-wrap article.post-parallax .post-small .post-footer .footer-item {
  color: #333333;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 50px;
  vertical-align: middle;
}
.blog-wrap article.post-parallax .post-small .post-footer .footer-item .post-sharing &gt; a {
  display: block;
}
.blog-wrap article.post-parallax .post-small .post-footer .footer-item .post-sharing.show .social-nav-circle {
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  text-align: center;
  display: block;
}
.blog-wrap article.post-parallax .post-small .post-footer .footer-item &gt; a {
  text-decoration: none;
  color: inherit;
}
.blog-wrap article.post-parallax .post-small .post-footer .footer-item &gt; a i {
  font-size: 15px;
  color: #bc8e5c;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: text-top;
  margin-right: 3px;
}
.blog-wrap article.post-parallax .post-small .post-footer .footer-item &gt; a:hover {
  color: #ba8c5a;
}
.blog-wrap article.post-parallax.format-quote {
  min-height: 800px;
  margin: 0;
}
.blog-wrap article.post-parallax.format-quote .blockquote-container {
  width: 770px;
  margin: 0 auto;
}
.blog-wrap article.post-parallax.format-quote .overlay p {
  padding: 0;
}
.blog-wrap article.post-small {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.blog-wrap article.post-small .post-featured {
  width: 100%;
  height: 100%;
  padding: 20px 20px 0;
  margin: 0;
  outline: none;
}
.blog-wrap article.post-small .post-featured .img {
  outline: none;
}
.blog-wrap article.post-small .post-featured &gt; div {
  outline: none;
}
.blog-wrap article.post-small .post-featured &gt; div img {
  z-index: 10;
  outline: none;
}
.blog-wrap article.post-small .post-featured .slick-prev,
.blog-wrap article.post-small .post-featured .slick-next {
  width: 36px;
  height: 36px;
  background-color: #222222;
  opacity: 0.6;
  border-radius: 50%;
}
.blog-wrap article.post-small .post-featured .slick-prev:before,
.blog-wrap article.post-small .post-featured .slick-next:before {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.blog-wrap article.post-small .post-featured .slick-prev:hover,
.blog-wrap article.post-small .post-featured .slick-next:hover {
  opacity: 0.9;
}
.blog-wrap article.post-small .post-featured .slick-next {
  right: 20px;
  z-index: 20;
}
.blog-wrap article.post-small .post-featured .slick-next:before {
  margin-left: 3px;
}
.blog-wrap article.post-small .post-featured .slick-prev {
  left: 20px;
  z-index: 20;
}
.blog-wrap article.post-small .post-featured .slick-prev:before {
  margin-right: 3px;
}
.blog-wrap article.post-small .post-featured img {
  width: 100%;
  height: 100%;
}
.blog-wrap article.post-small .post-container {
  padding: 0 20px;
}
.blog-wrap article.post-small .post-container .post-header {
  margin-bottom: 15px;
  margin-top: 0;
  font-family: 'Montserrat';
}
.blog-wrap article.post-small .post-container .post-header .entry-title {
  margin-bottom: 15px;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
}
.blog-wrap article.post-small .post-container .post-header .entry-title a {
  font-size: 16px;
}
.blog-wrap article.post-small .post-container .post-header p {
  font-family: 'Montserrat';
  font-size: 12px;
  color: #888888;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 10px;
}
.blog-wrap article.post-small .post-container .post-header:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #bc8e5c;
}
.blog-wrap article.post-small .post-container .post-content {
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Raleway';
  font-size: 13px;
  margin-bottom: 15px;
}
.blog-wrap article.post-small .post-container .post-content p {
  margin-bottom: 0px;
  text-align: left;
  line-height: 2.2;
}
.blog-wrap article.post-small .post-container .post-footer {
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Montserrat';
  text-align: justify;
  font-size: 0;
}
.blog-wrap article.post-small .post-container .post-footer &gt; * {
  font-size: 1rem;
  vertical-align: top;
}
.blog-wrap article.post-small .post-container .post-footer:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: auto;
}
.blog-wrap article.post-small .post-container .post-footer .social-nav-circle {
  display: none;
}
.blog-wrap article.post-small .post-container .post-footer .footer-item {
  color: #333333;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 50px;
  vertical-align: middle;
}
.blog-wrap article.post-small .post-container .post-footer .footer-item &gt; a {
  text-decoration: none;
  color: inherit;
}
.blog-wrap article.post-small .post-container .post-footer .footer-item &gt; a i {
  font-size: 15px;
  color: #bc8e5c;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: text-top;
  margin-right: 3px;
}
.blog-wrap article.post-small .post-container .post-footer .footer-item &gt; a:hover {
  color: #ba8c5a;
}
@media (max-width: 480px) {
  .blog-wrap article.post-small .post-container .post-footer .footer-item:last-child {
    display: none;
  }
}
.blog-wrap article.post-blog-list {
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  background-color: #ffffff;
  padding: 25px 20px;
  overflow: auto;
}
.blog-wrap article.post-blog-list .inner-article {
  border: 0;
}
.blog-wrap article.post-blog-list .post-featured {
  max-width: 350px;
  width: 100%;
  height: 100%;
  float: left;
  padding: 0;
  margin: 0;
  outline: none;
}
.blog-wrap article.post-blog-list .post-featured .img {
  outline: none;
}
.blog-wrap article.post-blog-list .post-featured &gt; div {
  outline: none;
}
.blog-wrap article.post-blog-list .post-featured &gt; div img {
  z-index: 10;
  outline: none;
}
.blog-wrap article.post-blog-list .post-featured .slick-prev,
.blog-wrap article.post-blog-list .post-featured .slick-next {
  width: 36px;
  height: 36px;
  background-color: #222222;
  opacity: 0.6;
  border-radius: 50%;
}
.blog-wrap article.post-blog-list .post-featured .slick-prev:before,
.blog-wrap article.post-blog-list .post-featured .slick-next:before {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.blog-wrap article.post-blog-list .post-featured .slick-prev:hover,
.blog-wrap article.post-blog-list .post-featured .slick-next:hover {
  opacity: 0.9;
}
.blog-wrap article.post-blog-list .post-featured .slick-next {
  right: 20px;
  z-index: 20;
}
.blog-wrap article.post-blog-list .post-featured .slick-next:before {
  margin-left: 3px;
}
.blog-wrap article.post-blog-list .post-featured .slick-prev {
  left: 20px;
  z-index: 20;
}
.blog-wrap article.post-blog-list .post-featured .slick-prev:before {
  margin-right: 3px;
}
.blog-wrap article.post-blog-list .post-featured img {
  width: 100%;
  height: 100%;
}
.blog-wrap article.post-blog-list .post-footer {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Montserrat';
  text-align: center;
  font-size: 0;
}
.blog-wrap article.post-blog-list .post-footer .excerpt-footer {
  position: relative;
}
.blog-wrap article.post-blog-list .post-footer &gt; * {
  font-size: 11px;
  vertical-align: top;
}
.blog-wrap article.post-blog-list .post-footer:after {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  height: auto;
}
.blog-wrap article.post-blog-list .post-footer .social-nav-circle {
  display: none;
}
.blog-wrap article.post-blog-list .post-footer .post-sharing.show .social-nav-circle {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  text-align: center;
}
.blog-wrap article.post-blog-list .post-footer .footer-item {
  color: #333333;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
}
.blog-wrap article.post-blog-list .post-footer .footer-item &gt; a {
  text-decoration: none;
  color: inherit;
}
.blog-wrap article.post-blog-list .post-footer .footer-item &gt; a i {
  font-size: 15px;
  color: #bc8e5c;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: text-top;
  margin-right: 3px;
}
.blog-wrap article.post-blog-list .post-container {
  overflow: hidden;
  padding-left: 30px;
}
.blog-wrap article.post-blog-list .post-container .post-header {
  margin-bottom: 25px;
  font-family: 'Montserrat';
  margin-top: 0;
  text-align: left;
}
.blog-wrap article.post-blog-list .post-container .post-header .entry-meta-category {
  text-align: left;
}
.blog-wrap article.post-blog-list .post-container .post-header h3 {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 18px;
  padding: 0;
  text-align: left;
}
.blog-wrap article.post-blog-list .post-container .post-header h3 a {
  font-size: 18px;
}
.blog-wrap article.post-blog-list .post-container .post-header p {
  font-family: 'Montserrat';
  font-size: 12px;
  color: #888888;
  padding-right: 5%;
  margin-bottom: 10px;
}
.blog-wrap article.post-blog-list .post-container .post-header:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #bc8e5c;
}
.blog-wrap article.post-blog-list .post-container .post-content {
  width: 100%;
  height: auto;
  padding: 0;
  font-family: 'Raleway';
  font-size: 14px;
  margin-bottom: 15px;
}
.blog-wrap article.post-blog-list .post-container .post-content p {
  margin-bottom: 20px;
  line-height: 2.2;
  text-align: left;
}
.blog-wrap article.post-blog-list .post-container .post-content p:last-child {
  margin-bottom: 0;
}
.blog-wrap article.post-blog-list .post-container hr {
  display: none;
}
.blog-wrap article.post-blog-list .post-container .post-footer {
  display: none;
}
@media (max-width: 768px) {
  .blog-wrap article.post-blog-list {
    padding-bottom: 0;
  }
  .blog-wrap article.post-blog-list .post-featured {
    float: none;
    max-width: none;
    margin-bottom: 30px;
  }
  .blog-wrap article.post-blog-list .post-featured .post-footer {
    display: none;
  }
  .blog-wrap article.post-blog-list .post-container {
    text-align: center;
    overflow: auto;
  }
  .blog-wrap article.post-blog-list .post-container hr {
    display: block;
  }
  .blog-wrap article.post-blog-list .post-container .post-footer {
    margin-top: 0;
    display: block;
    text-align: justify;
    text-justify: distribute;
  }
}
@media (max-width: 480px) {
  .blog-wrap article.post-blog-list .post-container .post-footer {
    text-align: center;
  }
}
.blog-wrap .masonry-wrap {
  margin: 0 -15px;
}
.blog-wrap.blog-style-2 .blog-paging-wrapper {
  margin-top: 48px;
  text-align: left;
}
.blog-wrap.blog-style-2 article {
  padding: 0 15px;
  width: 50%;
  float: left;
  height: auto;
  background: #f9f9f9;
}
.blog-wrap.blog-style-2 article.format-quote blockquote {
  margin: 0;
}
.blog-wrap.blog-style-2 article.format-quote .overlay p {
  font-size: 13px;
  padding-left: 40px;
  padding-right: 40px;
}
.blog-wrap.blog-style-2 article .post-container .post-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 23px;
}
.blog-wrap.blog-style-2 article .post-container .post-footer {
  padding: 20px 22px;
}
.blog-wrap.blog-style-2 article .post-container .post-footer .footer-item a {
  font-size: 11px;
}
.blog-wrap.blog-style-2 article .post-container .post-footer .footer-item .post-sharing &gt; a {
  display: block;
}
.blog-wrap.blog-style-2 article .post-container .post-footer .footer-item .post-sharing .social-nav-circle {
  display: none;
}
.blog-wrap.blog-style-2 article .post-container .post-footer .footer-item .post-sharing.show .social-nav-circle {
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  text-align: center;
}
.blog-wrap.blog-style-3 .blog-paging-wrapper {
  margin-top: 44px;
  text-align: left;
}
.blog-wrap.blog-style-3 .post-item-full article {
  float: none;
  width: 100%;
  padding: 20px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.blog-wrap.blog-style-3 .post-item-full article.format-quote .overlay p {
  font-size: 25px;
}
.blog-wrap.blog-style-3 .post-item-full article .inner-article {
  border: 0;
  position: relative;
}
.blog-wrap.blog-style-3 .post-item-full article .post-featured {
  padding: 0;
}
.blog-wrap.blog-style-3 article {
  padding: 0 15px;
  width: 50%;
  float: left;
  height: auto;
  background: #f9f9f9;
}
.blog-wrap.blog-style-3 article.format-quote .overlay p {
  font-size: 13px;
}
.blog-wrap.blog-style-3 article.format-quote .inner-article {
  position: relative;
}
.blog-wrap.blog-style-3 .masonry-wrap article .post-container .post-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 23px;
}
.blog-wrap.blog-style-3 .masonry-wrap article .post-container .post-footer {
  padding: 20px 22px;
}
.blog-wrap.blog-style-3 .masonry-wrap article .post-container .post-footer .footer-item a {
  font-size: 11px;
}
.blog-wrap.blog-style-3 .masonry-wrap article .post-container .post-footer .footer-item .post-sharing &gt; a {
  display: block;
}
.blog-wrap.blog-style-3 .masonry-wrap article .post-container .post-footer .footer-item .post-sharing .social-nav-circle {
  display: none;
}
.blog-wrap.blog-style-3 .masonry-wrap article .post-container .post-footer .footer-item .post-sharing.show .social-nav-circle {
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  text-align: center;
}
.blog-wrap.blog-style-4 .blog-paging-wrapper {
  margin-top: 50px;
  text-align: center;
}
.blog-wrap.blog-style-4 .format-audio iframe {
  height: auto;
  border: none;
}
.blog-wrap.blog-style-5 .blog-paging-wrapper {
  margin-top: 20px;
  text-align: left;
}
.blog-wrap.blog-style-6 .blog-paging-wrapper {
  margin-top: 75px;
  text-align: left;
}
.blog-inner .entry-thumbnail-wrap,
.crush-post .crush-post-image .entry-thumbnail-wrap {
  margin-bottom: 40px;
}
.blog-inner .entry-thumbnail,
.crush-post .crush-post-image .entry-thumbnail {
  position: relative;
}
.blog-inner .entry-thumbnail a.prettyPhoto,
.crush-post .crush-post-image .entry-thumbnail a.prettyPhoto {
  position: absolute;
  top: 0;
  width: 56px;
  height: 55px;
  right: 0;
  line-height: 54px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-inner .entry-thumbnail:hover a.entry-thumbnail_overlay:before,
.crush-post .crush-post-image .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.blog-inner .entry-thumbnail:hover a.prettyPhoto,
.crush-post .crush-post-image .entry-thumbnail:hover a.prettyPhoto {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blog-inner.blog-single .format-quote,
.crush-post .crush-post-image.blog-single .format-quote {
  margin-bottom: 44px;
}
.blog-inner.blog-single .entry-meta-category,
.crush-post .crush-post-image.blog-single .entry-meta-category {
  text-align: center;
}
.blog-inner.blog-single .entry-meta-category a,
.crush-post .crush-post-image.blog-single .entry-meta-category a {
  font-size: 12px;
  text-transform: uppercase;
  color: #ba8c5a;
  border: 2px solid #ba8c5a;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 35px;
  margin-top: 0;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 10px;
  padding: 0 25px;
  font-family: 'Montserrat';
}
.blog-inner.blog-single .entry-thumbnail,
.crush-post .crush-post-image.blog-single .entry-thumbnail {
  overflow: hidden;
}
.blog-inner.blog-single .entry-thumbnail img,
.crush-post .crush-post-image.blog-single .entry-thumbnail img {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.blog-inner.blog-single .entry-thumbnail:hover a.entry-thumbnail_overlay:before,
.crush-post .crush-post-image.blog-single .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
  content: "";
  display: none;
}
.blog-inner.blog-single .entry-thumbnail:hover a.prettyPhoto,
.crush-post .crush-post-image.blog-single .entry-thumbnail:hover a.prettyPhoto {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blog-inner.blog-single .entry-thumbnail:hover img,
.crush-post .crush-post-image.blog-single .entry-thumbnail:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1s, 1.1);
  opacity: .9;
}
.blog-inner.blog-single .entry-title,
.crush-post .crush-post-image.blog-single .entry-title {
  font-size: 25px;
  color: #333333;
  margin: 20px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.blog-inner.blog-single .entry-meta-tag-wrap,
.crush-post .crush-post-image.blog-single .entry-meta-tag-wrap {
  width: 60%;
  font-size: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  float: none;
}
.blog-inner.blog-single .entry-meta-tag-wrap &gt; *,
.crush-post .crush-post-image.blog-single .entry-meta-tag-wrap &gt; * {
  font-size: 1rem;
  vertical-align: top;
}
.blog-inner.blog-single .entry-meta-tag-wrap &gt; label,
.crush-post .crush-post-image.blog-single .entry-meta-tag-wrap &gt; label {
  font-family: 'Montserrat';
  font-size: 11px;
  text-transform: uppercase;
}
.blog-inner.blog-single .entry-meta-tag-wrap a,
.crush-post .crush-post-image.blog-single .entry-meta-tag-wrap a {
  padding: 5px 10px;
  border: 1px solid #ba8c5a;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: 'Montserrat';
  font-size: 11px;
  margin-bottom: 5px;
}
.blog-inner.blog-single .entry-meta-tag-wrap a + a,
.crush-post .crush-post-image.blog-single .entry-meta-tag-wrap a + a {
  margin-left: 5px;
}
.blog-inner.blog-single .entry-meta-tag-wrap a:hover,
.crush-post .crush-post-image.blog-single .entry-meta-tag-wrap a:hover {
  border: 1px solid #222222;
  color: #222222;
}
.blog-inner.blog-single .post-sharing,
.crush-post .crush-post-image.blog-single .post-sharing {
  width: 38%;
  font-size: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-align: right;
  float: right;
}
.blog-inner.blog-single .post-sharing &gt; *,
.crush-post .crush-post-image.blog-single .post-sharing &gt; * {
  font-size: 1rem;
  vertical-align: top;
}
.blog-inner.blog-single .post-sharing .share-main-icon,
.crush-post .crush-post-image.blog-single .post-sharing .share-main-icon {
  color: #333333;
  font-size: 11px;
  font-family: 'Montserrat';
  vertical-align: middle;
  line-height: 32px;
}
.blog-inner.blog-single .post-sharing .share-main-icon i,
.crush-post .crush-post-image.blog-single .post-sharing .share-main-icon i {
  color: #ba8c5a;
}
.blog-inner.blog-single .post-sharing .social-nav-circle,
.crush-post .crush-post-image.blog-single .post-sharing .social-nav-circle {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 32px;
}
.blog-inner.blog-single .post-sharing .social-nav-circle .social-share li a,
.crush-post .crush-post-image.blog-single .post-sharing .social-nav-circle .social-share li a {
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: center;
  border-radius: 0;
  color: #333333;
  font-size: 13px;
  padding: 0 5px;
}
.blog-inner.blog-single .entry-post-meta-wrap,
.crush-post .crush-post-image.blog-single .entry-post-meta-wrap {
  text-align: center;
}
.blog-inner.blog-single .entry-post-meta-wrap ul,
.crush-post .crush-post-image.blog-single .entry-post-meta-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.blog-inner.blog-single .entry-post-meta-wrap ul li,
.crush-post .crush-post-image.blog-single .entry-post-meta-wrap ul li {
  display: inline;
  font-size: 14px;
  font-style: italic;
  font-family: 'Montserrat';
}
.blog-inner.blog-single .entry-post-meta-wrap ul li a,
.crush-post .crush-post-image.blog-single .entry-post-meta-wrap ul li a {
  color: #888888;
  font-size: 14px;
}
.blog-inner.blog-single .entry-post-meta-wrap ul li:after,
.crush-post .crush-post-image.blog-single .entry-post-meta-wrap ul li:after {
  content: ' - ';
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 5px;
}
.blog-inner.blog-single .entry-post-meta-wrap ul li:last-child:after,
.crush-post .crush-post-image.blog-single .entry-post-meta-wrap ul li:last-child:after {
  content: '';
}
.blog-inner.blog-single .entry-post-meta-wrap:after,
.crush-post .crush-post-image.blog-single .entry-post-meta-wrap:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ba8c5a;
}
.blog-inner.blog-single .related-posts,
.crush-post .crush-post-image.blog-single .related-posts {
  background: #ffffff;
  padding: 0 20px;
  margin-bottom: 35px;
  border: 1px solid #eeeeee;
}
.blog-inner.blog-single .related-posts:before,
.crush-post .crush-post-image.blog-single .related-posts:before,
.blog-inner.blog-single .related-posts:after,
.crush-post .crush-post-image.blog-single .related-posts:after {
  content: " ";
  display: table;
}
.blog-inner.blog-single .related-posts:after,
.crush-post .crush-post-image.blog-single .related-posts:after {
  clear: both;
}
.blog-inner.blog-single .related-posts:before,
.crush-post .crush-post-image.blog-single .related-posts:before,
.blog-inner.blog-single .related-posts:after,
.crush-post .crush-post-image.blog-single .related-posts:after {
  content: " ";
  display: table;
}
.blog-inner.blog-single .related-posts:after,
.crush-post .crush-post-image.blog-single .related-posts:after {
  clear: both;
}
.blog-inner.blog-single .related-posts &gt; h2,
.crush-post .crush-post-image.blog-single .related-posts &gt; h2 {
  margin: 0 0 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.blog-inner.blog-single .related-posts .type-post,
.crush-post .crush-post-image.blog-single .related-posts .type-post {
  width: 33.33333333%;
  padding: 0 15px;
  float: left;
  text-align: center;
}
.blog-inner.blog-single .related-posts .type-post .entry-thumbnail-wrap,
.crush-post .crush-post-image.blog-single .related-posts .type-post .entry-thumbnail-wrap {
  margin-bottom: 0;
  height: 165px;
  overflow: hidden;
  position: relative;
}
.blog-inner.blog-single .related-posts .type-post .entry-thumbnail-wrap .embed-responsive,
.crush-post .crush-post-image.blog-single .related-posts .type-post .entry-thumbnail-wrap .embed-responsive {
  position: static;
}
.blog-inner.blog-single .related-posts .type-post.format-audio iframe,
.crush-post .crush-post-image.blog-single .related-posts .type-post.format-audio iframe {
  height: 165px;
}
.blog-inner.blog-single .related-posts .type-post .post-info h3,
.crush-post .crush-post-image.blog-single .related-posts .type-post .post-info h3 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.blog-inner.blog-single .related-posts .type-post .post-info h3 a,
.crush-post .crush-post-image.blog-single .related-posts .type-post .post-info h3 a {
  color: #333333;
}
.blog-inner.blog-single .related-posts .type-post .post-info h3:hover a,
.crush-post .crush-post-image.blog-single .related-posts .type-post .post-info h3:hover a {
  color: #ba8c5a;
}
.blog-inner.blog-single .related-posts .type-post .post-info p,
.crush-post .crush-post-image.blog-single .related-posts .type-post .post-info p {
  color: #888888;
  font-family: 'Montserrat';
}
.blog-inner.blog-single .related-posts .type-post .owl-theme .owl-controls .owl-buttons div,
.crush-post .crush-post-image.blog-single .related-posts .type-post .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  top: 50%;
  margin: -18px 0 0;
  padding: 0;
  z-index: 999;
  width: 36px;
  height: 36px;
  background-color: #000000;
  border-radius: 50%;
  line-height: 36px;
  transition: all 0.3s ease;
}
.blog-inner.blog-single .related-posts .type-post .owl-theme .owl-controls .owl-buttons div i,
.crush-post .crush-post-image.blog-single .related-posts .type-post .owl-theme .owl-controls .owl-buttons div i {
  font-size: 20px;
  line-height: 36px;
}
.blog-inner.blog-single .related-posts .type-post .owl-theme .owl-controls .owl-buttons div.owl-prev,
.crush-post .crush-post-image.blog-single .related-posts .type-post .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.blog-inner.blog-single .related-posts .type-post .owl-theme .owl-controls .owl-buttons div.owl-next,
.crush-post .crush-post-image.blog-single .related-posts .type-post .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 15px;
}
.blog-inner.blog-single .related-posts .type-post .owl-theme .owl-controls .owl-buttons div:hover,
.crush-post .crush-post-image.blog-single .related-posts .type-post .owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 0.8;
}
.blog-inner .entry-thumbnail_overlay img,
.crush-post .crush-post-image .entry-thumbnail_overlay img {
  width: 100%;
  display: block;
}
.blog-inner .entry-excerpt,
.crush-post .crush-post-image .entry-excerpt {
  margin-bottom: 35px;
}
.blog-inner .entry-excerpt p,
.crush-post .crush-post-image .entry-excerpt p {
  margin-bottom: 0;
  line-height: 2.2;
}
.blog-inner .entry-excerpt a.read-more,
.crush-post .crush-post-image .entry-excerpt a.read-more {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat';
  color: #ba8c5a;
}
.blog-inner .entry-post-meta-footer,
.crush-post .crush-post-image .entry-post-meta-footer {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.blog-inner .entry-post-meta-footer .entry-footer,
.crush-post .crush-post-image .entry-post-meta-footer .entry-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-inner .entry-post-meta-footer .entry-footer &gt; li,
.crush-post .crush-post-image .entry-post-meta-footer .entry-footer &gt; li {
  float: left;
}
.blog-inner .entry-post-meta-footer .entry-footer &gt; li.entry-meta-share,
.crush-post .crush-post-image .entry-post-meta-footer .entry-footer &gt; li.entry-meta-share {
  float: right;
}
.blog-inner .entry-post-meta-footer .entry-footer &gt; li.entry-meta-share &gt; a,
.crush-post .crush-post-image .entry-post-meta-footer .entry-footer &gt; li.entry-meta-share &gt; a {
  font-size: 13px;
  color: #666;
  font-family: 'Montserrat';
  border: 0;
}
.blog-inner .entry-post-meta-footer a,
.crush-post .crush-post-image .entry-post-meta-footer a {
  padding: 0 15px;
  border-right: 1px solid #eeeeee;
  font-size: 13px;
  color: #666;
  font-family: 'Montserrat';
}
.blog-inner .entry-post-meta-footer a i,
.crush-post .crush-post-image .entry-post-meta-footer a i {
  padding-right: 10px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.blog-inner .entry-post-meta-footer a:hover,
.crush-post .crush-post-image .entry-post-meta-footer a:hover {
  color: #ba8c5a;
}
.blog-inner .jp-audio a:hover,
.crush-post .crush-post-image .jp-audio a:hover,
.blog-inner .jp-play-bar,
.crush-post .crush-post-image .jp-play-bar,
.blog-inner .jp-play-bar,
.crush-post .crush-post-image .jp-play-bar,
.blog-inner .jp-volume-bar-value,
.crush-post .crush-post-image .jp-volume-bar-value {
  color: #e74c3c;
}
.blog-inner .jp-play-bar,
.crush-post .crush-post-image .jp-play-bar,
.blog-inner .jp-volume-bar-value,
.crush-post .crush-post-image .jp-volume-bar-value {
  background-color: #e74c3c;
}
.blog-inner .jp-interface,
.crush-post .crush-post-image .jp-interface {
  height: 80px;
  background-color: #222222;
}
.blog-inner .jp-controls,
.crush-post .crush-post-image .jp-controls {
  height: 80px;
  line-height: 80px;
}
.blog-inner .jp-seek-bar,
.crush-post .crush-post-image .jp-seek-bar {
  background-color: #4e4e4e;
  height: 4px;
}
.blog-inner article.format-gallery .owl-theme .owl-controls .owl-buttons div,
.crush-post .crush-post-image article.format-gallery .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 36px;
  height: 36px;
  line-height: 36px;
  top: 50%;
  background: rgba(0, 0, 0, 0.7);
  margin: -18px 0 0;
  padding: 0;
  z-index: 999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.blog-inner article.format-gallery .owl-theme .owl-controls .owl-buttons div i,
.crush-post .crush-post-image article.format-gallery .owl-theme .owl-controls .owl-buttons div i {
  font-size: 20px;
  line-height: 36px;
}
.blog-inner article.format-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev,
.crush-post .crush-post-image article.format-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 25px;
}
.blog-inner article.format-gallery .owl-theme .owl-controls .owl-buttons div.owl-next,
.crush-post .crush-post-image article.format-gallery .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 25px;
}
.blog-inner article .post-container .post-header,
.crush-post .crush-post-image article .post-container .post-header {
  margin-bottom: 30px;
  margin-top: 0px;
  font-family: 'Montserrat';
}
.blog-inner article .post-container .post-header .entry-meta-category,
.crush-post .crush-post-image article .post-container .post-header .entry-meta-category {
  margin-bottom: 15px;
}
.blog-inner article .post-container .post-header .entry-meta-category a,
.crush-post .crush-post-image article .post-container .post-header .entry-meta-category a {
  font-size: 12px;
  text-transform: uppercase;
  color: #ba8c5a;
  border: 2px solid #ba8c5a;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 35px;
  margin-top: 0px;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 10px;
  padding: 0 25px;
  font-family: 'Montserrat';
}
.blog-inner article .post-container .post-header h3,
.crush-post .crush-post-image article .post-container .post-header h3 {
  margin-bottom: 15px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.2;
}
.blog-inner article .post-container .post-header h3 a,
.crush-post .crush-post-image article .post-container .post-header h3 a {
  font-size: 25px;
  text-transform: uppercase;
  color: #333333;
}
.blog-inner article .post-container .post-header h3:hover a,
.crush-post .crush-post-image article .post-container .post-header h3:hover a {
  color: #bc8e5c;
}
.blog-inner article .post-container .post-header p,
.crush-post .crush-post-image article .post-container .post-header p {
  font-family: 'Montserrat';
  font-size: 12px;
  color: #888888;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 10px;
}
.blog-inner article .post-container .post-header:after,
.crush-post .crush-post-image article .post-container .post-header:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #bc8e5c;
}
.blog-inner article .post-container .post-content,
.crush-post .crush-post-image article .post-container .post-content {
  width: 100%;
  height: auto;
  padding-left: 45px;
  padding-right: 45px;
  font-family: 'Raleway';
  font-size: 13px;
  margin-bottom: 45px;
}
.blog-inner article .post-container .post-content p,
.crush-post .crush-post-image article .post-container .post-content p {
  line-height: 25px;
  text-align: left;
}
.blog-inner article .post-container .post-content p:last-child,
.crush-post .crush-post-image article .post-container .post-content p:last-child {
  margin-bottom: 0px;
}
.blog-inner article .post-container .post-content img,
.crush-post .crush-post-image article .post-container .post-content img {
  margin-bottom: 30px;
}
.blog-inner article .post-container .post-content blockquote,
.crush-post .crush-post-image article .post-container .post-content blockquote {
  font-family: 'Montserrat';
  font-style: italic;
  border-color: #bc8e5c;
  border-width: 3px;
  padding: 0;
  padding-left: 20px;
  color: #333333;
  margin: 0px 0px 30px 0px;
  font-size: 13px;
}
.blog-inner article .post-container .post-content blockquote p,
.crush-post .crush-post-image article .post-container .post-content blockquote p {
  margin-bottom: 0;
}
.blog-inner article .post-container .post-footer,
.crush-post .crush-post-image article .post-container .post-footer {
  padding: 35px 45px;
  font-family: 'Montserrat';
  font-size: 0px;
}
.blog-inner article .post-container .post-footer .single-footer,
.crush-post .crush-post-image article .post-container .post-footer .single-footer {
  text-align: justify;
  text-justify: distribute;
  font-size: 0px;
  line-height: 0;
}
.blog-inner article .post-container .post-footer .single-footer &gt; *,
.crush-post .crush-post-image article .post-container .post-footer .single-footer &gt; * {
  font-size: 1rem;
  vertical-align: top;
}
.blog-inner article .post-container .post-footer .single-footer:after,
.crush-post .crush-post-image article .post-container .post-footer .single-footer:after {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
}
.blog-inner article .post-container .post-footer .excerpt-footer,
.crush-post .crush-post-image article .post-container .post-footer .excerpt-footer {
  text-align: justify;
  text-justify: distribute;
  font-size: 0px;
  position: relative;
}
.blog-inner article .post-container .post-footer .excerpt-footer &gt; *,
.crush-post .crush-post-image article .post-container .post-footer .excerpt-footer &gt; * {
  font-size: 1rem;
  vertical-align: top;
}
.blog-inner article .post-container .post-footer .excerpt-footer:after,
.crush-post .crush-post-image article .post-container .post-footer .excerpt-footer:after {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
}
.blog-inner article .post-container .post-footer:after,
.crush-post .crush-post-image article .post-container .post-footer:after {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
}
.blog-inner article .post-container .post-footer .footer-item,
.crush-post .crush-post-image article .post-container .post-footer .footer-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.blog-inner article .post-container .post-footer .footer-item &gt; a,
.crush-post .crush-post-image article .post-container .post-footer .footer-item &gt; a,
.blog-inner article .post-container .post-footer .footer-item .post-sharing,
.crush-post .crush-post-image article .post-container .post-footer .footer-item .post-sharing {
  text-transform: uppercase;
}
.blog-inner article .post-container .post-footer .footer-item &gt; a &gt; a,
.crush-post .crush-post-image article .post-container .post-footer .footer-item &gt; a &gt; a,
.blog-inner article .post-container .post-footer .footer-item .post-sharing &gt; a,
.crush-post .crush-post-image article .post-container .post-footer .footer-item .post-sharing &gt; a {
  text-decoration: none;
  color: #333333;
  line-height: 32px;
  text-transform: uppercase;
}
.blog-inner article .post-container .post-footer .footer-item &gt; a &gt; a i,
.crush-post .crush-post-image article .post-container .post-footer .footer-item &gt; a &gt; a i,
.blog-inner article .post-container .post-footer .footer-item .post-sharing &gt; a i,
.crush-post .crush-post-image article .post-container .post-footer .footer-item .post-sharing &gt; a i {
  font-size: 15px;
  color: #bc8e5c;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: text-top;
  margin-right: 3px;
}
.blog-inner article .post-container .post-footer .footer-item &gt; a &gt; a:hover,
.crush-post .crush-post-image article .post-container .post-footer .footer-item &gt; a &gt; a:hover,
.blog-inner article .post-container .post-footer .footer-item .post-sharing &gt; a:hover,
.crush-post .crush-post-image article .post-container .post-footer .footer-item .post-sharing &gt; a:hover {
  color: #ba8c5a;
}
.blog-inner article .post-container .post-footer .footer-item &gt; a.show .social-nav-circle,
.crush-post .crush-post-image article .post-container .post-footer .footer-item &gt; a.show .social-nav-circle,
.blog-inner article .post-container .post-footer .footer-item .post-sharing.show .social-nav-circle,
.crush-post .crush-post-image article .post-container .post-footer .footer-item .post-sharing.show .social-nav-circle {
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  text-align: center;
  display: block !important;
}
.blog-inner article .post-container .post-footer .footer-item .tags,
.crush-post .crush-post-image article .post-container .post-footer .footer-item .tags {
  margin: 0;
  padding: 0;
  line-height: 0px;
}
.blog-inner article .post-container .post-footer .footer-item .tags span,
.crush-post .crush-post-image article .post-container .post-footer .footer-item .tags span {
  line-height: 32px;
  padding: 0;
  margin: 0;
  float: left;
}
.blog-inner article .post-container .post-footer .footer-item .tags ul,
.crush-post .crush-post-image article .post-container .post-footer .footer-item .tags ul {
  overflow: hidden;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 5px;
  font-family: 'Montserrat';
}
.blog-inner article .post-container .post-footer .footer-item .tags ul li,
.crush-post .crush-post-image article .post-container .post-footer .footer-item .tags ul li {
  list-style: none;
  margin: 0;
  padding: 0px 0px 4px 0px;
  float: left;
}
.blog-inner article .post-container .post-footer .footer-item .tags ul li a,
.crush-post .crush-post-image article .post-container .post-footer .footer-item .tags ul li a {
  line-height: 15px;
  display: block;
  border: 1px solid #bc8e5c;
  padding: 3px 10px;
  text-decoration: none;
  color: #bc8e5c;
  margin-left: 5px;
}
.blog-inner article .post-container .post-footer .footer-item .post-sharing &gt; a,
.crush-post .crush-post-image article .post-container .post-footer .footer-item .post-sharing &gt; a {
  display: none;
}
@media (max-width: 480px) {
  .blog-inner article .post-container .post-header h3,
  .crush-post .crush-post-image article .post-container .post-header h3 {
    font-size: 18px;
  }
  .blog-inner article .post-container .post-footer .footer-item .tags,
  .crush-post .crush-post-image article .post-container .post-footer .footer-item .tags {
    margin-bottom: 10px !important;
  }
  .blog-inner article .post-container .post-footer .footer-item .post-sharing,
  .crush-post .crush-post-image article .post-container .post-footer .footer-item .post-sharing {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog-inner article .post-container .post-footer .excerpt,
  .crush-post .crush-post-image article .post-container .post-footer .excerpt {
    text-align: justify;
    text-justify: distribute;
  }
  .blog-inner article .post-container .post-footer .single,
  .crush-post .crush-post-image article .post-container .post-footer .single {
    text-align: justify;
    text-justify: distribute;
  }
  .blog-inner article .post-container .post-footer .single .footer-item .tags,
  .crush-post .crush-post-image article .post-container .post-footer .single .footer-item .tags {
    margin-bottom: 10px !important;
  }
  .blog-inner article .post-container .post-footer .single .footer-item .tags span,
  .crush-post .crush-post-image article .post-container .post-footer .single .footer-item .tags span {
    float: none !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
  }
  .blog-inner article .post-container .post-footer .single .footer-item .tags ul,
  .crush-post .crush-post-image article .post-container .post-footer .single .footer-item .tags ul {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
}
@media (max-width: 991px) {
  .blog-inner article .post-container .post-content,
  .crush-post .crush-post-image article .post-container .post-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-inner article .post-container .post-footer,
  .crush-post .crush-post-image article .post-container .post-footer {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .blog-inner article .post-container .post-footer .excerpt,
  .crush-post .crush-post-image article .post-container .post-footer .excerpt {
    text-align: justify;
    text-justify: distribute;
  }
  .blog-inner article .post-container .post-footer .excerpt .footer-item .post-sharing &gt; a,
  .crush-post .crush-post-image article .post-container .post-footer .excerpt .footer-item .post-sharing &gt; a {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .blog-inner article .post-container .post-footer .excerpt .footer-item .post-sharing .social-nav-circle,
  .crush-post .crush-post-image article .post-container .post-footer .excerpt .footer-item .post-sharing .social-nav-circle {
    display: none;
  }
  .blog-inner article .post-container .post-footer .single,
  .crush-post .crush-post-image article .post-container .post-footer .single {
    text-align: center;
  }
  .blog-inner article .post-container .post-footer .single .footer-item.pull-right,
  .crush-post .crush-post-image article .post-container .post-footer .single .footer-item.pull-right {
    float: none !important;
  }
}
@media (max-width: 1229px) {
  .blog-inner article .post-container .post-content,
  .crush-post .crush-post-image article .post-container .post-content {
    margin-bottom: 20px;
  }
}
.blog-inner .entry-post-meta-wrap ul.entry-meta,
.crush-post .crush-post-image .entry-post-meta-wrap ul.entry-meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li,
.crush-post .crush-post-image .entry-post-meta-wrap ul.entry-meta li {
  display: inline;
  font-size: 14px;
  font-style: italic;
  font-family: 'Montserrat';
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li:after,
.crush-post .crush-post-image .entry-post-meta-wrap ul.entry-meta li:after {
  content: ' - ';
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 5px;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li a,
.crush-post .crush-post-image .entry-post-meta-wrap ul.entry-meta li a {
  color: #333333;
  font-size: 14px;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li a:hover,
.crush-post .crush-post-image .entry-post-meta-wrap ul.entry-meta li a:hover {
  color: #ba8c5a;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li.entry-meta-author span,
.crush-post .crush-post-image .entry-post-meta-wrap ul.entry-meta li.entry-meta-author span {
  text-transform: capitalize;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li.entry-meta-category a,
.crush-post .crush-post-image .entry-post-meta-wrap ul.entry-meta li.entry-meta-category a {
  text-transform: capitalize;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li.entry-meta-category a:first-child,
.crush-post .crush-post-image .entry-post-meta-wrap ul.entry-meta li.entry-meta-category a:first-child {
  padding-left: 0;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li:last-child:after,
.crush-post .crush-post-image .entry-post-meta-wrap ul.entry-meta li:last-child:after {
  content: '';
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li i,
.crush-post .crush-post-image .entry-post-meta-wrap ul.entry-meta li i {
  font-size: 12px;
  margin-right: 4px;
}
.blog-inner .entry-post-meta-wrap .entry-meta-category a,
.crush-post .crush-post-image .entry-post-meta-wrap .entry-meta-category a,
.blog-inner .entry-post-meta-wrap .entry-meta-tags a,
.crush-post .crush-post-image .entry-post-meta-wrap .entry-meta-tags a {
  padding-left: 5px;
}
.blog-inner .entry-content-top-wrap,
.crush-post .crush-post-image .entry-content-top-wrap {
  margin-bottom: 20px;
}
.blog-inner .entry-post-format-icon,
.crush-post .crush-post-image .entry-post-format-icon {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ba8c5a;
  color: #fff;
  font-size: 21px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 24px;
}
.blog-inner .entry-post-format-icon:after,
.crush-post .crush-post-image .entry-post-format-icon:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #ba8c5a;
  display: block;
  margin-top: 20px;
}
.blog-inner .entry-content-top-right,
.crush-post .crush-post-image .entry-content-top-right {
  position: relative;
  overflow: hidden;
}
.blog-inner article.format-audio iframe,
.crush-post .crush-post-image article.format-audio iframe {
  width: 100% !important;
  border: none;
}
.blog-inner article.format-quote,
.crush-post .crush-post-image article.format-quote {
  position: relative;
  height: auto;
  margin-bottom: 60px;
}
.blog-inner article.format-quote .inner-article,
.crush-post .crush-post-image article.format-quote .inner-article {
  font-family: 'Montserrat';
  color: #ffffff;
}
.blog-inner article.format-quote .entry-thumbnail .prettyPhoto,
.crush-post .crush-post-image article.format-quote .entry-thumbnail .prettyPhoto {
  display: none;
}
.blog-inner article.format-quote img,
.crush-post .crush-post-image article.format-quote img {
  width: 100%;
}
.blog-inner article.format-quote .overlay,
.crush-post .crush-post-image article.format-quote .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.blog-inner article.format-quote .overlay .icon-wrapper,
.crush-post .crush-post-image article.format-quote .overlay .icon-wrapper {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 2px solid #ffffff;
  width: 47px;
  height: 47px;
  margin-bottom: 25px;
  line-height: 50px;
  color: #ffffff;
}
.blog-inner article.format-quote .overlay .icon-wrapper i,
.crush-post .crush-post-image article.format-quote .overlay .icon-wrapper i {
  font-size: 23px;
}
.blog-inner article.format-quote .overlay blockquote,
.crush-post .crush-post-image article.format-quote .overlay blockquote {
  padding: 0;
  border: 0;
  color: #ffffff;
}
.blog-inner article.format-quote .overlay h3,
.crush-post .crush-post-image article.format-quote .overlay h3 {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog-inner article.format-quote .overlay h3 a,
.crush-post .crush-post-image article.format-quote .overlay h3 a {
  font-size: 18px;
  font-family: 'Montserrat';
  color: #fff;
}
.blog-inner article.format-quote .overlay p,
.crush-post .crush-post-image article.format-quote .overlay p {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 25px;
  font-family: 'Montserrat';
  font-style: italic;
  line-height: 2;
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 768px) {
  .blog-inner article.format-quote .overlay .icon-wrapper,
  .crush-post .crush-post-image article.format-quote .overlay .icon-wrapper {
    margin-bottom: 10px;
  }
  .blog-inner article.format-quote .overlay h3,
  .crush-post .crush-post-image article.format-quote .overlay h3 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .blog-inner article.format-quote .overlay p,
  .crush-post .crush-post-image article.format-quote .overlay p {
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 480px) {
  .blog-inner article.format-quote .overlay .icon-wrapper,
  .crush-post .crush-post-image article.format-quote .overlay .icon-wrapper {
    margin-bottom: 5px;
  }
  .blog-inner article.format-quote .overlay h4,
  .crush-post .crush-post-image article.format-quote .overlay h4 {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .blog-inner article.format-quote .overlay h3,
  .crush-post .crush-post-image article.format-quote .overlay h3 {
    font-size: 10px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.blog-inner article.format-link .entry-content-link,
.crush-post .crush-post-image article.format-link .entry-content-link {
  padding: 20px 30px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  background-color: #f3f3f3;
  color: #2a2a2a;
  margin-bottom: 40px;
}
.blog-inner article.format-link .entry-content-link p,
.crush-post .crush-post-image article.format-link .entry-content-link p {
  margin-bottom: 0;
}
.entry-meta-author.clearfix,
.entry-meta-author.dl-horizontal dd,
.entry-meta-author.container,
.entry-meta-author.container-fluid,
.entry-meta-author.row {
  padding: 25px 30px 35px;
  border: 1px solid #eeeeee;
  clear: both;
  margin-top: 30px;
  background: #ffffff;
}
.entry-meta-author.clearfix .author-avata,
.entry-meta-author.dl-horizontal dd .author-avata,
.entry-meta-author.container .author-avata,
.entry-meta-author.container-fluid .author-avata,
.entry-meta-author.row .author-avata {
  float: left;
  margin-right: 15px;
}
.entry-meta-author.clearfix .author-content,
.entry-meta-author.dl-horizontal dd .author-content,
.entry-meta-author.container .author-content,
.entry-meta-author.container-fluid .author-content,
.entry-meta-author.row .author-content {
  padding-left: 185px;
  color: #333333;
}
.entry-meta-author.clearfix .author-content .author-name,
.entry-meta-author.dl-horizontal dd .author-content .author-name,
.entry-meta-author.container .author-content .author-name,
.entry-meta-author.container-fluid .author-content .author-name,
.entry-meta-author.row .author-content .author-name {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.entry-meta-author.clearfix .author-content p,
.entry-meta-author.dl-horizontal dd .author-content p,
.entry-meta-author.container .author-content p,
.entry-meta-author.container-fluid .author-content p,
.entry-meta-author.row .author-content p {
  font-size: 14px;
  line-height: 2.2;
}
.entry-meta-author.clearfix .author-content ul.author-social,
.entry-meta-author.dl-horizontal dd .author-content ul.author-social,
.entry-meta-author.container .author-content ul.author-social,
.entry-meta-author.container-fluid .author-content ul.author-social,
.entry-meta-author.row .author-content ul.author-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-meta-author.clearfix .author-content ul.author-social li,
.entry-meta-author.dl-horizontal dd .author-content ul.author-social li,
.entry-meta-author.container .author-content ul.author-social li,
.entry-meta-author.container-fluid .author-content ul.author-social li,
.entry-meta-author.row .author-content ul.author-social li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 8px;
}
.entry-meta-author.clearfix .author-content ul.author-social li a,
.entry-meta-author.dl-horizontal dd .author-content ul.author-social li a,
.entry-meta-author.container .author-content ul.author-social li a,
.entry-meta-author.container-fluid .author-content ul.author-social li a,
.entry-meta-author.row .author-content ul.author-social li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #222222;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.entry-meta-author.clearfix .author-content ul.author-social li a i,
.entry-meta-author.dl-horizontal dd .author-content ul.author-social li a i,
.entry-meta-author.container .author-content ul.author-social li a i,
.entry-meta-author.container-fluid .author-content ul.author-social li a i,
.entry-meta-author.row .author-content ul.author-social li a i {
  font-size: 13px;
  line-height: 30px;
}
.entry-meta-author.clearfix .author-content ul.author-social li a:hover,
.entry-meta-author.dl-horizontal dd .author-content ul.author-social li a:hover,
.entry-meta-author.container .author-content ul.author-social li a:hover,
.entry-meta-author.container-fluid .author-content ul.author-social li a:hover,
.entry-meta-author.row .author-content ul.author-social li a:hover {
  background: #ba8c5a;
}
.post-meta-line {
  height: 3px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
}
.post-meta-line:before {
  content: "";
  border: 1px dotted #eeeeee;
  display: block;
}
.site-content-archive {
  margin-bottom: 110px;
}
.blog-paging-wrapper {
  margin-bottom: 60px;
  height: 40px;
}
.blog-paging-wrapper {
  text-align: right;
  font-family: 'Montserrat';
}
.blog-paging-wrapper ul.pagination {
  padding: 0;
  margin: 0;
}
.blog-paging-wrapper ul.pagination li {
  width: 35px;
  height: 35px;
  padding: 0;
  float: left;
  list-style: none;
  margin: 0 11px 0 0;
}
.blog-paging-wrapper .pagination &gt; li &gt; a,
.blog-paging-wrapper .pagination &gt; li &gt; span {
  font-size: 14px;
  color: #333333;
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eeeeee;
}
.blog-paging-wrapper .pagination &gt; li + li &gt; a,
.blog-paging-wrapper .pagination &gt; li + li &gt; span {
  margin-left: 10px;
}
.blog-paging-wrapper .pagination &gt; li &gt; a.current,
.blog-paging-wrapper .pagination &gt; li &gt; span.current,
.blog-paging-wrapper .pagination &gt; li &gt; a:hover,
.blog-paging-wrapper .pagination &gt; li &gt; span:hover,
.blog-paging-wrapper .pagination &gt; li &gt; a:active,
.blog-paging-wrapper .pagination &gt; li &gt; span:active,
.blog-paging-wrapper .pagination &gt; li &gt; a:focus,
.blog-paging-wrapper .pagination &gt; li &gt; span:focus {
  background-color: #ba8c5a;
  color: #fff;
  border-color: #ba8c5a;
}
.blog-paging-default {
  text-align: right;
}
.blog-paging-wrapper.blog-paging-infinity-scroll {
  margin-bottom: 0px !important;
  height: 40px;
  margin-top: 0px !important;
}
.blog-paging-wrapper.blog-paging-infinity-scroll:before,
.blog-paging-wrapper.blog-paging-infinity-scroll:after {
  content: " ";
  display: table;
}
.blog-paging-wrapper.blog-paging-infinity-scroll:after {
  clear: both;
}
.blog-paging-wrapper.blog-paging-infinity-scroll:before,
.blog-paging-wrapper.blog-paging-infinity-scroll:after {
  content: " ";
  display: table;
}
.blog-paging-wrapper.blog-paging-infinity-scroll:after {
  clear: both;
}
.blog-paging-wrapper.blog-paging-load-more {
  text-align: center;
}
.blog-wrap .entry-thumbnail-wrap,
.single-product-image-inner,
.crush-post .crush-post-image {
  /*owl-carousel*/
}
.blog-wrap .entry-thumbnail-wrap .owl-thpxe .owl-controls,
.single-product-image-inner .owl-thpxe .owl-controls,
.crush-post .crush-post-image .owl-thpxe .owl-controls {
  margin: 0;
}
.blog-wrap .entry-thumbnail-wrap .owl-pagination,
.single-product-image-inner .owl-pagination,
.crush-post .crush-post-image .owl-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.blog-wrap .entry-thumbnail-wrap .owl-thpxe .owl-controls .owl-page span,
.single-product-image-inner .owl-thpxe .owl-controls .owl-page span,
.crush-post .crush-post-image .owl-thpxe .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.blog-wrap .entry-thumbnail-wrap .owl-thpxe .owl-controls .owl-page.active span,
.single-product-image-inner .owl-thpxe .owl-controls .owl-page.active span,
.crush-post .crush-post-image .owl-thpxe .owl-controls .owl-page.active span {
  background-color: #FFFFFF;
}
.blog-wrap .entry-thumbnail-wrap .owl-thpxe .owl-controls .owl-buttons div,
.single-product-image-inner .owl-thpxe .owl-controls .owl-buttons div,
.crush-post .crush-post-image .owl-thpxe .owl-controls .owl-buttons div {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  cursor: pointer;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 200;
  padding: 0;
  opacity: 0;
  color: #fff;
  font-size: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-wrap .entry-thumbnail-wrap .owl-next,
.single-product-image-inner .owl-next,
.crush-post .crush-post-image .owl-next {
  right: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.blog-wrap .entry-thumbnail-wrap .owl-prev,
.single-product-image-inner .owl-prev,
.crush-post .crush-post-image .owl-prev {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.blog-wrap .entry-thumbnail-wrap:hover .owl-thpxe .owl-controls .owl-buttons div,
.single-product-image-inner:hover .owl-thpxe .owl-controls .owl-buttons div,
.crush-post .crush-post-image:hover .owl-thpxe .owl-controls .owl-buttons div {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.entry-content:after,
.comment-text:after {
  content: "";
  clear: both;
  display: block;
}
.entry-content table,
.comment-text table {
  border-collapse: collapse !important;
}
.entry-content table td,
.comment-text table td,
.entry-content table th,
.comment-text table th {
  background-color: #fff;
}
.entry-content table,
.comment-text table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.entry-content table &gt; thead &gt; tr &gt; th,
.comment-text table &gt; thead &gt; tr &gt; th,
.entry-content table &gt; tbody &gt; tr &gt; th,
.comment-text table &gt; tbody &gt; tr &gt; th,
.entry-content table &gt; tfoot &gt; tr &gt; th,
.comment-text table &gt; tfoot &gt; tr &gt; th,
.entry-content table &gt; thead &gt; tr &gt; td,
.comment-text table &gt; thead &gt; tr &gt; td,
.entry-content table &gt; tbody &gt; tr &gt; td,
.comment-text table &gt; tbody &gt; tr &gt; td,
.entry-content table &gt; tfoot &gt; tr &gt; td,
.comment-text table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
.entry-content table &gt; thead &gt; tr &gt; th,
.comment-text table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 1px solid #eeeeee;
}
.entry-content table &gt; caption + thead &gt; tr:first-child &gt; th,
.comment-text table &gt; caption + thead &gt; tr:first-child &gt; th,
.entry-content table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.comment-text table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.entry-content table &gt; thead:first-child &gt; tr:first-child &gt; th,
.comment-text table &gt; thead:first-child &gt; tr:first-child &gt; th,
.entry-content table &gt; caption + thead &gt; tr:first-child &gt; td,
.comment-text table &gt; caption + thead &gt; tr:first-child &gt; td,
.entry-content table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.comment-text table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.entry-content table &gt; thead:first-child &gt; tr:first-child &gt; td,
.comment-text table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.entry-content table &gt; tbody + tbody,
.comment-text table &gt; tbody + tbody {
  border-top: 1px solid #eeeeee;
}
.entry-content blockquote,
.comment-text blockquote {
  padding: 20px 30px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  background-color: #f3f3f3;
  color: #2a2a2a;
  border-left: 10px solid #ba8c5a;
}
.entry-content blockquote cite,
.comment-text blockquote cite {
  font-size: 14px;
}
.entry-content a,
.comment-text a {
  color: #ba8c5a;
}
.entry-content a:hover,
.comment-text a:hover {
  text-decoration: underline;
  color: #dd0000;
}
.entry-content a:active,
.comment-text a:active {
  color: #ba8c5a;
}
.entry-content input[type="submit"],
.comment-text input[type="submit"] {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  border: 2px solid;
  padding: 5px 20px;
  font-size: 13px;
  background-color: #ba8c5a;
  border-color: #ba8c5a;
  color: #fff;
}
.entry-content input[type="submit"]:hover,
.comment-text input[type="submit"]:hover,
.entry-content input[type="submit"]:active,
.comment-text input[type="submit"]:active {
  text-decoration: none !important;
  outline: none !important;
}
.entry-content input[type="submit"]:hover,
.comment-text input[type="submit"]:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
.entry-content p:last-child,
.comment-text p:last-child {
  margin-bottom: 0;
}
.entry-content dd,
.comment-text dd,
.entry-content dt,
.comment-text dt {
  line-height: 2;
}
.entry-footer-blog .entry-meta-tag-wrap {
  float: left;
}
.entry-footer-blog .social-share-wrap {
  float: right;
}
.entry-footer-blog .social-share-wrap a.share-main-icon {
  vertical-align: middle;
}
.entry-footer-blog .social-share-wrap a.share-main-icon i {
  padding-right: 10px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  color: #ba8c5a;
}
.entry-footer-blog .social-share-wrap a.share-main-icon:hover {
  color: #ba8c5a;
}
.entry-meta-tag-wrap label {
  margin-bottom: 0;
  color: #333333;
  font-size: 13px;
  padding-right: 5px;
  font-family: 'Montserrat';
}
.entry-meta-tag-wrap label i {
  color: #ba8c5a;
  padding-right: 10px;
}
.entry-meta-tag-wrap a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 1;
  font-size: 13px;
}
.entry-meta-tag-wrap a:hover {
  color: #222222;
  text-decoration: none;
}
.social-share-wrap {
  font-size: 0;
  text-align: center;
  position: relative;
}
.social-share-wrap a.share-main-icon {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 400;
  color: #666;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 0;
  font-family: 'Montserrat';
  padding: 5px 0 5px 10px;
}
.social-share-wrap ul.social-share {
  list-style: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 0;
}
.social-share-wrap ul.social-share.show {
  display: inline-block !important;
}
.social-share-wrap ul.social-share.show li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.social-share-wrap ul.social-share li {
  display: none;
  margin-right: 5px;
  -webkit-transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
  -moz-transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
  transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
  -webkit-transform: translate(0 0);
  -moz-transform: translate(0 0);
  -ms-transform: translate(0 0);
  -o-transform: translate(0 0);
  transform: translate(0 0);
  z-index: 2;
  webkit-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
  -moz-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
  transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
}
.social-share-wrap ul.social-share li:last-child {
  margin-right: 0;
}
.social-share-wrap ul.social-share li a {
  padding: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #2a2a2a;
  background-color: #f4f4f4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.social-share-wrap ul.social-share li a:hover {
  background-color: #ba8c5a;
  color: #fff;
}
.social-share-wrap ul.social-share li a i {
  padding: 0;
  line-height: 36px;
}
.blog-inner.blog-single article {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-inner.blog-single article iframe {
  max-width: 100%;
  border: none;
}
.blog-inner.blog-single .entry-content-quote,
.blog-inner.blog-single .entry-content-link {
  margin-bottom: 30px;
}
.blog-inner.blog-single .post-navigation-wrap {
  position: relative;
  margin-top: 35px;
}
.blog-inner.blog-single .post-navigation-wrap .nav-previous,
.blog-inner.blog-single .post-navigation-wrap .nav-next {
  top: 0;
  position: absolute;
}
.blog-inner.blog-single .post-navigation-wrap .nav-previous a:hover,
.blog-inner.blog-single .post-navigation-wrap .nav-next a:hover {
  color: #fff;
}
.blog-inner.blog-single .post-navigation-wrap .nav-previous {
  left: 0;
}
.blog-inner.blog-single .post-navigation-wrap .nav-next {
  right: 0;
}
.entry-comments {
  padding: 20px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.entry-comments .entry-comments-list {
  /*.commentlist &gt; li &gt; ul.children &gt; li &gt; ul {
		  padding-left: 90px;
		}*/
  /*.commentlist .children .comment .avatar {
		  width: 60px;
		}*/
}
.entry-comments .entry-comments-list h3.comments-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.entry-comments .entry-comments-list .commentlist,
.entry-comments .entry-comments-list .commentlist .children {
  list-style: none;
}
.entry-comments .entry-comments-list .commentlist {
  padding-left: 0;
  margin: 0;
}
.entry-comments .entry-comments-list .comment-body {
  background-color: #fff;
  padding: 30px 0px;
  border-top: 1px solid #eeeeee;
}
.entry-comments .entry-comments-list .commentlist &gt; li + li {
  margin-top: 30px;
}
.entry-comments .entry-comments-list .comment-avatar-wrap {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.entry-comments .entry-comments-list .comment-avatar-wrap .avatar {
  margin-bottom: 10px;
}
.entry-comments .entry-comments-list .comment-avatar-wrap .comment-reply-link {
  font-size: 16px;
  color: #dddddd;
  display: block;
  text-align: center;
}
.entry-comments .entry-comments-list .comment-text {
  position: relative;
  overflow: hidden;
}
.entry-comments .entry-comments-list .comment-text .entry-header-comment {
  margin-bottom: 5px;
}
.entry-comments .entry-comments-list .comment-text .comment-footer {
  float: right;
  line-height: 20px;
}
.entry-comments .entry-comments-list .comment-text .comment-footer a {
  color: #ba8c5a;
  font-size: 11px;
  font-family: 'Montserrat';
  font-style: italic;
  text-decoration: none;
}
.entry-comments .entry-comments-list .comment-text .comment-left {
  float: left;
}
.entry-comments .entry-comments-list .comment-text .text p:last-child {
  margin-bottom: 0;
}
.entry-comments .entry-comments-list .comment-text .author {
  line-height: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-transform: uppercase;
}
.entry-comments .entry-comments-list .author-name {
  color: #333333;
  font-size: 12px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  padding-right: 15px;
  border-right: 1px solid #888888;
}
.entry-comments .entry-comments-list .author-name a {
  color: inherit;
}
.entry-comments .entry-comments-list .comment-text .author .comment-meta &gt; span:before,
.entry-comments .entry-comments-list .comment-text .author .comment-meta &gt; a:before {
  content: "|";
  display: inline;
  padding: 0 10px;
}
.entry-comments .entry-comments-list .comment-meta {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 20px;
}
.entry-comments .entry-comments-list .comment-meta span,
.entry-comments .entry-comments-list .comment-meta a {
  font-size: 11px;
  font-family: 'Montserrat';
  color: #888888;
  font-style: italic;
  padding-left: 15px;
}
.entry-comments .entry-comments-list .comment-meta a:hover {
  color: #ba8c5a;
  text-decoration: none;
}
.entry-comments .entry-comments-list .commentlist ul.children {
  padding-left: 0;
}
.entry-comments .entry-comments-list .commentlist &gt; li &gt; ul.children {
  padding-left: 110px;
}
.entry-comments .entry-comments-list .comment-navigation {
  margin-bottom: 20px;
  font-size: 0;
}
.entry-comments .entry-comments-list .comment-navigation .page-numbers {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  background: #fff;
  border: 1px solid #eeeeee;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-comments .entry-comments-list .comment-navigation .page-numbers + .page-numbers {
  margin-left: 4px;
}
.entry-comments .entry-comments-list .comment-navigation .page-numbers.current,
.entry-comments .entry-comments-list .comment-navigation .page-numbers:hover,
.entry-comments .entry-comments-list .comment-navigation .page-numbers:active,
.entry-comments .entry-comments-list .comment-navigation .page-numbers:focus {
  color: #fff;
  background: #ba8c5a;
  border-color: #ba8c5a;
}
.entry-comments .entry-comments-list .comment-navigation-bottom {
  margin-bottom: 0;
  margin-top: 20px;
}
.comment-respond {
  margin-top: 5px;
}
.comment-reply-title {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
.comment-form {
  margin: 0 -15px;
  margin-bottom: 45px;
}
.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form textarea {
  width: 100%;
  background: #f9f9f9;
  border-color: #ddd;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="search"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="password"]:focus,
.comment-form textarea:focus {
  border-color: #ba8c5a;
}
.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  height: 50px;
}
.comment-form .form-group {
  margin-bottom: 30px;
}
.comment-form .comment-notes,
.comment-form .form-submit,
.comment-form .logged-in-as {
  padding: 0 15px;
}
.comment-form .comment-notes a,
.comment-form .form-submit a,
.comment-form .logged-in-as a {
  color: #ba8c5a;
}
.comment-form .form-submit {
  margin-bottom: 0;
  text-align: center;
}
.site-content-page-inner .page-content {
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.site-content-single .blog-single .entry-content-wrap {
  padding: 20px;
}
.site-content-page {
  margin-bottom: 110px;
}
.parallax-window {
  min-height: 800px;
  background: transparent;
}
.page-heading h1 {
  font-family: 'Montserrat';
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 36px;
}
.page-heading hr {
  display: block;
  width: 72px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  border-top: 2px solid #444444;
  padding: 0;
  margin-bottom: 40px;
}
.social-links {
  text-align: center;
  font-weight: 700;
}
.social-links span {
  margin-right: 10px;
}
.social-links ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.social-links ul li {
  display: block;
  float: left;
}
.social-links ul li a {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Montserrat';
}
.social-links ul li .separator {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 2px;
  height: 14px;
  background-color: #BC8E5C;
  position: relative;
  top: 2px;
  margin-right: 15px;
  margin-left: 15px;
}
.page-template-Aboutme .page-about-us {
  border: 1px solid #EEEEEE;
  background-color: #ffffff;
  font-size: 13px;
}
.page-template-Aboutme .page-about-us .page-heading {
  padding-top: 40px;
}
.page-template-Aboutme .page-about-us .page-content {
  border: 0;
  background: transparent;
  padding: 0px 100px 40px 100px;
}
.page-template-Aboutme .site-content-page .container {
  border: 0;
  background: #f9f9f9;
  padding-top: 0px;
  padding-bottom: 0px;
}
.page-template-Aboutme .site-content-page.has-thumbnail .page-about-us {
  position: relative;
  margin-top: -225px;
}
.page-template-Aboutme .site-content-page .entry-page-footer {
  color: #ffffff;
  text-align: center;
  margin-bottom: 45px;
  padding-left: 50px;
  padding-right: 50px;
}
.page-template-Aboutme .site-content-page .entry-page-footer hr {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 45px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.page-template-Aboutme .site-content-page .entry-page-footer a {
  border: none;
  background-color: #222222;
  color: #ffffff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  text-align: center;
  line-height: 1.8;
  font-size: 10px;
  padding: 10px 35px;
  font-family: 'Montserrat';
  font-weight: normal;
  cursor: pointer;
}
.page-template-Aboutme .site-content-page .entry-page-footer a:hover {
  color: #ba8c5a;
}
.page-template-coming-soon .header-logo {
  margin-bottom: 0 !important;
}
.page-template-coming-soon .comming-soon {
  padding-bottom: 200px;
}
.page-template-coming-soon .header-content p {
  color: #333333;
}
@media screen and (max-width: 991px) {
  .site-content-archive .no-sidebar .blog-wrap.blog-style-2 article {
    width: 50%;
  }
  .site-content-archive .no-sidebar .blog-wrap.blog-style-3 .post-item-full article {
    width: 100%;
  }
  .site-content-archive .no-sidebar .blog-wrap.blog-style-3 article {
    width: 50%;
  }
  .site-content-archive .no-sidebar .site-content-archive-inner {
    padding: 0;
  }
  .site-content-archive .blog-wrap article.post-infinite .infinite-cover {
    display: block;
  }
  .site-content-archive .blog-wrap article.post-infinite .infinite-cover .post-featured {
    display: block;
  }
  .site-content-archive .blog-wrap article.post-infinite .infinite-cover .post-featured.blog-list-left {
    float: none;
    padding: 0;
    margin: 0;
  }
  .site-content-archive .blog-wrap article.post-infinite .infinite-cover .post-featured.blog-list-right {
    padding: 0;
    margin: 0;
    float: none;
  }
  .site-content-archive .blog-wrap article.post-infinite .infinite-cover .post-container {
    display: block;
  }
  .site-content-archive .blog-wrap article.post-infinite .infinite-cover .post-container.ab-right {
    position: static;
    width: 100%;
    padding: 30px 0;
  }
  .site-content-archive .blog-wrap article.post-infinite .infinite-cover .post-container.ab-left {
    position: static;
    width: 100%;
    padding: 30px 0;
  }
  .site-content-archive .blog-wrap article.post-infinite .infinite-cover .post-container .post-footer {
    position: static;
  }
}
@media (max-width: 767px) {
  .site-content-archive {
    margin-bottom: 50px;
  }
  .page-template-Aboutme .page-about-us .page-content {
    padding: 0 50px 40px 50px;
  }
  .blog-inner.blog-single .related-posts .type-post {
    width: 100%;
    float: none;
  }
  .blog-inner.blog-single .related-posts .type-post .entry-thumbnail-wrap {
    height: auto;
  }
  .parallax-window {
    min-height: 400px;
    background: transparent;
  }
  .site-content-archive .no-sidebar .blog-wrap.blog-style-2 article {
    width: 100%;
  }
  .site-content-archive .no-sidebar .blog-wrap.blog-style-3 .post-item-full article {
    width: 100%;
  }
  .site-content-archive .no-sidebar .blog-wrap.blog-style-3 article {
    width: 100%;
  }
  .site-content-archive .no-sidebar .site-content-archive-inner {
    padding: 0;
  }
  .site-content-archive .blog-wrap article.post-parallax.format-quote {
    min-height: 500px;
  }
  .site-content-archive .blog-wrap article.post-parallax.format-quote .blockquote-container {
    width: auto;
  }
  .site-content-archive .blog-wrap article.post-parallax .post-small {
    margin: 50px 0;
  }
  .site-content-archive .blog-wrap article.post-parallax .parallax-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  .site-content-archive .blog-wrap article.post-infinite .infinite-cover .post-featured.blog-list-left {
    min-height: inherit;
  }
  .site-content-archive .blog-wrap .blog-paging-wrapper {
    padding: 0 15px;
  }
  .site-content-archive .blog-wrap.blog-style-2 article {
    width: 100%;
    padding: 0;
  }
  .site-content-archive .blog-wrap.blog-style-2 article .post-featured {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-content-archive .blog-wrap.blog-style-2 article .post-container {
    padding-left: 0;
    padding-right: 0;
  }
  .site-content-archive .blog-wrap.blog-style-3 .post-item-full article {
    width: 100%;
  }
  .site-content-archive .blog-wrap.blog-style-3 article {
    width: 100%;
  }
  .blog-inner.blog-single .post-sharing {
    text-align: left;
    float: none;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .blog-inner.blog-single .post-sharing .social-nav-circle ul li {
    margin-right: 5px;
  }
  .blog-inner.blog-single .entry-meta-tag-wrap {
    width: 100%;
  }
  .social-share-wrap {
    margin-bottom: 30px;
  }
  .blog-inner.blog-single .post-navigation-wrap .nav-previous,
  .blog-inner.blog-single .post-navigation-wrap .nav-next {
    position: relative;
  }
  .blog-inner.blog-single .post-navigation-wrap .nav-next {
    float: right;
  }
  .entry-footer-blog .entry-meta-tag-wrap {
    float: left;
  }
  .entry-footer-blog .entry-meta-tag-wrap:after {
    display: block;
    clear: both;
    content: '';
  }
  .entry-footer-blog .social-share-wrap {
    float: none;
    margin-top: 20px;
    text-align: left;
  }
  .social-share-wrap a.share-main-icon {
    float: left;
    margin-right: 20px;
  }
  .blog-inner .entry-post-meta-footer .entry-footer &gt; li.entry-meta-share,
  .crush-post .crush-post-image .entry-post-meta-footer .entry-footer &gt; li.entry-meta-share {
    clear: both;
    float: none;
    text-align: left;
  }
  .social-share-wrap {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .page-template-Aboutme .page-about-us .page-content {
    padding: 0px 0px 40px;
  }
  .page-template-Aboutme .site-content-page .entry-page-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .entry-meta-author.clearfix .author-avata,
  .entry-meta-author.dl-horizontal dd .author-avata,
  .entry-meta-author.container .author-avata,
  .entry-meta-author.container-fluid .author-avata,
  .entry-meta-author.row .author-avata {
    float: none;
  }
  .entry-meta-author.clearfix .author-content,
  .entry-meta-author.dl-horizontal dd .author-content,
  .entry-meta-author.container .author-content,
  .entry-meta-author.container-fluid .author-content,
  .entry-meta-author.row .author-content {
    padding: 20px 0 0;
    float: none;
  }
  .site-content-page-inner .page-content {
    padding-left: 0;
    padding-right: 0;
  }
  .social-links ul li {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    float: none !important;
  }
  .site-content-archive .blog-wrap article.post-parallax.format-gallery .overlay {
    display: none;
  }
  .site-content-archive .blog-wrap article.post-parallax.format-quote {
    min-height: 300px;
  }
  .site-content-archive .blog-wrap article.post-parallax.format-quote .blockquote-container {
    width: auto;
    padding: 0 15px;
  }
  .site-content-archive .blog-wrap article.post-parallax .post-small .post-header h3 a {
    font-size: 18px;
  }
  .site-content-archive .blog-wrap article.post-parallax .post-small .post-content {
    display: none;
  }
  .site-content-archive .blog-wrap article.post-infinite.format-quote {
    min-height: 250px;
  }
  .entry-comments .entry-comments-list .comment-avatar-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .entry-meta-author .author-content {
    overflow: hidden;
    padding: 20px 0 0;
  }
  ul.breadcrumbs li a {
    font-size: 11px;
  }
  ul.breadcrumbs li span {
    font-size: 11px;
  }
  .entry-comments .entry-comments-list .commentlist ul.children {
    padding-left: 0 !important;
  }
  .blog-inner .entry-post-format-icon {
    display: none;
  }
  .page-title-wrap {
    height: 200px;
    margin-bottom: 60px;
  }
  .site-content-single .blog-single section.nav-links .link-box {
    width: 90%;
    float: none;
    border: 0;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
/************** Blog ******************/
blockquote {
  font-family: 'Montserrat';
  font-style: italic;
  border-color: #bc8e5c;
  border-width: 3px;
  padding: 0;
  padding-left: 20px;
  color: #333333;
  margin: 0px 0px 30px 0px;
  font-size: 13px;
}
blockquote p {
  margin-bottom: 0;
}
.parallax-mirror {
  z-index: 10 !important;
}
.blog-wrap article.post-parallax {
  z-index: 11;
}
.round-1 {
  background-color: #374140;
}
.round-1 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.round-1 .spinner {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.round-1 #spinner_one {
  -webkit-animation: round-1-one 1.5s infinite;
  animation: round-1-one 1.5s infinite;
}
.round-1 #spinner_two {
  -webkit-animation: round-1-two 1.5s infinite;
  animation: round-1-two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.round-1 #spinner_three {
  -webkit-animation: round-1-three 1.5s infinite;
  animation: round-1-three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes round-1-one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes round-1-two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes round-1-three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
.header-overlay {
  opacity: 0 !important;
}
</pre></body></html>