/**
 * Table of contents
 *
 * 01. SASS framework
 * 02. Remove default browser styling
 * 03. Layout structure & options
 * 04. Elements 
 * 05. Common classes
 * 06. Comments
 * 07. Forms
 * 08. Buttons
 * 09. Tables
 * 10. Header
 * 11. Navigation
 * 12. Footer
 * 13. Titles
 * 14. Filters
 * 15. Hero
 * 16. Packages
 * 17. FAQ
 * 18. Favorites
 * 19. Page navigation
 * 20. Widgets
 * 21. Map
 * 22. Networks
 * 23. Posts
 * 24. Pagination
 * 25. Categories
 * 26. Locations
 * 27. CTA
 * 28. Purchase
 * 29. Table list
 * 30. Palette
 * 31. WooCommerce
 */
/**
 * 01. SASS framework
 */
/**
 * 02. Remove default browser styling
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * 03. Layout structure & options
 */
.page-wrapper {
  overflow: hidden;
  width: 100%; }

.page-template-page-map .header-wrapper {
  left: 0;
  height: 116px;
  position: fixed;
  right: 0;
  z-index: 100; }

.main {
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px 3px;
  height: 100%;
  padding: 0 50px;
  position: relative; }
  .main:after {
    content: " ";
    display: block;
    clear: both; }
  .page-template-page-front-page .main {
    background-color: transparent;
    box-shadow: none;
    height: auto;
    margin-top: auto; }
  .page-template-page-map .main {
    margin-top: 116px; }
  .page-template-page-map.header-type-minimal .main {
    margin-top: 66px;
    max-width: inherit; }
  @media (max-width: 768px) {
    .main {
      padding: 0; }
      .main .content:after {
        content: " ";
        display: block;
        clear: both; } }

.main-inner {
  padding: 50px 0; }
  .main-inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 768px) {
    .main-inner {
      padding: 30px; } }

@media (max-width: 992px) {
  .has-sidebar .sidebar {
    clear: both;
    padding-top: 50px; } }

@media (min-width: 992px) {
  .has-sidebar .sidebar {
    width: 21.875%;
    float: left;
    margin-right: 1.5625%;
    float: right;
    margin-right: 0; } }

