/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!
 * Datepicker v0.5.3
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-06-15T11:00:53.699Z
 */
.datepicker-container {
  font-size: 12px;
  line-height: 30px;

  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;

  width: 210px;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  background-color: #fff;

  direction: ltr !important;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container:before,
.datepicker-container:after {
  position: absolute;

  display: block;

  width: 0;
  height: 0;

  content: ' ';

  border: 5px solid transparent;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 1;

  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;

  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
          box-shadow: 0 3px 6px #ccc;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;

  border-top: 0;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #39f;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;

  border-bottom-color: #fff;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;

  border-bottom: 0;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #39f;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;

  border-top-color: #fff;
}

.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto;
}

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;

  content: ' ';
}

.datepicker-panel > ul:after {
  clear: both;
}

.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0;
}

.datepicker-panel > ul > li {
  float: left;

  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;

  list-style: none;

  cursor: pointer;
  text-align: center;

  background-color: #fff;
}

.datepicker-panel > ul > li:hover {
  background-color: #e6f2ff;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #e6f2ff;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce6ff;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default;

  color: #ccc;
  background-color: #fff;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e6f2ff;
}

.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
  width: 150px;
}

.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
  line-height: 52.5px;

  width: 52.5px;
  height: 52.5px;
}

.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  cursor: default;

  background-color: #fff;
}

.datepicker-hide {
  display: none;
}

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../tools/bower_components/components-font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../tools/bower_components/components-font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../tools/bower_components/components-font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../tools/bower_components/components-font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../tools/bower_components/components-font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../tools/bower_components/components-font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: "\20";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #89a2c4;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #89a2c4;
    box-shadow: inset 0 1px 3px #89a2c4;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #000;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

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

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

@font-face {
  font-family: "icon";
  src: url("../../front/fonts/icon.ttf?v1") format("truetype"), url("../../front/fonts/icon.woff?v1") format("woff"), url("../../front/fonts/icon.svg?v1#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e913"; }

.icon-tiktok:before {
  content: "\e900"; }

.icon-x:before {
  content: "\e901"; }

.icon-angle-down:before {
  content: "\e914"; }

.icon-square-o:before {
  content: "\e912"; }

.icon-times:before {
  content: "\e911"; }

.icon-star:before {
  content: "\e910"; }

.icon-plus-square-o:before {
  content: "\e90f"; }

.icon-calendar:before {
  content: "\e908"; }

.icon-shopping-bag:before {
  content: "\e909"; }

.icon-phone:before {
  content: "\e90a"; }

.icon-search:before {
  content: "\e90b"; }

.icon-flag:before {
  content: "\e90c"; }

.icon-heart-o:before {
  content: "\e90d"; }

.icon-heart:before {
  content: "\e90e"; }

.icon-angle-right:before {
  content: "\e907"; }

.icon-youtube:before {
  content: "\e902"; }

.icon-instagram:before {
  content: "\e903"; }

.icon-pinterest:before {
  content: "\e904"; }

.icon-twitter:before {
  content: "\e905"; }

.icon-facebook-square:before {
  content: "\e906"; }

hr {
  background-image: url("../../front/images/HR.png");
  background-repeat: no-repeat;
  border: none;
  width: 83%;
  background-size: 100% 100%;
  height: 13px;
  background-position: center;
  position: relative;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  /*
  &:after, &:before
  {
    width:12.1%;
    height: 50%;
    bottom:0;
    content:"";
    position:absolute;
    left: 0;
    z-index: 3;
    background:#fff;
  }
  &:after
  {
    right:0;
    left: auto;
  }
  */ }

.white-text hr {
  background-image: url("../../front/images/HR-white.png"); }

.large-button {
  background: #e4ecf7;
  font-size: 19px;
  font-weight: normal;
  font-family: "Playfair Display", serif;
  letter-spacing: .5px;
  padding: 7px 14px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #a6bddb;
  line-height: normal;
  color: #000;
  text-align: center; }
  @media (min-width: 700px) {
    .large-button {
      padding: 7px 16px;
      font-size: 21px; } }
  @media (min-width: 1000px) {
    .large-button {
      padding: 10px 20px;
      font-size: 25px; } }

.primary-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  background-color: #000;
  border-radius: 0 15px 0 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-family: "Alegreya Sans SC", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-color .2s;
  letter-spacing: .1em; }
  .primary-button:hover {
    background-color: #c38473; }
  .primary-button.purple {
    background-color: #a18496; }
    .primary-button.purple:hover {
      background-color: #89697d; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
  padding-top: 43px;
  background: #fff; }
  body.with-event-top {
    padding-top: 69px; }
    @media (min-width: 1100px) {
      body.with-event-top {
        padding-top: 142px; } }
  @media (min-width: 1100px) {
    body {
      padding-top: 116px; } }

code {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

input, select, textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

html {
  font-size: 16px; }

img {
  text-decoration: none;
  border: 0px; }

.clear {
  clear: both; }

.hide-pre-js {
  display: none !important; }

.right {
  float: right; }

.content {
  /* Text meant only for screen readers. */ }
  .content:after {
    content: '';
    display: table;
    width: 100%;
    height: 0.1px;
    clear: both; }
  .content .alignnone {
    margin: 5px 20px 20px 0; }
  .content .aligncenter,
  .content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .content .alignright {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 10px auto; }
    @media (min-width: 465px) {
      .content .alignright {
        float: right;
        margin: 5px 0 20px 20px;
        display: inline-block; } }
  .content .alignleft {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 10px auto; }
    @media (min-width: 465px) {
      .content .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
        display: inline-block; } }
  .content img {
    max-width: 100%;
    height: auto; }
  .content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .content a img.alignnone {
    margin: 5px 20px 20px 0; }
  .content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  .content .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .content .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .content .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .content .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .content .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .content .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }
  .content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a, .content .h1 a, .content .h2 a, .content .h3 a, .content .h4 a, .content .h5 a, .content .h6 a {
    color: inherit;
    text-decoration: none; }
  .content h1, .content .h1 {
    font-size: 40px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    margin: .5em 0; }
    @media (min-width: 1000px) {
      .content h1, .content .h1 {
        font-size: 50px; } }
  .content h2, .content .h2 {
    font-size: 31px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    margin: .5em 0; }
    @media (min-width: 1000px) {
      .content h2, .content .h2 {
        font-size: 37px; } }
  .content h3, .content .h3 {
    font-size: 26px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    margin: .5em 0; }
    @media (min-width: 1000px) {
      .content h3, .content .h3 {
        font-size: 31px; } }
  .content h4, .content .h4 {
    text-transform: uppercase; }
  .content h5, .content .h5 {
    font-size: 22px; }
  .content h4, .content h5, .content h6, .content .h4, .content .h5, .content .h6 {
    font-weight: 300; }
  .content p {
    font-weight: 300;
    line-height: 1.4em; }
  .content a {
    color: #000; }
  .content hr {
    max-width: 336px; }
  .content input[type="text"], .content input[type="email"], .content input[type="tel"], .content input[type="password"], .content input[type="date"] {
    box-sizing: border-box;
    padding: 5px 6px;
    font-size: 15px;
    font-weight: 300;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #a6a8ab;
    max-width: 100%; }
  .content input[type="date"] {
    height: 29px; }
  .content select {
    box-sizing: border-box;
    padding: 5px 6px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #a6a8ab;
    max-width: 100%; }
  .content input[type="submit"] {
    color: #fff;
    background: #000;
    border-radius: 0;
    font-weight: 300;
    padding: 6px 20px;
    font-size: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    text-decoration: none;
    border-radius: 0; }
    .content input[type="submit"]:hover {
      background: #333;
      color: #fff; }
    .content input[type="submit"].disabled {
      color: #fff !important;
      padding: 6px 20px !important; }
  .content input[type="radio"], .content input[type="checkbox"], .content .woocommerce input[type="radio"], .content .woocommerce input[type="checkbox"] {
    display: none; }
  .content input[type="radio"] + label, .content input[type="checkbox"] + label, .content input[type="checkbox"] + span.wpcf7-list-item-label {
    padding-left: 22px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    line-height: normal;
    margin-right: 12px; }
    .content input[type="radio"] + label:before, .content input[type="checkbox"] + label:before, .content input[type="checkbox"] + span.wpcf7-list-item-label:before {
      font-family: FontAwesome;
      font-size: 15px;
      position: absolute;
      top: 1px;
      left: 3px;
      content: "\f096";
      display: block;
      color: inherit; }
  .content h3 label.checkbox input[type=checkbox] {
    display: inline-block; }
  .content h3 label.checkbox span {
    vertical-align: middle; }
  .content input[type="checkbox"] + span.wpcf7-list-item-label:before {
    top: 2px; }
  .content input[type="radio"]:checked + label:before, .content input[type="checkbox"]:checked + label:before, .content input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
    content: "\f0c8"; }
  .content input[type="radio"].normal, .content input[type="checkbox"].normal {
    display: inline-block; }
  .content input[type="radio"].normal + label:before, .content input[type="checkbox"].normal + label:before {
    display: none; }

.button,
a.button,
.black-button,
a.black-button,
span.black-button,
.woocommerce a.button,
.woocommerce .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #7f7f99;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  text-decoration: none;
  text-align: center;
  border-radius: 0; }
  .button:hover,
  a.button:hover,
  .black-button:hover,
  a.black-button:hover,
  span.black-button:hover,
  .woocommerce a.button:hover,
  .woocommerce .button:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background-color: #71718e;
    color: #fff; }

a.button, span.button, a.black-button, span.black-button {
  display: inline-block; }

.black-button, a.black-button, span.black-button {
  background: #000; }
  .black-button:hover, a.black-button:hover, span.black-button:hover {
    background: #333; }

.acf-field .acf-label label {
  font-weight: 400; }

.acf-field p.description {
  font-size: 14px; }

.k-icon {
  background: url("../../front/images/k-icon.png") no-repeat;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  background-size: contain;
  display: inline-block; }

.k-icon-black {
  background: url("../../front/images/k-icon-black.png") no-repeat;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  background-size: contain;
  display: inline-block; }

.wrapper, #content, #primary {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px; }

h1.page-title {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  margin: 0; }
  @media (min-width: 465px) {
    h1.page-title {
      font-size: 28px; } }
  @media (min-width: 700px) {
    h1.page-title {
      font-size: 42px; } }

h1.page-title.left {
  text-align: left; }

.page-title-wrap {
  background: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 24px; }
  .page-title-wrap.nospace {
    margin-bottom: 0; }
  .page-title-wrap h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 465px) {
      .page-title-wrap h1 {
        font-size: 26px; } }
    @media (min-width: 700px) {
      .page-title-wrap h1 {
        font-size: 36px; } }
  .page-title-wrap h3 {
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em; }
    @media (min-width: 465px) {
      .page-title-wrap h3 {
        font-size: 21px; } }
    @media (min-width: 700px) {
      .page-title-wrap h3 {
        font-size: 27px; } }
  .page-title-wrap .term-description {
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif; }
    .page-title-wrap .term-description p {
      margin-bottom: 0;
      font-weight: 400; }

h1.archive-title {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 28px;
  margin: 0;
  text-align: center; }
  @media (min-width: 465px) {
    h1.archive-title {
      font-size: 32px; } }
  @media (min-width: 860px) {
    h1.archive-title {
      font-size: 50px; } }

#wpadminbar {
  position: fixed; }

.item-list .designer span {
  font-size: 14px;
  font-weight: 300; }

.designer-header, .consultant-header {
  text-align: center;
  margin-bottom: 32px; }
  .designer-header h1, .consultant-header h1 {
    font-size: 28px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    margin-bottom: .1em;
    margin-top: .3em; }
  .designer-header h2, .consultant-header h2 {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0; }
  @media (min-width: 465px) {
    .designer-header h1, .consultant-header h1 {
      font-size: 30px; }
    .designer-header h2, .consultant-header h2 {
      font-size: 19px; } }
  @media (min-width: 660px) {
    .designer-header h1, .consultant-header h1 {
      font-size: 37px; }
    .designer-header h2, .consultant-header h2 {
      font-size: 22px; } }
  @media (min-width: 860px) {
    .designer-header h1, .consultant-header h1 {
      font-size: 50px; }
    .designer-header h2, .consultant-header h2 {
      font-size: 30px; } }

.single-designer .type-designer, .single-designer .type-consultant, .single-consultant .type-designer, .single-consultant .type-consultant {
  max-width: 400px;
  margin: 0 auto; }
  .single-designer .type-designer:after, .single-designer .type-consultant:after, .single-consultant .type-designer:after, .single-consultant .type-consultant:after {
    content: '';
    display: table;
    width: 100%;
    height: 0.1px;
    clear: both; }
  .single-designer .type-designer .bio-image, .single-designer .type-consultant .bio-image, .single-consultant .type-designer .bio-image, .single-consultant .type-consultant .bio-image {
    box-sizing: border-box; }
    .single-designer .type-designer .bio-image img, .single-designer .type-consultant .bio-image img, .single-consultant .type-designer .bio-image img, .single-consultant .type-consultant .bio-image img {
      width: 100%;
      height: auto;
      display: block; }
  .single-designer .type-designer .info .favorite-item, .single-designer .type-consultant .info .favorite-item, .single-consultant .type-designer .info .favorite-item, .single-consultant .type-consultant .info .favorite-item {
    margin-bottom: 10px; }
  .single-designer .type-designer .info .price-range, .single-designer .type-consultant .info .price-range, .single-consultant .type-designer .info .price-range, .single-consultant .type-consultant .info .price-range {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 24px; }
    .single-designer .type-designer .info .price-range strong, .single-designer .type-consultant .info .price-range strong, .single-consultant .type-designer .info .price-range strong, .single-consultant .type-consultant .info .price-range strong {
      text-transform: uppercase; }
  .single-designer .type-designer .info .country, .single-designer .type-consultant .info .country, .single-consultant .type-designer .info .country, .single-consultant .type-consultant .info .country {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 24px;
    display: inline-block; }
    .single-designer .type-designer .info .country i, .single-designer .type-consultant .info .country i, .single-consultant .type-designer .info .country i, .single-consultant .type-consultant .info .country i {
      font-size: 20px;
      color: #aec8e3;
      margin-right: 3px; }
  .single-designer .type-designer .info p, .single-designer .type-consultant .info p, .single-consultant .type-designer .info p, .single-consultant .type-consultant .info p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 1em;
    line-height: 1.4em; }
  .single-designer .type-designer .info .exclusive, .single-designer .type-consultant .info .exclusive, .single-consultant .type-designer .info .exclusive, .single-consultant .type-consultant .info .exclusive {
    font-size: 15px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 1em;
    margin-right: 1em; }
    .single-designer .type-designer .info .exclusive img, .single-designer .type-consultant .info .exclusive img, .single-consultant .type-designer .info .exclusive img, .single-consultant .type-consultant .info .exclusive img {
      width: 36px;
      vertical-align: middle;
      height: auto;
      margin-right: 10px;
      display: inline-block; }
  .single-designer .type-designer .info .social, .single-designer .type-consultant .info .social, .single-consultant .type-designer .info .social, .single-consultant .type-consultant .info .social {
    padding: 6px 0; }
    .single-designer .type-designer .info .social a, .single-designer .type-consultant .info .social a, .single-consultant .type-designer .info .social a, .single-consultant .type-consultant .info .social a {
      color: #000;
      font-size: 20px;
      padding: 5px; }
  @media (min-width: 640px) {
    .single-designer .type-designer, .single-designer .type-consultant, .single-consultant .type-designer, .single-consultant .type-consultant {
      max-width: 100%; }
      .single-designer .type-designer .bio-image, .single-designer .type-consultant .bio-image, .single-consultant .type-designer .bio-image, .single-consultant .type-consultant .bio-image {
        width: 50%;
        padding-right: 3.9%;
        float: left; }
      .single-designer .type-designer .info, .single-designer .type-consultant .info, .single-consultant .type-designer .info, .single-consultant .type-consultant .info {
        width: 50%;
        float: left; } }
  @media (min-width: 850px) {
    .single-designer .type-designer .bio-image, .single-designer .type-consultant .bio-image, .single-consultant .type-designer .bio-image, .single-consultant .type-consultant .bio-image {
      width: 40%; }
    .single-designer .type-designer .info, .single-designer .type-consultant .info, .single-consultant .type-designer .info, .single-consultant .type-consultant .info {
      width: 60%; }
      .single-designer .type-designer .info .social, .single-designer .type-consultant .info .social, .single-consultant .type-designer .info .social, .single-consultant .type-consultant .info .social {
        float: right; }
      .single-designer .type-designer .info .exclusive, .single-designer .type-consultant .info .exclusive, .single-consultant .type-designer .info .exclusive, .single-consultant .type-consultant .info .exclusive {
        float: left; } }

.designer-search {
  padding: 12px;
  padding-bottom: 0;
  background: #ecf2fa;
  margin-bottom: 20px; }
  .designer-search .row {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 12px; }
  .designer-search input[type="search"] {
    box-sizing: border-box;
    padding: 5px 6px;
    font-size: 15px;
    font-weight: 300;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #a6a8ab;
    max-width: 100%; }
  .designer-search select {
    box-sizing: border-box;
    padding: 5px 6px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #a6a8ab;
    max-width: 100%; }
  .designer-search input[type="checkbox"] {
    display: none; }
  .designer-search input[type="checkbox"] + label {
    padding-left: 22px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    line-height: normal;
    margin-right: 12px; }
    .designer-search input[type="checkbox"] + label:before {
      font-family: FontAwesome;
      font-size: 15px;
      position: absolute;
      top: 1px;
      left: 3px;
      content: "\f096";
      display: block;
      color: inherit; }
  .designer-search input[type="checkbox"]:checked + label:before {
    content: "\f0c8"; }

.story-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 32px; }
  .story-header h1 {
    font-size: 28px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    margin-bottom: .1em;
    margin-top: .3em; }
  .story-header h2 {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0; }
  @media (min-width: 465px) {
    .story-header h1 {
      font-size: 30px; }
    .story-header h2 {
      font-size: 19px; } }
  @media (min-width: 660px) {
    .story-header h1 {
      font-size: 37px; }
    .story-header h2 {
      font-size: 22px; } }
  @media (min-width: 860px) {
    .story-header h1 {
      font-size: 50px; }
    .story-header h2 {
      font-size: 30px; } }

.type-story {
  position: relative; }
  .type-story img {
    width: 100%;
    height: auto;
    display: block; }
  .type-story h2, .type-story h3 {
    margin: 0;
    color: #000;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    box-sizing: border-box; }
  .type-story h2 {
    font-size: 21px;
    padding: 12px 20px;
    background: #ecf2fa; }
    @media (min-width: 465px) {
      .type-story h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.77); } }
    @media (min-width: 700px) {
      .type-story h2 {
        font-size: 31px;
        padding: 19px 35px; } }
  .type-story h3 {
    padding: 10px 16px;
    font-size: 13px;
    background: #ecf2fa;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.story-page > .type-story {
  width: 97%;
  margin: 6px auto; }

.info-row {
  font-size: 16px;
  font-weight: 300; }
  .info-row h3.boxed {
    font-size: 16px;
    padding: 7px 10px;
    box-sizing: border-box;
    background: #ecf2fa;
    margin-bottom: 10px; }
  .info-row .info {
    padding: 0 10px; }
  .info-row h4 {
    display: inline-block;
    margin: 4px 0;
    margin-right: 6px; }
  .info-row p {
    margin-top: 10px; }

.story-row:after {
  content: '';
  display: table;
  width: 100%;
  height: 0.1px;
  clear: both; }

@media (min-width: 700px) {
  .story-row {
    margin-left: -1.23239%;
    margin-right: -1.23239%;
    padding: 0; } }

.story-row .story {
  position: relative;
  height: 240px;
  display: block;
  background-position: center top;
  background-size: cover;
  max-width: 460px;
  margin: 20px auto; }
  @media (min-width: 700px) {
    .story-row .story {
      max-width: 100%;
      height: 300px; } }
  @media (min-width: 1000px) {
    .story-row .story {
      height: 330px; } }
  .story-row .story h3 {
    margin: 0;
    color: #000;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    box-sizing: border-box;
    font-size: 19px;
    padding: 12px 20px;
    background: #ecf2fa;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media (min-width: 465px) {
      .story-row .story h3 {
        background: rgba(255, 255, 255, 0.77); } }
    @media (min-width: 700px) {
      .story-row .story h3 {
        font-size: 24px; } }

@media (min-width: 700px) {
  .story-row .story {
    width: 97.53521%;
    float: left;
    margin-left: 1.23239%;
    margin-right: 1.23239%; }
  .story-row .col-6 {
    width: 47.53521%;
    float: left;
    margin-left: 1.23239%;
    margin-right: 1.23239%; }
  .story-row .col-4 {
    width: 47.53521%;
    float: left;
    margin-left: 1.23239%;
    margin-right: 1.23239%; }
  .story-row .col-8 {
    width: 47.53521%;
    float: left;
    margin-left: 1.23239%;
    margin-right: 1.23239%; } }

@media (min-width: 1000px) {
  .story-row .col-6 {
    width: 47.53521%;
    float: left;
    margin-left: 1.23239%;
    margin-right: 1.23239%; }
  .story-row .col-4 {
    width: 30.86854%;
    float: left;
    margin-left: 1.23239%;
    margin-right: 1.23239%; }
  .story-row .col-8 {
    width: 64.20188%;
    float: left;
    margin-left: 1.23239%;
    margin-right: 1.23239%; } }

.story-search {
  text-align: center; }
  .story-search label {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px; }
  .story-search input {
    appearance: none;
    border: 1px solid #000;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 15px;
    width: 210px;
    margin-right: 10px;
    margin-bottom: 20px; }
  .story-search input[type="submit"] {
    background: #000;
    padding: 7px 30px;
    color: #fff;
    font-size: 13px;
    width: auto; }

