@charset "UTF-8";

/**
 *
 * The Vitarelax main stylesheet.
 *
 * @package vitarelax
 * @subpackage wordpress
 *
 */
/*-----------------------------------------------------------------------------*
 *  WEBFONTS
 *----------------------------------------------------------------------------*/
@font-face {
  font-family: "Gastromond";
  src: url("../fonts/0c2ad412-32c7-4e06-b348-927ec2bf1bcd.woff2") format("woff2"), url("../fonts/2e58deb8-7316-41c4-b285-dbeff3b80aa6.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Vsans";
  src: url("../fonts/Vsans Bold.woff2") format("woff2"), url("../fonts/Vsans Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Vsans";
  src: url("../fonts/Vsans Book.woff2") format("woff2"), url("../fonts/Vsans Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Vsans";
  src: url("../fonts/Vsans Book Italic.woff2") format("woff2"), url("../fonts/Vsans Book Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

/*-----------------------------------------------------------------------------*
 *  UTILITIES
 *----------------------------------------------------------------------------*/
.u-ff-display {
  font-family: "Gastromond";
}

.u-ff-sans {
  font-family: "Vsans";
}

.u-d-f {
  display: -webkit-flex !important;
  display: flex !important;
}

.u-fw-w {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-fw-nw {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-jc-fs {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.u-jc-fe {
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.u-jc-c {
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

.u-jc-s {
  -webkit-justify-content: stretch !important;
  justify-content: stretch !important;
}

.u-jc-sb {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.u-jc-sa {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.u-jc-se {
  -webkit-justify-content: space-evenly !important;
  justify-content: space-evenly !important;
}

.u-ai-fs {
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.u-ai-fe {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.u-ai-c {
  -webkit-align-items: center !important;
  align-items: center !important;
}

.u-ai-s {
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}

.u-fz-xxs {
  font-size: 11px !important;
}

.u-fz-xs {
  font-size: 0.75em !important;
}

.u-fz-s {
  font-size: 0.875em !important;
}

.u-fz-l {
  font-size: 1.125em !important;
}

.u-fz-xl {
  font-size: 1.25em !important;
}

.u-fz-xxl {
  font-size: 1.5em !important;
}

.u-whs-nw {
  white-space: nowrap !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-m-a {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-1 {
  margin: 10px !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-1 {
  margin-top: 10px !important;
}

.u-mt-2 {
  margin-top: 40px !important;
}

.u-mt-3 {
  margin-top: 60px !important;
}

.u-mt-4 {
  margin-top: 80px !important;
}

.u-ml-a {
  margin-left: auto !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-1 {
  margin-left: 10px !important;
}

.u-ml-2 {
  margin-left: 40px !important;
}

.u-ml-3 {
  margin-left: 60px !important;
}

.u-ml-4 {
  margin-left: 80px !important;
}

.u-mr-a {
  margin-right: auto !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-1 {
  margin-right: 10px !important;
}

.u-mr-2 {
  margin-right: 40px !important;
}

.u-mr-3 {
  margin-right: 60px !important;
}

.u-mr-4 {
  margin-right: 80px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-1 {
  margin-bottom: 10px !important;
}

.u-mb-2 {
  margin-bottom: 40px !important;
}

.u-mb-3 {
  margin-bottom: 60px !important;
}

.u-mb-4 {
  margin-bottom: 80px !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-1 {
  padding: 10px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-1 {
  padding-top: 10px !important;
}

.u-pt-2 {
  padding-top: 40px !important;
}

.u-pt-3 {
  padding-top: 60px !important;
}

.u-pt-4 {
  padding-top: 80px !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-1 {
  padding-left: 10px !important;
}

.u-pl-2 {
  padding-left: 40px !important;
}

.u-pl-3 {
  padding-left: 60px !important;
}

.u-pl-4 {
  padding-left: 80px !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-1 {
  padding-right: 10px !important;
}

.u-pr-2 {
  padding-right: 40px !important;
}

.u-pr-3 {
  padding-right: 60px !important;
}

.u-pr-4 {
  padding-right: 80px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-1 {
  padding-bottom: 10px !important;
}

.u-pb-2 {
  padding-bottom: 40px !important;
}

.u-pb-3 {
  padding-bottom: 60px !important;
}

.u-pb-4 {
  padding-bottom: 80px !important;
}

.u-op-80 {
  opacity: 0.8 !important;
}

.u-op-60 {
  opacity: 0.6 !important;
}

.u-op-40 {
  opacity: 0.4 !important;
}

.u-op-20 {
  opacity: 0.2 !important;
}

.u-sr {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}

.u-w-inherit {
  width: inherit !important;
}

.u-w-a {
  width: auto !important;
}

.u-w-xxsmall {
  width: 0.75em !important;
}

.u-w-xsmall {
  width: 1em !important;
}

.u-w-small {
  width: 1.5em !important;
}

.u-w-medium {
  width: 2em !important;
}

.u-w-large {
  width: 2.5em !important;
}

.u-w-xlarge {
  width: 3em !important;
}

.u-w-10p {
  width: 10% !important;
}

.u-w-20p {
  width: 20% !important;
}

.u-w-25p {
  width: 25% !important;
}

.u-w-30p {
  width: 30% !important;
}

.u-w-33p {
  width: 33.3333% !important;
}

.u-w-40p {
  width: 40% !important;
}

.u-w-50p {
  width: 50% !important;
}

.u-w-60p {
  width: 60% !important;
}

.u-w-66p {
  width: 66.6666% !important;
}

.u-w-70p {
  width: 70% !important;
}

.u-w-75p {
  width: 75% !important;
}

.u-w-80p {
  width: 80% !important;
}

.u-w-90p {
  width: 90% !important;
}

.u-w-100p {
  width: 100% !important;
}

.u-w-100vw {
  width: 100vw !important;
}

.u-miw-100vw {
  min-width: 100vw !important;
}

.u-maw-100vw {
  max-width: 100vw !important;
}

.u-miw-0 {
  min-width: 0 !important;
}

.u-maw-n {
  max-width: none !important;
}

.u-h-inherit {
  height: inherit !important;
}

.u-h-auto {
  height: auto !important;
}

.u-h-xxsmall {
  height: 0.75em !important;
}

.u-h-xsmall {
  height: 1em !important;
}

.u-h-small {
  height: 1.5em !important;
}

.u-h-medium {
  height: 2em !important;
}

.u-h-large {
  height: 2.5em !important;
}

.u-h-xlarge {
  height: 3em !important;
}

.u-h-100vh {
  height: 100vh !important;
}

.u-mih-100vh {
  min-height: 100vh !important;
}

.u-mah-100vh {
  max-height: 100vh !important;
}

.u-mih-0 {
  min-height: 0 !important;
}

.u-mah-n {
  max-height: none !important;
}

.u-size-inherit {
  width: inherit !important;
  height: inherit !important;
}

.u-size-xxsmall {
  width: 0.75em !important;
  height: 0.75em !important;
}

.u-size-xsmall {
  width: 1em !important;
  height: 1em !important;
}

.u-size-small {
  width: 1.5em !important;
  height: 1.5em !important;
}

.u-size-medium {
  width: 2em !important;
  height: 2em !important;
}

.u-size-large {
  width: 2.5em !important;
  height: 2.5em !important;
}

.u-size-xlarge {
  width: 3em !important;
  height: 3em !important;
}

@media (min-width: 480px) {
  .u-w-a\@s {
    width: auto !important;
  }

  .u-w-inherit\@s {
    width: inherit !important;
  }

  .u-w-xxsmall\@s {
    width: 0.75em !important;
  }

  .u-w-xsmall\@s {
    width: 1em !important;
  }

  .u-w-small\@s {
    width: 1.5em !important;
  }

  .u-w-medium\@s {
    width: 2em !important;
  }

  .u-w-large\@s {
    width: 2.5em !important;
  }

  .u-w-xlarge\@s {
    width: 3em !important;
  }

  .u-w-10p\@s {
    width: 10% !important;
  }

  .u-w-20p\@s {
    width: 20% !important;
  }

  .u-w-25p\@s {
    width: 25% !important;
  }

  .u-w-30p\@s {
    width: 30% !important;
  }

  .u-w-33p\@s {
    width: 33.3333% !important;
  }

  .u-w-40p\@s {
    width: 40% !important;
  }

  .u-w-50p\@s {
    width: 50% !important;
  }

  .u-w-60p\@s {
    width: 60% !important;
  }

  .u-w-66p\@s {
    width: 66.6666% !important;
  }

  .u-w-70p\@s {
    width: 70% !important;
  }

  .u-w-75p\@s {
    width: 75% !important;
  }

  .u-w-80p\@s {
    width: 80% !important;
  }

  .u-w-90p\@s {
    width: 90% !important;
  }

  .u-w-100p\@s {
    width: 100% !important;
  }
}

@media (min-width: 640px) {
  .u-w-a\@m {
    width: auto !important;
  }

  .u-w-inherit\@m {
    width: inherit !important;
  }

  .u-w-xxsmall\@m {
    width: 0.75em !important;
  }

  .u-w-xsmall\@m {
    width: 1em !important;
  }

  .u-w-small\@m {
    width: 1.5em !important;
  }

  .u-w-medium\@m {
    width: 2em !important;
  }

  .u-w-large\@m {
    width: 2.5em !important;
  }

  .u-w-xlarge\@m {
    width: 3em !important;
  }

  .u-w-10p\@m {
    width: 10% !important;
  }

  .u-w-20p\@m {
    width: 20% !important;
  }

  .u-w-25p\@m {
    width: 25% !important;
  }

  .u-w-30p\@m {
    width: 30% !important;
  }

  .u-w-33p\@m {
    width: 33.3333% !important;
  }

  .u-w-40p\@m {
    width: 40% !important;
  }

  .u-w-50p\@m {
    width: 50% !important;
  }

  .u-w-60p\@m {
    width: 60% !important;
  }

  .u-w-66p\@m {
    width: 66.6666% !important;
  }

  .u-w-70p\@m {
    width: 70% !important;
  }

  .u-w-75p\@m {
    width: 75% !important;
  }

  .u-w-80p\@m {
    width: 80% !important;
  }

  .u-w-90p\@m {
    width: 90% !important;
  }

  .u-w-100p\@m {
    width: 100% !important;
  }
}

@media (min-width: 960px) {
  .u-w-a\@l {
    width: auto !important;
  }

  .u-w-inherit\@l {
    width: inherit !important;
  }

  .u-w-xxsmall\@l {
    width: 0.75em !important;
  }

  .u-w-xsmall\@l {
    width: 1em !important;
  }

  .u-w-small\@l {
    width: 1.5em !important;
  }

  .u-w-medium\@l {
    width: 2em !important;
  }

  .u-w-large\@l {
    width: 2.5em !important;
  }

  .u-w-xlarge\@l {
    width: 3em !important;
  }

  .u-w-10p\@l {
    width: 10% !important;
  }

  .u-w-20p\@l {
    width: 20% !important;
  }

  .u-w-25p\@l {
    width: 25% !important;
  }

  .u-w-30p\@l {
    width: 30% !important;
  }

  .u-w-33p\@l {
    width: 33.3333% !important;
  }

  .u-w-40p\@l {
    width: 40% !important;
  }

  .u-w-50p\@l {
    width: 50% !important;
  }

  .u-w-60p\@l {
    width: 60% !important;
  }

  .u-w-66p\@l {
    width: 66.6666% !important;
  }

  .u-w-70p\@l {
    width: 70% !important;
  }

  .u-w-75p\@l {
    width: 75% !important;
  }

  .u-w-80p\@l {
    width: 80% !important;
  }

  .u-w-90p\@l {
    width: 90% !important;
  }

  .u-w-100p\@l {
    width: 100% !important;
  }
}

@media (min-width: 1140px) {
  .u-w-a\@w {
    width: auto !important;
  }

  .u-w-inherit\@w {
    width: inherit !important;
  }

  .u-w-xxsmall\@w {
    width: 0.75em !important;
  }

  .u-w-xsmall\@w {
    width: 1em !important;
  }

  .u-w-small\@w {
    width: 1.5em !important;
  }

  .u-w-medium\@w {
    width: 2em !important;
  }

  .u-w-large\@w {
    width: 2.5em !important;
  }

  .u-w-xlarge\@w {
    width: 3em !important;
  }

  .u-w-10p\@w {
    width: 10% !important;
  }

  .u-w-20p\@w {
    width: 20% !important;
  }

  .u-w-25p\@w {
    width: 25% !important;
  }

  .u-w-30p\@w {
    width: 30% !important;
  }

  .u-w-33p\@w {
    width: 33.3333% !important;
  }

  .u-w-40p\@w {
    width: 40% !important;
  }

  .u-w-50p\@w {
    width: 50% !important;
  }

  .u-w-60p\@w {
    width: 60% !important;
  }

  .u-w-66p\@w {
    width: 66.6666% !important;
  }

  .u-w-70p\@w {
    width: 70% !important;
  }

  .u-w-75p\@w {
    width: 75% !important;
  }

  .u-w-80p\@w {
    width: 80% !important;
  }

  .u-w-90p\@w {
    width: 90% !important;
  }

  .u-w-100p\@w {
    width: 100% !important;
  }
}

/*-----------------------------------------------------------------------------*
 *  BASE
 *----------------------------------------------------------------------------*/
html {
  font-size: 100%;
  font-family: "Vsans";
  font-size: 16px;
  line-height: 1.6;
  background: #fff url("../img/background-texture.jpg") center repeat;
  color: #4f5f69;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 780px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 20px;
  }
}

p {
  margin: 0;
}

::-moz-selection {
  background-color: rgba(0, 159, 227, 0.2);
}

::selection {
  background-color: rgba(0, 159, 227, 0.2);
}

body[class] #main-content {
  background: #fff url("../img/background-texture.jpg") center repeat;
}

html.no-js div#preload {
  display: none;
}

html.js .js-hidden {
  display: none !important;
}

/*-----------------------------------------------------------------------------*
 *  HEADINGS
 *----------------------------------------------------------------------------*/
h1,
h2,
h3 {
  font-family: "Gastromond";
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #333333;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

.sc_heading .title,
.site-main .widget-title {
  text-transform: none;
}

.sc_heading .title {
  font-size: 1.75em;
}

/*-----------------------------------------------------------------------------*
 *  LINKS
 *----------------------------------------------------------------------------*/
a {
  color: inherit;
}

p>a,
.link {
  color: #009fe3;
  border-bottom: 1px dotted;
}

p>a:hover,
.link:hover {
  color: #17baff;
}

/*-----------------------------------------------------------------------------*
 *  LAYOUT: CONTAINER
 *-----------------------------------------------------------------------------*
 *
 *  Wrapper for the page content.
 *
 */
.l-container,
.section_header {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.l-container--xxlarge,
.l-container--.xlarge {
  max-width: 1020px;
}

.l-container--xlarge,
.l-container-.xlarge {
  max-width: 900px;
}

.l-container--large,
.l-container.-large,
.-large.section_header {
  max-width: 780px;
}

.l-container--medium,
.l-container-.medium {
  max-width: 660px;
}

.l-container--small,
.l-container.-small,
.-small.section_header {
  max-width: 540px;
}

.l-container--xsmall,
.l-container-.xsmall {
  max-width: 420px;
}

.l-container--xxsmall,
.l-container--.xsmall {
  max-width: 300px;
}

/*-----------------------------------------------------------------------------*
 *  LAYOUT: ROW
 *-----------------------------------------------------------------------------*
 *
 *  Element stacking against each other and wrapping on overflow.
 *
 */

.l-flex {
  display: -webkit-flex;
  display: flex;
}


.l-inline-flex {
  display: -webkit-inline-flex;
  display: inline-flex;
}

.wpcf7 .wpcf7-form,
.c-card_main,
.c-card_footer,
.c-card_header,
.c-card_actions,
.c-card,
.l-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}


.l-row.-spaced {
  margin-top: -24px;
  margin-left: -12px;
  margin-right: -12px;
}


.l-row.-spaced>* {
  padding-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
}


.l-row.-spaced-narrow {
  margin-top: -6px;
  margin-left: -3px;
  margin-right: -3px;
}


.l-row.-spaced-narrow>* {
  padding-top: 6px;
  padding-left: 3px;
  padding-right: 3px;
}


.l-row.-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}


.l-column.-middle,
.l-row.-center {
  -webkit-justify-content: center;
  justify-content: center;
}


.l-column.-bottom,
.l-row.-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.c-card_main,
.c-card_footer,
.c-card_header,
.l-row.-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


.l-row.-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

[direction="rtl"] .l-column.-right,
.l-column.-left,
.l-row.-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.c-card_actions,
.c-card_footer,
.c-card_header,
.l-column.-center,
.l-row.-middle {
  -webkit-align-items: center;
  align-items: center;
}


.l-column.-right,
[direction="rtl"] .l-column.-left,
.l-row.-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}


.l-row.-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

[direction="rtl"] .wpcf7 .wpcf7-form,
.wpcf7 [direction="rtl"] .wpcf7-form,
[direction="rtl"] .c-card_main,
[direction="rtl"] .c-card_footer,
[direction="rtl"] .c-card_header,
[direction="rtl"] .c-card_actions,
[direction="rtl"] .c-card,
[direction="rtl"] .l-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-card_actions,
.c-card {
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* Polyfill for IE 10 AND 11 */
@media screen and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .wpcf7 .wpcf7-form,
  .c-card_main,
  .c-card_footer,
  .c-card_header,
  .c-card_actions,
  .c-card,
  .l-row {
    display: block;
    width: 100%;
    word-spacing: -0.31em;
  }

  .wpcf7 .wpcf7-form>*,
  .c-card_main>*,
  .c-card_footer>*,
  .c-card_header>*,
  .c-card_actions>*,
  .c-card>*,
  .l-row>* {
    display: inline-block;
    vertical-align: inherit;
    text-align: left;
    word-spacing: 0;
  }

  .l-row.-left {
    text-align: left;
  }

  .l-column.-middle,
  .l-row.-center {
    text-align: center;
  }

  .l-column.-bottom,
  .l-row.-right {
    text-align: right;
  }

  .l-column.-left,
  [direction="rtl"] .l-column.-right,
  .l-row.-top {
    vertical-align: top;
  }

  .c-card_actions,
  .c-card_footer,
  .c-card_header,
  .l-column.-center,
  .l-row.-middle {
    vertical-align: middle;
  }

  [direction="rtl"] .l-column.-left,
  .l-column.-right,
  .l-row.-bottom {
    vertical-align: bottom;
  }
}

/*-----------------------------------------------------------------------------*
 *  LAYOUT: GRID
 *-----------------------------------------------------------------------------*
 *
 *  Minimal grid layout with CSS Grids properties.
 *
 */
.l-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, 280px);
  list-style: none;
  -webkit-justify-content: center;
  justify-content: center;
}

.l-grid>* {
  position: relative;
}

.l-grid-2c {
  grid-template-columns: repeat(2, 1fr);
}

.l-grid-3c {
  grid-template-columns: repeat(3, 1fr);
}

.l-grid-4c {
  grid-template-columns: repeat(4, 1fr);
}

.l-grid-5c {
  grid-template-columns: repeat(5, 1fr);
}

.l-grid-fit {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/*-----------------------------------------------------------------------------*
 *  OBJECT: BUTTON
 *----------------------------------------------------------------------------*/
.button,
.wpcf7 .wpcf7-form input[type="submit"],
a.button.-secondary,
.woocommerce a.button,
.readmore>a {
  display: inline-block;
  height: auto;
  padding: 1em 2em;
  font-family: "Gastromond";
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
  white-space: normal;
  border: 2px dotted;
  background: transparent;
  color: #333333;
}

.button:hover,
.wpcf7 .wpcf7-form input[type="submit"]:hover,
a.button.-secondary:hover,
.woocommerce a.button:hover,
.readmore>a:hover {
  background-color: rgba(0, 159, 227, 0.15);
  color: #009fe3;
}

a.button.-secondary {
  font-family: "Vsans";
  font-weight: bold;
  border: 0;
  background-color: #283583;
  color: #fff;
}

a.button.-secondary:hover {
  background-color: #009fe3;
  color: #fff;
}

.button.-pill,
.wpcf7 .wpcf7-form input.-pill[type="submit"],
a.-pill.button.-secondary {
  border-radius: 1000px;
}

/*-----------------------------------------------------------------------------*
 *  OBJECT: CHAPTER
 *----------------------------------------------------------------------------*/
.chapter {
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/*-----------------------------------------------------------------------------*
 *  OBJECT: CONTAINER
 *----------------------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1260px;
}

.container.-small {
  max-width: 860px;
}

.container.-xsmall {
  max-width: 640px;
}

/*-----------------------------------------------------------------------------*
 *  OBJECT: ICON
 *-----------------------------------------------------------------------------*
 *
 *  SVG icons.
 *
 */
.o-icon {
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}

.o-icon:not([width]) {
  width: 2em;
}

.o-icon:not([height]) {
  height: 2em;
}

.o-icon.-stroke {
  fill: none;
  stroke-width: 1px;
  stroke-linecap: round;
}

/*-----------------------------------------------------------------------------*
 *  OBJECT: LIST
 *-----------------------------------------------------------------------------*
 *
 *  Ordered and unordered lists.
 *
 */
.o-list,
.c-card_features ul,
.o-list--disc {
  padding-left: 0;
}

.o-list,
.c-card_features ul,
.o-list li,
.c-card_features ul li,
.o-list--disc,
.o-list--disc li {
  list-style-type: none;
}

.o-list li::before,
.c-card_features ul li::before,
.o-list--disc li::before {
  content: "\25CF";
  display: inline-block;
  position: relative;
  margin-right: 0.625em;
  font-size: 0.875em;
}

.o-list--decimal {
  list-style-type: none;
  padding-left: 0;
  counter-reset: ol;
}

.o-list--decimal,
.o-list--decimal li {
  list-style-type: none;
}

.o-list--decimal li::before {
  counter-increment: ol;
  content: counter(ol) ".";
  display: inline-block;
  margin-right: 0.5em;
}

.o-list--accent li::before,
.c-card_features ul li::before {
  color: #009fe3;
}

.o-list--default {
  padding-left: 1em;
}

.o-list--default,
.o-list--default li {
  list-style-type: initial;
}

.o-list--default li::before {
  display: none;
}

/*-----------------------------------------------------------------------------*
 *  OBJECT: PROPORTIONAL
 *-----------------------------------------------------------------------------*
 *
 *  Container which respects a given aspect ratio. Useful for iframe, embeds
 *  and images which are inside grid layouts.
 *
 */
.proportional {
  position: relative;
}

.proportional::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.proportional>* {
  position: absolute;
}

.proportional>iframe,
.proportional>img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.proportional.\-half::before {
  padding-top: 50%;
}

.proportional.\-4x3::before {
  padding-top: 75%;
}

.proportional.\-16x9::before {
  padding-top: 56.25%;
}

.proportional.\-21x9::before {
  padding-top: 42.8571428571%;
}

/*-----------------------------------------------------------------------------*
 *  OBJECT: ROW
 *----------------------------------------------------------------------------*/
.row {
  position: relative;
  width: 100%;
  list-style: none;
}

.row.flex {
  display: -webkit-flex;
  display: flex;
}

/*-----------------------------------------------------------------------------*
 *  OBJECT: TOOLTIP
 *----------------------------------------------------------------------------*/
[data-tooltip] {
  position: relative;
}

[data-tooltip]::before,
[data-tooltip]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity 150ms linear, visibility 0ms linear 150ms;
  opacity: 0;
  visibility: hidden;
}

[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
  transition: opacity 150ms linear;
  opacity: 1;
  visibility: visible;
}

[data-tooltip]::before {
  border: transparent solid 0.5em;
  border-bottom-color: #283583;
}

[data-tooltip]::after {
  content: attr(aria-label);
  margin-top: 1em;
  padding: 0.5em 1em;
  width: 280px;
  min-width: 100%;
  max-width: 90vw;
  background-color: #283583;
  color: #fff;
  border-radius: 1em;
}

/*-----------------------------------------------------------------------------*
 *  COMPONENT: CALLOUT
 *-----------------------------------------------------------------------------*
 *
 *  Element used for displaying important messages.
 *
 */
.c-callout {
  position: relative;
  padding: 24px;
}

@media screen and (min-width: 479px) {
  .c-callout {
    padding: calc(13.4532110092px + 2.2018348624vw);
  }
}

@media screen and (min-width: 1024px) {
  .c-callout {
    padding: 36px;
  }
}

.c-callout>p {
  margin: 0;
  line-height: 1.35;
}

.c-callout>.button,
.wpcf7 .wpcf7-form .c-callout>input[type="submit"],
.c-callout>a.button.-secondary {
  color: inherit;
  margin-top: 12px;
}

@media screen and (min-width: 780px) {

  .c-callout>.button,
  .wpcf7 .wpcf7-form .c-callout>input[type="submit"],
  .c-callout>a.button.-secondary {
    margin-top: 0;
  }
}

.c-callout[aria-hidden="true"] {
  display: none;
}

.c-callout.-azure {
  background-color: rgba(0, 159, 227, 0.08);
  color: #009fe3;
  border: 1px solid rgba(0, 159, 227, 0.25);
}

.c-callout.-blue {
  background-color: rgba(40, 53, 131, 0.08);
  color: #283583;
  border: 1px solid rgba(40, 53, 131, 0.25);
}

/*-----------------------------------------------------------------------------*
 *  COMPONENT: CARD
 *-----------------------------------------------------------------------------*
 *
 *  A boxed container which normally displays an image ( header ), some text
 *  ( content ) and actions ( footer ). Uses flexbox display, so we can make
 *  all the boxes of equal height, if necessary.
 *
 */
.c-card {
  -webkit-align-items: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  font-size: 0.875em;
  background-color: #fff;
  box-shadow: 0 0 2.5em rgba(51, 51, 51, 0.15);
}

.c-card.is-loading {
  pointer-events: none;
}

.c-card_header {
  width: 100%;
}

.c-card_content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  transition: opacity 300ms linear;
  opacity: 1;
}

.c-card_content[data-card-result]:nth-child(1) {
  transition-delay: 0ms;
}

.c-card_content[data-card-result]:nth-child(2) {
  transition-delay: 100ms;
}

.c-card_content[data-card-result]:nth-child(3) {
  transition-delay: 200ms;
}

.c-card_content[data-card-result]:nth-child(4) {
  transition-delay: 300ms;
}

.c-card_content[data-card-result]:nth-child(5) {
  transition-delay: 400ms;
}

.c-card_content[data-card-result]:nth-child(6) {
  transition-delay: 500ms;
}

.c-card_content[data-card-result]:nth-child(7) {
  transition-delay: 600ms;
}

.c-card_content[data-card-result]:nth-child(8) {
  transition-delay: 700ms;
}

.c-card_content[data-card-result]:nth-child(9) {
  transition-delay: 800ms;
}

.c-card_content[data-card-result]:nth-child(10) {
  transition-delay: 900ms;
}

.c-card.is-loading .c-card_content {
  opacity: 0;
  transition: opacity 100ms linear 0s;
}

.c-card_content[data-card-template],
.c-card:not(.is-empty) .c-card_content[data-card-default],
.c-card.is-empty .c-card_content[data-card-result] {
  display: none;
}

.c-card_content[data-card-result]+.c-card_content[data-card-result] {
  border-top: 1px solid #edeff0;
}

.c-card_footer {
  width: 100%;
}

.c-card::after {
  content: "";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../svg/loader.svg) center no-repeat;
  color: #a6a6a6;
  transition: opacity 300ms linear, visibility 0s linear 300ms;
  visibility: hidden;
  opacity: 0;
}

.c-card.is-loading::after {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms linear;
}

.c-card_expand {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.c-card_thumbnail {
  display: block;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(79, 95, 105, 0.05);
  background-position: center center;
  background-size: cover;
}

.c-card:hover a.c-card_thumbnail {
  background-color: rgba(0, 159, 227, 0.1);
}

.c-card_category {
  margin: 1rem 0;
}

.c-card_main {
  position: relative;
  padding: 1.75em;
}

.c-card_actions {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.875em;
  color: #a6a6a6;
}

.c-card_actions .o-button {
  display: block;
  margin: 0.875em;
}

.c-card_actions .o-button:hover {
  color: #009fe3;
}

.c-card_actions .o-icon {
  width: 1.5em;
  height: 1.5em;
}

@media all and (min-width: 780px) {
  .c-card_actions {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}

.c-card_title {
  font-family: "Vsans";
  font-size: 1.25em;
  line-height: 1.1;
}

.c-card_subtitle {
  font-family: "Vsans";
  margin-bottom: 0.5em;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  color: #009fe3;
}

.c-card_details {
  margin-top: 1em;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.75);
}

.c-card_details>*+* {
  margin-top: 1em;
}

.c-card_details>p+p {
  margin-top: 0.5em;
}

.c-card_details summary {
  cursor: pointer;
  font-weight: 700;
  color: rgba(79, 95, 105, 0.6);
}

.c-card_details summary:hover {
  color: rgba(0, 159, 227, 0.75);
}

.c-card_features {
  margin-top: 1.75em;
  font-size: 14px;
}

.c-card_features ul {
  margin: 0;
}

.c-card_features ul li::before {
  content: "✓";
}

.c-card_label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  padding: 0.5em 1em;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #009fe3;
  color: #fff;
}

.c-card.-horizontal .c-card_content {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}

.c-card.-agent [data-card-result]+[data-card-result] {
  border-top: 1px solid #edeff0;
}

.c-card.-agent .c-card_content {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}

.c-card.-agent .c-card_content[data-card-template],
.c-card:not(.is-empty) .c-card.-agent .c-card_content[data-card-default] {
  display: none;
}

/*-----------------------------------------------------------------------------*
 *  COMPONENT: CAT MENU
 *----------------------------------------------------------------------------*/
.cat-menu {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.cat-menu,
.cat-menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.cat-menu ul {
  display: -webkit-inline-flex;
  display: inline-flex;
  list-style: none;
  margin: 0;
}

.cat-menu p,
.cat-menu a {
  margin: 0.25em 1em;
  text-transform: uppercase;
  color: inherit;
}

.cat-menu a {
  display: block;
  position: relative;
  padding: 0.75em 1.25em;
  border-bottom: 2px solid #edeff0;
  transition: all 200ms;
}

.cat-menu a:hover {
  border-color: #a7b1b6;
  color: #333333;
}

.cat-menu a.is-active {
  border-color: #009fe3;
  color: #333333;
}

/*-----------------------------------------------------------------------------*
 *  COMPONENT: FABRIC CARD
 *----------------------------------------------------------------------------*/
.fabric-card {
  display: block;
  position: relative;
  text-align: center;
}

.fabric-card-thumb::after,
.fabric-card-title,
.fabric-card-cta {
  transition: all 300ms ease;
}

.fabric-card-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 66.6666%;
}

.fabric-card-title {
  font-size: 1.75em;
  color: #4f5f69;
}

.fabric-card-cta {
  margin-top: 1em;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
}

.fabric-card-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 159, 227, 0.9) 0%, rgba(0, 159, 227, 0.6642) 19%, rgba(0, 159, 227, 0.4869) 34%, rgba(0, 159, 227, 0.3438) 47%, rgba(0, 159, 227, 0.2502) 56.5%, rgba(0, 159, 227, 0.1746) 65%, rgba(0, 159, 227, 0.1134) 73%, rgba(0, 159, 227, 0.0675) 80.2%, rgba(0, 159, 227, 0.0378) 86.1%, rgba(0, 159, 227, 0.0189) 91%, rgba(0, 159, 227, 0.0072) 95.2%, rgba(0, 159, 227, 0.0018) 98.2%, rgba(0, 159, 227, 0) 100%);
  opacity: 0;
}

.fabric-card:hover .fabric-card-thumb::after,
.fabric-card:hover .fabric-card-cta {
  opacity: 1;
}

.fabric-card:hover .fabric-card-title,
.fabric-card:hover .fabric-card-cta {
  color: #fff;
  text-shadow: 0 2px 12px rgba(40, 53, 131, 0.4);
}

/*-----------------------------------------------------------------------------*
 *  COMPONENT: FABRIC CIRCLE
 *----------------------------------------------------------------------------*/
.fabric-circle {
  display: block;
  text-align: center;
}

.fabric-circle-title,
.fabric-circle-thumb img {
  transition: all 400ms ease, -webkit-transform 800ms cubic-bezier(0.25, 0.25, 0.115, 1.445);
  transition: all 400ms ease, transform 800ms cubic-bezier(0.25, 0.25, 0.115, 1.445);
  transition: all 400ms ease, transform 800ms cubic-bezier(0.25, 0.25, 0.115, 1.445), -webkit-transform 800ms cubic-bezier(0.25, 0.25, 0.115, 1.445);
}

.fabric-circle-title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 1.5em;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(51, 51, 51, 0.2);
  color: #fff;
  opacity: 0;
}

.fabric-circle-thumb img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 10em;
}

.fabric-circle:hover .fabric-circle-title {
  opacity: 1;
}

.fabric-circle:hover .fabric-circle-thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 1em;
}

/*-----------------------------------------------------------------------------*
 *  COMPONENT: PRODUCT CARD
 *----------------------------------------------------------------------------*/
.product-card {
  display: block;
  position: relative;
  background-color: #e6e6e6;
}

.product-card>* {
  position: relative;
}

.product-card,
.product-card img,
.product-card-header h1,
.product-card-header p,
.product-card-header .chapter,
.product-card-header .button,
.product-card-header .wpcf7 .wpcf7-form input[type="submit"],
.wpcf7 .wpcf7-form .product-card-header input[type="submit"],
.product-card-header a.button.-secondary,
.product-card-meta,
.product-card-thumb,
.product-card-quantity .number,
.product-card-quantity p {
  transition: all 600ms;
}

.product-card-header {
  position: relative;
  z-index: 2;
  padding: 1em 1.25em;
  text-align: center;
}

.product-card-header .chapter {
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: normal;
  color: #283583;
}

.product-card-header h1 {
  margin: 0;
  font-size: 1.8em;
}

.product-card-header p {
  margin-top: 1em;
  font-size: 0.875em;
  line-height: 1.25;
}

.product-card-meta {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -0.3em;
  text-align: center;
}

.product-card-meta .icon {
  display: inline-block;
  max-width: 1.6em;
}

.product-card-meta .button,
.product-card-meta .wpcf7 .wpcf7-form input[type="submit"],
.wpcf7 .wpcf7-form .product-card-meta input[type="submit"],
.product-card-meta a.button.-secondary {
  font-size: 13px;
}

.product-card-featured {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em 1em;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #009fe3;
  color: #fff;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}

.product-card-thumb-iso {
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-card-thumb.-gradient-top::before,
.product-card-thumb.-gradient-bottom::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 80px;
}

.product-card-thumb.-gradient-top::before {
  top: 0;
  background-image: linear-gradient(to bottom, #e6e6e6 0%, rgba(230, 230, 230, 0.738) 19%, rgba(230, 230, 230, 0.541) 34%, rgba(230, 230, 230, 0.382) 47%, rgba(230, 230, 230, 0.278) 56.5%, rgba(230, 230, 230, 0.194) 65%, rgba(230, 230, 230, 0.126) 73%, rgba(230, 230, 230, 0.075) 80.2%, rgba(230, 230, 230, 0.042) 86.1%, rgba(230, 230, 230, 0.021) 91%, rgba(230, 230, 230, 0.008) 95.2%, rgba(230, 230, 230, 0.002) 98.2%, rgba(230, 230, 230, 0) 100%);
}

.product-card-thumb.-gradient-bottom::after {
  bottom: 0;
  background-image: linear-gradient(to top, #e6e6e6 0%, rgba(230, 230, 230, 0.738) 19%, rgba(230, 230, 230, 0.541) 34%, rgba(230, 230, 230, 0.382) 47%, rgba(230, 230, 230, 0.278) 56.5%, rgba(230, 230, 230, 0.194) 65%, rgba(230, 230, 230, 0.126) 73%, rgba(230, 230, 230, 0.075) 80.2%, rgba(230, 230, 230, 0.042) 86.1%, rgba(230, 230, 230, 0.021) 91%, rgba(230, 230, 230, 0.008) 95.2%, rgba(230, 230, 230, 0.002) 98.2%, rgba(230, 230, 230, 0) 100%);
}

.no-touch .product-card.-mute:not(:hover) {
  background-color: rgba(51, 51, 51, 0.05);
}

.no-touch .product-card.-mute:not(:hover) .product-card-header h1,
.no-touch .product-card.-mute:not(:hover) .product-card-header p,
.no-touch .product-card.-mute:not(:hover) .product-card-header .chapter,
.no-touch .product-card.-mute:not(:hover) .product-card-quantity p,
.no-touch .product-card.-mute:not(:hover) .product-card-fabric,
.no-touch .product-card.-mute:not(:hover) .product-card-header .button:not(:hover),
.no-touch .product-card.-mute:not(:hover) .product-card-header .wpcf7 .wpcf7-form input[type="submit"]:not(:hover),
.wpcf7 .wpcf7-form .no-touch .product-card.-mute:not(:hover) .product-card-header input[type="submit"]:not(:hover) {
  color: #bbbbbb;
}

.no-touch .product-card.-mute:not(:hover) .product-card-quantity .number {
  background-color: #bbbbbb;
}

.no-touch .product-card.-mute:not(:hover) .product-card-header .button:not(:hover),
.no-touch .product-card.-mute:not(:hover) .product-card-header .wpcf7 .wpcf7-form input[type="submit"]:not(:hover),
.wpcf7 .wpcf7-form .no-touch .product-card.-mute:not(:hover) .product-card-header input[type="submit"]:not(:hover) {
  background-color: transparent;
}

.no-touch .product-card.-mute:not(:hover) .product-card-thumb {
  opacity: 0;
}

.no-touch .product-card.-mute:not(:hover) .product-card-meta {
  opacity: 0.5;
}

/*-----------------------------------------------------------------------------*
 *  COMPONENT: PRODUCT RFD (READY FOR DELIVERY)
 *----------------------------------------------------------------------------*/
.page-template-tmpl-product_rfd .product-rfd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  font-size: 0.875em;
  background-color: rgba(51, 51, 51, 0.05);
}

.product-rfd-table {
  min-width: 100%;
  margin: 0;
  border: 0;
  table-layout: fixed;
  overflow: auto;
}

.product-rfd-table td {
  padding: 1.75em;
  line-height: 1.35;
  border: 0;
  transition: all 300ms linear;
}

.product-rfd-table td:not(:last-child) td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.product-rfd-table .title {
  padding-left: 3.5em;
}

.product-rfd-table .image {
  position: relative;
}

@media (min-width: 780px) {
  .product-rfd-table .image {
    width: calc(200px + 3.5em);
  }
}

.product-rfd-table .image a {
  display: block;
  width: 100%;
}

.product-rfd-table .image img {
  width: 100%;
  background: #fff;
}

@media (min-width: 780px) {
  .product-rfd-table .image img {
    width: 200px;
  }
}

.product-rfd-table .image .image-placeholder {
  opacity: 0.5;
}

.product-rfd-table .chapter {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  color: #283583;
}

.product-rfd-table .link {
  width: 260px;
  text-align: center;
}

.product-rfd-table .fabric {
  width: 3.75em;
  padding: 0 1.75em;
}

@media (min-width: 780px) {
  .product-rfd-table .fabric {
    padding: 0;
  }
}

.product-rfd-table .fabric a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  color: inherit;
}

.product-rfd-table .fabric .fabric-thumb {
  width: 3.75em;
  height: 3.75em;
  border: 1px solid rgba(51, 51, 51, 0.1);
  background-position: center;
  background-size: 200%;
  border-radius: 100%;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.product-rfd-table .fabric a:hover .fabric-thumb {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.product-rfd-table .availability {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-top: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #283583;
}

.product-rfd-table .availability .number {
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.25em;
  font-size: 1.75em;
  font-weight: 400;
  text-align: center;
  background: #283583;
  color: #fff;
}

@media (max-width: 600px) {
  .product-rfd-table tr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-rfd-table tr+tr {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }

  .product-rfd-table td {
    display: block;
  }

  .product-rfd-table td.details,
  .product-rfd-table td.quantity,
  .product-rfd-table td.fabric {
    width: 100%;
  }

  .product-rfd-table tbody tr td {
    border: 0 !important;
  }
}

/*-----------------------------------------------------------------------------*
 *  COMPONENT: TAG MENU
 *----------------------------------------------------------------------------*/
.tag-menu {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #edeff0;
}

.tag-menu,
.tag-menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.tag-menu ul {
  display: -webkit-inline-flex;
  display: inline-flex;
  list-style: none;
  margin: 0;
}

.tag-menu p {
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.5);
  margin: 0.25rem 1rem;
}

.tag-menu a {
  display: block;
  position: relative;
  margin: 0.25rem;
  padding: 0.75em 1.25em;
  font-size: 11px;
  background-color: rgba(0, 159, 227, 0.08);
  color: rgba(40, 53, 131, 0.5);
  border-radius: 2em;
  transition: all 200ms;
}

.tag-menu a:hover {
  background-color: rgba(0, 159, 227, 0.12);
  color: rgba(40, 53, 131, 0.6);
}

.tag-menu a.is-active {
  background-color: #009fe3;
  color: #fff;
}

.tag-menu a::after {
  content: "x";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  margin-left: -0.75em;
  margin-top: -0.75em;
  font-size: 10px;
  text-align: center;
  background-color: #007bb0;
  color: #fff;
  border-radius: 1.5em;
  opacity: 0;
}

.tag-menu a.is-active::after {
  opacity: 1;
}

/*-----------------------------------------------------------------------------*
 *  COMPONENT: TABS
 *-----------------------------------------------------------------------------*
 *
 *  Description.
 *
 */
.thim-widget-tab .nav-tabs li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #009fe3;
  background-color: rgba(0, 159, 227, 0.05);
}

.thim-widget-tab .nav-tabs li.active a {
  color: #a6a6a6;
  background-color: #fff;
}

.thim-widget-tab .tab-content {
  background-color: #fff;
  padding: 1.5rem;
  min-height: 0;
}

/*-----------------------------------------------------------------------------*
 *  COMPONENT: MAGNIFIC POPUP
 *----------------------------------------------------------------------------*/
.js [data-image-gallery] a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-bg,
.mfp-content {
  transition: all 300ms ease-in-out;
}

.mfp-bg:not(.mfp-ready),
.mfp-bg.mfp-removing,
.mfp-wrap:not(.mfp-ready) .mfp-content,
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  position: fixed;
  z-index: 1042;
  overflow: hidden;
  background: #0a0d21;
  opacity: 0.9;
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  padding: 0 8px;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-align-top .mfp-container {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  cursor: auto;
  max-width: 90%;
}

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

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

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

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

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

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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: 0.5em;
  right: 0.5em;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-close,
.mfp-preloader a:hover {
  color: #fff;
}

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

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

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

.mfp-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.75em;
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 0 1.125em 10px;
  font-family: sans-serif;
  font-size: 1.75em;
  font-style: normal;
  text-align: center;
  opacity: 0.65;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

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

.mfp-image-holder .mfp-close,
.mfp-inline-holder .mfp-close {
  top: 0;
  right: 0;
  width: 2em;
  height: 2em;
  padding-right: 0;
  line-height: 2em;
  text-align: center;
  color: #333333;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -3.4375em 0 0;
  top: 50%;
  padding: 0;
  width: 5.625em;
  height: 6.875em;
}

.mfp-arrow:active {
  margin-top: -3.375em;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow .mfp-a,
.mfp-arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2.1875em;
  margin-left: 2.1875em;
  border: inset transparent;
  border-top-width: 0.8125em;
  border-bottom-width: 0.8125em;
  top: 0.5em;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 1em solid #b9bfc3;
  margin-left: 2em;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 1em solid #b9bfc3;
  margin-left: 2.5em;
}

.mfp-inline-holder {
  padding-top: 36px;
  padding-bottom: 36px;
}

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

.mfp-inline-holder .mfp-close {
  top: -36px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 60%;
}

.mfp-iframe-scaler #content {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
  background: #fff;
}

.mfp-img {
  display: block;
  margin: 0 auto;
  background-color: #fff;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 36px;
  bottom: 36px;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
  background: #333333;
}

.mfp-figure small {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  color: #4f5f69;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1em 1.5em;
  font-size: 14px;
  background-color: #edeff0;
  color: #4f5f69;
  cursor: auto;
}

.mfp-counter {
  opacity: 0.75;
}

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

@media (max-width: 800px) and (orientation: landscape),
(max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 0.35em;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    bottom: 0;
    top: auto;
    font-size: 12px;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 2.5em;
    height: 2.5em;
    padding: 0;
    line-height: 2.5em;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
}

@media screen and (min-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;
  }
}

/*-----------------------------------------------------------------------------*
 *  COMPONENT: JS AJAX UPDATE
 *----------------------------------------------------------------------------*/
[data-ajax-update] {
  position: relative;
  transition: all 350ms ease;
}

[data-ajax-update] li {
  transition: opacity 350ms linear, -webkit-transform 350ms ease-in-out;
  transition: opacity 350ms linear, transform 350ms ease-in-out;
  transition: opacity 350ms linear, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}

[data-ajax-update] li:nth-child(1) {
  transition-delay: 50ms;
}

[data-ajax-update] li:nth-child(2) {
  transition-delay: 100ms;
}

[data-ajax-update] li:nth-child(3) {
  transition-delay: 150ms;
}

[data-ajax-update] li:nth-child(4) {
  transition-delay: 200ms;
}

[data-ajax-update] li:nth-child(5) {
  transition-delay: 250ms;
}

[data-ajax-update] li:nth-child(6) {
  transition-delay: 300ms;
}

[data-ajax-update] li:nth-child(7) {
  transition-delay: 350ms;
}

[data-ajax-update] li:nth-child(8) {
  transition-delay: 400ms;
}

[data-ajax-update] li:nth-child(9) {
  transition-delay: 450ms;
}

[data-ajax-update] li:nth-child(10) {
  transition-delay: 500ms;
}

[data-ajax-update].is-loading li {
  opacity: 0;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
}

[data-ajax-update]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/loader.gif) center 100px no-repeat;
  transition: opacity 200ms;
  opacity: 0;
}

[data-ajax-update].is-loading::before {
  opacity: 0.5;
}

/*-----------------------------------------------------------------------------*
 *  PARTIAL: BLOG LIST
 *----------------------------------------------------------------------------*/
.blog-content.blog-list .entry-summary p,
.blog-content.blog-list .entry-content .readmore a {
  font-size: 0.875em;
}

/*-----------------------------------------------------------------------------*
 *  PARTIAL: CONTACTS
 *-----------------------------------------------------------------------------*
 *
 *  The contact form which displays retailers and agents info.
 *
 */
.p-contacts {
  transition: opacity 250ms linear, -webkit-transform 250ms ease-in-out;
  transition: opacity 250ms linear, transform 250ms ease-in-out;
  transition: opacity 250ms linear, transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.p-contacts .p-form.-province-selector {
  text-align: center;
}

.p-contacts .p-form.-province-selector label {
  font-size: 0.875em;
  margin-bottom: 12px;
}

.p-contacts .p-form.-province-selector button {
  font-size: 0.75em;
  padding: 0.75em 1.25em;
  margin-left: 0.5rem;
}

.p-contacts .p-form.-province-selector .p-form_field.-select {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.p-contacts .p-form.-province-selector .wpcf7-select {
  font-size: 1em;
  padding: 0.25em 0.5em;
}

.p-contacts .p-form.-province-selector .p-form_loader {
  display: none;
  position: absolute;
  right: 1.5em;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.p-contacts .p-form.-province-selector .p-form_field.-select.is-loading .p-form_loader {
  display: block;
}

html.js .p-contacts .p-form_field.-province {
  display: none;
}

html.js .p-contacts.js-hidden {
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
}

/*-----------------------------------------------------------------------------*
 *  PARTIAL: PAGE GRID
 *----------------------------------------------------------------------------*/
.page-grid-header {
  position: relative;
  margin-bottom: 36px;
}

.page-grid-header>* {
  margin-left: 10px;
  margin-right: 10px;
}

.page-grid-header>*+* {
  margin-top: 36px;
}

.page-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.page-grid>* {
  padding: 0 10px;
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------*
 *  PARTIAL: PAGE HEADER
 *----------------------------------------------------------------------------*/
.page-header {
  margin: 0;
  border: 0;
}

.page-header.section {
  margin-bottom: 0;
  padding: 114px 16px 0;
}

@media (min-width: 780px) {
  .page-header.section {
    padding-top: 156px;
  }
}

.page-header .section_header {
  margin-bottom: 0;
}

.page-header .section_header h1 {
  font-size: 3em;
}

/*-----------------------------------------------------------------------------*
 *  PARTIAL: SECTION
 *----------------------------------------------------------------------------*/
.section {
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
}

.section_header {
  max-width: 780px;
  margin: auto;
  text-align: center;
  margin-bottom: 36px;
}

.section_header h1 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.section_header h2 {
  margin-bottom: 2rem;
  font-family: "Vsans";
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #283583;
  /*color: #009fe3;*/
}

.section_header p {
  margin-left: auto;
  margin-right: auto;
}

.section_footer {
  margin-top: 36px;
  text-align: center;
}

.p-section_text h2,
.p-section_text .textwidget h2 {
  font-size: 1.25em;
}

.p-section_text p,
.p-section_text .textwidget p {
  font-size: 0.875em;
  line-height: 1.35;
}

.p-section_text>*+*,
.p-section_text .textwidget>*+* {
  margin-top: 1rem;
}

.p-section_text>p+p,
.p-section_text .textwidget>p+p {
  margin-top: 0.5rem;
}

.p-section_legend {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  font-size: 0.75em;
  line-height: 1.1;
  background-color: rgba(51, 51, 51, 0.04);
  color: rgba(79, 95, 105, 0.75);
}

.p-section_legend li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 320px;
  margin: 0.5rem;
}

@media all and (min-width: 780px) {
  .section {
    padding: 72px 16px;
  }

  .section_header {
    margin-bottom: 72px;
  }

  .section_footer {
    margin-top: 72px;
  }
}

/*-----------------------------------------------------------------------------*
 *  PARTIAL: SITE
 *----------------------------------------------------------------------------*/
.site-main.full-width {
  float: none;
  padding: 0;
}

.site-footer {
  padding: 108px 16px;
  font-size: 13px;
  background-color: #161d48;
  background-image: linear-gradient(to bottom, #101535 0%, rgba(16, 21, 53, 0.738) 19%, rgba(16, 21, 53, 0.541) 34%, rgba(16, 21, 53, 0.382) 47%, rgba(16, 21, 53, 0.278) 56.5%, rgba(16, 21, 53, 0.194) 65%, rgba(16, 21, 53, 0.126) 73%, rgba(16, 21, 53, 0.075) 80.2%, rgba(16, 21, 53, 0.042) 86.1%, rgba(16, 21, 53, 0.021) 91%, rgba(16, 21, 53, 0.008) 95.2%, rgba(16, 21, 53, 0.002) 98.2%, rgba(16, 21, 53, 0) 100%);
  color: rgba(255, 255, 255, 0.85);
}

.site-footer .row>* {
  margin-bottom: 36px;
}

.site-footer a {
  color: inherit;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------*
 *  PARTIAL: TOPBAR
 *----------------------------------------------------------------------------*/
.site-header {
  background: #fff url("../img/background-texture.jpg") center repeat;
}

.site-header>.container {
  max-width: none;
}

.site-header .width-logo {
  width: 155px;
}

.site-header .width-logo img {
  margin: 10px 0;
  /* center logo vertically */
}

.site-header .navigation {
  padding-top: 0;
  padding-bottom: 0;
  color: #4f5f69;
}

.site-header #magic-line {
  display: none !important;
}

/**
 * First-level navigation.
 */
.site-header ul.nav>li {
  max-height: none;
}

.site-header ul.nav a {
  transition: all 200ms linear, -webkit-transform 400ms ease;
  transition: all 200ms linear, transform 400ms ease;
  transition: all 200ms linear, transform 400ms ease, -webkit-transform 400ms ease;
}

.site-header ul.nav>li>a {
  font-weight: bold;
  font-size: 13px;
}

.site-header ul.nav>li:hover>a {
  background-color: #edeff0;
  color: #009fe3;
}

.site-header ul.nav>li.menu-item-secondary>a:not(:hover) {
  opacity: 0.6;
}

/**
 * Expanded navigation for large screens.
 */
@media (min-width: 1025px) {

  .site-header .navigation .tm-table,
  .site-header .navigation nav,
  .site-header .navigation ul.nav {
    display: -webkit-flex;
    display: flex;
  }

  .site-header .navigation nav {
    -webkit-flex: 1;
    flex: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .site-header ul.nav>li>a,
  .site-header.affix ul.nav>li>.tc-menu-inner,
  .site-header.affix ul.nav>li>a {
    padding: 32px 24px;
  }

  .site-header ul.nav>li.menu-item-has-children>a::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .site-header .hide-on-large {
    display: none !important;
  }

  .site-header .sub-menu {
    display: none;
    position: absolute;
    margin-top: 0;
    padding: 0;
    min-width: 200px;
    background-color: #edeff0;
  }

  .site-header .sub-menu a {
    display: block;
    position: relative;
    padding: 16px;
    color: #777777;
  }

  .site-header .sub-menu a:hover {
    color: #009fe3;
    background-color: #fff;
  }

  .site-header .sub-menu .title {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .site-header .sub-menu .thumb {
    display: none;
  }

  .site-header li.has-submenu-full .sub-menu {
    position: fixed;
    z-index: 0;
    left: 0;
    width: 100vw;
    overflow: hidden;
  }

  .site-header li.has-submenu-full .sub-menu>li {
    float: left;
    width: 16.6666%;
    /* 5 items total */
    padding: 24px;
    text-align: center;
  }

  .site-header li.has-submenu-full .sub-menu .thumb {
    display: block;
    position: relative;
  }

  .site-header li.has-submenu-full .sub-menu .thumb img {
    width: 100%;
    opacity: 0.6;
    transition: opacity 200ms linear;
  }

  .site-header li.has-submenu-full .sub-menu .thumb img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .site-header li.has-submenu-full .sub-menu:hover .thumb img,
  .site-header li.has-submenu-full .sub-menu:hover .thumb.has-hover img:nth-child(2) {
    opacity: 1;
  }

  .site-header li.has-submenu-full .sub-menu:hover .thumb.has-hover img {
    opacity: 0;
  }

  .site-header li.has-submenu-full .sub-menu .title {
    padding: 0;
    font-family: "Gastromond";
    font-size: 1rem;
    text-transform: none;
  }

  .site-header li.has-submenu-full .sub-menu:hover .title {
    color: #009fe3;
  }

  .site-header li.has-submenu-full .sub-menu .desc {
    display: block;
    max-width: 260px;
    margin: auto;
    padding: 1em;
    font-size: 14px;
    line-height: 1.3;
  }

  .site-header li.has-submenu-full .sub-menu:hover .desc {
    color: #333333;
  }

  .navigation ul.nav>li.nav-cta>a {
    padding: 0;
    margin-left: 24px;
  }

  .site-header ul.nav>li.nav-cta>a {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background-color: transparent;
  }

  .site-header ul.nav>li.nav-cta>a:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  .site-header.affix.menu-hidden ul.nav>li.nav-cta>a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/**
 * Mobile navigation.
 */
.mobile-menu-container ul.nav>li.menu-item-object-product_rfd>a {
  font-weight: bold;
  color: #009fe3;
}

.mobile-menu-container ul.nav .sub-menu a .thumb,
.mobile-menu-container ul.nav .sub-menu a .desc {
  display: none;
}

/*-----------------------------------------------------------------------------*
 *  PARTIAL: WORDPRESS CONTACT FORM 7
 *-----------------------------------------------------------------------------*
 *
 *  Form made with Contact Form 7 plugin.
 *
 */
.wpcf7 .wpcf7-form {
  -webkit-justify-content: stretch;
  justify-content: stretch;
  margin-left: -24px;
  margin-right: -24px;
}

.wpcf7 .wpcf7-form>* {
  padding-left: 24px;
  padding-right: 24px;
}

.wpcf7 .wpcf7-form .p-form_field {
  position: relative;
  width: 100%;
}

.wpcf7 .wpcf7-form .p-form_field+.p-form_field {
  margin-top: 12px;
}

.wpcf7 .wpcf7-form label {
  -webkit-order: -1;
  order: -1;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  font-size: 13px;
  color: #333333;
}

.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form select,
.wpcf7 .wpcf7-form textarea {
  background-color: transparent;
}

.wpcf7 .wpcf7-form input:focus,
.wpcf7 .wpcf7-form select:focus,
.wpcf7 .wpcf7-form textarea:focus {
  background-color: #fff;
  border-color: #009fe3;
}

.wpcf7 .wpcf7-form .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.35);
  background-repeat: no-repeat;
  background-position: center;
}

/*-----------------------------------------------------------------------------*
 *  VIEW: HOME
 *----------------------------------------------------------------------------*/
.home .rev_slider .tp-thumb-mask {
  overflow: visible !important;
}

.home .rev_slider .tp-thumb {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.home .rev_slider .tp-thumb .tp-thumb-image {
  z-index: 1001;
}

.home .rev_slider .tp-thumb .tp-thumb-title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  width: auto;
  min-width: 200%;
  height: 100%;
  margin: 0;
  font-size: 1em;
  font-family: "Gastromond";
  font-weight: 700;
  background: #fff url("../img/background-texture.jpg") center repeat;
  color: #333333;
  -webkit-transform: translateX(50%) scaleX(0.5);
  transform: translateX(50%) scaleX(0.5);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.home .rev_slider .tp-thumb:hover .tp-thumb-title {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.home .section.-intro {
  background: #283583 url("../img/page-header.jpg") center no-repeat;
  background-size: cover;
}

.home .section.-intro .section_header {
  margin: 60px auto;
  padding: 48px;
  background-color: #fff;
  box-shadow: inset 0 0 0 15px #fff, inset 0 0 0 16px rgba(0, 159, 227, 0.5);
}

@media screen and (min-width: 780px) {
  .home .section.-intro .section_header {
    margin: 120px auto;
  }
}

.home .section.-intro .section_header p:first-child img {
  margin-top: -52px;
}

.home .section.-intro .section_header p:last-child img {
  margin-top: 32px;
  opacity: 0.75;
}

.home .section.-extroverso {
  background-color: rgba(0, 159, 227, 0.075);
}

/*-----------------------------------------------------------------------------*
 *  VIEW: PRODUCT CATERGORY
 *----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*
 *  VIEW: SINGLE POST
 *----------------------------------------------------------------------------*/
.single .post-formats-wrapper {
  text-align: center;
}

.single .post-image {
  display: inline-block;
  pointer-events: none;
}

.single .entry-navigation-post {
  display: none;
}

.single .entry-content * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.single .entry-content *+* {
  margin-top: 36px;
}

.single .entry-content p+p {
  margin-top: 24px;
}

.single-post .category-rassegna-stampa .post-formats-wrapper,
.single-post .category-rassegna-stampa .post-image {
  display: none;
}

/*-----------------------------------------------------------------------------*
 *  VIEW: SINGLE FABRIC
 *----------------------------------------------------------------------------*/
.single-fabric .page-intro {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: -2rem auto 1rem;
}

.single-fabric .mfp-content {
  max-width: 100%;
  padding: 0 10%;
}

.single-fabric .fabric-modal {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0 0 50px #333333;
}

.single-fabric .fabric-modal-thumb,
.single-fabric .fabric-modal-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 1024px) {

  .single-fabric .fabric-modal-thumb,
  .single-fabric .fabric-modal-content {
    width: 50%;
  }
}

.single-fabric .fabric-modal-thumb {
  background: #edeff0 url(../img/loader.gif) center no-repeat;
  overflow: hidden;
}

.single-fabric .fabric-modal-thumb img {
  transition: opacity 150ms;
}

.single-fabric .fabric-modal-thumb.is-loading img {
  opacity: 0;
}

.single-fabric .fabric-modal-content {
  padding: calc(36px + 1vw);
  background-color: #fff;
}

.single-fabric .fabric-modal-content>*+* {
  margin-top: 36px;
}

.single-fabric .fabric-modal-label {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c3cacd;
}

.single-fabric .fabric-modal-title h1 {
  font-size: 2.5em;
  margin: 0;
}

.single-fabric .fabric-modal-instructions {
  position: relative;
  z-index: 2;
}

.single-fabric .fabric-modal-instructions ul {
  margin: 0;
  list-style: none;
}

.single-fabric .fabric-modal-instructions ul li {
  display: inline-block;
  width: 48px;
  margin: 6px;
}

/*-----------------------------------------------------------------------------*
 *  VIEW: SINGLE PRODUCT
 *----------------------------------------------------------------------------*/
.single-product .site-content {
  min-width: 100%;
  padding: 0;
}

.single-product .site-content>.row {
  margin: 0;
}

.single-product .site-content .site-main {
  padding: 0;
}

.single-product .page-grid {
  -webkit-justify-content: center;
  justify-content: center;
}

.single-product .product-header {
  height: 100vh;
  padding-top: 68px;
  background-position: center;
  background-size: cover;
  background-color: #283583;
}

.single-product .product-header-intro {
  padding: 36px;
  text-align: center;
  background-image: linear-gradient(to bottom, #333333 0%, rgba(51, 51, 51, 0.738) 19%, rgba(51, 51, 51, 0.541) 34%, rgba(51, 51, 51, 0.382) 47%, rgba(51, 51, 51, 0.278) 56.5%, rgba(51, 51, 51, 0.194) 65%, rgba(51, 51, 51, 0.126) 73%, rgba(51, 51, 51, 0.075) 80.2%, rgba(51, 51, 51, 0.042) 86.1%, rgba(51, 51, 51, 0.021) 91%, rgba(51, 51, 51, 0.008) 95.2%, rgba(51, 51, 51, 0.002) 98.2%, rgba(51, 51, 51, 0) 100%);
  color: #fff;
}

.single-product .product-header-intro .chapter {
  margin: 0;
  color: #c7ebfb;
}

.single-product .product-header-intro h1 {
  margin: 0;
  color: #fff;
}

.single-product .product-header .button.-back,
.single-product .product-header .wpcf7 .wpcf7-form input.-back[type="submit"],
.wpcf7 .wpcf7-form .single-product .product-header input.-back[type="submit"] {
  position: fixed;
  bottom: 1.5em;
  z-index: 999;
  padding-left: 1em;
  font-size: 0.65em;
  border-radius: 0 2em 2em 0;
}

.single-product .product-header .button.-back .icon,
.single-product .product-header .wpcf7 .wpcf7-form input.-back[type="submit"] .icon,
.wpcf7 .wpcf7-form .single-product .product-header input.-back[type="submit"] .icon {
  display: inline-block;
  margin-right: 0.5em;
  transition: all 200ms;
}

.single-product .product-header .button.-back:hover .icon,
.single-product .product-header .wpcf7 .wpcf7-form input.-back[type="submit"]:hover .icon,
.wpcf7 .wpcf7-form .single-product .product-header input.-back[type="submit"]:hover .icon {
  -webkit-transform: translateX(-0.5em);
  transform: translateX(-0.5em);
}

.single-product .product-info-content {
  max-width: 620px;
  margin: 0 auto;
  padding: 36px 0;
}

.single-product .product-info-meta {
  padding: 36px 0;
}

.single-product .product-video-link {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 36px;
  background-color: #fff;
  border-radius: 10px;
}

.single-product .product-video-link::before {
  z-index: 2;
  background-image: url("../img/video-link-overlay.png");
  background-size: cover;
  border-radius: 10px;
  transition: opacity 200ms;
}

.single-product .product-video-link:not(:hover)::before {
  opacity: 0.75;
}

.single-product .product-video-link img {
  top: 0;
  left: 0;
  border-radius: 10px;
}

.single-product .product-info-features ul {
  margin: 0 0 36px;
  list-style: none;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.single-product .product-info-features ul li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.single-product .product-gallery .chapter {
  margin-bottom: -0.75em;
  font-weight: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
}

.single-product .product-gallery-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(51, 51, 51, 0.05);
  padding: 10px;
}

.single-product .product-gallery-container a {
  display: block;
  padding: 10px;
}

.single-product .product-datasheet .section_main {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75em;
}

.single-product .product-datasheet .section_main>p>a {
  display: block;
  border: 0;
}

@media all and (min-width: 780px) {
  .single-product .product-header {
    padding-top: 84px;
  }

  .single-product .product-header-intro {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .single-product .product-header-intro .chapter {
    font-size: 1.25em;
  }

  .single-product .product-header-intro h1 {
    font-size: 5em;
  }

  .single-product .product-info-content {
    padding: 68px 0;
  }

  .single-product .product-info-meta {
    padding: 68px 0;
  }

  .single-product .product-video-link {
    margin-top: -120px;
  }

  .single-product .product-gallery-container img {
    max-height: 150px;
    transition: opacity 150ms linear;
  }

  .single-product .product-gallery-container a:not(:hover) img {
    opacity: 0.75;
  }
}

/*-----------------------------------------------------------------------------*
 *  VIEW: SINGLE RETAILER
 *----------------------------------------------------------------------------*/
.single-retailer .section_header h2 {
  margin-bottom: 1rem;
}

.single-retailer .site-content {
  padding-top: 15px;
}

.single-retailer .l-column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.single-retailer .l-column.-info {
  padding: 0.5em;
  font-size: 0.875em;
  line-height: 1.1;
  background: rgba(79, 95, 105, 0.075);
}

.single-retailer .l-column.-map {
  min-height: 450px;
}

.single-retailer table {
  box-shadow: none;
  border: 0;
  margin-bottom: 0.5em;
}

.single-retailer table td {
  padding: 1em;
  border: 0;
}

.single-retailer table .thim-social-share {
  float: none;
}

.single-retailer table .thim-social-share .heading {
  display: none;
}

.single-retailer .store-locator_nav {
  display: none;
}

/*-----------------------------------------------------------------------------*
 *  VIEW: ARCHIVE
 *-----------------------------------------------------------------------------*
 *
 *  The view for post archives.
 *
 */
.archive .hentry,
.archive .post-image {
  transition: all .5s ease;
}

.archive .post-image {
  display: block;
  opacity: .8;
}

.archive .post-image img {
  width: 100%;
}

.archive .blog-switch-layout.blog-grid .entry-title {
  height: auto;
}

.archive .blog-switch-layout.blog-grid .entry-grid-meta {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.archive .blog-switch-layout.blog-grid .entry-grid-meta :nth-child(2) {
  margin-left: auto;
}

.archive .blog-switch-layout.blog-grid .entry-grid-meta::before {
  background: #009fe3;
}

.archive .hentry:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.archive .hentry:hover .post-image {
  opacity: 1;
}

.archive .post-index {
  display: none;
}

/*-----------------------------------------------------------------------------*
 *  VIEW: ARCHIVE RETAILER
 *-----------------------------------------------------------------------------*
 *
 *  The view with the list of retailers.
 *
 */
.post-type-archive-retailer .sticky-header.affix {
  opacity: 0;
  pointer-events: none;
}

.post-type-archive-retailer .site-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.post-type-archive-retailer .p-section_legend {
  background-color: transparent;
}

.post-type-archive-retailer [data-store-locator] {
  height: 800px;
  max-height: 80vh;
  font-size: 14px;
}

.post-type-archive-retailer .store-locator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-type-archive-retailer .store-locator_nav {
  background: transparent;
}

.post-type-archive-retailer .store-locator_nav_button {
  padding: 0;
}

.post-type-archive-retailer .store-locator_list .store-locator_store {
  -webkit-align-items: center;
  align-items: center;
}

.post-type-archive-retailer .store-locator_store_name {
  font-size: 1.125em;
}

.post-type-archive-retailer .store-locator_store_summary {
  text-transform: uppercase;
  color: #009fe3;
}

.post-type-archive-retailer .store-locator_store_description {
  line-height: 1.35;
}

.post-type-archive-retailer .store-locator_list .store-locator_store_address {
  display: none;
}

.post-type-archive-retailer .store-locator_store_thumbnail img {
  -o-object-fit: contain;
  object-fit: contain;
}

.post-type-archive-retailer .store-locator_list .store-locator_store_thumbnail {
  height: 62px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

html[lang="it-IT"] .post-type-archive-retailer .store-locator_map .store-locator_store_thumbnail {
  -webkit-order: -1;
  order: -1;
  max-width: 100px;
  margin-left: 0.15rem;
  margin-bottom: 0;
}

.post-type-archive-retailer .store-locator_store_actions svg {
  color: #009fe3;
}

.post-type-archive-retailer .store-locator_map .store-locator_store_address,
.post-type-archive-retailer .store-locator_map .store-locator_store_description {
  font-family: "Vsans";
}

.post-type-archive-retailer .store-locator_filters {
  -webkit-order: -1;
  order: -1;
  background-color: transparent;
}

.post-type-archive-retailer .store-locator_filters_header {
  background-color: #283583;
  color: #fff;
}

.post-type-archive-retailer .store-locator_filters input[type=checkbox]:checked:before {
  color: #009fe3;
}

.post-type-archive-retailer .store-locator_filter {
  margin: 0;
}

.post-type-archive-retailer .store-locator_filter_label {
  margin: 0 0 0 0.25rem;
}

/* Bottone configura */
.configura-button-wrapper {
  text-align: center !important;
  margin-top: -75px !important;
  z-index: 9999;
  position: relative;
}

.configura-button {
  color: white;
  background-color: #2ea2cc;
  border-radius: 2em 2em 2em 2em;
  font-size: 13px;
  border: none;
  padding: 10px 60px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center !important;
}

.configura-button:hover {
  background-color: #2991b7;
}

/*nasconde la sezione "Seleziona la tua provincia" nei singoli prodotti*/
.p-contacts.panel-row-style.panel-row-style-for-12363-0 {
  display: none !important;
}

/*Aggiusta i prodotti in evidenza in homepage*/
.custom-featured-products {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.custom-featured-products ul.products li.product {
  width: calc(33.333% - 20px);
  margin-bottom: 20px;
  box-sizing: border-box;
}