.content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .content.narrow {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1170px !important; }
  @media (min-width: 992px) {
    body.has-sidebar .content {
      width: 76.5625%;
      float: left;
      margin-right: 1.5625%; } }
  .content.force-fullwidth {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    body.has-sidebar .content.force-fullwidth {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .content.force-fullwidth.narrow {
      float: none !important;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 1170px !important;
      width: auto !important; }

/**
 * 04. Elements 
 */
html {
  height: 100%;
  width: 100%; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #323232;
  font-size: 14px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  height: 100%;
  overflow-x: hidden;
  width: 100%; }
  body.page-template-page-simple {
    background-image: linear-gradient(to right, #2A2F35, #444D59); }

a {
  color: #3A303F;
  text-decoration: none;
  transition: color .2s ease; }

p {
  color: #6d6d6d;
  line-height: 24px; }

h1, h2, h3, h4 {
  margin: 30px 0;
  font-weight: 700; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

/**
 * 05. Common classes
 */
.wp-caption-text {
  font-style: italic;
  font-size: 12px;
  text-align: center; }

.eve-logo {
  background-color: #EF5E4E;
  background-image: linear-gradient(to bottom, #EF5E4E, #ee5140);
  border-radius: 50%;
  display: inline-block;
  height: 38px;
  vertical-align: middle;
  position: relative;
  width: 38px;
  z-index: 10; }
  .eve-logo .fa {
    font-size: 17px;
    left: 50%;
    line-height: 1;
    margin: -1px 0 0 0;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%; }

.fullwidth {
  margin-left: -1200px;
  margin-right: -1200px;
  padding-left: 1200px;
  padding-right: 1200px; }

.background-white {
  background-color: #fff; }

.background-gray {
  background-color: #f9f9f7; }

.background-map {
  background-image: url("../img/map.png");
  background-position: center center;
  background-repeat: repeat; }

.return-back {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  left: 30px;
  position: absolute;
  top: 30px;
  transition: color .15s linear; }
  .return-back .fa {
    margin: 0 15px 0 0; }
  .return-back:hover {
    color: #fff; }
  .admin-bar .return-back {
    top: 62px; }

.button.listing-manager-listing-add, .listing-manager-listing-add.get-direction, .woocommerce .cart .listing-manager-listing-add.button, .woocommerce #review_form #respond .form-submit input.listing-manager-listing-add {
  display: none !important; }

.block-wrapper.image-background {
  background-image: url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.block {
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px; }
  .block:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 544px) {
    .block {
      padding-left: 20px;
      padding-right: 20px; } }
  .block.block-light .block-inner {
    background-color: #FDFDFD; }
  .block.block-dark .block-inner {
    background-color: #424242; }
    .image-background .block.block-dark .block-inner {
      background-color: transparent; }
    .block.block-dark .block-inner h2 {
      color: #fff;
      margin: 0 0 10px 0;
      padding: 0; }
    .block.block-dark .block-inner input[type=text], .block.block-dark .block-inner input[type=email] {
      background-color: rgba(255, 255, 255, 0.08);
      border: 0;
      box-shadow: none;
      color: #fff; }

.block-inner {
  margin: 0 -1200px;
  padding: 80px 1200px; }
  @media (max-width: 768px) {
    .block-inner {
      margin: 0;
      padding: 80px 30px; } }

.center {
  text-align: center; }

.woocommerce .inquire-form-wrapper {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: 0 0 30px 0;
  padding: 25px;
  position: relative; }
  .woocommerce .inquire-form-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .woocommerce .inquire-form-wrapper h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 18px !important;
    margin: 0 -25px 25px -25px;
    padding: 0 25px 25px 25px; }
  .woocommerce .inquire-form-wrapper .button, .woocommerce .inquire-form-wrapper .get-direction, .woocommerce .inquire-form-wrapper .cart input.button, .woocommerce .cart .inquire-form-wrapper input.button, .woocommerce .inquire-form-wrapper #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .inquire-form-wrapper input {
    float: right; }
    @media (max-width: 768px) {
      .woocommerce .inquire-form-wrapper .button, .woocommerce .inquire-form-wrapper .get-direction, .woocommerce .inquire-form-wrapper .cart input.button, .woocommerce .cart .inquire-form-wrapper input.button, .woocommerce .inquire-form-wrapper #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .inquire-form-wrapper input {
        width: 100%; } }
  .woocommerce .inquire-form-wrapper .inquire-form-fields {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .woocommerce .inquire-form-wrapper .inquire-form-fields {
        width: 32.20339%;
        float: left;
        margin-right: 1.69492%; } }
  .woocommerce .inquire-form-wrapper .form-group-message {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .woocommerce .inquire-form-wrapper .form-group-message {
        width: 66.10169%;
        float: left;
        margin-right: 1.69492%;
        float: right;
        margin-right: 0; } }
    .woocommerce .inquire-form-wrapper .form-group-message textarea {
      height: 162px; }
  .woocommerce .inquire-form-wrapper .button-wrapper {
    clear: both; }

.inquire-form-login-required {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }
  .inquire-form-login-required p {
    background-color: #323232;
    border-radius: 21px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 50%;
    padding: 10px 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }
    @media (max-width: 768px) {
      .inquire-form-login-required p {
        border-radius: 3px;
        width: 70%; } }
    .inquire-form-login-required p a {
      color: #fff; }

@media (max-width: 768px) {
  .subscribe h2 {
    text-align: center;
    margin: 0 0 30px 0 !important; } }

.subscribe p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin: 0 0 20px 0; }
  .subscribe p.small {
    font-size: 13px;
    margin: 20px 0 0 0; }
  @media (max-width: 768px) {
    .subscribe p {
      text-align: center; } }

.subscribe input {
  margin: 0 20px 0 0; }
  @media (max-width: 768px) {
    .subscribe input {
      margin: 0 0 20px 0;
      width: 100%; } }

@media (max-width: 768px) {
  .subscribe input[type=submit] {
    margin: 0;
    width: 100%; } }

.subscribe div.wpcf7-response-output {
  border: 0;
  margin: 0; }

.next-prev-links {
  border-top: 1px solid rgba(50, 50, 50, 0.08);
  clear: both;
  font-size: 12px;
  margin-top: 50px;
  padding-top: 50px; }
  .next-prev-links:after {
    content: " ";
    display: block;
    clear: both; }
  .next-prev-links a {
    border: 1px solid rgba(50, 50, 50, 0.08);
    color: #323232;
    display: block;
    padding: 12px 16px;
    transition: all .4s ease; }
    .next-prev-links a:hover {
      border-color: #EF5E4E; }
  .next-prev-links .fa {
    color: #EF5E4E;
    font-size: 8px;
    transition: all .2s ease;
    vertical-align: 1px; }
  .next-prev-links .prev, .next-prev-links .next {
    overflow: hidden; }
  .next-prev-links .prev {
    border-radius: 3px 0 0 3px;
    float: left; }
    @media (max-width: 544px) {
      .next-prev-links .prev {
        float: none;
        margin-bottom: 20px; } }
    .next-prev-links .prev .fa {
      margin-right: 16px; }
  .next-prev-links .next {
    border-radius: 0 3px 3px 0;
    float: right; }
    @media (max-width: 544px) {
      .next-prev-links .next {
        float: none;
        text-align: right; } }
    .next-prev-links .next .fa {
      margin-left: 16px; }

.content-boxes {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 -1170px;
  padding: 0 1200px; }
  @media (max-width: 768px) {
    .content-boxes {
      margin: 0;
      padding: 0; } }
  .content-boxes > div {
    padding: 0 !important; }
    @media (min-width: 768px) and (max-width: 992px) {
      .content-boxes > div {
        width: 50% !important; } }

.content-box {
  padding: 40px 30px 60px 30px;
  text-align: center; }
  @media (max-width: 768px) {
    .content-box {
      padding: 20px; } }
  .content-box:hover .fa {
    color: #EF5E4E; }
  .content-box .fa {
    display: block;
    color: rgba(50, 50, 50, 0.2);
    font-size: 44px;
    margin: 10px 0 30px 0;
    transition: all .4s ease; }
  .content-box h3 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: center;
    white-space: nowrap; }
  .content-box p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    text-align: center; }
    .content-box p:after {
      background-color: #EF5E4E;
      content: '';
      display: block;
      height: 3px;
      margin: 30px auto -5px auto;
      width: 30px; }

.not-found h1 {
  color: #3A303F;
  font-size: 220px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 10px 10px rgba(50, 50, 50, 0.1); }

.not-found h2 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: center; }

.contact-item {
  border-bottom: 1px solid rgba(50, 50, 50, 0.04);
  margin: 0 0 20px 0;
  padding: 0 0 20px 0; }
  .contact-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .contact-item a {
    border-bottom: 1px solid #EF5E4E;
    color: #EF5E4E; }
  .contact-item span, .contact-item strong {
    display: block; }
  .contact-item strong {
    font-weight: 600; }
  .contact-item span {
    color: rgba(50, 50, 50, 0.7);
    font-size: 13px;
    margin: 2px 0 0 0; }
  .contact-item .fa {
    color: rgba(50, 50, 50, 0.14);
    float: left;
    font-size: 25px;
    margin: 7px 24px 0 0; }

.contact-content {
  display: table-cell; }

.half-cols:after {
  content: " ";
  display: block;
  clear: both; }

@media (min-width: 768px) {
  .half-col {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }
    .half-col:nth-child(2n) {
      float: right;
      margin-right: 0; } }

.get-direction {
  float: right;
  margin: 0 0 15px 0; }

.search-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  margin: 0 0 30px 0;
  padding: 0 0 30px 0; }
  .search-item:after {
    content: " ";
    display: block;
    clear: both; }
  .search-item h3 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0; }

.search-item-excerpt {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0; }
  .search-item-excerpt p {
    margin: 0; }
  .search-item-excerpt .read-more-wrapper {
    display: none;
    margin: 30px 0 0 0;
    text-align: right; }
    .search-item-excerpt .read-more-wrapper .fa {
      color: #EF5E4E;
      font-size: 10px;
      margin: 0 0 0 10px; }

.search-item-type {
  color: rgba(50, 50, 50, 0.5);
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 5px 0;
  padding: 0;
  position: relative; }

.search-item-thumbnail {
  float: left;
  margin: 0 30px 0 0; }
  .search-item-thumbnail img {
    display: block;
    width: 240px; }

.post-social-simple ul {
  margin: 0;
  padding: 0; }
  .post-social-simple ul li {
    margin: 0;
    padding: 0 !important; }

.footer-top .social, .post-social ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-top .social:after, .post-social ul:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-top .social li, .post-social ul li {
    float: left;
    margin: 0 20px 0 0; }
    .footer-top .social li:last-child, .post-social ul li:last-child {
      margin-right: 0; }
  .footer-top .social a, .post-social ul a {
    background-color: rgba(50, 50, 50, 0.06);
    border-radius: 50%;
    box-shadow: none !important;
    color: rgba(50, 50, 50, 0.6);
    display: block;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    transition: all .4s ease;
    width: 38px; }
    .footer-top .social a:hover, .post-social ul a:hover {
      background-color: rgba(50, 50, 50, 0.14); }
  .footer-top .social .facebook, .footer-top .social .post-social-facebook a, .post-social ul .facebook, .post-social ul .post-social-facebook a {
    background-color: #365397;
    color: #fff !important; }
  .footer-top .social .post-social-facebook a span, .post-social ul .post-social-facebook a span {
    display: none; }
  .footer-top .social .post-social-facebook a:after, .post-social ul .post-social-facebook a:after {
    content: '\f09a';
    font-family: 'FontAwesome'; }
  .footer-top .social .twitter, .footer-top .social .post-social-twitter a, .post-social ul .twitter, .post-social ul .post-social-twitter a {
    background-color: #00a9f1;
    color: #fff !important; }
  .footer-top .social .post-social-twitter a span, .post-social ul .post-social-twitter a span {
    display: none; }
  .footer-top .social .post-social-twitter a:after, .post-social ul .post-social-twitter a:after {
    content: '\f099';
    font-family: 'FontAwesome'; }
  .footer-top .social .linkedin, .footer-top .social .post-social-linkedin a, .post-social ul .linkedin, .post-social ul .post-social-linkedin a {
    background-color: #287bbc;
    color: #fff !important; }
  .footer-top .social .post-social-linkedin a span, .post-social ul .post-social-linkedin a span {
    display: none; }
  .footer-top .social .post-social-linkedin a:after, .post-social ul .post-social-linkedin a:after {
    content: '\f0e1';
    font-family: 'FontAwesome'; }
  .footer-top .social .google, .footer-top .social .post-social-google a, .post-social ul .google, .post-social ul .post-social-google a {
    background-color: #ff3333;
    color: #fff !important; }
  .footer-top .social .post-social-google a span, .post-social ul .post-social-google a span {
    display: none; }
  .footer-top .social .post-social-google a:after, .post-social ul .post-social-google a:after {
    content: '\f1a0';
    font-family: 'FontAwesome'; }
  .footer-top .social .vimeo, .post-social ul .vimeo {
    background-color: #48b6ed;
    color: #fff !important; }
  .footer-top .social .youtube, .post-social ul .youtube {
    background-color: #ff3333;
    color: #fff;
    font-size: 17px !important; }
  .footer-top .social .dribbble, .post-social ul .dribbble {
    background-color: #ed4584;
    color: #fff !important;
    font-size: 15px; }

h2.created-items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0;
  padding: 0 0 15px 0; }

.no-results {
  margin: 60px 0 0 0;
  text-align: center; }
  .no-results p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 30px 0; }
  .no-results form {
    margin: 0 auto;
    max-width: 320px; }

.listing-manager-no-listings {
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 16px;
  font-weight: 600;
  padding: 30px; }
  .listing-manager-no-listings a {
    border-bottom: 1px solid rgba(239, 94, 78, 0.4);
    color: #EF5E4E;
    padding-bottom: 2px; }

/**
 * 06. Comments
 */
.posts .comments-area {
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  padding: 25px; }
  .posts .comments-area:after {
    content: " ";
    display: block;
    clear: both; }
  .posts .comments-area .form-group input, .posts .comments-area .form-group textarea {
    width: 100%; }
  .posts .comments-area .form-group textarea {
    margin: 0 0 25px 0; }
  .posts .comments-area .form-submit {
    float: right; }
    .posts .comments-area .form-submit .button, .posts .comments-area .form-submit .get-direction, .posts .comments-area .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .posts .comments-area .form-submit input {
      padding-left: 25px !important;
      padding-right: 25px !important; }
  .posts .comments-area .row .form-group {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }
    .posts .comments-area .row .form-group:last-child {
      float: right;
      margin-right: 0; }

.posts .comment-list {
  margin: 0 -25px 25px -25px;
  padding: 0 25px; }
  .posts .comment-list .children {
    margin: 0 0 0 25px;
    padding: 0; }
    @media (max-width: 544px) {
      .posts .comment-list .children {
        margin: 0; } }

.posts .comment-wrapper {
  border-bottom: 1px solid #f4f4f4;
  margin: 0 0 25px 0;
  padding: 0; }

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

.posts .comments-title, .posts .comment-reply-title {
  border-bottom: 1px solid #f4f4f4;
  font-size: 18px;
  margin: 0 -25px 25px -25px;
  padding: 0 0 25px 25px; }

.posts .comment-wrapper {
  border-bottom: 1px solid #f4f4f4;
  margin: 0 0 25px 0; }

.posts .comment-image {
  float: left; }
  .posts .comment-image img {
    border-radius: 50%;
    height: 36px;
    width: 36px; }

.posts .comment-inner {
  display: table-cell;
  padding-left: 25px; }

.posts .comment-header {
  font-size: 13px;
  padding-top: 10px; }
  .posts .comment-header:after {
    content: " ";
    display: block;
    clear: both; }
  .posts .comment-header h2 {
    float: left;
    font-size: 13px;
    margin: 0; }

.posts .comment-header-meta {
  float: right; }
  @media (max-width: 768px) {
    .posts .comment-header-meta {
      float: none;
      margin: 30px 0 0 0; } }

.posts .form-allowed-tags {
  background-color: rgba(50, 50, 50, 0.02);
  font-size: 12px;
  margin: 0 0 25px 0;
  padding: 8px 16px; }
  .posts .form-allowed-tags code {
    color: #D80C00; }

.posts .logged-in-as {
  background-color: #3A303F;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 12px; }
  .posts .logged-in-as a {
    color: #fff; }

.posts .comment-reply-link {
  background-color: #3A303F;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0 10px;
  padding: 3px 12px; }

.posts #comment-nav-above {
  margin: 0 0 30px 0; }
  .posts #comment-nav-above:after {
    content: " ";
    display: block;
    clear: both; }
  .posts #comment-nav-above a {
    color: #EF5E4E; }

.posts #comment-nav-below {
  margin: 30px 0; }
  .posts #comment-nav-below:after {
    content: " ";
    display: block;
    clear: both; }
  .posts #comment-nav-below a {
    color: #EF5E4E; }

/**
 * 07. Forms
 */
.required {
  color: #D80C00; }

label {
  color: #323232;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 15px 0;
  text-transform: uppercase; }
  .page-template-page-simple label {
    color: rgba(255, 255, 255, 0.7); }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
  background-image: url("../img/caret.svg") !important;
  border: 1px solid #ececec;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  cursor: pointer;
  height: 44px;
  padding: 0 35px 0 15px;
  width: 100%; }
  select:active, select:focus {
    box-shadow: none;
    outline: 0; }

select[multiple=multiple] {
  background-image: none !important;
  border: 1px solid #DDDDDD;
  height: 120px;
  min-width: 220px; }

input[type=text], input[type=number], input[type=url], input[type=password], input[type=email], input[type=tel], input[type=time], input[type=date], textarea {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  border: 1px solid #ececec;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  height: 44px;
  padding: 0 15px;
  width: 100%; }
  input[type=text]:active, input[type=text]:focus, input[type=number]:active, input[type=number]:focus, input[type=url]:active, input[type=url]:focus, input[type=password]:active, input[type=password]:focus, input[type=email]:active, input[type=email]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=time]:active, input[type=time]:focus, input[type=date]:active, input[type=date]:focus, textarea:active, textarea:focus {
    border-color: #d5d5d5;
    outline: none; }

fieldset {
  margin: 0 0 25px 0;
  padding: 0; }

textarea {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: auto;
  padding: 10px 15px; }

form.listing-manager-submission-form fieldset {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: 0 0 30px 0;
  padding-bottom: 0; }
  form.listing-manager-submission-form fieldset.listing-manager-submission-form-user {
    background-color: rgba(0, 0, 0, 0.02); }
    form.listing-manager-submission-form fieldset.listing-manager-submission-form-user .fieldset-content {
      margin-bottom: 0; }
    form.listing-manager-submission-form fieldset.listing-manager-submission-form-user .checkbox {
      margin-bottom: 0; }

form.listing-manager-submission-form fieldset legend {
  box-sizing: border-box;
  clear: both;
  color: #323232 !important;
  display: block;
  float: left;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 25px;
  position: relative;
  text-transform: none !important;
  width: 100%; }
  form.listing-manager-submission-form fieldset legend a {
    color: #EF5E4E;
    font-size: 13px;
    font-weight: 400;
    line-height: 69px;
    margin: 0 25px 0 0;
    position: absolute;
    right: 0;
    top: 3px; }
    @media (max-width: 768px) {
      form.listing-manager-submission-form fieldset legend a {
        border: 0;
        display: block;
        margin: 10px 0 0 0;
        position: relative;
        right: auto;
        top: auto; } }

form.listing-manager-submission-form .button, form.listing-manager-submission-form .get-direction, form.listing-manager-submission-form .woocommerce .cart .button, .woocommerce .cart form.listing-manager-submission-form .button, form.listing-manager-submission-form .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit form.listing-manager-submission-form input {
  float: right; }

.checkbox label {
  font-size: 13px;
  text-transform: inherit; }

.checkbox a {
  border-bottom: 1px solid rgba(239, 94, 78, 0.4);
  color: #EF5E4E !important;
  padding-bottom: 3px; }

.fieldset-content {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  clear: both;
  margin: 0 0 25px 0;
  padding: 25px 25px 0 25px; }

form .form-group {
  margin: 0 0 15px 0;
  position: relative; }
  form .form-group .form-error {
    color: #D80C00;
    font-weight: 400; }
    form .form-group .form-error p {
      color: #D80C00; }

.form-group-button .button, .form-group-button .get-direction, .form-group-button .woocommerce .cart .button, .woocommerce .cart .form-group-button .button, .form-group-button .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .form-group-button input {
  width: 100%; }

.input-group {
  display: table;
  width: 100%; }
  .input-group > * {
    display: table-cell; }
  .input-group > input {
    border-radius: 3px 0 0 3px; }

.input-group-addon {
  background-color: #fff;
  border: 1px solid #ececec;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  font-weight: 400;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  vertical-align: middle; }

@media (min-width: 992px) {
  .listing-manager-submission-form-taxonomies .form-group {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%; }
    .listing-manager-submission-form-taxonomies .form-group:nth-child(4n) {
      float: right;
      margin-right: 0; } }

.dropdown-menu {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ececec;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  left: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 100; }
  .dropdown-menu li.active {
    background-color: #6f5c79; }
  .dropdown-menu a {
    color: #323232;
    display: block;
    padding: 8px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dropdown-menu img {
    display: inline-block;
    height: auto;
    margin: 0 15px 0 0;
    vertical-align: middle;
    width: 30px; }
  .dropdown-menu strong {
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle; }
    @media (max-width: 768px) {
      .dropdown-menu strong {
        font-size: 12px !important; } }

@media (min-width: 992px) {
  .reset-form, .change-password-form {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 33.89831%; } }

.woocommerce .login-form, .woocommerce .register-form {
  background-color: #fff; }
  @media (min-width: 992px) {
    .woocommerce .login-form, .woocommerce .register-form {
      width: 32.20339%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 33.89831%; } }
  .woocommerce .login-form button.button, .woocommerce .login-form button.get-direction, .woocommerce .register-form button.button, .woocommerce .register-form button.get-direction {
    float: right;
    padding-left: 25px;
    padding-right: 25px; }

.ez-hide {
  opacity: 0; }

.ez-checkbox {
  background-image: url("../img/checkbox.png");
  background-size: 22px 22px;
  display: inline-block;
  height: 22px;
  margin: 0px 8px 0px 0px;
  vertical-align: 1px;
  width: 22px; }

.ez-checked {
  background-image: url("../img/checkbox-open.png"); }

.ez-radio {
  background-image: url("../img/radio.png");
  background-size: 22px 22px;
  display: inline-block;
  height: 22px;
  margin: 0px 8px 0px 0px;
  vertical-align: 1px;
  width: 22px; }

.ez-selected {
  background-image: url("../img/radio-open.png"); }

/**
 * 08. Buttons
 */
.buttons .button, .buttons .get-direction, .buttons .woocommerce .cart .button, .woocommerce .cart .buttons .button, .buttons .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .buttons input {
  margin: 0 15px; }

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce button.get-direction, .woocommerce .cart button.button,
.woocommerce a.button,
.woocommerce a.get-direction, .woocommerce .cart a.button,
input[type="submit"],
.button,
.get-direction,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #review_form #respond .form-submit input {
  background-color: #323232;
  border: 0;
  border-radius: 19px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(35, 35, 35, 0.2);
  transition: all .2s ease; }
  .woocommerce #respond input#submit:hover,
  .woocommerce button.button:hover,
  .woocommerce button.get-direction:hover,
  .woocommerce a.button:hover,
  .woocommerce a.get-direction:hover,
  input[type="submit"]:hover,
  .button:hover,
  .get-direction:hover,
  .woocommerce .cart .button:hover,
  .woocommerce #review_form #respond .form-submit input:hover {
    background-color: #4c4c4c;
    color: #fff; }
  .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus,
  .woocommerce button.button:active,
  .woocommerce button.get-direction:active,
  .woocommerce button.button:focus,
  .woocommerce button.get-direction:focus,
  .woocommerce a.button:active,
  .woocommerce a.get-direction:active,
  .woocommerce a.button:focus,
  .woocommerce a.get-direction:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  .button:active,
  .get-direction:active,
  .woocommerce .cart .button:active,
  .woocommerce #review_form #respond .form-submit input:active,
  .button:focus,
  .get-direction:focus,
  .woocommerce .cart .button:focus,
  .woocommerce #review_form #respond .form-submit input:focus {
    box-shadow: none;
    outline: none; }
  .woocommerce #respond input#submit:disabled,
  .woocommerce button.button:disabled,
  .woocommerce button.get-direction:disabled,
  .woocommerce a.button:disabled,
  .woocommerce a.get-direction:disabled,
  input[type="submit"]:disabled,
  .button:disabled,
  .get-direction:disabled,
  .woocommerce .cart .button:disabled,
  .woocommerce #review_form #respond .form-submit input:disabled {
    background-color: #323232;
    color: #fff !important;
    opacity: .8 !important; }
    .woocommerce #respond input#submit:disabled:hover,
    .woocommerce button.button:disabled:hover,
    .woocommerce button.get-direction:disabled:hover,
    .woocommerce a.button:disabled:hover,
    .woocommerce a.get-direction:disabled:hover,
    input[type="submit"]:disabled:hover,
    .button:disabled:hover,
    .get-direction:disabled:hover,
    .woocommerce .cart input.button:disabled:hover,
    .woocommerce #review_form #respond .form-submit input:disabled:hover {
      background-color: #323232; }
  .woocommerce #respond input#submit .description,
  .woocommerce button.button .description,
  .woocommerce button.get-direction .description,
  .woocommerce a.button .description,
  .woocommerce a.get-direction .description,
  input[type="submit"] .description,
  .button .description, .get-direction .description, .woocommerce .cart .button .description, .woocommerce #review_form #respond .form-submit input .description {
    color: #fff;
    display: block;
    font-family: 'Handlee', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: -30px 0 0 70px;
    position: absolute;
    text-align: left;
    transform: translateX(100%) rotate(-8deg);
    white-space: nowrap; }
    @media (max-width: 768px) {
      .woocommerce #respond input#submit .description,
      .woocommerce button.button .description,
      .woocommerce button.get-direction .description,
      .woocommerce a.button .description,
      .woocommerce a.get-direction .description,
      input[type="submit"] .description,
      .button .description, .get-direction .description, .woocommerce .cart .button .description, .woocommerce #review_form #respond .form-submit input .description {
        display: none; } }
    .woocommerce #respond input#submit .description:after,
    .woocommerce button.button .description:after,
    .woocommerce button.get-direction .description:after,
    .woocommerce a.button .description:after,
    .woocommerce a.get-direction .description:after,
    input[type="submit"] .description:after,
    .button .description:after, .get-direction .description:after, .woocommerce .cart .button .description:after, .woocommerce #review_form #respond .form-submit input .description:after {
      background-image: url("../img/arrow.png");
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 32px 24px;
      content: '';
      display: block;
      height: 24px;
      left: -50px;
      position: absolute;
      transform: rotate(8deg);
      top: -5px;
      width: 32px; }
  .woocommerce #respond input#submit.remove,
  .woocommerce button.button.remove,
  .woocommerce button.remove.get-direction,
  .woocommerce a.button.remove,
  .woocommerce a.remove.get-direction,
  input[type="submit"].remove,
  .button.remove,
  .remove.get-direction,
  .woocommerce .cart .remove.button,
  .woocommerce #review_form #respond .form-submit input.remove {
    background-color: #D80C00;
    color: #fff !important;
    width: auto; }
    .woocommerce #respond input#submit.remove:hover,
    .woocommerce button.button.remove:hover,
    .woocommerce button.remove.get-direction:hover,
    .woocommerce a.button.remove:hover,
    .woocommerce a.remove.get-direction:hover,
    input[type="submit"].remove:hover,
    .button.remove:hover,
    .remove.get-direction:hover,
    .woocommerce .cart input.remove.button:hover,
    .woocommerce #review_form #respond .form-submit input.remove:hover {
      background-color: #bf0b00; }

.woocommerce #respond input#submit,
.woocommerce a.button.button-secondary, .woocommerce .inquire-form-wrapper a.button, .woocommerce .inquire-form-wrapper a.get-direction,
.woocommerce a.button-secondary.get-direction,
.woocommerce form.listing-manager-submission-form a.button, form.listing-manager-submission-form
.woocommerce a.button,
.woocommerce form.listing-manager-submission-form a.get-direction, form.listing-manager-submission-form
.woocommerce a.get-direction,
.woocommerce .reset-form a.button, .reset-form
.woocommerce a.button,
.woocommerce .reset-form a.get-direction, .reset-form
.woocommerce a.get-direction,
.woocommerce .change-password-form a.button, .change-password-form
.woocommerce a.button,
.woocommerce .change-password-form a.get-direction, .change-password-form
.woocommerce a.get-direction,
.woocommerce .listing-manager-location a.button, .listing-manager-location
.woocommerce a.button,
.woocommerce .listing-manager-location a.get-direction, .listing-manager-location
.woocommerce a.get-direction,
.woocommerce .listing-manager-purchase-button a.button, .listing-manager-purchase-button
.woocommerce a.button,
.woocommerce .listing-manager-purchase-button a.get-direction, .listing-manager-purchase-button
.woocommerce a.get-direction, .woocommerce form.login a.button, .woocommerce form.login a.get-direction, .woocommerce div.product form.cart a.get-direction, .woocommerce div.product form.cart a.button, .woocommerce .cart-collaterals .cart_totals a.button, .woocommerce .cart-collaterals .cart_totals a.get-direction, .woocommerce-page .cart-collaterals .cart_totals
.woocommerce a.button, .woocommerce-page .cart-collaterals .cart_totals
.woocommerce a.get-direction,
.woocommerce button.button,
.woocommerce button.get-direction, .woocommerce .cart button.button,
.button-secondary,
.woocommerce .inquire-form-wrapper .button,
.woocommerce .inquire-form-wrapper .get-direction,
.woocommerce .inquire-form-wrapper .cart input.button,
.woocommerce .cart .inquire-form-wrapper input.button,
.woocommerce .inquire-form-wrapper #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .inquire-form-wrapper input,
form.listing-manager-submission-form .button,
form.listing-manager-submission-form .get-direction,
form.listing-manager-submission-form .woocommerce .cart .button,
.woocommerce .cart form.listing-manager-submission-form .button,
form.listing-manager-submission-form .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit form.listing-manager-submission-form input,
.reset-form .button,
.reset-form .get-direction,
.reset-form .woocommerce .cart .button,
.woocommerce .cart .reset-form .button,
.reset-form .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .reset-form input,
.change-password-form .button,
.change-password-form .get-direction,
.change-password-form .woocommerce .cart .button,
.woocommerce .cart .change-password-form .button,
.change-password-form .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .change-password-form input,
.woocommerce .login-form button.button,
.woocommerce .login-form button.get-direction,
.woocommerce .register-form button.button,
.woocommerce .register-form button.get-direction,
form.listing-manager-filter-form .form-group button.button,
form.listing-manager-filter-form .form-group button.get-direction,
.listing-manager-location .button,
.listing-manager-location .get-direction,
.listing-manager-location .woocommerce .cart .button,
.woocommerce .cart .listing-manager-location .button,
.listing-manager-location .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .listing-manager-location input,
.listing-manager-purchase-button .button,
.listing-manager-purchase-button .get-direction,
.listing-manager-purchase-button .woocommerce .cart .button,
.woocommerce .cart .listing-manager-purchase-button .button,
.listing-manager-purchase-button .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .listing-manager-purchase-button input,
.woocommerce form.login .button,
.woocommerce form.login .get-direction,
.woocommerce form.login #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit form.login input,
.woocommerce div.product form.cart .get-direction,
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit div.product form.cart input,
.woocommerce .cart-collaterals .cart_totals .button,
.woocommerce .cart-collaterals .cart_totals .get-direction,
.woocommerce .cart-collaterals .cart_totals #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .cart-collaterals .cart_totals input,
.woocommerce-page .cart-collaterals .cart_totals .button,
.woocommerce-page .cart-collaterals .cart_totals .get-direction,
.woocommerce-page .cart-collaterals .cart_totals .woocommerce #review_form #respond .form-submit input {
  background-color: #EF5E4E;
  background-image: linear-gradient(to bottom, #f06757, #ee5545);
  color: #fff; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button.button-secondary:hover, .woocommerce .inquire-form-wrapper a.button:hover, .woocommerce .inquire-form-wrapper a.get-direction:hover,
  .woocommerce a.button-secondary.get-direction:hover,
  .woocommerce form.listing-manager-submission-form a.button:hover, form.listing-manager-submission-form
  .woocommerce a.button:hover,
  .woocommerce form.listing-manager-submission-form a.get-direction:hover, form.listing-manager-submission-form
  .woocommerce a.get-direction:hover,
  .woocommerce .reset-form a.button:hover, .reset-form
  .woocommerce a.button:hover,
  .woocommerce .reset-form a.get-direction:hover, .reset-form
  .woocommerce a.get-direction:hover,
  .woocommerce .change-password-form a.button:hover, .change-password-form
  .woocommerce a.button:hover,
  .woocommerce .change-password-form a.get-direction:hover, .change-password-form
  .woocommerce a.get-direction:hover,
  .woocommerce .listing-manager-location a.button:hover, .listing-manager-location
  .woocommerce a.button:hover,
  .woocommerce .listing-manager-location a.get-direction:hover, .listing-manager-location
  .woocommerce a.get-direction:hover,
  .woocommerce .listing-manager-purchase-button a.button:hover, .listing-manager-purchase-button
  .woocommerce a.button:hover,
  .woocommerce .listing-manager-purchase-button a.get-direction:hover, .listing-manager-purchase-button
  .woocommerce a.get-direction:hover, .woocommerce form.login a.button:hover, .woocommerce form.login a.get-direction:hover, .woocommerce div.product form.cart a.get-direction:hover, .woocommerce div.product form.cart a.button:hover, .woocommerce .cart-collaterals .cart_totals a.button:hover, .woocommerce .cart-collaterals .cart_totals a.get-direction:hover, .woocommerce-page .cart-collaterals .cart_totals
  .woocommerce a.button:hover, .woocommerce-page .cart-collaterals .cart_totals
  .woocommerce a.get-direction:hover,
  .woocommerce button.button:hover,
  .woocommerce button.get-direction:hover,
  .button-secondary:hover,
  .woocommerce .inquire-form-wrapper .button:hover,
  .woocommerce .inquire-form-wrapper .get-direction:hover,
  .woocommerce .inquire-form-wrapper #review_form #respond .form-submit input:hover,
  .woocommerce #review_form #respond .form-submit .inquire-form-wrapper input:hover,
  form.listing-manager-submission-form .button:hover,
  form.listing-manager-submission-form .get-direction:hover,
  form.listing-manager-submission-form .woocommerce #review_form #respond .form-submit input:hover,
  .woocommerce #review_form #respond .form-submit form.listing-manager-submission-form input:hover,
  .reset-form .button:hover,
  .reset-form .get-direction:hover,
  .reset-form .woocommerce .cart input.button:hover,
  .woocommerce .cart .reset-form input.button:hover,
  .reset-form .woocommerce #review_form #respond .form-submit input:hover,
  .woocommerce #review_form #respond .form-submit .reset-form input:hover,
  .change-password-form .button:hover,
  .change-password-form .get-direction:hover,
  .change-password-form .woocommerce .cart input.button:hover,
  .woocommerce .cart .change-password-form input.button:hover,
  .change-password-form .woocommerce #review_form #respond .form-submit input:hover,
  .woocommerce #review_form #respond .form-submit .change-password-form input:hover,
  .woocommerce .login-form button.button:hover,
  .woocommerce .login-form button.get-direction:hover,
  .woocommerce .register-form button.button:hover,
  .woocommerce .register-form button.get-direction:hover,
  form.listing-manager-filter-form .form-group button.button:hover,
  form.listing-manager-filter-form .form-group button.get-direction:hover,
  .listing-manager-location .button:hover,
  .listing-manager-location .get-direction:hover,
  .listing-manager-location .woocommerce .cart input.button:hover,
  .woocommerce .cart .listing-manager-location input.button:hover,
  .listing-manager-location .woocommerce #review_form #respond .form-submit input:hover,
  .woocommerce #review_form #respond .form-submit .listing-manager-location input:hover,
  .listing-manager-purchase-button .button:hover,
  .listing-manager-purchase-button .get-direction:hover,
  .listing-manager-purchase-button .woocommerce .cart input.button:hover,
  .woocommerce .cart .listing-manager-purchase-button input.button:hover,
  .listing-manager-purchase-button .woocommerce #review_form #respond .form-submit input:hover,
  .woocommerce #review_form #respond .form-submit .listing-manager-purchase-button input:hover,
  .woocommerce form.login .button:hover,
  .woocommerce form.login .get-direction:hover,
  .woocommerce form.login #review_form #respond .form-submit input:hover,
  .woocommerce #review_form #respond .form-submit form.login input:hover,
  .woocommerce div.product form.cart .get-direction:hover,
  .woocommerce div.product form.cart .button:hover,
  .woocommerce div.product form.cart #review_form #respond .form-submit input:hover,
  .woocommerce #review_form #respond .form-submit div.product form.cart input:hover,
  .woocommerce .cart-collaterals .cart_totals .button:hover,
  .woocommerce .cart-collaterals .cart_totals .get-direction:hover,
  .woocommerce .cart-collaterals .cart_totals #review_form #respond .form-submit input:hover,
  .woocommerce #review_form #respond .form-submit .cart-collaterals .cart_totals input:hover,
  .woocommerce-page .cart-collaterals .cart_totals .button:hover,
  .woocommerce-page .cart-collaterals .cart_totals .get-direction:hover,
  .woocommerce-page .cart-collaterals .cart_totals .woocommerce #review_form #respond .form-submit input:hover {
    background-color: #EF5E4E;
    background-image: linear-gradient(to top, #f06757, #ee5545);
    color: #fff; }

.woocommerce a.button.button-primary, .woocommerce a.button-primary.get-direction, .woocommerce .woocommerce-cart .wc-proceed-to-checkout a.get-direction.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce a.get-direction.checkout-button, .woocommerce #payment a.get-direction#place_order, .woocommerce-page #payment .woocommerce a.get-direction#place_order, .woocommerce .form-group-button a.button, .form-group-button .woocommerce a.button, .woocommerce .form-group-button a.get-direction, .form-group-button .woocommerce a.get-direction, .woocommerce .woocommerce-cart .wc-proceed-to-checkout a.button.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce a.button.checkout-button, .woocommerce #payment a.button#place_order, .woocommerce-page #payment .woocommerce a.button#place_order,
.button-primary,
.form-group-button .button,
.form-group-button .get-direction,
.form-group-button .woocommerce .cart .button,
.woocommerce .cart .form-group-button .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce #review_form #respond .form-submit input {
  background-color: #3A303F;
  color: #fff; }
  .woocommerce a.button.button-primary:hover, .woocommerce a.button-primary.get-direction:hover, .woocommerce .woocommerce-cart .wc-proceed-to-checkout a.get-direction.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout .woocommerce a.get-direction.checkout-button:hover, .woocommerce #payment a.get-direction#place_order:hover, .woocommerce-page #payment .woocommerce a.get-direction#place_order:hover, .woocommerce .form-group-button a.button:hover, .form-group-button .woocommerce a.button:hover, .woocommerce .form-group-button a.get-direction:hover, .form-group-button .woocommerce a.get-direction:hover, .woocommerce .woocommerce-cart .wc-proceed-to-checkout a.button.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout .woocommerce a.button.checkout-button:hover, .woocommerce #payment a.button#place_order:hover, .woocommerce-page #payment .woocommerce a.button#place_order:hover,
  .button-primary:hover,
  .form-group-button .button:hover,
  .form-group-button .get-direction:hover,
  .form-group-button .woocommerce .cart input.button:hover,
  .woocommerce .cart .form-group-button input.button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover,
  .woocommerce #review_form #respond .form-submit input:hover {
    background-color: #352c39;
    color: #fff; }

.woocommerce a.button.button-black, .woocommerce a.button-black.get-direction,
.button-black {
  background-color: #323232;
  color: #fff; }
  .woocommerce a.button.button-black:hover, .woocommerce a.button-black.get-direction:hover,
  .button-black:hover {
    background-color: #2d2d2d;
    color: #fff; }

.woocommerce a.button.button-green, .woocommerce a.button-green.get-direction,
.button-green {
  background-color: #8dc63f;
  background-image: linear-gradient(to bottom, #92c847, #88c139);
  color: #fff; }
  .woocommerce a.button.button-green:hover, .woocommerce a.button-green.get-direction:hover,
  .button-green:hover {
    background-color: #88c139;
    background-image: linear-gradient(to top, #92c847, #88c139);
    color: #fff; }

.woocommerce a.button.button-lg, .woocommerce a.button-lg.get-direction,
.button-lg {
  border-radius: 31px;
  font-size: 18px;
  font-weight: 600;
  height: 58px;
  line-height: 58px;
  padding-left: 46px;
  padding-right: 46px; }
  .woocommerce a.button.button-lg .fa, .woocommerce a.button-lg.get-direction .fa,
  .button-lg .fa {
    font-size: 12px;
    margin: 0 -10px 0 15px;
    vertical-align: middle; }
  @media (max-width: 768px) {
    .woocommerce a.button.button-lg, .woocommerce a.button-lg.get-direction,
    .button-lg {
      font-size: 15px;
      height: 44px;
      line-height: 44px;
      padding-left: 20px;
      padding-right: 20px; }
      .woocommerce a.button.button-lg .fa, .woocommerce a.button-lg.get-direction .fa,
      .button-lg .fa {
        margin: 0 0 0 15px; } }

.button.button-transparent, .button-transparent.get-direction, .woocommerce .cart .button-transparent.button, .woocommerce #review_form #respond .form-submit input.button-transparent {
  background-color: transparent !important;
  background-image: none !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  text-shadow: none !important; }

/**
 * 09. Tables
 */
table caption {
  color: #323232;
  caption-side: initial;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 20px 2px;
  text-align: left;
  width: auto; }

.main .content table {
  border-collapse: separate;
  margin: 0 0 30px 0;
  width: 100%; }
  .main .content table th {
    border-bottom: 1px solid #f4f4f4;
    font-size: 15px !important;
    font-weight: 700;
    text-align: left; }
    .main .content table th.empty {
      background-color: #fff; }
  .main .content table th, .main .content table td {
    padding: 15px 25px !important; }
  .main .content table td {
    border-bottom: 1px solid #f4f4f4;
    transition: background-color .2s ease;
    vertical-align: middle; }
    .main .content table td input {
      width: 100%; }
    .main .content table td.day-name {
      font-weight: 400 !important; }
  .main .content table h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0; }
    .main .content table h3 a {
      color: #323232; }
  .main .content table tbody tr:hover td {
    background-color: transparent; }
  .main .content table tbody tr:nth-child(even) td {
    background-color: transparent; }
  .main .content table tbody tr:last-child td {
    border-bottom: 0; }
  .main .content table .thumbnail-wrapper {
    padding-right: 0;
    width: 1px; }
    .main .content table .thumbnail-wrapper img {
      display: block;
      height: auto;
      margin: 0;
      max-width: 60px; }
  .main .content table .actions-wrapper {
    width: 1px;
    white-space: nowrap; }
  .main .content table .woocommerce .button:not(.menu-item), .main .content table .woocommerce .get-direction:not(.menu-item), .main .content table .woocommerce #review_form #respond .form-submit input:not(.menu-item), .main .content table .button:not(.menu-item), .main .content table .get-direction:not(.menu-item), .main .content table .woocommerce #review_form #respond .form-submit input:not(.menu-item), .woocommerce #review_form #respond .form-submit .main .content table input:not(.menu-item) {
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 12px 15px; }
  .main .content table .button.remove, .main .content table .remove.get-direction, .main .content table .woocommerce #review_form #respond .form-submit input.remove, .woocommerce #review_form #respond .form-submit .main .content table input.remove {
    background-color: #D80C00;
    color: #fff !important;
    width: auto; }
    .main .content table .button.remove:hover, .main .content table .remove.get-direction:hover, .main .content table .woocommerce #review_form #respond .form-submit input.remove:hover, .woocommerce #review_form #respond .form-submit .main .content table input.remove:hover {
      background-color: #D80C00; }

/**
 * 10. Header
 */
.header {
  background-color: #3A303F;
  padding: 0 50px;
  position: relative;
  z-index: 101; }
  .header:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 768px) {
    .header {
      padding: 0; } }
  .header-type-white .header {
    background-color: #fff; }
  .header .button, .header .get-direction, .header .woocommerce .cart .button, .woocommerce .cart .header .button, .header .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .header input {
    float: right;
    margin: 0 0 0 30px !important; }
    @media (max-width: 544px) {
      .header .button, .header .get-direction, .header .woocommerce .cart .button, .woocommerce .cart .header .button, .header .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .header input {
        display: none !important; } }

.header-inner {
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  color: #fff;
  margin: 0 0 0 50%;
  padding: 14px 0;
  transform: translateX(-50%);
  width: 100%; }
  .header-inner:after {
    content: " ";
    display: block;
    clear: both; }
  .header-inner:after {
    content: " ";
    display: block;
    clear: both; }
  .header-size-fullwidth .header-inner {
    max-width: inherit; }
  @media (max-width: 992px) {
    .header-inner {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 768px) {
    .header-inner {
      padding-left: 15px;
      padding-right: 15px; } }

.header-content:after {
  content: " ";
  display: block;
  clear: both; }

.header-bottom {
  background-color: #473b4d;
  clear: both;
  margin: 14px -1200px -14px -1200px;
  padding: 7px 1200px;
  position: relative; }
  .header-bottom:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 768px) {
    .header-bottom {
      margin-left: -16px;
      margin-right: -16px;
      padding-left: 16px;
      padding-right: 16px; } }
  .header-type-white .header-bottom {
    background-color: #fff; }
    .header-type-white .header-bottom:before {
      background-color: rgba(0, 0, 0, 0.06);
      content: '';
      display: block;
      height: 1px;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }

.site-branding {
  float: left;
  position: relative;
  white-space: nowrap;
  z-index: 10; }

.site-title {
  display: inline-block;
  vertical-align: middle; }
  .site-title a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none; }
  .site-title img {
    max-height: 38px;
    vertical-align: middle;
    width: auto; }

.site-description {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  vertical-align: middle; }
  @media (min-width: 768px) and (max-width: 992px) {
    .site-description {
      display: none; } }

.header-type-white .header-wrapper .site-description {
  border-left-color: rgba(0, 0, 0, 0.06);
  color: #323232; }

.site-cart {
  border-left: 2px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  float: right;
  height: 38px;
  line-height: 38px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
  position: relative; }
  .header-type-white .site-cart {
    border-color: rgba(0, 0, 0, 0.06);
    color: #323232; }
  @media (max-width: 768px) {
    .site-cart {
      display: none; } }
  .site-cart .fa {
    font-size: 17px; }
  .site-cart .fa {
    display: block;
    font-size: 20px;
    margin: 10px 12px 0 0; }
  .site-cart .badge {
    background-color: #EF5E4E;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 16px; }

.user-navigation {
  cursor: pointer;
  float: right;
  position: relative; }
  @media (max-width: 768px) {
    .user-navigation {
      display: none; } }
  .user-navigation:hover ul {
    opacity: 1;
    top: 50px;
    visibility: visible; }
  .user-navigation ul {
    background-color: #111;
    font-family: 'Montserrat', 'Arial', sans-serif;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    top: 55px;
    transition: all .4s ease;
    visibility: hidden;
    width: 160px;
    z-index: 9999; }
    .user-navigation ul:after {
      background-color: transparent;
      content: '';
      display: block;
      height: 16px;
      left: 0;
      position: absolute;
      right: 0;
      top: -16px; }
    .user-navigation ul a {
      color: rgba(255, 255, 255, 0.85);
      display: block;
      font-size: 12px;
      padding: 10px 0;
      text-align: right; }
      .user-navigation ul a .fa {
        color: #EF5E4E;
        font-size: 12px;
        margin: 0 0 0 10px;
        vertical-align: middle; }
      .user-navigation ul a:hover {
        color: #fff; }

.user-navigation-header {
  border: 2px solid #EF5E4E;
  border-radius: 19px;
  height: 34px;
  margin: 0 0 0 30px;
  white-space: nowrap; }

.user-navigation-avatar {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: inline-block;
  height: 26px;
  margin: 4px 0 4px 6px;
  vertical-align: middle;
  width: 26px; }

.user-navigation-name {
  display: inline-block;
  font-size: 13px;
  margin: 0 15px 0 6px;
  vertical-align: middle; }
  .user-navigation-name .fa {
    font-size: 9px;
    margin: 0 0 0 10px;
    vertical-align: 1px; }
  .header-type-white .user-navigation-name {
    color: #323232; }

.header-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: -1px;
  left: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0; }

.header-minimal .site-navigation {
  float: right; }

.header-type-minimal-transparent .main-wrapper,
.header-type-minimal-transparent .header-wrapper,
.header-type-minimal-transparent .footer-wrapper {
  display: block !important; }

.header-type-minimal-transparent .header {
  background-color: transparent;
  margin-bottom: -66px; }

.header-sticky-inner {
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto; }
  .header-sticky-inner:after {
    content: " ";
    display: block;
    clear: both; }

.header-sticky {
  background-color: rgba(50, 50, 50, 0.85);
  left: 0;
  padding: 15px 50px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: all .4s ease;
  z-index: 9999; }
  .sticky-header-type-white .header-sticky {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }
  .page-template-page-map .header-sticky {
    display: none; }
  @media (max-width: 992px) {
    .header-sticky {
      display: none; } }
  .header-sticky .site-navigation {
    float: right; }
    .header-sticky .site-navigation a:before {
      display: none !important; }
    .sticky-header-type-white .header-sticky .site-navigation a {
      color: #323232; }
      .sticky-header-type-white .header-sticky .site-navigation a:after {
        color: #323232; }
  .sticky-header-type-white .header-sticky .site-description {
    border-left-color: rgba(0, 0, 0, 0.06);
    color: #323232; }
  .header-sticky.active {
    transform: translateY(0); }
  .admin-bar .header-sticky {
    top: 32px; }

/**
 * 11. Navigation
 */
.post ul.listing-manager-dashboard-nav {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: block;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 10px; }
  .post ul.listing-manager-dashboard-nav:after {
    content: " ";
    display: block;
    clear: both; }
  .post ul.listing-manager-dashboard-nav li {
    float: left; }
  .post ul.listing-manager-dashboard-nav a {
    display: block;
    padding: 4px 15px; }
    .post ul.listing-manager-dashboard-nav a:hover {
      color: #EF5E4E; }

.site-navigation {
  float: left; }
  .site-navigation ul {
    margin: 0;
    padding: 0; }
    .site-navigation ul:after {
      content: " ";
      display: block;
      clear: both; }
  .site-navigation li {
    float: left;
    list-style: none;
    margin: 0 50px 0 0;
    position: relative; }
    .site-navigation li:last-child {
      margin-right: 0; }
    .site-navigation li:hover > .sub-menu {
      opacity: 1;
      top: 43px;
      visibility: visible; }
      .site-navigation li:hover > .sub-menu .sub-menu {
        top: -8px; }
    .site-navigation li.menu-item-has-children > a:after {
      color: #fff;
      content: '\f078';
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 7px;
      margin: 0 0 0 10px;
      vertical-align: middle; }
      .header-type-white .header-wrapper .site-navigation li.menu-item-has-children > a:after {
        color: #323232; }
  .site-navigation .button, .site-navigation .get-direction, .site-navigation .woocommerce .cart .button, .woocommerce .cart .site-navigation .button, .site-navigation .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .site-navigation input {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
    margin: 0 0 0 -20px;
    padding: 0 20px;
    transition: background-color .2s ease; }
    .site-navigation .button:hover, .site-navigation .get-direction:hover, .site-navigation .woocommerce .cart input.button:hover, .woocommerce .cart .site-navigation input.button:hover, .site-navigation .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .site-navigation input:hover {
      background-color: rgba(255, 255, 255, 0.12); }
    .site-navigation .button a:before, .site-navigation .get-direction a:before, .site-navigation .woocommerce .cart .button a:before, .woocommerce .cart .site-navigation .button a:before, .site-navigation .woocommerce #review_form #respond .form-submit input a:before, .woocommerce #review_form #respond .form-submit .site-navigation input a:before {
      display: none !important; }
  .site-navigation .current-menu-item, .site-navigation .current-menu-ancestor {
    position: relative; }
    .site-navigation .current-menu-item > a:before, .site-navigation .current-menu-ancestor > a:before {
      background-color: #EF5E4E;
      content: '';
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      top: -7px;
      width: 16px;
      z-index: 2; }
      .header-type-minimal-transparent .site-navigation .current-menu-item > a:before, .header-type-minimal .site-navigation .current-menu-item > a:before, .header-type-minimal-transparent .site-navigation .current-menu-ancestor > a:before, .header-type-minimal .site-navigation .current-menu-ancestor > a:before {
        top: -14px; }
  .site-navigation a {
    color: #fff;
    font-size: 13px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
    transition: color .2s ease; }
    .site-navigation a:hover {
      color: #EF5E4E !important; }
    .header-type-white .header-wrapper .site-navigation a {
      color: #323232; }
  @media (max-width: 768px) {
    .site-navigation {
      background-color: #323232;
      display: none;
      left: 0;
      position: absolute;
      right: 0;
      top: 48px;
      z-index: 999; }
      .header-type-transparent .site-navigation, .header-type-minimal-transparent .site-navigation {
        top: 66px; }
      .site-navigation.open {
        display: block; }
      .site-navigation li {
        float: none;
        margin: 0; }
        .site-navigation li.menu-item-has-children > a {
          padding-right: 15px; }
          .site-navigation li.menu-item-has-children > a:after {
            content: '\f054';
            float: right; }
        .site-navigation li:hover > .sub-menu {
          display: block; }
      .site-navigation a {
        color: #fff !important;
        font-size: 13px;
        display: block;
        padding: 8px 25px; }
        .site-navigation a:before {
          display: none !important; }
      .site-navigation .sub-menu {
        background-color: #323232;
        display: none;
        left: auto !important;
        opacity: 1;
        padding: 0 !important;
        position: relative;
        top: auto !important;
        visibility: visible;
        width: 100%; }
        .site-navigation .sub-menu a {
          padding: 9px 15px 15px 25px !important; } }

.site-navigation-toggle {
  cursor: pointer;
  display: none;
  float: right;
  margin: 6px 0 0 20px;
  width: 18px; }
  @media (max-width: 768px) {
    .site-navigation-toggle {
      display: block; } }
  .site-navigation-toggle span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin: 4px 0; }
    .header-type-white .site-navigation-toggle span {
      background-color: #323232; }

.site-navigation-social {
  float: right;
  margin: 2px 0 0 0; }
  .site-navigation-social .menu {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0; }
  .site-navigation-social li {
    float: right;
    margin: 0 0 0 15px; }
  .site-navigation-social a {
    background-color: #2d2531;
    border-radius: 50%;
    color: #fff !important;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all .4s ease;
    width: 30px; }
    .site-navigation-social a:hover {
      background-color: #352c39; }

.site-navigation-secondary {
  float: right;
  margin: 0;
  padding: 0; }
  @media (max-width: 768px) {
    .site-navigation-secondary {
      float: left; } }
  .site-navigation-secondary .menu {
    margin: 0;
    padding: 0; }
  .site-navigation-secondary li {
    display: inline-block;
    margin: 0 0 0 35px; }
    @media (max-width: 768px) {
      .site-navigation-secondary li:first-child {
        margin-left: 0; } }
  .site-navigation-secondary a {
    color: #fff;
    display: block;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 13px;
    line-height: 34px; }
    .header-type-white .header-wrapper .site-navigation-secondary a {
      color: #323232; }
    .site-navigation-secondary a:hover {
      color: #EF5E4E !important; }

@media (max-width: 768px) {
  .site-navigation .sub-menu {
    background-color: #3a3a3a; } }

@media (min-width: 768px) {
  .site-navigation .sub-menu {
    background-color: #111;
    border-radius: 0px;
    left: -15px;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 8px 0 !important;
    position: absolute;
    top: 47px;
    transition: all .4s ease;
    visibility: hidden;
    width: 220px;
    z-index: 9999; }
    .site-navigation .sub-menu .sub-menu {
      left: 222px;
      top: 0; }
      .site-navigation .sub-menu .sub-menu:before {
        display: none; }
      .site-navigation .sub-menu .sub-menu:after {
        bottom: 0;
        background-color: transparent;
        height: 100%;
        left: -5px;
        right: 0;
        top: 0;
        width: 5px; }
    .site-navigation .sub-menu:before {
      border: 5px solid transparent;
      border-bottom-color: #111;
      content: '';
      display: block;
      height: 0;
      left: 15px;
      position: absolute;
      top: -10px;
      width: 0; }
    .site-navigation .sub-menu:after {
      background-color: transparent;
      content: '';
      display: block;
      height: 16px;
      left: 0;
      position: absolute;
      right: 0;
      top: -16px; }
    .site-navigation .sub-menu li {
      display: block;
      float: none;
      margin: 0;
      padding: 0; }
      .site-navigation .sub-menu li.menu-item-has-children {
        margin: 0; }
        .site-navigation .sub-menu li.menu-item-has-children > a:after {
          content: '\f054';
          float: right;
          margin-top: 3px; }
    .site-navigation .sub-menu a {
      color: #fff !important;
      display: block;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.5;
      padding: 7px 15px !important;
      text-transform: inherit !important; }
      .site-navigation .sub-menu a .fa {
        color: #3A303F;
        font-size: 11px;
        margin: 0 0 0 10px;
        vertical-align: midde; }
      .site-navigation .sub-menu a:hover {
        color: #EF5E4E !important; }
      .site-navigation .sub-menu a:before {
        display: none !important; } }

/**
 * 12. Footer
 */
.footer-wrapper {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px; }
  .page-template-page-map .footer-wrapper {
    display: none; }

.footer {
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px 0 50px; }
  .footer:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 544px) {
    .footer {
      padding-left: 20px;
      padding-right: 20px; } }

.footer-inner:after {
  content: " ";
  display: block;
  clear: both; }

.footer-inner p {
  margin: 0; }

.footer-inner .widget {
  margin: 0;
  padding: 0; }

.footer-inner .menu {
  margin: -4px 0 0 0;
  padding: 0; }
  .footer-inner .menu li {
    display: inline-block;
    margin: 0 0 0 20px; }
  .footer-inner .menu a {
    border: 0; }
  .footer-inner .menu .fa {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px; }

.footer-top {
  padding: 0 0 60px 0; }
  .footer-top:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-top .widgettitle {
    color: rgba(50, 50, 50, 0.85);
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
    .footer-top .widgettitle:after {
      background-color: #EF5E4E;
      content: '';
      display: block;
      height: 2px;
      margin: 15px 0 0 0;
      width: 30px; }
  .footer-top p {
    line-height: 30px;
    margin: 0 0 30px 0; }
  .footer-top .menu {
    margin: 0 0 30px 0;
    padding: 0; }
    .footer-top .menu:after {
      content: " ";
      display: block;
      clear: both; }
    .footer-top .menu li {
      float: left;
      margin: 0;
      padding: 0;
      width: 100%; }
      @media (min-width: 768px) {
        .footer-top .menu li {
          width: 50%; } }
      .footer-top .menu li a {
        color: rgba(50, 50, 50, 0.85);
        display: block;
        padding: 8px 0;
        transition: all .4s ease; }
        .footer-top .menu li a:before {
          content: '';
          background-color: #EF5E4E;
          display: inline-block;
          height: 1px;
          margin: 0 10px 0 0;
          vertical-align: 4px;
          width: 6px; }
        .footer-top .menu li a:hover {
          color: #EF5E4E;
          padding-left: 4px; }

@media (min-width: 544px) {
  .footer-top-first {
    width: 100%; } }

@media (min-width: 992px) {
  .footer-top-first {
    width: 32.43243%;
    float: left;
    margin-right: 1.35135%; } }

@media (min-width: 544px) {
  .footer-top-second {
    width: 100%; } }

@media (min-width: 992px) {
  .footer-top-second {
    width: 32.43243%;
    float: left;
    margin-right: 1.35135%; } }

@media (min-width: 544px) {
  .footer-top-third {
    width: 100%; } }

@media (min-width: 992px) {
  .footer-top-third {
    width: 32.43243%;
    float: left;
    margin-right: 1.35135%;
    float: right;
    margin-right: 0; } }

.footer-bottom {
  background-color: #fff;
  margin: 0 -1200px;
  padding: 35px 1200px; }
  .footer-bottom:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-bottom p {
    line-height: 26px;
    margin: 0;
    padding: 0; }

.footer-left {
  float: left; }
  .footer-left a {
    color: #EF5E4E; }
  @media (max-width: 544px) {
    .footer-left {
      padding-bottom: 0 !important;
      padding-left: 0 !important; } }
  @media (max-width: 768px) {
    .footer-left {
      float: none;
      padding: 5px 20px 30px 20px; } }

.footer-right {
  float: right; }
  @media (max-width: 544px) {
    .footer-right {
      padding-bottom: 0 !important;
      padding-left: 0 !important; } }
  @media (max-width: 768px) {
    .footer-right {
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      float: none;
      padding: 30px 0; } }
  .footer-right .fa {
    color: rgba(0, 0, 0, 0.36);
    font-size: 26px;
    margin: 0 0 0 20px; }
    .footer-right .fa:first-child {
      margin-left: 0; }

.footer-promo {
  background-image: linear-gradient(to right, #2A2F35, #444D59);
  color: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
  text-align: center; }

/**
 * 13. Titles
 */
.page-title {
  background-size: 720px 720px;
  background-color: #fff;
  background-image: url("../img/pattern.jpg");
  margin: -50px -1200px 50px -1200px;
  padding: 50px 1200px; }
  .page-title:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 768px) {
    .page-title {
      margin-top: -30px;
      width: 100%; } }
  .page-template-page-map .page-title {
    display: none; }
  .page-title h1 {
    font-family: 'Montserrat';
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    padding: 0; }
    @media (max-width: 768px) {
      .page-title h1 {
        font-size: 22px; } }
  .page-title strong {
    color: #B7B7B7;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 0 0;
    padding: 0; }
  .page-title p {
    color: #6d6d6d;
    font-size: 16px;
    margin: 30px 0 0 0; }

.page-title-inner {
  position: relative; }

.page-title-meta {
  color: rgba(50, 50, 50, 0.8);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 768px) {
    .page-title-meta {
      display: none; } }

.page-title-meta-item {
  border-left: 1px solid rgba(50, 50, 50, 0.08);
  float: right;
  font-size: 13px;
  margin: 0 0 0 25px;
  padding: 5px 0 5px 25px;
  text-align: right; }
  .page-title-meta-item:last-child {
    border-left: 0; }
  .page-title-meta-item strong {
    display: block;
    font-size: 13px; }
  .page-title-meta-item span {
    display: block; }
  .page-title-meta-item a {
    border-bottom: 1px solid rgba(239, 94, 78, 0.5);
    color: #EF5E4E;
    padding-bottom: 1px; }

.page-header {
  margin: 0 0 50px 0;
  padding: 80px 0 40px 0;
  position: relative; }
  .page-header h2 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 30px 0;
    text-align: center; }
  .page-header p {
    color: rgba(50, 50, 50, 0.8);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 auto;
    max-width: 50%;
    text-align: center; }
    @media (max-width: 992px) {
      .page-header p {
        max-width: inherit; } }
  @media (min-width: 768px) {
    .page-header .button, .page-header .get-direction, .page-header .woocommerce .cart .button, .woocommerce .cart .page-header .button, .page-header .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .page-header input {
      position: absolute !important;
      right: 0;
      top: 50%;
      transform: translateY(-50%); } }

/**
 * 14. Filters
 */
form.listing-manager-filter-form:after {
  content: " ";
  display: block;
  clear: both; }

@media (min-width: 768px) {
  form.listing-manager-filter-form .form-group {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%; }
    form.listing-manager-filter-form .form-group:nth-child(4n) {
      float: right;
      margin-right: 0; } }

@media (max-width: 768px) {
  form.listing-manager-filter-form .form-group:last-child {
    margin-bottom: 20px; } }

.sidebar form.listing-manager-filter-form .form-group {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

form.listing-manager-filter-form.labels .form-group-button {
  margin-top: 30px; }

form.listing-manager-filter-form .button, form.listing-manager-filter-form .get-direction, form.listing-manager-filter-form .woocommerce .cart .button, .woocommerce .cart form.listing-manager-filter-form .button, form.listing-manager-filter-form .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit form.listing-manager-filter-form input {
  height: 44px; }

/**
 * 15. Hero
 */
.hero {
  height: 550px;
  position: relative; }
  .hero .owl-carousel, .hero .owl-stage-outer, .hero .owl-stage {
    height: 100%;
    display: table; }
  .hero .owl-item {
    display: table;
    height: 100%; }
  .hero #map-google {
    height: 550px; }

.hero-categories {
  background-image: linear-gradient(to bottom, rgba(239, 94, 78, 0.9), rgba(237, 77, 59, 0.9));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 25%;
  z-index: 10; }
  .hero-categories h2 {
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    font-weight: 700;
    margin: 30px 50px 20px 50px;
    text-transform: uppercase; }
  .hero-categories .nav {
    margin: 0 50px; }
  .hero-categories .nav-link {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    transition: padding .2s ease; }
    .hero-categories .nav-link:hover {
      padding-left: 5px; }
      .hero-categories .nav-link:hover:after {
        color: #fff; }
    .hero-categories .nav-link span {
      font-size: 11px;
      font-weight: 400; }
    .hero-categories .nav-link:after {
      color: rgba(255, 255, 255, 0.5);
      content: '\f054';
      float: right;
      font-family: 'FontAwesome';
      font-size: 9px;
      margin: 6px 0 0 0;
      transition: color .2s ease; }

.hero-carousel-item {
  background-color: #323232;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: .7;
  right: 0;
  top: 0; }

.hero-scroll {
  bottom: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  z-index: 100; }
  .hero-scroll span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    font-weight: 700;
    margin: 0 0 0 10px;
    transition: color .4s ease;
    vertical-align: middle; }
  .hero-scroll:hover span {
    color: #fff; }

.hero-scroll-mice {
  display: inline-block;
  vertical-align: middle; }
  .hero-scroll-mice:before {
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 9px;
    height: 28px;
    content: '';
    display: block;
    width: 16px; }
  .hero-scroll-mice:after {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    content: '';
    height: 7px;
    display: block;
    left: 9px;
    position: absolute;
    transform: translate3d(0, 0, 1px);
    transition: all .4s ease;
    top: 7px;
    width: 2px; }
    .hero-scroll:hover .hero-scroll-mice:after {
      top: 13px; }

.hero-title {
  color: #fff;
  position: absolute;
  left: 50%;
  text-align: center;
  top: calc((100vh - 115px - 210px)/2);
  transform: translateX(-50%) translateY(-50%);
  z-index: 100; }
  .hero-title h1 {
    color: #fff;
    font-family: 'Montserrat', 'Arial', san-serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 70px;
    position: relative;
    transform: translate3d(0, 0, 1px);
    text-shadow: 0 1px 1px rgba(50, 50, 50, 0.5);
    transition: all 1s ease 1s; }
  .hero-title .btn {
    margin-top: 50px; }

.hero-boxes {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 100; }

.hero-box {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0;
  padding: 30px 20px 100px 20px;
  position: relative;
  transform: translate3d(0, 0, 1px);
  transition: all .4s ease;
  top: 30px; }
  body.loaded .hero-box {
    opacity: 1;
    top: 0; }
  .hero-box h2 {
    color: #fff;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 15px;
    margin: 0 0 15px 0;
    text-shadow: 0 1px 1px rgba(50, 50, 50, 0.5); }
  .hero-box p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0; }

.hero-box-icon {
  float: left;
  margin: 0 20px 0 0; }
  .hero-box-icon i {
    color: #EF5E4E;
    font-size: 28px; }

.hero-box-content {
  display: table-cell; }

@media (min-width: 768px) {
  .hero-creative-wrapper {
    height: calc(100vh - 114px);
    min-height: 700px;
    max-height: 900px; }
    .admin-bar .hero-creative-wrapper {
      height: calc(100vh - 146px); } }

@media (max-width: 768px) {
  .hero-creative-wrapper {
    min-height: 300px; } }

.hero-creative-title {
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0 0; }
  .hero-creative-title:after {
    content: " ";
    display: block;
    clear: both; }
  .header-type-minimal-transparent .hero-creative-title {
    padding-top: 122px; }
  .hero-creative-title h1 {
    color: white;
    font-family: 'Montserrat', 'Arial', san-serif;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    left: 30px;
    margin: 0;
    opacity: 0;
    transform: translate3d(0, 0, 1px);
    text-shadow: 0 1px 1px rgba(50, 50, 50, 0.5);
    text-transform: uppercase;
    transition: all .4s ease .6s;
    z-index: 30; }
    @media (max-width: 768px) {
      .hero-creative-title h1 {
        font-size: 18px;
        line-height: 1.5; } }
    body.loaded .hero-creative-title h1 {
      left: 0;
      opacity: .9; }
  .hero-creative-title h2 {
    color: #fff;
    font-family: 'Montserrat', 'Arial', san-serif;
    font-size: 60px;
    font-weight: 700;
    left: 50px;
    letter-spacing: 2px;
    line-height: 64px;
    margin: 0 0 60px 0;
    opacity: 0;
    position: relative;
    transform: translate3d(0, 0, 1px);
    text-shadow: 0 1px 1px rgba(50, 50, 50, 0.5);
    text-transform: uppercase;
    transition: all 1s ease 1s;
    z-index: 30; }
    @media (max-width: 768px) {
      .hero-creative-title h2 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 30px;
        margin-top: 15px; } }
    body.loaded .hero-creative-title h2 {
      left: 0;
      opacity: 1; }
  .hero-creative-title .button, .hero-creative-title .get-direction, .hero-creative-title .woocommerce .cart .button, .woocommerce .cart .hero-creative-title .button, .hero-creative-title .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .hero-creative-title input {
    margin-top: 30px;
    opacity: 0;
    position: relative;
    transform: translate3d(0, 0, 1px);
    transition: all .4s ease 2s;
    z-index: 30; }
    body.loaded .hero-creative-title .button, body.loaded .hero-creative-title .get-direction, body.loaded .hero-creative-title .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit body.loaded .hero-creative-title input {
      opacity: 1; }

.hero-creative-image {
  background-size: cover;
  background-position: bottom center;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw; }
  .hero-creative-image:before {
    background-color: rgba(58, 48, 63, 0.5);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

.hero-creative-pins {
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  position: absolute; }
  .hero-creative-pins:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 992px) {
    .hero-creative-pins {
      display: none; } }

.hero-creative-pin {
  height: 110px;
  margin-top: -15px;
  opacity: 0;
  transform: translateY(-15px);
  transition: all .4s ease;
  position: absolute;
  width: 200px;
  z-index: 20; }
  @media (max-width: 544px) {
    .hero-creative-pin {
      display: none; } }
  .hero-creative-pin:before {
    background-color: #EF5E4E;
    bottom: -2px;
    content: '';
    display: block;
    height: 110px;
    left: 9px;
    position: absolute;
    transition: all .4s ease;
    width: 2px;
    z-index: 11; }
  .hero-creative-pin:hover:before {
    background-color: #8dc63f; }
  body.loaded .hero-creative-pin {
    opacity: 1;
    margin-top: 0;
    transform: translateY(0); }

.hero-creative-pin-place:before {
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  bottom: -21px;
  content: '';
  height: 32px;
  left: -24px;
  position: absolute;
  transition: border-color .4s ease;
  width: 64px;
  z-index: 10; }
  .hero-creative-pin:hover .hero-creative-pin-place:before {
    border-color: #8dc63f; }

.hero-creative-pin-place:after {
  background-color: #EF5E4E;
  border: 2px solid #EF5E4E;
  border-radius: 50%;
  bottom: -8px;
  content: '';
  height: 8px;
  position: absolute;
  transition: all .4s ease;
  width: 16px;
  z-index: 10; }
  .hero-creative-pin:hover .hero-creative-pin-place:after {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4); }

.hero-creative-pin-title {
  left: 26px;
  position: absolute;
  top: 9px;
  z-index: 12; }
  .hero-creative-pin-title h3, .hero-creative-pin-title h4 {
    color: #fff;
    display: block; }
    .hero-creative-pin-title h3 a, .hero-creative-pin-title h4 a {
      color: #fff;
      display: block;
      max-width: 200px;
      overflow: hidden;
      text-decoration: none;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .hero-creative-pin-title h3 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    white-space: nowrap; }
  .hero-creative-pin-title h4 {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-transform: inherit;
    white-space: nowrap; }
    .hero-creative-pin-title h4 span {
      vertical-align: middle; }
    .hero-creative-pin-title h4 a {
      display: inline-block;
      vertical-align: middle; }

.hero-search-wrapper {
  height: calc(100vh - 114px);
  left: 50%;
  min-height: 550px;
  max-height: 900px;
  transform: translateX(-50%);
  width: 100vw; }
  @media (max-width: 768px) {
    .hero-search-wrapper {
      min-height: 800px; } }

.hero-search form.listing-manager-filter-form {
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  margin: 50px 0 0 0;
  padding: 0;
  text-align: center; }
  .hero-search form.listing-manager-filter-form:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 544px) {
    .hero-search form.listing-manager-filter-form {
      margin: 50px 0 0 0; } }
  .hero-search form.listing-manager-filter-form.labels .form-group-button {
    margin-top: 34px; }
  .hero-search form.listing-manager-filter-form .form-group {
    margin-bottom: 0;
    padding: 0;
    vertical-align: middle; }
    @media (max-width: 992px) {
      .hero-search form.listing-manager-filter-form .form-group {
        margin: 0 0 20px 0; } }
    @media (min-width: 992px) {
      .hero-search form.listing-manager-filter-form .form-group {
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%; }
        .hero-search form.listing-manager-filter-form .form-group:nth-child(4n) {
          float: right;
          margin-right: 0; } }
    .hero-search form.listing-manager-filter-form .form-group label {
      color: #fff;
      font-size: 14px;
      text-align: left;
      text-transform: initial; }
    .hero-search form.listing-manager-filter-form .form-group select, .hero-search form.listing-manager-filter-form .form-group input {
      box-sizing: border-box;
      padding: 0 20px;
      min-width: 220px; }
  .hero-search form.listing-manager-filter-form .form-group-button {
    border-right: 0; }
  .hero-search form.listing-manager-filter-form .form-control {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 14px; }
    @media (max-width: 544px) {
      .hero-search form.listing-manager-filter-form .form-control {
        font-size: 15px; } }
  .hero-search form.listing-manager-filter-form .button, .hero-search form.listing-manager-filter-form .get-direction, .hero-search form.listing-manager-filter-form .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .hero-search form.listing-manager-filter-form input, .hero-search form.listing-manager-filter-form .form-control {
    border: 0;
    border-radius: 3px;
    float: none !important;
    height: 50px; }
  .hero-search form.listing-manager-filter-form .button, .hero-search form.listing-manager-filter-form .get-direction, .hero-search form.listing-manager-filter-form .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .hero-search form.listing-manager-filter-form input {
    font-size: 14px;
    padding: 0 30px !important; }
    @media (max-width: 544px) {
      .hero-search form.listing-manager-filter-form .button, .hero-search form.listing-manager-filter-form .get-direction, .hero-search form.listing-manager-filter-form .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .hero-search form.listing-manager-filter-form input {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px; } }
  .hero-search form.listing-manager-filter-form ul {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 0;
    left: 30px !important;
    margin-top: -1px;
    text-align: left; }
    .hero-search form.listing-manager-filter-form ul li {
      transition: background-color .4s ease; }
      .hero-search form.listing-manager-filter-form ul li.active {
        background-color: #EF5E4E;
        background-image: linear-gradient(#f06b5c, #ee5140); }
        .hero-search form.listing-manager-filter-form ul li.active strong {
          color: #fff; }
    .hero-search form.listing-manager-filter-form ul a {
      padding: 12px 20px; }
    .hero-search form.listing-manager-filter-form ul strong {
      font-size: 15px; }
    .hero-search form.listing-manager-filter-form ul img {
      width: 36px; }

.hero-search-image {
  align-items: center;
  background-color: rgba(239, 94, 78, 0.5);
  background-position: center center;
  background-size: cover;
  bottom: 0;
  content: '';
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1; }
  .hero-search-image:before {
    background-color: rgba(58, 48, 63, 0.5);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2; }

.hero-search-content {
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  left: 50%;
  padding: 0 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vw;
  z-index: 100; }
  .hero-search-content:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 992px) {
    .hero-search-content {
      padding: 0 30px; } }
  .hero-search-content h1 {
    color: #fff;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: center; }
    @media (max-width: 544px) {
      .hero-search-content h1 {
        font-size: 20px;
        margin-left: 0;
        margin-right: 0; } }
  .hero-search-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto 20px auto;
    max-width: 75%;
    text-align: center; }
    @media (max-width: 544px) {
      .hero-search-content p {
        font-size: 16px;
        line-height: 22px;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%; } }

/**
 * 16. Packages
 */
@media (min-width: 768px) {
  .listing-manager-package-wrapper {
    width: 32.20339%;
    float: right;
    margin-right: 1.69492%; }
    .listing-manager-package-wrapper:nth-child(3n) {
      float: right;
      margin-right: 0; } }

.listing-manager-packages:after {
  content: " ";
  display: block;
  clear: both; }

.listing-manager-packages .listing-manager-package {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px; }
  .listing-manager-packages .listing-manager-package h2 {
    color: #323232;
    margin: 0;
    padding: 0; }
  .listing-manager-packages .listing-manager-package p {
    font-size: 16px;
    margin: 10px 0 0 0; }
  .listing-manager-packages .listing-manager-package ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .listing-manager-packages .listing-manager-package ul li {
      padding: 12px 0;
      text-align: center; }
      .listing-manager-packages .listing-manager-package ul li strong {
        color: #B7B7B7;
        margin: 0 0 4px 0; }
      .listing-manager-packages .listing-manager-package ul li span {
        font-weight: 700; }
  .listing-manager-packages .listing-manager-package .button, .listing-manager-packages .listing-manager-package .get-direction, .listing-manager-packages .listing-manager-package .woocommerce .cart input.button, .woocommerce .cart .listing-manager-packages .listing-manager-package input.button, .listing-manager-packages .listing-manager-package .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .listing-manager-packages .listing-manager-package input {
    background-color: #EF5E4E;
    border-radius: 22px;
    display: inline-block;
    font-size: 14px;
    margin: 25px 0;
    padding: 3px 40px;
    width: auto; }
    .listing-manager-packages .listing-manager-package .button:hover, .listing-manager-packages .listing-manager-package .get-direction:hover, .listing-manager-packages .listing-manager-package .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .listing-manager-packages .listing-manager-package input:hover {
      background-color: #ee5140; }

.listing-manager-package-button-wrapper {
  text-align: center; }

.listing-manager-package-content {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 25px 0 0 0;
  padding: 25px 25px 0 25px; }
  .listing-manager-package-content li:before {
    background-color: #EF5E4E;
    border-radius: 2px;
    content: '';
    display: inline-block;
    height: 2px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 10px; }

@media (max-width: 992px) {
  .listing-manager-package-wrapper {
    margin: 0 0 30px 0;
    width: 100% !important; } }

.listing-manager-package-header {
  background-color: rgba(0, 0, 0, 0.04);
  margin: 0;
  overflow: hidden;
  padding: 25px;
  position: relative; }
  .listing-manager-package-header:before {
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    content: '';
    display: block;
    height: 120px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120px;
    z-index: 2; }
  .listing-manager-package-header:after {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    content: '';
    display: block;
    height: 200px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 200px;
    z-index: 1; }

.listing-manager-package-header-inner {
  position: relative;
  z-index: 3; }

.listing-manager-package-price {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: #323232;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 40px 0;
  text-align: center; }

.listing-manager-submission-package h4 {
  font-size: 18px;
  margin: 0 0 5px 0; }

.listing-manager-submission-package ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.listing-manager-submission-package li {
  display: inline-block;
  font-size: 13px;
  margin: 0 20px 0 0; }

.listing-manager-submission-package label {
  margin: 0;
  padding: 20px 25px; }

.listing-manager-submission-packages .listing-manager-submission-package {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 25px 0;
  position: relative; }
  .listing-manager-submission-packages .listing-manager-submission-package .ez-radio {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .listing-manager-submission-packages .listing-manager-submission-package h4 {
    margin: 0 0 10px 0;
    text-transform: initial; }
    .listing-manager-submission-packages .listing-manager-submission-package h4 span {
      color: #8dc63f;
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 0 5px; }
  .listing-manager-submission-packages .listing-manager-submission-package ul li {
    color: rgba(50, 50, 50, 0.8);
    line-height: 1;
    text-transform: initial; }

/**
 * 17. FAQ
 */
.faq-wrapper:after {
  content: " ";
  display: block;
  clear: both; }

@media (min-width: 768px) {
  .faq-item {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }
    .faq-item:nth-child(2n) {
      float: right;
      margin-right: 0; } }

.faq-item h3 {
  font-size: 16px;
  font-weight: 600; }

/**
 * 18. Favorites
 */
.products .product .button.listing-manager-favorite-add, .products .product .listing-manager-favorite-add.get-direction, .products .product .woocommerce #review_form #respond .form-submit input.listing-manager-favorite-add, .woocommerce #review_form #respond .form-submit .products .product input.listing-manager-favorite-add {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  height: 32px;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  right: 15px;
  transition: background-color .2s ease;
  top: 13px;
  width: 32px;
  z-index: 100; }
  .products .product .button.listing-manager-favorite-add:after, .products .product .listing-manager-favorite-add.get-direction:after, .products .product .woocommerce #review_form #respond .form-submit input.listing-manager-favorite-add:after, .woocommerce #review_form #respond .form-submit .products .product input.listing-manager-favorite-add:after {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: '\f08a';
    font-family: 'FontAwesome';
    left: 50%;
    margin: 1px 0 0 0;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%; }
  .products .product .button.listing-manager-favorite-add.marked, .products .product .listing-manager-favorite-add.marked.get-direction, .products .product .woocommerce #review_form #respond .form-submit input.listing-manager-favorite-add.marked, .woocommerce #review_form #respond .form-submit .products .product input.listing-manager-favorite-add.marked {
    background-color: #EF5E4E; }
    .products .product .button.listing-manager-favorite-add.marked:after, .products .product .listing-manager-favorite-add.marked.get-direction:after, .products .product .woocommerce #review_form #respond .form-submit input.listing-manager-favorite-add.marked:after, .woocommerce #review_form #respond .form-submit .products .product input.listing-manager-favorite-add.marked:after {
      content: '\f004';
      color: #fff; }
    .products .product .button.listing-manager-favorite-add.marked:hover, .products .product .listing-manager-favorite-add.marked.get-direction:hover, .products .product .woocommerce #review_form #respond .form-submit input.listing-manager-favorite-add.marked:hover, .woocommerce #review_form #respond .form-submit .products .product input.listing-manager-favorite-add.marked:hover {
      background-color: #ed4d3b; }
  .products .product .button.listing-manager-favorite-add span, .products .product .listing-manager-favorite-add.get-direction span, .products .product .woocommerce #review_form #respond .form-submit input.listing-manager-favorite-add span, .woocommerce #review_form #respond .form-submit .products .product input.listing-manager-favorite-add span {
    display: block;
    text-indent: -9999px; }
  .products .product .button.listing-manager-favorite-add:hover, .products .product .listing-manager-favorite-add.get-direction:hover, .products .product .woocommerce #review_form #respond .form-submit input.listing-manager-favorite-add:hover, .woocommerce #review_form #respond .form-submit .products .product input.listing-manager-favorite-add:hover {
    background-color: rgba(0, 0, 0, 0.7); }

/**
 * 19. Page navigation
 */
.page-navigation-wrapper {
  background-color: #fff;
  height: 60px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .page-navigation-wrapper {
      height: auto; } }
  .page-navigation-wrapper ul {
    margin: 0;
    padding: 0;
    text-align: center; }
  .page-navigation-wrapper li {
    display: inline-block; }
    @media (max-width: 768px) {
      .page-navigation-wrapper li {
        display: block; } }
    .page-navigation-wrapper li:first-child a {
      padding-left: 0; }
    .page-navigation-wrapper li:last-child a {
      padding-right: 0; }
      .page-navigation-wrapper li:last-child a:after {
        display: none; }
  .page-navigation-wrapper a {
    color: #B7B7B7;
    font-size: 13px;
    font-weight: 700;
    line-height: 60px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase; }
    .page-navigation-wrapper a:hover {
      color: #323232; }
    @media (max-width: 768px) {
      .page-navigation-wrapper a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        display: block;
        padding: 0; } }
    .page-navigation-wrapper a:after {
      border: 2px solid rgba(0, 0, 0, 0.04);
      border-left: 0;
      border-bottom: 0;
      content: '';
      display: inline-block;
      height: 60px;
      vertical-align: middle;
      transform: rotate(45deg);
      width: 60px; }
      @media (max-width: 768px) {
        .page-navigation-wrapper a:after {
          display: none; } }

/**
 * 20. Widgets
 */
.sidebar .product_list_widget .product-title {
  color: #323232;
  font-size: 13px;
  font-weight: 400; }

.sidebar .product_list_widget .product-rating {
  color: #EF5E4E;
  font-size: 11px; }

.sidebar .product_list_widget .amount {
  font-size: 11px;
  font-weight: 700; }

.sidebar .widget {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 30px 0;
  padding: 25px; }
  .sidebar .widget img {
    height: auto;
    max-width: 100%; }
  .sidebar .widget select {
    width: 100%; }
  .sidebar .widget p {
    color: rgba(50, 50, 50, 0.7);
    font-size: 13px;
    line-height: 1.7; }
  .sidebar .widget strong {
    color: #323232; }
  .sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar .widget ul > li {
      border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
      padding: 12px 0; }
      .sidebar .widget ul > li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
      .sidebar .widget ul > li .children .children {
        border-top: 0 !important;
        margin-top: 0 !important; }
        .sidebar .widget ul > li .children .children a {
          padding-left: 50px !important; }
        .sidebar .widget ul > li .children .children li:last-child a {
          border-bottom: 1px dashed rgba(0, 0, 0, 0.08) !important;
          padding-bottom: 12px !important; }
      .sidebar .widget ul > li ul {
        border-top: 1px dashed rgba(0, 0, 0, 0.08) !important;
        margin: 12px 0 0 0 !important;
        padding: 0 !important; }
        .sidebar .widget ul > li ul li {
          border: 0 !important;
          padding: 0 !important; }
          .sidebar .widget ul > li ul li > a {
            border-bottom: 1px dashed rgba(0, 0, 0, 0.08) !important;
            display: block !important;
            padding: 12px 0 12px 24px !important; }
          .sidebar .widget ul > li ul li:last-child a {
            border-bottom: 0 !important;
            margin-bottom: 0 !important;
            padding-bottom: 0 !important; }
    .sidebar .widget ul a {
      color: rgba(50, 50, 50, 0.7);
      display: block;
      text-decoration: none; }
      .sidebar .widget ul a:hover {
        color: #EF5E4E; }

.sidebar .post-count {
  display: none; }

.sidebar .widgettitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  position: relative; }

.sidebar .widget_archive ul li a, .sidebar .widget_recent_comments ul li a, .sidebar .widget_categories ul li a {
  display: inline; }

.sidebar #wp-calendar {
  width: 100%; }
  .sidebar #wp-calendar caption {
    color: #323232;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
  .sidebar #wp-calendar thead th {
    color: rgba(50, 50, 50, 0.7);
    font-size: 11px;
    padding: 8px 0; }
  .sidebar #wp-calendar tbody {
    border-collapse: collapse; }
    .sidebar #wp-calendar tbody td {
      background-color: rgba(0, 0, 0, 0.02);
      border: 3px solid #fff;
      color: rgba(50, 50, 50, 0.7);
      font-size: 12px;
      font-weight: 400;
      padding: 10px 0;
      position: relative;
      text-align: center; }
    .sidebar #wp-calendar tbody .pad {
      background-color: #fff; }
  .sidebar #wp-calendar #prev, .sidebar #wp-calendar #next {
    color: #3A303F;
    font-weight: 600;
    padding: 10px 0; }
    .sidebar #wp-calendar #prev a, .sidebar #wp-calendar #next a {
      color: #3A303F; }
  .sidebar #wp-calendar #today:after {
    background-color: #3A303F;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0; }

.sidebar .widget_rss .rsswidget {
  color: #323232;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 10px 0; }

.sidebar .widget_rss .rss-date {
  display: block;
  font-size: 11px;
  margin: 0 0 10px 0; }

.sidebar .widget_rss .rssSummary {
  color: rgba(50, 50, 50, 0.7);
  font-size: 13px;
  line-height: 22px; }

.sidebar .widget_rss ul li {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0; }

.sidebar .widget_rss cite {
  display: block;
  margin: 10px 0 0 0;
  font-size: 11px;
  font-weight: 600;
  text-align: right; }

.site-search {
  display: table;
  width: 100%; }
  .site-search .form-group, .site-search .form-group-addon {
    display: table-cell;
    vertical-align: top; }
  .site-search .form-group-addon {
    width: 1px; }
  .site-search .form-control {
    border-radius: 3px 0 0 3px;
    border-right: 0 !important;
    box-shadow: none;
    width: 100%; }
  .site-search .button, .site-search .get-direction, .site-search .woocommerce .cart .button, .woocommerce .cart .site-search .button, .site-search .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .site-search input {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ececec !important;
    border-left: 0 !important;
    border-radius: 0 3px 3px 0 !important;
    color: #fff !important;
    height: 44px !important;
    padding: 0 14px 0 0 !important;
    text-shadow: none !important;
    width: 100%; }
    .site-search .button .fa, .site-search .get-direction .fa, .site-search .woocommerce .cart input.button .fa, .woocommerce .cart .site-search input.button .fa, .site-search .woocommerce #review_form #respond .form-submit input .fa, .woocommerce #review_form #respond .form-submit .site-search input .fa {
      color: #323232; }

/**
 * 21. Map
 */
.map-wrapper {
  background-color: transparent; }
  .so-panel .map-wrapper .map {
    margin: 0 -1200px; }
  .so-panel .map-wrapper .map-inner {
    margin: 0 auto;
    width: 100vw; }
  .map-wrapper .listing-manager-filter-form-wrapper {
    max-width: 1670px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .map-wrapper .listing-manager-filter-form-wrapper:after {
      content: " ";
      display: block;
      clear: both; }
  .map-wrapper .listing-manager-filter-form {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    display: flex;
    float: none; }
    .map-wrapper .listing-manager-filter-form h2 {
      background-color: rgba(0, 0, 0, 0.05);
      border-bottom: 1px solid rgba(0, 0, 0, 0.02);
      color: rgba(0, 0, 0, 0.8);
      font-size: 16px;
      margin: 0;
      padding: 20px 15px; }
    .map-wrapper .listing-manager-filter-form label {
      color: rgba(255, 255, 255, 0.6);
      font-size: 9px;
      font-weight: 400;
      padding: 0 15px;
      position: absolute;
      top: 4px; }
    .map-wrapper .listing-manager-filter-form .listing-manager-filter-form-inner {
      background-color: #fff;
      border-radius: 3px;
      margin: 0;
      overflow: hidden;
      padding: 0;
      pointer-events: all;
      width: 100%; }
    .map-wrapper .listing-manager-filter-form .form-group {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.02)) !important;
      float: none;
      margin: 0;
      padding: 0;
      position: relative;
      width: 100%; }
    .map-wrapper .listing-manager-filter-form .form-group-button .button, .map-wrapper .listing-manager-filter-form .form-group-button .get-direction, .map-wrapper .listing-manager-filter-form .form-group-button .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .map-wrapper .listing-manager-filter-form .form-group-button input {
      border-radius: 0; }
    .map-wrapper .listing-manager-filter-form .input-group-addon {
      background-color: transparent;
      border: 0;
      box-shadow: none;
      color: rgba(0, 0, 0, 0.5);
      font-size: 11px; }
    .map-wrapper .listing-manager-filter-form .form-control {
      background-color: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      color: rgba(0, 0, 0, 0.7);
      font-size: 13px;
      height: auto;
      padding-bottom: 16px;
      padding-top: 16px; }
      .map-wrapper .listing-manager-filter-form .form-control::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
    .map-wrapper .listing-manager-filter-form .button, .map-wrapper .listing-manager-filter-form .get-direction, .map-wrapper .listing-manager-filter-form .woocommerce .cart input.button, .woocommerce .cart .map-wrapper .listing-manager-filter-form input.button, .map-wrapper .listing-manager-filter-form .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .map-wrapper .listing-manager-filter-form input {
      border-radius: 0;
      font-weight: 600;
      font-size: 16px;
      height: auto;
      padding-bottom: 10px;
      padding-top: 10px; }

.map-content {
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto; }
  .map-content:after {
    content: " ";
    display: block;
    clear: both; }

.listing-manager-google-map-single {
  margin: -26px; }

.map-listings-area h2.widgettitle {
  font-size: 20px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 400;
  margin-bottom: 15px; }

.listing-manager-google-map-single {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  position: relative; }
  .listing-manager-google-map-single:after {
    content: " ";
    display: block;
    clear: both; }
  .listing-manager-google-map-single .button, .listing-manager-google-map-single .get-direction, .listing-manager-google-map-single .woocommerce .cart .button, .woocommerce .cart .listing-manager-google-map-single .button, .listing-manager-google-map-single .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .listing-manager-google-map-single input {
    background-color: rgba(50, 50, 50, 0.8) !important;
    border-radius: 0 !important;
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute !important;
    right: 0; }
    .listing-manager-google-map-single .button:hover, .listing-manager-google-map-single .get-direction:hover, .listing-manager-google-map-single .woocommerce .cart input.button:hover, .woocommerce .cart .listing-manager-google-map-single input.button:hover, .listing-manager-google-map-single .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .listing-manager-google-map-single input:hover {
      background-color: #323232 !important; }

.listing-manager-google-map-single-map {
  background-color: rgba(50, 50, 50, 0.04);
  height: 300px; }

.map-search {
  margin: -50px;
  position: relative;
  top: 0px; }
  .map-search h1 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding: 30px 0; }

.map-search-content {
  background-color: #fff;
  min-height: calc(100vh - 116px);
  overflow: hidden;
  padding: 0 50px;
  width: 670px; }
  .admin-bar .map-search-content {
    min-height: calc(100vh - 148px); }
  .map-search-content .pagination {
    margin-bottom: 40px; }
  .map-search-content .listing-manager-filter-form {
    background-color: transparent;
    border-radius: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px 0 0 0; }
    .map-search-content .listing-manager-filter-form .form-group-button {
      float: right;
      margin: 0; }
    .map-search-content .listing-manager-filter-form .button, .map-search-content .listing-manager-filter-form .get-direction, .map-search-content .listing-manager-filter-form .woocommerce .cart input.button, .woocommerce .cart .map-search-content .listing-manager-filter-form input.button, .map-search-content .listing-manager-filter-form .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .map-search-content .listing-manager-filter-form input {
      height: 44px; }

.map-search-holder {
  background-image: url("../img/map.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 1600px auto;
  bottom: 0;
  left: 770px;
  min-height: calc(100vh - 116px);
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 116px; }
  .map-search-holder:after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.06), transparent);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-event: none;
    position: absolute;
    top: 0;
    width: 30px; }
  .admin-bar .map-search-holder {
    min-height: calc(100vh - 148px);
    top: 148px; }
  .header-type-minimal .map-search-holder {
    top: 65px; }
  .header-type-minimal.admin-bar .map-search-holder {
    top: calc(65px + 32px); }
  .map-search-holder .map-content {
    bottom: 25px;
    left: 25px; }
  .map-search-holder .map-wrapper, .map-search-holder .map, .map-search-holder .map-inner, .map-search-holder .map-container {
    display: table;
    height: 100%;
    padding: 0;
    width: 100%; }
  .map-search-holder .map-actions-group a {
    height: 26px;
    line-height: 24px;
    overflow: hidden; }
    .map-search-holder .map-actions-group a span {
      font-size: 11px; }
    .map-search-holder .map-actions-group a:before {
      height: 26px !important;
      margin-top: 0; }

.map-search-items {
  margin-bottom: 50px; }

.map-search-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  position: relative;
  transition: all .4s ease; }
  .map-search-item:after {
    content: " ";
    display: block;
    clear: both; }
  .map-search-item h2 {
    display: inline-block;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
    vertical-align: middle; }
  .map-search-item .listing-manager-favorite {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 30px; }
    .map-search-item .listing-manager-favorite .button, .map-search-item .listing-manager-favorite .get-direction, .map-search-item .listing-manager-favorite .woocommerce .cart input.button, .woocommerce .cart .map-search-item .listing-manager-favorite input.button, .map-search-item .listing-manager-favorite .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .map-search-item .listing-manager-favorite input {
      background-color: rgba(0, 0, 0, 0.04);
      border-radius: 50%;
      color: rgba(50, 50, 50, 0.3);
      height: 38px;
      padding: 0;
      text-shadow: none;
      width: 38px; }
      .map-search-item .listing-manager-favorite .button.marked, .map-search-item .listing-manager-favorite .marked.get-direction, .map-search-item .listing-manager-favorite .woocommerce #review_form #respond .form-submit input.marked, .woocommerce #review_form #respond .form-submit .map-search-item .listing-manager-favorite input.marked {
        color: #EF5E4E; }

.map-search-item-attributes {
  margin: 0 0 15px 0; }

.map-search-item-date, .map-search-item-price {
  display: inline-block;
  line-height: 1; }

.map-search-item-date {
  opacity: .7; }

.map-search-item-price {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  color: #8dc63f;
  font-weight: 700;
  margin: 0 0 0 13px;
  padding: 0 0 0 13px; }

.map-search-item-image {
  float: left;
  padding: 0;
  position: relative; }
  .map-search-item-image img {
    display: inline-block;
    height: auto;
    margin: 0 20px 0 0;
    max-width: 140px;
    vertical-align: middle; }

.map-search-item-content {
  display: table-cell; }
  .map-search-item-content p {
    font-size: 14px;
    margin: 0; }

/**
 * 22. Networks
 */
.listing-manager-social-networks {
  margin-bottom: -25px; }
  .listing-manager-social-networks:after {
    content: " ";
    display: block;
    clear: both; }

.listing-manager-social-network {
  float: left;
  height: 34px;
  margin: 0 0 25px 0;
  width: 20%; }
  .listing-manager-social-network a {
    color: #6d6d6d; }
    .listing-manager-social-network a:before {
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      font-family: 'FontAwesome';
      height: 34px;
      line-height: 34px;
      margin: 0 10px 0 0;
      text-align: center;
      vertical-align: middle;
      width: 34px; }
    .listing-manager-social-network a.facebook:before {
      background-color: #365397;
      content: '\f09a'; }
    .listing-manager-social-network a.twitter:before {
      background-color: #00a9f1;
      content: '\f099'; }
    .listing-manager-social-network a.linkedin:before {
      background-color: #287bbc;
      content: '\f0e1'; }
    .listing-manager-social-network a.google:before {
      background-color: #e0452c;
      content: '\f1a0'; }
    .listing-manager-social-network a.youtube:before {
      background-color: #ff3333;
      content: '\f167'; }
    .listing-manager-social-network a.vimeo:before {
      background-color: #48b6ed;
      content: '\f27d'; }
    .listing-manager-social-network a.foursquare:before {
      background-color: #F84777;
      content: '\f180'; }
    .listing-manager-social-network a.skype:before {
      background-color: #00acf4;
      content: '\f17e'; }
    .listing-manager-social-network a.dribbble:before {
      background-color: #ed4584;
      content: '\f17d'; }
    .listing-manager-social-network a.behance:before {
      background-color: #1769ff;
      content: '\f1b4'; }

/**
 * 23. Posts
 */
.sticky {
  border: 2px solid #EF5E4E;
  padding: 20px; }

.blog .posts .type-post {
  box-sizing: border-box;
  width: 30%; }
  @media (max-width: 768px) {
    .blog .posts .type-post {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .blog .posts .type-post {
      width: 48%; } }

.post-inner .read-more-wrapper {
  padding-bottom: 10px; }
  .post-inner .read-more-wrapper:after {
    content: " ";
    display: block;
    clear: both; }

.post-inner .read-more {
  font-weight: 700;
  float: right; }
  .post-inner .read-more .fa {
    font-size: 9px;
    margin: 0 0 0 10px;
    vertical-align: 1px; }

.post-content:after {
  content: " ";
  display: block;
  clear: both; }

.type-post {
  margin-bottom: 30px;
  position: relative; }
  .type-post .post-password-form:after {
    content: " ";
    display: block;
    clear: both; }
  .type-post .post-password-form label {
    float: left; }
  .type-post .post-password-form input[type=password] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    clear: left;
    margin: 0 0 0 30px;
    min-width: 220px; }
  .type-post .post-password-form input[type=submit] {
    border-radius: 0;
    height: 44px; }
  .type-post .post-thumbnail {
    margin: 0 0 20px 0;
    overflow: hidden; }
    .type-post .post-thumbnail img {
      display: block;
      height: auto;
      opacity: .85;
      transform: translate3d(0, 0, 1px);
      transition: all .6s ease;
      width: 100%; }
  .type-post .post-thumbnail-single {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0 0 30px 0;
    padding: 20px; }
  .type-post .post-thumbnail-single-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px; }
  .type-post .post-title h3 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0; }
  .type-post .post-title h4 {
    color: rgba(50, 50, 50, 0.5);
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px 0;
    padding: 0; }
  .type-post .post-content p {
    color: rgba(50, 50, 50, 0.7);
    font-size: 14px;
    line-height: 28px; }
  .type-post .post-content .read-more {
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0px 18px; }

.posts .wp-caption,
.post-content .wp-caption,
.product.type-product .wp-caption,
.comment-content .wp-caption {
  max-width: 100%; }

.posts img,
.post-content img,
.product.type-product img,
.comment-content img {
  height: auto;
  max-width: 100%; }

.posts h1,
.post-content h1,
.product.type-product h1,
.comment-content h1 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: 300; }

.posts h2,
.post-content h2,
.product.type-product h2,
.comment-content h2 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 26px;
  font-weight: 300; }

.posts h3,
.post-content h3,
.product.type-product h3,
.comment-content h3 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 22px;
  font-weight: 400; }

.posts h4,
.post-content h4,
.product.type-product h4,
.comment-content h4 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400; }

.posts h5,
.post-content h5,
.product.type-product h5,
.comment-content h5 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400; }

.posts h6,
.post-content h6,
.product.type-product h6,
.comment-content h6 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

.posts blockquote,
.post-content blockquote,
.product.type-product blockquote,
.comment-content blockquote {
  background-color: rgba(50, 50, 50, 0.04);
  margin: 0;
  overflow: hidden;
  padding: 30px;
  position: relative; }
  .posts blockquote cite,
  .post-content blockquote cite,
  .product.type-product blockquote cite,
  .comment-content blockquote cite {
    display: block;
    font-weight: bold; }
  .posts blockquote:after,
  .post-content blockquote:after,
  .product.type-product blockquote:after,
  .comment-content blockquote:after {
    bottom: -30px;
    color: rgba(0, 0, 0, 0.1);
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 100px;
    position: absolute;
    right: 25px;
    z-index: 0; }

.posts table,
.post-content table,
.product.type-product table,
.comment-content table {
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 13px;
  width: 100%; }
  .posts table th, .posts table td,
  .post-content table th,
  .post-content table td,
  .product.type-product table th,
  .product.type-product table td,
  .comment-content table th,
  .comment-content table td {
    padding: 12px 15px; }
  .posts table th,
  .post-content table th,
  .product.type-product table th,
  .comment-content table th {
    background-color: rgba(0, 0, 0, 0.04);
    font-weight: normal;
    text-align: left; }
  .posts table td,
  .post-content table td,
  .product.type-product table td,
  .comment-content table td {
    background-color: rgba(0, 0, 0, 0.02); }

.posts pre,
.post-content pre,
.product.type-product pre,
.comment-content pre {
  border: 1px dashed rgba(0, 0, 0, 0.08);
  padding: 25px; }

.posts strong,
.post-content strong,
.comment-content strong {
  color: #323232; }

.posts ul, .posts ol,
.post-content ul,
.post-content ol,
.product.type-product ul,
.product.type-product ol,
.comment-content ul,
.comment-content ol {
  list-style-position: inside;
  margin: 0;
  padding: 0; }
  .posts ul li, .posts ol li,
  .post-content ul li,
  .post-content ol li,
  .product.type-product ul li,
  .product.type-product ol li,
  .comment-content ul li,
  .comment-content ol li {
    padding: 8px 0; }
    .posts ul li > ul, .posts ul li ol, .posts ol li > ul, .posts ol li ol,
    .post-content ul li > ul,
    .post-content ul li ol,
    .post-content ol li > ul,
    .post-content ol li ol,
    .product.type-product ul li > ul,
    .product.type-product ul li ol,
    .product.type-product ol li > ul,
    .product.type-product ol li ol,
    .comment-content ul li > ul,
    .comment-content ul li ol,
    .comment-content ol li > ul,
    .comment-content ol li ol {
      margin: 0 0 0 35px; }

.post-meta-tags {
  color: rgba(50, 50, 50, 0.7);
  font-size: 13px;
  margin: 15px 0 0 0;
  padding: 0; }
  .post-meta-tags ul {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis; }
    .post-meta-tags ul li {
      display: inline-block;
      margin: 0 5px 8px 0; }
  .post-meta-tags a {
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 13px;
    color: rgba(50, 50, 50, 0.7);
    display: inline-block;
    font-size: 12px;
    padding: 4px 15px; }

/**
 * 24. Pagination
 */
.pagination {
  font-size: 13px;
  margin: 40px 0 0 0;
  text-align: center; }
  .pagination .nav-links .current, .pagination .nav-links a {
    background-color: rgba(0, 0, 0, 0.03);
    color: #323232;
    font-weight: 600;
    padding: 10px 16px;
    margin: 0 6px;
    transition: background-color .2s ease; }
    .pagination .nav-links .current:hover, .pagination .nav-links a:hover {
      background-color: rgba(0, 0, 0, 0.06); }
  .pagination .nav-links .current {
    color: #EF5E4E; }

/**
 * 25. Categories
 */
.listing-manager-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .listing-manager-categories:after {
    content: " ";
    display: block;
    clear: both; }
  .listing-manager-categories > li {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    transition: all .2s ease; }
    @media (min-width: 544px) and (max-width: 992px) {
      .listing-manager-categories > li {
        width: 48.97959%;
        float: left;
        margin-right: 2.04082%; }
        .listing-manager-categories > li:nth-child(2n+1) {
          float: right;
          margin-right: 0; } }
    @media (min-width: 992px) {
      .listing-manager-categories > li {
        width: 18.36735%;
        float: left;
        margin-right: 2.04082%; }
        .listing-manager-categories > li:nth-child(5n) {
          float: right;
          margin-right: 0; } }
    .listing-manager-categories > li > ul {
      display: none; }
    .listing-manager-categories > li:hover {
      border-color: #EF5E4E; }
  .listing-manager-categories h4 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center; }

.listing-manager-categories-image {
  text-align: center;
  margin: 25px 0 -15px 0;
  position: relative; }
  .listing-manager-categories-image img {
    opacity: .3;
    width: 46px; }

.listing-manager-categories-count {
  background-color: #323232;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  position: absolute;
  right: -1px;
  top: -1px; }

/**
 * 26. Locations
 */
.listing-manager-location-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.listing-manager-location {
  background-color: #B7B7B7;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }
  .listing-manager-location:before {
    content: '';
    display: block;
    padding-top: 100%; }
  @media (min-width: 544px) and (max-width: 768px) {
    .listing-manager-location {
      width: 48.71795%;
      float: left;
      margin-right: 2.5641%; }
      .listing-manager-location:nth-child(2n) {
        float: right;
        margin-right: 0; }
      .listing-manager-location:nth-child(2n + 1) {
        clear: left; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .listing-manager-location {
      display: none;
      width: 31.81818%;
      float: left;
      margin-right: 2.27273%; }
      .listing-manager-location:nth-child(3n) {
        float: right;
        margin-right: 0; }
      .listing-manager-location:nth-child(3n + 1) {
        clear: left; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .listing-manager-location {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%; }
      .listing-manager-location:nth-child(4n) {
        float: right;
        margin-right: 0; }
      .listing-manager-location:nth-child(4n + 1) {
        clear: left; } }
  @media (min-width: 1279px) {
    .listing-manager-location {
      width: 18.91892%;
      float: left;
      margin-right: 1.35135%; }
      .listing-manager-location:nth-child(5n) {
        float: right;
        margin-right: 0; } }
  .listing-manager-location h3 {
    color: #fff;
    display: block;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 400;
    left: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 20px;
    text-shadow: 0 1px 1px rgba(35, 35, 35, 0.5);
    text-overflow: ellipsis;
    top: 20px;
    white-space: nowrap;
    z-index: 2; }
  .listing-manager-location h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    left: 20px;
    position: absolute;
    top: 26px;
    z-index: 2; }
  .listing-manager-location a {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .listing-manager-location a:after {
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
  .listing-manager-location .button, .listing-manager-location .get-direction, .listing-manager-location .woocommerce .cart .button, .woocommerce .cart .listing-manager-location .button, .listing-manager-location .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .listing-manager-location input {
    bottom: 20px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    white-space: nowrap; }

/**
 * 27. CTA
 */
.cta {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), transparent 14px), linear-gradient(to top, rgba(0, 0, 0, 0.04), transparent 14px);
  background-color: #8dc63f;
  background-position: center center;
  background-repeat: repeat;
  color: #323232;
  margin-left: -1200px;
  margin-right: -1200px;
  padding: 60px 1200px; }
  .cta h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 400;
    margin: 0 0 15px 0;
    padding: 0; }
  .cta p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0; }
    @media (min-width: 768px) {
      .cta p {
        max-width: 60%; } }
  @media (max-width: 768px) {
    .cta .button, .cta .get-direction, .cta .woocommerce .cart .button, .woocommerce .cart .cta .button, .cta .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .cta input {
      margin-top: 40px !important; } }
  @media (min-width: 768px) {
    .cta .button, .cta .get-direction, .cta .woocommerce .cart .button, .woocommerce .cart .cta .button, .cta .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .cta input {
      position: absolute !important;
      right: 0;
      top: 50%;
      transform: translateY(-50%); } }

.cta-inner {
  position: relative; }

.cta-button {
  background-color: #8dc63f;
  border: 0 !important;
  border-radius: 3px;
  color: #fff;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 !important;
  transition: all .4s ease; }
  .cta-button:after {
    content: " ";
    display: block;
    clear: both; }
  .cta-button:hover {
    background-color: #85bd38; }
  .cta-button.secondary {
    background-color: #EF5E4E; }
    .cta-button.secondary:hover {
      background-color: #ee5140; }
  .cta-button .fa {
    background-color: rgba(50, 50, 50, 0.18);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    float: left;
    font-size: 24px;
    height: 64px;
    line-height: 62px;
    margin: 0 20px 0 0;
    text-align: center;
    width: 64px; }
  .cta-button span, .cta-button strong {
    display: block;
    overflow: hidden;
    padding: 0 20px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .cta-button strong {
    font-size: 14px;
    padding: 13px 0 0 0; }

.cta-button-content {
  display: table-cell; }

.cta-small {
  background-color: #EF5E4E;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent 6px), linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent 6px);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 -1200px;
  padding: 14px 1200px;
  text-align: center; }
  @media (max-width: 992px) {
    .cta-small {
      line-height: 1.5;
      padding-bottom: 25px;
      padding-top: 25px; } }
  .cta-small .button, .cta-small .get-direction, .cta-small .woocommerce .cart .button, .woocommerce .cart .cta-small .button, .cta-small .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .cta-small input {
    font-size: 14px;
    margin: 0 0 0 15px !important; }
    @media (max-width: 768px) {
      .cta-small .button, .cta-small .get-direction, .cta-small .woocommerce .cart .button, .woocommerce .cart .cta-small .button, .cta-small .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .cta-small input {
        clear: both;
        display: block !important;
        margin: 20px 0 0 0 !important; } }

/**
 * 28. Purchase
 */
.listing-manager-purchase {
  background-color: #3A303F;
  color: #fff;
  margin: -26px;
  overflow: hidden;
  padding: 25px;
  position: relative; }
  .listing-manager-purchase:after {
    content: " ";
    display: block;
    clear: both; }
  .listing-manager-purchase:after {
    bottom: -24%;
    color: rgba(255, 255, 255, 0.1);
    content: '\f145';
    font-family: 'FontAwesome';
    font-size: 180px;
    left: -12%;
    position: absolute;
    z-index: 1; }

.listing-manager-purchase-content {
  position: relative;
  z-index: 1; }
  .listing-manager-purchase-content:after {
    content: " ";
    display: block;
    clear: both; }

.listing-manager-purchase-title {
  float: left;
  margin-top: -8px; }
  .listing-manager-purchase-title h2 {
    font-size: 16px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    padding: 0; }

.listing-manager-purchase-event {
  color: rgba(255, 255, 255, 0.7);
  clear: left;
  font-size: 12px;
  float: left; }

.listing-manager-purchase-price {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0; }
  @media (max-width: 992px) {
    .listing-manager-purchase-price {
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      float: none;
      margin: 0 0 25px 0;
      padding: 0 0 25px 0; } }
  .listing-manager-purchase-price ins {
    text-decoration: none; }
  .listing-manager-purchase-price del {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5); }

.listing-manager-purchase-button {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  position: relative;
  z-index: 10; }
  .listing-manager-purchase-button:after {
    content: " ";
    display: block;
    clear: both; }
  .listing-manager-purchase-button .button, .listing-manager-purchase-button .get-direction, .listing-manager-purchase-button .woocommerce .cart .button, .woocommerce .cart .listing-manager-purchase-button .button, .listing-manager-purchase-button .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .listing-manager-purchase-button input {
    float: right; }
    @media (max-width: 992px) {
      .listing-manager-purchase-button .button, .listing-manager-purchase-button .get-direction, .listing-manager-purchase-button .woocommerce .cart .button, .woocommerce .cart .listing-manager-purchase-button .button, .listing-manager-purchase-button .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .listing-manager-purchase-button input {
        float: none; } }

/**
 * 29. Table list
 */
.listing-manager-table-list {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.08);
  width: 100%; }
  .listing-manager-table-list th {
    background-color: #323232;
    color: #323232;
    font-size: 13px;
    font-weight: 700 !important;
    padding: 12px 20px;
    text-align: left; }
  .listing-manager-table-list td {
    border-bottom: 1px solid rgba(50, 50, 50, 0.04);
    padding: 15px 25px; }
    .listing-manager-table-list td h3 {
      font-family: 'Montserrat', 'Arial', sans-serif;
      font-size: 18px;
      font-weight: 400;
      margin: 0;
      padding: 0; }
    .listing-manager-table-list td.thumbnail-wrapper {
      width: 72px; }
      .listing-manager-table-list td.thumbnail-wrapper img {
        width: 72px; }
    .listing-manager-table-list td.actions-wrapper {
      white-space: nowrap;
      width: 1px; }
  .listing-manager-table-list tr:last-child td {
    border-bottom: 0; }

/**
 * 30. Palette
 */
.palette-wrapper {
  background-image: url("../img/palette.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 0 14px rgba(35, 35, 35, 0.3);
  overflow: hidden;
  padding: 0;
  transition: all .4s ease;
  transform: translateX(calc(100% - 53px)); }
  .palette-wrapper.open {
    transform: translateX(0); }
  @media (max-width: 544px) {
    .palette-wrapper {
      display: none; } }

.palette {
  background-color: rgba(35, 35, 35, 0.85);
  padding: 15px 18px; }

.palette h2 {
  display: none; }

.palette h3 {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 20px 39px; }

.palette-fields {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px; }
  .palette-fields a {
    display: block;
    padding: 7px 0;
    white-space: nowrap; }
    .palette-fields a:hover {
      color: #fff; }
    .palette-fields a:before {
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 3px;
      content: '';
      display: inline-block;
      height: 17px;
      margin: 0 18px 0 0;
      vertical-align: -4px;
      width: 17px; }

.palette-toggle {
  cursor: pointer;
  display: block;
  height: 17px;
  left: 18px;
  position: absolute;
  text-indent: -9999px;
  top: 15px;
  width: 17px; }
  .palette-toggle:after {
    color: rgba(255, 255, 255, 0.8);
    content: '\f053';
    display: block;
    font-size: 10px;
    font-family: 'FontAwesome';
    left: 50%;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .4s ease; }
    .open .palette-toggle:after {
      content: '\f00d'; }
    .palette-toggle:after:hover {
      color: #fff; }

.color-orange a:before {
  background-color: #EF5E4E !important; }

.color-blue a:before {
  background-color: #039BE5 !important; }

.color-green a:before {
  background-color: #86C543 !important; }

.color-magenta a:before {
  background-color: #C60751 !important; }

.color-cyan a:before {
  background-color: #64B6B1 !important; }

.color-magenta-medium a:before {
  background-color: #C44D58 !important; }

.color-red a:before {
  background-color: #D31F0D !important; }

.color-orange-dark a:before {
  background-color: #E4844A !important; }

.color-cool-grey a:before {
  background-color: #556270 !important; }

/**
 * 31. WooCommerce
 */
.summary p {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px; }

.woocommerce-main-image {
  background-color: rgba(50, 50, 50, 0.04);
  padding: 8px; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 56%; }
  @media (max-width: 992px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
      width: 100%; } }

.woocommerce.product-listing .summary {
  width: 100% !important; }

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  margin: 0 0 30px 0; }
  @media (max-width: 768px) {
    .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
      width: 100%; }
      .woocommerce .woocommerce-result-count select, .woocommerce .woocommerce-ordering select {
        width: 100%; } }

.woocommerce .woocommerce-result-count {
  border-radius: 3px;
  color: #323232;
  height: 44px;
  line-height: 44px; }

.woocommerce-billing-fields, .woocommerce-shipping-fields {
  background-color: #fff;
  padding: 25px; }
  .woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 30px 0; }

.order_details, .customer_details, .account-orders-table {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  padding: 25px; }
  .order_details th, .order_details td, .customer_details th, .customer_details td, .account-orders-table th, .account-orders-table td {
    padding: 10px 25px !important; }

#order_review {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  padding: 25px; }

.woocommerce form.login {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  margin-left: 33.89831%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); }
  .woocommerce form.login .button, .woocommerce form.login .get-direction, .woocommerce form.login #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit form.login input {
    float: right;
    padding-left: 25px;
    padding-right: 25px; }

ul.product-categories li.cat-item {
  border: 0; }
  ul.product-categories li.cat-item a {
    display: inline;
    font-size: 14px; }
  ul.product-categories li.cat-item span {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    display: block;
    float: right;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 22px; }

.posts .woocommerce nav {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); }
  .posts .woocommerce nav ul {
    list-style: none;
    margin: 0;
    padding: 25px; }
  .posts .woocommerce nav li:first-child a {
    padding-top: 0; }
  .posts .woocommerce nav li:last-child a {
    padding-bottom: 0; }
  .posts .woocommerce nav a {
    display: block;
    font-size: 13px;
    padding: 8px 0; }
    .posts .woocommerce nav a:before {
      background-color: #EF5E4E;
      border-radius: 50%;
      content: '';
      display: inline-block;
      height: 5px;
      margin: 0 15px 0 0;
      vertical-align: 2px;
      width: 5px; }
    .posts .woocommerce nav a:hover {
      color: #EF5E4E; }

.woocommerce-Address {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 25px;
  position: relative; }
  .woocommerce-Address h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 30px 0; }

.woocommerce .woocommerce-breadcrumb {
  clear: both;
  color: rgba(50, 50, 50, 0.7) !important;
  font-size: 13px;
  margin: -50px 0px 50px 0px;
  padding: 12px 0; }
  .woocommerce .woocommerce-breadcrumb a {
    color: rgba(50, 50, 50, 0.7) !important;
    text-decoration: none; }
  .woocommerce .woocommerce-breadcrumb .separator {
    margin: 0 15px; }
  @media (max-width: 768px) {
    .single-product .woocommerce .woocommerce-breadcrumb {
      display: none; } }

.page-template-page-map .woocommerce-breadcrumb {
  display: none; }

@media (min-width: 768px) {
  #content ul.products li.product {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%; }
    #content ul.products li.product:nth-child(4n) {
      float: right;
      margin-right: 0; }
    #content ul.products li.product:nth-child(4n + 1) {
      clear: left; } }

@media (max-width: 544px) {
  #content ul.products li.product {
    width: 100%; } }

.woocommerce.columns-5 ul.products li.product, .woocommerce .related.products ul.products li.product {
  width: 100%; }

@media (min-width: 544px) and (max-width: 768px) {
  .woocommerce.columns-5 ul.products li.product, .woocommerce .related.products ul.products li.product {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%; }
    .woocommerce.columns-5 ul.products li.product:nth-child(2n), .woocommerce .related.products ul.products li.product:nth-child(2n) {
      float: right;
      margin-right: 0; }
    .woocommerce.columns-5 ul.products li.product:nth-child(2n + 1), .woocommerce .related.products ul.products li.product:nth-child(2n + 1) {
      clear: left; } }

@media (min-width: 768px) and (max-width: 992px) {
  .woocommerce.columns-5 ul.products li.product, .woocommerce .related.products ul.products li.product {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }
    .woocommerce.columns-5 ul.products li.product:nth-child(3n), .woocommerce .related.products ul.products li.product:nth-child(3n) {
      float: right;
      margin-right: 0; } }

@media (min-width: 992px) {
  .woocommerce.columns-5 ul.products li.product, .woocommerce .related.products ul.products li.product {
    width: 18.91892%;
    float: left;
    margin-right: 1.35135%; }
    .woocommerce.columns-5 ul.products li.product:nth-child(5n), .woocommerce .related.products ul.products li.product:nth-child(5n) {
      float: right;
      margin-right: 0; }
    .woocommerce.columns-5 ul.products li.product:nth-child(5n + 1), .woocommerce .related.products ul.products li.product:nth-child(5n + 1) {
      clear: left; } }

@media (min-width: 768px) {
  .woocommerce.columns-4 ul.products li.product {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%; }
    .woocommerce.columns-4 ul.products li.product:nth-child(4n) {
      float: right;
      margin-right: 0; }
    .woocommerce.columns-4 ul.products li.product:nth-child(4n + 1) {
      clear: left; } }

.onsale {
  z-index: 100; }

.woocommerce ul.products li.product {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  clear: none;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative; }
  .woocommerce ul.products li.product.featured {
    box-shadow: 0 0 0 2px #EF5E4E; }
  .woocommerce ul.products li.product .product-image-wrapper {
    margin: -1px -1px 0 -1px;
    overflow: hidden; }
  .woocommerce ul.products li.product .product-location {
    display: block;
    float: none;
    font-size: 12px;
    margin: 0;
    min-height: 15px;
    opacity: .7;
    overflow: hidden;
    padding: 5px 20px 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .woocommerce ul.products li.product .product-location a {
      color: #6d6d6d; }
    .woocommerce ul.products li.product .product-location .separator {
      color: #6d6d6d;
      font-weight: 400;
      margin: 0 5px; }
  .woocommerce ul.products li.product .product-rating {
    color: #3A303F;
    font-size: 17px;
    margin: 15px 0 0 0; }
    .woocommerce ul.products li.product .product-rating .fa {
      margin: 0 2px 0 0; }
  .woocommerce ul.products li.product .event-countdown {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 15px;
    position: absolute;
    right: 15px;
    top: 15px; }
  .woocommerce ul.products li.product .price {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    left: 15px;
    font-weight: 700;
    margin: 0;
    padding: 4px 10px;
    position: absolute;
    top: 15px; }
    .woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins {
      display: inline; }
  .woocommerce ul.products li.product .onsale {
    background-color: #8dc63f;
    border-radius: 0;
    left: 15px;
    line-height: 25px;
    margin: 0;
    min-height: inherit;
    padding: 0 6px;
    right: auto;
    top: 44px; }
  .woocommerce ul.products li.product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #323232;
    display: block;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 20px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .woocommerce ul.products li.product p {
    color: rgba(50, 50, 50, 0.7);
    font-size: 14px;
    line-height: 1.7;
    margin: 0; }
  .woocommerce ul.products li.product img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    height: auto;
    margin: 0 !important;
    opacity: .85;
    transition: all .6s ease;
    width: 100%; }
  .woocommerce ul.products li.product:hover img {
    opacity: .95;
    transform: scale(1.04) translate3d(0, 0, 0); }

.woocommerce div.product .product_title {
  border-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 5px 0;
  padding: 0; }

.woocommerce .star-rating {
  width: 100px; }

.woocommerce-review-link {
  color: #6d6d6d;
  font-size: 12px; }

.woocommerce .woocommerce-product-rating .star-rating {
  color: #EF5E4E;
  letter-spacing: 3px; }

.woocommerce div.product p.price {
  border-bottom: 1px solid #f4f4f4;
  color: #323232;
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 14px 0;
  margin: 0; }

.product_meta {
  border-bottom: 1px solid rgba(50, 50, 50, 0.08);
  border-top: 1px solid rgba(50, 50, 50, 0.08);
  font-size: 13px;
  margin: 25px 0;
  padding: 25px 0; }
  .product_meta a {
    color: #6d6d6d; }
  .product_meta span {
    display: block;
    padding: 5px 0; }
  .product_meta .posted_in {
    display: block; }
  .product_meta .tagged_as {
    display: block; }

.woocommerce .woocommerce-product-actions {
  position: absolute;
  right: 50px;
  top: -50px;
  white-space: nowrap; }
  .woocommerce .woocommerce-product-actions div {
    display: inline-block;
    margin: 0 0 0 20px; }
  .woocommerce .woocommerce-product-actions .button, .woocommerce .woocommerce-product-actions .get-direction, .woocommerce .woocommerce-product-actions .cart input.button, .woocommerce .cart .woocommerce-product-actions input.button, .woocommerce .woocommerce-product-actions #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .woocommerce-product-actions input {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1;
    padding: 9px 15px; }
    .woocommerce .woocommerce-product-actions .button:hover, .woocommerce .woocommerce-product-actions .get-direction:hover, .woocommerce .woocommerce-product-actions #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .woocommerce-product-actions input:hover {
      background-color: rgba(255, 255, 255, 0.08); }

.products.related {
  position: relative; }
  .products.related h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0; }
  .products.related .products {
    margin: 0; }

.product-return-back {
  font-size: 24px;
  float: right;
  margin-top: -48px; }
  .product-return-back a {
    color: #EF5E4E; }
    .product-return-back a:hover {
      color: #EF5E4E; }

.listing-manager-share {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0; }
  .listing-manager-share li {
    display: inline-block; }
  .listing-manager-share a {
    background-color: #f4f4f4;
    border-radius: 50%;
    color: #6d6d6d;
    display: block;
    height: 36px;
    line-height: 36px;
    margin: 0 15px 0 0;
    text-align: center;
    transition: background-color .2s ease;
    width: 36px; }
    .listing-manager-share a:hover {
      background-color: #ececec; }
    .listing-manager-share a.mail {
      background-color: #3A303F;
      color: #fff; }
    .listing-manager-share a.facebook {
      background-color: #365397;
      color: #fff; }
    .listing-manager-share a.google-plus {
      background-color: #e0452c;
      color: #fff; }
    .listing-manager-share a.twitter {
      background-color: #00a9f1;
      color: #fff; }

.woocommerce div.product form.cart .get-direction, .woocommerce div.product form.cart .button, .woocommerce div.product form.cart #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit div.product form.cart input {
  border-radius: 22px;
  height: 44px !important; }

.woocommerce div.product form.cart div.quantity {
  display: none;
  margin: 0 15px 0 0; }

.woocommerce .quantity .qty {
  text-align: left;
  width: 64px; }

.stock {
  background-color: #323232;
  border-radius: 3px;
  color: #fff !important;
  display: block;
  float: left;
  font-size: 13px !important;
  font-weight: 700 !important;
  height: 44px;
  line-height: 44px !important;
  margin: 0 15px 0 0;
  padding: 0 26px; }

.listing-manager-stream-wrapper {
  column-count: 1;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  .listing-manager-stream-wrapper:before {
    background-color: #fff;
    content: '';
    display: block;
    height: 17px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }
  .listing-manager-stream-wrapper:after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 17px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3; }

.listing-manager-stream {
  column-count: 3;
  column-gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 1279px) {
    .listing-manager-stream {
      column-count: 3; } }
  @media (max-width: 1279px) {
    .listing-manager-stream {
      column-count: 2; } }
  @media (max-width: 544px) {
    .listing-manager-stream {
      column-count: 1; } }

.listing-manager-stream-item {
  box-sizing: border-box;
  height: 126px;
  max-height: 126px;
  page-break-inside: avoid;
  padding: 13px 0 13px 25px;
  position: relative;
  transition: all .4s ease; }
  .listing-manager-stream-item:after {
    content: " ";
    display: block;
    clear: both; }
  .listing-manager-stream-item:hover:after {
    background-color: #8dc63f;
    border-color: #8dc63f; }
  .listing-manager-stream-item:after {
    background-color: #fff;
    border: 2px solid #EF5E4E;
    border-radius: 50%;
    height: 8px;
    left: 0;
    position: absolute;
    top: 17px;
    transition: all .2s ease;
    width: 8px;
    z-index: 2; }
  .listing-manager-stream-item:before {
    background-color: rgba(0, 0, 0, 0.04);
    bottom: 0;
    content: '';
    left: 5px;
    position: absolute;
    top: 0px;
    width: 2px;
    z-index: 1; }

.listing-manager-stream-meta {
  display: table;
  font-size: 13px;
  margin: 0 0 10px 0;
  width: 100%; }

.listing-manager-stream-item-content {
  font-size: 13px; }

.listing-manager-stream-item-cell {
  display: table-cell;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .listing-manager-stream-item-cell.title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 400;
    max-width: 120px; }
  .listing-manager-stream-item-cell.price, .listing-manager-stream-item-cell.date {
    white-space: nowrap;
    width: 1px; }
  .listing-manager-stream-item-cell.date {
    font-weight: 400;
    opacity: .5;
    padding-right: 25px; }
  .listing-manager-stream-item-cell.price {
    color: #8dc63f;
    font-size: 13px;
    font-weight: 700; }

.listing-manager-stream-item-thumbnail {
  float: left; }
  .listing-manager-stream-item-thumbnail img {
    display: block;
    height: auto;
    margin: 5px 19px 0 0;
    max-width: 75px; }

.listing-manager-stream-item-excerpt {
  height: 46px;
  overflow: hidden;
  padding-top: 10px; }
  .listing-manager-stream-item-excerpt p {
    margin: 0; }

.product-date {
  margin: 14px 0 -10px 20px;
  width: 100%; }
  .product-date span {
    color: #fff !important;
    display: inline-block !important;
    font-size: 11px;
    line-height: 1;
    padding: 5px 8px; }
    .product-date span.day {
      background-color: #323232; }
    .product-date span.month {
      background-color: #EF5E4E; }
    .product-date span.year {
      background-color: #DDDDDD;
      color: #323232 !important; }

.product-gallery {
  margin: 0 0 30px 0;
  overflow: hidden;
  position: relative;
  z-index: 99; }
  .product-gallery:after {
    content: " ";
    display: block;
    clear: both; }
  .product-gallery .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .product-gallery .owl-stage {
    display: flex; }
  .product-gallery .owl-item {
    display: block;
    height: 320px;
    position: relative;
    overflow: hidden; }
  .product-gallery .owl-prev, .product-gallery .owl-next {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 90px; }
    .product-gallery .owl-prev i, .product-gallery .owl-next i {
      border: 1px solid rgba(255, 255, 255, 0.75);
      border-radius: 50%;
      color: rgba(255, 255, 255, 0.75);
      display: block;
      font-size: 12px;
      height: 30px;
      left: 50%;
      line-height: 30px;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      transition: all .4s ease;
      width: 30px; }
    .product-gallery .owl-prev:hover i, .product-gallery .owl-next:hover i {
      color: #fff; }
  .product-gallery .owl-prev {
    background-image: linear-gradient(to left, transparent, rgba(50, 50, 50, 0.7));
    left: 0; }
  .product-gallery .owl-next {
    background-image: linear-gradient(to right, transparent, rgba(50, 50, 50, 0.7));
    right: 0; }

.product-actions {
  background-color: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  margin: 16px 0 -20px 0;
  padding: 12px 0; }
  .product-actions:after {
    content: " ";
    display: block;
    clear: both; }
  .product-actions a {
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 20px;
    white-space: nowrap;
    width: 50%; }
  .product-actions .fa {
    margin: 0 8px 0 0;
    opacity: .5; }
    @media (max-width: 1279px) {
      .product-actions .fa {
        display: none; } }

.woocommerce nav.woocommerce-pagination .page-numbers {
  border: 0; }
  .woocommerce nav.woocommerce-pagination .page-numbers li {
    border: 0;
    margin: 0 10px; }
    .woocommerce nav.woocommerce-pagination .page-numbers li a {
      color: #323232;
      font-weight: 700; }
      .woocommerce nav.woocommerce-pagination .page-numbers li a:hover {
        background-color: transparent;
        color: #3A303F; }
    .woocommerce nav.woocommerce-pagination .page-numbers li span.current {
      background-color: transparent;
      color: #323232;
      font-weight: 700; }
    .woocommerce nav.woocommerce-pagination .page-numbers li .fa {
      font-size: 11px; }

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  background-color: #8dc63f;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  padding: 20px 30px !important; }
  .woocommerce .woocommerce-message:before,
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before {
    color: #fff;
    left: auto;
    margin: 0 20px 0 0;
    position: relative;
    top: auto;
    vertical-align: middle; }
  .woocommerce .woocommerce-message a,
  .woocommerce .woocommerce-error a,
  .woocommerce .woocommerce-info a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding-bottom: 3px; }
  .woocommerce .woocommerce-message li,
  .woocommerce .woocommerce-error li,
  .woocommerce .woocommerce-info li {
    display: inline; }
  .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .get-direction, .woocommerce .woocommerce-message .cart input.button, .woocommerce .cart .woocommerce-message input.button, .woocommerce .woocommerce-message #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .woocommerce-message input,
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-error .get-direction, .woocommerce .woocommerce-error .cart input.button, .woocommerce .cart .woocommerce-error input.button, .woocommerce .woocommerce-error #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .woocommerce-error input,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-info .get-direction, .woocommerce .woocommerce-info .cart input.button, .woocommerce .cart .woocommerce-info input.button, .woocommerce .woocommerce-info #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .woocommerce-info input {
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    height: auto;
    line-height: 1;
    margin: -6px 0;
    padding: 10px 15px; }

.woocommerce .woocommerce-error {
  background-color: #D80C00; }

.woocommerce .woocommerce-info {
  background-color: #6FB0C7;
  color: #fff; }

.woocommerce-tabs {
  border: 1px solid rgba(50, 50, 50, 0.08);
  border-radius: 3px;
  margin: 0 0 30px 0;
  padding: 25px; }
  .woocommerce-tabs:after {
    content: " ";
    display: block;
    clear: both; }

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs {
  box-sizing: content-box;
  float: left;
  overflow: visible;
  padding: 0;
  margin: 0;
  width: 20%; }
  @media (max-width: 768px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs {
      float: none;
      width: 100%; } }
  .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs:before {
    display: none !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li {
    background-color: transparent;
    border: 0 !important;
    border-radius: 0;
    display: block !important;
    float: none;
    margin: 0 !important;
    padding: 0; }
    @media (max-width: 768px) {
      .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li {
        display: block !important;
        float: none !important;
        margin: 0 0 20px 0 !important; } }
    .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active {
      color: #EF5E4E; }
      .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
        font-weight: 600; }
        .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a:after {
          color: #EF5E4E;
          content: '\f054';
          float: right;
          font-family: 'FontAwesome';
          font-size: 9px;
          margin: 3px 25px 0 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li:first-child {
      margin-left: 0; }
      .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li:first-child a {
        border-top: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li:last-child a {
      border-bottom: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li:after {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li a {
      border-bottom: 1px solid rgba(50, 50, 50, 0.06);
      display: block;
      font-size: 13px;
      font-weight: 600;
      line-height: 1;
      padding: 18px 0; }

.woocommerce .content div.product .woocommerce-tabs .panel {
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  float: right;
  margin: 0;
  padding: 0 25px;
  width: 78%; }
  .woocommerce .content div.product .woocommerce-tabs .panel:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 768px) {
    .woocommerce .content div.product .woocommerce-tabs .panel {
      float: none;
      padding: 0;
      width: 100%; } }
  .woocommerce .content div.product .woocommerce-tabs .panel > h2 {
    border-bottom: 1px solid rgba(50, 50, 50, 0.06);
    font-size: 18px;
    margin: 10px 0 30px 0;
    padding: 0 0 18px 0; }
  .woocommerce .content div.product .woocommerce-tabs .panel p {
    margin: 0 0 30px 0; }
    .woocommerce .content div.product .woocommerce-tabs .panel p:last-child {
      margin-bottom: 0; }
  .woocommerce .content div.product .woocommerce-tabs .panel dl dt {
    float: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 0;
    width: 120px; }
  .woocommerce .content div.product .woocommerce-tabs .panel dl dd {
    border-bottom: 1px solid #f4f4f4;
    line-height: 24px;
    margin: 0;
    padding: 9px 0; }
    .woocommerce .content div.product .woocommerce-tabs .panel dl dd:last-child {
      border-bottom: 0; }
  .woocommerce .content div.product .woocommerce-tabs .panel ul.amenities {
    list-style: none;
    margin: 0;
    padding: 0; }
    .woocommerce .content div.product .woocommerce-tabs .panel ul.amenities li {
      float: left;
      display: block;
      margin: 0 20px 0 0;
      padding: 8px 0; }
      @media (max-width: 768px) {
        .woocommerce .content div.product .woocommerce-tabs .panel ul.amenities li {
          float: none; } }
      .woocommerce .content div.product .woocommerce-tabs .panel ul.amenities li:before {
        border-radius: 50%;
        color: #EF5E4E;
        content: '\f00c';
        display: inline-block;
        font-size: 10px;
        font-family: 'FontAwesome';
        height: 28px;
        line-height: 26px;
        margin: 0;
        text-align: center;
        vertical-align: middle;
        width: 28px; }

@media (max-width: 768px) {
  .listing-manager-social-network {
    float: none;
    width: 100%; } }

.cart-empty {
  color: rgba(50, 50, 50, 0.8);
  font-size: 30px;
  font-weight: 400;
  margin: -30px 0 0 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%; }
  .cart-empty:before {
    color: rgba(0, 0, 0, 0.04);
    content: '\f071';
    font-family: 'FontAwesome';
    font-size: 380px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }

.empty-cart #primary {
  min-height: 400px;
  position: relative; }

.empty-cart .return-to-shop {
  bottom: -25px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%); }

.shop_table.shop_table_responsive.cart {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 80px; }
  .shop_table.shop_table_responsive.cart th {
    border-top: 0; }

.woocommerce .cart-collaterals table, .woocommerce-page .cart-collaterals table {
  border-collapse: collapse !important; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  background-color: #3A303F;
  color: #fff; }
  .woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    display: none; }
  .woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
    border: 0;
    border-radius: 0; }
    .woocommerce .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td {
      background-color: transparent;
      border-top-color: rgba(255, 255, 255, 0.14) !important;
      padding: 20px 25px;
      vertical-align: middle; }
  .woocommerce .cart-collaterals .cart_totals .button, .woocommerce .cart-collaterals .cart_totals .get-direction, .woocommerce .cart-collaterals .cart_totals #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .cart-collaterals .cart_totals input, .woocommerce-page .cart-collaterals .cart_totals .button, .woocommerce-page .cart-collaterals .cart_totals .get-direction, .woocommerce-page .cart-collaterals .cart_totals .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .woocommerce-page .cart-collaterals .cart_totals input {
    margin: 0 25px; }
  .woocommerce .cart-collaterals .cart_totals .amount, .woocommerce-page .cart-collaterals .cart_totals .amount {
    color: #fff; }

/**
 * Table heading
 */
.woocommerce-cart table.cart th {
  background-color: transparent;
  border-top: 1px solid #f4f4f4;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 18px;
  padding-top: 18px;
  text-transform: inherit; }

/**
 * Table cell
 */
.woocommerce table.shop_table td {
  border-bottom: 0;
  border-top: 1px solid #f4f4f4;
  padding-bottom: 30px;
  padding-top: 30px; }
  .woocommerce table.shop_table td.product-name {
    font-weight: 700; }
    .woocommerce table.shop_table td.product-name a {
      color: #3A303F; }
  .woocommerce table.shop_table td.product-thumbnail img {
    width: 60px; }

/**
 * Table bottom actions wrapper
 */
.woocommerce-page table.cart td.actions {
  padding: 20px 12px; }
  .woocommerce-page table.cart td.actions input.input-text {
    border-color: #ececec !important;
    border-radius: 18px;
    margin: 0 20px 0 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important; }

/**
 * Coupon input
 */
.woocommerce-cart table.cart td.actions .coupon .input-text {
  font-size: 13px;
  height: 37px;
  width: 200px; }

/**
 * Table buttons
 */
.woocommerce .cart .get-direction, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce .cart #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .cart input, .woocommerce .cart input.get-direction, .woocommerce .cart input.button, .woocommerce .cart #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .cart input {
  color: #fff;
  float: right;
  font-size: 13px !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 12px 25px !important;
  width: auto; }

/**
 * Proceed to checkout
 */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 13px;
  font-weight: 700;
  height: auto;
  line-height: 1;
  padding: 13px 0 12px 0; }

.woocommerce-checkout-review-order-table {
  border: 0; }

.woocommerce table.shop_table {
  border: 0; }
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    background-color: transparent;
    border-color: #f4f4f4 !important; }

.cross-sells h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }

@media (max-width: 768px) {
  .cross-sells ul.products li {
    width: 100% !important; } }

.woocommerce.widget_shopping_cart ul.cart_list li {
  padding-top: 12px; }
  .woocommerce.widget_shopping_cart ul.cart_list li a {
    color: #323232;
    font-size: 13px;
    font-weight: 400; }
    .woocommerce.widget_shopping_cart ul.cart_list li a.remove {
      margin-top: 22px; }
  .woocommerce.widget_shopping_cart ul.cart_list li .quantity {
    font-size: 11px; }

.woocommerce.widget_shopping_cart .total {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding-top: 14px;
  text-align: right; }

.woocommerce.widget_shopping_cart .buttons {
  margin-bottom: 0; }

.woocommerce.widget_shopping_cart .button, .woocommerce.widget_shopping_cart .get-direction, .woocommerce.widget_shopping_cart .cart input.button, .woocommerce.widget_shopping_cart #review_form #respond .form-submit input {
  border-radius: 0;
  box-sizing: border-box;
  font-size: 13px !important;
  float: left;
  width: 48%; }
  .woocommerce.widget_shopping_cart .button:first-child, .woocommerce.widget_shopping_cart .get-direction:first-child, .woocommerce.widget_shopping_cart #review_form #respond .form-submit input:first-child {
    background-color: #EF5E4E; }
  .woocommerce.widget_shopping_cart .button.checkout, .woocommerce.widget_shopping_cart .checkout.get-direction, .woocommerce.widget_shopping_cart #review_form #respond .form-submit input.checkout {
    float: right; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .woocommerce.widget_shopping_cart .button, .woocommerce.widget_shopping_cart .get-direction, .woocommerce.widget_shopping_cart .cart input.button, .woocommerce.widget_shopping_cart #review_form #respond .form-submit input {
      float: none;
      width: 100%; }
      .woocommerce.widget_shopping_cart .button.checkout, .woocommerce.widget_shopping_cart .checkout.get-direction, .woocommerce.widget_shopping_cart #review_form #respond .form-submit input.checkout {
        margin: 15px 0 0 0; } }

.commentlist {
  margin: 0;
  padding: 0; }

.woocommerce #reviews #comments h2 {
  border-bottom: 1px solid #f4f4f4;
  font-size: 18px;
  margin: 0 -25px 25px -25px;
  padding: 0 0 25px 25px; }

.woocommerce .star-rating {
  color: #3A303F; }

.woocommerce #reviews #comments ol.commentlist li {
  border-bottom: 1px solid #f4f4f4;
  float: none;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  width: 100%; }
  .woocommerce #reviews #comments ol.commentlist li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  height: 36px;
  padding: 2px;
  width: 36px; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 13px; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    color: #323232; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  border-radius: 0;
  padding: 7px 15px 0 15px; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text .description, .woocommerce #reviews #comments ol.commentlist li .comment-text p {
    color: rgba(50, 50, 50, 0.7);
    line-height: 24px; }

#review_form_wrapper {
  margin: 0;
  padding: 25px 0 0 0; }

.woocommerce #reviews h3 {
  font-size: 18px;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0; }

.listing-manager-ratings-rating, .comment-form-rating {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%; }
  .listing-manager-ratings-rating:nth-child(3n), .comment-form-rating:nth-child(3n) {
    float: right;
    margin-right: 0; }
  .listing-manager-ratings-rating label, .comment-form-rating label {
    display: block;
    line-height: 1;
    margin: 0 0 8px 0; }
  .listing-manager-ratings-rating .br-theme-css-stars .br-widget a, .comment-form-rating .br-theme-css-stars .br-widget a {
    line-height: 1;
    margin: 0; }
    .listing-manager-ratings-rating .br-theme-css-stars .br-widget a:after, .comment-form-rating .br-theme-css-stars .br-widget a:after {
      content: '\f005';
      color: #DDDDDD;
      font-family: 'FontAwesome';
      font-size: 14px;
      vertical-align: top; }
    .listing-manager-ratings-rating .br-theme-css-stars .br-widget a.br-selected:after, .listing-manager-ratings-rating .br-theme-css-stars .br-widget a.br-current:after, .listing-manager-ratings-rating .br-theme-css-stars .br-widget a.br-active:after, .comment-form-rating .br-theme-css-stars .br-widget a.br-selected:after, .comment-form-rating .br-theme-css-stars .br-widget a.br-current:after, .comment-form-rating .br-theme-css-stars .br-widget a.br-active:after {
      color: #EF5E4E; }

.woocommerce div.product div.images div.thumbnails {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0; }
  .woocommerce div.product div.images div.thumbnails a {
    display: block;
    margin: 10px 10px 10px 20px !important;
    opacity: .5;
    transition: all .4s ease;
    width: auto !important; }
    .woocommerce div.product div.images div.thumbnails a:first-child {
      margin-top: 0 !important; }
    .woocommerce div.product div.images div.thumbnails a img {
      display: block;
      height: auto;
      max-width: 70px !important;
      width: 70px !important; }
    .woocommerce div.product div.images div.thumbnails a:hover {
      opacity: 1; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  display: flex;
  float: left;
  flex-direction: row;
  margin: 0 0 60px 0;
  vertical-align: middle;
  width: 42%; }
  @media (max-width: 992px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
      width: 100%; } }

@media (max-width: 768px) {
  .woocommerce-main-image {
    width: 100%; } }

.listing-manager-tile:after {
  content: " ";
  display: block;
  clear: both; }

.listing-manager-tile {
  margin-bottom: 20px;
  height: 220px;
  position: relative; }
  .listing-manager-tile.col-4-1 {
    width: 24.36975%;
    float: left;
    margin-right: 0.84034%; }
  .listing-manager-tile.col-4-2 {
    width: 49.57983%;
    float: left;
    margin-right: 0.84034%; }
  .listing-manager-tile.col-3-1 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }
  .listing-manager-tile.col-3-2 {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%; }
  .listing-manager-tile.last {
    float: right;
    margin-right: 0; }
  .listing-manager-tile h2 {
    bottom: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    left: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 10; }
    .listing-manager-tile h2 a {
      color: #fff;
      text-decoration: none; }
  .listing-manager-tile .listing-manager-tile-price {
    bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
    left: 15px;
    position: absolute;
    z-index: 10; }
  .listing-manager-tile .button, .listing-manager-tile .get-direction, .listing-manager-tile .woocommerce .cart .button, .woocommerce .cart .listing-manager-tile .button, .listing-manager-tile .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .listing-manager-tile input {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: none;
    border-radius: 50%;
    float: right;
    height: 32px;
    margin: 0 0 0 20px;
    padding: 0;
    position: absolute;
    transition: all .2s ease;
    right: 15px;
    top: 15px;
    width: 32px;
    z-index: 100; }
    .listing-manager-tile .button:hover, .listing-manager-tile .get-direction:hover, .listing-manager-tile .woocommerce .cart input.button:hover, .woocommerce .cart .listing-manager-tile input.button:hover, .listing-manager-tile .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .listing-manager-tile input:hover {
      background-color: rgba(0, 0, 0, 0.7);
      background-image: none; }
  .listing-manager-tile .listing-manager-favorite-add {
    cursor: pointer; }
    .listing-manager-tile .listing-manager-favorite-add span {
      display: none; }
    .listing-manager-tile .listing-manager-favorite-add:after {
      -webkit-font-smoothing: antialiased;
      color: #fff;
      content: '\f08a';
      display: block;
      font-family: 'FontAwesome';
      font-size: 11px;
      left: 50%;
      line-height: 1;
      position: absolute;
      text-shadow: none;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .listing-manager-tile .listing-manager-favorite-add.marked:after {
      content: '\f004'; }

.listing-manager-image {
  background-size: cover;
  background-position: center center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .listing-manager-image:after {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
  .listing-manager-image:before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 100px);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }

.event-details {
  margin: 0; }
  .event-details .attributes {
    list-style: none;
    margin: 30px 0 !important;
    padding: 0; }
    .event-details .attributes:after {
      content: " ";
      display: block;
      clear: both; }
    .event-details .attributes li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      line-height: 42px; }
      @media (min-width: 992px) {
        .event-details .attributes li {
          width: 31.03448%;
          float: left;
          margin-right: 3.44828%; }
          .event-details .attributes li:nth-child(3n) {
            float: right;
            margin-right: 0; } }
      .event-details .attributes li strong {
        font-weight: normal;
        opacity: .5; }
      .event-details .attributes li > span {
        float: right; }
      .event-details .attributes li a {
        border-bottom: 1px solid rgba(239, 94, 78, 0.5);
        color: #EF5E4E; }
      .event-details .attributes li del {
        color: rgba(50, 50, 50, 0.7);
        font-weight: normal; }

.event-details-inner {
  border: 1px dashed rgba(0, 0, 0, 0.08);
  padding: 25px; }
  .event-details-inner:after {
    content: " ";
    display: block;
    clear: both; }

.event-details-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 0 25px 0; }
  .event-details-header:after {
    content: " ";
    display: block;
    clear: both; }

.event-details-date {
  font-family: 'Montserrat', 'Arial', sans-serif;
  float: left;
  font-size: 20px; }
  .event-details-date .fa {
    color: rgba(0, 0, 0, 0.3);
    margin: 0 12px 0 0;
    vertical-align: -1px; }
    @media (max-width: 992px) {
      .event-details-date .fa {
        display: none; } }
  @media (max-width: 992px) {
    .event-details-date {
      font-size: 14px; } }

.event-details-actions {
  float: right;
  white-space: nowrap; }
  @media (max-width: 992px) {
    .event-details-actions {
      clear: both;
      float: none; } }
  .event-details-actions .listing-manager-report, .event-details-actions .listing-manager-favorite, .event-details-actions .listing-manager-claim {
    display: inline-block; }
    .event-details-actions .listing-manager-report .button, .event-details-actions .listing-manager-report .get-direction, .event-details-actions .listing-manager-report .woocommerce .cart input.button, .woocommerce .cart .event-details-actions .listing-manager-report input.button, .event-details-actions .listing-manager-report .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-report input, .event-details-actions .listing-manager-favorite .button, .event-details-actions .listing-manager-favorite .get-direction, .event-details-actions .listing-manager-favorite .woocommerce .cart input.button, .woocommerce .cart .event-details-actions .listing-manager-favorite input.button, .event-details-actions .listing-manager-favorite .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-favorite input, .event-details-actions .listing-manager-claim .button, .event-details-actions .listing-manager-claim .get-direction, .event-details-actions .listing-manager-claim .woocommerce .cart input.button, .woocommerce .cart .event-details-actions .listing-manager-claim input.button, .event-details-actions .listing-manager-claim .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-claim input {
      background-color: transparent;
      border-radius: 0;
      color: #323232;
      cursor: pointer;
      font-weight: 400;
      height: auto;
      line-height: 24px;
      margin: 0 0 0 30px;
      padding: 0;
      text-shadow: none; }
      @media (max-width: 992px) {
        .event-details-actions .listing-manager-report .button, .event-details-actions .listing-manager-report .get-direction, .event-details-actions .listing-manager-report .woocommerce .cart input.button, .woocommerce .cart .event-details-actions .listing-manager-report input.button, .event-details-actions .listing-manager-report .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-report input, .event-details-actions .listing-manager-favorite .button, .event-details-actions .listing-manager-favorite .get-direction, .event-details-actions .listing-manager-favorite .woocommerce .cart input.button, .woocommerce .cart .event-details-actions .listing-manager-favorite input.button, .event-details-actions .listing-manager-favorite .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-favorite input, .event-details-actions .listing-manager-claim .button, .event-details-actions .listing-manager-claim .get-direction, .event-details-actions .listing-manager-claim .woocommerce .cart input.button, .woocommerce .cart .event-details-actions .listing-manager-claim input.button, .event-details-actions .listing-manager-claim .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-claim input {
          margin: 20px 30px 0 0; } }
      .event-details-actions .listing-manager-report .button:hover, .event-details-actions .listing-manager-report .get-direction:hover, .event-details-actions .listing-manager-report .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-report input:hover, .event-details-actions .listing-manager-favorite .button:hover, .event-details-actions .listing-manager-favorite .get-direction:hover, .event-details-actions .listing-manager-favorite .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-favorite input:hover, .event-details-actions .listing-manager-claim .button:hover, .event-details-actions .listing-manager-claim .get-direction:hover, .event-details-actions .listing-manager-claim .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-claim input:hover {
        background-color: transparent;
        color: inherit; }
  .event-details-actions .listing-manager-favorite .button, .event-details-actions .listing-manager-favorite .get-direction, .event-details-actions .listing-manager-favorite .woocommerce .cart input.button, .woocommerce .cart .event-details-actions .listing-manager-favorite input.button, .event-details-actions .listing-manager-favorite .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-favorite input, .event-details-actions .listing-manager-claim .button, .event-details-actions .listing-manager-claim .get-direction, .event-details-actions .listing-manager-claim .woocommerce .cart input.button, .woocommerce .cart .event-details-actions .listing-manager-claim input.button, .event-details-actions .listing-manager-claim .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-claim input {
    border-bottom: 1px solid rgba(239, 94, 78, 0.5) !important;
    color: #EF5E4E; }
    .event-details-actions .listing-manager-favorite .button:hover, .event-details-actions .listing-manager-favorite .get-direction:hover, .event-details-actions .listing-manager-favorite .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-favorite input:hover, .event-details-actions .listing-manager-claim .button:hover, .event-details-actions .listing-manager-claim .get-direction:hover, .event-details-actions .listing-manager-claim .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-claim input:hover {
      color: #EF5E4E; }
  .event-details-actions .listing-manager-report .button, .event-details-actions .listing-manager-report .get-direction, .event-details-actions .listing-manager-report .woocommerce .cart input.button, .woocommerce .cart .event-details-actions .listing-manager-report input.button, .event-details-actions .listing-manager-report .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .event-details-actions .listing-manager-report input {
    color: rgba(50, 50, 50, 0.5); }

.event-details-price {
  float: right; }

#content .agent dl, .single-agent dl {
  font-size: 13px;
  margin: 0;
  padding: 0; }

#content .agent dt, .single-agent dt {
  clear: left;
  float: left;
  line-height: 30px; }

#content .agent dd, .single-agent dd {
  clear: right;
  float: right;
  line-height: 30px;
  max-width: 140px; }
  #content .agent dd a, .single-agent dd a {
    color: #EF5E4E;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.single-agent .post-social {
  margin: 0 0 30px 0; }

.single-agent dl {
  float: left;
  font-size: 14px;
  max-width: 400px; }

.single-agent dd {
  max-width: inherit; }

#content .agent {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 20px; }
  @media (min-width: 768px) {
    #content .agent {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%; }
      #content .agent:nth-child(4n) {
        float: right;
        margin-right: 0; } }
  #content .agent .post-thumbnail {
    margin: -21px -21px 20px -21px; }
    #content .agent .post-thumbnail img {
      display: block; }
  #content .agent .post-title {
    background-color: #323232;
    font-size: 16px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    margin: -21px -21px 0 -21px; }
    #content .agent .post-title a {
      color: #fff;
      display: block;
      padding: 16px 21px; }
  #content .agent .post-subtitle {
    background-color: rgba(0, 0, 0, 0.04);
    color: rgba(50, 50, 50, 0.5);
    font-size: 14px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 400;
    margin: 0 -21px;
    padding: 12px 20px; }
  #content .agent ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 12px;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 15px 0; }
    #content .agent ul:after {
      content: " ";
      display: block;
      clear: both; }
    #content .agent ul li {
      float: left;
      margin: 0;
      padding: 8px 0;
      text-align: center;
      width: 25%; }
    #content .agent ul a {
      border-bottom: 1px solid rgba(50, 50, 50, 0.12);
      color: rgba(50, 50, 50, 0.6); }

.single-agent .post-content .wp-post-image {
  display: block;
  float: left;
  margin: 7px 30px 0 0;
  max-width: 220px; }

.single-agent .post-body {
  margin-top: -3px; }

.agent-small {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  display: table;
  padding: 20px 0;
  position: relative;
  transition: background-color .2s ease;
  width: 100%; }
  .agent-small:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.agent-small-thumbnail {
  display: table-cell;
  vertical-align: top;
  width: 55px; }
  .agent-small-thumbnail img {
    border-radius: 50%;
    display: block;
    height: auto;
    width: 40px; }

.agent-small-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.agent-small-content {
  display: table-cell;
  position: relative;
  vertical-align: middle; }
  .agent-small-content h3, .agent-small-content h4 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-right: 50px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .agent-small-content h3 a, .agent-small-content h4 a {
      color: #323232;
      text-decoration: none; }
  .agent-small-content h4 {
    color: rgba(50, 50, 50, 0.5);
    font-size: 12px;
    margin: 3px 0 0 0; }
  .agent-small-content:after {
    -webkit-font-smoothing: antialiased;
    content: '\f105';
    color: #EF5E4E;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

#content .company dl, .single-company dl {
  font-size: 13px;
  margin: 0;
  padding: 0; }

#content .company dt, .single-company dt {
  clear: left;
  float: left;
  line-height: 36px;
  margin: 0;
  width: 120px; }

#content .company dd, .single-company dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  clear: right;
  line-height: 36px;
  margin: 0; }
  #content .company dd:last-child, .single-company dd:last-child {
    border-bottom: 0; }
  #content .company dd a, .single-company dd a {
    color: #EF5E4E;
    display: block;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

#content .company .post-social-simple ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#content .company .post-social-simple li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  line-height: 36px; }
  #content .company .post-social-simple li:last-child {
    border-bottom: 0; }
  #content .company .post-social-simple li a:after {
    float: right;
    font-family: 'FontAwesome';
    font-size: 14px; }
  #content .company .post-social-simple li.post-social-facebook a:after {
    color: #365397;
    content: '\f09a'; }
  #content .company .post-social-simple li.post-social-twitter a:after {
    color: #00a9f1;
    content: '\f099'; }
  #content .company .post-social-simple li.post-social-linkedin a:after {
    color: #287bbc;
    content: '\f0e1'; }
  #content .company .post-social-simple li.post-social-google a:after {
    color: #e0452c;
    content: '\f1a0'; }

.single-company .post-content {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  display: table;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0; }
  .single-company .post-content:after {
    content: " ";
    display: block;
    clear: both; }
  .single-company .post-content .wp-post-image {
    display: block;
    float: left;
    margin: 7px 30px 0 0;
    max-width: 220px; }
  .single-company .post-content .post-thumbnail, .single-company .post-content .post-body, .single-company .post-content .post-overview {
    display: table-cell;
    float: none;
    vertical-align: top; }
  .single-company .post-content .post-overview {
    padding-left: 30px; }

.single-company .post-body {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%; }
  .single-company .post-body p {
    margin-top: 0; }

.single-company .post-overview {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0; }

.company {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0; }
  .company h2.post-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0; }
  .company h3.post-subtitle {
    color: rgba(50, 50, 50, 0.6);
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 20px 0; }
    .company h3.post-subtitle span {
      margin-right: 30px; }
  .company .post-thumbnail {
    margin: 0 30px 0 0;
    width: 350px; }
    .company .post-thumbnail img {
      display: block; }
  .company .post-content {
    flex-grow: 1;
    padding-right: 20px; }
  .company .post-overview {
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    width: 46%; }
  .company .post-social-simple {
    float: right;
    font-size: 13px;
    width: 46%; }