.featured-love-story {
  background-color: #ecf2fa;
  background-image: url("../../front/images/love-stories-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  max-width: 420px;
  margin: 0 auto;
  margin-top: 32px; }
  @media (min-width: 600px) {
    .featured-love-story {
      max-width: 100%;
      display: table;
      width: 100%; } }
  .featured-love-story .img-holder {
    box-sizing: border-box; }
    @media (min-width: 600px) {
      .featured-love-story .img-holder {
        padding-right: 24px;
        display: table-cell;
        vertical-align: middle;
        width: 40%; } }
    @media (min-width: 700px) {
      .featured-love-story .img-holder {
        padding-right: 38px;
        width: 36%; } }
    .featured-love-story .img-holder img {
      width: 100%;
      height: auto;
      display: block; }
  .featured-love-story .info {
    padding: 12px; }
    @media (min-width: 600px) {
      .featured-love-story .info {
        padding: 10px 0;
        display: table-cell;
        vertical-align: middle;
        width: 60%; } }
    @media (min-width: 700px) {
      .featured-love-story .info {
        width: 64%; } }
    .featured-love-story .info h3 {
      font-size: 31px;
      font-family: "Playfair Display", serif;
      font-weight: normal;
      margin-top: 0;
      margin-bottom: 15px; }
    .featured-love-story .info p {
      font-size: 26px; }
    .featured-love-story .info span {
      font-size: 16px;
      font-weight: 300;
      display: block; }
    .featured-love-story .info .date {
      font-size: 13px; }
    .featured-love-story .info a {
      display: inline-block;
      color: #000;
      font-size: 15px;
      padding: 4px 9px;
      background: #bdb99a;
      text-decoration: none;
      margin-top: 15px; }

.page-template-page-submit-story .login-register .register-form {
  display: none; }

.story-hero {
  position: relative;
  display: block;
  max-width: 460px;
  margin: 10px auto; }
  @media (min-width: 700px) {
    .story-hero {
      max-width: 100%;
      max-height: 700px;
      overflow: hidden; } }
  .story-hero img {
    display: block;
    width: 100%;
    height: auto; }
  .story-hero h2 {
    margin: 0;
    color: #000;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    box-sizing: border-box;
    font-size: 19px;
    padding: 12px 20px;
    background: #ecf2fa;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media (min-width: 465px) {
      .story-hero h2 {
        background: rgba(255, 255, 255, 0.77); } }
    @media (min-width: 700px) {
      .story-hero h2 {
        font-size: 24px; } }

.story-images-no-slider {
  text-align: center; }
  .story-images-no-slider .img-holder {
    display: inline-block; }
    .story-images-no-slider .img-holder img {
      width: auto;
      height: 200px;
      display: block; }
      @media (min-width: 700px) {
        .story-images-no-slider .img-holder img {
          height: 280px; } }
      @media (min-width: 1000px) {
        .story-images-no-slider .img-holder img {
          height: 350px; } }

.woocommerce-account.logged-in .account-top {
  position: relative; }
  .woocommerce-account.logged-in .account-top:after {
    content: '';
    display: table;
    width: 100%;
    height: 0.1px;
    clear: both; }
  @media (min-width: 640px) {
    .woocommerce-account.logged-in .account-top {
      padding-right: 110px; } }
  .woocommerce-account.logged-in .account-top h1 {
    font-size: 23px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    letter-spacing: .5px;
    line-height: 36px;
    padding-bottom: 9px;
    margin: 0; }
    @media (min-width: 640px) {
      .woocommerce-account.logged-in .account-top h1 {
        padding-left: 18px;
        padding-right: 26px;
        font-size: 27px; } }
    @media (min-width: 910px) {
      .woocommerce-account.logged-in .account-top h1 {
        float: left;
        text-align: center; } }
  .woocommerce-account.logged-in .account-top .email-favorites-account, .woocommerce-account.logged-in .account-top .logout {
    display: inline-block; }
    @media (min-width: 640px) {
      .woocommerce-account.logged-in .account-top .email-favorites-account, .woocommerce-account.logged-in .account-top .logout {
        position: absolute;
        right: 0;
        top: 9px; } }

.woocommerce-account.logged-in .email-favorites-account {
  margin-top: 15px; }

@media (min-width: 640px) {
  .woocommerce-account.logged-in .account-top .section {
    text-align: center;
    width: 150px;
    float: left; } }

.woocommerce-account.logged-in .account-top .section .section-title {
  display: block;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  transition: background-color .3s;
  line-height: 45px;
  font-family: "Roboto", sans-serif;
  padding: 0 6px; }
  @media (min-width: 640px) {
    .woocommerce-account.logged-in .account-top .section .section-title {
      padding: 0; } }
  .woocommerce-account.logged-in .account-top .section .section-title i {
    font-size: 16px;
    margin-right: 2px;
    transition: transform .3s; }

.woocommerce-account.logged-in .account-top .section .section-content {
  box-sizing: border-box;
  background: #ecf2fa;
  text-align: left;
  padding: 14px 20px;
  display: none; }
  @media (min-width: 640px) {
    .woocommerce-account.logged-in .account-top .section .section-content {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 7; } }
  .woocommerce-account.logged-in .account-top .section .section-content .inner-holder {
    max-width: 800px;
    margin: 0 auto; }
  .woocommerce-account.logged-in .account-top .section .section-content h4 {
    margin-bottom: 0;
    font-size: 15px; }

.woocommerce-account.logged-in .account-top .section.active .section-title {
  background-color: #ecf2fa; }
  .woocommerce-account.logged-in .account-top .section.active .section-title i {
    transform: scaleY(-1); }

.woocommerce-account.logged-in .account-top .section.active .section-content {
  z-index: 8; }

.woocommerce .login-register, .login-register {
  text-align: center;
  max-width: 760px;
  margin: 0 auto; }
  .woocommerce .login-register form.register, .woocommerce .login-register form.login, .login-register form.register, .login-register form.login {
    border: none;
    text-align: center;
    border-radius: 0; }
  .woocommerce .login-register form.register, .login-register form.register {
    padding-top: 10px; }
  .woocommerce .login-register label, .login-register label {
    text-align: left; }
  .woocommerce .login-register .form-row-options .option, .login-register .form-row-options .option {
    display: inline-block;
    width: 200px;
    margin: 0 7px 14px 7px;
    vertical-align: top; }
    .woocommerce .login-register .form-row-options .option label, .login-register .form-row-options .option label {
      text-align: center; }
    .woocommerce .login-register .form-row-options .option img, .login-register .form-row-options .option img {
      width: 100%;
      height: auto;
      cursor: pointer; }
    .woocommerce .login-register .form-row-options .option .more, .login-register .form-row-options .option .more {
      padding: 5px;
      display: none; }
  @media (min-width: 465px) {
    .woocommerce .login-register .email-row, .woocommerce .login-register .password-row, .login-register .email-row, .login-register .password-row {
      display: inline-block;
      width: 200px;
      margin: 0;
      vertical-align: top; } }
  .woocommerce .login-register .submit-row, .login-register .submit-row {
    display: inline-block;
    width: 160px;
    vertical-align: top;
    margin-top: 28px; }
  .woocommerce .login-register form.login, .login-register form.login {
    background: #c5d8ed; }
    .woocommerce .login-register form.login p, .login-register form.login p {
      margin: 0;
      display: block; }
      @media (min-width: 465px) {
        .woocommerce .login-register form.login p, .login-register form.login p {
          display: inline-block;
          vertical-align: top; } }
    .woocommerce .login-register form.login .info, .login-register form.login .info {
      padding-top: 35px; }
      @media (min-width: 0) and (max-width: 720px) {
        .woocommerce .login-register form.login .info, .login-register form.login .info {
          display: block;
          padding-top: 0;
          padding-bottom: 10px; } }
    .woocommerce .login-register form.login .lost_password, .login-register form.login .lost_password {
      display: block; }
    @media (min-width: 465px) {
      .woocommerce .login-register form.login .email-row, .woocommerce .login-register form.login .password-row, .login-register form.login .email-row, .login-register form.login .password-row {
        width: 170px; } }
    .woocommerce .login-register form.login .login-col, .login-register form.login .login-col {
      margin-top: 28px; }

.woocommerce-account.logged-in .appointments-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 20px 0; }

.woocommerce-account.logged-in .addonselect-list {
  width: 100%;
  margin-top: 5px; }
  .woocommerce-account.logged-in .addonselect-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .woocommerce-account.logged-in .addonselect-list ul li {
      background: #fff;
      font-size: 14px;
      padding: 4px 10px;
      margin-right: 10px;
      margin-bottom: 6px;
      border: 1px solid #000;
      width: auto;
      font-weight: 400;
      display: inline-block; }
      .woocommerce-account.logged-in .addonselect-list ul li button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: 0;
        cursor: pointer;
        background: none;
        padding: 0; }
        .woocommerce-account.logged-in .addonselect-list ul li button:after {
          font-family: FontAwesome;
          font-weight: normal;
          font-size: 15px;
          content: "\f00d";
          display: inline-block;
          margin-left: 8px;
          color: #000; }

/* V2 Jan 2022 start */
.woocommerce-account.logged-in a {
  color: #000; }

.woocommerce-account.logged-in a.button, .woocommerce-account.logged-in a.black-button, .woocommerce-account.logged-in a.primary-button {
  color: #fff; }

.woocommerce-account.logged-in mark {
  background-color: #e0e7ed; }

.woocommerce-account.logged-in .bubble-box {
  margin-top: 30px; }

.woocommerce-account.logged-in .account-top-user {
  background: #e0e7ed;
  border-top: 2px solid #fff;
  padding: 17px 0; }
  .woocommerce-account.logged-in .account-top-user .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .woocommerce-account.logged-in .account-top-user h1 {
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 0; }

.woocommerce-account.logged-in .account-top-nav {
  background: #f3f3f3;
  border-top: 2px solid #fff;
  padding: 12px 0;
  margin-bottom: 24px; }
  .woocommerce-account.logged-in .account-top-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px; }
    .woocommerce-account.logged-in .account-top-nav ul li {
      padding: 0 9px;
      border-right: 1px solid #000;
      margin: 8px 0; }
      .woocommerce-account.logged-in .account-top-nav ul li:last-child {
        border-right: none; }
      .woocommerce-account.logged-in .account-top-nav ul li a {
        font-family: "Alegreya Sans SC", sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
        padding: 3px; }
        .woocommerce-account.logged-in .account-top-nav ul li a:hover {
          text-decoration: underline; }
        .woocommerce-account.logged-in .account-top-nav ul li a.active {
          font-weight: 600; }

.woocommerce-account.logged-in .account-section {
  margin-top: 24px; }
  .woocommerce-account.logged-in .account-section.woocommerce-billing-fields .required {
    display: none; }
  .woocommerce-account.logged-in .account-section h2 {
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    position: relative; }
    .woocommerce-account.logged-in .account-section h2 i {
      position: relative;
      margin-right: 5px;
      font-size: 26px;
      top: -2px;
      color: #0d4671; }
      @media (min-width: 1200px) {
        .woocommerce-account.logged-in .account-section h2 i {
          position: absolute;
          left: -40px;
          top: 50%;
          margin-top: -16px;
          line-height: 1em;
          font-size: 30px; } }
  .woocommerce-account.logged-in .account-section ul.grid, .woocommerce-account.logged-in .account-section div.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px; }
    .woocommerce-account.logged-in .account-section ul.grid li, .woocommerce-account.logged-in .account-section ul.grid > div, .woocommerce-account.logged-in .account-section div.grid li, .woocommerce-account.logged-in .account-section div.grid > div {
      padding: 18px 9px;
      display: block;
      color: #000;
      text-decoration: none;
      box-sizing: border-box;
      width: 100%;
      /*
  &.favorite .heart:hover:after    
  {
    content:"\f08a";
  }
  */ }
      @media (min-width: 400px) {
        .woocommerce-account.logged-in .account-section ul.grid li, .woocommerce-account.logged-in .account-section ul.grid > div, .woocommerce-account.logged-in .account-section div.grid li, .woocommerce-account.logged-in .account-section div.grid > div {
          width: 50%; } }
      @media (min-width: 700px) {
        .woocommerce-account.logged-in .account-section ul.grid li, .woocommerce-account.logged-in .account-section ul.grid > div, .woocommerce-account.logged-in .account-section div.grid li, .woocommerce-account.logged-in .account-section div.grid > div {
          width: 33.33%; } }
      @media (min-width: 1000px) {
        .woocommerce-account.logged-in .account-section ul.grid li, .woocommerce-account.logged-in .account-section ul.grid > div, .woocommerce-account.logged-in .account-section div.grid li, .woocommerce-account.logged-in .account-section div.grid > div {
          width: 25%; } }
      .woocommerce-account.logged-in .account-section ul.grid li .heart, .woocommerce-account.logged-in .account-section ul.grid li .wish, .woocommerce-account.logged-in .account-section ul.grid > div .heart, .woocommerce-account.logged-in .account-section ul.grid > div .wish, .woocommerce-account.logged-in .account-section div.grid li .heart, .woocommerce-account.logged-in .account-section div.grid li .wish, .woocommerce-account.logged-in .account-section div.grid > div .heart, .woocommerce-account.logged-in .account-section div.grid > div .wish {
        height: 0;
        appearance: none;
        border: none;
        background: none;
        cursor: pointer;
        position: relative;
        display: block;
        padding: 0;
        width: 100%;
        /*
    &:hover:after
    {
      content:"\f004";
    }
    */ }
        .woocommerce-account.logged-in .account-section ul.grid li .heart:after, .woocommerce-account.logged-in .account-section ul.grid li .wish:after, .woocommerce-account.logged-in .account-section ul.grid > div .heart:after, .woocommerce-account.logged-in .account-section ul.grid > div .wish:after, .woocommerce-account.logged-in .account-section div.grid li .heart:after, .woocommerce-account.logged-in .account-section div.grid li .wish:after, .woocommerce-account.logged-in .account-section div.grid > div .heart:after, .woocommerce-account.logged-in .account-section div.grid > div .wish:after {
          position: absolute;
          bottom: 8px;
          right: 8px;
          color: #fff;
          font-family: FontAwesome;
          font-weight: normal;
          font-size: 24px;
          content: "\f08a";
          z-index: 5;
          text-shadow: 0 0 2px #444; }
      .woocommerce-account.logged-in .account-section ul.grid li .wish:after, .woocommerce-account.logged-in .account-section ul.grid > div .wish:after, .woocommerce-account.logged-in .account-section div.grid li .wish:after, .woocommerce-account.logged-in .account-section div.grid > div .wish:after {
        content: "\f006"; }
      .woocommerce-account.logged-in .account-section ul.grid li.favorite .heart:after, .woocommerce-account.logged-in .account-section ul.grid li .product.favorite .heart:after, .woocommerce-account.logged-in .account-section ul.grid > div.favorite .heart:after, .woocommerce-account.logged-in .account-section ul.grid > div .product.favorite .heart:after, .woocommerce-account.logged-in .account-section div.grid li.favorite .heart:after, .woocommerce-account.logged-in .account-section div.grid li .product.favorite .heart:after, .woocommerce-account.logged-in .account-section div.grid > div.favorite .heart:after, .woocommerce-account.logged-in .account-section div.grid > div .product.favorite .heart:after {
        content: "\f004"; }
      .woocommerce-account.logged-in .account-section ul.grid li.favorite .wish:after, .woocommerce-account.logged-in .account-section ul.grid li .product.favorite .wish:after, .woocommerce-account.logged-in .account-section ul.grid > div.favorite .wish:after, .woocommerce-account.logged-in .account-section ul.grid > div .product.favorite .wish:after, .woocommerce-account.logged-in .account-section div.grid li.favorite .wish:after, .woocommerce-account.logged-in .account-section div.grid li .product.favorite .wish:after, .woocommerce-account.logged-in .account-section div.grid > div.favorite .wish:after, .woocommerce-account.logged-in .account-section div.grid > div .product.favorite .wish:after {
        content: "\f005"; }
      .woocommerce-account.logged-in .account-section ul.grid li .heart.loading::after, .woocommerce-account.logged-in .account-section ul.grid > div .heart.loading::after, .woocommerce-account.logged-in .account-section div.grid li .heart.loading::after, .woocommerce-account.logged-in .account-section div.grid > div .heart.loading::after {
        animation: fav-bounce .8s infinite ease-in-out;
        content: "\f004"; }
      .woocommerce-account.logged-in .account-section ul.grid li .favorite .heart.loading::after, .woocommerce-account.logged-in .account-section ul.grid > div .favorite .heart.loading::after, .woocommerce-account.logged-in .account-section div.grid li .favorite .heart.loading::after, .woocommerce-account.logged-in .account-section div.grid > div .favorite .heart.loading::after {
        content: "\f08a"; }
      .woocommerce-account.logged-in .account-section ul.grid li .wish.loading::after, .woocommerce-account.logged-in .account-section ul.grid > div .wish.loading::after, .woocommerce-account.logged-in .account-section div.grid li .wish.loading::after, .woocommerce-account.logged-in .account-section div.grid > div .wish.loading::after {
        animation: fav-bounce .8s infinite ease-in-out;
        content: "\f005"; }
      .woocommerce-account.logged-in .account-section ul.grid li .favorite .wish.loading::after, .woocommerce-account.logged-in .account-section ul.grid > div .favorite .wish.loading::after, .woocommerce-account.logged-in .account-section div.grid li .favorite .wish.loading::after, .woocommerce-account.logged-in .account-section div.grid > div .favorite .wish.loading::after {
        content: "\f006"; }
      .woocommerce-account.logged-in .account-section ul.grid li a, .woocommerce-account.logged-in .account-section ul.grid > div a, .woocommerce-account.logged-in .account-section div.grid li a, .woocommerce-account.logged-in .account-section div.grid > div a {
        color: #000;
        text-decoration: none; }
      .woocommerce-account.logged-in .account-section ul.grid li a.waitlist-remove, .woocommerce-account.logged-in .account-section ul.grid > div a.waitlist-remove, .woocommerce-account.logged-in .account-section div.grid li a.waitlist-remove, .woocommerce-account.logged-in .account-section div.grid > div a.waitlist-remove {
        font-family: "Alegreya Sans SC", sans-serif;
        text-transform: uppercase;
        text-align: center;
        display: block;
        padding-top: 6px;
        clear: both;
        font-size: 15px;
        text-decoration: underline; }
      .woocommerce-account.logged-in .account-section ul.grid li img, .woocommerce-account.logged-in .account-section ul.grid > div img, .woocommerce-account.logged-in .account-section div.grid li img, .woocommerce-account.logged-in .account-section div.grid > div img {
        display: block;
        width: 100%;
        height: auto; }
      .woocommerce-account.logged-in .account-section ul.grid li h3, .woocommerce-account.logged-in .account-section ul.grid li span, .woocommerce-account.logged-in .account-section ul.grid li h2, .woocommerce-account.logged-in .account-section ul.grid > div h3, .woocommerce-account.logged-in .account-section ul.grid > div span, .woocommerce-account.logged-in .account-section ul.grid > div h2, .woocommerce-account.logged-in .account-section div.grid li h3, .woocommerce-account.logged-in .account-section div.grid li span, .woocommerce-account.logged-in .account-section div.grid li h2, .woocommerce-account.logged-in .account-section div.grid > div h3, .woocommerce-account.logged-in .account-section div.grid > div span, .woocommerce-account.logged-in .account-section div.grid > div h2 {
        font-size: 13px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        margin: 0;
        margin-top: 9px;
        margin-bottom: 0;
        text-transform: uppercase;
        float: left;
        width: 51%;
        word-break: break-word; }
      .woocommerce-account.logged-in .account-section ul.grid li .type-designer h3, .woocommerce-account.logged-in .account-section ul.grid li .type-story h3, .woocommerce-account.logged-in .account-section ul.grid li .type-consultant h3, .woocommerce-account.logged-in .account-section ul.grid > div .type-designer h3, .woocommerce-account.logged-in .account-section ul.grid > div .type-story h3, .woocommerce-account.logged-in .account-section ul.grid > div .type-consultant h3, .woocommerce-account.logged-in .account-section div.grid li .type-designer h3, .woocommerce-account.logged-in .account-section div.grid li .type-story h3, .woocommerce-account.logged-in .account-section div.grid li .type-consultant h3, .woocommerce-account.logged-in .account-section div.grid > div .type-designer h3, .woocommerce-account.logged-in .account-section div.grid > div .type-story h3, .woocommerce-account.logged-in .account-section div.grid > div .type-consultant h3 {
        width: 100%;
        float: none; }
      .woocommerce-account.logged-in .account-section ul.grid li .type-story h3, .woocommerce-account.logged-in .account-section ul.grid > div .type-story h3, .woocommerce-account.logged-in .account-section div.grid li .type-story h3, .woocommerce-account.logged-in .account-section div.grid > div .type-story h3 {
        position: relative;
        margin-top: 0; }
      .woocommerce-account.logged-in .account-section ul.grid li .sku, .woocommerce-account.logged-in .account-section ul.grid > div .sku, .woocommerce-account.logged-in .account-section div.grid li .sku, .woocommerce-account.logged-in .account-section div.grid > div .sku {
        float: right;
        width: 46%;
        text-align: right;
        word-break: break-word; }

.woocommerce-account.logged-in form .form-row input[type="radio"], .woocommerce-account.logged-in form .form-row input[type="checkbox"] {
  display: none; }

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 500; }

.woocommerce table.shop_table th {
  font-weight: 500; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 500; }

.woocommerce-checkout .content h2, .woocommerce-checkout .content h3, .woocommerce-cart .content h2, .woocommerce-cart .content h3 {
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 6px; }

.woocommerce ul.order_details li strong {
  font-weight: 500; }

.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

.wpb_content_element, .vc_single_image-wrapper {
  margin-bottom: 25px; }

.vc_row-o-equal-height .wpb_content_element, .vc_row-o-equal-height .vc_single_image-wrapper {
  margin-bottom: 0; }

.vc_row .wrapper {
  padding: 0; }

.vc_row.vc_row-flex > .wrapper {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.vc_row.vc_row-flex > .wrapper > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vc_row.vc_row-flex > .wrapper > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vc_row.vc_row-flex > .wrapper > .vc_column_container > .vc_column-inner {
    /* IE10+ specific styles */ }
  .vc_row.vc_row-flex > .wrapper > .vc_column_container > .vc_column-inner > * {
    min-height: 1em; } }

.vc_row.vc_row-flex::before,
.vc_row.vc_row-flex::after {
  display: none; }

.vc_row.vc_row-o-equal-height > .wrapper > .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.vc_row.vc_row-o-content-top > .wrapper > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .wrapper > .vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.vc_row.vc_row-o-content-bottom > .wrapper > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .wrapper > .vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.vc_row.vc_row-o-content-middle > .wrapper > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .wrapper > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.vc_row-o-equal-height > .wrapper > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  height: 100%; }

.wpb_video_widget {
  margin-bottom: 0; }
  .wpb_video_widget .wpb_video_wrapper {
    max-width: 1400px;
    margin: 0 auto; }

.vc_single_image-wrapper, .wpb_single_image .vc_single_image-wrapper, .single-image-w-caption {
  position: relative;
  display: block; }
  .vc_single_image-wrapper h3, .wpb_single_image .vc_single_image-wrapper h3, .single-image-w-caption h3 {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.55);
    font-size: 23px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    padding: 8px 29px;
    color: #000;
    text-decoration: none;
    box-sizing: border-box; }
    @media (min-width: 700px) {
      .vc_single_image-wrapper h3, .wpb_single_image .vc_single_image-wrapper h3, .single-image-w-caption h3 {
        font-size: 31px; } }
  .vc_single_image-wrapper.font-medium h3, .wpb_single_image .vc_single_image-wrapper.font-medium h3, .single-image-w-caption.font-medium h3 {
    font-size: 20px; }
    @media (min-width: 700px) {
      .vc_single_image-wrapper.font-medium h3, .wpb_single_image .vc_single_image-wrapper.font-medium h3, .single-image-w-caption.font-medium h3 {
        font-size: 26px; } }
  .vc_single_image-wrapper.font-small h3, .wpb_single_image .vc_single_image-wrapper.font-small h3, .single-image-w-caption.font-small h3 {
    font-size: 16px; }
    @media (min-width: 700px) {
      .vc_single_image-wrapper.font-small h3, .wpb_single_image .vc_single_image-wrapper.font-small h3, .single-image-w-caption.font-small h3 {
        font-size: 21px; } }
  .vc_single_image-wrapper .vc_figure, .wpb_single_image .vc_single_image-wrapper .vc_figure, .single-image-w-caption .vc_figure {
    display: block;
    margin: 0; }

.wpb_text_column {
  word-break: break-word; }
  .wpb_text_column .mc4wp-form {
    max-width: 450px;
    display: inline-block; }

.wpb_text_column, .full-size-hero .text-box, .vc_cta3-content {
  /* Text meant only for screen readers. */ }
  .wpb_text_column p:last-child, .full-size-hero .text-box p:last-child, .vc_cta3-content p:last-child {
    margin: 1em 0; }
  .wpb_text_column .alignnone, .full-size-hero .text-box .alignnone, .vc_cta3-content .alignnone {
    margin: 5px 20px 20px 0; }
  .wpb_text_column .aligncenter,
  .wpb_text_column div.aligncenter, .full-size-hero .text-box .aligncenter,
  .full-size-hero .text-box div.aligncenter, .vc_cta3-content .aligncenter,
  .vc_cta3-content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .wpb_text_column .alignright, .full-size-hero .text-box .alignright, .vc_cta3-content .alignright {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 10px auto; }
    @media (min-width: 465px) {
      .wpb_text_column .alignright, .full-size-hero .text-box .alignright, .vc_cta3-content .alignright {
        float: right;
        margin: 5px 0 20px 20px;
        display: inline-block; } }
  .wpb_text_column .alignleft, .full-size-hero .text-box .alignleft, .vc_cta3-content .alignleft {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 10px auto; }
    @media (min-width: 465px) {
      .wpb_text_column .alignleft, .full-size-hero .text-box .alignleft, .vc_cta3-content .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
        display: inline-block; } }
  .wpb_text_column img, .full-size-hero .text-box img, .vc_cta3-content img {
    max-width: 100%;
    height: auto; }
  .wpb_text_column a img.alignright, .full-size-hero .text-box a img.alignright, .vc_cta3-content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .wpb_text_column a img.alignnone, .full-size-hero .text-box a img.alignnone, .vc_cta3-content a img.alignnone {
    margin: 5px 20px 20px 0; }
  .wpb_text_column a img.alignleft, .full-size-hero .text-box a img.alignleft, .vc_cta3-content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .wpb_text_column a img.aligncenter, .full-size-hero .text-box a img.aligncenter, .vc_cta3-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wpb_text_column .wp-caption, .full-size-hero .text-box .wp-caption, .vc_cta3-content .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  .wpb_text_column .wp-caption.alignnone, .full-size-hero .text-box .wp-caption.alignnone, .vc_cta3-content .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wpb_text_column .wp-caption.alignleft, .full-size-hero .text-box .wp-caption.alignleft, .vc_cta3-content .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wpb_text_column .wp-caption.alignright, .full-size-hero .text-box .wp-caption.alignright, .vc_cta3-content .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wpb_text_column .wp-caption img, .full-size-hero .text-box .wp-caption img, .vc_cta3-content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wpb_text_column .wp-caption p.wp-caption-text, .full-size-hero .text-box .wp-caption p.wp-caption-text, .vc_cta3-content .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .wpb_text_column .screen-reader-text, .full-size-hero .text-box .screen-reader-text, .vc_cta3-content .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .wpb_text_column .screen-reader-text:focus, .full-size-hero .text-box .screen-reader-text:focus, .vc_cta3-content .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }
  .wpb_text_column h1 a, .wpb_text_column h2 a, .wpb_text_column h3 a, .wpb_text_column h4 a, .wpb_text_column h5 a, .wpb_text_column h6 a, .wpb_text_column .h1 a, .wpb_text_column .h2 a, .wpb_text_column .h3 a, .wpb_text_column .h4 a, .wpb_text_column .h5 a, .wpb_text_column .h6 a, .full-size-hero .text-box h1 a, .full-size-hero .text-box h2 a, .full-size-hero .text-box h3 a, .full-size-hero .text-box h4 a, .full-size-hero .text-box h5 a, .full-size-hero .text-box h6 a, .full-size-hero .text-box .h1 a, .full-size-hero .text-box .h2 a, .full-size-hero .text-box .h3 a, .full-size-hero .text-box .h4 a, .full-size-hero .text-box .h5 a, .full-size-hero .text-box .h6 a, .vc_cta3-content h1 a, .vc_cta3-content h2 a, .vc_cta3-content h3 a, .vc_cta3-content h4 a, .vc_cta3-content h5 a, .vc_cta3-content h6 a, .vc_cta3-content .h1 a, .vc_cta3-content .h2 a, .vc_cta3-content .h3 a, .vc_cta3-content .h4 a, .vc_cta3-content .h5 a, .vc_cta3-content .h6 a {
    color: inherit;
    text-decoration: none; }
  .wpb_text_column h1, .wpb_text_column .h1, .full-size-hero .text-box h1, .full-size-hero .text-box .h1, .vc_cta3-content h1, .vc_cta3-content .h1 {
    font-size: 40px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    margin: .5em 0; }
    @media (min-width: 1000px) {
      .wpb_text_column h1, .wpb_text_column .h1, .full-size-hero .text-box h1, .full-size-hero .text-box .h1, .vc_cta3-content h1, .vc_cta3-content .h1 {
        font-size: 50px; } }
  .wpb_text_column h2, .wpb_text_column .h2, .full-size-hero .text-box h2, .full-size-hero .text-box .h2, .vc_cta3-content h2, .vc_cta3-content .h2 {
    font-size: 31px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    margin: .5em 0; }
    @media (min-width: 1000px) {
      .wpb_text_column h2, .wpb_text_column .h2, .full-size-hero .text-box h2, .full-size-hero .text-box .h2, .vc_cta3-content h2, .vc_cta3-content .h2 {
        font-size: 37px; } }
  .wpb_text_column h3, .wpb_text_column .h3, .full-size-hero .text-box h3, .full-size-hero .text-box .h3, .vc_cta3-content h3, .vc_cta3-content .h3 {
    font-size: 26px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    margin: .5em 0; }
    @media (min-width: 1000px) {
      .wpb_text_column h3, .wpb_text_column .h3, .full-size-hero .text-box h3, .full-size-hero .text-box .h3, .vc_cta3-content h3, .vc_cta3-content .h3 {
        font-size: 31px; } }
  .wpb_text_column h4, .wpb_text_column .h4, .full-size-hero .text-box h4, .full-size-hero .text-box .h4, .vc_cta3-content h4, .vc_cta3-content .h4 {
    text-transform: uppercase; }
  .wpb_text_column h5, .wpb_text_column .h5, .full-size-hero .text-box h5, .full-size-hero .text-box .h5, .vc_cta3-content h5, .vc_cta3-content .h5 {
    font-size: 22px; }
  .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6, .wpb_text_column .h4, .wpb_text_column .h5, .wpb_text_column .h6, .full-size-hero .text-box h4, .full-size-hero .text-box h5, .full-size-hero .text-box h6, .full-size-hero .text-box .h4, .full-size-hero .text-box .h5, .full-size-hero .text-box .h6, .vc_cta3-content h4, .vc_cta3-content h5, .vc_cta3-content h6, .vc_cta3-content .h4, .vc_cta3-content .h5, .vc_cta3-content .h6 {
    font-weight: 300; }
  .wpb_text_column p, .full-size-hero .text-box p, .vc_cta3-content p {
    font-weight: 300;
    line-height: 1.4em; }
  .wpb_text_column a, .full-size-hero .text-box a, .vc_cta3-content a {
    color: #000; }
  .wpb_text_column hr, .full-size-hero .text-box hr, .vc_cta3-content hr {
    max-width: 336px; }
  .wpb_text_column input[type="text"], .wpb_text_column input[type="email"], .wpb_text_column input[type="tel"], .wpb_text_column input[type="password"], .wpb_text_column input[type="date"], .full-size-hero .text-box input[type="text"], .full-size-hero .text-box input[type="email"], .full-size-hero .text-box input[type="tel"], .full-size-hero .text-box input[type="password"], .full-size-hero .text-box input[type="date"], .vc_cta3-content input[type="text"], .vc_cta3-content input[type="email"], .vc_cta3-content input[type="tel"], .vc_cta3-content input[type="password"], .vc_cta3-content input[type="date"] {
    box-sizing: border-box;
    padding: 5px 6px;
    font-size: 15px;
    font-weight: 300;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #a6a8ab;
    max-width: 100%; }
  .wpb_text_column input[type="date"], .full-size-hero .text-box input[type="date"], .vc_cta3-content input[type="date"] {
    height: 29px; }
  .wpb_text_column select, .full-size-hero .text-box select, .vc_cta3-content select {
    box-sizing: border-box;
    padding: 5px 6px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #a6a8ab;
    max-width: 100%; }
  .wpb_text_column input[type="submit"], .full-size-hero .text-box input[type="submit"], .vc_cta3-content input[type="submit"] {
    color: #fff;
    background: #000;
    border-radius: 0;
    font-weight: 300;
    padding: 6px 20px;
    font-size: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    text-decoration: none;
    border-radius: 0; }
    .wpb_text_column input[type="submit"]:hover, .full-size-hero .text-box input[type="submit"]:hover, .vc_cta3-content input[type="submit"]:hover {
      background: #333;
      color: #fff; }
    .wpb_text_column input[type="submit"].disabled, .full-size-hero .text-box input[type="submit"].disabled, .vc_cta3-content input[type="submit"].disabled {
      color: #fff !important;
      padding: 6px 20px !important; }
  .wpb_text_column input[type="radio"], .wpb_text_column input[type="checkbox"], .wpb_text_column .woocommerce input[type="radio"], .wpb_text_column .woocommerce input[type="checkbox"], .full-size-hero .text-box input[type="radio"], .full-size-hero .text-box input[type="checkbox"], .full-size-hero .text-box .woocommerce input[type="radio"], .full-size-hero .text-box .woocommerce input[type="checkbox"], .vc_cta3-content input[type="radio"], .vc_cta3-content input[type="checkbox"], .vc_cta3-content .woocommerce input[type="radio"], .vc_cta3-content .woocommerce input[type="checkbox"] {
    display: none; }
  .wpb_text_column input[type="radio"] + label, .wpb_text_column input[type="checkbox"] + label, .wpb_text_column input[type="checkbox"] + span.wpcf7-list-item-label, .full-size-hero .text-box input[type="radio"] + label, .full-size-hero .text-box input[type="checkbox"] + label, .full-size-hero .text-box input[type="checkbox"] + span.wpcf7-list-item-label, .vc_cta3-content input[type="radio"] + label, .vc_cta3-content input[type="checkbox"] + label, .vc_cta3-content input[type="checkbox"] + span.wpcf7-list-item-label {
    padding-left: 22px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    line-height: normal;
    margin-right: 12px; }
    .wpb_text_column input[type="radio"] + label:before, .wpb_text_column input[type="checkbox"] + label:before, .wpb_text_column input[type="checkbox"] + span.wpcf7-list-item-label:before, .full-size-hero .text-box input[type="radio"] + label:before, .full-size-hero .text-box input[type="checkbox"] + label:before, .full-size-hero .text-box input[type="checkbox"] + span.wpcf7-list-item-label:before, .vc_cta3-content input[type="radio"] + label:before, .vc_cta3-content input[type="checkbox"] + label:before, .vc_cta3-content input[type="checkbox"] + span.wpcf7-list-item-label:before {
      font-family: FontAwesome;
      font-size: 15px;
      position: absolute;
      top: 1px;
      left: 3px;
      content: "\f096";
      display: block;
      color: inherit; }
  .wpb_text_column h3 label.checkbox input[type=checkbox], .full-size-hero .text-box h3 label.checkbox input[type=checkbox], .vc_cta3-content h3 label.checkbox input[type=checkbox] {
    display: inline-block; }
  .wpb_text_column h3 label.checkbox span, .full-size-hero .text-box h3 label.checkbox span, .vc_cta3-content h3 label.checkbox span {
    vertical-align: middle; }
  .wpb_text_column input[type="checkbox"] + span.wpcf7-list-item-label:before, .full-size-hero .text-box input[type="checkbox"] + span.wpcf7-list-item-label:before, .vc_cta3-content input[type="checkbox"] + span.wpcf7-list-item-label:before {
    top: 2px; }
  .wpb_text_column input[type="radio"]:checked + label:before, .wpb_text_column input[type="checkbox"]:checked + label:before, .wpb_text_column input[type="checkbox"]:checked + span.wpcf7-list-item-label:before, .full-size-hero .text-box input[type="radio"]:checked + label:before, .full-size-hero .text-box input[type="checkbox"]:checked + label:before, .full-size-hero .text-box input[type="checkbox"]:checked + span.wpcf7-list-item-label:before, .vc_cta3-content input[type="radio"]:checked + label:before, .vc_cta3-content input[type="checkbox"]:checked + label:before, .vc_cta3-content input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
    content: "\f0c8"; }
  .wpb_text_column input[type="radio"].normal, .wpb_text_column input[type="checkbox"].normal, .full-size-hero .text-box input[type="radio"].normal, .full-size-hero .text-box input[type="checkbox"].normal, .vc_cta3-content input[type="radio"].normal, .vc_cta3-content input[type="checkbox"].normal {
    display: inline-block; }
  .wpb_text_column input[type="radio"].normal + label:before, .wpb_text_column input[type="checkbox"].normal + label:before, .full-size-hero .text-box input[type="radio"].normal + label:before, .full-size-hero .text-box input[type="checkbox"].normal + label:before, .vc_cta3-content input[type="radio"].normal + label:before, .vc_cta3-content input[type="checkbox"].normal + label:before {
    display: none; }

.full-size-hero {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  outline: 0;
  border: none;
  text-decoration: none;
  min-height: 390px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 870px) {
    .full-size-hero {
      background: none !important; } }
  .full-size-hero img {
    display: none;
    margin: 0 auto;
    width: 100%;
    height: auto; }
    @media (min-width: 870px) {
      .full-size-hero img {
        display: block; } }
  .full-size-hero .holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .full-size-hero .wrapper {
    position: relative;
    height: 100%;
    padding: 0; }
  .full-size-hero .text-box {
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 7px 8px;
    bottom: 5%;
    width: 88%;
    margin: 0 6%;
    position: absolute;
    box-sizing: border-box; }
    .full-size-hero .text-box.font_white {
      color: #fff; }
      .full-size-hero .text-box.font_white hr {
        background-image: url("../../front/images/HR-white.png"); }
    @media (min-width: 870px) {
      .full-size-hero .text-box {
        margin: 0;
        padding: 10px 12px;
        bottom: auto;
        top: 10%;
        left: 15px;
        max-width: 33%;
        background-color: rgba(0, 0, 0, 0.7); }
        .full-size-hero .text-box.top_right {
          left: auto;
          right: 15px; }
        .full-size-hero .text-box.bottom_left {
          bottom: 4%;
          top: auto; }
        .full-size-hero .text-box.bottom_right {
          bottom: 4%;
          top: auto;
          left: auto;
          right: 15px; } }
    @media (min-width: 700px) {
      .full-size-hero .text-box {
        padding: 15px 20px;
        /*
			&.bottom_left, &.bottom_right
			{
				bottom:15%;
				top:auto;
			}
			*/ } }
    @media (min-width: 1000px) {
      .full-size-hero .text-box {
        padding: 32px 45px;
        top: 130px; }
        .full-size-hero .text-box.bottom_left, .full-size-hero .text-box.bottom_right {
          bottom: 8%;
          top: auto; } }

.upcoming-events-slider, .events-display-holder {
  text-align: center; }
  .upcoming-events-slider .timeline-slider, .events-display-holder .timeline-slider {
    background-color: #edf3fa;
    display: table;
    width: 100%;
    table-layout: fixed; }
    .upcoming-events-slider .timeline-slider .slick-list, .events-display-holder .timeline-slider .slick-list {
      display: table-cell;
      width: 100%; }
    .upcoming-events-slider .timeline-slider .prev, .upcoming-events-slider .timeline-slider .next, .events-display-holder .timeline-slider .prev, .events-display-holder .timeline-slider .next {
      font-size: 26px;
      display: table-cell;
      text-align: center;
      cursor: pointer;
      vertical-align: middle;
      width: 11%; }
    .upcoming-events-slider .timeline-slider .slick-slide, .events-display-holder .timeline-slider .slick-slide {
      text-align: center;
      cursor: pointer;
      text-transform: uppercase;
      padding: 15px 8px;
      outline: 0;
      font-size: 13px;
      font-weight: 300;
      line-height: 1.5em; }
      .upcoming-events-slider .timeline-slider .slick-slide.active, .events-display-holder .timeline-slider .slick-slide.active {
        background-color: #cecdbc; }
  .upcoming-events-slider .month, .events-display-holder .month {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px; }
    .upcoming-events-slider .month:after, .events-display-holder .month:after {
      content: '';
      display: table;
      width: 100%;
      height: 0.1px;
      clear: both; }
    .upcoming-events-slider .month span, .events-display-holder .month span {
      display: block;
      text-align: center;
      font-size: 20px;
      font-weight: 300;
      padding: 0 10px;
      float: left;
      line-height: 45px; }
      @media (min-width: 700px) {
        .upcoming-events-slider .month span, .events-display-holder .month span {
          font-size: 27px; } }
    .upcoming-events-slider .month .left, .upcoming-events-slider .month .right, .events-display-holder .month .left, .events-display-holder .month .right {
      float: left;
      font-size: 26px;
      cursor: pointer;
      width: 45px;
      line-height: 45px; }
  .upcoming-events-slider .events, .events-display-holder .events {
    margin-bottom: 20px;
    margin-left: -2.77778%;
    margin-right: -2.77778%; }
    .upcoming-events-slider .events .current:after, .events-display-holder .events .current:after {
      content: '';
      display: table;
      width: 100%;
      height: 0.1px;
      clear: both; }
    .upcoming-events-slider .events .current > h3, .events-display-holder .events .current > h3 {
      font-weight: 300;
      font-size: 18px; }
    .upcoming-events-slider .events .event, .events-display-holder .events .event {
      text-align: left;
      font-size: 13px;
      font-weight: 300;
      width: 94.44444%;
      float: left;
      margin-left: 2.77778%;
      margin-right: 2.77778%;
      display: inline-block;
      vertical-align: top;
      float: none;
      max-width: 400px; }
      @media (min-width: 667px) {
        .upcoming-events-slider .events .event, .events-display-holder .events .event {
          width: 44.44444%;
          float: left;
          margin-left: 2.77778%;
          margin-right: 2.77778%;
          display: inline-block;
          float: none; } }
      @media (min-width: 1020px) {
        .upcoming-events-slider .events .event, .events-display-holder .events .event {
          width: 27.77778%;
          float: left;
          margin-left: 2.77778%;
          margin-right: 2.77778%;
          display: inline-block;
          float: none; } }
      .upcoming-events-slider .events .event h3, .events-display-holder .events .event h3 {
        font-size: 25px;
        font-family: "Playfair Display", serif;
        font-weight: normal;
        margin-bottom: 0;
        text-align: center; }
        @media (min-width: 700px) {
          .upcoming-events-slider .events .event h3, .events-display-holder .events .event h3 {
            font-size: 34px; } }
      .upcoming-events-slider .events .event h4, .events-display-holder .events .event h4 {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 300;
        margin-top: 0;
        text-align: center; }
      .upcoming-events-slider .events .event > a, .events-display-holder .events .event > a {
        color: #000;
        text-decoration: none;
        display: inline-block;
        margin-top: 12px; }
      .upcoming-events-slider .events .event > img, .events-display-holder .events .event > img {
        display: block;
        width: 50%;
        float: left;
        padding-right: 10px;
        box-sizing: border-box;
        height: auto; }
      .upcoming-events-slider .events .event .info, .events-display-holder .events .event .info {
        width: 50%;
        float: right; }
        .upcoming-events-slider .events .event .info .line, .events-display-holder .events .event .info .line {
          display: table;
          cell-spacing: 5px;
          table-layout: fixed;
          width: 100%;
          padding: 6px 0; }
          .upcoming-events-slider .events .event .info .line span, .events-display-holder .events .event .info .line span {
            display: table-cell;
            vertical-align: top;
            width: 100%;
            padding-top: 3px;
            padding-left: 8px; }
          .upcoming-events-slider .events .event .info .line i, .events-display-holder .events .event .info .line i {
            color: #bdb99a;
            margin-right: 4px;
            font-size: 21px;
            display: table-cell;
            vertical-align: top;
            width: 20px; }
          .upcoming-events-slider .events .event .info .line .k-icon, .events-display-holder .events .event .info .line .k-icon {
            width: 20px;
            height: 20px; }
      .upcoming-events-slider .events .event .grid-width, .events-display-holder .events .event .grid-width {
        clear: both; }
      .upcoming-events-slider .events .event .products, .events-display-holder .events .event .products {
        clear: both;
        padding-top: 20px;
        margin-left: -1.38889%;
        margin-right: -1.38889%; }
        .upcoming-events-slider .events .event .products:after, .events-display-holder .events .event .products:after {
          content: '';
          display: table;
          width: 100%;
          height: 0.1px;
          clear: both; }
        .upcoming-events-slider .events .event .products .prod, .events-display-holder .events .event .products .prod {
          width: 30.55556%;
          float: left;
          margin-left: 1.38889%;
          margin-right: 1.38889%;
          display: block;
          position: relative;
          height: 0;
          padding-top: 46%; }
          .upcoming-events-slider .events .event .products .prod img, .events-display-holder .events .event .products .prod img {
            width: 100%;
            display: block;
            height: auto;
            position: absolute;
            top: 0;
            left: 0; }

div.vc_tta.vc_tta-accordion .vc_tta-panel-heading {
  background: none !important;
  border: none !important;
  border-top: 1px solid #000 !important;
  border-radius: 0 !important; }

div.vc_tta.vc_tta-accordion .vc_tta-panel-body {
  background: none !important;
  border: none !important; }

div.vc_tta.vc_tta-accordion h4.vc_tta-panel-title > a {
  padding: 13px 0;
  color: #000;
  font-weight: 300;
  font-size: 16px; }

div.vc_tta.vc_tta-accordion h4.vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 6px; }

div.vc_tta.vc_tta-accordion h4.vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
  padding-left: 29px; }

div.vc_tta.vc_tta-accordion h4.vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 6px; }

div.vc_tta.vc_tta-accordion h4.vc_tta-panel-title.vc_tta-controls-icon-position-right > a {
  padding-right: 29px; }

.k-custom-slider {
  position: relative;
  margin: 0 auto;
  max-width: 1400px; }
  .k-custom-slider .prev, .k-custom-slider .next {
    line-height: 29px;
    margin-top: -15px;
    color: #000;
    font-size: 26px;
    top: 50%;
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px; }
  .k-custom-slider .prev {
    left: 4px;
    padding-right: 3px; }
  .k-custom-slider .next {
    right: 4px;
    padding-left: 3px; }
  .k-custom-slider > .vc_tta-panel {
    display: none; }
  .k-custom-slider > .vc_tta-panel:first-child {
    display: block; }
  .k-custom-slider .slick-slide {
    outline: 0; }
  .k-custom-slider .slick-dots {
    position: absolute;
    z-index: 6;
    list-style: none;
    margin: 0;
    padding: 0;
    right: 35px;
    bottom: 15px; }
    .k-custom-slider .slick-dots li {
      display: inline-block;
      margin: 4px; }
      .k-custom-slider .slick-dots li button {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: rgba(0, 0, 0, 0.7);
        width: 12px;
        height: 12px;
        border-radius: 6px;
        display: block;
        border: none;
        outline: none;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        position: relative; }
      .k-custom-slider .slick-dots li.slick-active button:after {
        position: absolute;
        background: #fff;
        width: 10px;
        height: 10px;
        border-radius: 6px;
        content: "";
        top: 1px;
        left: 1px; }
  .k-custom-slider .vc_tta-panel {
    padding: 0 10px;
    box-sizing: border-box; }
    .k-custom-slider .vc_tta-panel .vc_tta-panel-heading {
      display: none; }
    .k-custom-slider .vc_tta-panel .vc_single_image-wrapper, .k-custom-slider .vc_tta-panel .wpb_single_image .vc_single_image-wrapper, .k-custom-slider .vc_tta-panel .single-image-w-caption {
      margin-bottom: 0; }
  .k-custom-slider.one-slide .vc_tta-panel {
    padding: 0; }

.wrapper .k-custom-slider {
  padding: 0 20px; }
  @media (min-width: 1140px) {
    .wrapper .k-custom-slider {
      padding: 0; } }
  .wrapper .k-custom-slider .prev, .wrapper .k-custom-slider .next {
    background: none;
    border-radius: 0; }
  .wrapper .k-custom-slider .prev {
    left: -12px; }
    @media (min-width: 1140px) {
      .wrapper .k-custom-slider .prev {
        left: -34px; } }
  .wrapper .k-custom-slider .next {
    right: -12px; }
    @media (min-width: 1140px) {
      .wrapper .k-custom-slider .next {
        right: -34px; } }

.appointment-and-search {
  max-width: 1400px;
  margin: 0 auto;
  background: #ecf2fa;
  position: relative;
  height: 50px; }
  @media (min-width: 800px) {
    .appointment-and-search:after {
      border-left: 1px solid #000;
      position: absolute;
      z-index: 5;
      left: 50%;
      height: 100%;
      top: 0;
      content: ""; } }
  .appointment-and-search .apt-popup, .appointment-and-search .search-popup {
    background: rgba(236, 242, 250, 0.94);
    float: left;
    width: 50%; }
    @media (min-width: 800px) {
      .appointment-and-search .apt-popup, .appointment-and-search .search-popup {
        position: relative; } }
    .appointment-and-search .apt-popup > h3, .appointment-and-search .search-popup > h3 {
      padding: 0 20px;
      line-height: 50px;
      margin: 0;
      font-family: "Playfair Display", serif;
      font-weight: 400;
      letter-spacing: .5px;
      cursor: pointer;
      height: 50px;
      transition: all .4s;
      position: relative;
      display: inline-block;
      transform: translateX(0);
      left: 0;
      font-size: 16px; }
      @media (min-width: 600px) {
        .appointment-and-search .apt-popup > h3, .appointment-and-search .search-popup > h3 {
          font-size: 18px;
          padding: 0 25px;
          transform: translateX(-100%);
          left: 100%; } }
      .appointment-and-search .apt-popup > h3 .desktop, .appointment-and-search .search-popup > h3 .desktop {
        display: none; }
      @media (min-width: 600px) {
        .appointment-and-search .apt-popup > h3 .desktop, .appointment-and-search .search-popup > h3 .desktop {
          display: block; }
        .appointment-and-search .apt-popup > h3 .mobile, .appointment-and-search .search-popup > h3 .mobile {
          display: none; } }
      .appointment-and-search .apt-popup > h3:after, .appointment-and-search .search-popup > h3:after {
        font-family: FontAwesome;
        font-weight: 400;
        position: absolute;
        top: -10px;
        font-size: 16px;
        transition: opacity .4s;
        content: "\f104";
        transform: rotate(45deg);
        left: 14px; }
    .appointment-and-search .apt-popup .holder, .appointment-and-search .search-popup .holder {
      padding: 20px 10px;
      box-sizing: border-box;
      display: none;
      text-align: center;
      padding: 10px 30px 20px 30px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10;
      width: 100%;
      background: rgba(236, 242, 250, 0.94); }
      .appointment-and-search .apt-popup .holder h3, .appointment-and-search .search-popup .holder h3 {
        text-align: center;
        margin: 0;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        letter-spacing: .5px;
        margin-bottom: 15px; }
      .appointment-and-search .apt-popup .holder .close, .appointment-and-search .search-popup .holder .close {
        position: absolute;
        right: 3px;
        top: 0;
        color: #000;
        padding: 10px;
        cursor: pointer; }
        .appointment-and-search .apt-popup .holder .close:after, .appointment-and-search .search-popup .holder .close:after {
          content: "";
          display: block;
          width: 16px;
          height: 16px;
          background: url("../../front/images/close-x.png") no-repeat;
          background-size: contain; }
      .appointment-and-search .apt-popup .holder label, .appointment-and-search .search-popup .holder label {
        display: block;
        font-size: 15px;
        padding: 5px 0;
        text-align: left; }
      .appointment-and-search .apt-popup .holder select, .appointment-and-search .search-popup .holder select {
        display: block;
        font-size: 17px;
        margin-bottom: 20px;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        padding: 4px; }
  .appointment-and-search .search-popup > h3 {
    transform: translateX(-100%);
    left: 100%; }
    @media (min-width: 600px) {
      .appointment-and-search .search-popup > h3 {
        left: 0;
        transform: translateX(0); } }
    .appointment-and-search .search-popup > h3:after {
      content: "\f105";
      transform: rotate(-45deg);
      left: auto;
      right: 14px; }

div.vc_color-white.vc_message_box {
  color: #000; }
  div.vc_color-white.vc_message_box p {
    margin-top: 0; }

.k-exclusive-widget {
  display: table;
  font-size: 15px; }
  .k-exclusive-widget img {
    width: 36px;
    display: table-cell; }
  .k-exclusive-widget span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 8px;
    line-height: normal; }

.wpb_content_element .button {
  display: inline-block; }

.timeline-express img {
  height: auto; }

.cd-timeline-content .cd-date, .cd-timeline-content .the-excerpt, .cd-timeline-content .timeline-express-read-more-link {
  z-index: 3; }

.cd-timeline-content .the-excerpt {
  z-index: unset !important; }

.vc_row-o-equal-height > .wrapper > .vc_column_container > .vc_column-inner > .wpb_wrapper > .info-box-wrap {
  height: 100%; }
  .vc_row-o-equal-height > .wrapper > .vc_column_container > .vc_column-inner > .wpb_wrapper > .info-box-wrap .info-box {
    height: 100%; }

.info-box-wrap .info-box {
  background: #e0e8ee;
  position: relative;
  padding: 40px;
  box-sizing: border-box; }
  .info-box-wrap .info-box:before {
    position: absolute;
    border: 1px solid #133a75;
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
    box-sizing: border-box;
    content: '';
    z-index: 1; }
  .info-box-wrap .info-box .primary-button {
    margin-top: 20px; }
  .info-box-wrap .info-box .inner {
    position: relative;
    z-index: 2; }
    .info-box-wrap .info-box .inner > h2:first-child {
      margin-top: 0; }
    .info-box-wrap .info-box .inner h2 {
      word-break: break-word;
      font-family: "Playfair Display", serif;
      font-weight: 300;
      color: #133a75;
      text-transform: uppercase;
      font-size: 28px;
      letter-spacing: 0.1em;
      margin-bottom: 16px; }
      @media (min-width: 700px) {
        .info-box-wrap .info-box .inner h2 {
          font-size: 32px; } }
      @media (min-width: 1000px) {
        .info-box-wrap .info-box .inner h2 {
          font-size: 42px; } }
    .info-box-wrap .info-box .inner > *:last-child {
      margin-bottom: 0; }
    .info-box-wrap .info-box .inner p, .info-box-wrap .info-box .inner ul, .info-box-wrap .info-box .inner ol {
      font-family: "Playfair Display", serif;
      font-weight: 300;
      font-size: 16px; }

.info-box-wrap .img {
  height: 0;
  padding-top: 80%;
  background-size: cover;
  background-position: center; }

@media (min-width: 700px) {
  .info-box-wrap.button-right .info-box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .info-box-wrap.button-right .info-box .inner {
      padding-right: 10px; }
    .info-box-wrap.button-right .info-box .primary-button {
      flex-shrink: 0;
      margin-top: 0; } }

.page-template-page-consultant-dashboard .go-back {
  text-decoration: none;
  margin-bottom: 10px;
  color: #000;
  display: block; }

.page-template-page-consultant-dashboard .supertitle {
  font-weight: 300;
  font-size: 18px;
  margin: 0; }
  @media (min-width: 465px) {
    .page-template-page-consultant-dashboard .supertitle {
      font-size: 22px; } }
  @media (min-width: 700px) {
    .page-template-page-consultant-dashboard .supertitle {
      font-size: 26px; } }

.page-template-page-consultant-dashboard .bride {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 24px;
  margin: 0; }
  @media (min-width: 465px) {
    .page-template-page-consultant-dashboard .bride {
      font-size: 27px; } }
  @media (min-width: 700px) {
    .page-template-page-consultant-dashboard .bride {
      font-size: 34px; } }

.page-template-page-consultant-dashboard .bride-apt {
  font-weight: 300;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 465px) {
    .page-template-page-consultant-dashboard .bride-apt {
      font-size: 23px; } }
  @media (min-width: 700px) {
    .page-template-page-consultant-dashboard .bride-apt {
      font-size: 28px; } }

.page-template-page-consultant-dashboard .curr-apt {
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  text-align: center;
  margin-top: 15px; }
  @media (min-width: 465px) {
    .page-template-page-consultant-dashboard .curr-apt {
      font-size: 23px; } }
  @media (min-width: 700px) {
    .page-template-page-consultant-dashboard .curr-apt {
      font-size: 28px; } }

.page-template-page-consultant-dashboard .datedropdown {
  text-align: center;
  margin-top: 20px; }
  .page-template-page-consultant-dashboard .datedropdown select {
    font-size: 18px; }

.page-template-page-consultant-dashboard .infos {
  margin: 0 -10px;
  overflow-x: hidden; }
  .page-template-page-consultant-dashboard .infos:after {
    content: '';
    display: table;
    width: 100%;
    height: 0.1px;
    clear: both; }

.page-template-page-consultant-dashboard .info-holder {
  display: block;
  padding: 0 10px;
  box-sizing: border-box; }
  @media (min-width: 465px) {
    .page-template-page-consultant-dashboard .info-holder {
      width: 50%;
      float: left; } }
  @media (min-width: 635px) {
    .page-template-page-consultant-dashboard .info-holder {
      width: 33.333%; } }
  .page-template-page-consultant-dashboard .info-holder h4 {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 20px; }
  .page-template-page-consultant-dashboard .info-holder .line {
    padding: 6px 0;
    word-wrap: break-word; }
    .page-template-page-consultant-dashboard .info-holder .line .name {
      display: block; }
    .page-template-page-consultant-dashboard .info-holder .line .value {
      font-weight: 500;
      margin-left: 10px;
      display: block; }
      .page-template-page-consultant-dashboard .info-holder .line .value span {
        display: block;
        margin-left: 10px; }

.page-template-page-consultant-dashboard .appointments {
  margin-top: 20px; }
  .page-template-page-consultant-dashboard .appointments .apt-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0; }
    .page-template-page-consultant-dashboard .appointments .apt-row .time {
      display: table-cell;
      vertical-align: middle;
      width: 85px;
      font-size: 19px; }
      @media (min-width: 465px) {
        .page-template-page-consultant-dashboard .appointments .apt-row .time {
          width: 110px;
          font-size: 24px; } }
    .page-template-page-consultant-dashboard .appointments .apt-row .people {
      display: table-cell;
      vertical-align: middle;
      border-left: 1px solid #000;
      padding-left: 10px;
      box-sizing: border-box; }
      .page-template-page-consultant-dashboard .appointments .apt-row .people .person {
        padding: 4px 0; }
        .page-template-page-consultant-dashboard .appointments .apt-row .people .person a {
          color: #000;
          display: block;
          margin-bottom: 5px;
          word-wrap: break-word; }
        .page-template-page-consultant-dashboard .appointments .apt-row .people .person span {
          display: block;
          word-wrap: break-word; }

body.profile-dashboard #attentive_overlay {
  display: none; }

body.profile-dashboard h1 {
  font-family: Playfair Display,serif;
  font-weight: 400;
  font-size: 34px;
  margin: 0;
  padding-top: 24px; }

body.profile-dashboard h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase; }

body {
  margin: 0; }

* {
  box-sizing: border-box; }