.company-medium {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.04);
  justify-content: center;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) {
    .company-medium {
      display: flex; } }
  .company-medium h3 {
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap; }
    .company-medium h3 a {
      color: #323232;
      text-decoration: none; }
  @media (min-width: 768px) {
    .companies-columns-2 .company-medium {
      width: 48.71795%;
      float: left;
      margin-right: 2.5641%; }
      .companies-columns-2 .company-medium:nth-child(2n) {
        float: right;
        margin-right: 0; }
      .companies-columns-2 .company-medium:nth-child(2n + 1) {
        clear: left; } }
  @media (min-width: 768px) {
    .companies-columns-3 .company-medium {
      width: 31.81818%;
      float: left;
      margin-right: 2.27273%; }
      .companies-columns-3 .company-medium:nth-child(3n) {
        float: right;
        margin-right: 0; }
      .companies-columns-3 .company-medium:nth-child(3n + 1) {
        clear: left; } }
  @media (min-width: 768px) {
    .companies-columns-4 .company-medium {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%; }
      .companies-columns-4 .company-medium:nth-child(4n) {
        float: right;
        margin-right: 0; }
      .companies-columns-4 .company-medium:nth-child(4n + 1) {
        clear: left; } }
  @media (min-width: 768px) {
    .companies-columns-5 .company-medium {
      width: 18.91892%;
      float: left;
      margin-right: 1.35135%; }
      .companies-columns-5 .company-medium:nth-child(5n) {
        float: right;
        margin-right: 0; }
      .companies-columns-5 .company-medium:nth-child(5n + 1) {
        clear: left; } }

@media (min-width: 768px) {
  .company-medium-thumbnail {
    width: 50%; } }

.company-medium-thumbnail a, .company-medium-thumbnail img {
  display: block; }

.company-medium-thumbnail img {
  height: auto; }

.company-medium-content {
  font-size: 13px; }
  @media (max-width: 768px) {
    .company-medium-content {
      padding: 0 20px; } }
  @media (min-width: 768px) {
    .company-medium-content {
      padding: 0 20px;
      width: 50%; } }
  .company-medium-content dl {
    margin-bottom: 15px; }

.partners img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
  box-sizing: content-box;
  display: inline-block !important;
  height: auto;
  max-width: 80% !important;
  max-height: 50px !important;
  opacity: .4;
  transition: all .15s linear;
  vertical-align: middle;
  width: auto; }

.partners .panel-grid-cell {
  text-align: center; }