.homepage {
  /* RESET dont pull out from inside .homepage */
  /*end reset */
  font-size: .875rem;
  line-height: 1.8;
  color: #000;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  overflow-x: hidden;
  /* HEADINGS  */
  /* BUTTONS */
  /* UTILITY - containers/alignment  */
  /* ==================================================================================== HERO SECTION  */
  /* ==================================================================================== APPOINTMENTS  */
  /* ==================================================================================== DESIGNER EVENTS  */
  /* ==================================================================================== ARTICLE */
  /* ==================================================================================== SHOP  */
  /* ==================================================================================== STORIES   */
  /* ==================================================================================== SOCIAL   */
  /* ==================================================================================== NEWSLETTER */
  /**END NEWSLETTER */ }
  .homepage a, .homepage abbr, .homepage acronym, .homepage address, .homepage applet, .homepage article, .homepage aside, .homepage audio, .homepage b, .homepage big, .homepage blockquote, .homepage body, .homepage canvas, .homepage caption, .homepage center, .homepage cite, .homepage code, .homepage dd, .homepage del, .homepage details, .homepage dfn, .homepage div, .homepage dl, .homepage dt, .homepage em, .homepage embed, .homepage fieldset, .homepage figcaption, .homepage figure, .homepage footer, .homepage form, .homepage h1, .homepage h2, .homepage h3, .homepage h4, .homepage h5, .homepage h6, .homepage header, .homepage hgroup, .homepage html, .homepage i, .homepage iframe, .homepage img, .homepage ins, .homepage kbd, .homepage label, .homepage legend, .homepage li, .homepage mark, .homepage menu, .homepage nav, .homepage object, .homepage ol, .homepage output, .homepage p, .homepage pre, .homepage q, .homepage ruby, .homepage s, .homepage samp, .homepage section, .homepage small, .homepage span, .homepage strike, .homepage strong, .homepage sub, .homepage summary, .homepage sup, .homepage table, .homepage tbody, .homepage td, .homepage tfoot, .homepage th, .homepage thead, .homepage time, .homepage tr, .homepage tt, .homepage u, .homepage ul, .homepage var, .homepage video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  .homepage button, .homepage input, .homepage optgroup, .homepage select, .homepage textarea {
    font-family: Montserrat, sans-serif; }
  .homepage body,
  .homepage html {
    overflow-x: hidden;
    overflow-y: auto; }
  .homepage article, .homepage aside, .homepage details, .homepage figcaption, .homepage figure, .homepage footer, .homepage header, .homepage hgroup, .homepage menu, .homepage nav, .homepage picture, .homepage section {
    display: block; }
  .homepage ol, .homepage ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .homepage blockquote, .homepage q {
    quotes: none; }
  .homepage blockquote:after,
  .homepage blockquote:before,
  .homepage q:after,
  .homepage q:before {
    content: "";
    content: none; }
  .homepage table {
    border-collapse: collapse;
    border-spacing: 0; }
  .homepage a {
    display: inline-block;
    color: currentColor; }
  .homepage a, .homepage a:hover {
    text-decoration: none; }
  .homepage a:focus,
  .homepage button:focus,
  .homepage input:focus,
  .homepage textarea:focus {
    outline: 0; }
  .homepage button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
  .homepage button:active,
  .homepage button:focus {
    outline: 0;
    box-shadow: 0 0 0; }
  .homepage a,
  .homepage button {
    transition: .3s; }
  .homepage img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }
  .homepage input[type=button],
  .homepage input[type=email],
  .homepage input[type=password],
  .homepage input[type=search],
  .homepage input[type=submit],
  .homepage input[type=tel],
  .homepage input[type=text],
  .homepage textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: 0 0 0; }
  .homepage input::-webkit-inner-spin-button,
  .homepage input::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .homepage input[type=search]::-ms-clear,
  .homepage input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  .homepage input[type=search]::-webkit-search-cancel-button,
  .homepage input[type=search]::-webkit-search-decoration,
  .homepage input[type=search]::-webkit-search-results-button,
  .homepage input[type=search]::-webkit-search-results-decoration {
    display: none; }
  .homepage input[type=number]::-webkit-inner-spin-button,
  .homepage input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .homepage strong {
    font-weight: 700; }
  @media (min-width: 992px) {
    .homepage {
      font-size: 1.3125rem;
      line-height: 1.188; } }
  .homepage h1, .homepage h2, .homepage h3, .homepage h4, .homepage h5, .homepage h6 {
    font-family: Noto Serif Display, sans-serif;
    font-weight: 400;
    color: inherit;
    line-height: 1.1925;
    font-style: italic; }
  .homepage .h1, .homepage h1 {
    font-family: Noto Serif Display, sans-serif;
    font-size: 2rem; }
    @media (min-width: 992px) {
      .homepage .h1, .homepage h1 {
        font-size: 5rem;
        line-height: 7.5rem;
        letter-spacing: .046em; } }
  .homepage .h2, .homepage h2 {
    font-size: 1.625rem; }
    @media (min-width: 992px) {
      .homepage .h2, .homepage h2 {
        font-size: 3.25rem; } }
  .homepage .h3, .homepage h3 {
    font-size: 1.75rem; }
    @media (min-width: 992px) {
      .homepage .h3, .homepage h3 {
        font-size: 2.8125rem; } }
  .homepage .homepage .h4,
  .homepage .homepage .sub-title,
  .homepage .homepage h4 {
    font-size: 1.125rem;
    letter-spacing: .121em;
    line-height: 1.625rem; }
    @media (min-width: 992px) {
      .homepage .homepage .h4,
      .homepage .homepage .sub-title,
      .homepage .homepage h4 {
        font-size: 1.5625rem;
        line-height: 2.875rem; } }
  .homepage .btn {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase; }
  .homepage .btn {
    line-height: 1.375rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: .181em;
    padding: .9375rem;
    transition: .2s ease-in-out;
    border: 1px solid transparent;
    text-align: center; }
  @media screen and (min-width: 992px) {
    .homepage .btn {
      padding: .625rem 1.875rem;
      font-size: 1.25rem;
      line-height: 2.4375rem; } }
  @media (min-width: 1440px) {
    .homepage .btn {
      min-width: 219px; } }
  .homepage .btn-block {
    display: block;
    width: 100%; }
  .homepage .btn-solid-primary,
  .homepage .primary-button {
    background-color: #000; }
  .homepage .btn-solid-primary:active,
  .homepage .btn-solid-primary:hover,
  .homepage .btn-solid-secondary {
    background-color: #f6f1f0;
    color: #000; }
  .homepage .btn-solid-secondary {
    border-color: #f6f1f0; }
  .homepage .btn-solid-secondary:active,
  .homepage .btn-solid-secondary:hover {
    background-color: #000;
    border-color: #000;
    color: #f6f1f0; }
  .homepage .btn-outline-primary {
    color: #000;
    border: 1px solid #000; }
  .homepage .btn-outline-primary:hover {
    background-color: #000;
    color: #fff; }
  .homepage .btn-outline-secondary {
    color: #f6f1f0;
    border: 1px solid #f6f1f0; }
  .homepage .btn-light-primary {
    color: #000;
    background-color: #fff; }
  .homepage .btn-light-secondary {
    color: #f6f1f0;
    background-color: #fff; }
  .homepage .btn-sm {
    padding: .3125rem 1.875rem;
    min-height: 2.25rem;
    font-size: .708125rem;
    letter-spacing: .267em;
    line-height: 2.3; }
  .homepage .btn_solid {
    color: #000000; }
    .homepage .btn_solid.btn_blush {
      background-color: #C38473; }
      .homepage .btn_solid.btn_blush:hover {
        background-color: #D5A99D; }
    .homepage .btn_solid.btn_lilac {
      background-color: #A18496;
      color: #fff; }
      .homepage .btn_solid.btn_lilac:hover {
        background-color: #BDA9B6;
        color: #fff; }
    .homepage .btn_solid.btn_taupe {
      background-color: #C1A890; }
      .homepage .btn_solid.btn_taupe:hover {
        background-color: #D4C2B1; }
    .homepage .btn_solid.btn_black {
      background-color: #000000;
      color: #fff; }
      .homepage .btn_solid.btn_black:hover {
        background-color: #4D4D4D;
        color: #fff; }
  .homepage .btn_outline {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    background-color: transparent; }
    .homepage .btn_outline:hover {
      background-color: #000000;
      color: #fff; }
    .homepage .btn_outline.btn_blush {
      border-color: #C38473; }
    .homepage .btn_outline.btn_lilac {
      border-color: #A18496;
      color: #fff; }
    .homepage .btn_outline.btn_taupe {
      border-color: #C1A890;
      color: #000000; }
    .homepage .btn_outline.btn_black {
      border-color: #000000;
      color: #000; }
      .homepage .btn_outline.btn_black:hover {
        background-color: #000000;
        color: #fff; }
  .homepage .btn_arrow {
    border-bottom: 1px solid currentColor;
    padding: 0;
    transition: all .2s ease; }
    .homepage .btn_arrow::after {
      content: "";
      background-color: currentColor;
      mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5625 5.92188L6.4375 9.85938C6.20312 10.0703 5.85156 10.0703 5.64062 9.83594C5.42969 9.60156 5.42969 9.25 5.66406 9.03906L8.78125 6.0625H0.8125C0.484375 6.0625 0.25 5.82812 0.25 5.5C0.25 5.19531 0.484375 4.9375 0.8125 4.9375H8.78125L5.66406 1.98438C5.42969 1.77344 5.42969 1.39844 5.64062 1.1875C5.85156 0.953125 6.22656 0.953125 6.4375 1.16406L10.5625 5.10156C10.6797 5.21875 10.75 5.35938 10.75 5.5C10.75 5.66406 10.6797 5.80469 10.5625 5.92188Z" fill="currentColor"/></svg>');
      mask-repeat: no-repeat;
      mask-position: 10px 0;
      width: 20px;
      height: 1em;
      display: inline-block;
      position: relative;
      right: 0;
      transition: all .5s ease; }
    .homepage .btn_arrow:hover::after {
      mask-position: 20px 0;
      width: 30px; }
    .homepage .btn_arrow.btn_blush {
      color: #C38473; }
    .homepage .btn_arrow.btn_lilac {
      color: #A18496; }
    .homepage .btn_arrow.btn_taupe {
      color: #C1A890; }
    .homepage .btn_arrow.btn_black {
      color: #000000; }
  .homepage .container,
  .homepage .container-fluid,
  .homepage .container-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 86.25rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem; }
  .homepage__inner {
    max-width: 1050px;
    margin-left: auto !important;
    margin-right: auto !important; }
  .homepage .homepage__container {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto; }
  .homepage .container-fluid {
    max-width: 100%; }
  .homepage .container-lg {
    max-width: 1768px; }
  .homepage .text-left {
    text-align: left; }
  .homepage .text-right {
    text-align: right; }
  .homepage .text-center {
    text-align: center; }
  .homepage .align-items-center {
    -ms-flex-align: center;
    align-items: center; }
  .homepage .align-items-start {
    -ms-flex-align: start;
    align-items: flex-start; }
  .homepage .align-items-end {
    -ms-flex-align: end;
    align-items: end; }
  .homepage .justify-content-center {
    -ms-flex-pack: center;
    justify-content: center; }
  .homepage .justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .homepage .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .homepage .flex-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .homepage .flex-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .homepage .object-cover {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .homepage .hero-with-text {
    position: relative; }
    .homepage .hero-with-text__title {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.875rem;
      line-height: 2.8125rem;
      letter-spacing: .0977625rem;
      color: #c38473;
      font-style: normal;
      left: 3.125rem;
      font-family: Montserrat, sans-serif;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .homepage .hero-with-text__title {
          font-size: 4.25055rem;
          line-height: 2.8125rem;
          left: 9.1875rem; } }
    .homepage .hero-with-text__title-lg {
      font-family: Noto Serif Display Cd, sans-serif;
      font-size: 6.25rem;
      line-height: 7.5rem;
      letter-spacing: .023em;
      display: block;
      font-style: italic;
      text-transform: lowercase;
      text-shadow: rgba(0, 0, 0, 0.153) 0 11.0479px 24.6921px;
      margin-top: -30px; }
      @media (min-width: 992px) {
        .homepage .hero-with-text__title-lg {
          font-size: 18.211rem;
          line-height: 12.3125rem;
          margin-top: 0; } }
    .homepage .hero-with-text__image {
      display: -ms-flexbox;
      display: flex; }
    .homepage .hero-with-text__image img {
      width: 100%;
      object-fit: cover; }
    @media (min-width: 992px) {
      .homepage .hero-with-text + .cta {
        padding-top: 3.125rem;
        padding-bottom: 4.0625rem; } }
  .homepage .cta {
    padding: 3.125rem 1.25rem;
    position: relative;
    z-index: 1; }
    .homepage .cta__title {
      font-family: Montserrat, sans-serif;
      font-weight: 450;
      font-size: 1.25rem;
      line-height: 2.25rem;
      letter-spacing: .106749375rem;
      font-style: normal; }
    .homepage .cta__btn {
      font-weight: 550;
      margin-top: 1.875rem; }
    .homepage .cta__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      object-fit: cover; }
    .homepage .cta--2 .cta__container {
      max-width: 53.125rem;
      margin-left: auto;
      margin-right: auto; }
    @media (max-width: 991.98px) {
      .homepage .cta:not(.homepage .cta--2) .homepage .cta__btn {
        font-size: .75rem;
        padding-left: .625rem;
        padding-right: .625rem;
        margin-left: -1.25rem;
        margin-right: -1.25rem; } }
    @media (min-width: 992px) {
      .homepage .cta {
        padding: 5rem 2.5rem; }
        .homepage .cta__title {
          font-size: 1.8198875rem;
          line-height: 3.0625rem;
          letter-spacing: .169249375rem; }
        .homepage .cta .btn {
          margin-top: 2.5rem; }
        .homepage .cta--2 {
          padding-top: 3.4375rem;
          padding-bottom: 2.8125rem; }
        .homepage .cta--2 .cta__btn {
          margin-top: 2.5rem; } }
  .homepage .appointments {
    padding: 30px 0px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px; }
    @media (min-width: 992px) {
      .homepage .appointments {
        grid-template-columns: repeat(2, 1fr); } }
    .homepage .appointments .appointment-card {
      position: relative;
      z-index: 1;
      text-decoration: none;
      display: block; }
      .homepage .appointments .appointment-card .card-inner {
        position: relative;
        padding: 65px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; }
        .homepage .appointments .appointment-card .card-inner > *:last-child {
          margin-bottom: 0; }
      .homepage .appointments .appointment-card.align-center .card-inner {
        justify-content: center; }
      .homepage .appointments .appointment-card.align-top .card-inner {
        justify-content: flex-start; }
      .homepage .appointments .appointment-card.align-bottom .card-inner {
        justify-content: flex-end; }
      .homepage .appointments .appointment-card.align-auto .card-inner {
        justify-content: space-between; }
      .homepage .appointments .appointment-card .appointment-card__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }
        .homepage .appointments .appointment-card .appointment-card__bg img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .homepage .appointments .appointment-card__subtitle {
        font-family: Montserrat, sans-serif;
        font-size: .811125rem;
        line-height: 1.05083125rem;
        letter-spacing: .125rem;
        font-style: normal;
        margin: 0 auto 1.25rem auto; }
      .homepage .appointments .appointment-card__subtitle:first-child {
        font-weight: 500; }
      .homepage .appointments .appointment-card__title {
        font-size: 2.52915625rem;
        line-height: 3.1875rem;
        font-weight: 400;
        margin-bottom: 20px; }
      .homepage .appointments .appointment-card__image + .homepage .appointments .appointment-card__subtitle {
        margin-top: 1.25rem;
        margin-bottom: 0; }
      .homepage .appointments .appointment-card__desc {
        font-size: 1rem;
        line-height: 1.625rem;
        letter-spacing: .045990625rem;
        margin-top: 0;
        margin-bottom: 20px; }
      .homepage .appointments .appointment-card__btn {
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 0;
        margin-bottom: 20px; }
      @media (min-width: 992px) {
        .homepage .appointments .appointment-card__subtitle {
          font-size: .936125rem;
          line-height: 1.05083125rem;
          letter-spacing: .30049625rem; }
        .homepage .appointments .appointment-card__title {
          font-size: 3.84165625rem;
          line-height: 3.8125rem; }
        .homepage .appointments .appointment-card__desc {
          margin-top: 0;
          font-size: 1.1665625rem;
          line-height: 1.625rem;
          letter-spacing: .108490625rem;
          margin-left: auto;
          margin-right: auto; }
        .homepage .appointments .appointment-card__btn {
          margin-top: 0; } }
      .homepage .appointments .appointment-card.maintain-aspect .appointment-card__bg {
        position: relative;
        height: auto; }
        .homepage .appointments .appointment-card.maintain-aspect .appointment-card__bg img {
          height: auto; }
      .homepage .appointments .appointment-card.maintain-aspect .card-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .homepage .designer-events {
    padding: 3.125rem 1.25rem 3.75rem;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .homepage .designer-events {
        padding: 3.4375rem 3.375rem 4.25rem; } }
    .homepage .designer-events__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .homepage .designer-events__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .homepage .designer-events__title {
      font-family: Noto Serif Display Cd, sans-serif;
      font-size: 2.83335625rem;
      line-height: 3.62641875rem;
      letter-spacing: .301045625rem;
      text-align: center;
      margin-bottom: 4.1875rem;
      font-style: normal; }
      @media (min-width: 992px) {
        .homepage .designer-events__title {
          font-size: 3.95835625rem;
          line-height: 5.50141875rem;
          letter-spacing: .613545625rem; } }
    .homepage .designer-events__grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px; }
      @media (min-width: 768px) {
        .homepage .designer-events__grid {
          grid-template-columns: repeat(2, 1fr); } }
    .homepage .designer-events__btns {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      gap: 16px;
      margin-top: 30px; }
    .homepage .designer-events__btn {
      background-color: #C38473;
      color: rgba(0, 0, 0, 0.8);
      border-color: #C38473;
      width: 100%;
      font-weight: 500;
      z-index: 1;
      line-height: 1.4em; }
      .homepage .designer-events__btn:hover {
        background-color: #D5A99D;
        color: #000; }
  .homepage .designer-event {
    padding: 2.25rem 1.25rem;
    text-align: center;
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .homepage .designer-event {
        padding: 3.125rem 1.25rem; } }
    .homepage .designer-event.black {
      background-color: #000000;
      color: #fff; }
    .homepage .designer-event.blush {
      background-color: #C384734D;
      color: #000000; }
    .homepage .designer-event.lilac {
      background-color: #A18496;
      color: #fff; }
    .homepage .designer-event.taupe {
      background-color: #C1A890;
      color: #000000; }
    .homepage .designer-event__title {
      font-family: Montserrat, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.59815rem;
      line-height: 2rem;
      letter-spacing: .5rem;
      font-style: normal;
      margin-bottom: 1.875rem; }
    .homepage .designer-event__row:not(:last-child) {
      margin-bottom: 2.5rem; }
    .homepage .designer-event__row h5 {
      font-family: Montserrat, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      letter-spacing: .175656875rem;
      margin-bottom: .625rem;
      text-transform: uppercase;
      margin: 0; }
    .homepage .designer-event__row p:not(.designer-event__attendance), .homepage .designer-event__time {
      font-size: 1.019675rem;
      line-height: 1.66896875rem;
      letter-spacing: .093175625rem;
      margin: 0; }
      @media (min-width: 992px) {
        .homepage .designer-event__row p:not(.designer-event__attendance), .homepage .designer-event__time {
          font-size: 1.0501375rem;
          line-height: 1.916225rem;
          letter-spacing: .172223125rem; } }
    @media (min-width: 992px) {
      .homepage .designer-event__time {
        margin-top: 1.25rem; } }
    .homepage .designer-event__attendance {
      font-family: Montserrat, sans-serif;
      font-size: .88255625rem;
      line-height: 1.41485rem;
      letter-spacing: .123239375rem;
      font-style: italic; }
      @media (min-width: 992px) {
        .homepage .designer-event__attendance {
          font-family: Noto Serif Display, sans-serif;
          font-size: 1.07005625rem;
          line-height: 2.03985rem;
          letter-spacing: .185739375rem;
          margin-top: .5rem;
          margin-bottom: -2.625rem; } }
    .homepage .designer-event *:last-child {
      margin: auto auto 0 auto; }
    @media (max-width: 991.98px) {
      .homepage .designer-event__row p:not(.homepage .designer-event__attendance) + .homepage .designer-event__time {
        margin-top: .75rem; } }
  .homepage .articles {
    padding-top: 30px; }
    @media (min-width: 768px) {
      .homepage .articles .article {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "a b"; } }
    .homepage .articles .article:nth-child(2n) {
      grid-template-areas: "b a";
      text-align: right; }
    .homepage .articles .article:nth-child(2n) .article__text {
      text-align: right; }
    .homepage .articles .article__image {
      position: relative;
      grid-area: a; }
    .homepage .articles .article__overlay-text {
      position: absolute;
      top: 0;
      left: 0;
      padding: 1.25rem;
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      color: #fff; }
    .homepage .articles .article__subtitle {
      font-family: Montserrat, sans-serif;
      font-size: 1.25345rem;
      line-height: 2.5268125rem;
      letter-spacing: .2062725rem;
      font-style: normal; }
      @media (min-width: 992px) {
        .homepage .articles .article__subtitle {
          font-size: 2.31595rem;
          line-height: 3.2143125rem;
          letter-spacing: .5187725rem; } }
    .homepage .articles .article:first-child .homepage .articles .article__title {
      font-size: 5.08295rem;
      line-height: 7.1085625rem;
      letter-spacing: 1.13858125rem; }
      @media (min-width: 992px) {
        .homepage .articles .article:first-child .homepage .articles .article__title {
          font-size: 5.08295rem;
          line-height: 7.1085625rem;
          letter-spacing: 1.13858125rem; } }
    .homepage .articles .article__title {
      font-family: Noto Serif Display Cd, sans-serif;
      font-size: 2.52045rem;
      line-height: 3.1710625rem;
      letter-spacing: .63858125rem; }
      @media (min-width: 992px) {
        .homepage .articles .article__title {
          font-size: 4.12733125rem;
          line-height: 5.748675rem;
          letter-spacing: .924525rem; } }
    .homepage .articles .article__text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 1.25rem 1.25rem 1.875rem;
      grid-area: b;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; }
    .homepage .articles .article__text-inner {
      max-width: 510px;
      margin-left: auto;
      margin-right: auto; }
    .homepage .articles .article__text p {
      font-family: Montserrat, sans-serif;
      font-size: 1.1522375rem;
      line-height: 1.9073rem;
      letter-spacing: .057720625rem; }
      @media (min-width: 992px) {
        .homepage .articles .article__text p {
          font-family: Montserrat, sans-serif;
          font-size: 1.9647375rem;
          line-height: 2.7198rem;
          letter-spacing: .182720625rem; } }
    .homepage .articles .article__link {
      padding-left: .625rem;
      padding-right: .625rem;
      margin-top: 1.25rem;
      width: 100%; }
      @media (min-width: 992px) {
        .homepage .articles .article__link {
          line-height: 2.5rem;
          margin-top: 3.5625rem; } }
      @media (min-width: 1200px) {
        .homepage .articles .article__link {
          font-size: 1.35968125rem;
          line-height: 2.375rem;
          font-weight: 500;
          letter-spacing: .363034375rem; } }
  .homepage .shop__header {
    padding: 3.625rem 1.25rem 3.125rem;
    text-align: center; }
    @media (min-width: 992px) {
      .homepage .shop__header {
        padding: 3.625rem 1.875rem 0 3.125rem; } }
  .homepage .shop__subtitle {
    font-size: 1.271125rem;
    line-height: 2.0948rem;
    letter-spacing: .11608625rem;
    font-style: normal; }
    @media (min-width: 992px) {
      .homepage .shop__subtitle {
        font-family: Montserrat, sans-serif;
        font-size: 1.958625rem;
        line-height: 2.7198rem;
        letter-spacing: .30358625rem; } }
  .homepage .shop__title {
    font-size: 2.81599375rem;
    line-height: 3.7830625rem;
    letter-spacing: .11573rem;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .homepage .shop__title {
        font-size: 5.94099375rem;
        line-height: 8.2830625rem;
        letter-spacing: .17823rem; } }
  .homepage .shop__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .homepage .shop__grid--row-2 .shop-card {
    flex-basis: calc(50% - 20px);
    flex-grow: 0;
    flex-shrink: 1; }
  .homepage .shop__grid--row-3 .shop-card {
    flex-basis: calc(50% - 20px);
    flex-grow: 0;
    flex-shrink: 1; }
    @media (min-width: 820px) {
      .homepage .shop__grid--row-3 .shop-card {
        flex-basis: calc(33.33% - 20px); } }
  .homepage .shop__grid--row-4 .shop-card {
    flex-basis: calc(50% - 20px);
    flex-grow: 0;
    flex-shrink: 1; }
    @media (min-width: 820px) {
      .homepage .shop__grid--row-4 .shop-card {
        flex-basis: calc(25% - 20px); } }
  .homepage .shop__grid--row-5 .shop-card {
    flex-basis: calc(50% - 20px);
    flex-grow: 0;
    flex-shrink: 1; }
    @media (min-width: 820px) {
      .homepage .shop__grid--row-5 .shop-card {
        flex-basis: calc(25% - 20px); } }
  .homepage .shop-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin: 10px; }
    .homepage .shop-card__image {
      width: 100%;
      height: 100%; }
      .homepage .shop-card__image img {
        height: inherit; }
    .homepage .shop-card__logo {
      text-align: center;
      display: inline-block;
      width: auto; }
      @media screen and (min-width: 1024px) {
        .homepage .shop-card__logo {
          width: max-content; } }
    .homepage .shop-card__subtitle {
      font-family: Montserrat, sans-serif;
      font-size: .560335rem;
      line-height: .75rem;
      color: #000;
      letter-spacing: .13952375rem;
      font-style: normal;
      margin-bottom: 1.25rem; }
    .homepage .shop-card .white {
      color: #fff; }
    .homepage .shop-card .black {
      color: #000; }
    .homepage .shop-card--top .shop-card__overlay {
      -ms-flex-pack: start;
      justify-content: start; }
    .homepage .shop-card--bottom .shop-card__overlay {
      -ms-flex-pack: end;
      justify-content: end; }
    .homepage .shop-card--center .shop-card__overlay {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .homepage .shop-card__text {
      font-family: Montserrat, sans-serif;
      font-size: .9rem;
      line-height: 1rem;
      letter-spacing: 0;
      text-shadow: 0 0.0375em 0.15937em rgba(0, 0, 0, 0.325);
      align-self: center; }
      .homepage .shop-card__text.black {
        text-shadow: 0 0.0375em 0.15937em rgba(255, 255, 255, 0.325); }
      @media screen and (min-width: 992px) {
        .homepage .shop-card__text {
          font-size: 1.6939125rem;
          line-height: 2.3125rem;
          letter-spacing: .160921875rem; } }
    .homepage .shop-card__overlay {
      padding: 1.375rem 1.375rem 1.875rem;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
  .homepage .stories {
    position: relative;
    z-index: 1;
    padding-top: 5rem; }
    @media (min-width: 992px) {
      .homepage .stories {
        padding-top: 8rem; } }
    .homepage .stories-top {
      padding: 3.75rem 1.25rem;
      position: relative;
      z-index: 1; }
      @media (min-width: 992px) {
        .homepage .stories-top {
          padding: 6.25rem 4.375rem 4.6875rem; } }
      .homepage .stories-top__bg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover; }
      .homepage .stories-top__title {
        font-family: Noto Serif Display Cd, sans-serif;
        font-size: 3.763875rem;
        line-height: 4.375rem;
        color: #fff;
        letter-spacing: .04375rem; }
        @media (min-width: 992px) {
          .homepage .stories-top__title {
            font-size: 7.076375rem;
            line-height: 9.875rem;
            color: #fff;
            letter-spacing: .07784rem; } }
        .homepage .stories-top__title span {
          font-family: inherit;
          font-size: 2.41551875rem;
          line-height: 5rem;
          letter-spacing: .208748125rem;
          display: block;
          margin-bottom: -1.5rem; }
          @media (min-width: 992px) {
            .homepage .stories-top__title span {
              font-family: inherit;
              font-size: 3.66551875rem;
              line-height: 5.125rem;
              letter-spacing: .271248125rem;
              margin-bottom: -1.875rem; } }
    .homepage .stories-quotes {
      padding: 2.5rem 1.25rem 2.8125rem; }
      @media (min-width: 992px) {
        .homepage .stories-quotes {
          padding: 4.0625rem 2.8125rem 4.6875rem; } }
      .homepage .stories-quotes__header {
        font-family: Noto Serif Display Cd, sans-serif;
        font-size: 1.656275rem;
        line-height: 2.5rem;
        letter-spacing: .12825125rem;
        text-align: center; }
        @media (min-width: 992px) {
          .homepage .stories-quotes__header {
            font-size: 3.406275rem;
            line-height: 4.75rem;
            letter-spacing: .19075125rem; } }
      .homepage .stories-quotes__grid {
        position: relative;
        margin-top: 3.125rem;
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          .homepage .stories-quotes__grid {
            margin-top: 5.5rem; } }
        .homepage .stories-quotes__grid .slick-list {
          margin: 0 30px; }
        .homepage .stories-quotes__grid .slick-track {
          display: flex !important; }
        .homepage .stories-quotes__grid .slick-slide {
          height: inherit !important;
          display: flex; }
        .homepage .stories-quotes__grid .slick-slide > div {
          padding: 0 10px;
          display: flex; }
        .homepage .stories-quotes__grid .prev.slick-arrow {
          display: block;
          position: absolute;
          top: calc(50% - 40px);
          height: 40px;
          left: 0;
          z-index: 5; }
        .homepage .stories-quotes__grid .next.slick-arrow {
          display: block;
          position: absolute;
          top: calc(50% - 40px);
          height: 40px;
          right: 0;
          z-index: 5; }
      .homepage .stories-quotes__link {
        color: #fff;
        max-width: 500px; }
        .homepage .stories-quotes__link:hover {
          border-color: #a18496;
          color: #a18496; }
        @media (min-width: 1200px) {
          .homepage .stories-quotes__link {
            font-size: 1.35968125rem;
            line-height: 2.375rem;
            font-weight: 500;
            letter-spacing: .363034375rem; } }
    .homepage .stories-quote {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      padding: 1.875rem 1.25rem;
      background-color: #f6f7f7; }
      @media (min-width: 992px) {
        .homepage .stories-quote {
          padding: 3.25rem 2.375rem; } }
      .homepage .stories-quote__text {
        font-family: Noto Serif Display Cd, sans-serif;
        font-size: 1.4277875rem;
        line-height: 2rem;
        letter-spacing: .150221875rem;
        font-style: normal;
        -ms-flex: 1;
        flex: 1; }
        @media (min-width: 992px) {
          .homepage .stories-quote__text {
            font-size: 1.6152875rem;
            line-height: 2.25rem;
            letter-spacing: .150221875rem; } }
      .homepage .stories-quote__title {
        font-family: Montserrat, sans-serif;
        font-size: 1.2917rem;
        line-height: 1.875rem;
        letter-spacing: .161675rem;
        margin-top: 2.625rem;
        font-style: normal; }
        @media (min-width: 992px) {
          .homepage .stories-quote__title {
            font-family: Montserrat, sans-serif;
            font-size: 1.48356875rem;
            line-height: 2.03985rem;
            letter-spacing: .366440625rem;
            margin-left: -2.375rem;
            margin-right: -2.375rem; } }
  .homepage .social-card {
    width: 100%; }
  .homepage .social__header {
    padding: 0 1.25rem 3.75rem;
    text-align: center; }
    @media (min-width: 992px) {
      .homepage .social__header {
        padding: 4.8125rem 1.875rem 5.25rem; } }
  .homepage .social__header h2 {
    font-family: Noto Serif Display Cd, sans-serif;
    font-size: 3.1529875rem;
    line-height: 5rem;
    letter-spacing: .165749375rem; }
    @media (min-width: 992px) {
      .homepage .social__header h2 {
        font-family: Noto Serif Display Cd, sans-serif;
        font-size: 5.7154875rem;
        line-height: 8rem;
        letter-spacing: .165749375rem; } }
  .homepage .social__header p {
    font-weight: 500;
    letter-spacing: .06807875rem; }
    @media (min-width: 992px) {
      .homepage .social__header p {
        font-size: 1.53963125rem;
        line-height: 2.10125rem;
        letter-spacing: .25557875rem; } }
  .homepage .social__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6px; }
    @media (min-width: 992px) {
      .homepage .social__grid {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1.5rem; } }
  .homepage .newsletter {
    position: relative;
    z-index: 1;
    padding: 3.75rem 1.25rem;
    background-repeat: repeat;
    background-position: 50%;
    background-size: cover; }
    @media (min-width: 992px) {
      .homepage .newsletter {
        padding: 6.25rem .9375rem; } }
    @media (min-width: 1200px) {
      .homepage .newsletter {
        padding: 8.4375rem 6.25rem; } }
    @media (min-width: 992px) {
      .homepage .newsletter__grid {
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 992px) {
      .homepage .newsletter__left {
        width: 50%; } }
    .homepage .newsletter__left h2 {
      font-family: Montserrat, sans-serif;
      font-size: 1.55675625rem;
      line-height: 2rem;
      letter-spacing: .247546875rem;
      text-transform: uppercase;
      font-style: normal; }
      @media (min-width: 992px) {
        .homepage .newsletter__left h2 {
          font-size: 2.80675625rem;
          line-height: 3.875rem;
          letter-spacing: .435046875rem; } }
      .homepage .newsletter__left h2 span {
        font-family: Noto Serif Display Cd, sans-serif;
        font-size: 2.847825rem;
        line-height: 3.9375rem;
        letter-spacing: .041744375rem;
        font-style: italic;
        text-transform: none; }
        @media (min-width: 992px) {
          .homepage .newsletter__left h2 span {
            font-family: Noto Serif Display Cd, sans-serif;
            font-size: 5.660325rem;
            line-height: 7.875rem;
            letter-spacing: .079244375rem; } }
    .homepage .newsletter__right {
      font-size: 1.59180625rem;
      line-height: 2.5rem;
      letter-spacing: .098468125rem;
      padding-top: 2.5rem; }
      @media (min-width: 992px) {
        .homepage .newsletter__right {
          font-size: 2.21680625rem;
          line-height: 3.125rem;
          letter-spacing: .285968125rem;
          padding-left: 1.875rem;
          width: 50%; }
          .homepage .newsletter__right p {
            max-width: 451px;
            margin-left: auto; } }
    .homepage .newsletter .wpcf7-form {
      margin-top: 2.5rem; }
      @media (min-width: 992px) {
        .homepage .newsletter .wpcf7-form {
          margin-top: 6.375rem; } }
    .homepage .newsletter .wpcf7-form,
    .homepage .newsletter .newsletter-form {
      position: relative;
      display: -ms-flexbox;
      display: flex; }
      .homepage .newsletter .wpcf7-form__input,
      .homepage .newsletter .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit),
      .homepage .newsletter .newsletter-form__input,
      .homepage .newsletter .newsletter-form .wpcf7-form-control:not(.wpcf7-submit) {
        padding: .625rem 1rem;
        height: 3.125rem;
        border-color: #000;
        border-width: .0625rem;
        color: #000;
        font-size: 1rem;
        width: 100%; }
        @media (min-width: 992px) {
          .homepage .newsletter .wpcf7-form__input,
          .homepage .newsletter .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit),
          .homepage .newsletter .newsletter-form__input,
          .homepage .newsletter .newsletter-form .wpcf7-form-control:not(.wpcf7-submit) {
            height: 3.875rem;
            font-size: 1.25rem; } }
        .homepage .newsletter .wpcf7-form__input::-webkit-input-placeholder,
        .homepage .newsletter .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder,
        .homepage .newsletter .newsletter-form__input::-webkit-input-placeholder,
        .homepage .newsletter .newsletter-form .wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder {
          color: #000 !important; }
        .homepage .newsletter .wpcf7-form__input::-ms-input-placeholder,
        .homepage .newsletter .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit)::-ms-input-placeholder,
        .homepage .newsletter .newsletter-form__input::-ms-input-placeholder,
        .homepage .newsletter .newsletter-form .wpcf7-form-control:not(.wpcf7-submit)::-ms-input-placeholder {
          color: #000 !important; }
        .homepage .newsletter .wpcf7-form__input::placeholder,
        .homepage .newsletter .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit)::placeholder,
        .homepage .newsletter .newsletter-form__input::placeholder,
        .homepage .newsletter .newsletter-form .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
          color: #000 !important; }
      .homepage .newsletter .wpcf7-form .wpcf7-submit, .homepage .newsletter .wpcf7-form__submit,
      .homepage .newsletter .newsletter-form .wpcf7-submit,
      .homepage .newsletter .newsletter-form__submit {
        font-weight: 500;
        height: 3.125rem;
        background-color: #A18496;
        border: 1px solid #000;
        border-left: 0;
        white-space: nowrap;
        width: 100%;
        position: relative;
        color: #fff;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .homepage .newsletter .wpcf7-form .wpcf7-submit, .homepage .newsletter .wpcf7-form__submit,
          .homepage .newsletter .newsletter-form .wpcf7-submit,
          .homepage .newsletter .newsletter-form__submit {
            font-size: 1.43660625rem;
            font-weight: 500;
            letter-spacing: .38357375rem;
            height: 3.875rem; } }
        .homepage .newsletter .wpcf7-form .wpcf7-submit:active, .homepage .newsletter .wpcf7-form .wpcf7-submit:focus, .homepage .newsletter .wpcf7-form .wpcf7-submit:hover, .homepage .newsletter .wpcf7-form__submit:active, .homepage .newsletter .wpcf7-form__submit:focus, .homepage .newsletter .wpcf7-form__submit:hover,
        .homepage .newsletter .newsletter-form .wpcf7-submit:active,
        .homepage .newsletter .newsletter-form .wpcf7-submit:focus,
        .homepage .newsletter .newsletter-form .wpcf7-submit:hover,
        .homepage .newsletter .newsletter-form__submit:active,
        .homepage .newsletter .newsletter-form__submit:focus,
        .homepage .newsletter .newsletter-form__submit:hover {
          background-color: #BDA9B6;
          border-color: #000;
          color: #fff; }
      .homepage .newsletter .wpcf7-form p:nth-child(3),
      .homepage .newsletter .newsletter-form p:nth-child(3) {
        width: 50%; }
      .homepage .newsletter .wpcf7-form .wpcf7-spinner,
      .homepage .newsletter .newsletter-form .wpcf7-spinner {
        position: absolute;
        bottom: 0; }
      .homepage .newsletter .wpcf7-form .wpcf7-response-output,
      .homepage .newsletter .newsletter-form .wpcf7-response-output {
        position: absolute;
        left: 0;
        bottom: -100px; }
        @media (max-width: 991.98px) {
          .homepage .newsletter .wpcf7-form .wpcf7-response-output,
          .homepage .newsletter .newsletter-form .wpcf7-response-output {
            bottom: -43px;
            font-size: 12px;
            padding: 4px 8px;
            margin: 0;
            line-height: 16px; } }
  .homepage .video-container {
    padding: 56.25% 0 0 0;
    position: relative; }
    @media (max-width: 550px) {
      .homepage .video-container {
        padding-top: 177.77%; } }
    .homepage .video-container iframe, .homepage .video-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .homepage .video-container img {
      object-fit: cover; }
    @media (max-width: 550px) {
      .homepage .video-container img.desktop {
        display: none; } }
    .homepage .video-container img.mobile {
      display: none; }
      @media (max-width: 550px) {
        .homepage .video-container img.mobile {
          display: block; } }

/** end .homepage wrapper  */
/* ============unknonw styles ======================================================================== */
.homepage .newsletter .wpcf7-form div#wpcf7-f8257-o1,
.homepage .newsletter-form div#wpcf7-f8257-o1 {
  width: 100%; }

.homepage .stories__pettern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  z-index: -1; }
  @media (min-width: 992px) {
    .homepage .stories__pettern {
      height: 8.125rem; } }

.homepage .newsletter__pettern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; }

.homepage > svg {
  display: none; }

.site-header .event {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  text-decoration: none;
  display: none;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 26px;
  line-height: 26px;
  z-index: 11;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  transition: background-color .2s, color .2s;
  /*
    &:after
    {
      content:'';
      width:20px;
      height:100%;    
      position:absolute;
      right:0;
      top:0;
      background:linear-gradient(90deg, transparent, #ecf2fa);
    }
    */ }
  .admin-bar .site-header .event {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .site-header .event {
        top: 32px; } }
  .site-header .event:hover {
    background-color: #dbd6d5;
    color: #000; }
  body.with-event-top .site-header .event {
    display: block; }
  .site-header .event .plus {
    display: inline-block;
    width: 10px; }
  .site-header .event .date {
    margin: 0 9px; }
  .site-header .event .see-details {
    display: none; }
    @media (min-width: 465px) {
      .site-header .event .see-details {
        display: inline; } }

.site-header .event-popup {
  display: none;
  background-color: #ecf2fa;
  position: absolute;
  top: 96%;
  left: 0;
  z-index: 1000000;
  max-width: 400px;
  padding: 36px 28px;
  box-sizing: border-box;
  width: 100%;
  line-height: normal; }
  .site-header .event-popup .designer {
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    margin-top: 0; }
  .site-header .event-popup .type {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
    text-align: center; }
  .site-header .event-popup a {
    text-decoration: none; }
  .site-header .event-popup .top {
    margin-top: 20px; }
    .site-header .event-popup .top:after {
      content: '';
      display: table;
      width: 100%;
      height: 0.1px;
      clear: both; }
    .site-header .event-popup .top > img {
      display: block;
      width: 45%;
      float: left;
      padding-right: 10px;
      box-sizing: border-box;
      height: auto; }
    .site-header .event-popup .top .info {
      width: 55%;
      float: right; }
      .site-header .event-popup .top .info .line {
        display: table;
        cell-spacing: 5px;
        table-layout: fixed;
        width: 100%;
        padding: 6px 0; }
        .site-header .event-popup .top .info .line span {
          display: table-cell;
          vertical-align: top;
          width: 100%;
          padding-top: 3px;
          padding-left: 8px; }
        .site-header .event-popup .top .info .line i {
          color: #000;
          margin-right: 4px;
          font-size: 21px;
          display: table-cell;
          vertical-align: top;
          width: 20px; }
        .site-header .event-popup .top .info .line .k-icon {
          width: 20px;
          height: 20px; }
  .site-header .event-popup p {
    line-height: 1.4em;
    font-size: 13px; }
  .site-header .event-popup a {
    display: inline-block;
    font-weight: 300;
    font-size: 14px; }
  .site-header .event-popup .designer-products {
    margin: 20px 0; }
    .site-header .event-popup .designer-products:after {
      content: '';
      display: table;
      width: 100%;
      height: 0.1px;
      clear: both; }
    .site-header .event-popup .designer-products a {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 2.5%;
      padding-right: 2.5%; }
      .site-header .event-popup .designer-products a img {
        display: block;
        width: 100%;
        height: auto; }

.site-header .content-popup {
  display: none;
  background-color: #ecf2fa;
  position: fixed;
  top: 26px;
  left: 50%;
  z-index: 1000000;
  max-width: 400px;
  padding: 36px 28px;
  box-sizing: border-box;
  width: 100%;
  line-height: normal;
  transform: translateX(-50%); }
  .admin-bar .site-header .content-popup {
    top: 72px; }
    @media screen and (min-width: 783px) {
      .admin-bar .site-header .content-popup {
        top: 58px; } }

.site-header .top-bar {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  background: #ecf2fa;
  z-index: 11;
  top: 0;
  height: 26px;
  line-height: 24px;
  display: none; }
  .admin-bar .site-header .top-bar {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .site-header .top-bar {
        top: 32px; } }
  @media (min-width: 1100px) {
    .site-header .top-bar {
      display: block;
      height: 36px;
      background: #f3f3f3; } }
  .site-header .top-bar .wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .site-header .top-bar .links a, .site-header .top-bar .links span {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    line-height: 36px; }
  .site-header .top-bar .links span {
    font-weight: 500;
    position: relative; }
    .site-header .top-bar .links span:first-child:after {
      content: '';
      position: absolute;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #f3f3f3;
      top: 100%;
      left: 50%;
      margin-left: -8px; }
  .site-header .top-bar .links a:hover {
    text-decoration: underline; }
  .site-header .top-bar .right {
    display: none;
    float: none; }
    @media (min-width: 1100px) {
      .site-header .top-bar .right {
        display: block; } }
  .site-header .top-bar a {
    color: #000;
    text-decoration: none; }
  .site-header .top-bar i.fa, .site-header .top-bar span.fa {
    font-size: 1rem;
    position: relative;
    display: inline-block;
    line-height: inherit;
    color: #000; }
  .site-header .top-bar .social, .site-header .top-bar .phone, .site-header .top-bar .favorites, .site-header .top-bar .logout, .site-header .top-bar .shopping-cart {
    position: relative;
    display: inline-block; }
    .site-header .top-bar .social i.fa, .site-header .top-bar .social span.fa, .site-header .top-bar .phone i.fa, .site-header .top-bar .phone span.fa, .site-header .top-bar .favorites i.fa, .site-header .top-bar .favorites span.fa, .site-header .top-bar .logout i.fa, .site-header .top-bar .logout span.fa, .site-header .top-bar .shopping-cart i.fa, .site-header .top-bar .shopping-cart span.fa {
      cursor: pointer;
      padding: 0 10px; }
    .site-header .top-bar .social button, .site-header .top-bar .phone button, .site-header .top-bar .favorites button, .site-header .top-bar .logout button, .site-header .top-bar .shopping-cart button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      background: none;
      outline: 0;
      padding: 0;
      position: relative;
      line-height: inherit; }
  .site-header .top-bar .favorites-popup, .site-header .top-bar .wishlist-popup {
    position: absolute;
    left: -50px;
    top: 100%;
    background: #ecf2fa;
    width: 330px;
    padding: 12px;
    box-sizing: border-box;
    line-height: normal;
    display: none; }
    .site-header .top-bar .favorites-popup .favorite-list, .site-header .top-bar .wishlist-popup .favorite-list {
      max-height: 500px;
      overflow-y: auto; }
  .site-header .top-bar .top-functions {
    display: inline-block; }

.site-header .nav-bar {
  box-sizing: border-box;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 9;
  top: 0;
  text-align: center;
  border-bottom: solid 1px #cecdce; }
  .admin-bar .site-header .nav-bar {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .site-header .nav-bar {
        top: 32px; } }
  @media (min-width: 1100px) {
    .site-header .nav-bar {
      top: 36px;
      text-align: left; }
      .admin-bar .site-header .nav-bar {
        top: 82px; } }
    @media screen and (min-width: 1100px) and (min-width: 783px) {
      .admin-bar .site-header .nav-bar {
        top: 68px; } }
  .site-header .nav-bar .wrapper {
    padding: 0;
    position: relative;
    height: 42px; }
    @media (min-width: 1100px) {
      .site-header .nav-bar .wrapper {
        height: 80px;
        display: flex;
        align-items: center; } }
  .site-header .nav-bar .logo {
    width: 117px;
    height: auto;
    max-width: unset;
    margin-top: 10px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast; }
  .site-header .nav-bar .k {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    cursor: pointer; }
  .site-header .nav-bar .k-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 295px;
    background: #000;
    color: #fff;
    padding: 3px 25px;
    padding-bottom: 15px;
    box-sizing: border-box;
    text-align: left;
    line-height: normal;
    font-size: 13px;
    display: none; }
    .site-header .nav-bar .k-menu .widget {
      margin-bottom: 10px; }
    .site-header .nav-bar .k-menu h2 {
      font-size: 15px;
      font-family: "Playfair Display", serif;
      font-weight: 400;
      padding-bottom: 5px;
      border-bottom: 1px solid #fff;
      margin: 7px 0;
      letter-spacing: .5px;
      text-transform: uppercase; }
    .site-header .nav-bar .k-menu .social-holder {
      margin-top: 15px;
      text-align: center; }
    .site-header .nav-bar .k-menu .social {
      display: inline-block;
      font-size: 22px;
      margin: 5px 11px; }
    .site-header .nav-bar .k-menu a {
      color: #fff;
      text-decoration: none; }
    .site-header .nav-bar .k-menu ul {
      margin: 0;
      padding: 0;
      margin-bottom: 26px;
      list-style: none; }
      .site-header .nav-bar .k-menu ul li {
        font-size: 16px;
        border-bottom: 1px solid #fff; }
        .site-header .nav-bar .k-menu ul li a {
          padding: 16px 0;
          display: block; }
    .site-header .nav-bar .k-menu .mc4wp-form-fields {
      display: block; }
      .site-header .nav-bar .k-menu .mc4wp-form-fields .email, .site-header .nav-bar .k-menu .mc4wp-form-fields .submit {
        display: block;
        width: 100%; }
        .site-header .nav-bar .k-menu .mc4wp-form-fields .email input[type="submit"], .site-header .nav-bar .k-menu .mc4wp-form-fields .submit input[type="submit"] {
          border: none;
          background: #bdba9b; }
  .site-header .nav-bar nav {
    display: none; }
  @media (min-width: 0) and (max-width: 1099px) {
    .site-header .nav-bar .wrapper > form {
      display: inline-block;
      vertical-align: top; }
      .site-header .nav-bar .wrapper > form button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        line-height: inherit;
        outline: 0;
        position: relative;
        vertical-align: top;
        background-color: transparent;
        border: none;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translate(-50%, -50%); }
        .site-header .nav-bar .wrapper > form button i {
          padding: 0 10px; }
      .site-header .nav-bar .wrapper > form .fa.fa-search {
        font-size: 1.15rem;
        position: relative;
        display: inline-block;
        line-height: inherit;
        color: #000; } }
    @media (min-width: 0) and (max-width: 1099px) and (min-width: 465px) {
      .site-header .nav-bar .wrapper > form .fa.fa-search {
        font-size: 1.15rem; } }
  @media (min-width: 0) and (max-width: 1099px) {
    .site-header .nav-bar .search-holder {
      padding-top: 18px;
      top: 42px;
      height: 0;
      width: 100%;
      opacity: 0;
      position: fixed;
      z-index: 1000;
      left: 0;
      background: #c38473;
      overflow: hidden;
      text-align: center;
      transition: width .3s,opacity .3s, height .3s; }
      .admin-bar .site-header .nav-bar .search-holder {
        top: 92px; } }
    @media screen and (min-width: 0) and (max-width: 1099px) and (min-width: 783px) {
      .admin-bar .site-header .nav-bar .search-holder {
        top: 78px; } }
  @media (min-width: 0) and (max-width: 1099px) and (min-width: 465px) {
    .site-header .nav-bar .search-holder {
      padding-top: 10px;
      right: -3px;
      top: -1px !important;
      left: auto;
      background: none;
      position: absolute;
      z-index: 0;
      width: 0;
      height: auto; }
      .site-header .nav-bar .search-holder button {
        display: none; } }
  @media (min-width: 0) and (max-width: 1099px) {
      .site-header .nav-bar .search-holder.show {
        height: 46px;
        opacity: 1; } }
    @media (min-width: 0) and (max-width: 1099px) and (min-width: 465px) {
      .site-header .nav-bar .search-holder.show {
        width: 100%;
        width: 140px;
        right: 51px; } }
  @media (min-width: 0) and (max-width: 1099px) {
        .site-header .nav-bar .search-holder.show button {
          top: 29px;
          right: 46px; }
      .site-header .nav-bar .search-holder input {
        width: 70%;
        box-sizing: border-box;
        padding: 3px 6px;
        font-size: 15px;
        font-weight: 300;
        border: 0.5px solid gray;
        border-radius: 4px; } }
    @media (min-width: 0) and (max-width: 1099px) and (min-width: 465px) {
      .site-header .nav-bar .search-holder input {
        width: 100%; } }
  @media (min-width: 0) and (max-width: 1099px) {
    .site-header .nav-bar .primary-button {
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 0;
      padding: 8px;
      font-size: 25px;
      line-height: 25px;
      height: 42px;
      box-sizing: border-box; }
      .site-header .nav-bar .primary-button span {
        display: none; }
      .site-header .nav-bar .primary-button i {
        position: relative;
        left: 1px; } }
  @media (min-width: 1100px) {
    .site-header .nav-bar {
      /*
      &:before
      {
        content:"";
        position:absolute;
        left:50%;
        top:100%;
        background:url('../../front/images/grey-arrow.png') no-repeat;
        width:15px;
        height: 4px;
        margin-left: -7.5px;
      } 
      */ }
      .site-header .nav-bar .logo {
        margin-top: 0; }
      .site-header .nav-bar .k {
        width: 45px; }
      .site-header .nav-bar form {
        display: none; }
      .site-header .nav-bar .primary-button {
        white-space: nowrap;
        flex-shrink: 0; }
        .site-header .nav-bar .primary-button i {
          display: none; }
      .site-header .nav-bar nav {
        display: block;
        margin-left: 12px;
        margin-right: 2px;
        width: 100%;
        height: 100%; }
        .site-header .nav-bar nav > ul {
          margin: 0;
          padding: 0;
          height: 100%;
          display: flex;
          align-items: stretch;
          justify-content: space-around; }
          .site-header .nav-bar nav > ul li {
            list-style: none;
            padding: 0 4px;
            cursor: default; }
            .site-header .nav-bar nav > ul li > a {
              display: block;
              font-size: 14px;
              font-weight: 300;
              text-transform: uppercase;
              text-decoration: none;
              color: #000;
              text-transform: uppercase;
              font-family: "Alegreya Sans SC", sans-serif;
              letter-spacing: .1em;
              height: 100%;
              display: flex;
              align-items: center;
              white-space: nowrap; }
            .site-header .nav-bar nav > ul li .mega {
              line-height: normal;
              padding: 25px 18px;
              padding-bottom: 35px;
              box-sizing: border-box;
              width: 100%;
              transform-origin: 50% 0;
              transition: 200ms;
              position: absolute;
              top: 80px;
              left: 0;
              visibility: hidden;
              opacity: 0;
              filter: alpha(opacity=0); }
              .site-header .nav-bar nav > ul li .mega .narrow {
                max-width: 800px;
                margin: 0 auto; }
              .site-header .nav-bar nav > ul li .mega .col {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                float: left;
                padding-left: 2.5%;
                padding-right: 2.5%; }
              .site-header .nav-bar nav > ul li .mega .col-2 {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 50%;
                float: left;
                padding-left: 2.5%;
                padding-right: 2.5%; }
              .site-header .nav-bar nav > ul li .mega .col-3 {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 33.33333%;
                float: left;
                padding-left: 2.5%;
                padding-right: 2.5%; }
              .site-header .nav-bar nav > ul li .mega .col-4 {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 25%;
                float: left;
                padding-left: 2.5%;
                padding-right: 2.5%; }
              .site-header .nav-bar nav > ul li .mega .col-5 {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 20%;
                float: left;
                padding-left: 2.5%;
                padding-right: 2.5%; }
              .site-header .nav-bar nav > ul li .mega .col-6 {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 16.66667%;
                float: left;
                padding-left: 2.5%;
                padding-right: 2.5%; }
            .site-header .nav-bar nav > ul li:hover .mega {
              visibility: visible;
              opacity: 1;
              filter: alpha(opacity=100); }
            .site-header .nav-bar nav > ul li:hover {
              background-color: rgba(219, 214, 213, 0.95); }
            .site-header .nav-bar nav > ul li .arrow {
              display: none; } }

@media (min-width: 1100px) {
  body.alt-nav {
    padding-top: 45px; } }

@media (min-width: 1100px) {
  body.alt-nav .site-header .nav-bar {
    position: absolute;
    top: 104px;
    border-bottom: none;
    background: none;
    transition: background .3s, border-bottom-color .3s;
    border-bottom: solid 1px transparent; }
    body.alt-nav .site-header .nav-bar:before {
      opacity: 0;
      transition: opacity .3s; }
    body.alt-nav .site-header .nav-bar .logo {
      margin-left: 12px; }
    body.alt-nav .site-header .nav-bar .wrapper {
      transition: background .3s;
      background: rgba(255, 255, 255, 0.75); }
    body.alt-nav .site-header .nav-bar.fixed {
      top: 45px;
      position: fixed;
      background: #fff;
      border-bottom-color: #cecdce; }
      body.alt-nav .site-header .nav-bar.fixed:before {
        opacity: 1; }
      body.alt-nav .site-header .nav-bar.fixed .wrapper {
        background: none; } }

body.with-event-top .site-header .top-bar {
  top: 26px; }

body.with-event-top .site-header .nav-bar {
  top: 62px; }

body.with-event-top.admin-bar .site-header .top-bar {
  top: 72px; }
  @media screen and (min-width: 783px) {
    body.with-event-top.admin-bar .site-header .top-bar {
      top: 58px; } }

body.with-event-top.admin-bar .site-header .nav-bar {
  top: 108px; }
  @media screen and (min-width: 783px) {
    body.with-event-top.admin-bar .site-header .nav-bar {
      top: 94px; } }

@media (min-width: 0) and (max-width: 1099px) {
  body.with-event-top .site-header .nav-bar {
    top: 26px; }
    body.with-event-top .site-header .nav-bar .search-holder {
      top: 69px; }
  body.with-event-top.admin-bar .site-header .nav-bar {
    top: 72px; } }
  @media screen and (min-width: 0) and (max-width: 1099px) and (min-width: 783px) {
    body.with-event-top.admin-bar .site-header .nav-bar {
      top: 58px; } }

@media (min-width: 1100px) {
  body.alt-nav.admin-bar .site-header .nav-bar {
    top: 136px; }
    body.alt-nav.admin-bar .site-header .nav-bar.fixed {
      top: 77px; } }

.top-functions {
  line-height: 44px; }
  @media (min-width: 1100px) {
    .top-functions {
      line-height: 36px;
      height: 36px; } }
  .top-functions a {
    color: #000;
    text-decoration: none;
    vertical-align: top; }
  .top-functions a.account, .top-functions div.account {
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    padding: 0 11px;
    margin: 0 10px;
    margin-right: 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    position: relative;
    /*
    &.logged-in
    {
      background:none;
      color:#000;
    }
    */
    /*
    &:before, &:after
    {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      //margin-right: -0.25em;
     }
     */ }
    .top-functions a.account .login-dropdown, .top-functions div.account .login-dropdown {
      display: none;
      position: absolute;
      background: rgba(236, 242, 250, 0.95);
      line-height: 2em;
      top: 100%;
      right: 0;
      width: 280px;
      color: #000;
      cursor: auto;
      margin-top: 1px;
      padding: 14px;
      box-sizing: border-box;
      text-align: left; }
      @media (min-width: 1000px) {
        .top-functions a.account .login-dropdown, .top-functions div.account .login-dropdown {
          right: 0;
          left: auto; } }
      .top-functions a.account .login-dropdown form.login, .top-functions div.account .login-dropdown form.login {
        background: none;
        padding: 0;
        margin: 0;
        text-align: left; }
        .top-functions a.account .login-dropdown form.login .info, .top-functions div.account .login-dropdown form.login .info {
          padding-top: 0;
          font-size: 17px;
          text-transform: uppercase;
          line-height: 1.5em;
          margin-bottom: 10px; }
          .top-functions a.account .login-dropdown form.login .info span, .top-functions div.account .login-dropdown form.login .info span {
            display: block; }
        .top-functions a.account .login-dropdown form.login .form-row, .top-functions div.account .login-dropdown form.login .form-row {
          padding: 0; }
          .top-functions a.account .login-dropdown form.login .form-row label, .top-functions div.account .login-dropdown form.login .form-row label {
            display: inline-block;
            font-size: 15px;
            text-transform: uppercase; }
        .top-functions a.account .login-dropdown form.login .email-row, .top-functions a.account .login-dropdown form.login .password-row, .top-functions div.account .login-dropdown form.login .email-row, .top-functions div.account .login-dropdown form.login .password-row {
          width: auto;
          display: block;
          text-align: right;
          margin-right: 0;
          margin-bottom: 3px;
          text-align: left; }
          .top-functions a.account .login-dropdown form.login .email-row label, .top-functions a.account .login-dropdown form.login .password-row label, .top-functions div.account .login-dropdown form.login .email-row label, .top-functions div.account .login-dropdown form.login .password-row label {
            width: 85px; }
          .top-functions a.account .login-dropdown form.login .email-row .password-input, .top-functions a.account .login-dropdown form.login .password-row .password-input, .top-functions div.account .login-dropdown form.login .email-row .password-input, .top-functions div.account .login-dropdown form.login .password-row .password-input {
            display: inline-block;
            width: 155px; }
          .top-functions a.account .login-dropdown form.login .email-row .show-password-input, .top-functions a.account .login-dropdown form.login .password-row .show-password-input, .top-functions div.account .login-dropdown form.login .email-row .show-password-input, .top-functions div.account .login-dropdown form.login .password-row .show-password-input {
            display: none; }
          .top-functions a.account .login-dropdown form.login .email-row input, .top-functions a.account .login-dropdown form.login .password-row input, .top-functions div.account .login-dropdown form.login .email-row input, .top-functions div.account .login-dropdown form.login .password-row input {
            width: 155px;
            box-sizing: border-box;
            padding: 3px 4px;
            margin-left: 4px;
            font-size: 15px;
            font-weight: 300;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            border-radius: 0;
            display: inline-block;
            vertical-align: top;
            background: #fff;
            border: 1px solid #a6a8ab; }
        .top-functions a.account .login-dropdown form.login .login-col, .top-functions div.account .login-dropdown form.login .login-col {
          margin-top: 0; }
        .top-functions a.account .login-dropdown form.login #rememberme, .top-functions a.account .login-dropdown form.login #rememberme + label, .top-functions div.account .login-dropdown form.login #rememberme, .top-functions div.account .login-dropdown form.login #rememberme + label {
          display: none; }
        .top-functions a.account .login-dropdown form.login .lost_password, .top-functions div.account .login-dropdown form.login .lost_password {
          font-size: 12px; }
      .top-functions a.account .login-dropdown div.new, .top-functions div.account .login-dropdown div.new {
        font-size: 17px;
        margin-top: 8px;
        text-transform: uppercase; }
      .top-functions a.account .login-dropdown a.new, .top-functions div.account .login-dropdown a.new {
        text-decoration: underline;
        display: inline-block;
        margin-bottom: 10px; }
    .top-functions a.account.consultant-dashboard, .top-functions div.account.consultant-dashboard {
      display: none; }
      @media (min-width: 465px) {
        .top-functions a.account.consultant-dashboard, .top-functions div.account.consultant-dashboard {
          display: inline-block; } }
    .top-functions a.account .holder, .top-functions div.account .holder {
      display: inline-block;
      vertical-align: middle;
      overflow: hidden; }
      .top-functions a.account .holder span, .top-functions div.account .holder span {
        display: block;
        line-height: 15px;
        max-width: 130px;
        white-space: nowrap; }
    .top-functions a.account .your-account, .top-functions div.account .your-account {
      font-size: 11px;
      text-decoration: underline; }
  .top-functions > form {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .top-functions > form button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      line-height: inherit;
      outline: 0;
      position: relative;
      vertical-align: top; }
      .top-functions > form button i {
        padding: 0 10px; }
  .top-functions .search-holder {
    top: 46px;
    height: 0;
    width: 100%;
    opacity: 0;
    position: fixed;
    z-index: 1000;
    left: 0;
    background: #c38473;
    overflow: hidden;
    text-align: center;
    transition: width .3s,opacity .3s, height .3s; }
    .admin-bar .top-functions .search-holder {
      top: 92px; }
      @media screen and (min-width: 783px) {
        .admin-bar .top-functions .search-holder {
          top: 78px; } }
    @media (min-width: 465px) {
      .top-functions .search-holder {
        right: 3px;
        top: 1px !important;
        left: auto;
        background: none;
        position: absolute;
        z-index: 0;
        width: 0;
        height: auto; }
        .top-functions .search-holder button {
          display: none; } }
    .top-functions .search-holder.show {
      height: 46px;
      opacity: 1; }
      @media (min-width: 465px) {
        .top-functions .search-holder.show {
          width: 100%;
          width: 140px; } }
    .top-functions .search-holder input {
      width: 70%;
      box-sizing: border-box;
      padding: 3px 6px;
      font-size: 15px;
      font-weight: 300; }
      @media (min-width: 465px) {
        .top-functions .search-holder input {
          width: 100%; } }
  .top-functions .phone span.number {
    top: 46px;
    display: none;
    position: fixed;
    left: 0;
    z-index: 1000;
    background: #c38473;
    width: 100%;
    box-sizing: border-box;
    text-align: center; }
    .admin-bar .top-functions .phone span.number {
      top: 92px; }
      @media screen and (min-width: 783px) {
        .admin-bar .top-functions .phone span.number {
          top: 78px; } }
    @media (min-width: 465px) {
      .top-functions .phone span.number {
        width: auto;
        position: static;
        background: none;
        vertical-align: middle;
        white-space: nowrap; }
        .top-functions .phone span.number:after {
          content: "";
          width: 8px;
          display: inline-block; } }
  .top-functions a.logout {
    background: #000;
    color: #fff;
    height: 45px; }
  .top-functions .favorites .count {
    display: none;
    position: absolute;
    color: #000;
    padding: 0 4px;
    top: 4px;
    right: -2px;
    font-size: 11px;
    line-height: normal;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer; }
    .top-functions .favorites .count span {
      position: relative; }
    .top-functions .favorites .count:before {
      position: absolute;
      background: #fff;
      border-radius: 50%;
      border: 1px solid #000;
      content: "";
      padding-top: 100%;
      width: 100%;
      top: 50%;
      left: -1px;
      margin-top: -1px;
      transform: translateY(-50%); }

.favorites-popup, .wishlist-popup {
  cursor: auto; }
  .favorites-popup .fav-row, .wishlist-popup .fav-row {
    display: table;
    width: 100%;
    margin: 7px 0;
    text-decoration: none;
    color: #000; }
    .favorites-popup .fav-row .img-holder, .wishlist-popup .fav-row .img-holder {
      display: table-cell;
      width: 32%;
      vertical-align: middle;
      box-sizing: border-box;
      padding-right: 12px; }
      .favorites-popup .fav-row .img-holder img, .wishlist-popup .fav-row .img-holder img {
        display: block;
        width: 100%;
        height: auto; }
    .favorites-popup .fav-row h3, .wishlist-popup .fav-row h3 {
      font-weight: 300;
      font-size: 16px;
      display: table-cell;
      vertical-align: middle;
      width: 68%; }
  .favorites-popup .button, .favorites-popup a.button, .wishlist-popup .button, .wishlist-popup a.button {
    text-align: center;
    width: 200px;
    margin: 0 auto;
    margin-top: 12px;
    cursor: pointer;
    display: block;
    color: #fff; }

.mobile-menu-holder .mfp-content {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }
  .admin-bar .mobile-menu-holder .mfp-content {
    padding-top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .mobile-menu-holder .mfp-content {
        padding-top: 32px; } }

.mobile-menu-holder.mfp-bg {
  background: transparent; }

.mobile-menu-holder.mfp-fade.mfp-wrap .mfp-content {
  left: -100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mobile-menu-holder.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  left: 0%; }

.mobile-menu-holder.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  left: -100%; }

.mobile-menu-holder .mfp-container {
  padding: 0; }

.mobile-filter-holder .mfp-content {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }
  .admin-bar .mobile-filter-holder .mfp-content {
    padding-top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .mobile-filter-holder .mfp-content {
        padding-top: 32px; } }

.mobile-filter-holder.mfp-bg {
  background: transparent; }

.mobile-filter-holder.mfp-fade.mfp-wrap .mfp-content {
  right: -100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mobile-filter-holder.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  right: 0%; }

.mobile-filter-holder.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  right: -100%; }

.mobile-filter-holder .mfp-container {
  padding: 0; }

.mobile-menu {
  max-width: 700px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media (min-width: 700px) {
    .mobile-menu {
      border-right: 1px solid #000; } }
  .mobile-menu .favorites-popup, .mobile-menu .wishlist-popup {
    z-index: 3;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    padding-top: 56px;
    box-sizing: border-box;
    overflow-y: auto;
    background: #ecf2fa;
    display: none;
    max-width: 330px; }
  .mobile-menu .top-functions {
    text-align: right;
    position: relative;
    z-index: 4;
    background-color: #fff;
    border-bottom: 1px solid #000; }
    .mobile-menu .top-functions a.account, .mobile-menu .top-functions div.account {
      margin-right: 0;
      margin-left: 6px;
      font-size: 15px;
      padding: 0 8px; }
    .mobile-menu .top-functions .social, .mobile-menu .top-functions .phone, .mobile-menu .top-functions .favorites, .mobile-menu .top-functions .logout, .mobile-menu .top-functions .shopping-cart {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .mobile-menu .top-functions .social i.fa, .mobile-menu .top-functions .social span.fa, .mobile-menu .top-functions .phone i.fa, .mobile-menu .top-functions .phone span.fa, .mobile-menu .top-functions .favorites i.fa, .mobile-menu .top-functions .favorites span.fa, .mobile-menu .top-functions .logout i.fa, .mobile-menu .top-functions .logout span.fa, .mobile-menu .top-functions .shopping-cart i.fa, .mobile-menu .top-functions .shopping-cart span.fa {
        cursor: pointer;
        padding: 0 8px; }
      .mobile-menu .top-functions .social button, .mobile-menu .top-functions .phone button, .mobile-menu .top-functions .favorites button, .mobile-menu .top-functions .logout button, .mobile-menu .top-functions .shopping-cart button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        background: none;
        outline: 0;
        padding: 0;
        position: relative;
        line-height: inherit; }
    .mobile-menu .top-functions .sub-top {
      text-align: left;
      position: absolute;
      left: 100%;
      top: 0;
      width: 100%;
      overflow: hidden;
      height: 100%;
      line-height: 45px;
      background-color: #fff;
      border-bottom: 1px solid #000; }
      .mobile-menu .top-functions .sub-top .back {
        position: absolute;
        top: 0;
        left: 12px;
        font-size: 15px; }
      .mobile-menu .top-functions .sub-top h3 {
        text-align: center;
        width: 70%;
        margin: 0 auto;
        font-size: 16px;
        font-weight: normal; }
  .mobile-menu nav {
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 47px;
    box-sizing: border-box; }
    .mobile-menu nav > ul {
      margin: 0;
      padding: 0 10px;
      height: 100%;
      overflow-y: auto;
      background: rgba(255, 255, 255, 0.95); }
      .mobile-menu nav > ul li {
        list-style: none;
        border-bottom: 1px solid #000; }
        .mobile-menu nav > ul li > a {
          padding: 15px 0;
          color: #000;
          text-decoration: none;
          display: block; }
        .mobile-menu nav > ul li .primary-button {
          color: #fff;
          border-radius: 0; }
          .mobile-menu nav > ul li .primary-button i {
            display: none; }
        .mobile-menu nav > ul li.menu-item > a {
          font-weight: 400; }
        .mobile-menu nav > ul li:last-child {
          border-bottom: none; }
        .mobile-menu nav > ul li.menu-item-has-children:after {
          content: '';
          display: table;
          width: 100%;
          height: 0.1px;
          clear: both; }
        .mobile-menu nav > ul li.menu-item-has-children > a {
          width: 80%;
          float: left; }
        .mobile-menu nav > ul li.menu-item-has-children > .arrow {
          width: 20%;
          float: right;
          padding: 15px;
          text-align: right;
          box-sizing: border-box; }
    .mobile-menu nav .mega {
      padding: 20px 10px;
      position: absolute;
      left: 100%;
      top: 0;
      width: 100%;
      display: none;
      box-sizing: border-box;
      height: 100%;
      padding-top: 50px;
      overflow-y: auto; }
      .mobile-menu nav .mega .col {
        margin-bottom: 18px; }
      @media (min-width: 465px) {
        .mobile-menu nav .mega .col {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 50%;
          float: left;
          padding-left: 2.08333%;
          padding-right: 2.08333%; } }
      @media (min-width: 700px) {
        .mobile-menu nav .mega .col {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 33.33333%;
          float: left;
          padding-left: 2.08333%;
          padding-right: 2.08333%; } }

.woocommerce div.product {
  padding-top: 30px;
  border-top: 1px solid #BDBDBD; }
  .woocommerce div.product:after {
    content: '';
    display: table;
    width: 100%;
    height: 0.1px;
    clear: both; }
  .woocommerce div.product .product-images {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 26px;
    position: relative; }
    .woocommerce div.product .product-images:after {
      content: '';
      display: table;
      width: 100%;
      height: 0.1px;
      clear: both; }
    @media (min-width: 700px) {
      .woocommerce div.product .product-images {
        float: right;
        width: 50%;
        max-width: 100%;
        margin: 0;
        min-height: 200px; } }
    @media (min-width: 1000px) {
      .woocommerce div.product .product-images {
        width: 60%; } }
    .woocommerce div.product .product-images .zoom-container {
      position: absolute;
      width: 100%;
      height: 100%;
      right: 100%;
      top: 0;
      z-index: 1000;
      display: none; }
    .woocommerce div.product .product-images .product-thumbnails {
      float: right;
      width: 20%;
      display: none; }
      @media (min-width: 700px) {
        .woocommerce div.product .product-images .product-thumbnails {
          display: block; } }
      .woocommerce div.product .product-images .product-thumbnails img {
        display: block;
        width: 100%;
        cursor: pointer; }
      .woocommerce div.product .product-images .product-thumbnails .thumb {
        padding-bottom: 15px;
        opacity: .6; }
      .woocommerce div.product .product-images .product-thumbnails .slick-current .thumb {
        opacity: 1; }
      .woocommerce div.product .product-images .product-thumbnails .slick-track {
        transform: none !important; }
    @media (min-width: 700px) {
      .woocommerce div.product .product-images .share-links {
        float: left;
        width: 77%; } }
    .woocommerce div.product .product-images .exclusive {
      position: absolute;
      left: 100%;
      top: 0;
      background: url("../../front/images/k.png") no-repeat;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-crisp-edges;
      image-rendering: -webkit-optimize-contrast;
      width: 36px;
      height: 36px;
      background-size: contain;
      margin-left: -36px;
      z-index: 5; }
      @media (min-width: 700px) {
        .woocommerce div.product .product-images .exclusive {
          left: 77%; } }
    .woocommerce div.product .product-images .main-slider {
      position: relative; }
      @media (min-width: 700px) {
        .woocommerce div.product .product-images .main-slider {
          float: left;
          width: 77%; } }
      .woocommerce div.product .product-images .main-slider .prev, .woocommerce div.product .product-images .main-slider .next {
        line-height: 26px;
        margin-top: -20px;
        color: #fff;
        font-size: 26px;
        top: 50%;
        position: absolute;
        z-index: 3;
        padding: 7px;
        width: 26px;
        text-align: center;
        cursor: pointer; }
      .woocommerce div.product .product-images .main-slider .prev {
        left: 0; }
      .woocommerce div.product .product-images .main-slider .next {
        right: 0; }
      .woocommerce div.product .product-images .main-slider .slick-slide {
        /*
        display: table-cell;
        vertical-align: middle;
        float: none;
        */
        height: inherit !important; }
        .woocommerce div.product .product-images .main-slider .slick-slide > div {
          height: 100%;
          display: flex;
          align-items: center; }
          @media (min-width: 700px) {
            .woocommerce div.product .product-images .main-slider .slick-slide > div {
              align-items: flex-start; } }
        .woocommerce div.product .product-images .main-slider .slick-slide .video {
          cursor: pointer;
          position: relative;
          background-size: cover;
          background-position: center; }
          @media (min-width: 700px) {
            .woocommerce div.product .product-images .main-slider .slick-slide .video {
              height: 500px; } }
          @media (min-width: 700px) {
            .woocommerce div.product .product-images .main-slider .slick-slide .video img {
              display: none; } }
          .woocommerce div.product .product-images .main-slider .slick-slide .video:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            font-family: FontAwesome;
            font-weight: normal;
            font-size: 40px;
            content: "\f04b";
            border-radius: 50%;
            width: 70px;
            height: 70px;
            text-align: left;
            line-height: 70px;
            text-indent: 24px;
            margin-top: -35px;
            margin-left: -35px;
            color: #fff;
            background: #000;
            transition: transform .2s; }
          .woocommerce div.product .product-images .main-slider .slick-slide .video:hover:after {
            transform: scale(1.2); }
        .woocommerce div.product .product-images .main-slider .slick-slide img {
          width: 100%;
          height: auto; }
      .woocommerce div.product .product-images .main-slider .slick-list {
        z-index: 2;
        white-space: nowrap; }
      .woocommerce div.product .product-images .main-slider .slide-track {
        display: table; }
      .woocommerce div.product .product-images .main-slider .slick-track {
        display: flex !important; }
    .woocommerce div.product .product-images .slick-slide {
      outline: 0; }
  .woocommerce div.product .product-title-top {
    max-width: 420px;
    margin: 0 auto; }
    @media (min-width: 700px) {
      .woocommerce div.product .product-title-top {
        float: left;
        width: 47%;
        max-width: 100%;
        margin: 0; } }
    @media (min-width: 1000px) {
      .woocommerce div.product .product-title-top {
        width: 36%; } }
    .woocommerce div.product .product-title-top h2.designer {
      font-family: "Playfair Display", serif;
      font-size: 30px;
      font-weight: normal;
      margin: 0;
      margin-right: 6px;
      letter-spacing: .5px;
      display: inline-block; }
    .woocommerce div.product .product-title-top .sku {
      font-size: 16px;
      font-weight: 300;
      white-space: nowrap; }
    .woocommerce div.product .product-title-top h1 {
      font-size: 20px;
      font-weight: 300;
      text-transform: uppercase; }
    .woocommerce div.product .product-title-top .favorite-item, .woocommerce div.product .product-title-top .wishlist-item {
      margin-bottom: 10px; }
  .woocommerce div.product .product-summary {
    font-size: 16px;
    font-weight: 300;
    max-width: 420px;
    margin: 0 auto; }
    @media (min-width: 700px) {
      .woocommerce div.product .product-summary {
        float: left;
        width: 47%;
        max-width: 100%;
        margin: 0; } }
    @media (min-width: 1000px) {
      .woocommerce div.product .product-summary {
        width: 36%; } }
    .woocommerce div.product .product-summary .large-button, .woocommerce div.product .product-summary .primary-button {
      display: block;
      margin: 20px 0; }
    .woocommerce div.product .product-summary .price-stock {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 20px 0; }
      .woocommerce div.product .product-summary .price-stock .stock {
        color: #0d4772;
        font-size: 20px;
        font-family: Alegreya Sans SC,sans-serif;
        margin: 0.5em 0;
        text-transform: lowercase;
        font-weight: 400; }
    .woocommerce div.product .product-summary .price {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 300;
      margin-top: 0;
      color: #000; }
      .woocommerce div.product .product-summary .price .amount {
        font-family: "Alegreya Sans SC", sans-serif;
        font-size: 30px;
        font-weight: 500; }
  .woocommerce div.product form.cart {
    margin-bottom: 0;
    margin-right: 12px; }
    .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
      margin-top: 12px; }
    .woocommerce div.product form.cart button {
      font-family: "Alegreya Sans SC", sans-serif;
      font-size: 28px;
      font-weight: 400;
      text-transform: lowercase;
      padding: 3px 10px 5px 10px;
      line-height: 1em; }
    .woocommerce div.product form.cart .qty {
      font-size: 23px;
      padding: 3px;
      line-height: 1em;
      height: auto;
      width: 2em; }
    .woocommerce div.product form.cart .variations label {
      font-weight: 500; }
    .woocommerce div.product form.cart .variations th {
      text-align: left; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-gallery .mfp-content {
  max-width: 96%; }
  @media (min-width: 700px) {
    .mfp-gallery .mfp-content {
      max-width: 80%; } }

#nav-toggle {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  padding: 19px 0 0 11px;
  width: 40px;
  height: 23px;
  transition: top .3s;
  z-index: 10; }
  .admin-bar #nav-toggle {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar #nav-toggle {
        top: 32px; } }
  @media (min-width: 1100px) {
    #nav-toggle {
      display: none; } }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 26px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out; }
  #nav-toggle span:before {
    top: -7px; }
  #nav-toggle span:after {
    bottom: -7px; }
  #nav-toggle.active span {
    background-color: transparent; }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
      top: 0; }
    #nav-toggle.active span:before {
      transform: rotate(45deg); }
    #nav-toggle.active span:after {
      transform: rotate(-45deg); }

body.with-event-top #nav-toggle {
  top: 26px; }
  body.with-event-top #nav-toggle.active {
    top: 0; }

body.with-event-top.admin-bar #nav-toggle {
  top: 72px; }
  body.with-event-top.admin-bar #nav-toggle.active {
    top: 46px; }
  @media screen and (min-width: 783px) {
    body.with-event-top.admin-bar #nav-toggle {
      top: 58px; }
      body.with-event-top.admin-bar #nav-toggle.active {
        top: 32px; } }

.mega {
  background-color: rgba(219, 214, 213, 0.95); }
  .mega .col h4, .mega .col h3, .mega .heading {
    font-size: 17px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    margin-top: 0;
    margin-bottom: .5em;
    display: block; }
  .mega .col > a {
    font-size: 16px;
    display: block;
    padding: 6px 0;
    text-decoration: none;
    color: #000; }
  .mega .img-holder {
    max-width: 400px;
    padding: 10px 0;
    display: block; }
    .mega .img-holder img {
      display: block;
      width: 100%;
      height: auto; }
    .mega .img-holder span {
      font-size: 14px;
      display: block;
      background: #fff;
      padding: 18px 26px; }
  .mega .social {
    padding: 10px 0;
    color: #000;
    text-decoration: none; }
    .mega .social a {
      display: inline-block;
      padding: 0 8px;
      font-size: 22px; }

.space {
  height: 30px; }

.page-top-links {
  padding-top: 12px;
  padding-bottom: 24px; }
  .page-top-links:after {
    content: '';
    display: table;
    width: 100%;
    height: 0.1px;
    clear: both; }
  .page-top-links .woocommerce-breadcrumb {
    float: left;
    margin: 0; }
    .page-top-links .woocommerce-breadcrumb a {
      color: #000;
      text-decoration: none; }
  .page-top-links .back {
    float: right;
    color: #000;
    text-decoration: none;
    font-size: 14px; }

.columns {
  margin-left: -2.08333%;
  margin-right: -2.08333%; }
  .columns:after {
    content: '';
    display: table;
    width: 100%;
    height: 0.1px;
    clear: both; }
  @media (min-width: 700px) {
    .columns > div {
      width: 95.83333%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .one-half {
      width: 45.83333%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .one-third {
      width: 29.16667%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .two-thirds {
      width: 62.5%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .one-quarter {
      width: 45.83333%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .three-quarters {
      width: 70.83333%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .one-sixth {
      width: 12.5%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .five-sixths {
      width: 79.16667%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; } }
  @media (min-width: 1000px) {
    .columns > div {
      width: 95.83333%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .one-half {
      width: 45.83333%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .one-third {
      width: 29.16667%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .two-thirds {
      width: 62.5%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .one-quarter {
      width: 20.83333%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .three-quarters {
      width: 70.83333%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .one-sixth {
      width: 12.5%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; }
    .columns .five-sixths {
      width: 79.16667%;
      float: left;
      margin-left: 2.08333%;
      margin-right: 2.08333%; } }

.widget.k-address {
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 8px; }
  .widget.k-address img {
    display: block;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast; }

.site-footer {
  word-break: break-word;
  margin-top: 40px;
  padding: 53px 0;
  background: #cbcbca;
  overflow-x: hidden; }
  @media (min-width: 992px) {
    .site-footer .vc_col-md-4 {
      width: 30%; }
    .site-footer .vc_col-md-8 {
      width: 70%; } }
  .site-footer .wrapper {
    max-width: 1150px; }
  .site-footer .k-address {
    border-bottom: 1px solid #000; }
  .site-footer .widget {
    margin-bottom: 35px;
    font-size: 13px;
    font-weight: 300; }
    .site-footer .widget h2 {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: .5px;
      font-family: "Playfair Display", serif;
      margin-bottom: .3em;
      margin-top: 0; }
    .site-footer .widget ul.menu {
      margin: 0;
      list-style: none;
      padding: 0;
      width: 109%; }
      .site-footer .widget ul.menu li {
        margin-bottom: 2px; }
      .site-footer .widget ul.menu a {
        font-size: 13px;
        text-decoration: none;
        color: #000; }
        .site-footer .widget ul.menu a:hover {
          text-decoration: underline; }
  .site-footer .widget_mc4wp_form_widget h2 {
    font-size: 14px; }

.mc4wp-form .mc4wp-form-fields, .mc4wp-form .signup-form, .site-footer .wpcf7 .mc4wp-form-fields, .site-footer .wpcf7 .signup-form {
  width: 100%;
  display: table; }

.mc4wp-form .email, .site-footer .wpcf7 .email {
  display: table-cell;
  width: 100%; }

.mc4wp-form .submit, .site-footer .wpcf7 .submit {
  display: table-cell;
  width: 130px;
  position: relative; }
  .mc4wp-form .submit .ajax-loader, .site-footer .wpcf7 .submit .ajax-loader {
    position: absolute;
    right: -19px;
    top: 12px; }

.mc4wp-form input[type="email"], .mc4wp-form input[type="text"], .site-footer .wpcf7 input[type="email"], .site-footer .wpcf7 input[type="text"] {
  font-size: 16px;
  text-align: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #999;
  border-right: none; }

.mc4wp-form input[type="submit"], .site-footer .wpcf7 input[type="submit"] {
  font-size: 16px;
  text-align: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 22px;
  display: block;
  width: 100%;
  color: #fff;
  background: #000;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #999;
  border-left: none; }

.woocommerce .filters .widget_layered_nav h3, .woocommerce .filters .k-filter-nav h3, .woocommerce .filters .k-category-nav h3 {
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 0; }

.woocommerce .filters .widget_layered_nav ul, .woocommerce .filters .k-filter-nav ul, .woocommerce .filters .k-category-nav ul {
  list-style: none;
  margin-top: 6px;
  padding-left: 0; }

.woocommerce .filters .widget_layered_nav ul li, .woocommerce .filters .k-filter-nav ul li, .woocommerce .filters .k-category-nav ul li {
  font-size: 13px;
  font-weight: 300;
  position: relative;
  margin-bottom: 6px;
  padding-left: 20px; }
  .woocommerce .filters .widget_layered_nav ul li a, .woocommerce .filters .widget_layered_nav ul li button, .woocommerce .filters .k-filter-nav ul li a, .woocommerce .filters .k-filter-nav ul li button, .woocommerce .filters .k-category-nav ul li a, .woocommerce .filters .k-category-nav ul li button {
    text-decoration: none;
    color: #000; }
  .woocommerce .filters .widget_layered_nav ul li span, .woocommerce .filters .k-filter-nav ul li span, .woocommerce .filters .k-category-nav ul li span {
    color: #999; }
  .woocommerce .filters .widget_layered_nav ul li a:before, .woocommerce .filters .widget_layered_nav ul li span:before, .woocommerce .filters .widget_layered_nav ul li button:before, .woocommerce .filters .k-filter-nav ul li a:before, .woocommerce .filters .k-filter-nav ul li span:before, .woocommerce .filters .k-filter-nav ul li button:before, .woocommerce .filters .k-category-nav ul li a:before, .woocommerce .filters .k-category-nav ul li span:before, .woocommerce .filters .k-category-nav ul li button:before {
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 3px;
    content: "\f096";
    display: block;
    color: inherit; }
  .woocommerce .filters .widget_layered_nav ul li.chosen > a:before, .woocommerce .filters .widget_layered_nav ul li.chosen > span:before, .woocommerce .filters .widget_layered_nav ul li.chosen > button:before, .woocommerce .filters .k-filter-nav ul li.chosen > a:before, .woocommerce .filters .k-filter-nav ul li.chosen > span:before, .woocommerce .filters .k-filter-nav ul li.chosen > button:before, .woocommerce .filters .k-category-nav ul li.chosen > a:before, .woocommerce .filters .k-category-nav ul li.chosen > span:before, .woocommerce .filters .k-category-nav ul li.chosen > button:before {
    content: "\f0c8"; }

@media (min-width: 700px) {
  .woocommerce .filters .k-category-nav > ul {
    columns: 4; } }

.filters-area {
  display: none; }

@media (min-width: 700px) {
  .filters-area {
    display: block;
    padding-bottom: 41px; }
    .filters-area .top {
      position: relative;
      border-bottom: 1px solid #a6a8ab; }
      .filters-area .top:after {
        content: '';
        display: table;
        width: 100%;
        height: 0.1px;
        clear: both; }
      .filters-area .top h2 {
        padding: 0 18px;
        font-size: 18px;
        font-weight: normal;
        font-family: "Playfair Display", serif;
        letter-spacing: .5px;
        line-height: 36px;
        padding-bottom: 9px;
        margin: 0; } }
      @media (min-width: 700px) and (min-width: 830px) {
        .filters-area .top h2 {
          float: left;
          text-align: center; } }

@media (min-width: 700px) {
      .filters-area .top .update-filters {
        float: right;
        margin-top: 4px;
        display: none; }
      .filters-area .top .filter {
        width: 140px;
        float: left;
        text-align: center; }
        .filters-area .top .filter > span {
          display: block;
          font-size: 13px;
          font-weight: 300;
          text-transform: uppercase;
          cursor: pointer;
          background-color: #fff;
          transition: background-color .3s;
          line-height: 36px;
          padding-bottom: 9px; }
          .filters-area .top .filter > span .fa {
            font-size: 16px;
            margin-right: 2px;
            transition: transform .3s; }
        .filters-area .top .filter .filters {
          box-sizing: border-box;
          background-color: #dbd6d5;
          z-index: 7;
          text-align: left;
          position: absolute;
          top: 100%;
          padding: 14px 20px;
          min-width: 120px;
          left: 0;
          width: 100%; }
          .filters-area .top .filter .filters .widget {
            display: inline-block;
            vertical-align: top;
            margin: 10px 9px; }
          .filters-area .top .filter .filters .widget_price_filter {
            width: 200px; }
            .filters-area .top .filter .filters .widget_price_filter button {
              display: none; }
            .filters-area .top .filter .filters .widget_price_filter .price_slider_amount {
              text-align: left;
              font-size: 14px;
              line-height: normal; }
        .filters-area .top .filter.active > span {
          background-color: #dbd6d5; }
          .filters-area .top .filter.active > span i {
            transform: scaleY(-1); }
        .filters-area .top .filter.active .filters {
          z-index: 8;
          left: 0;
          width: 100%; }
        .filters-area .top .filter.full-width .filters {
          left: 0;
          width: 100%; }
          .filters-area .top .filter.full-width .filters .designer-filter {
            display: block; }
            .filters-area .top .filter.full-width .filters .designer-filter li {
              display: inline-block;
              width: 20%;
              vertical-align: top; }
    .filters-area .bottom {
      padding-top: 12px; }
      .filters-area .bottom > span {
        padding-left: 18px;
        padding-right: 10px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
        vertical-align: top; }
      .filters-area .bottom .k-nav-selected, .filters-area .bottom .widget_layered_nav_filters {
        display: inline-block;
        vertical-align: top; }
        .filters-area .bottom .k-nav-selected ul, .filters-area .bottom .widget_layered_nav_filters ul {
          display: inline-block;
          vertical-align: top;
          padding: 0;
          margin: 0; }
          .filters-area .bottom .k-nav-selected ul li, .filters-area .bottom .widget_layered_nav_filters ul li {
            display: inline-block;
            vertical-align: top; }
            .filters-area .bottom .k-nav-selected ul li a, .filters-area .bottom .k-nav-selected ul li button, .filters-area .bottom .widget_layered_nav_filters ul li a, .filters-area .bottom .widget_layered_nav_filters ul li button {
              background: none;
              border: none;
              appearance: none;
              display: block;
              font-size: 14px;
              font-weight: 300;
              color: #000;
              text-decoration: none;
              position: relative;
              padding-left: 14px;
              padding-right: 20px;
              font-family: "Roboto", sans-serif;
              cursor: pointer; }
              .filters-area .bottom .k-nav-selected ul li a:before, .filters-area .bottom .k-nav-selected ul li button:before, .filters-area .bottom .widget_layered_nav_filters ul li a:before, .filters-area .bottom .widget_layered_nav_filters ul li button:before {
                font-family: FontAwesome;
                content: "\2A09";
                position: absolute;
                left: 0;
                top: 1px;
                color: #a6a8ab;
                line-height: normal; }
              .filters-area .bottom .k-nav-selected ul li a:hover:before, .filters-area .bottom .k-nav-selected ul li button:hover:before, .filters-area .bottom .widget_layered_nav_filters ul li a:hover:before, .filters-area .bottom .widget_layered_nav_filters ul li button:hover:before {
                color: #000; } }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: black; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: .8em;
  height: .8em;
  top: -.2em;
  background: black; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #fff;
  height: .4em; }

.woocommerce-info {
  border-top: none;
  background: none;
  color: #000; }
  .woocommerce-info:before {
    color: #000; }

.results-top {
  padding-bottom: 20px; }
  .results-top:after {
    content: '';
    display: table;
    width: 100%;
    height: 0.1px;
    clear: both; }
  .results-top .per-page {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .results-top .per-page {
        float: left;
        margin-bottom: 0; } }
    .results-top .per-page a {
      color: #000;
      display: inline-block;
      margin: 0 2px;
      text-decoration: none; }
      .results-top .per-page a.chosen {
        text-decoration: underline; }
  @media (min-width: 700px) {
    .results-top .count-sort {
      float: right; } }
  .results-top .count-sort .woocommerce-result-count {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding-right: 3px;
    vertical-align: middle;
    float: none;
    margin: 0;
    margin-bottom: 10px;
    display: block; }
    @media (min-width: 520px) {
      .results-top .count-sort .woocommerce-result-count {
        display: inline-block;
        margin-bottom: 0; } }
    .results-top .count-sort .woocommerce-result-count:after {
      content: "\\";
      margin-left: 6px;
      display: none; }
      @media (min-width: 520px) {
        .results-top .count-sort .woocommerce-result-count:after {
          display: inline-block; } }
  .results-top .count-sort .woocommerce-ordering {
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    margin: 0;
    float: none;
    position: relative;
    margin-bottom: 10px;
    display: inline-block; }
    @media (min-width: 520px) {
      .results-top .count-sort .woocommerce-ordering {
        margin-bottom: 0; } }
    .results-top .count-sort .woocommerce-ordering label {
      display: inline-block;
      text-transform: uppercase; }
    .results-top .count-sort .woocommerce-ordering:after {
      content: "\f107";
      font-family: FontAwesome;
      position: absolute;
      right: 6px;
      top: 4px;
      line-height: 20px;
      font-size: 17px;
      z-index: -1; }
      @media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
        .results-top .count-sort .woocommerce-ordering:after {
          display: none; } }
    .results-top .count-sort .woocommerce-ordering select {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      font-size: 14px;
      font-weight: 300;
      padding: 4px 8px;
      padding-right: 20px;
      border-radius: 0;
      display: inline-block;
      vertical-align: middle;
      background: transparent;
      border: 1px solid #a6a8ab;
      margin-left: 3px; }
      @media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
        .results-top .count-sort .woocommerce-ordering select {
          padding-right: 8px; } }
      .results-top .count-sort .woocommerce-ordering select::-ms-expand {
        display: none; }

#filters-toggle {
  font-size: 15px;
  float: right;
  padding: 10px 14px;
  background: #0d4772;
  color: #fff;
  cursor: pointer; }
  #filters-toggle:hover {
    background-color: #082a44; }
  @media (min-width: 700px) {
    #filters-toggle {
      display: none; } }

.mobile-filters {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
  box-sizing: border-box; }
  .mobile-filters .top-functions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 3;
    background-color: #fff;
    border-bottom: 1px solid #000; }
    .mobile-filters .top-functions .back {
      font-size: 15px;
      position: absolute;
      z-index: 3;
      line-height: 45px;
      right: 12px;
      top: 0;
      cursor: pointer; }
    .mobile-filters .top-functions h3 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2;
      margin: 0;
      line-height: 45px;
      text-align: center;
      font-size: 16px;
      font-weight: normal; }
  .mobile-filters .filter {
    border-bottom: 1px solid #cbcbca; }
    .mobile-filters .filter > span {
      display: block;
      padding: 10px 15px;
      box-sizing: border-box;
      cursor: pointer; }
    .mobile-filters .filter .filters {
      padding: 10px 20px;
      display: none; }
      .mobile-filters .filter .filters .widget {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 30px;
        margin-right: 30px;
        min-width: 140px; }
        .mobile-filters .filter .filters .widget ul {
          margin: 0; }
        .mobile-filters .filter .filters .widget h3 {
          font-size: 15px; }
        .mobile-filters .filter .filters .widget li > a, .mobile-filters .filter .filters .widget li > span {
          padding: 7px 0;
          font-size: 16px; }
          .mobile-filters .filter .filters .widget li > a:before, .mobile-filters .filter .filters .widget li > span:before {
            top: 3px; }
      .mobile-filters .filter .filters .widget_price_filter {
        display: block; }
      .mobile-filters .filter .filters ul li ul li {
        width: unset;
        display: block; }
  .mobile-filters .update-filters {
    position: fixed;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    text-align: center;
    display: none;
    width: 100%;
    background: #89a2c4;
    color: #fff;
    z-index: 3;
    cursor: pointer; }

.filters-area h2.widgettitle {
  display: none; }

.woocommerce .woocommerce-pagination, .woocommerce-pagination {
  border-top: solid 1px #cecdce;
  max-width: 822px;
  margin: 0 auto;
  padding-top: 28px;
  margin-top: 30px;
  position: relative;
  text-align: center; }
  .woocommerce .woocommerce-pagination:before, .woocommerce-pagination:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    background: url("../../front/images/grey-arrow.png") no-repeat;
    width: 15px;
    height: 4px;
    margin-left: -7.5px; }
  .woocommerce .woocommerce-pagination .page-numbers, .woocommerce-pagination .page-numbers {
    border: none;
    list-style: none;
    white-space: normal; }
    .woocommerce .woocommerce-pagination .page-numbers li, .woocommerce-pagination .page-numbers li {
      border: none;
      display: inline-block;
      float: none; }
      .woocommerce .woocommerce-pagination .page-numbers li span, .woocommerce .woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span, .woocommerce-pagination .page-numbers li a {
        font-size: 17px;
        font-weight: 300;
        color: #000;
        background: none;
        padding: .4em .3em;
        min-width: 1em;
        display: block;
        text-decoration: none; }
        .woocommerce .woocommerce-pagination .page-numbers li span.current, .woocommerce .woocommerce-pagination .page-numbers li a.current, .woocommerce-pagination .page-numbers li span.current, .woocommerce-pagination .page-numbers li a.current {
          font-weight: 600;
          background: none;
          color: #000; }
        .woocommerce .woocommerce-pagination .page-numbers li span i, .woocommerce .woocommerce-pagination .page-numbers li a i, .woocommerce-pagination .page-numbers li span i, .woocommerce-pagination .page-numbers li a i {
          position: relative;
          top: -1px; }
      .woocommerce .woocommerce-pagination .page-numbers li a:hover, .woocommerce-pagination .page-numbers li a:hover {
        background: none;
        color: #000;
        text-decoration: underline; }

.favorite-item, .wishlist-item {
  height: 24px;
  width: 24px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  /*
  &:hover:after
  {
    content:"\f004";
  }
  */ }
  .favorite-item:after, .wishlist-item:after {
    position: absolute;
    color: #a2bada;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 24px;
    content: "\f08a"; }

.wishlist-item:after {
  content: "\f006"; }

.favorite .favorite-item:after {
  content: "\f004"; }

/*
.favorite .favorite-item:hover:after    
{
  content:"\f08a";
}
*/
.favorite .wishlist-item:after {
  content: "\f005"; }

.favorite-item.loading::after {
  animation: fav-bounce .8s infinite ease-in-out;
  content: "\f004"; }

.favorite .favorite-item.loading::after {
  content: "\f08a"; }

.wishlist-item.loading::after {
  animation: fav-bounce .8s infinite ease-in-out;
  content: "\f005"; }

.favorite .wishlist-item.loading::after {
  content: "\f006"; }

.add-for-more {
  font-size: 21px;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  background-color: #ecf2fa;
  border: 1px solid #739fda;
  padding: 7px 11px; }
  @media (min-width: 700px) {
    .add-for-more {
      font-size: 26px; } }
  .add-for-more a {
    color: #000; }

.grid-width {
  overflow: hidden; }

.item-list, .products-list, .single-outside-loop {
  margin-top: 0;
  list-style: none;
  padding: 0; }
  .item-list:after, .products-list:after, .single-outside-loop:after {
    content: '';
    display: table;
    width: 100%;
    height: 0.1px;
    clear: both; }
  @media (min-width: 465px) {
    .item-list, .products-list, .single-outside-loop {
      margin: -3.1746%;
      margin-top: 0;
      padding: 6px 0; } }
  .item-list > .item, .item-list > li, .item-list .type-designer, .item-list .type-consultant, .products-list > .item, .products-list > li, .products-list .type-designer, .products-list .type-consultant, .single-outside-loop > .item, .single-outside-loop > li, .single-outside-loop .type-designer, .single-outside-loop .type-consultant {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 26px;
    color: #000;
    text-decoration: none;
    position: relative;
    /*
  &.favorite .heart:hover:after    
  {
    content:"\f08a";
  }
  */ }
    .item-list > .item:after, .item-list > li:after, .item-list .type-designer:after, .item-list .type-consultant:after, .products-list > .item:after, .products-list > li:after, .products-list .type-designer:after, .products-list .type-consultant:after, .single-outside-loop > .item:after, .single-outside-loop > li:after, .single-outside-loop .type-designer:after, .single-outside-loop .type-consultant:after {
      content: '';
      display: table;
      width: 100%;
      height: 0.1px;
      clear: both; }
    .item-list > .item a, .item-list > li a, .item-list .type-designer a, .item-list .type-consultant a, .products-list > .item a, .products-list > li a, .products-list .type-designer a, .products-list .type-consultant a, .single-outside-loop > .item a, .single-outside-loop > li a, .single-outside-loop .type-designer a, .single-outside-loop .type-consultant a {
      color: #000;
      text-decoration: none;
      display: block; }
    .item-list > .item .heart, .item-list > .item .wish, .item-list > li .heart, .item-list > li .wish, .item-list .type-designer .heart, .item-list .type-designer .wish, .item-list .type-consultant .heart, .item-list .type-consultant .wish, .products-list > .item .heart, .products-list > .item .wish, .products-list > li .heart, .products-list > li .wish, .products-list .type-designer .heart, .products-list .type-designer .wish, .products-list .type-consultant .heart, .products-list .type-consultant .wish, .single-outside-loop > .item .heart, .single-outside-loop > .item .wish, .single-outside-loop > li .heart, .single-outside-loop > li .wish, .single-outside-loop .type-designer .heart, .single-outside-loop .type-designer .wish, .single-outside-loop .type-consultant .heart, .single-outside-loop .type-consultant .wish {
      height: 0;
      appearance: none;
      border: none;
      background: none;
      cursor: pointer;
      position: relative;
      display: block;
      padding: 0;
      width: 100%;
      /*
    &:hover:after
    {
      content:"\f004";
    }
    */ }
      .item-list > .item .heart:after, .item-list > .item .wish:after, .item-list > li .heart:after, .item-list > li .wish:after, .item-list .type-designer .heart:after, .item-list .type-designer .wish:after, .item-list .type-consultant .heart:after, .item-list .type-consultant .wish:after, .products-list > .item .heart:after, .products-list > .item .wish:after, .products-list > li .heart:after, .products-list > li .wish:after, .products-list .type-designer .heart:after, .products-list .type-designer .wish:after, .products-list .type-consultant .heart:after, .products-list .type-consultant .wish:after, .single-outside-loop > .item .heart:after, .single-outside-loop > .item .wish:after, .single-outside-loop > li .heart:after, .single-outside-loop > li .wish:after, .single-outside-loop .type-designer .heart:after, .single-outside-loop .type-designer .wish:after, .single-outside-loop .type-consultant .heart:after, .single-outside-loop .type-consultant .wish:after {
        position: absolute;
        bottom: 8px;
        right: 8px;
        color: #fff;
        font-family: FontAwesome;
        font-weight: normal;
        font-size: 24px;
        content: "\f08a";
        z-index: 5;
        text-shadow: 0 0 2px #444; }
    .item-list > .item .wish:after, .item-list > li .wish:after, .item-list .type-designer .wish:after, .item-list .type-consultant .wish:after, .products-list > .item .wish:after, .products-list > li .wish:after, .products-list .type-designer .wish:after, .products-list .type-consultant .wish:after, .single-outside-loop > .item .wish:after, .single-outside-loop > li .wish:after, .single-outside-loop .type-designer .wish:after, .single-outside-loop .type-consultant .wish:after {
      content: "\f006"; }
    .item-list > .item.favorite .heart:after, .item-list > .item .product.favorite .heart:after, .item-list > li.favorite .heart:after, .item-list > li .product.favorite .heart:after, .item-list .type-designer.favorite .heart:after, .item-list .type-designer .product.favorite .heart:after, .item-list .type-consultant.favorite .heart:after, .item-list .type-consultant .product.favorite .heart:after, .products-list > .item.favorite .heart:after, .products-list > .item .product.favorite .heart:after, .products-list > li.favorite .heart:after, .products-list > li .product.favorite .heart:after, .products-list .type-designer.favorite .heart:after, .products-list .type-designer .product.favorite .heart:after, .products-list .type-consultant.favorite .heart:after, .products-list .type-consultant .product.favorite .heart:after, .single-outside-loop > .item.favorite .heart:after, .single-outside-loop > .item .product.favorite .heart:after, .single-outside-loop > li.favorite .heart:after, .single-outside-loop > li .product.favorite .heart:after, .single-outside-loop .type-designer.favorite .heart:after, .single-outside-loop .type-designer .product.favorite .heart:after, .single-outside-loop .type-consultant.favorite .heart:after, .single-outside-loop .type-consultant .product.favorite .heart:after {
      content: "\f004"; }
    .item-list > .item.favorite .wish:after, .item-list > .item .product.favorite .wish:after, .item-list > li.favorite .wish:after, .item-list > li .product.favorite .wish:after, .item-list .type-designer.favorite .wish:after, .item-list .type-designer .product.favorite .wish:after, .item-list .type-consultant.favorite .wish:after, .item-list .type-consultant .product.favorite .wish:after, .products-list > .item.favorite .wish:after, .products-list > .item .product.favorite .wish:after, .products-list > li.favorite .wish:after, .products-list > li .product.favorite .wish:after, .products-list .type-designer.favorite .wish:after, .products-list .type-designer .product.favorite .wish:after, .products-list .type-consultant.favorite .wish:after, .products-list .type-consultant .product.favorite .wish:after, .single-outside-loop > .item.favorite .wish:after, .single-outside-loop > .item .product.favorite .wish:after, .single-outside-loop > li.favorite .wish:after, .single-outside-loop > li .product.favorite .wish:after, .single-outside-loop .type-designer.favorite .wish:after, .single-outside-loop .type-designer .product.favorite .wish:after, .single-outside-loop .type-consultant.favorite .wish:after, .single-outside-loop .type-consultant .product.favorite .wish:after {
      content: "\f005"; }
    .item-list > .item .heart.loading::after, .item-list > li .heart.loading::after, .item-list .type-designer .heart.loading::after, .item-list .type-consultant .heart.loading::after, .products-list > .item .heart.loading::after, .products-list > li .heart.loading::after, .products-list .type-designer .heart.loading::after, .products-list .type-consultant .heart.loading::after, .single-outside-loop > .item .heart.loading::after, .single-outside-loop > li .heart.loading::after, .single-outside-loop .type-designer .heart.loading::after, .single-outside-loop .type-consultant .heart.loading::after {
      animation: fav-bounce .8s infinite ease-in-out;
      content: "\f004"; }
    .item-list > .item .favorite .heart.loading::after, .item-list > li .favorite .heart.loading::after, .item-list .type-designer .favorite .heart.loading::after, .item-list .type-consultant .favorite .heart.loading::after, .products-list > .item .favorite .heart.loading::after, .products-list > li .favorite .heart.loading::after, .products-list .type-designer .favorite .heart.loading::after, .products-list .type-consultant .favorite .heart.loading::after, .single-outside-loop > .item .favorite .heart.loading::after, .single-outside-loop > li .favorite .heart.loading::after, .single-outside-loop .type-designer .favorite .heart.loading::after, .single-outside-loop .type-consultant .favorite .heart.loading::after {
      content: "\f08a"; }
    .item-list > .item .wish.loading::after, .item-list > li .wish.loading::after, .item-list .type-designer .wish.loading::after, .item-list .type-consultant .wish.loading::after, .products-list > .item .wish.loading::after, .products-list > li .wish.loading::after, .products-list .type-designer .wish.loading::after, .products-list .type-consultant .wish.loading::after, .single-outside-loop > .item .wish.loading::after, .single-outside-loop > li .wish.loading::after, .single-outside-loop .type-designer .wish.loading::after, .single-outside-loop .type-consultant .wish.loading::after {
      animation: fav-bounce .8s infinite ease-in-out;
      content: "\f005"; }
    .item-list > .item .favorite .wish.loading::after, .item-list > li .favorite .wish.loading::after, .item-list .type-designer .favorite .wish.loading::after, .item-list .type-consultant .favorite .wish.loading::after, .products-list > .item .favorite .wish.loading::after, .products-list > li .favorite .wish.loading::after, .products-list .type-designer .favorite .wish.loading::after, .products-list .type-consultant .favorite .wish.loading::after, .single-outside-loop > .item .favorite .wish.loading::after, .single-outside-loop > li .favorite .wish.loading::after, .single-outside-loop .type-designer .favorite .wish.loading::after, .single-outside-loop .type-consultant .favorite .wish.loading::after {
      content: "\f006"; }
    .item-list > .item h3, .item-list > li h3, .item-list .type-designer h3, .item-list .type-consultant h3, .products-list > .item h3, .products-list > li h3, .products-list .type-designer h3, .products-list .type-consultant h3, .single-outside-loop > .item h3, .single-outside-loop > li h3, .single-outside-loop .type-designer h3, .single-outside-loop .type-consultant h3 {
      font-size: 15px;
      font-weight: 500;
      margin-top: 9px;
      margin-bottom: 0;
      width: 100%;
      display: block;
      /* limit to 2 lines of wrapping  https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp*/
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .item-list > .item span, .item-list > .item h2, .item-list > li span, .item-list > li h2, .item-list .type-designer span, .item-list .type-designer h2, .item-list .type-consultant span, .item-list .type-consultant h2, .products-list > .item span, .products-list > .item h2, .products-list > li span, .products-list > li h2, .products-list .type-designer span, .products-list .type-designer h2, .products-list .type-consultant span, .products-list .type-consultant h2, .single-outside-loop > .item span, .single-outside-loop > .item h2, .single-outside-loop > li span, .single-outside-loop > li h2, .single-outside-loop .type-designer span, .single-outside-loop .type-designer h2, .single-outside-loop .type-consultant span, .single-outside-loop .type-consultant h2 {
      font-size: 15px;
      font-weight: 300;
      text-transform: uppercase;
      float: left;
      margin-top: 9px;
      margin-bottom: 0;
      width: 51%;
      display: block;
      /* limit to 2 lines of wrapping  https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp*/
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .item-list > .item.type-designer h3, .item-list > .item.type-story h3, .item-list > li.type-designer h3, .item-list > li.type-story h3, .item-list .type-designer.type-designer h3, .item-list .type-designer.type-story h3, .item-list .type-consultant.type-designer h3, .item-list .type-consultant.type-story h3, .products-list > .item.type-designer h3, .products-list > .item.type-story h3, .products-list > li.type-designer h3, .products-list > li.type-story h3, .products-list .type-designer.type-designer h3, .products-list .type-designer.type-story h3, .products-list .type-consultant.type-designer h3, .products-list .type-consultant.type-story h3, .single-outside-loop > .item.type-designer h3, .single-outside-loop > .item.type-story h3, .single-outside-loop > li.type-designer h3, .single-outside-loop > li.type-story h3, .single-outside-loop .type-designer.type-designer h3, .single-outside-loop .type-designer.type-story h3, .single-outside-loop .type-consultant.type-designer h3, .single-outside-loop .type-consultant.type-story h3 {
      width: 100%;
      float: none; }
    .item-list > .item.type-story h3, .item-list > li.type-story h3, .item-list .type-designer.type-story h3, .item-list .type-consultant.type-story h3, .products-list > .item.type-story h3, .products-list > li.type-story h3, .products-list .type-designer.type-story h3, .products-list .type-consultant.type-story h3, .single-outside-loop > .item.type-story h3, .single-outside-loop > li.type-story h3, .single-outside-loop .type-designer.type-story h3, .single-outside-loop .type-consultant.type-story h3 {
      position: relative;
      margin-top: 0; }
    .item-list > .item .sku, .item-list > li .sku, .item-list .type-designer .sku, .item-list .type-consultant .sku, .products-list > .item .sku, .products-list > li .sku, .products-list .type-designer .sku, .products-list .type-consultant .sku, .single-outside-loop > .item .sku, .single-outside-loop > li .sku, .single-outside-loop .type-designer .sku, .single-outside-loop .type-consultant .sku {
      display: block;
      margin-left: 0;
      text-align: left;
      font-weight: 300;
      margin-top: 7px;
      font-size: 13px;
      width: 100%;
      text-transform: none; }
    .item-list > .item img, .item-list > li img, .item-list .type-designer img, .item-list .type-consultant img, .products-list > .item img, .products-list > li img, .products-list .type-designer img, .products-list .type-consultant img, .single-outside-loop > .item img, .single-outside-loop > li img, .single-outside-loop .type-designer img, .single-outside-loop .type-consultant img {
      display: block;
      width: 100%;
      height: auto; }
  @media (min-width: 0) and (max-width: 699px) {
    .item-list .type-product, .products-list .type-product, .single-outside-loop .type-product {
      width: 43.65079%;
      float: left;
      margin-left: 3.1746%;
      margin-right: 3.1746%; }
      .item-list .type-product:nth-child(2n+1), .products-list .type-product:nth-child(2n+1), .single-outside-loop .type-product:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 700px) {
    .item-list .type-product, .products-list .type-product, .single-outside-loop .type-product {
      width: 26.98413%;
      float: left;
      margin-left: 3.1746%;
      margin-right: 3.1746%; }
      .item-list .type-product:nth-child(3n+1), .products-list .type-product:nth-child(3n+1), .single-outside-loop .type-product:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 465px) {
    .item-list .type-designer, .item-list .type-consultant, .item-list .type-story, .products-list .type-designer, .products-list .type-consultant, .products-list .type-story, .single-outside-loop .type-designer, .single-outside-loop .type-consultant, .single-outside-loop .type-story {
      max-width: 100%;
      margin-bottom: 3.1746%;
      margin-top: 3.1746%; } }
  @media (min-width: 0) and (max-width: 465px) {
    .item-list .type-designer, .item-list .type-consultant, .item-list .type-story, .products-list .type-designer, .products-list .type-consultant, .products-list .type-story, .single-outside-loop .type-designer, .single-outside-loop .type-consultant, .single-outside-loop .type-story {
      width: 43.65079%;
      float: left;
      margin-left: 3.1746%;
      margin-right: 3.1746%; }
      .item-list .type-designer:nth-child(2n+1), .item-list .type-consultant:nth-child(2n+1), .item-list .type-story:nth-child(2n+1), .products-list .type-designer:nth-child(2n+1), .products-list .type-consultant:nth-child(2n+1), .products-list .type-story:nth-child(2n+1), .single-outside-loop .type-designer:nth-child(2n+1), .single-outside-loop .type-consultant:nth-child(2n+1), .single-outside-loop .type-story:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 465px) and (max-width: 699px) {
    .item-list .type-designer, .item-list .type-consultant, .item-list .type-story, .products-list .type-designer, .products-list .type-consultant, .products-list .type-story, .single-outside-loop .type-designer, .single-outside-loop .type-consultant, .single-outside-loop .type-story {
      width: 26.98413%;
      float: left;
      margin-left: 3.1746%;
      margin-right: 3.1746%; }
      .item-list .type-designer:nth-child(3n+1), .item-list .type-consultant:nth-child(3n+1), .item-list .type-story:nth-child(3n+1), .products-list .type-designer:nth-child(3n+1), .products-list .type-consultant:nth-child(3n+1), .products-list .type-story:nth-child(3n+1), .single-outside-loop .type-designer:nth-child(3n+1), .single-outside-loop .type-consultant:nth-child(3n+1), .single-outside-loop .type-story:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 700px) {
    .item-list .type-designer, .item-list .type-consultant, .item-list .type-story, .products-list .type-designer, .products-list .type-consultant, .products-list .type-story, .single-outside-loop .type-designer, .single-outside-loop .type-consultant, .single-outside-loop .type-story {
      width: 18.65079%;
      float: left;
      margin-left: 3.1746%;
      margin-right: 3.1746%; }
      .item-list .type-designer:nth-child(4n+1), .item-list .type-consultant:nth-child(4n+1), .item-list .type-story:nth-child(4n+1), .products-list .type-designer:nth-child(4n+1), .products-list .type-consultant:nth-child(4n+1), .products-list .type-story:nth-child(4n+1), .single-outside-loop .type-designer:nth-child(4n+1), .single-outside-loop .type-consultant:nth-child(4n+1), .single-outside-loop .type-story:nth-child(4n+1) {
        clear: both; } }

.single-outside-loop {
  margin: 0; }
  .single-outside-loop > .item, .single-outside-loop > li, .single-outside-loop .type-designer, .single-outside-loop .type-consultant {
    margin: 0;
    float: none;
    width: auto; }

.item-slider {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  margin-left: 9px;
  margin-right: 9px;
  position: relative; }
  .item-slider .prev, .item-slider .next {
    line-height: 26px;
    margin-top: -20px;
    color: #000;
    font-size: 32px;
    top: 50%;
    position: absolute;
    z-index: 3;
    padding: 7px;
    width: 26px;
    text-align: center;
    cursor: pointer; }
  .item-slider .prev {
    left: -22px;
    padding-left: 0; }
  .item-slider .next {
    right: -22px;
    padding-right: 0; }
  .item-slider .slick-track {
    margin: 0; }
  .item-slider .slick-slide {
    outline: 0;
    padding: 0 9px;
    display: block;
    color: #000;
    text-decoration: none;
    /*
  &.favorite .heart:hover:after    
  {
    content:"\f08a";
  }
  */ }
    .item-slider .slick-slide:after {
      content: '';
      display: table;
      width: 100%;
      height: 0.1px;
      clear: both; }
    .item-slider .slick-slide .heart, .item-slider .slick-slide .wish {
      height: 0;
      appearance: none;
      border: none;
      background: none;
      cursor: pointer;
      position: relative;
      display: block;
      padding: 0;
      width: 100%;
      /*
    &:hover:after
    {
      content:"\f004";
    }
    */ }
      .item-slider .slick-slide .heart:after, .item-slider .slick-slide .wish:after {
        position: absolute;
        bottom: 8px;
        right: 8px;
        color: #fff;
        font-family: FontAwesome;
        font-weight: normal;
        font-size: 24px;
        content: "\f08a";
        z-index: 5;
        text-shadow: 0 0 2px #444; }
    .item-slider .slick-slide .wish:after {
      content: "\f006"; }
    .item-slider .slick-slide.favorite .heart:after, .item-slider .slick-slide .product.favorite .heart:after {
      content: "\f004"; }
    .item-slider .slick-slide.favorite .wish:after, .item-slider .slick-slide .product.favorite .wish:after {
      content: "\f005"; }
    .item-slider .slick-slide .heart.loading::after {
      animation: fav-bounce .8s infinite ease-in-out;
      content: "\f004"; }
    .item-slider .slick-slide .favorite .heart.loading::after {
      content: "\f08a"; }
    .item-slider .slick-slide .wish.loading::after {
      animation: fav-bounce .8s infinite ease-in-out;
      content: "\f005"; }
    .item-slider .slick-slide .favorite .wish.loading::after {
      content: "\f006"; }
    .item-slider .slick-slide a {
      color: #000;
      text-decoration: none; }
    .item-slider .slick-slide img {
      display: block;
      width: 100%;
      height: auto; }
    .item-slider .slick-slide h3 {
      font-size: 15px;
      font-weight: 500;
      margin-top: 9px;
      margin-bottom: 0;
      width: 100%;
      display: block;
      /* limit to 2 lines of wrapping  https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp*/
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-transform: none; }
    .item-slider .slick-slide span, .item-slider .slick-slide h2 {
      font-size: 13px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      margin: 0;
      margin-top: 9px;
      margin-bottom: 0;
      text-transform: uppercase;
      float: left;
      width: 51%; }
    .item-slider .slick-slide .type-designer h3, .item-slider .slick-slide .type-story h3, .item-slider .slick-slide .type-consultant h3 {
      width: 100%;
      float: none; }
    .item-slider .slick-slide .type-story h3 {
      position: relative;
      margin-top: 0; }
    .item-slider .slick-slide .sku {
      display: block;
      margin-left: 0;
      text-align: left;
      font-weight: 300;
      margin-top: 7px;
      font-size: 13px;
      width: 100%;
      text-transform: none; }

.related-slider-holder {
  border: 1px solid #000;
  padding: 18px 7px;
  margin-top: 45px; }
  @media (min-width: 540px) {
    .related-slider-holder {
      display: table;
      table-layout: fixed;
      width: 100%;
      box-sizing: border-box;
      padding-right: 23px; } }
  @media (min-width: 700px) {
    .related-slider-holder {
      padding: 28px 17px;
      padding-right: 28px; } }
  .related-slider-holder .info {
    box-sizing: border-box;
    text-align: center; }
    @media (min-width: 540px) {
      .related-slider-holder .info {
        display: table-cell;
        vertical-align: middle;
        width: 47%;
        padding-right: 42px; } }
    @media (min-width: 700px) {
      .related-slider-holder .info {
        width: 30%; } }
    .related-slider-holder .info h3 {
      font-size: 26px;
      font-family: "Playfair Display", serif;
      font-weight: normal;
      margin: 0; }
    .related-slider-holder .info p {
      font-size: 13px;
      font-weight: 300;
      line-height: 1.2em; }
  .related-slider-holder .item-slider {
    margin: 0 20px;
    box-sizing: border-box; }
    @media (min-width: 540px) {
      .related-slider-holder .item-slider {
        margin: 0;
        width: 53%;
        vertical-align: middle; } }
    @media (min-width: 700px) {
      .related-slider-holder .item-slider {
        width: 70%; } }
    .related-slider-holder .item-slider.show {
      display: block; }
      @media (min-width: 540px) {
        .related-slider-holder .item-slider.show {
          display: table-cell; } }

.share-links {
  list-style: none;
  margin: 0;
  padding: 0; }
  .share-links li {
    display: inline-block; }
  .share-links a {
    color: #aec8e3;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    font-size: 20px; }

.with-share .share-links {
  padding-top: 8px;
  text-align: right; }

.product-slider-holder {
  margin-top: 40px; }
  .product-slider-holder h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase; }
    .product-slider-holder h3 i {
      margin-right: 2px;
      color: #bdb99a; }

.product-slider-holder:after, .story-slider-holder:after, .consultant-slider-holder:after {
  content: '';
  display: table;
  width: 100%;
  height: 0.1px;
  clear: both; }

.product-slider-holder .view-more, .story-slider-holder .view-more, .consultant-slider-holder .view-more {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 15px; }
  .product-slider-holder .view-more i, .story-slider-holder .view-more i, .consultant-slider-holder .view-more i {
    font-size: 17px;
    margin-left: 7px; }

.product-slider-holder .slick-slide, .story-slider-holder .slick-slide, .consultant-slider-holder .slick-slide {
  position: relative; }

.simple-image-slider {
  display: none;
  position: relative;
  width: 96%;
  margin: 0 auto; }
  @media (min-width: 1140px) {
    .simple-image-slider {
      width: 100%; } }
  .simple-image-slider .img-holder {
    padding: 6px;
    outline: 0;
    box-sizing: border-box; }
  .simple-image-slider img {
    width: auto;
    height: 200px;
    display: block; }
    @media (min-width: 700px) {
      .simple-image-slider img {
        height: 280px; } }
    @media (min-width: 1000px) {
      .simple-image-slider img {
        height: 350px; } }
  .simple-image-slider .prev, .simple-image-slider .next {
    line-height: 26px;
    margin-top: -20px;
    color: #000;
    font-size: 26px;
    top: 50%;
    position: absolute;
    z-index: 3;
    padding: 7px;
    width: 26px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer; }
  .simple-image-slider .prev {
    left: -26px; }
  .simple-image-slider .next {
    right: -26px; }

.accordion {
  padding-top: 15px; }
  .accordion .section .heading {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    width: 100%;
    text-align: left;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    border-top: 1px solid #000;
    font-family: "Roboto", sans-serif; }
    .accordion .section .heading h3, .accordion .section .heading h4 {
      margin: 0;
      font-size: 16px;
      font-weight: 300; }
    .accordion .section .heading i {
      position: absolute;
      top: 50%;
      margin: -10px;
      line-height: 20px;
      right: 13px;
      font-size: 16px; }
  .accordion .section.active .heading i:before {
    content: "\f147"; }
  .accordion .section .body {
    padding: 10px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 300; }
    .accordion .section .body p {
      line-height: 1.4em; }
    .accordion .section .body a {
      color: #000; }
    .accordion .section .body .goto {
      text-decoration: none; }
    .accordion .section .body .events {
      margin-bottom: 12px; }
      .accordion .section .body .events a, .accordion .section .body .events span {
        display: inline-block;
        margin-bottom: 6px; }
    .accordion .section .body .designer-section h3 {
      font-size: 22px;
      font-family: "Playfair Display", serif;
      font-weight: normal;
      margin-bottom: 0;
      text-align: center;
      margin-top: 0; }
    .accordion .section .body .designer-section h4 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 300;
      margin-top: 0;
      text-align: center; }
    .accordion .section .body .designer-section a {
      text-decoration: none; }
    .accordion .section .body .designer-section .top:after {
      content: '';
      display: table;
      width: 100%;
      height: 0.1px;
      clear: both; }
    .accordion .section .body .designer-section .top > img {
      display: block;
      width: 45%;
      float: left;
      padding-right: 10px;
      box-sizing: border-box;
      height: auto; }
    .accordion .section .body .designer-section .top .info {
      width: 55%;
      float: right; }
      .accordion .section .body .designer-section .top .info .line {
        display: table;
        cell-spacing: 5px;
        table-layout: fixed;
        width: 100%;
        padding: 6px 0; }
        .accordion .section .body .designer-section .top .info .line span {
          display: table-cell;
          vertical-align: top;
          width: 100%;
          padding-top: 3px;
          padding-left: 8px; }
        .accordion .section .body .designer-section .top .info .line i {
          color: #bdb99a;
          margin-right: 4px;
          font-size: 21px;
          display: table-cell;
          vertical-align: top;
          width: 20px; }
        .accordion .section .body .designer-section .top .info .line .k-icon {
          width: 20px;
          height: 20px; }

.under-footer {
  background: #000; }
  .under-footer .wrapper {
    color: #fff; }
    .under-footer .wrapper:after {
      content: '';
      display: table;
      width: 100%;
      height: 0.1px;
      clear: both; }
  .under-footer .section {
    line-height: 50px;
    text-align: center;
    box-sizing: border-box; }
    @media (min-width: 700px) {
      .under-footer .section {
        width: 33.33%;
        float: left;
        border-right: 1px solid #fff; } }
    .under-footer .section:last-child {
      border-right: 0; }
    .under-footer .section a {
      text-decoration: none;
      color: #fff; }
    .under-footer .section .social {
      font-size: 22px;
      margin: 0 5px; }
      @media (min-width: 1000px) {
        .under-footer .section .social {
          margin: 0 10px; } }

.bubble-box {
  background: url("../../front/images/stripe-bg.jpg") repeat;
  display: block;
  text-align: center;
  padding: 4% 0;
  color: #000;
  text-decoration: none;
  border: 10px solid #d6e4f2; }
  .bubble-box .bubble {
    background: url("../../front/images/bubble-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 10px 14px;
    font-size: 19px;
    font-weight: 300;
    display: inline-block;
    height: 115px;
    box-sizing: border-box;
    position: relative; }
    .bubble-box .bubble:after {
      position: absolute;
      font-size: 21px;
      content: "\f004";
      font-family: FontAwesome;
      left: 50%;
      bottom: 14%;
      color: #d6e4f2;
      margin-left: -10px; }
    .bubble-box .bubble span {
      display: block;
      font-size: 30px;
      font-weight: normal;
      font-family: "Playfair Display", serif;
      letter-spacing: .5px; }
  @media (min-width: 700px) {
    .bubble-box.large {
      padding: 2% 0; }
      .bubble-box.large .bubble {
        padding: 12px 17px;
        font-size: 25px;
        height: 163px; }
        .bubble-box.large .bubble:after {
          font-size: 30px;
          margin-left: -14px; }
        .bubble-box.large .bubble span {
          font-size: 46px; } }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-bottom: 1em !important;
  border-top-color: #000; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #000; }
  .woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    font-weight: 500;
    font-size: 18px; }

.woocommerce h2 {
  font-weight: 300;
  margin-top: 0; }

.woocommerce .quantity .qty {
  box-sizing: border-box;
  padding: 5px 6px;
  font-size: 15px;
  font-weight: 300;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #a6a8ab;
  height: 30px; }

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  padding: 5px 14px;
  line-height: 20px; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: #fff; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  margin: 1em 0; }

/*
.screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible
{
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal!important;
}
*/
.woocommerce form .form-row label, .page-template-page-appointments form .form-row label {
  font-size: 14px; }

.woocommerce form .form-row .select2-container, .page-template-page-appointments form .form-row .select2-container {
  line-height: 27px; }
  .woocommerce form .form-row .select2-container .select2-choice, .page-template-page-appointments form .form-row .select2-container .select2-choice {
    border-radius: 0;
    border: 1px solid #a6a8ab; }
  .woocommerce form .form-row .select2-container .select2-selection, .page-template-page-appointments form .form-row .select2-container .select2-selection {
    border-radius: 0;
    border: 1px solid #a6a8ab;
    height: 30px; }

.woocommerce form .form-row select, .page-template-page-appointments form .form-row select {
  width: 100%;
  height: 30px; }

.email-favorites-popup {
  position: relative;
  max-width: 308px;
  margin: 15px auto;
  padding: 15px;
  background: #ecf2fa; }
  .email-favorites-popup h3 {
    font-weight: 400;
    font-family: "Playfair Display", serif;
    font-size: 21px;
    text-align: center; }
  .email-favorites-popup h4 {
    font-weight: 300;
    font-size: 18px; }
  .email-favorites-popup .error {
    color: red;
    text-align: center; }
  .email-favorites-popup .sent-ok {
    display: none;
    text-align: center; }
  .email-favorites-popup .form-row {
    margin-bottom: 12px; }
    .email-favorites-popup .form-row input[type="text"], .email-favorites-popup .form-row input[type="email"] {
      box-sizing: border-box;
      padding: 5px 6px;
      font-size: 15px;
      font-weight: 300;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border-radius: 0;
      display: block;
      width: 100%;
      vertical-align: middle;
      background: #fff;
      border: 1px solid #a6a8ab; }
    .email-favorites-popup .form-row input[type="radio"] {
      margin-right: 6px; }
    .email-favorites-popup .form-row input[type="submit"] {
      color: #fff;
      padding: 5px 9px;
      font-size: 15px;
      font-weight: 300;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border: none;
      border-radius: 0;
      background: #000;
      cursor: pointer; }
    .email-favorites-popup .form-row label, .email-favorites-popup .form-row legend {
      display: block;
      margin: 0;
      margin-bottom: 3px;
      font-size: 1em;
      font-weight: inherit;
      font-family: inherit;
      text-align: left; }
    .email-favorites-popup .form-row label.radio {
      display: inline-block;
      margin-right: 12px; }
    .email-favorites-popup .form-row input[type="radio"] {
      display: none; }
    .email-favorites-popup .form-row input[type="radio"] + label {
      padding-left: 22px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer; }
      .email-favorites-popup .form-row input[type="radio"] + label:before {
        font-family: FontAwesome;
        font-size: 15px;
        position: absolute;
        top: 1px;
        left: 3px;
        content: "\f096";
        display: block;
        color: inherit; }
    .email-favorites-popup .form-row input[type="radio"]:checked + label:before {
      content: "\f0c8"; }
    .email-favorites-popup .form-row.who_friend {
      display: none; }

.email-favorites-holder.mfp-bg {
  background-color: #fff; }

@media (min-width: 700px) {
  .apt-left {
    width: 60%;
    float: left; } }

@media (min-width: 700px) {
  .apt-right {
    width: 40%;
    float: left; } }

.events-display-holder .events-display {
  border: 1px solid #999;
  padding: 10px;
  box-sizing: border-box; }
  .events-display-holder .events-display .event {
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px; }
    .events-display-holder .events-display .event h3 {
      font-size: 20px; }
    .events-display-holder .events-display .event h4 {
      font-size: 15px;
      margin-bottom: .5em; }

.appointment-calendar.with-events {
  margin-bottom: 26px;
  /*
  .calendar-and-events
  {
    @include susy-media($large)
    {
      display: table;
      width:100%;
    }
  }
  .clndr
  {
    margin-bottom: 26px;
    @include susy-media($large)
    {
      display: table-cell;
      padding-right:26px;
      vertical-align: middle;
    }
  }
  .legend
  {
    position:static;
  }
  .events-display-holder
  {
    @include susy-media($large)
    {
      display: table-cell;
      vertical-align: middle;
    }
  }
  
  .calendar-and-events .form-holder
  {
    max-width: 500px;
    margin:0 auto 26px auto;
    padding-top:0;
    @include susy-media($large)
    {
      display:none!important;
    }
  }
  .desktop-form-holder
  {
    display: none!important;
    max-width: 500px;
    margin:0 auto;
    @include susy-media($large)
    {
      display:block!important;
    }
  }
  */ }
  @media (min-width: 465px) {
    .appointment-calendar.with-events .clndr {
      width: 360px; }
      .appointment-calendar.with-events .clndr .day {
        padding: 14px;
        font-size: 18px; }
      .appointment-calendar.with-events .clndr .month {
        font-size: 22px; }
      .appointment-calendar.with-events .clndr .legend {
        position: relative;
        left: 0;
        padding-left: 0;
        top: 0; }
        .appointment-calendar.with-events .clndr .legend .unavailable, .appointment-calendar.with-events .clndr .legend .available {
          padding-left: 40px;
          font-size: 15px;
          line-height: 30px; }
        .appointment-calendar.with-events .clndr .legend .unavailable:after, .appointment-calendar.with-events .clndr .legend .available:after {
          width: 30px;
          height: 30px; } }
  .appointment-calendar.with-events .form-holder {
    max-width: 460px;
    padding: 20px;
    margin: 0 auto; }
    @media (min-width: 465px) {
      .appointment-calendar.with-events .form-holder label {
        font-size: 18px; }
      .appointment-calendar.with-events .form-holder input {
        font-size: 17px; } }

.woocommerce-account .account-top .section .section-content .form, .page-template-page-appointments .content .form {
  margin-left: -0.37879%;
  margin-right: -0.37879%; }
  .woocommerce-account .account-top .section .section-content .form:after, .page-template-page-appointments .content .form:after {
    content: '';
    display: table;
    width: 100%;
    height: 0.1px;
    clear: both; }
  .woocommerce-account .account-top .section .section-content .form .clear, .page-template-page-appointments .content .form .clear {
    display: none; }
  .woocommerce-account .account-top .section .section-content .form .form-row, .page-template-page-appointments .content .form .form-row {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.37879%;
    padding-right: 0.37879%;
    box-sizing: border-box; }
    .woocommerce-account .account-top .section .section-content .form .form-row input[type="text"], .woocommerce-account .account-top .section .section-content .form .form-row input[type="email"], .woocommerce-account .account-top .section .section-content .form .form-row input[type="tel"], .woocommerce-account .account-top .section .section-content .form .form-row input[type="password"], .woocommerce-account .account-top .section .section-content .form .form-row input[type="date"], .page-template-page-appointments .content .form .form-row input[type="text"], .page-template-page-appointments .content .form .form-row input[type="email"], .page-template-page-appointments .content .form .form-row input[type="tel"], .page-template-page-appointments .content .form .form-row input[type="password"], .page-template-page-appointments .content .form .form-row input[type="date"] {
      display: block;
      width: 100%; }
    .woocommerce-account .account-top .section .section-content .form .form-row input[type="date"], .page-template-page-appointments .content .form .form-row input[type="date"] {
      height: 29px; }
    .woocommerce-account .account-top .section .section-content .form .form-row abbr, .page-template-page-appointments .content .form .form-row abbr {
      text-decoration: none; }
    .woocommerce-account .account-top .section .section-content .form .form-row label, .page-template-page-appointments .content .form .form-row label {
      line-height: normal;
      margin-bottom: 6px; }
    .woocommerce-account .account-top .section .section-content .form .form-row label.radio, .page-template-page-appointments .content .form .form-row label.radio {
      display: inline-block; }
    .woocommerce-account .account-top .section .section-content .form .form-row label.multicheck, .page-template-page-appointments .content .form .form-row label.multicheck {
      display: block;
      margin-bottom: 4px; }
    .woocommerce-account .account-top .section .section-content .form .form-row input[type="submit"], .page-template-page-appointments .content .form .form-row input[type="submit"] {
      width: auto;
      display: inline-block;
      color: #fff;
      background-color: #000;
      vertical-align: middle;
      font-weight: 300;
      font-size: 16px; }
      .woocommerce-account .account-top .section .section-content .form .form-row input[type="submit"]:hover, .page-template-page-appointments .content .form .form-row input[type="submit"]:hover {
        color: #fff;
        background-color: #000;
        border-radius: 0;
        outline: 0; }
  .woocommerce-account .account-top .section .section-content .form .one-sixth, .page-template-page-appointments .content .form .one-sixth {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.37879%;
    padding-right: 0.37879%; }
  @media (min-width: 500px) {
    .woocommerce-account .account-top .section .section-content .form #billing_address_2_field:before, .page-template-page-appointments .content .form #billing_address_2_field:before {
      height: 23px; }
    .woocommerce-account .account-top .section .section-content .form .one-quarter, .page-template-page-appointments .content .form .one-quarter {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 0.37879%;
      padding-right: 0.37879%; }
    .woocommerce-account .account-top .section .section-content .form .one-third, .page-template-page-appointments .content .form .one-third {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 0.37879%;
      padding-right: 0.37879%; }
    .woocommerce-account .account-top .section .section-content .form .two-thirds, .page-template-page-appointments .content .form .two-thirds {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 0.37879%;
      padding-right: 0.37879%; }
    .woocommerce-account .account-top .section .section-content .form .one-half, .page-template-page-appointments .content .form .one-half {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 0.37879%;
      padding-right: 0.37879%; }
    .woocommerce-account .account-top .section .section-content .form .one-sixth, .page-template-page-appointments .content .form .one-sixth {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 0.37879%;
      padding-right: 0.37879%; } }
  @media (min-width: 760px) {
    .woocommerce-account .account-top .section .section-content .form .one-quarter, .page-template-page-appointments .content .form .one-quarter {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 0.37879%;
      padding-right: 0.37879%; }
    .woocommerce-account .account-top .section .section-content .form .three-quarters, .page-template-page-appointments .content .form .three-quarters {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 75%;
      float: left;
      padding-left: 0.37879%;
      padding-right: 0.37879%; }
    .woocommerce-account .account-top .section .section-content .form .one-third, .page-template-page-appointments .content .form .one-third {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 0.37879%;
      padding-right: 0.37879%; }
    .woocommerce-account .account-top .section .section-content .form .two-thirds, .page-template-page-appointments .content .form .two-thirds {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 66.66667%;
      float: left;
      padding-left: 0.37879%;
      padding-right: 0.37879%; }
    .woocommerce-account .account-top .section .section-content .form .one-half, .page-template-page-appointments .content .form .one-half {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 0.37879%;
      padding-right: 0.37879%; }
    .woocommerce-account .account-top .section .section-content .form .one-sixth, .page-template-page-appointments .content .form .one-sixth {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 16.66667%;
      float: left;
      padding-left: 0.37879%;
      padding-right: 0.37879%; } }
  .woocommerce-account .account-top .section .section-content .form .form-row, .page-template-page-appointments .content .form .form-row {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -.20em;
    padding-right: .4em; }
  .woocommerce-account .account-top .section .section-content .form .accordion, .page-template-page-appointments .content .form .accordion {
    clear: both; }
    .woocommerce-account .account-top .section .section-content .form .accordion .section, .page-template-page-appointments .content .form .accordion .section {
      width: auto;
      float: none; }
  .woocommerce-account .account-top .section .section-content .form .change-password, .page-template-page-appointments .content .form .change-password {
    display: none; }
    .woocommerce-account .account-top .section .section-content .form .change-password:after, .page-template-page-appointments .content .form .change-password:after {
      content: '';
      display: table;
      width: 100%;
      height: 0.1px;
      clear: both; }
  .woocommerce-account .account-top .section .section-content .form .change-password-button, .page-template-page-appointments .content .form .change-password-button {
    margin-left: 15px;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle; }

.woocommerce-account .account-top .section .section-content span.optional, .page-template-page-appointments .content span.optional {
  display: none; }

.page-template-page-appointments h2.apt {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  margin: 0; }
  @media (min-width: 465px) {
    .page-template-page-appointments h2.apt {
      font-size: 22px; } }
  @media (min-width: 700px) {
    .page-template-page-appointments h2.apt {
      font-size: 30px; } }

.page-template-page-appointments .appointment-fields {
  padding-right: 30px;
  padding-top: 14px;
  box-sizing: border-box; }
  @media (min-width: 700px) {
    .page-template-page-appointments .appointment-fields {
      float: left;
      width: 60%; } }

.page-template-page-appointments .appointment-login {
  border: 1px solid #999;
  padding: 14px;
  box-sizing: border-box;
  margin-bottom: 25px; }
  @media (min-width: 700px) {
    .page-template-page-appointments .appointment-login {
      float: right;
      width: 40%; } }
  .page-template-page-appointments .appointment-login form.login p.info {
    display: none; }
  .page-template-page-appointments .appointment-login form.login .form-row {
    display: block;
    width: auto; }

.page-template-page-appointments .content h3 {
  font-size: 17px;
  margin: 0; }
  @media (min-width: 465px) {
    .page-template-page-appointments .content h3 {
      font-size: 19px; } }
  @media (min-width: 700px) {
    .page-template-page-appointments .content h3 {
      font-size: 23px; } }

.page-template-page-appointments .button.g-recaptcha {
  margin-top: 20px; }

body.home .top-functions .login-dropdown {
  background: rgba(255, 255, 255, 0.95); }

.woocommerce span.onsale, .product span.onsale {
  border-radius: 0;
  min-width: 0;
  padding: 2px;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
  background: #000;
  font-size: 1rem;
  width: 100px;
  margin: 0;
  float: none;
  text-transform: none;
  z-index: 3;
  position: absolute;
  color: #fff;
  text-align: center; }

.item-slider span.onsale {
  font-size: .8rem;
  top: 0;
  left: 9px;
  width: 70px; }

div.wpcf7-mail-sent-ok {
  border: none; }

div.wpcf7-mail-sent-ng {
  border: none;
  color: red; }

.screen-reader-text {
  width: 1px !important;
  float: none !important;
  margin: 0 !important; }

.content .apt-event-area h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px; }

.content .apt-event-area .events-display-holder .events-display .event h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
  font-size: 18px; }

.content .apt-event-area .events-display-holder .events-display .event h4 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
  font-size: 18px; }

.content .sat-apt {
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 30px; }
  .content .sat-apt h3 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    font-size: 18px; }
  .content .sat-apt p {
    text-align: left;
    margin-bottom: 0; }

.page-template-page-appointments2 .page-title-wrap, .page-template-page-appointments3 .page-title-wrap, .woocommerce-account .page-title-wrap {
  margin-bottom: 0; }

.woocommerce-account .profile-form .account-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 30px -12px; }

.woocommerce-account .profile-form .account-section h2 {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box; }

.woocommerce-account .change-password {
  width: 100%;
  background: #e0e7ed;
  padding: 20px;
  display: none; }
  .woocommerce-account .change-password h3 {
    margin-top: 0; }
  .woocommerce-account .change-password .inner {
    display: flex;
    flex-wrap: wrap; }

.page-template-page-appointments2 .form-row, .page-template-page-appointments3 .form-row, .woocommerce-account.logged-in form .form-row {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  margin: 10px 0; }
  @media (min-width: 700px) {
    .page-template-page-appointments2 .form-row, .page-template-page-appointments3 .form-row, .woocommerce-account.logged-in form .form-row {
      margin: 11px 0; } }
  .page-template-page-appointments2 .form-row.type-select, .page-template-page-appointments2 .form-row.type-date, .page-template-page-appointments2 .form-row.type-number, .page-template-page-appointments2 .form-row.type-tel, .page-template-page-appointments2 .form-row.type-state, .page-template-page-appointments2 .form-row.type-country, .page-template-page-appointments2 .form-row.type-, .page-template-page-appointments3 .form-row.type-select, .page-template-page-appointments3 .form-row.type-date, .page-template-page-appointments3 .form-row.type-number, .page-template-page-appointments3 .form-row.type-tel, .page-template-page-appointments3 .form-row.type-state, .page-template-page-appointments3 .form-row.type-country, .page-template-page-appointments3 .form-row.type-, .woocommerce-account.logged-in form .form-row.type-select, .woocommerce-account.logged-in form .form-row.type-date, .woocommerce-account.logged-in form .form-row.type-number, .woocommerce-account.logged-in form .form-row.type-tel, .woocommerce-account.logged-in form .form-row.type-state, .woocommerce-account.logged-in form .form-row.type-country, .woocommerce-account.logged-in form .form-row.type- {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .page-template-page-appointments2 .form-row:before, .page-template-page-appointments3 .form-row:before, .woocommerce-account.logged-in form .form-row:before {
    display: none; }
  .page-template-page-appointments2 .form-row hr, .page-template-page-appointments3 .form-row hr, .woocommerce-account.logged-in form .form-row hr {
    max-width: none;
    background: none;
    width: auto;
    border-top: 1px solid #A7A7A7;
    height: 0;
    margin-top: 13px;
    margin-bottom: 2px; }
    @media (min-width: 700px) {
      .page-template-page-appointments2 .form-row hr, .page-template-page-appointments3 .form-row hr, .woocommerce-account.logged-in form .form-row hr {
        margin-top: 22px; } }
  .page-template-page-appointments2 .form-row > p, .page-template-page-appointments3 .form-row > p, .woocommerce-account.logged-in form .form-row > p {
    font-size: 14px;
    margin: 0; }
    @media (min-width: 465px) {
      .page-template-page-appointments2 .form-row > p, .page-template-page-appointments3 .form-row > p, .woocommerce-account.logged-in form .form-row > p {
        font-size: 15px; } }
  .page-template-page-appointments2 .form-row h3, .page-template-page-appointments3 .form-row h3, .woocommerce-account.logged-in form .form-row h3 {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 2px; }
    @media (min-width: 465px) {
      .page-template-page-appointments2 .form-row h3, .page-template-page-appointments3 .form-row h3, .woocommerce-account.logged-in form .form-row h3 {
        font-size: 28px;
        margin-bottom: 0.1em; } }
    .page-template-page-appointments2 .form-row h3 i, .page-template-page-appointments3 .form-row h3 i, .woocommerce-account.logged-in form .form-row h3 i {
      margin-right: 12px;
      color: #0d4772; }
  .page-template-page-appointments2 .form-row abbr, .page-template-page-appointments3 .form-row abbr, .woocommerce-account.logged-in form .form-row abbr {
    text-decoration: none; }
  .page-template-page-appointments2 .form-row select, .page-template-page-appointments2 .form-row input[type="text"], .page-template-page-appointments2 .form-row input[type="email"], .page-template-page-appointments2 .form-row input[type="tel"], .page-template-page-appointments2 .form-row input[type="password"], .page-template-page-appointments2 .form-row input[type="date"], .page-template-page-appointments2 .form-row input[type="number"], .page-template-page-appointments3 .form-row select, .page-template-page-appointments3 .form-row input[type="text"], .page-template-page-appointments3 .form-row input[type="email"], .page-template-page-appointments3 .form-row input[type="tel"], .page-template-page-appointments3 .form-row input[type="password"], .page-template-page-appointments3 .form-row input[type="date"], .page-template-page-appointments3 .form-row input[type="number"], .woocommerce-account.logged-in form .form-row select, .woocommerce-account.logged-in form .form-row input[type="text"], .woocommerce-account.logged-in form .form-row input[type="email"], .woocommerce-account.logged-in form .form-row input[type="tel"], .woocommerce-account.logged-in form .form-row input[type="password"], .woocommerce-account.logged-in form .form-row input[type="date"], .woocommerce-account.logged-in form .form-row input[type="number"] {
    color: #000;
    background: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 13px;
    display: block;
    width: 100%;
    border: none;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #7A7A7A;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
  .page-template-page-appointments2 .form-row select, .page-template-page-appointments3 .form-row select, .woocommerce-account.logged-in form .form-row select {
    padding: 12px; }
  .page-template-page-appointments2 .form-row .select2-container .select2-selection, .page-template-page-appointments3 .form-row .select2-container .select2-selection, .woocommerce-account.logged-in form .form-row .select2-container .select2-selection {
    background: #fff;
    border: none;
    height: auto; }
    .page-template-page-appointments2 .form-row .select2-container .select2-selection .select2-selection__arrow, .page-template-page-appointments3 .form-row .select2-container .select2-selection .select2-selection__arrow, .woocommerce-account.logged-in form .form-row .select2-container .select2-selection .select2-selection__arrow {
      top: 8px; }
    .page-template-page-appointments2 .form-row .select2-container .select2-selection .select2-selection__rendered, .page-template-page-appointments3 .form-row .select2-container .select2-selection .select2-selection__rendered, .woocommerce-account.logged-in form .form-row .select2-container .select2-selection .select2-selection__rendered {
      color: #000;
      font-size: 20px;
      font-weight: normal;
      padding: 10px;
      box-sizing: border-box;
      line-height: normal; }
  .page-template-page-appointments2 .form-row label, .page-template-page-appointments3 .form-row label, .woocommerce-account.logged-in form .form-row label {
    font-size: 15px;
    font-weight: 400; }
  .page-template-page-appointments2 .form-row > label:not(.multicheck):not(.radio):not(.checkbox):not(.checklabel), .page-template-page-appointments3 .form-row > label:not(.multicheck):not(.radio):not(.checkbox):not(.checklabel), .woocommerce-account.logged-in form .form-row > label:not(.multicheck):not(.radio):not(.checkbox):not(.checklabel) {
    line-height: normal;
    flex-shrink: 0;
    max-width: 100%;
    font-size: 15px;
    font-weight: 400;
    position: static !important;
    margin-bottom: 9px;
    display: block; }
  .page-template-page-appointments2 .form-row.type-radio, .page-template-page-appointments2 .form-row.type-multicheckbox, .page-template-page-appointments3 .form-row.type-radio, .page-template-page-appointments3 .form-row.type-multicheckbox, .woocommerce-account.logged-in form .form-row.type-radio, .woocommerce-account.logged-in form .form-row.type-multicheckbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .page-template-page-appointments2 .form-row.type-radio > label, .page-template-page-appointments2 .form-row.type-multicheckbox > label, .page-template-page-appointments3 .form-row.type-radio > label, .page-template-page-appointments3 .form-row.type-multicheckbox > label, .woocommerce-account.logged-in form .form-row.type-radio > label, .woocommerce-account.logged-in form .form-row.type-multicheckbox > label {
      display: block;
      margin-right: 20px;
      margin-top: 9px;
      width: 100%; }
      @media (min-width: 700px) {
        .page-template-page-appointments2 .form-row.type-radio > label, .page-template-page-appointments2 .form-row.type-multicheckbox > label, .page-template-page-appointments3 .form-row.type-radio > label, .page-template-page-appointments3 .form-row.type-multicheckbox > label, .woocommerce-account.logged-in form .form-row.type-radio > label, .woocommerce-account.logged-in form .form-row.type-multicheckbox > label {
          width: auto; } }
    .page-template-page-appointments2 .form-row.type-radio .woocommerce-input-wrapper, .page-template-page-appointments2 .form-row.type-multicheckbox .woocommerce-input-wrapper, .page-template-page-appointments3 .form-row.type-radio .woocommerce-input-wrapper, .page-template-page-appointments3 .form-row.type-multicheckbox .woocommerce-input-wrapper, .woocommerce-account.logged-in form .form-row.type-radio .woocommerce-input-wrapper, .woocommerce-account.logged-in form .form-row.type-multicheckbox .woocommerce-input-wrapper {
      display: block; }
    .page-template-page-appointments2 .form-row.type-radio input[type="radio"] + label, .page-template-page-appointments2 .form-row.type-radio input[type="checkbox"] + label, .page-template-page-appointments2 .form-row.type-multicheckbox input[type="radio"] + label, .page-template-page-appointments2 .form-row.type-multicheckbox input[type="checkbox"] + label, .page-template-page-appointments3 .form-row.type-radio input[type="radio"] + label, .page-template-page-appointments3 .form-row.type-radio input[type="checkbox"] + label, .page-template-page-appointments3 .form-row.type-multicheckbox input[type="radio"] + label, .page-template-page-appointments3 .form-row.type-multicheckbox input[type="checkbox"] + label, .woocommerce-account.logged-in form .form-row.type-radio input[type="radio"] + label, .woocommerce-account.logged-in form .form-row.type-radio input[type="checkbox"] + label, .woocommerce-account.logged-in form .form-row.type-multicheckbox input[type="radio"] + label, .woocommerce-account.logged-in form .form-row.type-multicheckbox input[type="checkbox"] + label {
      background: #F8F7F5;
      font-size: 15px;
      padding: 5px 14px;
      border-radius: 4px;
      margin-right: 16px;
      border: 1px solid #000;
      width: auto;
      font-weight: 400;
      margin-top: 0; }
      .page-template-page-appointments2 .form-row.type-radio input[type="radio"] + label:before, .page-template-page-appointments2 .form-row.type-radio input[type="checkbox"] + label:before, .page-template-page-appointments2 .form-row.type-multicheckbox input[type="radio"] + label:before, .page-template-page-appointments2 .form-row.type-multicheckbox input[type="checkbox"] + label:before, .page-template-page-appointments3 .form-row.type-radio input[type="radio"] + label:before, .page-template-page-appointments3 .form-row.type-radio input[type="checkbox"] + label:before, .page-template-page-appointments3 .form-row.type-multicheckbox input[type="radio"] + label:before, .page-template-page-appointments3 .form-row.type-multicheckbox input[type="checkbox"] + label:before, .woocommerce-account.logged-in form .form-row.type-radio input[type="radio"] + label:before, .woocommerce-account.logged-in form .form-row.type-radio input[type="checkbox"] + label:before, .woocommerce-account.logged-in form .form-row.type-multicheckbox input[type="radio"] + label:before, .woocommerce-account.logged-in form .form-row.type-multicheckbox input[type="checkbox"] + label:before {
        display: none; }
    .page-template-page-appointments2 .form-row.type-radio input[type="radio"]:checked + label, .page-template-page-appointments2 .form-row.type-radio input[type="checkbox"]:checked + label, .page-template-page-appointments2 .form-row.type-multicheckbox input[type="radio"]:checked + label, .page-template-page-appointments2 .form-row.type-multicheckbox input[type="checkbox"]:checked + label, .page-template-page-appointments3 .form-row.type-radio input[type="radio"]:checked + label, .page-template-page-appointments3 .form-row.type-radio input[type="checkbox"]:checked + label, .page-template-page-appointments3 .form-row.type-multicheckbox input[type="radio"]:checked + label, .page-template-page-appointments3 .form-row.type-multicheckbox input[type="checkbox"]:checked + label, .woocommerce-account.logged-in form .form-row.type-radio input[type="radio"]:checked + label, .woocommerce-account.logged-in form .form-row.type-radio input[type="checkbox"]:checked + label, .woocommerce-account.logged-in form .form-row.type-multicheckbox input[type="radio"]:checked + label, .woocommerce-account.logged-in form .form-row.type-multicheckbox input[type="checkbox"]:checked + label {
      background: #D6B7AD; }
  @media (min-width: 700px) {
    .page-template-page-appointments2 .form-row.type-number, .page-template-page-appointments3 .form-row.type-number, .woocommerce-account.logged-in form .form-row.type-number {
      display: flex;
      align-items: center; } }
  .page-template-page-appointments2 .form-row.type-number label, .page-template-page-appointments3 .form-row.type-number label, .woocommerce-account.logged-in form .form-row.type-number label {
    font-size: 20px;
    margin-right: 20px; }
  .page-template-page-appointments2 .form-row.type-checkbox label, .page-template-page-appointments3 .form-row.type-checkbox label, .woocommerce-account.logged-in form .form-row.type-checkbox label {
    padding-left: 28px; }
  .page-template-page-appointments2 .form-row.type-checkbox label:before, .page-template-page-appointments3 .form-row.type-checkbox label:before, .woocommerce-account.logged-in form .form-row.type-checkbox label:before {
    content: "" !important;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    background: #fff;
    left: 0;
    top: 0;
    box-sizing: border-box; }
  .page-template-page-appointments2 .form-row.type-checkbox input:checked + label:after, .page-template-page-appointments3 .form-row.type-checkbox input:checked + label:after, .woocommerce-account.logged-in form .form-row.type-checkbox input:checked + label:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    left: 3px;
    top: 3px; }
  .page-template-page-appointments2 .form-row.type-addonselect, .page-template-page-appointments3 .form-row.type-addonselect, .woocommerce-account.logged-in form .form-row.type-addonselect {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .page-template-page-appointments2 .form-row.type-addonselect label, .page-template-page-appointments3 .form-row.type-addonselect label, .woocommerce-account.logged-in form .form-row.type-addonselect label {
      font-size: 20px;
      margin-right: 20px;
      margin-top: 9px; }
    .page-template-page-appointments2 .form-row.type-addonselect select, .page-template-page-appointments3 .form-row.type-addonselect select, .woocommerce-account.logged-in form .form-row.type-addonselect select {
      width: auto; }
    .page-template-page-appointments2 .form-row.type-addonselect .addonselect-list, .page-template-page-appointments3 .form-row.type-addonselect .addonselect-list, .woocommerce-account.logged-in form .form-row.type-addonselect .addonselect-list {
      width: 100%;
      margin-top: 5px; }
    .page-template-page-appointments2 .form-row.type-addonselect .addonselect-list ul, .page-template-page-appointments3 .form-row.type-addonselect .addonselect-list ul, .woocommerce-account.logged-in form .form-row.type-addonselect .addonselect-list ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .page-template-page-appointments2 .form-row.type-addonselect .addonselect-list ul li, .page-template-page-appointments3 .form-row.type-addonselect .addonselect-list ul li, .woocommerce-account.logged-in form .form-row.type-addonselect .addonselect-list ul li {
        background: #F8F7F5;
        font-size: 15px;
        padding: 5px 14px;
        border-radius: 4px;
        margin-right: 16px;
        border: 1px solid #000;
        width: auto;
        font-weight: 400;
        display: inline-block; }
        .page-template-page-appointments2 .form-row.type-addonselect .addonselect-list ul li button, .page-template-page-appointments3 .form-row.type-addonselect .addonselect-list ul li button, .woocommerce-account.logged-in form .form-row.type-addonselect .addonselect-list ul li button {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border: none;
          outline: 0;
          cursor: pointer;
          background: none;
          padding: 0; }
          .page-template-page-appointments2 .form-row.type-addonselect .addonselect-list ul li button:after, .page-template-page-appointments3 .form-row.type-addonselect .addonselect-list ul li button:after, .woocommerce-account.logged-in form .form-row.type-addonselect .addonselect-list ul li button:after {
            font-family: FontAwesome;
            font-weight: normal;
            font-size: 16px;
            content: "\f00d";
            display: inline-block;
            margin-left: 8px;
            color: #000; }
  .page-template-page-appointments2 .form-row.one-sixth, .page-template-page-appointments3 .form-row.one-sixth, .woocommerce-account.logged-in form .form-row.one-sixth {
    width: 50%; }
  @media (min-width: 500px) {
    .page-template-page-appointments2 .form-row.one-quarter, .page-template-page-appointments3 .form-row.one-quarter, .woocommerce-account.logged-in form .form-row.one-quarter {
      width: 50%; }
    .page-template-page-appointments2 .form-row.one-third, .page-template-page-appointments3 .form-row.one-third, .woocommerce-account.logged-in form .form-row.one-third {
      width: 50%; }
    .page-template-page-appointments2 .form-row.two-thirds, .page-template-page-appointments3 .form-row.two-thirds, .woocommerce-account.logged-in form .form-row.two-thirds {
      width: 50%; }
    .page-template-page-appointments2 .form-row.one-half, .page-template-page-appointments3 .form-row.one-half, .woocommerce-account.logged-in form .form-row.one-half {
      width: 50%; }
    .page-template-page-appointments2 .form-row.one-sixth, .page-template-page-appointments3 .form-row.one-sixth, .woocommerce-account.logged-in form .form-row.one-sixth {
      width: 50%; } }
  @media (min-width: 760px) {
    .page-template-page-appointments2 .form-row.one-quarter, .page-template-page-appointments3 .form-row.one-quarter, .woocommerce-account.logged-in form .form-row.one-quarter {
      width: 25%; }
    .page-template-page-appointments2 .form-row.three-quarters, .page-template-page-appointments3 .form-row.three-quarters, .woocommerce-account.logged-in form .form-row.three-quarters {
      width: 75%; }
    .page-template-page-appointments2 .form-row.one-third, .page-template-page-appointments3 .form-row.one-third, .woocommerce-account.logged-in form .form-row.one-third {
      width: 33.33%; }
    .page-template-page-appointments2 .form-row.two-thirds, .page-template-page-appointments3 .form-row.two-thirds, .woocommerce-account.logged-in form .form-row.two-thirds {
      width: 66.66%; }
    .page-template-page-appointments2 .form-row.one-half, .page-template-page-appointments3 .form-row.one-half, .woocommerce-account.logged-in form .form-row.one-half {
      width: 50%; }
    .page-template-page-appointments2 .form-row.one-sixth, .page-template-page-appointments3 .form-row.one-sixth, .woocommerce-account.logged-in form .form-row.one-sixth {
      width: 16.66%; } }
  .page-template-page-appointments2 .form-row span.optional, .page-template-page-appointments3 .form-row span.optional, .woocommerce-account.logged-in form .form-row span.optional {
    display: none; }
  .page-template-page-appointments2 .form-row.privacy-policy, .page-template-page-appointments3 .form-row.privacy-policy, .woocommerce-account.logged-in form .form-row.privacy-policy {
    margin-top: 30px; }

.page-template-page-appointments2 .appt-form, .page-template-page-appointments3 .appt-form {
  display: grid;
  margin: 0 -12px 30px -12px;
  grid-template-columns: 1fr; }
  @media (min-width: 500px) {
    .page-template-page-appointments2 .appt-form, .page-template-page-appointments3 .appt-form {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 760px) {
    .page-template-page-appointments2 .appt-form, .page-template-page-appointments3 .appt-form {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 500px) {
    .page-template-page-appointments2 .appt-form > *, .page-template-page-appointments3 .appt-form > * {
      grid-column: span 2; } }
  @media (min-width: 760px) {
    .page-template-page-appointments2 .appt-form > *, .page-template-page-appointments3 .appt-form > * {
      grid-column: span 3; } }
  @media (min-width: 500px) {
    .page-template-page-appointments2 .appt-form .form-row.one-third, .page-template-page-appointments2 .appt-form .form-row.two-thirds, .page-template-page-appointments2 .appt-form .form-row.one-half, .page-template-page-appointments3 .appt-form .form-row.one-third, .page-template-page-appointments3 .appt-form .form-row.two-thirds, .page-template-page-appointments3 .appt-form .form-row.one-half {
      grid-column: span 1;
      width: 100%; }
    .page-template-page-appointments2 .appt-form .form-row.column-one, .page-template-page-appointments3 .appt-form .form-row.column-one {
      grid-column: 1 / 2; } }
  .page-template-page-appointments2 .appt-form .booking-summary, .page-template-page-appointments3 .appt-form .booking-summary {
    background: #F8F7F5;
    padding: 20px 25px 50px 25px;
    position: relative;
    width: auto;
    margin: 11px 12px; }
    .page-template-page-appointments2 .appt-form .booking-summary h3, .page-template-page-appointments3 .appt-form .booking-summary h3 {
      font-size: 22px;
      font-weight: 500;
      font-family: "Roboto", sans-serif;
      text-transform: none;
      margin: 0 0 7px 0; }
    .page-template-page-appointments2 .appt-form .booking-summary p, .page-template-page-appointments3 .appt-form .booking-summary p {
      font-size: 17px !important;
      font-weight: 300;
      margin: 0; }
    .page-template-page-appointments2 .appt-form .booking-summary .total, .page-template-page-appointments3 .appt-form .booking-summary .total {
      font-weight: 500;
      position: absolute;
      bottom: 20px;
      left: 25px;
      right: 25px;
      display: flex;
      justify-content: space-between; }
    @media (min-width: 760px) {
      .page-template-page-appointments2 .appt-form .booking-summary, .page-template-page-appointments3 .appt-form .booking-summary {
        grid-column: span 1 / -1;
        margin: 36px 12px 11px 12px; } }

.page-template-page-appointments2 .form-wrap, .page-template-page-appointments3 .form-wrap {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 500px) {
    .page-template-page-appointments2 .form-wrap, .page-template-page-appointments3 .form-wrap {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 760px) {
    .page-template-page-appointments2 .form-wrap, .page-template-page-appointments3 .form-wrap {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 500px) {
    .page-template-page-appointments2 .form-wrap > *, .page-template-page-appointments3 .form-wrap > * {
      grid-column: span 2; } }
  @media (min-width: 760px) {
    .page-template-page-appointments2 .form-wrap > *, .page-template-page-appointments3 .form-wrap > * {
      grid-column: span 3; } }
  .page-template-page-appointments2 .form-wrap .form-row, .page-template-page-appointments3 .form-wrap .form-row {
    margin: 10px 0; }
    @media (min-width: 700px) {
      .page-template-page-appointments2 .form-wrap .form-row, .page-template-page-appointments3 .form-wrap .form-row {
        margin: 11px 0; } }
  @media (min-width: 760px) {
    .page-template-page-appointments2 .form-wrap.payment-wrap, .page-template-page-appointments3 .form-wrap.payment-wrap {
      grid-column: span 2;
      grid-template-columns: 1fr 1fr; } }

add-to-calendar-button::part(atcb-button) {
  border-radius: 0;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 16px;
  text-align: center;
  transition: color .2s, background-color .2s, border-color .2s;
  text-transform: uppercase;
  border: 1px solid #000;
  margin: 0;
  background-color: transparent;
  color: #000 !important;
  box-shadow: none;
  min-width: 0; }

add-to-calendar-button::part(atcb-button-icon) {
  display: inline-block;
  vertical-align: middle; }

add-to-calendar-button::part(atcb-button-text) {
  vertical-align: middle; }

.page-template-page-appointments2 .required-fields, .page-template-page-appointments3 .required-fields {
  margin-top: -4px;
  display: block;
  font-size: 14px;
  font-weight: 400; }
  @media (min-width: 700px) {
    .page-template-page-appointments2 .required-fields, .page-template-page-appointments3 .required-fields {
      margin-top: -12px; } }

.page-template-page-appointments2 .page-top-links, .page-template-page-appointments3 .page-top-links {
  font-size: 15px;
  padding: 12px 0; }

.page-template-page-appointments2 .appt-progress, .page-template-page-appointments3 .appt-progress {
  padding: 10px 0; }
  @media (min-width: 700px) {
    .page-template-page-appointments2 .appt-progress, .page-template-page-appointments3 .appt-progress {
      padding: 16px 0; } }
  .page-template-page-appointments2 .appt-progress .wrapper, .page-template-page-appointments3 .appt-progress .wrapper {
    display: flex;
    align-items: center; }
  .page-template-page-appointments2 .appt-progress .circles, .page-template-page-appointments3 .appt-progress .circles {
    flex-grow: 1;
    justify-content: space-between;
    position: relative;
    margin: 0;
    display: flex; }
    @media (min-width: 1000px) {
      .page-template-page-appointments2 .appt-progress .circles, .page-template-page-appointments3 .appt-progress .circles {
        margin: 0 15%; } }
    .page-template-page-appointments2 .appt-progress .circles:after, .page-template-page-appointments3 .appt-progress .circles:after {
      position: absolute;
      content: '';
      z-index: 1;
      border-bottom: 1px solid #000;
      height: 0;
      left: 12.5%;
      right: 12.5%;
      top: 8px; }
      @media (min-width: 700px) {
        .page-template-page-appointments2 .appt-progress .circles:after, .page-template-page-appointments3 .appt-progress .circles:after {
          top: 10px; } }
    .page-template-page-appointments2 .appt-progress .circles > div, .page-template-page-appointments3 .appt-progress .circles > div {
      position: relative;
      z-index: 2;
      width: 25%; }
      .page-template-page-appointments2 .appt-progress .circles > div:before, .page-template-page-appointments3 .appt-progress .circles > div:before {
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background: #fff;
        display: block;
        border: 1px solid #000;
        box-sizing: border-box;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 50%;
        margin-left: -8px; }
        @media (min-width: 700px) {
          .page-template-page-appointments2 .appt-progress .circles > div:before, .page-template-page-appointments3 .appt-progress .circles > div:before {
            width: 20px;
            height: 20px;
            border-radius: 10px;
            margin-left: -10px; } }
      .page-template-page-appointments2 .appt-progress .circles > div.filled:before, .page-template-page-appointments3 .appt-progress .circles > div.filled:before {
        background-color: #000; }
      .page-template-page-appointments2 .appt-progress .circles > div span, .page-template-page-appointments3 .appt-progress .circles > div span {
        font-size: 13px;
        padding-top: 32px;
        font-weight: 300;
        display: block;
        text-align: center; }
        @media (min-width: 700px) {
          .page-template-page-appointments2 .appt-progress .circles > div span, .page-template-page-appointments3 .appt-progress .circles > div span {
            font-size: 16px; } }

.page-template-page-appointments2 .step-1-heading, .page-template-page-appointments3 .step-1-heading {
  padding: 14px 0 26px 0; }
  @media (min-width: 700px) {
    .page-template-page-appointments2 .step-1-heading, .page-template-page-appointments3 .step-1-heading {
      padding: 30px 0; } }
  @media (min-width: 700px) {
    .page-template-page-appointments2 .step-1-heading .wrapper, .page-template-page-appointments3 .step-1-heading .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .page-template-page-appointments2 .step-1-heading h2, .page-template-page-appointments3 .step-1-heading h2 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Playfair Display", serif; }
    @media (min-width: 700px) {
      .page-template-page-appointments2 .step-1-heading h2, .page-template-page-appointments3 .step-1-heading h2 {
        font-size: 28px; } }
  .page-template-page-appointments2 .step-1-heading .appt-login-message, .page-template-page-appointments3 .step-1-heading .appt-login-message {
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0; }
    @media (min-width: 700px) {
      .page-template-page-appointments2 .step-1-heading .appt-login-message, .page-template-page-appointments3 .step-1-heading .appt-login-message {
        text-align: right;
        margin: 0;
        font-size: 15px; } }
    .page-template-page-appointments2 .step-1-heading .appt-login-message a, .page-template-page-appointments3 .step-1-heading .appt-login-message a {
      font-weight: bold;
      color: #000; }

.page-template-page-appointments2 .step-2-heading, .page-template-page-appointments2 .step-3-heading, .page-template-page-appointments3 .step-2-heading, .page-template-page-appointments3 .step-3-heading {
  padding: 19px 26px;
  background: #F8F7F5;
  margin-bottom: 0px;
  margin-top: 10px; }
  @media (min-width: 465px) {
    .page-template-page-appointments2 .step-2-heading, .page-template-page-appointments2 .step-3-heading, .page-template-page-appointments3 .step-2-heading, .page-template-page-appointments3 .step-3-heading {
      padding: 28px 40px;
      margin-bottom: 18px;
      margin-top: 0; } }
  .page-template-page-appointments2 .step-2-heading h2, .page-template-page-appointments2 .step-3-heading h2, .page-template-page-appointments3 .step-2-heading h2, .page-template-page-appointments3 .step-3-heading h2 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 1em;
    margin: 0 0 18px 0; }
    @media (min-width: 465px) {
      .page-template-page-appointments2 .step-2-heading h2, .page-template-page-appointments2 .step-3-heading h2, .page-template-page-appointments3 .step-2-heading h2, .page-template-page-appointments3 .step-3-heading h2 {
        font-size: 24px; } }
  @media (min-width: 1000px) {
    .page-template-page-appointments2 .step-2-heading .inner, .page-template-page-appointments2 .step-3-heading .inner, .page-template-page-appointments3 .step-2-heading .inner, .page-template-page-appointments3 .step-3-heading .inner {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; } }
  .page-template-page-appointments2 .step-2-heading .inner div, .page-template-page-appointments2 .step-3-heading .inner div, .page-template-page-appointments3 .step-2-heading .inner div, .page-template-page-appointments3 .step-3-heading .inner div {
    padding-bottom: 3px;
    border-bottom: 1px solid #DBD9D9;
    margin-bottom: 13px; }
    .page-template-page-appointments2 .step-2-heading .inner div:last-child, .page-template-page-appointments2 .step-3-heading .inner div:last-child, .page-template-page-appointments3 .step-2-heading .inner div:last-child, .page-template-page-appointments3 .step-3-heading .inner div:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    @media (min-width: 1000px) {
      .page-template-page-appointments2 .step-2-heading .inner div, .page-template-page-appointments2 .step-3-heading .inner div, .page-template-page-appointments3 .step-2-heading .inner div, .page-template-page-appointments3 .step-3-heading .inner div {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; } }
    .page-template-page-appointments2 .step-2-heading .inner div p, .page-template-page-appointments2 .step-3-heading .inner div p, .page-template-page-appointments3 .step-2-heading .inner div p, .page-template-page-appointments3 .step-3-heading .inner div p {
      font-size: 14px;
      font-weight: 500;
      font-family: "Roboto", sans-serif;
      margin: 10px 0; }
      @media (min-width: 465px) {
        .page-template-page-appointments2 .step-2-heading .inner div p, .page-template-page-appointments2 .step-3-heading .inner div p, .page-template-page-appointments3 .step-2-heading .inner div p, .page-template-page-appointments3 .step-3-heading .inner div p {
          font-size: 18px; } }
      @media (min-width: 1000px) {
        .page-template-page-appointments2 .step-2-heading .inner div p, .page-template-page-appointments2 .step-3-heading .inner div p, .page-template-page-appointments3 .step-2-heading .inner div p, .page-template-page-appointments3 .step-3-heading .inner div p {
          display: inline-block;
          margin: 0; } }
    .page-template-page-appointments2 .step-2-heading .inner div p.light, .page-template-page-appointments2 .step-3-heading .inner div p.light, .page-template-page-appointments3 .step-2-heading .inner div p.light, .page-template-page-appointments3 .step-3-heading .inner div p.light {
      font-weight: 300; }
      @media (min-width: 1000px) {
        .page-template-page-appointments2 .step-2-heading .inner div p.light, .page-template-page-appointments2 .step-3-heading .inner div p.light, .page-template-page-appointments3 .step-2-heading .inner div p.light, .page-template-page-appointments3 .step-3-heading .inner div p.light {
          margin: 0 0 0 30px; } }
    .page-template-page-appointments2 .step-2-heading .inner div .timer, .page-template-page-appointments2 .step-3-heading .inner div .timer, .page-template-page-appointments3 .step-2-heading .inner div .timer, .page-template-page-appointments3 .step-3-heading .inner div .timer {
      display: flex;
      justify-content: space-between; }
      @media (min-width: 700px) {
        .page-template-page-appointments2 .step-2-heading .inner div .timer, .page-template-page-appointments2 .step-3-heading .inner div .timer, .page-template-page-appointments3 .step-2-heading .inner div .timer, .page-template-page-appointments3 .step-3-heading .inner div .timer {
          display: block; } }

.page-template-page-appointments2 .step-3-heading, .page-template-page-appointments3 .step-3-heading {
  margin-bottom: 0px;
  margin-top: 0px; }
  @media (min-width: 465px) {
    .page-template-page-appointments2 .step-3-heading, .page-template-page-appointments3 .step-3-heading {
      margin-bottom: 28px;
      margin-top: 10px; } }
  .page-template-page-appointments2 .step-3-heading add-to-calendar-button::part(atcb-button), .page-template-page-appointments3 .step-3-heading add-to-calendar-button::part(atcb-button) {
    background-color: #F8F7F5; }

.page-template-page-appointments2 .content, .page-template-page-appointments3 .content {
  position: relative; }
  .page-template-page-appointments2 .content > .vc_row, .page-template-page-appointments3 .content > .vc_row {
    margin-top: 20px; }
  .page-template-page-appointments2 .content p:not(.form-row), .page-template-page-appointments3 .content p:not(.form-row) {
    font-size: 14px;
    margin: 0;
    font-weight: 400; }
    @media (min-width: 465px) {
      .page-template-page-appointments2 .content p:not(.form-row), .page-template-page-appointments3 .content p:not(.form-row) {
        font-size: 15px; } }
  .page-template-page-appointments2 .content h2, .page-template-page-appointments3 .content h2 {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em; }
    @media (min-width: 465px) {
      .page-template-page-appointments2 .content h2, .page-template-page-appointments3 .content h2 {
        font-size: 28px; } }

.page-template-page-appointments2 .getting-here, .page-template-page-appointments3 .getting-here {
  padding: 19px 26px;
  background: #F8F7F5; }
  @media (min-width: 465px) {
    .page-template-page-appointments2 .getting-here, .page-template-page-appointments3 .getting-here {
      padding: 28px 40px; } }
  @media (min-width: 700px) {
    .page-template-page-appointments2 .getting-here, .page-template-page-appointments3 .getting-here {
      display: flex;
      gap: 20px; } }
  @media (min-width: 700px) {
    .page-template-page-appointments2 .getting-here .detail, .page-template-page-appointments3 .getting-here .detail {
      width: 50%; } }
  .page-template-page-appointments2 .getting-here .detail h2, .page-template-page-appointments3 .getting-here .detail h2 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 1em;
    margin: 0 0 28px 0; }
    @media (min-width: 465px) {
      .page-template-page-appointments2 .getting-here .detail h2, .page-template-page-appointments3 .getting-here .detail h2 {
        font-size: 24px; } }
  .page-template-page-appointments2 .getting-here .detail p, .page-template-page-appointments3 .getting-here .detail p {
    font-weight: 400;
    font-size: 15px; }
  .page-template-page-appointments2 .getting-here .detail .secondary-button, .page-template-page-appointments3 .getting-here .detail .secondary-button {
    border-radius: 0;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 16px;
    text-align: center;
    transition: color .2s, background-color .2s, border-color .2s;
    text-transform: uppercase;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    display: inline-block; }
    @media (min-width: 700px) {
      .page-template-page-appointments2 .getting-here .detail .secondary-button, .page-template-page-appointments3 .getting-here .detail .secondary-button {
        margin-top: 100px; } }
  .page-template-page-appointments2 .getting-here .map, .page-template-page-appointments3 .getting-here .map {
    margin-top: 18px; }
    @media (min-width: 700px) {
      .page-template-page-appointments2 .getting-here .map, .page-template-page-appointments3 .getting-here .map {
        width: 50%; } }
    .page-template-page-appointments2 .getting-here .map iframe, .page-template-page-appointments3 .getting-here .map iframe {
      width: 100%;
      height: 360px; }

.page-template-page-appointments2 .appt-login-message, .page-template-page-appointments3 .appt-login-message {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .page-template-page-appointments2 .appt-login-message, .page-template-page-appointments3 .appt-login-message {
      font-size: 15px;
      position: absolute;
      margin-top: 28px;
      text-align: right;
      right: 0;
      top: 0; } }
  .page-template-page-appointments2 .appt-login-message a, .page-template-page-appointments3 .appt-login-message a {
    font-weight: bold;
    color: #000; }

.page-template-page-appointments2 .content .primary-button {
  border-radius: 0;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding: 16px 20px;
  min-width: 200px;
  letter-spacing: unset; }
  .page-template-page-appointments2 .content .primary-button.inactive {
    background: #444 !important; }

.page-template-page-appointments2 .appointment-calendar {
  opacity: 0; }
  @media (min-width: 850px) {
    .page-template-page-appointments2 .appointment-calendar {
      display: flex; } }
  .page-template-page-appointments2 .appointment-calendar .clndr {
    position: relative;
    margin: 0 auto; }
    @media (min-width: 465px) {
      .page-template-page-appointments2 .appointment-calendar .clndr {
        width: 350px; } }
    @media (min-width: 850px) {
      .page-template-page-appointments2 .appointment-calendar .clndr {
        margin: 0;
        width: 39%; } }
    .page-template-page-appointments2 .appointment-calendar .clndr .clndr-wrapper {
      border: 1px solid #000;
      border-radius: 4px;
      padding: 22px;
      box-sizing: border-box; }
    .page-template-page-appointments2 .appointment-calendar .clndr .clndr-controls .clndr-control-button {
      display: inline-block;
      width: 10%;
      text-align: center; }
      .page-template-page-appointments2 .appointment-calendar .clndr .clndr-controls .clndr-control-button button {
        color: #000;
        display: block;
        cursor: pointer;
        padding: 8px 0;
        width: 100%;
        font-size: 19px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        border: none;
        background: none; }
    .page-template-page-appointments2 .appointment-calendar .clndr .clndr-controls .month {
      display: inline-block;
      width: 80%;
      font-size: 15px;
      text-align: center;
      line-height: 1em;
      font-weight: 400;
      padding: 12px 0; }
      @media (min-width: 700px) {
        .page-template-page-appointments2 .appointment-calendar .clndr .clndr-controls .month {
          padding: 16px 0;
          font-size: 18px; } }
    .page-template-page-appointments2 .appointment-calendar .clndr .loading {
      position: absolute;
      z-index: 2;
      width: 100%;
      background: rgba(255, 255, 255, 0.7);
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      height: 100%;
      top: 0; }
      .page-template-page-appointments2 .appointment-calendar .clndr .loading:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        line-height: 20px;
        margin-top: -20px;
        content: "Loading..."; }
    .page-template-page-appointments2 .appointment-calendar .clndr table {
      width: 100%;
      font-weight: 400; }
    .page-template-page-appointments2 .appointment-calendar .clndr .header-days {
      text-align: center; }
      .page-template-page-appointments2 .appointment-calendar .clndr .header-days .header-day {
        padding: 8px 2px;
        font-weight: normal; }
        @media (min-width: 465px) {
          .page-template-page-appointments2 .appointment-calendar .clndr .header-days .header-day {
            padding: 11px 2px; } }
        .page-template-page-appointments2 .appointment-calendar .clndr .header-days .header-day abbr {
          text-decoration: none;
          font-size: 14px; }
          @media (min-width: 700px) {
            .page-template-page-appointments2 .appointment-calendar .clndr .header-days .header-day abbr {
              font-size: 15px; } }
    .page-template-page-appointments2 .appointment-calendar .clndr .day a, .page-template-page-appointments2 .appointment-calendar .clndr .day span {
      display: block;
      text-decoration: none;
      color: #666;
      border-right: 1px solid #666;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666;
      background: #DCDCDC;
      text-align: center;
      padding: 8px;
      margin-bottom: 6px;
      font-size: 14px;
      line-height: 1em; }
      @media (min-width: 700px) {
        .page-template-page-appointments2 .appointment-calendar .clndr .day a, .page-template-page-appointments2 .appointment-calendar .clndr .day span {
          padding: 11px;
          margin-bottom: 7px;
          font-size: 15px; } }
    .page-template-page-appointments2 .appointment-calendar .clndr .day span {
      cursor: default; }
      .page-template-page-appointments2 .appointment-calendar .clndr .day span:hover {
        background: #f3f3f3; }
    .page-template-page-appointments2 .appointment-calendar .clndr .day a {
      background: #fff;
      border-right: 1px solid #000;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      color: #000; }
      .page-template-page-appointments2 .appointment-calendar .clndr .day a:hover {
        background: #c1a890;
        color: #fff; }
    .page-template-page-appointments2 .appointment-calendar .clndr .day.active a {
      background-color: #D6B7AD;
      box-shadow: inset 0 0 0px 1px #000; }
    .page-template-page-appointments2 .appointment-calendar .clndr .day:nth-child(1 of .day) a, .page-template-page-appointments2 .appointment-calendar .clndr .day:nth-child(1 of .day) span {
      border-left: 1px solid #000;
      border-radius: 4px 0 0 4px; }
    .page-template-page-appointments2 .appointment-calendar .clndr .day:nth-last-child(1 of .day) a, .page-template-page-appointments2 .appointment-calendar .clndr .day:nth-last-child(1 of .day) span {
      border-radius: 0 4px 4px 0; }
    .page-template-page-appointments2 .appointment-calendar .clndr .day:has( + .event) span {
      border-right: 1px solid #000; }
    .page-template-page-appointments2 .appointment-calendar .clndr .empty {
      background: #fff; }
    .page-template-page-appointments2 .appointment-calendar .clndr td .day:last-child {
      border-right: none; }
    .page-template-page-appointments2 .appointment-calendar .clndr .adjacent-month {
      color: #999; }
    .page-template-page-appointments2 .appointment-calendar .clndr .legend {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      top: 0;
      padding-left: 0;
      left: 0;
      gap: 18px;
      justify-content: center;
      margin: 18px 0; }
      @media (min-width: 700px) {
        .page-template-page-appointments2 .appointment-calendar .clndr .legend {
          gap: 24px; } }
      .page-template-page-appointments2 .appointment-calendar .clndr .legend .available, .page-template-page-appointments2 .appointment-calendar .clndr .legend .unavailable {
        line-height: 20px;
        padding-left: 30px;
        font-size: 14px;
        position: relative;
        text-transform: uppercase;
        margin: 0; }
        @media (min-width: 700px) {
          .page-template-page-appointments2 .appointment-calendar .clndr .legend .available, .page-template-page-appointments2 .appointment-calendar .clndr .legend .unavailable {
            font-size: 15px; } }
        .page-template-page-appointments2 .appointment-calendar .clndr .legend .available:after, .page-template-page-appointments2 .appointment-calendar .clndr .legend .unavailable:after {
          width: 20px;
          height: 20px;
          box-sizing: border-box;
          border: 1px solid #000;
          position: absolute;
          left: 0;
          top: 0;
          content: "";
          background: #DCDCDC; }
      .page-template-page-appointments2 .appointment-calendar .clndr .legend .available:after {
        background: #fff; }
  .page-template-page-appointments2 .appointment-calendar .form-holder {
    display: block;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: left;
    font-weight: 400; }
    @media (min-width: 850px) {
      .page-template-page-appointments2 .appointment-calendar .form-holder {
        padding-top: 0;
        width: 61%;
        padding-left: 5.5%; } }
    .page-template-page-appointments2 .appointment-calendar .form-holder select {
      width: 100%;
      display: block;
      margin-bottom: 30px;
      text-align: left; }
    .page-template-page-appointments2 .appointment-calendar .form-holder label {
      padding: 5px 0;
      display: block;
      text-align: left; }
    .page-template-page-appointments2 .appointment-calendar .form-holder h3 {
      font-size: 20px;
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      margin: 0 0 30px 0;
      color: #000;
      font-weight: 500;
      line-height: 1em; }
    .page-template-page-appointments2 .appointment-calendar .form-holder .errors {
      position: relative;
      top: -20px;
      font-size: 15px;
      color: red; }
      @media (min-width: 700px) {
        .page-template-page-appointments2 .appointment-calendar .form-holder .errors {
          top: -40px;
          height: 0; } }
      .page-template-page-appointments2 .appointment-calendar .form-holder .errors:not(:empty):before {
        font-size: 15px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        content: 'i';
        border: 1px solid red;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        line-height: 18px;
        vertical-align: text-bottom;
        margin-right: 6px;
        margin-bottom: 1px;
        position: relative; }
    .page-template-page-appointments2 .appointment-calendar .form-holder .options {
      margin-bottom: 46px; }
    .page-template-page-appointments2 .appointment-calendar .form-holder .details {
      margin-bottom: 26px;
      font-size: 15px;
      padding: 22px;
      border: 1px solid #939393;
      border-radius: 4px; }
      .page-template-page-appointments2 .appointment-calendar .form-holder .details h3 {
        font-weight: 500;
        font-size: 20px;
        margin: 0 0 22px 0; }
      .page-template-page-appointments2 .appointment-calendar .form-holder .details ul {
        margin: 5px 0 0 0;
        padding: 0 0 0 20px; }
        .page-template-page-appointments2 .appointment-calendar .form-holder .details ul li {
          margin: 5px 0;
          list-style-type: none;
          position: relative; }
          .page-template-page-appointments2 .appointment-calendar .form-holder .details ul li:before {
            content: '⬤';
            position: absolute;
            left: -14px;
            font-size: 5px;
            top: 6px; }
    .page-template-page-appointments2 .appointment-calendar .form-holder .times {
      display: flex;
      flex-wrap: wrap;
      gap: 14px; }
      @media (min-width: 700px) {
        .page-template-page-appointments2 .appointment-calendar .form-holder .times {
          gap: 18px; } }
      .page-template-page-appointments2 .appointment-calendar .form-holder .times button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: 0;
        cursor: pointer;
        background: none;
        padding: 0;
        font-size: 15px;
        line-height: 1em;
        width: calc(50% - 7px);
        padding: 15px;
        border: 1px solid #000;
        color: #000;
        border-radius: 4px; }
        @media (min-width: 700px) {
          .page-template-page-appointments2 .appointment-calendar .form-holder .times button {
            width: calc(33.33% - 12px); } }
        .page-template-page-appointments2 .appointment-calendar .form-holder .times button.active {
          background: #D6B7AD;
          box-shadow: inset 0 0 0px 1px #000; }
    .page-template-page-appointments2 .appointment-calendar .form-holder .bottom {
      margin-bottom: 30px; }
      @media (min-width: 700px) {
        .page-template-page-appointments2 .appointment-calendar .form-holder .bottom {
          display: flex;
          align-items: center;
          margin-bottom: 60px; } }
      .page-template-page-appointments2 .appointment-calendar .form-holder .bottom button {
        flex-shrink: 0; }
      .page-template-page-appointments2 .appointment-calendar .form-holder .bottom p {
        margin: 0;
        padding-top: 20px;
        font-size: 15px; }
        @media (min-width: 700px) {
          .page-template-page-appointments2 .appointment-calendar .form-holder .bottom p {
            padding-top: 0;
            padding-left: 20px; } }
  .page-template-page-appointments2 .appointment-calendar .info-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    font-size: 15px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    vertical-align: text-bottom;
    margin-left: 8px;
    margin-bottom: 1px;
    position: relative; }
    .page-template-page-appointments2 .appointment-calendar .info-button:after {
      content: 'i'; }
  .page-template-page-appointments2 .appointment-calendar .info-popup-wrap {
    position: relative;
    display: block; }
    @media (min-width: 700px) {
      .page-template-page-appointments2 .appointment-calendar .info-popup-wrap {
        display: inline-block; } }
  .page-template-page-appointments2 .appointment-calendar .info-popup {
    font-size: 14px;
    font-weight: 400;
    padding: 22px 18px 22px 22px;
    border: 1px solid #939393;
    position: absolute;
    right: 0;
    bottom: 30px;
    text-align: left;
    background: #fff;
    width: 240px;
    box-sizing: border-box; }
    .page-template-page-appointments2 .appointment-calendar .info-popup > *:first-child {
      margin-top: 0; }
    .page-template-page-appointments2 .appointment-calendar .info-popup > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 700px) {
      .page-template-page-appointments2 .appointment-calendar .info-popup {
        right: auto;
        left: 50px;
        bottom: -20px; } }
    .page-template-page-appointments2 .appointment-calendar .info-popup h3 {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      text-transform: none; }
    .page-template-page-appointments2 .appointment-calendar .info-popup .close {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      outline: 0;
      cursor: pointer;
      background: none;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
      width: 24px;
      height: 24px; }
      .page-template-page-appointments2 .appointment-calendar .info-popup .close:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 20px;
        text-align: center;
        content: "\e913";
        font-size: 14px; }
  .page-template-page-appointments2 .appointment-calendar .extra {
    font-size: 15px;
    padding: 22px;
    border: 1px solid #939393;
    border-radius: 4px; }
    .page-template-page-appointments2 .appointment-calendar .extra > *:first-child {
      margin-top: 0; }
    .page-template-page-appointments2 .appointment-calendar .extra > *:last-child {
      margin-bottom: 0; }

@media (min-width: 850px) {
  .page-template-page-appointments3 .select-date-mobile {
    display: none; } }

.page-template-page-appointments3 .select-date-desktop {
  margin-top: 0;
  margin-bottom: 30px; }
  @media (min-width: 0) and (max-width: 849px) {
    .page-template-page-appointments3 .select-date-desktop {
      display: none; } }

.page-template-page-appointments3 .wrapper {
  box-sizing: content-box; }

.page-template-page-appointments3 .appointment-calendar-v3 {
  margin-bottom: 50px; }
  @media (min-width: 850px) {
    .page-template-page-appointments3 .appointment-calendar-v3 {
      display: flex; } }
  @media (min-width: 0) and (max-width: 849px) {
    .page-template-page-appointments3 .appointment-calendar-v3 h2.available-times {
      font-size: 20px; } }
  .page-template-page-appointments3 .appointment-calendar-v3 .clndr-holder {
    position: relative;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 22px;
    box-sizing: border-box;
    overflow: hidden; }
    @media (min-width: 0) and (max-width: 849px) {
      .page-template-page-appointments3 .appointment-calendar-v3 .clndr-holder {
        max-width: 400px;
        margin: 0; } }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr-holder.not-loaded {
      padding-top: 140%;
      position: relative; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr-holder .loading {
      position: absolute;
      z-index: 2;
      width: 100%;
      background: rgba(255, 255, 255, 0.7);
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      height: 100%;
      top: 0;
      left: 0; }
      .page-template-page-appointments3 .appointment-calendar-v3 .clndr-holder .loading:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        line-height: 20px;
        margin-top: -20px;
        content: "Loading..."; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr-holder .month-wrapper:not(.month-0) {
      padding-top: 12px; }
  .page-template-page-appointments3 .appointment-calendar-v3 .clndr {
    position: relative; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .clndr-controls {
      position: absolute;
      top: 0;
      right: 0;
      display: flex; }
      .page-template-page-appointments3 .appointment-calendar-v3 .clndr .clndr-controls .clndr-control-button button {
        color: #000;
        display: block;
        cursor: pointer;
        width: 32px;
        height: 32px;
        line-height: 28px;
        font-size: 9px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        border: 1px solid #000;
        background: none;
        margin-left: 8px;
        border-radius: 16px;
        text-indent: 2px;
        transition: color .2s, background-color .2s; }
        .page-template-page-appointments3 .appointment-calendar-v3 .clndr .clndr-controls .clndr-control-button button span {
          font-size: 19px;
          line-height: 28px; }
        .page-template-page-appointments3 .appointment-calendar-v3 .clndr .clndr-controls .clndr-control-button button:hover {
          background-color: #c38473;
          color: #fff; }
        .page-template-page-appointments3 .appointment-calendar-v3 .clndr .clndr-controls .clndr-control-button button.clndr-previous-button {
          text-indent: 0; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .month {
      font-size: 15px;
      line-height: 1em;
      font-weight: 400;
      padding: 20px 0 12px 0; }
      .page-template-page-appointments3 .appointment-calendar-v3 .clndr .month strong {
        font-weight: 500; }
      @media (min-width: 850px) {
        .page-template-page-appointments3 .appointment-calendar-v3 .clndr .month {
          padding: 20px 0 16px 0;
          font-size: 18px; } }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr table {
      width: 100%;
      font-weight: 400; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .header-days {
      text-align: center; }
      .page-template-page-appointments3 .appointment-calendar-v3 .clndr .header-days .header-day {
        padding: 8px 2px;
        font-weight: normal; }
        @media (min-width: 465px) {
          .page-template-page-appointments3 .appointment-calendar-v3 .clndr .header-days .header-day {
            padding: 11px 2px; } }
        .page-template-page-appointments3 .appointment-calendar-v3 .clndr .header-days .header-day abbr {
          text-decoration: none;
          font-size: 14px; }
          @media (min-width: 700px) {
            .page-template-page-appointments3 .appointment-calendar-v3 .clndr .header-days .header-day abbr {
              font-size: 15px; } }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day a, .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day span {
      display: block;
      text-decoration: none;
      color: #666;
      border-right: 1px solid #666;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666;
      background: #DCDCDC;
      text-align: center;
      padding: 8px;
      margin-bottom: 6px;
      font-size: 14px;
      line-height: 1em; }
      @media (min-width: 700px) {
        .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day a, .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day span {
          padding: 6px 11px;
          margin-bottom: 7px;
          font-size: 15px; } }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day span {
      cursor: default; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day a {
      background: #fff;
      border-right: 1px solid #000;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      color: #000; }
      .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day a:hover {
        background: #c1a890;
        color: #fff; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day.active a {
      background-color: #D6B7AD;
      box-shadow: inset 0 0 0px 1px #000; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day:nth-child(1 of .day) a, .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day:nth-child(1 of .day) span {
      border-left: 1px solid #000;
      border-radius: 4px 0 0 4px; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day:nth-last-child(1 of .day) a, .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day:nth-last-child(1 of .day) span {
      border-radius: 0 4px 4px 0; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .day:has( + .event) span {
      border-right: 1px solid #000; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .empty {
      background: #fff; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr td .day:last-child {
      border-right: none; }
    .page-template-page-appointments3 .appointment-calendar-v3 .clndr .adjacent-month {
      color: #999; }
  .page-template-page-appointments3 .appointment-calendar-v3 .legend {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    padding-left: 0;
    left: 0;
    gap: 18px;
    justify-content: center;
    margin: 18px 0; }
    @media (min-width: 0) and (max-width: 849px) {
      .page-template-page-appointments3 .appointment-calendar-v3 .legend {
        max-width: 400px; } }
    @media (min-width: 700px) {
      .page-template-page-appointments3 .appointment-calendar-v3 .legend {
        gap: 24px; } }
    .page-template-page-appointments3 .appointment-calendar-v3 .legend .available, .page-template-page-appointments3 .appointment-calendar-v3 .legend .unavailable {
      line-height: 20px;
      padding-left: 30px;
      font-size: 14px;
      position: relative;
      text-transform: uppercase;
      margin: 0; }
      @media (min-width: 700px) {
        .page-template-page-appointments3 .appointment-calendar-v3 .legend .available, .page-template-page-appointments3 .appointment-calendar-v3 .legend .unavailable {
          font-size: 15px; } }
      .page-template-page-appointments3 .appointment-calendar-v3 .legend .available:after, .page-template-page-appointments3 .appointment-calendar-v3 .legend .unavailable:after {
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        border: 1px solid #000;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: #DCDCDC; }
    .page-template-page-appointments3 .appointment-calendar-v3 .legend .available:after {
      background: #fff; }
  .page-template-page-appointments3 .appointment-calendar-v3 .left {
    margin: 0;
    float: none; }
    @media (min-width: 850px) {
      .page-template-page-appointments3 .appointment-calendar-v3 .left {
        width: 35%;
        min-width: 330px; } }
  .page-template-page-appointments3 .appointment-calendar-v3 .right {
    display: block;
    float: none;
    padding-top: 40px;
    box-sizing: border-box;
    text-align: left;
    font-weight: 400; }
    @media (min-width: 850px) {
      .page-template-page-appointments3 .appointment-calendar-v3 .right {
        padding-top: 0;
        width: 65%;
        padding-left: 4%; } }
    .page-template-page-appointments3 .appointment-calendar-v3 .right .unopen-month {
      display: none;
      border-radius: 16px;
      border: 1px solid #000;
      background: #fff;
      padding: 22px;
      margin-top: 30px; }
      .page-template-page-appointments3 .appointment-calendar-v3 .right .unopen-month > *:first-child {
        margin-top: 0; }
    .page-template-page-appointments3 .appointment-calendar-v3 .right .bottom-errors {
      position: relative;
      font-size: 15px;
      color: red;
      margin-top: 20px; }
      .page-template-page-appointments3 .appointment-calendar-v3 .right .bottom-errors:not(:empty):before {
        font-size: 15px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        content: 'i';
        border: 1px solid red;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        line-height: 18px;
        vertical-align: text-bottom;
        margin-right: 6px;
        margin-bottom: 1px;
        position: relative; }
    .page-template-page-appointments3 .appointment-calendar-v3 .right .times {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
      .page-template-page-appointments3 .appointment-calendar-v3 .right .times button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: 0;
        cursor: pointer;
        background: none;
        padding: 0;
        font-size: 15px;
        line-height: 1em;
        width: 99px;
        padding: 15px;
        border: 1px solid #000;
        color: #000;
        border-radius: 4px; }
        .page-template-page-appointments3 .appointment-calendar-v3 .right .times button.active {
          background: #D6B7AD;
          box-shadow: inset 0 0 0px 1px #000; }
  .page-template-page-appointments3 .appointment-calendar-v3 .info-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    font-size: 15px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-family: #roboto;
    background: #000;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    vertical-align: text-bottom;
    margin-left: 8px;
    margin-bottom: 1px;
    position: relative; }
    .page-template-page-appointments3 .appointment-calendar-v3 .info-button:after {
      content: 'i'; }
  .page-template-page-appointments3 .appointment-calendar-v3 .info-popup-wrap {
    position: relative;
    display: block; }
    @media (min-width: 850px) {
      .page-template-page-appointments3 .appointment-calendar-v3 .info-popup-wrap {
        display: inline-block; } }
  .page-template-page-appointments3 .appointment-calendar-v3 .info-popup {
    font-size: 15px;
    font-weight: 400;
    padding: 22px 18px 22px 22px;
    border: 1px solid #000;
    position: absolute;
    right: 0;
    bottom: 30px;
    text-align: left;
    background: #F1F1F1;
    width: 270px;
    box-sizing: border-box;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    line-height: 1.4em;
    z-index: 10;
    border-radius: 16px; }
    .page-template-page-appointments3 .appointment-calendar-v3 .info-popup > *:first-child {
      margin-top: 0; }
    .page-template-page-appointments3 .appointment-calendar-v3 .info-popup > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 850px) {
      .page-template-page-appointments3 .appointment-calendar-v3 .info-popup {
        right: auto;
        left: 50px;
        bottom: -20px; } }
    .page-template-page-appointments3 .appointment-calendar-v3 .info-popup h3 {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      text-transform: none; }
    .page-template-page-appointments3 .appointment-calendar-v3 .info-popup .close {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      outline: 0;
      cursor: pointer;
      background: none;
      padding: 0;
      position: absolute;
      top: 5px;
      right: 5px;
      width: 24px;
      height: 24px; }
      .page-template-page-appointments3 .appointment-calendar-v3 .info-popup .close:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 20px;
        text-align: center;
        content: "\e913";
        font-size: 14px; }
  .page-template-page-appointments3 .appointment-calendar-v3 .bottom-extra-desktop {
    font-size: 15px;
    margin-top: 50px;
    display: none; }
    .page-template-page-appointments3 .appointment-calendar-v3 .bottom-extra-desktop > *:first-child {
      margin-top: 0; }
    .page-template-page-appointments3 .appointment-calendar-v3 .bottom-extra-desktop > *:last-child {
      margin-bottom: 0; }
    .page-template-page-appointments3 .appointment-calendar-v3 .bottom-extra-desktop p:not(:last-child) {
      margin-bottom: 15px; }
    .page-template-page-appointments3 .appointment-calendar-v3 .bottom-extra-desktop p.small {
      font-size: 13px; }
  .page-template-page-appointments3 .appointment-calendar-v3 .bottom-extra-mobile {
    font-size: 15px;
    margin-top: 50px;
    display: none; }
    .page-template-page-appointments3 .appointment-calendar-v3 .bottom-extra-mobile > *:first-child {
      margin-top: 0; }
    .page-template-page-appointments3 .appointment-calendar-v3 .bottom-extra-mobile > *:last-child {
      margin-bottom: 0; }
  .page-template-page-appointments3 .appointment-calendar-v3.date-selected .bottom-extra-desktop {
    display: block; }
    @media (min-width: 0) and (max-width: 849px) {
      .page-template-page-appointments3 .appointment-calendar-v3.date-selected .bottom-extra-desktop {
        display: none; } }
  .page-template-page-appointments3 .appointment-calendar-v3.date-selected .bottom-extra-mobile {
    display: block; }
    @media (min-width: 850px) {
      .page-template-page-appointments3 .appointment-calendar-v3.date-selected .bottom-extra-mobile {
        display: none; } }
  .page-template-page-appointments3 .appointment-calendar-v3.date-selected .bottom-errors, .page-template-page-appointments3 .appointment-calendar-v3.date-selected button.reserve-date, .page-template-page-appointments3 .appointment-calendar-v3.date-selected .select-date-desktop {
    display: none; }
  .page-template-page-appointments3 .appointment-calendar-v3 .top-area h2 {
    margin-top: 0; }
  .page-template-page-appointments3 .appointment-calendar-v3 .top-area .top-times h3 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    line-height: 1em;
    margin-bottom: 3px; }
  @media (min-width: 850px) {
    .page-template-page-appointments3 .appointment-calendar-v3 .top-area .mobile-top {
      display: none; } }
  .page-template-page-appointments3 .appointment-calendar-v3 .top-area .desktop-top {
    display: none; }
    @media (min-width: 850px) {
      .page-template-page-appointments3 .appointment-calendar-v3 .top-area .desktop-top {
        display: block; } }
  .page-template-page-appointments3 .appointment-calendar-v3 .events-area {
    margin-top: 50px; }
    .page-template-page-appointments3 .appointment-calendar-v3 .events-area h2 {
      font-size: 18px;
      margin: 0 0 8px 0; }
      @media (min-width: 700px) {
        .page-template-page-appointments3 .appointment-calendar-v3 .events-area h2 {
          font-size: 24px;
          margin: 0 0 10px 0; } }
      .page-template-page-appointments3 .appointment-calendar-v3 .events-area h2 .info-button {
        vertical-align: top;
        position: relative; }
        @media (min-width: 700px) {
          .page-template-page-appointments3 .appointment-calendar-v3 .events-area h2 .info-button {
            top: 4px; } }
    .page-template-page-appointments3 .appointment-calendar-v3 .events-area .events .event {
      font-size: 15px;
      padding: 10px 0;
      border-bottom: 1px solid #000; }
      @media (min-width: 700px) {
        .page-template-page-appointments3 .appointment-calendar-v3 .events-area .events .event {
          font-size: 18px; } }
  @media (min-width: 0) and (max-width: 849px) {
    .page-template-page-appointments3 .appointment-calendar-v3.time-selected .cards .card {
      display: none; } }
  .page-template-page-appointments3 .appointment-calendar-v3 .cards .card {
    border-radius: 16px;
    border: 1px solid #000;
    background: #fff;
    padding: 22px;
    margin-top: 30px; }
    @media (min-width: 590px) {
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top {
        display: flex;
        align-items: flex-start; } }
    .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider {
      position: relative;
      border-radius: 4px;
      overflow: hidden;
      margin-bottom: 12px; }
      @media (min-width: 590px) {
        .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider {
          width: 45%;
          margin-right: 20px;
          margin-bottom: 0; } }
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider .slick-slide {
        position: relative; }
        .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider .slick-slide:after {
          content: '';
          height: 220px;
          display: block; }
          @media (min-width: 590px) {
            .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider .slick-slide:after {
              padding-top: 75%;
              height: 0; } }
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider .prev, .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider .next {
        line-height: 24px;
        margin-top: -12px;
        color: #fff;
        font-size: 18px;
        top: 50%;
        position: absolute;
        z-index: 3;
        padding: 0;
        width: 24px;
        height: 24px;
        border-radius: 12px;
        background: #000;
        text-align: center;
        cursor: pointer; }
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider .prev {
        left: 10px; }
        .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider .prev i {
          left: -1px;
          position: relative; }
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider .next {
        right: 10px; }
        .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .image-slider .next i {
          right: -1px;
          position: relative; }
    .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .top .info {
      flex-grow: 1;
      flex-basis: 55%; }
    .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .times {
      margin-top: 10px; }
      @media (min-width: 0) and (max-width: 849px) {
        .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .times {
          display: none; } }
    .page-template-page-appointments3 .appointment-calendar-v3 .cards .card h3 {
      font-size: 23px;
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      margin: 0 0 8px 0;
      color: #000;
      font-weight: 400;
      line-height: 1em; }
    .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .price {
      font-family: "Playfair Display", serif;
      font-size: 23px;
      font-weight: 400;
      color: #000;
      margin: 6px 0 10px 0; }
    .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .bottom {
      margin-top: 20px;
      font-size: 15px; }
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .bottom h4 {
        font-weight: 500;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        margin: 0 0 10px 0;
        text-transform: none; }
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .bottom p {
        margin: 0 0 10px 0;
        font-weight: 300; }
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .bottom ul {
        margin: -5px 0 0 0;
        padding: 0;
        list-style: none; }
        .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .bottom ul li {
          padding: 11px 0 11px 38px;
          position: relative; }
          .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .bottom ul li:after {
            content: '';
            position: absolute;
            left: 8px;
            top: 14px;
            background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C7.28125 0 7.53125 0.1875 7.65625 0.4375L9.53125 4.46875L13.5625 6.34375C13.8125 6.46875 14 6.71875 14 7C14 7.3125 13.8125 7.5625 13.5625 7.6875L9.53125 9.5625L7.65625 13.5938C7.53125 13.8438 7.28125 14 7 14C6.6875 14 6.4375 13.8438 6.3125 13.5938L4.4375 9.5625L0.40625 7.6875C0.15625 7.5625 0 7.3125 0 7C0 6.71875 0.15625 6.46875 0.40625 6.34375L4.4375 4.46875L6.3125 0.4375C6.4375 0.1875 6.6875 0 7 0ZM7 2.5625L5.6875 5.34375C5.625 5.5 5.5 5.65625 5.3125 5.71875L2.53125 7L5.3125 8.3125C5.5 8.375 5.625 8.5 5.6875 8.6875L7 11.4688L8.28125 8.6875C8.34375 8.5 8.5 8.375 8.65625 8.3125L11.4375 7L8.65625 5.71875C8.5 5.65625 8.34375 5.53125 8.28125 5.34375L7 2.5625Z" fill="black"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            width: 14px;
            height: 14px; }
          .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .bottom ul li:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 6px;
            background: #F1F1F1;
            border-radius: 8px;
            width: 30px;
            height: 30px; }
    .page-template-page-appointments3 .appointment-calendar-v3 .cards .card.vip .bottom ul li:before {
      background-color: #E4C5BC; }
    .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .errors {
      position: relative;
      font-size: 15px;
      color: red;
      margin-top: 10px; }
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .errors:not(:empty):before {
        font-size: 15px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        content: 'i';
        border: 1px solid red;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        line-height: 18px;
        vertical-align: text-bottom;
        margin-right: 6px;
        margin-bottom: 1px;
        position: relative; }
    .page-template-page-appointments3 .appointment-calendar-v3 .cards .card .reserve-time {
      display: none;
      font-size: 13px;
      margin: 8px 0 0 0; }
    .page-template-page-appointments3 .appointment-calendar-v3 .cards .card button.book {
      background: #000 !important;
      opacity: 0.5;
      margin-top: 8px; }
    @media (min-width: 0) and (max-width: 849px) {
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card.active-mobile {
        display: block; }
        .page-template-page-appointments3 .appointment-calendar-v3 .cards .card.active-mobile .reserve-time {
          display: block; }
        .page-template-page-appointments3 .appointment-calendar-v3 .cards .card.active-mobile button.book {
          opacity: 1; } }
    @media (min-width: 850px) {
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card.active-desktop .reserve-time {
        display: block; }
      .page-template-page-appointments3 .appointment-calendar-v3 .cards .card.active-desktop button.book {
        opacity: 1; } }
    .page-template-page-appointments3 .appointment-calendar-v3 .cards .card.inactive {
      opacity: 0.5; }

.page-template-page-appointments3 .content .primary-button {
  border-radius: 0;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding: 16px 20px;
  min-width: 200px;
  letter-spacing: unset; }
  .page-template-page-appointments3 .content .primary-button.inactive {
    opacity: 0.5; }

.appointments-top-block .appt-progress {
  padding: 10px 0; }
  @media (min-width: 700px) {
    .appointments-top-block .appt-progress {
      padding: 16px 0; } }
  .appointments-top-block .appt-progress .wrapper {
    display: flex;
    align-items: center; }
  .appointments-top-block .appt-progress .circles {
    flex-grow: 1;
    justify-content: space-between;
    position: relative;
    margin: 0;
    display: flex; }
    @media (min-width: 1000px) {
      .appointments-top-block .appt-progress .circles {
        margin: 0 15%; } }
    .appointments-top-block .appt-progress .circles:after {
      position: absolute;
      content: '';
      z-index: 1;
      border-bottom: 1px solid #000;
      height: 0;
      left: 12.5%;
      right: 12.5%;
      top: 8px; }
      @media (min-width: 700px) {
        .appointments-top-block .appt-progress .circles:after {
          top: 10px; } }
    .appointments-top-block .appt-progress .circles > div {
      position: relative;
      z-index: 2;
      width: 25%; }
      .appointments-top-block .appt-progress .circles > div:before {
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background: #fff;
        display: block;
        border: 1px solid #000;
        box-sizing: border-box;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 50%;
        margin-left: -8px; }
        @media (min-width: 700px) {
          .appointments-top-block .appt-progress .circles > div:before {
            width: 20px;
            height: 20px;
            border-radius: 10px;
            margin-left: -10px; } }
      .appointments-top-block .appt-progress .circles > div.filled:before {
        background-color: #000; }
      .appointments-top-block .appt-progress .circles > div span {
        font-size: 13px;
        padding-top: 32px;
        font-weight: 300;
        display: block;
        text-align: center; }
        @media (min-width: 700px) {
          .appointments-top-block .appt-progress .circles > div span {
            font-size: 16px; } }

.appointments-top-block .appt-top-heading {
  padding: 14px 0 26px 0; }
  @media (min-width: 700px) {
    .appointments-top-block .appt-top-heading {
      padding: 30px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .appointments-top-block .appt-top-heading h1 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Playfair Display", serif; }
    @media (min-width: 700px) {
      .appointments-top-block .appt-top-heading h1 {
        font-size: 28px; } }
  .appointments-top-block .appt-top-heading .appt-login-message {
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0; }
    @media (min-width: 700px) {
      .appointments-top-block .appt-top-heading .appt-login-message {
        text-align: right;
        margin: 0;
        font-size: 15px; } }
    .appointments-top-block .appt-top-heading .appt-login-message a {
      font-weight: bold;
      color: #000; }

.callout-box-block {
  border: 1px solid #000;
  border-radius: 4px;
  padding: 17px 21px;
  margin-bottom: 15px; }
  .callout-box-block > *:first-child {
    margin-top: 0; }
  .callout-box-block > *:last-child {
    margin-bottom: 0; }
  .callout-box-block h2 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin: 0;
    max-width: 350px; }
  .callout-box-block p {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0;
    max-width: 330px; }
    @media (min-width: 465px) {
      .callout-box-block p {
        font-size: 15px; } }
  .callout-box-block .primary-button {
    border-radius: 0;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding: 16px 20px;
    min-width: 200px;
    letter-spacing: unset; }

.appointment-callout-block {
  border-radius: 16px;
  border: 1px solid #000;
  background: #fff;
  padding: 22px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
  /*
  &.has-cta
  {
    padding-bottom: 108px;
    > .primary-button
    {
      position: absolute;
      bottom: 30px;
      left: 20px;
      width: calc(100% - 40px);
      @include susy-media($small)
      {
        width: calc(56% - 20px);
      }
    }
  }
  */ }
  @media (min-width: 465px) {
    .appointment-callout-block .top {
      display: flex;
      align-items: flex-end; } }
  .appointment-callout-block .top .image-slider {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
    align-self: center; }
    @media (min-width: 465px) {
      .appointment-callout-block .top .image-slider {
        width: 52%;
        margin-right: 20px;
        margin-bottom: 0; } }
    .appointment-callout-block .top .image-slider .slick-slide {
      position: relative; }
      .appointment-callout-block .top .image-slider .slick-slide:after {
        content: '';
        height: 220px;
        display: block; }
        @media (min-width: 465px) {
          .appointment-callout-block .top .image-slider .slick-slide:after {
            padding-top: 80%;
            height: 0; } }
    .appointment-callout-block .top .image-slider img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
    .appointment-callout-block .top .image-slider .prev, .appointment-callout-block .top .image-slider .next {
      line-height: 24px;
      margin-top: -12px;
      color: #fff;
      font-size: 18px;
      top: 50%;
      position: absolute;
      z-index: 3;
      padding: 0;
      width: 24px;
      height: 24px;
      border-radius: 12px;
      background: #000;
      text-align: center;
      cursor: pointer; }
    .appointment-callout-block .top .image-slider .prev {
      left: 10px; }
      .appointment-callout-block .top .image-slider .prev i {
        left: -1px;
        position: relative; }
    .appointment-callout-block .top .image-slider .next {
      right: 10px; }
      .appointment-callout-block .top .image-slider .next i {
        right: -1px;
        position: relative; }
  .appointment-callout-block .top .info {
    flex-grow: 1;
    flex-basis: 48%;
    padding-top: 12px; }
  .appointment-callout-block h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    line-height: 1.2em;
    width: 100%; }
  .appointment-callout-block .flag {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 4px 12px;
    line-height: 1.2em;
    background: #9E8695;
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff; }
  .appointment-callout-block .sub-title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
    margin: -7px 0 10px 0;
    line-height: 1.2em;
    width: 100%;
    text-transform: uppercase; }
  .appointment-callout-block .under-title {
    font-size: 13px;
    font-weight: 300;
    margin: 4px 0;
    width: 100%; }
  .appointment-callout-block .under-title-large {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 4px 0;
    line-height: 1.2em;
    width: 100%; }
  .appointment-callout-block .copy {
    width: 100%;
    box-sizing: border-box; }
    .appointment-callout-block .copy * {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2em; }
    .appointment-callout-block .copy a {
      color: #000; }
    .appointment-callout-block .copy ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .appointment-callout-block .copy ul li {
        padding: 11px 0 11px 38px;
        position: relative; }
        .appointment-callout-block .copy ul li:after {
          content: '';
          position: absolute;
          left: 8px;
          top: 14px;
          background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C7.28125 0 7.53125 0.1875 7.65625 0.4375L9.53125 4.46875L13.5625 6.34375C13.8125 6.46875 14 6.71875 14 7C14 7.3125 13.8125 7.5625 13.5625 7.6875L9.53125 9.5625L7.65625 13.5938C7.53125 13.8438 7.28125 14 7 14C6.6875 14 6.4375 13.8438 6.3125 13.5938L4.4375 9.5625L0.40625 7.6875C0.15625 7.5625 0 7.3125 0 7C0 6.71875 0.15625 6.46875 0.40625 6.34375L4.4375 4.46875L6.3125 0.4375C6.4375 0.1875 6.6875 0 7 0ZM7 2.5625L5.6875 5.34375C5.625 5.5 5.5 5.65625 5.3125 5.71875L2.53125 7L5.3125 8.3125C5.5 8.375 5.625 8.5 5.6875 8.6875L7 11.4688L8.28125 8.6875C8.34375 8.5 8.5 8.375 8.65625 8.3125L11.4375 7L8.65625 5.71875C8.5 5.65625 8.34375 5.53125 8.28125 5.34375L7 2.5625Z" fill="black"/></svg>');
          background-size: contain;
          background-repeat: no-repeat;
          width: 14px;
          height: 14px; }
        .appointment-callout-block .copy ul li:before {
          content: '';
          position: absolute;
          left: 0px;
          top: 6px;
          background: #E4C5BC;
          border-radius: 8px;
          width: 30px;
          height: 30px; }
  @media (min-width: 465px) {
    .appointment-callout-block .left-right-wrap {
      display: flex; }
    .appointment-callout-block .lft {
      padding-right: 12px;
      width: 50%; }
    .appointment-callout-block .rht {
      padding-left: 12px;
      width: 50%; } }
  .appointment-callout-block .primary-button {
    border-radius: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding: 16px 20px;
    box-sizing: border-box;
    letter-spacing: unset;
    margin-top: 10px; }

@media (min-width: 700px) {
  .vc_row-o-equal-height .appointment-callout-block {
    height: calc(100% - 20px); } }

body.archive .site-main .mobile-jump {
  display: inline-block;
  color: #C38473;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 0;
  margin: 10px 0; }
  @media (min-width: 700px) {
    body.archive .site-main .mobile-jump {
      display: none; } }
  body.archive .site-main .mobile-jump span {
    font-size: 18px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle; }

@media (min-width: 700px) {
  body.archive .site-main .archive-hero-wrap {
    display: flex; } }

body.archive .site-main .archive-hero-image {
  margin-bottom: 11px; }
  @media (min-width: 700px) {
    body.archive .site-main .archive-hero-image {
      width: 30%;
      flex-grow: 1; } }
  body.archive .site-main .archive-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover; }
    @media (min-width: 700px) {
      body.archive .site-main .archive-hero-image img {
        max-height: 400px; } }

body.archive .site-main .archive-hero-content {
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 18px; }
  @media (min-width: 700px) {
    body.archive .site-main .archive-hero-content {
      width: 44%;
      flex-grow: 1;
      padding-top: 0;
      padding-bottom: 22px; } }
  @media (min-width: 700px) {
    body.archive .site-main .archive-hero-content.with-image {
      padding-left: 28px; } }
  body.archive .site-main .archive-hero-content .top-copy {
    display: none; }
    @media (min-width: 1000px) {
      body.archive .site-main .archive-hero-content .top-copy {
        display: block !important; } }
    body.archive .site-main .archive-hero-content .top-copy * {
      margin: 0; }
  body.archive .site-main .archive-hero-content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.8em;
    padding-right: 40px;
    position: relative;
    cursor: pointer; }
    body.archive .site-main .archive-hero-content h2:after {
      content: '+';
      position: absolute;
      right: 0;
      top: 50%;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      line-height: 28px;
      text-align: center;
      font-size: 35px;
      font-weight: 400;
      margin-top: -15px;
      background: #c38473;
      color: #fff; }
    body.archive .site-main .archive-hero-content h2.open:after {
      content: '-';
      line-height: 26px; }
    @media (min-width: 1000px) {
      body.archive .site-main .archive-hero-content h2 {
        cursor: unset;
        padding-right: 0; }
        body.archive .site-main .archive-hero-content h2:after {
          display: none; } }
  body.archive .site-main .archive-hero-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em; }

body.archive .site-main .mobile-sections {
  padding-bottom: 15px;
  box-sizing: border-box; }
  @media (min-width: 700px) {
    body.archive .site-main .mobile-sections {
      display: none; } }

body.archive .site-main .desktop-sections {
  display: none; }
  @media (min-width: 700px) {
    body.archive .site-main .desktop-sections {
      display: block;
      margin-top: 16px; } }

body.archive .site-main .archive-hero-sections .section button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 25px 7px 0;
  position: relative;
  border-bottom: 1px solid #000;
  text-align: left;
  color: #000; }
  body.archive .site-main .archive-hero-sections .section button:after {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 17px;
    font-size: 16px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    border: 1px solid #000;
    content: "\2b";
    background: #D9D9D9; }
  body.archive .site-main .archive-hero-sections .section button:hover {
    color: #c38473; }
    body.archive .site-main .archive-hero-sections .section button:hover:after {
      border-color: #c38473; }
  body.archive .site-main .archive-hero-sections .section button.open:after {
    content: "\2d";
    line-height: 13px; }
  body.archive .site-main .archive-hero-sections .section button h3 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 0; }

body.single-designer .designer-events {
  padding-bottom: 15px;
  padding-top: 0; }
  body.single-designer .designer-events .section .heading {
    border-bottom: 1px solid #000;
    border-top: none; }

body.single-post .content {
  word-break: break-word;
  overflow: hidden; }
  body.single-post .content iframe {
    max-width: 100%; }

body.single-story .story-page {
  overflow-x: hidden; }
  body.single-story .story-page iframe {
    max-width: 100%; }

.g-recaptcha {
  max-width: 100%; }
  .g-recaptcha iframe {
    max-width: 100%; }

.vc_masonry_grid {
  overflow-x: hidden; }

@media print {
  .item-slider .slick-track {
    width: 100% !important;
    transform: none !important;
    margin: -1.38889%;
    padding: 6px 0; }
    .item-slider .slick-track:after {
      content: '';
      display: table;
      width: 100%;
      height: 0.1px;
      clear: both; }
  .item-slider .slick-slide {
    margin: 1.38889%;
    padding: 0;
    width: 22.22222% !important; }
    .item-slider .slick-slide:nth-child(4n+1) {
      clear: both; }
    .item-slider .slick-slide .onsale {
      left: 0; }
  .item-slider .slick-arrow {
    display: none !important; }
  .page-template-page-consultant-dashboard .info-holder {
    width: 33.333%; }
  #wpadminbar {
    display: none; }
  html {
    margin-top: 0 !important; }
  body {
    padding-top: 0; }
  .site-header .nav-bar {
    top: 0 !important;
    position: relative; }
  .top-bar {
    position: relative !important;
    top: 0 !important; }
  #nav-toggle {
    top: 0 !important;
    position: absolute; }
  .site-footer {
    display: none; } }
