@charset "UTF-8";
/*
Theme Name: Made With Passion
Theme URI: https://www.madewithpassion.com
Text Domain: mwp
Author: Maleo
Author URI: https://www.maleo.social
Description: Made With Passion official theme.
Version: 1.0
Tags: responsive, clean, minimal, modern, documentation
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

@font-face {
  font-family: 'FS Joey';
  src: local("FSJoey"), url("./fonts/fs_joey/FSJoey.woff2") format("woff2"), url("./fonts/fs_joey/FSJoey.woff") format("woff"), url("./fonts/fs_joey/FSJoey.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FS Joey';
  src: local("FSJoey-Medium"), url("./fonts/fs_joey/FSJoey-Medium.woff2") format("woff2"), url("./fonts/fs_joey/FSJoey-Medium.woff") format("woff"), url("./fonts/fs_joey/FSJoey-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Korb';
  src: url("./fonts/korb/Korb-Bold.eot");
  src: local("☞Korb-Bold"), local("Korb-Bold"), url("./fonts/korb/Korb-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/korb/Korb-Bold.woff2") format("woff2"), url("./fonts/korb/Korb-Bold.woff") format("woff"), url("./fonts/korb/Korb-Bold.ttf") format("truetype"), url("./fonts/korb/Korb-Bold.svg#Korb-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Korb';
  src: url("./fonts/korb/Korb.eot");
  src: local("☞Korb"), local("Korb"), url("./fonts/korb/Korb.eot?#iefix") format("embedded-opentype"), url("./fonts/korb/Korb.woff2") format("woff2"), url("./fonts/korb/Korb.woff") format("woff"), url("./fonts/korb/Korb.ttf") format("truetype"), url("./fonts/korb/Korb.svg#Korb") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Korb';
  src: url("./fonts/korb/Korb-Italic.eot");
  src: local("☞Korb-Italic"), local("Korb-Italic"), url("./fonts/korb/Korb-Italic.eot?#iefix") format("embedded-opentype"), url("./fonts/korb/Korb-Italic.woff2") format("woff2"), url("./fonts/korb/Korb-Italic.woff") format("woff"), url("./fonts/korb/Korb-Italic.ttf") format("truetype"), url("./fonts/korb/Korb-Italic.svg#Korb-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Korb';
  src: url("./fonts/korb/Korb-BoldItalic.eot");
  src: local("☞Korb-BoldItalic"), local("Korb-BoldItalic"), url("./fonts/korb/Korb-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/korb/Korb-BoldItalic.woff2") format("woff2"), url("./fonts/korb/Korb-BoldItalic.woff") format("woff"), url("./fonts/korb/Korb-BoldItalic.ttf") format("truetype"), url("./fonts/korb/Korb-BoldItalic.svg#Korb-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* html {
  font-size: 100%; }

html {
  font-size: 16px;
  line-height: 1.5em; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none; }

html, body {
  font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  color: #444444;
  min-height: 0; }

h1, h2, h3, h4 {
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold; }

a {
  color: inherit;
  text-decoration: none; }

:focus {
  outline: 0; }

.container {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  head {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    color: #333;
    background: rgba(255, 255, 255, 0.25); }
  head:before {
    content: "|||";
    display: block;
    padding: 5px 10px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold; }
  head:hover {
    background: rgba(255, 255, 255, 0.5);
    color: red; }
  head:hover ~ .container,
  head:hover ~ body .container {
    position: relative; }
    head:hover ~ .container:before,
    head:hover ~ body .container:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: " ";
      z-index: 998;
      background-image: -owg-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -owg-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
      background-image: -webkit-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
      background-image: -moz-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
      background-image: -o-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
      background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
      background-size: 8.57143%, 100% 24px;
      background-origin: content-box;
      background-clip: content-box;
      background-position: left top; }
  @media (min-width: 0) and (max-width: 768px) {
    .container {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; }
      head:hover ~ .container,
      head:hover ~ body .container {
        position: relative; }
        head:hover ~ .container:before,
        head:hover ~ body .container:before {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          content: " ";
          z-index: 998;
          background-image: -owg-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25)), -owg-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
          background-image: -webkit-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25)), -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
          background-image: -moz-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25)), -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
          background-image: -o-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25)), -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
          background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25)), linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
          background-size: 16.66667%, 100% 24px;
          background-origin: content-box;
          background-clip: content-box;
          background-position: left top; } }

img, iframe, object, svg {
  max-width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .hero {
    padding-bottom: 54.16667%;
    position: relative; }
    .hero > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .hero .bg-image:after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      bottom: -15px;
      left: 0;
      top: 0;
      z-index: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      display: block; }
    .hero .bg-image img {
      width: 100%; } }

@media (min-width: 0) and (max-width: 768px) {
  .hero {
    padding-bottom: 153.84615%;
    position: relative; }
    .hero > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .hero.shop .bg-image img {
      max-width: 100% !important; }
    .hero .bg-image {
      display: flex;
      justify-content: center;
      align-items: center; }
      .hero .bg-image img {
        height: 100% !important;
        width: auto !important;
        max-width: none !important;
        object-fit: cover; }
    .hero .heroes-list {
      display: none; } }

.hero .hero-copy {
  position: absolute;
  color: white;
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .hero .hero-copy h1 {
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 0.375em; }
  .hero .hero-copy p {
    font-size: 1.125em;
    line-height: 1.33333em; }
  .hero .hero-copy a.button {
    margin-top: 3em; }
  @media (min-width: 768px) {
    .hero .hero-copy {
      width: 31.42857%;
      float: left;
      margin-right: 2.85714%; } }
  @media (min-width: 0) and (max-width: 768px) {
    .hero .hero-copy {
      align-items: flex-start; }
      .hero .hero-copy h1 {
        width: 60%;
        text-align: left;
        font-size: 2.625em;
        line-height: 1.02857em; }
      .hero .hero-copy p {
        width: 60%;
        text-align: left;
        line-height: 1.8rem !important;
        font-size: 1.125em;
        line-height: 1.33333em; } }

.hero .center-hero-copy {
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .hero .center-hero-copy h1 {
    width: 50%;
    font-size: 80px;
    line-height: 5rem;
    text-align: center;
    margin-bottom: 0.375em; }
  .hero .center-hero-copy p {
    width: 50%;
    text-align: center;
    font-size: 1.5em;
    line-height: 2em;
    line-height: 2rem !important; }
  .hero .center-hero-copy a.button {
    margin-top: 3em; }
  @media (min-width: 0) and (max-width: 768px) {
    .hero .center-hero-copy {
      align-items: flex-start;
      padding-left: 20px; }
      .hero .center-hero-copy h1 {
        width: 80%;
        text-align: left;
        font-size: 2.625em;
        line-height: 1.02857em; }
      .hero .center-hero-copy p {
        width: 80%;
        text-align: left;
        line-height: 1.8rem !important;
        font-size: 1.125em;
        line-height: 1.33333em; } }

.hero .hero-profile {
  width: 82.85714%;
  float: left;
  margin-right: 2.85714%;
  position: absolute;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .hero .hero-profile h1 {
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 0.375em; }
  .hero .hero-profile p {
    font-size: 1.125em;
    line-height: 1.33333em; }
  @media (min-width: 0) and (max-width: 768px) {
    .hero .hero-profile {
      align-items: flex-start;
      padding-left: 20px;
      top: 56%;
      bottom: initial; }
      .hero .hero-profile .hero-avatar {
        max-width: 150px; }
      .hero .hero-profile h1 {
        width: 100%;
        text-align: left;
        font-size: 2.625em;
        line-height: 0.57143em; }
      .hero .hero-profile p {
        width: 100%;
        text-align: left;
        line-height: 1.8rem !important;
        font-size: 1.125em;
        line-height: 1.33333em; } }

.clear-container {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.thumb {
  background: #ffffff; }

.heading-two, .page-template-privacy-and-policy .privacy-and-policy h2 {
  font-size: 2.5em;
  line-height: 1.2em;
  text-align: center; }
  @media (min-width: 0) and (max-width: 768px) {
    .heading-two, .page-template-privacy-and-policy .privacy-and-policy h2 {
      font-size: 1.5em;
      line-height: 1.2em; } }

.heading-five {
  font-size: 1.5em;
  line-height: 1.1em;
  text-align: center; }
  @media (min-width: 0) and (max-width: 768px) {
    .heading-five {
      font-size: 1.125em;
      line-height: 1.6em; } }

.sub-container {
  display: block;
  width: 80%;
  margin: 0 auto; }

@media (min-width: 768px) {
  .for-mobile {
    display: none; } }

@media (min-width: 0) and (max-width: 768px) {
  .for-mobile {
    display: block; } }

@media (min-width: 768px) {
  .for-desktop {
    display: block; } }

@media (min-width: 0) and (max-width: 768px) {
  .for-desktop {
    display: none; } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out; }

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.wobble {
  animation-name: wobble; }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in; } }

.animated.flip {
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-duration: 2s;
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.delay-2s {
    animation-delay: 2s; }
  .animated.delay-3s {
    animation-delay: 3s; }
  .animated.delay-4s {
    animation-delay: 4s; }
  .animated.delay-5s {
    animation-delay: 5s; }
  .animated.fast {
    animation-duration: 800ms; }
  .animated.faster {
    animation-duration: 500ms; }
  .animated.slow {
    animation-duration: 2s; }
  .animated.slower {
    animation-duration: 3s; }
  @media (prefers-reduced-motion) {
    .animated {
      animation: unset !important;
      transition: none !important; } }

.button, .nf-form-wrap .field-wrap input[type="button"] {
  display: inline-block;
  border-radius: 20px !important;
  background-color: #ff5f29;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  padding: 0px 40px !important;
  text-decoration: none;
  margin-top: 1.5em;
  line-height: 33px !important;
  font-size: 11px !important;
  letter-spacing: 0.05rem !important;
  cursor: pointer;
  margin: 0 !important; }
  .button:hover, .nf-form-wrap .field-wrap input:hover[type="button"] {
    color: #ff5f29;
    background: white; }
  .button.ghost, .nf-form-wrap .field-wrap input.ghost[type="button"] {
    border: 1px solid white;
    background-color: transparent; }
    .button.ghost:hover, .nf-form-wrap .field-wrap input.ghost:hover[type="button"] {
      background-color: #fff; }
    .button.ghost.primary, .nf-form-wrap .field-wrap input.ghost.primary[type="button"] {
      border: 1px solid #ff5f29;
      background-color: transparent;
      color: #ff5f29; }
      .button.ghost.primary:hover, .nf-form-wrap .field-wrap input.ghost.primary:hover[type="button"] {
        background-color: #ff5f29;
        color: #ffffff; }
  .button.primary, .nf-form-wrap .field-wrap input.primary[type="button"] {
    background-color: #ff5f29 !important;
    border-color: #ff5f29 !important;
    color: #ffffff !important;
    border: none; }
    .button.primary:hover, .nf-form-wrap .field-wrap input.primary:hover[type="button"] {
      background-color: #ff5f29;
      color: #fff !important; }
  .button.secondary, .nf-form-wrap .field-wrap input[type="button"] {
    background-color: #4fbee7 !important;
    border-color: #4fbee7 !important; }
    .button.secondary:hover, .nf-form-wrap .field-wrap input:hover[type="button"] {
      color: #4fbee7;
      background-color: #fff !important; }
  .button.facebook, .nf-form-wrap .field-wrap input.facebook[type="button"] {
    background-color: #4267b2 !important;
    border-color: #4267b2 !important;
    color: #ffffff !important;
    border: none; }
    @media (min-width: 0) and (max-width: 768px) {
      .button.facebook, .nf-form-wrap .field-wrap input.facebook[type="button"] {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .button.facebook:hover, .nf-form-wrap .field-wrap input.facebook:hover[type="button"] {
      background-color: #4267b2;
      color: #fff !important; }
  .button.big, .nf-form-wrap .field-wrap input.big[type="button"] {
    min-height: 50px;
    line-height: 50px !important;
    border-radius: 25px !important;
    font-size: 1rem !important; }
  .button.with-icon, .nf-form-wrap .field-wrap input.with-icon[type="button"] {
    display: flex;
    justify-content: center;
    align-items: center; }
    .button.with-icon [class^=icon], .nf-form-wrap .field-wrap input.with-icon[type="button"] [class^=icon] {
      display: flex;
      margin-right: 8px; }

.link {
  color: #4fbee7;
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif; }

.timeline-arrow {
  position: relative;
  min-width: 15px;
  display: flex;
  flex-flow: column;
  align-items: center; }
  .timeline-arrow .icon-arrow-68 {
    color: #C4C4C4;
    position: relative;
    margin-left: 0;
    margin-top: auto; }
    .timeline-arrow .icon-arrow-68::before {
      display: inline-block;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      padding-bottom: 3px;
      margin-right: 3px; }
  .timeline-arrow .arrow-circle {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative; }
    .timeline-arrow .arrow-circle img {
      width: 18px !important;
      height: 18px !important; }
  .timeline-arrow .arrow-line {
    display: block;
    width: 1px;
    background: #C4C4C4;
    margin-bottom: -1px;
    position: absolute;
    top: 6px;
    bottom: 11px;
    z-index: 1; }
  .timeline-arrow .arrow-circle {
    margin-top: 0;
    z-index: 2;
    position: relative; }
  .timeline-arrow .arrow {
    position: relative;
    margin-top: auto; }

.tags .tag {
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .05rem; }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 50px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff5f29;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.input {
  border: 0;
  height: 33px;
  color: #444444;
  letter-spacing: .02rem; }
  .input.round {
    border-radius: 25px; }

.quantity {
  margin: 0 !important; }
  @media (min-width: 0) and (max-width: 768px) {
    .quantity {
      margin-bottom: 30px !important; } }
  .quantity .screen-reader-text {
    display: none; }
  .quantity input {
    width: 33px !important;
    height: 33px !important;
    text-align: center;
    border: none;
    color: #6d6d6d;
    font-size: 1.125em; }
    @media (min-width: 0) and (max-width: 768px) {
      .quantity input {
        -webkit-appearance: button;
        padding: 0 0 3px 1px; } }
    @media (min-width: 0) and (max-width: 768px) {
      .quantity input.input-text {
        margin-left: 24px;
        margin-right: 24px; } }
  .quantity .qty_button {
    height: 33px !important;
    width: 33px !important;
    border: 2px solid #C4C4C4;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    border-radius: 50%;
    background: white;
    color: #444444;
    font-size: 1.125em;
    cursor: pointer; }
  .quantity input[type="number"]::-webkit-outer-spin-button,
  .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.separator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .separator:before, .separator:after {
    display: block;
    content: "";
    height: 1px;
    background-color: #C4C4C4;
    flex: auto; }
  .separator:before {
    margin-right: 48px; }
  .separator:after {
    margin-left: 48px; }

@font-face {
  font-family: "mwp";
  src: url("./fonts/icon-font/fonts/mwp.eot");
  src: url("./fonts/icon-font/fonts/mwp.eot?#iefix") format("embedded-opentype"), url("./fonts/icon-font/fonts/mwp.woff") format("woff"), url("./fonts/icon-font/fonts/mwp.ttf") format("truetype"), url("./fonts/icon-font/fonts/mwp.svg#mwp") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "mwp" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "mwp" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu:before {
  content: "\62"; }

.icon-right-open:before {
  content: "\61"; }

.icon-facebook:before {
  content: "\63"; }

.icon-twitter:before {
  content: "\64"; }

.icon-youtube-alt:before {
  content: "\65"; }

.icon-instagram-black:before {
  content: "\66"; }

.icon-arrow-68:before {
  content: "\61";
  transform: rotate(180deg); }

.icon-close-round:before {
  content: "\68"; }

.icon-account:before {
  content: "\69"; }

.icon-search:before {
  content: "\6a"; }

.icon-shop:before {
  content: "\6b"; }

.icon-ceklis:before {
  content: "\6c"; }

.icon-edit:before {
  content: "\6d"; }

body.open-menu:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5); }

#header {
  position: absolute;
  width: 100%;
  height: 75px;
  z-index: 99;
  color: white; }
  #header .action-mobile-wrap {
    display: none;
    text-align: center;
    border-top: 1px solid #DADADA;
    padding-top: 0.75em; }
    @media (min-width: 0) and (max-width: 768px) {
      #header .action-mobile-wrap {
        display: block; } }
  #header > .container {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px; }
  #header.open-menu {
    background-color: #fff;
    color: #59595b; }
    #header.open-menu .main-menu {
      display: block; }
    #header.open-menu .quick-menu {
      display: none; }
    #header.open-menu .button, #header.open-menu .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap #header.open-menu input[type="button"] {
      color: #4fbee7;
      border-color: #4fbee7; }
      #header.open-menu .button:hover, #header.open-menu .nf-form-wrap .field-wrap input:hover[type="button"], .nf-form-wrap .field-wrap #header.open-menu input:hover[type="button"] {
        background-color: #4fbee7;
        color: white; }
    #header.open-menu .toggle-menu .open {
      display: none; }
    #header.open-menu .toggle-menu .close {
      display: inline; }
    #header.open-menu .logo.white {
      display: none; }
    #header.open-menu .logo.black {
      display: block; }
  #header.invert {
    background-color: #fff;
    color: #59595b; }
    #header.invert .toggle-menu {
      border-left: 2px solid #C4C4C4; }
    #header.invert .logo.white {
      display: none; }
    #header.invert .logo.black {
      display: block; }
    #header.invert + .content-area {
      padding-top: 125px; }
  #header .site-identity {
    float: left;
    padding-top: 10px;
    padding-bottom: 5px; }
    #header .site-identity .logo {
      width: 120px; }
  #header .logo.black {
    display: none; }
  #header .logo.blue-bg {
    display: none; }
  #header .actions {
    margin-left: auto;
    display: flex; }
  #header .button, #header .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap #header input[type="button"] {
    margin-right: 20px; }
  #header .toggle-menu {
    height: 45px;
    padding-left: 20px;
    padding-top: 5px;
    font-weight: bold;
    border-left: 2px solid white;
    display: inline-block;
    font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
    cursor: pointer; }
    #header .toggle-menu .close {
      display: none; }
    #header .toggle-menu i {
      font-size: 22px;
      position: relative;
      top: 6px; }
  @media (min-width: 768px) {
    #header .for-desktop {
      display: block; }
    #header .for-mobile {
      display: none; } }
  @media (min-width: 0) and (max-width: 768px) {
    #header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      z-index: 9999;
      padding: 20px 20px; }
      #header > .container {
        max-width: 100%; }
      #header .site-identity {
        padding-top: 0; }
        #header .site-identity .logo {
          width: 80px; }
      #header .toggle-menu {
        padding-top: 0;
        padding-left: 0;
        border: none !important;
        width: 40px; }
        #header .toggle-menu .label {
          display: none; }
      #header .site-identity {
        display: flex;
        flex: 1 1 0%;
        align-items: center;
        justify-content: center; }
        #header .site-identity h1 {
          display: flex;
          align-items: center; }
      #header .quick-menu {
        padding-right: 0; }
        #header .quick-menu-item {
          margin-left: 0; }
      #header.open-menu .for-mobile {
        display: none; }
      #header.open-menu .site-identity,
      #header.open-menu .quick-menu {
        display: none; }
      #header.open-menu .toggle-menu {
        border: none;
        display: flex;
        align-items: center; }
        #header.open-menu .toggle-menu.for-desktop .label {
          display: block;
          color: #4fbee7;
          font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
          margin-bottom: 3px;
          margin-right: 1px; }
        #header.open-menu .toggle-menu i {
          display: none; }
      #header .search-btn,
      #header .my-acc {
        display: none; }
      #header .for-desktop {
        display: none; }
      #header .for-mobile {
        display: flex;
        justify-content: center;
        align-items: center; } }

.main-menu {
  position: absolute;
  background-color: #fff;
  border-top: 1px solid #4fbee7;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #59595b;
  display: none; }
  @media (min-width: 0) and (max-width: 768px) {
    .main-menu {
      padding-bottom: 2.25em;
      padding-top: 0em;
      border-top: none;
      top: 0;
      position: fixed; } }
  @media (min-width: 0) and (max-width: 768px) {
    .main-menu > .container {
      max-width: none;
      display: block !important;
      height: 100vh;
      overflow: auto;
      padding-bottom: 24px; } }
  .main-menu .open-sub-menu h2:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .main-menu h2 {
    color: #ff5f29;
    font-size: 1.625em;
    line-height: 1.84615em; }
    @media (min-width: 0) and (max-width: 768px) {
      .main-menu h2 {
        padding: 0 20px;
        position: relative; }
        .main-menu h2:after {
          font-family: "mwp" !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "a"; }
        .main-menu h2:after {
          color: #59595b;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
          position: absolute;
          top: 12px;
          right: 5px;
          font-size: 18px;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); } }
  @media (min-width: 0) and (max-width: 768px) {
    .main-menu .menu-header-menu-main-container {
      padding: 0 20px; } }
  @media (min-width: 768px) {
    .main-menu .menu-header-menu-main-container {
      width: 40%;
      float: left;
      margin-right: 2.85714%; } }
  .main-menu .menu-header-menu-main-container a {
    display: block;
    color: #C4C4C4;
    font-size: 50px;
    line-height: 1.5; }
    @media (min-width: 0) and (max-width: 768px) {
      .main-menu .menu-header-menu-main-container a {
        color: #C4C4C4; } }
    .main-menu .menu-header-menu-main-container a:hover {
      color: #4fbee7; }
  @media (min-width: 768px) {
    .main-menu .basic-menu {
      margin-top: 8px; } }
  @media (min-width: 0) and (max-width: 768px) {
    .main-menu .basic-menu {
      background-color: #ececec;
      padding: 0 20px; } }
  .main-menu .basic-menu a {
    display: block;
    padding-top: 0.375em;
    padding-bottom: 0.375em; }
    .main-menu .basic-menu a:hover {
      color: #4fbee7; }
  @media (min-width: 768px) {
    .main-menu .menu-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (min-width: 0) and (max-width: 768px) {
    .main-menu .menu-wrap .menu-header-menu-take-action-container {
      margin-top: 0.75em;
      padding-top: 0.375em;
      border-top: 1px solid #DADADA; } }
  @media (min-width: 0) and (max-width: 768px) {
    .main-menu .menu-wrap .menu-header-menu-get-inspiration-container {
      border-top: 1px solid #DADADA;
      padding-top: 0.75em; } }
  @media (min-width: 0) and (max-width: 768px) {
    .main-menu .menu-wrap .menu-shop-menu-container {
      border-top: 1px solid #DADADA;
      padding-top: 0.75em; } }
  @media (min-width: 0) and (max-width: 768px) {
    .main-menu .menu-wrap .menu-header-menu-donation-container {
      border-top: 1px solid #DADADA;
      padding-top: 0.75em; } }
  @media (min-width: 768px) {
    .main-menu .menu-header-menu-account-container {
      display: none; } }
  @media (min-width: 0) and (max-width: 768px) {
    .main-menu .menu-header-menu-account-container {
      display: block; }
      .main-menu .menu-header-menu-account-container.open-sub-menu h2 {
        color: #C4C4C4; }
        .main-menu .menu-header-menu-account-container.open-sub-menu h2::after {
          color: #C4C4C4; }
      .main-menu .menu-header-menu-account-container .menu-link {
        display: block;
        padding: 0 20px;
        color: #C4C4C4;
        font-size: 50px;
        line-height: 1.5; }
      .main-menu .menu-header-menu-account-container h2 {
        color: #4fbee7;
        font-size: 50px;
        line-height: 1.5; }
        .main-menu .menu-header-menu-account-container h2::after {
          color: #4fbee7;
          top: 28px; }
      .main-menu .menu-header-menu-account-container .name {
        color: #ff5f29;
        padding-top: 0.375em;
        padding-bottom: 0.375em; }
      .main-menu .menu-header-menu-account-container .woocommerce-MyAccount-navigation-link {
        width: 100%; }
        .main-menu .menu-header-menu-account-container .woocommerce-MyAccount-navigation-link a {
          color: #59595b;
          padding-left: 0;
          padding-right: 0;
          border: 0; } }
  @media (min-width: 768px) {
    .main-menu .menu-header-logout-container {
      display: none; } }
  @media (min-width: 0) and (max-width: 768px) {
    .main-menu .menu-header-logout-container {
      border-top: 1px solid #DADADA;
      padding-top: 0.75em; }
      .main-menu .menu-header-logout-container a {
        padding: 0 20px;
        color: #ff5f29;
        font-size: 1.625em;
        line-height: 1.84615em;
        width: 100%; } }
  @media (min-width: 0) and (max-width: 768px) {
    .main-menu .mwp-search {
      display: block;
      position: relative; }
      .main-menu .mwp-search .container {
        max-width: 90% !important; }
      .main-menu .mwp-search h2 {
        color: #444444 !important; }
      .main-menu .mwp-search h2::after {
        display: none !important; } }

.quiz-shop-component {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: white;
  position: relative; }
  .quiz-shop-component:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("./img/pattern-bg.png") no-repeat center;
    background-size: cover;
    z-index: 1;
    opacity: 0.3; }
  .quiz-shop-component .container {
    position: relative;
    z-index: 2;
    display: flex; }
    @media (min-width: 768px) {
      .quiz-shop-component .container {
        flex-direction: row;
        justify-content: space-between; } }
    @media (min-width: 0) and (max-width: 768px) {
      .quiz-shop-component .container {
        flex-direction: column; } }
    .quiz-shop-component .container .quiz-shop-card:first-child {
      background: #4fbee7; }
    @media (min-width: 768px) {
      .quiz-shop-component .container .quiz-shop-card {
        width: 48%; } }
    @media (min-width: 0) and (max-width: 768px) {
      .quiz-shop-component .container .quiz-shop-card {
        width: 100%; } }

.section-header {
  position: relative;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  *zoom: 1; }
  .section-header:after {
    content: "";
    position: absolute;
    height: 150px;
    width: 150px;
    top: -30px;
    left: -75px;
    background-image: url("img/xx-blue.svg");
    background-size: contain; }
  .section-header h1 {
    color: #59595b;
    font-size: 3.75em;
    line-height: 1.2em; }
  .section-header span {
    color: #ff5f29; }
  .section-header.break span {
    display: block; }
  .section-header.blue span {
    color: #4fbee7; }
  .section-header.blue:after {
    background-image: url("img/xx-orange.svg"); }
  .section-header.orange span {
    color: #ff5f29; }
  @media (min-width: 768px) {
    .section-header {
      margin-top: 3em;
      margin-bottom: 3em; }
      .section-header.with-copy h1 {
        width: 22.85714%;
        float: left;
        margin-right: 2.85714%; }
      .section-header.with-copy .copy {
        width: 74.28571%;
        float: right;
        margin-right: 0;
        font-weight: 600; } }
  @media (min-width: 0) and (max-width: 768px) {
    .section-header {
      margin-top: 3em;
      margin-bottom: 1.5em; }
      .section-header:after {
        height: 100px;
        width: 100px;
        top: 0;
        left: -50px; }
      .section-header h1, .section-header h3 {
        margin-left: 32px;
        font-size: 2.875em;
        line-height: 1.04348em; }
      .section-header h1 {
        padding-bottom: 0.45em; }
      .section-header .copy {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        font-weight: 600;
        column-count: 1;
        padding: 0 32px;
        font-weight: normal; } }
  .section-header:after {
    content: "";
    display: table;
    clear: both; }

.passion-quote {
  color: white;
  background-color: #ff5f29;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold; }
  .passion-quote p {
    font-size: 30px;
    line-height: 30px;
    display: inline-block; }
  .passion-quote footer {
    text-transform: uppercase;
    line-height: 30px;
    margin-left: 10px;
    padding-left: 40px;
    display: inline-block;
    position: relative; }
    .passion-quote footer:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      height: 1px;
      background-color: #fff;
      width: 30px; }
  @media (min-width: 0) and (max-width: 768px) {
    .passion-quote {
      background-image: url(img/x-white.svg);
      background-position: -200px 0;
      background-repeat: no-repeat; }
      .passion-quote p {
        text-align: left;
        padding-right: 16px;
        font-size: 2.375em;
        line-height: 1.13684em; }
      .passion-quote footer {
        float: right;
        margin-top: 32px;
        font-size: 1.5em;
        line-height: 1em; } }

.post.thumb {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3em; }
  @media (min-width: 768px) {
    .post.thumb {
      width: 31.42857%;
      float: left; }
      .post.thumb:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .post.thumb:nth-child(3n + 2) {
        margin-left: 34.28571%;
        margin-right: -100%;
        clear: none; }
      .post.thumb:nth-child(3n + 3) {
        margin-left: 68.57143%;
        margin-right: -100%;
        clear: none; } }
  .post.thumb .tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9; }
  .post.thumb .tag {
    text-transform: uppercase;
    color: white;
    border-radius: 4px;
    font-size: 10px;
    padding: 5px 10px;
    font-weight: bold;
    font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0.04rem;
    background: #4fbee7; }
  .post.thumb .post-thumbnail a {
    padding-bottom: 88.23529%;
    position: relative;
    position: relative;
    display: block; }
    .post.thumb .post-thumbnail a > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .post.thumb .post-thumbnail a img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .post.thumb .inner-content {
    padding: 15px 10px 20px 15px; }
  .post.thumb h2 {
    margin-bottom: 0.75em;
    font-size: 1.25em;
    line-height: 1.2em;
    height: 2.25em; }
  .post.thumb .post-heroes {
    padding: 16px 16px;
    border-top: 1px solid rgba(196, 196, 196, 0.3); }
    .post.thumb .post-heroes p {
      height: auto; }
  @media (min-width: 0) and (max-width: 768px) {
    .post.thumb:not(:last-child) {
      margin-bottom: 32px; } }

.share-buttons a {
  display: inline-block;
  margin-right: 10px; }
  .share-buttons a:hover {
    opacity: 0.8; }

.heroes-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .heroes-list li {
    width: 80px;
    margin-right: 48px; }
  .heroes-list .avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    max-width: none; }
  .heroes-list .hero-name {
    text-align: center;
    font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1rem !important;
    line-height: .7rem; }

.heroes-avatar-list {
  display: flex;
  flex-flow: row; }
  .heroes-avatar-list li {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    border: 3px solid #ffffff;
    margin-left: -8px; }

.project.thumb {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  .project.thumb .post-thumbnail a {
    padding-bottom: 72.46377%;
    position: relative;
    position: relative;
    display: block; }
    .project.thumb .post-thumbnail a > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .project.thumb .post-thumbnail a img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .project.thumb .inner-content {
    padding: 15px 10px 20px 15px; }
  .project.thumb h2 {
    margin-top: 0.375em;
    margin-bottom: 0.375em;
    font-size: 1.375em;
    line-height: 1.36364em; }
  .project.thumb .post-heroes {
    padding: 16px 16px;
    border-top: 1px solid rgba(196, 196, 196, 0.3); }
  @media (min-width: 0) and (max-width: 768px) {
    .project.thumb:not(:last-child) {
      margin-bottom: 32px; } }

.project.small-thumb {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.5em;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block; }
  .project.small-thumb .post-thumbnail {
    width: 22%;
    float: left; }
  .project.small-thumb .post-thumbnail a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 100%;
    position: relative; }
    .project.small-thumb .post-thumbnail a > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
  .project.small-thumb .inner-content {
    float: left;
    width: 78%;
    padding-left: 20px; }
  .project.small-thumb h2 {
    padding-top: 8px;
    font-size: 1.375em;
    line-height: 1.36364em; }
  .project.small-thumb .post-heroes {
    padding: 0 16px 0 0; }

.post-heroes {
  display: flex;
  justify-content: space-between; }
  .post-heroes p {
    font-weight: bold; }
    .post-heroes p span {
      font-weight: normal;
      color: #ff5f29; }

.project-timeline .timeline-item {
  margin-bottom: 24px;
  display: flex;
  flex-flow: row; }

.project-timeline .timeline-arrow {
  margin-right: 16px; }

.project-timeline .timeline-date {
  color: #ff5f29;
  margin-bottom: 8px;
  line-height: 1rem !important;
  font-size: 1.25em;
  line-height: 1.2em; }

.project-timeline .link {
  font-weight: bold;
  display: none; }

.tools-component {
  background-color: #4fbee7;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 320px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  color: white;
  padding-left: 130px; }
  @media (min-width: 0) and (max-width: 768px) {
    .tools-component {
      height: auto;
      padding-left: 0; } }
  .tools-component .tab-menu {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 130px;
    background-color: #ff5f29;
    font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
    text-align: center; }
    @media (min-width: 0) and (max-width: 768px) {
      .tools-component .tab-menu {
        width: 100%;
        height: 100px;
        position: static; } }
  .tools-component .menu-item {
    height: 33.333333333333%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
    cursor: pointer; }
    @media (min-width: 0) and (max-width: 768px) {
      .tools-component .menu-item {
        height: 100%;
        width: 33.333333333333%;
        float: left; } }
    .tools-component .menu-item:hover {
      background-color: #ff4c10; }
    .tools-component .menu-item.active:hover {
      background-color: transparent; }
    .tools-component .menu-item.active:after {
      width: 0;
      height: 0;
      content: '';
      z-index: 2;
      border-left: 15px solid #ff5f29;
      border-bottom: 10px solid transparent;
      border-top: 10px solid transparent;
      top: 50%;
      margin-top: -5px;
      position: absolute;
      left: 100%; }
      @media (min-width: 0) and (max-width: 768px) {
        .tools-component .menu-item.active:after {
          display: none; } }
    .tools-component .menu-item.active .icon {
      display: none; }
    .tools-component .menu-item.active .title {
      display: block; }
    .tools-component .menu-item span.title {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 18px;
      display: none;
      color: rgba(255, 255, 255, 0.8);
      padding: 0 10px; }
    .tools-component .menu-item span.icon {
      position: absolute;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      display: block;
      text-align: center; }
      .tools-component .menu-item span.icon svg {
        width: 50px; }
  .tools-component .tools-content {
    height: 100%; }
    @media (min-width: 0) and (max-width: 768px) {
      .tools-component .tools-content {
        clear: both;
        width: 100%;
        float: left;
        padding-left: 2.77778%;
        padding-right: 2.77778%; } }
    .tools-component .tools-content .content {
      height: 100%;
      display: none; }
      @media (min-width: 0) and (max-width: 768px) {
        .tools-component .tools-content .content {
          clear: both;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          padding: 30px 40px 30px 40px; }
          .tools-component .tools-content .content p {
            line-height: 1.8rem !important; } }
      .tools-component .tools-content .content.active {
        display: block; }
    .tools-component .tools-content .one {
      height: 100%; }
      @media (min-width: 0) and (max-width: 768px) {
        .tools-component .tools-content .one {
          clear: both;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .tools-component .tools-content .one {
          width: 35%;
          float: left;
          padding-left: 40px; } }
      .tools-component .tools-content .one h2 {
        display: block;
        margin: 0 auto;
        line-height: 1;
        font-size: 40px; }
        @media (min-width: 768px) {
          .tools-component .tools-content .one h2 {
            font-size: 70px;
            width: 80%;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
    .tools-component .tools-content .two {
      height: 100%; }
      @media (min-width: 0) and (max-width: 768px) {
        .tools-component .tools-content .two {
          clear: both;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 768px) {
        .tools-component .tools-content .two {
          width: 35%;
          float: left; } }
      .tools-component .tools-content .two p {
        font-size: 1.0625em;
        line-height: 2.11765em; }
        @media (min-width: 768px) {
          .tools-component .tools-content .two p {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
    .tools-component .tools-content .three {
      width: 30%;
      float: right;
      text-align: center;
      position: relative; }
      @media (min-width: 0) and (max-width: 768px) {
        .tools-component .tools-content .three {
          display: none; } }
      .tools-component .tools-content .three .svg-wrap {
        width: 100%; }
      .tools-component .tools-content .three svg {
        margin-top: 20%;
        display: inline-block; }

.social-media h3 {
  font-weight: bold;
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.75em; }

.social-media .social-media-list {
  overflow: hidden;
  *zoom: 1; }
  .social-media .social-media-list li {
    display: inline-block;
    padding-right: 8px; }
  .social-media .social-media-list a {
    display: block;
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
    text-align: center;
    line-height: 45px;
    border-radius: 21px;
    border: 1px solid #C4C4C4; }
    .social-media .social-media-list a:hover {
      color: white; }
      .social-media .social-media-list a:hover.icon-youtube-alt {
        background-color: #ff0000; }
      .social-media .social-media-list a:hover.icon-facebook {
        background-color: #4267b2; }
      .social-media .social-media-list a:hover.icon-twitter {
        background-color: #1ca1f2; }
      .social-media .social-media-list a:hover.icon-instagram-black {
        background-color: #59595b; }

.entry-meta {
  display: flex;
  margin-bottom: 32px; }
  .entry-meta .tags {
    margin-right: 16px; }
  @media (min-width: 0) and (max-width: 768px) {
    .entry-meta {
      flex-flow: column; }
      .entry-meta .tags {
        margin-bottom: 24px; } }

.entry-date {
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #a6a6a7; }
  .entry-date span:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 25px;
    background: #a6a6a7;
    vertical-align: middle;
    margin: 0 16px; }

@media (min-width: 0) and (max-width: 768px) {
  .slide-on-mobile .owl-dots {
    margin-top: 24px;
    display: flex;
    justify-content: center; }
    .slide-on-mobile .owl-dots .owl-dot {
      height: 5px;
      width: 5px;
      border-radius: 2.5px;
      background: rgba(255, 95, 41, 0.5);
      margin: 0 4px;
      transition: width .3s ease-in-out; }
      .slide-on-mobile .owl-dots .owl-dot.active, .slide-on-mobile .owl-dots .owl-dot:focus {
        background: #ff5f29;
        width: 50px;
        outline: none;
        transition: width .3s ease-in-out; } }

.modal {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  overflow-x: auto; }
  @media (min-width: 0) and (max-width: 768px) {
    .modal {
      max-width: 100vw; } }
  .modal .modal-container {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto; }
    .modal .modal-container:after {
      content: " ";
      display: block;
      clear: both; }
    head:hover ~ .modal .modal-container,
    head:hover ~ body .modal .modal-container {
      position: relative; }
      head:hover ~ .modal .modal-container:before,
      head:hover ~ body .modal .modal-container:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: " ";
        z-index: 998;
        background-image: -owg-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -owg-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
        background-image: -webkit-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
        background-image: -moz-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
        background-image: -o-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
        background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
        background-size: 8.57143%, 100% 24px;
        background-origin: content-box;
        background-clip: content-box;
        background-position: left top; }
    @media (min-width: 768px) {
      .modal .modal-container {
        max-width: 800px;
        padding-top: 5%;
        padding-bottom: 5%; } }
    @media (min-width: 0) and (max-width: 768px) {
      .modal .modal-container {
        max-width: 100vw; } }
  .modal .modal-header {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .modal .modal-header {
        padding-left: 10%;
        padding-right: 10%;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer; } }
    .modal .modal-header .close-modal {
      position: absolute;
      top: 35px;
      right: 35px;
      cursor: pointer;
      font-weight: bold;
      color: #4fbee7; }
    .modal .modal-header .header-content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 48px 0; }
      .modal .modal-header .header-content .modal-title, .modal .modal-header .header-content .modal-subtitle {
        text-align: center; }
      .modal .modal-header .header-content .modal-title {
        color: #ff5f29;
        font-size: 2.25rem;
        line-height: 1.2; }
      .modal .modal-header .header-content .modal-subtitle {
        font-size: 1.2rem;
        margin: 8px 0; }
  .modal .modal-body {
    padding-left: 10%;
    padding-right: 10%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .modal .modal-body:before {
      content: '';
      display: block;
      width: 150px;
      height: 150px;
      position: absolute;
      background: url("img/xx-orange.svg") no-repeat;
      background-size: 100%;
      top: 215px;
      right: 0;
      transform: scaleX(-1) translateX(-50%); }
      @media (min-width: 0) and (max-width: 768px) {
        .modal .modal-body:before {
          width: 100px;
          height: 100px; } }
    .modal .modal-body:after {
      content: '';
      display: block;
      width: 150px;
      height: 150px;
      position: absolute;
      background: url("img/xx-blue.svg") no-repeat;
      background-size: 100%;
      bottom: 0;
      left: 0;
      transform: translate(-50%, -50%); }
      @media (min-width: 0) and (max-width: 768px) {
        .modal .modal-body:after {
          width: 100px;
          height: 100px; } }
    @media (min-width: 0) and (max-width: 768px) {
      .modal .modal-body {
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center; } }
  .modal .modal-content {
    background: #ffffff;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .modal .modal-content {
        border-radius: 5px; } }
  .modal.show {
    display: block; }
  @media (min-width: 768px) {
    .modal .inner-content {
      padding-left: 64px;
      padding-right: 64px; } }
  @media (min-width: 0) and (max-width: 768px) {
    .modal .inner-content {
      padding-left: 0;
      padding-right: 0; } }

/**
* Volunteer Modal
*/
#volunteer-modal .modal-header .header-content {
  text-align: center;
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold; }

#volunteer-modal .modal-footer .footer-title {
  border-top: 1px solid #C4C4C4; }

#volunteer-modal .modal-footer .address h2 {
  color: #ff5f29;
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif; }

@media (min-width: 768px) {
  #volunteer-modal .modal-header .header-content {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
    font-size: 1.5em;
    line-height: 1.4em; }
  #volunteer-modal .modal-body {
    overflow: hidden;
    *zoom: 1;
    padding-top: 0.75em;
    padding-bottom: 1.5em; }
    #volunteer-modal .modal-body .nf-form-content nf-field {
      width: 48.57143%;
      float: left; }
      #volunteer-modal .modal-body .nf-form-content nf-field:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      #volunteer-modal .modal-body .nf-form-content nf-field:nth-child(2n + 2) {
        margin-left: 51.42857%;
        margin-right: -100%;
        clear: none; }
      #volunteer-modal .modal-body .nf-form-content nf-field:nth-child(7), #volunteer-modal .modal-body .nf-form-content nf-field:nth-child(8) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      #volunteer-modal .modal-body .nf-form-content nf-field:last-child {
        overflow: hidden;
        *zoom: 1; }
        #volunteer-modal .modal-body .nf-form-content nf-field:last-child input[type="button"] {
          float: right; }
  #volunteer-modal .modal-footer {
    overflow: hidden;
    *zoom: 1; }
  #volunteer-modal .modal-footer {
    padding-bottom: 2.25em; }
    #volunteer-modal .modal-footer .footer-title {
      padding-top: 2.25em;
      padding-bottom: 1.5em; }
  #volunteer-modal .modal-footer .inner-content .address {
    width: 31.42857%;
    float: left; }
    #volunteer-modal .modal-footer .inner-content .address:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    #volunteer-modal .modal-footer .inner-content .address:nth-child(3n + 2) {
      margin-left: 34.28571%;
      margin-right: -100%;
      clear: none; }
    #volunteer-modal .modal-footer .inner-content .address:nth-child(3n + 3) {
      margin-left: 68.57143%;
      margin-right: -100%;
      clear: none; } }

@media (min-width: 0) and (max-width: 768px) {
  #volunteer-modal .modal-header .header-content {
    padding-top: 2.25em;
    padding-bottom: 1.5em;
    font-size: 1.125em;
    line-height: 1.33333em; }
  #volunteer-modal .modal-body {
    overflow: hidden;
    *zoom: 1;
    padding-top: 0.75em;
    padding-bottom: 1.5em; }
    #volunteer-modal .modal-body .nf-form-content nf-field:last-child {
      display: flex;
      justify-content: center; }
  #volunteer-modal .modal-footer {
    text-align: center;
    padding-bottom: 2.25em; }
    #volunteer-modal .modal-footer .footer-title {
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
    #volunteer-modal .modal-footer .address {
      padding-bottom: 1.5em; } }

.site-footer {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative; }
  @media (min-width: 0) and (max-width: 768px) {
    .site-footer {
      padding-top: 9em;
      padding-bottom: 10.5em; } }
  @media (min-width: 768px) {
    .site-footer {
      background: url("./img/footer-pattern.svg") no-repeat bottom right; } }
  @media (min-width: 0) and (max-width: 768px) {
    .site-footer > .container {
      max-width: none; } }
  .site-footer .site-identity {
    text-align: center; }
    @media (min-width: 0) and (max-width: 768px) {
      .site-footer .site-identity {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 1.5em; } }
    @media (min-width: 768px) {
      .site-footer .site-identity {
        width: 18.57143%;
        float: left;
        margin-right: 2.85714%; } }
    .site-footer .site-identity img {
      width: 150px; }
  .site-footer .copyright {
    margin-top: 1.5em;
    display: block;
    color: #C4C4C4;
    font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold; }
  .site-footer .footer-menus {
    overflow: hidden;
    *zoom: 1; }
    @media (min-width: 768px) {
      .site-footer .footer-menus {
        width: 57.14286%;
        float: left;
        margin-right: 2.85714%; } }
  @media (min-width: 0) and (max-width: 768px) {
    .site-footer .social-media {
      text-align: center;
      position: absolute;
      width: 100%;
      left: 0;
      top: 1.5em; } }
  @media (min-width: 768px) {
    .site-footer .social-media {
      width: 10%;
      float: left;
      margin-right: 2.85714%; } }
  @media (min-width: 768px) {
    .site-footer .menu > li {
      width: 31.42857%;
      float: left; }
      .site-footer .menu > li:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .site-footer .menu > li:nth-child(3n + 2) {
        margin-left: 34.28571%;
        margin-right: -100%;
        clear: none; }
      .site-footer .menu > li:nth-child(3n + 3) {
        margin-left: 68.57143%;
        margin-right: -100%;
        clear: none; } }
  .site-footer .menu > li > a {
    font-weight: bold;
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 0.75em;
    position: relative; }
    @media (min-width: 0) and (max-width: 768px) {
      .site-footer .menu > li > a {
        clear: both;
        width: 100%;
        float: left;
        padding-left: 2.77778%;
        padding-right: 2.77778%; } }
  .site-footer .menu .menu-item-has-children {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 1.5em; }
    @media (min-width: 0) and (max-width: 768px) {
      .site-footer .menu .menu-item-has-children {
        margin-top: 1.5em;
        border-bottom: 1px solid #DADADA; } }
    .site-footer .menu .menu-item-has-children.open-menu > a:after {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    @media (min-width: 0) and (max-width: 768px) {
      .site-footer .menu .menu-item-has-children > a:after {
        font-family: "mwp" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "a"; }
      .site-footer .menu .menu-item-has-children > a:after {
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 18px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); } }
  @media (min-width: 0) and (max-width: 768px) {
    .site-footer .menu .sub-menu {
      clear: both;
      width: 100%;
      float: left;
      padding-left: 2.77778%;
      padding-right: 2.77778%;
      display: none;
      background-color: #ececec; } }
  @media (min-width: 0) and (max-width: 768px) {
    .site-footer .menu .sub-menu li a {
      font-size: 1.0625em;
      line-height: 2.82353em; } }
  .site-footer .menu .sub-menu li a:hover {
    color: #ff5f29; }
  @media (min-width: 768px) {
    .site-footer .menu .sub-menu li {
      margin-bottom: 0.3em; } }

.nf-form-wrap {
  overflow: hidden;
  *zoom: 1; }
  .nf-form-wrap .nf-form-content,
  .nf-form-wrap nf-fields-wrap,
  .nf-form-wrap .nf-form-layout {
    overflow: hidden;
    *zoom: 1; }
  .nf-form-wrap .field-wrap .ninja-forms-field {
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif; }
    .nf-form-wrap .field-wrap .ninja-forms-field:focus {
      outline: none; }
  .nf-form-wrap .field-wrap input[type="button"] {
    height: auto !important; }
  @media (min-width: 768px) {
    .nf-form-wrap .field-wrap .ninja-forms-field {
      height: 60px;
      padding: 0 16px;
      font-size: 1.125em;
      line-height: 1.33333em; }
    .nf-form-wrap .field-wrap textarea {
      padding: 8px 16px !important;
      min-height: 100px; } }
  @media (min-width: 0) and (max-width: 768px) {
    .nf-form-wrap .field-wrap label {
      font-size: 0.875em;
      line-height: 1.71429em; }
    .nf-form-wrap .field-wrap .ninja-forms-field {
      height: 40px;
      padding: 0 8px;
      font-size: 0.875em;
      line-height: 1.71429em; }
    .nf-form-wrap .field-wrap textarea {
      padding: 8px 16px !important;
      min-height: 100px; } }

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.faq {
  background: url("img/xx-blue.svg") no-repeat; }
  @media (min-width: 768px) {
    .faq {
      background-position-x: -100px;
      background-position-y: 100px;
      padding-top: 4.5em;
      padding-bottom: 4.5em; }
      .faq .heading-two, .faq .page-template-privacy-and-policy .privacy-and-policy h2, .page-template-privacy-and-policy .privacy-and-policy .faq h2 {
        padding-bottom: 0.75em; } }
  @media (min-width: 0) and (max-width: 768px) {
    .faq {
      background-size: 100px;
      background-position-x: -50px;
      background-position-y: 100px;
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
      .faq .heading-two, .faq .page-template-privacy-and-policy .privacy-and-policy h2, .page-template-privacy-and-policy .privacy-and-policy .faq h2 {
        padding-bottom: 0.75em; } }

.accordion .accordion-item.active .icon-arrow-68 {
  transform: rotate(180deg);
  transition: transform .2s ease-in; }

.accordion .accordion-item:not(.active) .accordion-panel {
  display: none; }

.accordion .accordion-button {
  color: #ffffff;
  font-weight: 500;
  border-radius: 3px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: all .1s ease-out; }
  .accordion .accordion-button:hover {
    background: #dc3700 !important;
    transition: all .3s ease-in; }
  .accordion .accordion-button .icon-arrow-68 {
    margin-left: auto;
    transform: rotate(90deg);
    transition: transform .2s ease-out; }

.accordion.primary .accordion-button {
  background: #ff5f29; }

@media (min-width: 768px) {
  .accordion .accordion-item {
    margin-bottom: 16px; }
  .accordion .accordion-button {
    padding: 16px 24px;
    font-size: 1.25em;
    line-height: 1.2em; }
  .accordion .accordion-panel {
    padding: 24px 48px; } }

@media (min-width: 0) and (max-width: 768px) {
  .accordion .accordion-item {
    margin-bottom: 16px; }
  .accordion .accordion-button {
    padding: 8px 16px; }
  .accordion .accordion-panel {
    padding: 16px 24px; } }

.contact-form {
  background: url("img/xx-orange.svg") no-repeat; }
  @media (min-width: 768px) {
    .contact-form {
      background-position-x: -100px;
      background-position-y: 100px; }
      .contact-form .nf-form-content nf-field:not(:last-child) {
        width: 48.57143%;
        float: left; }
        .contact-form .nf-form-content nf-field:not(:last-child):nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .contact-form .nf-form-content nf-field:not(:last-child):nth-child(2n + 2) {
          margin-left: 51.42857%;
          margin-right: -100%;
          clear: none; }
      .contact-form .nf-form-content nf-field:nth-child(5) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .contact-form .nf-form-content nf-field:last-child {
        overflow: hidden;
        *zoom: 1; }
        .contact-form .nf-form-content nf-field:last-child input[type="button"] {
          float: right; }
      .contact-form .heading-two, .contact-form .page-template-privacy-and-policy .privacy-and-policy h2, .page-template-privacy-and-policy .privacy-and-policy .contact-form h2 {
        padding-bottom: 0.75em; } }
  @media (min-width: 0) and (max-width: 768px) {
    .contact-form {
      background-size: 100px;
      background-position-x: -50px;
      background-position-y: 100px; }
      .contact-form .heading-two, .contact-form .page-template-privacy-and-policy .privacy-and-policy h2, .page-template-privacy-and-policy .privacy-and-policy .contact-form h2 {
        padding-bottom: 0.75em; }
      .contact-form .nf-form-content nf-field:last-child {
        display: flex;
        justify-content: center; } }

.support-and-address .container {
  overflow: hidden;
  *zoom: 1;
  border-radius: 5px;
  background: #eaeaea; }

.support-and-address .member {
  display: flex; }
  .support-and-address .member img {
    border-radius: 50%;
    overflow: hidden; }

@media (min-width: 768px) {
  .support-and-address {
    padding-top: 4.5em;
    padding-bottom: 4.5em; }
    .support-and-address .member {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .support-and-address .member img {
        margin-right: 16px; }
    .support-and-address .container {
      padding: 32px 48px; }
    .support-and-address h2 {
      padding-bottom: 0.45em; }
    .support-and-address .support-column {
      width: 22.85714%;
      float: left; }
      .support-and-address .support-column:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .support-and-address .support-column:nth-child(4n + 2) {
        margin-left: 25.71429%;
        margin-right: -100%;
        clear: none; }
      .support-and-address .support-column:nth-child(4n + 3) {
        margin-left: 51.42857%;
        margin-right: -100%;
        clear: none; }
      .support-and-address .support-column:nth-child(4n + 4) {
        margin-left: 77.14286%;
        margin-right: -100%;
        clear: none; } }

@media (min-width: 0) and (max-width: 768px) {
  .support-and-address {
    padding-top: 3em;
    padding-bottom: 3em; }
    .support-and-address .container {
      padding: 24px 0; }
    .support-and-address .member {
      justify-content: flex-start;
      align-items: center;
      flex-flow: column; }
    .support-and-address .support-column {
      padding-bottom: 1.5em; }
    .support-and-address h2 {
      text-align: center;
      padding-bottom: 0.3em; }
    .support-and-address p {
      text-align: center; } }

.page-template-matchmaking .logo.white, .page-template-matchmaking .logo.black {
  display: none; }

.page-template-matchmaking .logo.blue-bg {
  display: block !important; }

.page-template-matchmaking #main {
  position: relative; }
  .page-template-matchmaking #main .progress-bar {
    opacity: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 51px; }
    @media (min-width: 0) and (max-width: 768px) {
      .page-template-matchmaking #main .progress-bar {
        top: 35px; } }
    .page-template-matchmaking #main .progress-bar .bar {
      width: 20%;
      height: 2px;
      position: relative;
      background-color: #fff;
      text-align: center;
      font-size: 12px;
      color: #fff; }
      .page-template-matchmaking #main .progress-bar .bar .progress {
        width: 10%;
        height: 2px;
        position: absolute;
        background-color: #ff5f29;
        transition: width .7s ease-in-out; }

.matchmaking {
  display: flex;
  align-items: center;
  background-color: #4fbee7;
  visibility: hidden;
  letter-spacing: 1px;
  color: #fff;
  overflow: hidden; }
  @media (min-width: 0) and (max-width: 768px) {
    .matchmaking {
      padding-bottom: 40px; } }
  @media (min-width: 0) and (max-width: 768px) {
    .matchmaking .container {
      margin-top: 35px; } }
  .matchmaking .container p, .matchmaking .container label {
    font-weight: 500; }
  .matchmaking .container .col {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    opacity: 0; }
    @media (min-width: 0) and (max-width: 768px) {
      .matchmaking .container .col {
        width: 100%;
        text-align: center; } }
    .matchmaking .container .col .btn {
      color: #fff;
      outline: none;
      font-size: 14px;
      letter-spacing: 0.5px; }
  .matchmaking .container .item {
    display: flex; }
    @media (min-width: 0) and (max-width: 768px) {
      .matchmaking .container .item {
        flex-direction: column; } }
    .matchmaking .container .item .col:first-child {
      padding: 40px; }
    .matchmaking .container .item.intro .col:last-child {
      flex-direction: column;
      align-items: flex-start; }
      @media (min-width: 0) and (max-width: 768px) {
        .matchmaking .container .item.intro .col:last-child {
          align-items: center; } }
      .matchmaking .container .item.intro .col:last-child h1 {
        font-size: 2.375em;
        line-height: 1.26316em;
        margin-bottom: 0.15em; }
      .matchmaking .container .item.intro .col:last-child p {
        font-size: 1.125em;
        line-height: 1.33333em;
        margin-bottom: 2.25em; }
    .matchmaking .container .item.quiz .col:last-child {
      flex-direction: column;
      align-items: flex-start; }
      @media (min-width: 0) and (max-width: 768px) {
        .matchmaking .container .item.quiz .col:last-child {
          align-items: center; } }
      .matchmaking .container .item.quiz .col:last-child p {
        margin-bottom: 1.5em;
        font-size: 1.125em;
        line-height: 1.33333em;
        font-weight: bold; }
        @media (min-width: 0) and (max-width: 768px) {
          .matchmaking .container .item.quiz .col:last-child p {
            margin-bottom: 1.05em;
            font-size: 1.5625em;
            line-height: 1.44em; } }
      .matchmaking .container .item.quiz .col:last-child .answers {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%; }
        .matchmaking .container .item.quiz .col:last-child .answers .btn {
          border-radius: 20px;
          padding: 10px;
          border: none;
          width: 30%;
          margin: 5px;
          font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
          font-weight: bold;
          margin-bottom: 15px;
          cursor: pointer; }
          @media (min-width: 0) and (max-width: 768px) {
            .matchmaking .container .item.quiz .col:last-child .answers .btn {
              width: 46%;
              font-size: 18px;
              border: 1px solid #fff;
              margin-bottom: 20px; } }
        .matchmaking .container .item.quiz .col:last-child .answers .img-answer {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 30%;
          margin-bottom: 20px; }
          @media (min-width: 0) and (max-width: 768px) {
            .matchmaking .container .item.quiz .col:last-child .answers .img-answer {
              width: 46%; } }
          .matchmaking .container .item.quiz .col:last-child .answers .img-answer a {
            display: flex;
            width: 100%;
            flex-flow: column; }
            .matchmaking .container .item.quiz .col:last-child .answers .img-answer a img {
              width: 100%; }
            .matchmaking .container .item.quiz .col:last-child .answers .img-answer a p {
              font-size: 0.875em;
              line-height: 1.2em;
              font-weight: 500 !important;
              text-align: center;
              padding: 15px 10px;
              border: 1px solid #fff;
              min-height: 65px;
              display: flex;
              justify-content: center;
              align-items: center; }
            .matchmaking .container .item.quiz .col:last-child .answers .img-answer a:active p {
              background-color: #fff;
              color: #ff5f29; }
        @media (min-width: 768px) {
          .matchmaking .container .item.quiz .col:last-child .answers button {
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25); } }
    .matchmaking .container .item.form .col:last-child {
      flex-direction: column;
      align-items: flex-start; }
      .matchmaking .container .item.form .col:last-child p {
        font-size: 1.125em;
        line-height: 0.93333em;
        font-weight: bold;
        margin-bottom: 1.5em; }
        @media (min-width: 0) and (max-width: 768px) {
          .matchmaking .container .item.form .col:last-child p {
            font-size: 1.125em;
            line-height: 1.33333em; } }
      .matchmaking .container .item.form .col:last-child label {
        margin-bottom: 0.3em; }
        @media (min-width: 0) and (max-width: 768px) {
          .matchmaking .container .item.form .col:last-child label {
            width: 100%;
            text-align: left;
            display: inline-block; } }
      .matchmaking .container .item.form .col:last-child input[type=text], .matchmaking .container .item.form .col:last-child input[type=email] {
        width: 100%;
        background: rgba(255, 255, 255, 0.7);
        border: none;
        border-radius: 5px;
        padding: 10px;
        font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 0.75em; }
      .matchmaking .container .item.form .col:last-child .btn {
        border-radius: 20px;
        padding: 10px;
        border: none;
        width: 30%;
        margin: 5px;
        font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        margin-top: 2.25em;
        background-color: #17A454; }
        .matchmaking .container .item.form .col:last-child .btn:disabled {
          background-color: #B4B3B3; }
        @media (min-width: 0) and (max-width: 768px) {
          .matchmaking .container .item.form .col:last-child .btn {
            width: 46%;
            font-size: 18px;
            border: 1px solid #B4B3B3;
            margin-bottom: 20px; } }
    .matchmaking .container .item.result .col:last-child {
      flex-direction: column; }
      .matchmaking .container .item.result .col:last-child .top {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.8em;
        padding-bottom: 1.8em;
        border-bottom: 1px solid #fff; }
        .matchmaking .container .item.result .col:last-child .top h1 {
          font-size: 1.875em;
          line-height: 1.2em;
          margin-bottom: 0.75em; }
        .matchmaking .container .item.result .col:last-child .top p {
          font-size: 1.25em;
          line-height: 1.2em;
          font-weight: bold;
          text-align: center;
          padding: 0 20px; }
      .matchmaking .container .item.result .col:last-child .middle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 3em; }
        .matchmaking .container .item.result .col:last-child .middle p {
          margin-bottom: 0.75em; }
        .matchmaking .container .item.result .col:last-child .middle .share-area {
          width: 50%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .matchmaking .container .item.result .col:last-child .middle .share-area a {
            display: flex;
            justify-content: center;
            align-items: center; }
      .matchmaking .container .item.result .col:last-child .bottom {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        .matchmaking .container .item.result .col:last-child .bottom a {
          display: flex;
          font-weight: 500; }
          .matchmaking .container .item.result .col:last-child .bottom a:first-child img {
            margin-right: 10px; }
          .matchmaking .container .item.result .col:last-child .bottom a:last-child {
            flex-direction: row-reverse; }
            .matchmaking .container .item.result .col:last-child .bottom a:last-child img {
              margin-left: 10px; }
        @media (min-width: 0) and (max-width: 768px) {
          .matchmaking .container .item.result .col:last-child .bottom {
            margin-bottom: 3em; } }
  .matchmaking .container .button, .matchmaking .container .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .matchmaking .container input[type="button"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    @media (min-width: 0) and (max-width: 768px) {
      .matchmaking .container .button, .matchmaking .container .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .matchmaking .container input[type="button"] {
        font-size: 14px; } }
    .matchmaking .container .button img, .matchmaking .container .nf-form-wrap .field-wrap input[type="button"] img, .nf-form-wrap .field-wrap .matchmaking .container input[type="button"] img {
      margin-left: 20px; }

@media (min-width: 0) and (max-width: 768px) {
  .support-project h4 {
    text-align: center;
    margin-top: 32px; } }

.support-project-sidebar {
  display: flex;
  flex-flow: row wrap; }
  @media (min-width: 0) and (max-width: 768px) {
    .support-project-sidebar {
      justify-content: center; } }
  .support-project-sidebar .button, .support-project-sidebar .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .support-project-sidebar input[type="button"] {
    margin-top: 0; }
    @media (min-width: 768px) {
      .support-project-sidebar .button, .support-project-sidebar .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .support-project-sidebar input[type="button"] {
        margin-right: 16px !important; }
        .support-project-sidebar .button:last-child, .support-project-sidebar .nf-form-wrap .field-wrap input:last-child[type="button"], .nf-form-wrap .field-wrap .support-project-sidebar input:last-child[type="button"] {
          margin-right: 0 !important; } }
    @media (min-width: 0) and (max-width: 768px) {
      .support-project-sidebar .button, .support-project-sidebar .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .support-project-sidebar input[type="button"] {
        margin-bottom: 16px !important;
        width: 90%;
        text-align: center; } }

.quiz-shop-card {
  background: #ff5f29;
  border-radius: 10px;
  padding: 42px 25px;
  display: flex; }
  @media (min-width: 0) and (max-width: 768px) {
    .quiz-shop-card {
      flex-direction: column; }
      .quiz-shop-card:not(:last-child) {
        margin-bottom: 24px; } }
  .quiz-shop-card-info {
    display: flex;
    flex-direction: column; }
    .quiz-shop-card-info h2 {
      font-size: 48px;
      line-height: 1;
      margin-bottom: 24px; }
      @media (min-width: 0) and (max-width: 768px) {
        .quiz-shop-card-info h2 {
          font-size: 42px;
          margin-bottom: 16px;
          line-height: 1.1; } }
    .quiz-shop-card-info .button, .quiz-shop-card-info .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .quiz-shop-card-info input[type="button"] {
      margin-top: auto;
      align-self: flex-start;
      display: flex;
      align-items: center; }
      .quiz-shop-card-info .button img, .quiz-shop-card-info .nf-form-wrap .field-wrap input[type="button"] img, .nf-form-wrap .field-wrap .quiz-shop-card-info input[type="button"] img {
        margin-left: 8px; }
    @media (min-width: 768px) {
      .quiz-shop-card-info {
        max-width: 50%;
        width: 50%; } }
    @media (min-width: 0) and (max-width: 768px) {
      .quiz-shop-card-info {
        order: 2; } }
  .quiz-shop-card-figure {
    height: 225px;
    width: auto;
    margin-left: auto; }
    .quiz-shop-card-figure img {
      height: 100%;
      width: auto; }
    @media (min-width: 0) and (max-width: 768px) {
      .quiz-shop-card-figure {
        order: 1;
        margin-right: auto;
        margin-bottom: 24px;
        height: 190px; } }

.quick-menu {
  height: 45px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 14px; }
  .quick-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
  .quick-menu-item {
    display: flex;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 24px; }
    .quick-menu-item [class^=icon] {
      font-size: 1.3rem;
      display: flex;
      align-items: center; }
  .quick-menu .shop-bag {
    position: relative;
    cursor: pointer; }
    .quick-menu .shop-bag-count {
      position: absolute;
      display: flex;
      width: 18px;
      height: 18px;
      justify-content: center;
      align-items: center;
      border-radius: 9px;
      color: #ffffff;
      background-color: #ff5f29;
      top: 0;
      right: 0;
      line-height: 1px;
      font-size: 12px; }
    .quick-menu .shop-bag > li {
      list-style: none; }
      .quick-menu .shop-bag > li:first-child .cart-contents {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .quick-menu .shop-bag > li:first-child .cart-contents.empty .count {
          display: none; }
      .quick-menu .shop-bag > li:first-child .count {
        font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
        position: absolute;
        border: solid 2px #ffffff;
        background-color: #ff5f29;
        color: #fff;
        top: 0;
        right: 0;
        transform: translate(10%, 10%);
        border-radius: 12px;
        text-align: center;
        font-style: initial;
        font-size: 10px;
        line-height: 1.6;
        font-weight: 700;
        padding: 0 6px; }
      .quick-menu .shop-bag > li:first-child .amount {
        display: none; }
      .quick-menu .shop-bag > li:last-child {
        position: absolute;
        top: 0;
        right: 0;
        visibility: hidden; }
        @media (min-width: 768px) {
          .quick-menu .shop-bag > li:last-child {
            top: 40px; } }
        @media (min-width: 0) and (max-width: 768px) {
          .quick-menu .shop-bag > li:last-child {
            top: 25px; } }
        .quick-menu .shop-bag > li:last-child.hide {
          display: none;
          pointer-events: none; }
        .quick-menu .shop-bag > li:last-child.show {
          display: block; }
      .quick-menu .shop-bag > li .widget_shopping_cart {
        background: #ffffff;
        border: 1px solid #DADADA;
        box-shadow: 0px 3px 4px rgba(86, 86, 86, 0.25);
        min-width: 300px;
        border-radius: 8px;
        padding: 16px; }
        @media (min-width: 0) and (max-width: 768px) {
          .quick-menu .shop-bag > li .widget_shopping_cart {
            max-height: 88vh; } }
    .quick-menu .shop-bag .widget_shopping_cart_content .mini-cart-heading {
      color: #59595b;
      margin-bottom: 16px; }
      .quick-menu .shop-bag .widget_shopping_cart_content .mini-cart-heading h3 {
        font-size: 1rem; }
    .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list {
      list-style: none;
      padding-left: 0;
      max-height: 450px;
      overflow-x: auto; }
      .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini_cart_item {
        padding: 16px 0;
        border-top: 1px solid #C4C4C4;
        overflow: hidden;
        *zoom: 1; }
        .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini_cart_item:last-child {
          border-bottom: 1px solid #C4C4C4; }
      .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini-cart-thumbs {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%;
        border-radius: 3px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 3px; }
        .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini-cart-thumbs a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 80px;
          height: 80px;
          overflow: hidden;
          border-radius: 3px; }
        .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini-cart-thumbs img {
          max-width: 100%;
          width: 100%;
          height: auto; }
      .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini-cart-meta {
        width: 40%;
        float: left;
        margin-right: 2.85714%; }
        .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini-cart-meta p {
          margin-top: 0px;
          margin-bottom: 8px;
          line-height: 1rem;
          color: #444444 !important; }
        .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini-cart-meta .quantity input {
          font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif; }
        .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini-cart-meta .quantity .qty_button {
          width: 20px !important;
          height: 20px !important;
          padding: 0 0 3px 0 !important;
          line-height: 0; }
      .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini-cart-actions {
        float: right; }
        .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini-cart-actions .remove {
          width: 100% !important;
          position: relative;
          font-size: .875em;
          font-weight: normal;
          text-transform: capitalize; }
      @media (min-width: 0) and (max-width: 768px) {
        .quick-menu .shop-bag .widget_shopping_cart_content .woocommerce-mini-cart.cart_list {
          max-height: 340px; } }
    .quick-menu .shop-bag .woocommerce-mini-cart__total {
      margin: 0;
      border-bottom: 1px solid #C4C4C4;
      border-top: none;
      padding: 16px 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: #444444 !important; }
      .quick-menu .shop-bag .woocommerce-mini-cart__total .amount {
        margin-left: auto; }
    .quick-menu .shop-bag .woocommerce-mini-cart__buttons {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0;
      margin-top: 16px; }
      .quick-menu .shop-bag .woocommerce-mini-cart__buttons .checkout {
        margin-left: auto;
        background: #ff5f29;
        color: #ffffff;
        border: 1px solid #ff5f29; }
      .quick-menu .shop-bag .woocommerce-mini-cart__buttons a:not(.checkout) {
        background: #ffffff;
        border: 1px solid #ff5f29;
        color: #ff5f29; }
      .quick-menu .shop-bag .woocommerce-mini-cart__buttons a {
        height: 33px;
        border-radius: 17.5px;
        padding: 0 24px !important;
        font-size: .8rem;
        line-height: 31px; }
    .quick-menu .shop-bag .mini-cart-empty {
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center; }
      .quick-menu .shop-bag .mini-cart-empty p {
        text-align: center;
        margin-top: 24px; }
      .quick-menu .shop-bag .mini-cart-empty .btn {
        height: 40px;
        line-height: 40px;
        margin-top: 24px; }
  .quick-menu .my-acc {
    position: relative; }
    .quick-menu .my-acc:hover .user-menu {
      display: block; }
    .quick-menu .my-acc .user-menu {
      display: none;
      position: absolute;
      top: 40px;
      right: 0; }
      @media (min-width: 768px) {
        .quick-menu .my-acc .user-menu .woocommerce-MyAccount-navigation-link--customer-logout {
          display: block; } }

.mini-cart-empty {
  color: #59595b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 16px; }
  .mini-cart-empty .icon-shop {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 1.5rem; }
  .mini-cart-empty h4 {
    font-size: 18px; }
  .mini-cart-empty p {
    font-size: 14px; }
  .mini-cart-empty .button, .mini-cart-empty .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .mini-cart-empty input[type="button"] {
    margin-top: 16px !important; }

.cart-empty {
  color: #59595b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 16px;
  min-height: 50vh; }
  .cart-empty .icon-shop {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 2rem; }
  .cart-empty h4 {
    font-size: 18px; }
  .cart-empty p {
    font-size: 14px; }
  .cart-empty .button, .cart-empty .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .cart-empty input[type="button"] {
    margin-top: 16px !important;
    line-height: 40px !important; }

.mwp-search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 1000;
  transition: all .2s ease-out;
  z-index: 9999; }
  @media (min-width: 0) and (max-width: 768px) {
    .mwp-search {
      display: none; } }
  @media (min-width: 768px) {
    .mwp-search {
      transform: translateY(-75px);
      opacity: 0; } }
  @media (min-width: 0) and (max-width: 768px) {
    .mwp-search.show {
      display: block; } }
  @media (min-width: 768px) {
    .mwp-search.show {
      transform: translateY(0);
      opacity: 1;
      transition: all .2s ease-in; } }
  .mwp-search-wrapper {
    width: 100%; }
  .mwp-search-form {
    height: 75px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (min-width: 0) and (max-width: 768px) {
      .mwp-search-form {
        flex-direction: column;
        height: 145px;
        justify-content: center; } }
    .mwp-search-form-wrapper {
      flex: auto;
      position: relative; }
      @media (min-width: 0) and (max-width: 768px) {
        .mwp-search-form-wrapper {
          flex: none;
          order: 2;
          width: 100%; } }
    .mwp-search-form-input {
      border: 1px solid #C4C4C4;
      height: 50px;
      border-radius: 5px;
      padding: 0 16px;
      font-size: 16px;
      width: 100%;
      font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif; }
      .mwp-search-form-input:focus, .mwp-search-form-input:active {
        outline: none; }
    .mwp-search-form-clear {
      position: absolute;
      height: 50px;
      width: 50px;
      top: 0;
      right: 0;
      justify-content: center;
      align-items: center;
      color: #C4C4C4;
      display: none;
      cursor: pointer; }
      .mwp-search-form-clear.show {
        display: flex; }
    .mwp-search-form-close {
      color: #4fbee7;
      font-weight: bold;
      padding-left: 24px;
      cursor: pointer; }
      @media (min-width: 0) and (max-width: 768px) {
        .mwp-search-form-close {
          order: 1;
          padding-left: 0;
          margin-left: auto;
          margin-bottom: 24px; } }
    @media (min-width: 0) and (max-width: 768px) {
      .mwp-search-form-desktop .mwp-search-form-clear,
      .mwp-search-form-desktop .mwp-search-form-input {
        margin-top: 3px; } }
  .mwp-search-result {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 0; }
    .mwp-search-result.show {
      display: flex; }
      @media (min-width: 0) and (max-width: 768px) {
        .mwp-search-result.show {
          flex-flow: column;
          align-items: stretch;
          overflow-y: auto;
          height: calc(100vh - 145px);
          margin: 0 -20px;
          padding: 24px; } }
    @media (min-width: 768px) {
      .mwp-search-result-section {
        width: 33.33%;
        padding-right: 48px; } }
    .mwp-search-result-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 0; }
      .mwp-search-result-header-title {
        font-size: 1.5rem; }
      .mwp-search-result-header-link {
        color: #4fbee7;
        font-size: 14px;
        font-weight: bold; }
  .mwp-search-empty {
    display: none; }
    .mwp-search-empty.show {
      display: block; }
  .mwp-search-loader {
    display: none; }
    .mwp-search-loader.show {
      display: block; }

.search-result-thumbnail {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.5em;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center; }
  .search-result-thumbnail .post-thumbnail {
    height: 60px;
    width: 80px;
    min-width: 80px; }
  .search-result-thumbnail .post-thumbnail a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 75%;
    position: relative; }
    .search-result-thumbnail .post-thumbnail a > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
  .search-result-thumbnail .inner-content {
    padding-left: 20px; }
  .search-result-thumbnail h2 {
    font-size: 1.2rem;
    line-height: 1; }

.woocommerce-product-gallery {
  position: relative;
  width: 100% !important;
  float: none !important;
  margin: 0 !important; }
  .woocommerce-product-gallery .flex-viewport {
    height: 100% !important; }
  .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    padding: 0;
    margin: 0; }
  .woocommerce-product-gallery .woocommerce-product-gallery__image {
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%; }
    .woocommerce-product-gallery .woocommerce-product-gallery__image a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .woocommerce-product-gallery .woocommerce-product-gallery__image img {
      height: 100%;
      width: auto !important; }
  .woocommerce-product-gallery .flex-control-thumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .woocommerce-product-gallery .flex-control-thumbs li {
      list-style: none;
      margin: 0 5px !important;
      overflow: hidden;
      border-radius: 3px;
      max-height: 40px;
      max-width: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .woocommerce-product-gallery .flex-control-thumbs li img {
        max-width: 40px;
        border-radius: 3px;
        border: 1px solid transparent; }
        .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          border-color: #ff5f29; }
  @media (min-width: 768px) {
    .woocommerce-product-gallery .woocommerce-product-gallery__image {
      height: 650px !important; }
      .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child img {
        min-height: 650px;
        width: auto !important; } }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-product-gallery {
      max-width: 100%; }
      .woocommerce-product-gallery .flex-control-thumbs {
        display: none; }
      .woocommerce-product-gallery .woocommerce-product-gallery__image {
        height: 400px !important; }
        .woocommerce-product-gallery .woocommerce-product-gallery__image img {
          width: 100% !important;
          height: auto; } }

.woocommerce div.product div.summary {
  width: 30.76923%;
  float: left;
  margin-right: 3.84615%;
  margin: 0; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product div.summary {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.woocommerce div.product .product_title {
  font-size: 3em;
  line-height: 1.125em; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product .product_title {
      font-size: 2.25em;
      line-height: 1em; } }

.woocommerce div.product p.price {
  font-size: 1.5em;
  line-height: 1em;
  color: #444444; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product p.price {
      font-size: 1.25em; } }

.woocommerce div.product p.stock {
  display: none; }

.woocommerce div.product.outofstock p.stock {
  display: block;
  margin-top: 16px; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product.outofstock p.stock {
      text-align: center; } }

.woocommerce div.product form.cart {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0; }
  .woocommerce div.product form.cart .variations tbody tr {
    border-bottom: 1px solid #C4C4C4; }
    .woocommerce div.product form.cart .variations tbody tr td {
      display: block; }
      .woocommerce div.product form.cart .variations tbody tr td.label {
        margin-top: 8px;
        padding: 0; }
      .woocommerce div.product form.cart .variations tbody tr td.value {
        padding-bottom: 24px;
        padding-top: 8px; }
      .woocommerce div.product form.cart .variations tbody tr td label {
        color: #6d6d6d;
        font-size: 1.125em;
        font-weight: normal;
        line-height: 1.125em; }
  .woocommerce div.product form.cart .reset_variations {
    display: none !important; }

.woocommerce div.product.product-type-simple form.cart {
  display: block;
  margin-top: 1em; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product.product-type-simple form.cart {
      display: flex;
      align-items: center; } }
  .woocommerce div.product.product-type-simple form.cart .button, .woocommerce div.product.product-type-simple form.cart .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .woocommerce div.product.product-type-simple form.cart input[type="button"] {
    float: right; }

.woocommerce div.product.product-type-simple .woocommerce-Price-amount {
  display: flex;
  flex-flow: column; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product.product-type-simple .woocommerce-Price-amount {
      display: block; } }
  .woocommerce div.product.product-type-simple .woocommerce-Price-amount del {
    color: #444444;
    opacity: 1 !important;
    margin-bottom: 16px; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce div.product.product-type-simple .woocommerce-Price-amount del {
        display: block; } }
    .woocommerce div.product.product-type-simple .woocommerce-Price-amount del .amount {
      display: block; }
  .woocommerce div.product.product-type-simple .woocommerce-Price-amount ins {
    color: #ff5f29 !important;
    text-decoration: none !important; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce div.product.product-type-simple .woocommerce-Price-amount ins {
        display: block; } }
    .woocommerce div.product.product-type-simple .woocommerce-Price-amount ins .amount {
      display: block; }

.woocommerce button.button,
.woocommerce a.button {
  border: 1px solid #ff5f29;
  border-radius: 20px;
  background-color: #ff5f29;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  padding: 0px 40px !important;
  line-height: 33px;
  font-size: 11px;
  letter-spacing: 0.05rem;
  cursor: pointer; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce button.button,
    .woocommerce a.button {
      width: 260px;
      height: 40px;
      line-height: 40px;
      text-align: center; } }
  .woocommerce button.button:hover,
  .woocommerce a.button:hover {
    color: #ff5f29;
    background: white;
    border: 1px solid #ff5f29; }
  .woocommerce button.button.ghost,
  .woocommerce a.button.ghost {
    border: 1px solid #ff5f29;
    background-color: transparent !important;
    color: #ff5f29 !important;
    padding: 0 32px !important; }
    .woocommerce button.button.ghost:hover,
    .woocommerce a.button.ghost:hover {
      background-color: #fff; }
  .woocommerce button.button.alt,
  .woocommerce a.button.alt {
    background-color: #ff5f29;
    border: 1px solid #ff5f29;
    color: white; }
    .woocommerce button.button.alt:hover,
    .woocommerce a.button.alt:hover {
      color: #ff5f29;
      background: white;
      border: 1px solid #ff5f29; }
  .woocommerce button.button.alt.disabled,
  .woocommerce a.button.alt.disabled {
    background-color: #ff5f29;
    color: white; }
    .woocommerce button.button.alt.disabled:hover,
    .woocommerce a.button.alt.disabled:hover {
      background-color: #ff5f29;
      color: white; }

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  height: auto;
  width: 100%;
  background: #3EADDB;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 5px 3em;
  margin: 0; }
  .woocommerce .woocommerce-message::before,
  .woocommerce .woocommerce-error::before {
    display: none; }

.woocommerce .woocommerce-error {
  background: #C4C4C4;
  color: #444444; }

.woocommerce form.login {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0;
  margin: 0 0 24px;
  padding: 0; }
  .woocommerce form.login .checkout-login {
    width: 50%;
    padding-bottom: 16px; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce form.login .checkout-login {
        width: 100%; } }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce form.login .checkout-login .form-row {
        margin-bottom: 24px; }
        .woocommerce form.login .checkout-login .form-row:nth-child(3) {
          width: 50%;
          float: left; }
        .woocommerce form.login .checkout-login .form-row:nth-child(4) {
          width: 50%;
          float: right;
          text-align: right; } }

.woocommerce form .form-row {
  padding: 0;
  margin: 0; }
  .woocommerce form .form-row label {
    font-weight: 500;
    line-height: 1.5em; }
    .woocommerce form .form-row label.woocommerce-form-login__rememberme {
      font-size: .75em;
      line-height: .792em; }
  .woocommerce form .form-row input.input-text {
    padding: 8px;
    font-size: 1em;
    color: #444444;
    border: 1px solid #C4C4C4;
    border-radius: 2px; }
  .woocommerce form .form-row strong {
    display: block;
    padding: 4px 8px;
    font-size: 1em;
    color: #444444;
    border: 1px solid #C4C4C4;
    border-radius: 2px; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce form .form-row select {
      background-color: transparent;
      border: 1px solid #C4C4C4;
      font-size: .875em;
      height: 36px; } }
  .woocommerce form .form-row .select2-container .select2-selection--single {
    height: 38px; }
    .woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
      padding-top: 5px;
      padding-bottom: 5px; }
    .woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
      height: 37px; }
  .woocommerce form .form-row .lostpass {
    color: #3EADDB;
    font-size: .75em;
    line-height: .792em; }
  .woocommerce form .form-row.form-btn {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 48px; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce form .form-row.form-btn {
        flex-flow: column;
        justify-content: center;
        margin-bottom: 48px !important; } }
    .woocommerce form .form-row.form-btn p:first-child {
      margin-right: 24px; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce form .form-row.form-btn p:first-child {
          margin-right: 0;
          margin-bottom: 24px; } }
    .woocommerce form .form-row.form-btn p a {
      color: #3EADDB; }
  .woocommerce form .form-row.woocommerce-invalid label {
    color: #ff5f29; }
  .woocommerce form .form-row.woocommerce-invalid input.input-text {
    border-color: #ff5f29; }

.woocommerce .woocommerce-form__label-for-checkbox {
  cursor: pointer; }

.woocommerce .cart-collaterals .blockOverlay {
  display: none !important; }

.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
  margin: 0; }
  .woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
    margin-right: 8px;
    margin-left: 8px; }
    .woocommerce nav.woocommerce-pagination ul li .page-numbers {
      background-color: transparent;
      font-size: 1.125em;
      color: #666666;
      text-decoration: underline; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce nav.woocommerce-pagination ul li .page-numbers {
          font-size: 1em; } }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
        background-color: transparent;
        color: #ff5f29;
        font-weight: bold;
        text-decoration: none; }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers.current:hover {
          color: #ff5f29; }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
        background-color: transparent;
        color: #444444; }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers:focus {
        background: transparent;
        color: #444444; }

.mwp-form-horizontal {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .mwp-form-horizontal .mwp-form-group {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .mwp-form-horizontal .mwp-form-group {
        width: 48%; } }
    @media (min-width: 0) and (max-width: 768px) {
      .mwp-form-horizontal .mwp-form-group {
        width: 100%; } }

.mwp-form-group {
  display: flex;
  flex-direction: column; }
  .mwp-form-group-block {
    width: 100% !important; }
  .mwp-form-group.error input {
    border-color: #ff5f29; }
  .mwp-form-group.error .hint-msg,
  .mwp-form-group.error .error-msg {
    display: block; }
  .mwp-form-group .error-msg,
  .mwp-form-group .hint-msg {
    font-size: 12px;
    font-weight: 500;
    display: none;
    line-height: 1.4; }
  .mwp-form-group .error-msg {
    color: #ff5f29; }
  .mwp-form-group .hint-msg {
    margin-top: 16px; }

.mwp-form-input {
  height: 45px;
  border-radius: 2px;
  border: 1px solid #C4C4C4;
  font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  padding: 0 8px;
  color: #444444; }
  .mwp-form-input-file input {
    display: none; }
  .mwp-form-input-file span {
    display: inline-block; }
  .mwp-form-input-file-label {
    border: 2px solid #ff5f29;
    padding: 8px 16px;
    border-radius: 20px;
    color: #ff5f29;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 8px; }
  .mwp-form-input-file-value {
    color: #4fbee7; }

.mwp-form-textarea {
  border-radius: 2px;
  border: 1px solid #C4C4C4;
  font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  padding: 5px 8px;
  width: 100%; }

.mwp-form-label {
  font-weight: 500;
  margin-bottom: calc(16px / 2); }
  .mwp-form-label-helper {
    color: #C4C4C4; }

.mwp-form-forget {
  color: #4fbee7;
  font-size: .85;
  font-weight: 500; }

.mwp-form-caption {
  margin-top: 48px; }

.mwp-form-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 32px; }

.mwp-form-heading {
  color: #ff5f29;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center; }

.mwp-form-subheading {
  text-align: center; }
  .mwp-form-subheading a {
    color: #4fbee7;
    font-weight: bold; }

.mwp-form-group-block {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important; }
  .mwp-form-group-block-left {
    align-items: flex-start; }
  @media (min-width: 768px) {
    .mwp-form-group-block .button, .mwp-form-group-block .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .mwp-form-group-block input[type="button"] {
      width: 50%;
      min-width: 320px; } }
  @media (min-width: 0) and (max-width: 768px) {
    .mwp-form-group-block .button, .mwp-form-group-block .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .mwp-form-group-block input[type="button"] {
      width: 90%; } }

.mwp-form-loader {
  display: none; }
  .mwp-form-loader.show {
    display: block; }

.mwp-form-checkbox {
  cursor: pointer; }

.woocommerce-product-gallery {
  position: relative;
  width: 100% !important;
  float: none !important;
  margin: 0 !important; }
  .woocommerce-product-gallery .flex-viewport {
    height: 100% !important; }
  .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    padding: 0;
    margin: 0; }
  .woocommerce-product-gallery .woocommerce-product-gallery__image {
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%; }
    .woocommerce-product-gallery .woocommerce-product-gallery__image a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .woocommerce-product-gallery .woocommerce-product-gallery__image img {
      height: 100%;
      width: auto !important; }
  .woocommerce-product-gallery .flex-control-thumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .woocommerce-product-gallery .flex-control-thumbs li {
      list-style: none;
      margin: 0 5px !important;
      overflow: hidden;
      border-radius: 3px;
      max-height: 40px;
      max-width: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .woocommerce-product-gallery .flex-control-thumbs li img {
        max-width: 40px;
        border-radius: 3px;
        border: 1px solid transparent; }
        .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          border-color: #ff5f29; }
  @media (min-width: 768px) {
    .woocommerce-product-gallery .woocommerce-product-gallery__image {
      height: 650px !important; }
      .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child img {
        min-height: 650px;
        width: auto !important; } }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-product-gallery {
      max-width: 100%; }
      .woocommerce-product-gallery .flex-control-thumbs {
        display: none; }
      .woocommerce-product-gallery .woocommerce-product-gallery__image {
        height: 400px !important; }
        .woocommerce-product-gallery .woocommerce-product-gallery__image img {
          width: 100% !important;
          height: auto; } }

.woocommerce div.product div.summary {
  width: 30.76923%;
  float: left;
  margin-right: 3.84615%;
  margin: 0; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product div.summary {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.woocommerce div.product .product_title {
  font-size: 3em;
  line-height: 1.125em; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product .product_title {
      font-size: 2.25em;
      line-height: 1em; } }

.woocommerce div.product p.price {
  font-size: 1.5em;
  line-height: 1em;
  color: #444444; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product p.price {
      font-size: 1.25em; } }

.woocommerce div.product p.stock {
  display: none; }

.woocommerce div.product.outofstock p.stock {
  display: block;
  margin-top: 16px; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product.outofstock p.stock {
      text-align: center; } }

.woocommerce div.product form.cart {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0; }
  .woocommerce div.product form.cart .variations tbody tr {
    border-bottom: 1px solid #C4C4C4; }
    .woocommerce div.product form.cart .variations tbody tr td {
      display: block; }
      .woocommerce div.product form.cart .variations tbody tr td.label {
        margin-top: 8px;
        padding: 0; }
      .woocommerce div.product form.cart .variations tbody tr td.value {
        padding-bottom: 24px;
        padding-top: 8px; }
      .woocommerce div.product form.cart .variations tbody tr td label {
        color: #6d6d6d;
        font-size: 1.125em;
        font-weight: normal;
        line-height: 1.125em; }
  .woocommerce div.product form.cart .reset_variations {
    display: none !important; }

.woocommerce div.product.product-type-simple form.cart {
  display: block;
  margin-top: 1em; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product.product-type-simple form.cart {
      display: flex;
      align-items: center; } }
  .woocommerce div.product.product-type-simple form.cart .button, .woocommerce div.product.product-type-simple form.cart .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .woocommerce div.product.product-type-simple form.cart input[type="button"] {
    float: right; }

.woocommerce div.product.product-type-simple .woocommerce-Price-amount {
  display: flex;
  flex-flow: column; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce div.product.product-type-simple .woocommerce-Price-amount {
      display: block; } }
  .woocommerce div.product.product-type-simple .woocommerce-Price-amount del {
    color: #444444;
    opacity: 1 !important;
    margin-bottom: 16px; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce div.product.product-type-simple .woocommerce-Price-amount del {
        display: block; } }
    .woocommerce div.product.product-type-simple .woocommerce-Price-amount del .amount {
      display: block; }
  .woocommerce div.product.product-type-simple .woocommerce-Price-amount ins {
    color: #ff5f29 !important;
    text-decoration: none !important; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce div.product.product-type-simple .woocommerce-Price-amount ins {
        display: block; } }
    .woocommerce div.product.product-type-simple .woocommerce-Price-amount ins .amount {
      display: block; }

.woocommerce button.button,
.woocommerce a.button {
  border: 1px solid #ff5f29;
  border-radius: 20px;
  background-color: #ff5f29;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  padding: 0px 40px !important;
  line-height: 33px;
  font-size: 11px;
  letter-spacing: 0.05rem;
  cursor: pointer; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce button.button,
    .woocommerce a.button {
      width: 260px;
      height: 40px;
      line-height: 40px;
      text-align: center; } }
  .woocommerce button.button:hover,
  .woocommerce a.button:hover {
    color: #ff5f29;
    background: white;
    border: 1px solid #ff5f29; }
  .woocommerce button.button.ghost,
  .woocommerce a.button.ghost {
    border: 1px solid #ff5f29;
    background-color: transparent !important;
    color: #ff5f29 !important;
    padding: 0 32px !important; }
    .woocommerce button.button.ghost:hover,
    .woocommerce a.button.ghost:hover {
      background-color: #fff; }
  .woocommerce button.button.alt,
  .woocommerce a.button.alt {
    background-color: #ff5f29;
    border: 1px solid #ff5f29;
    color: white; }
    .woocommerce button.button.alt:hover,
    .woocommerce a.button.alt:hover {
      color: #ff5f29;
      background: white;
      border: 1px solid #ff5f29; }
  .woocommerce button.button.alt.disabled,
  .woocommerce a.button.alt.disabled {
    background-color: #ff5f29;
    color: white; }
    .woocommerce button.button.alt.disabled:hover,
    .woocommerce a.button.alt.disabled:hover {
      background-color: #ff5f29;
      color: white; }

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  height: auto;
  width: 100%;
  background: #3EADDB;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 5px 3em;
  margin: 0; }
  .woocommerce .woocommerce-message::before,
  .woocommerce .woocommerce-error::before {
    display: none; }

.woocommerce .woocommerce-error {
  background: #C4C4C4;
  color: #444444; }

.woocommerce form.login {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0;
  margin: 0 0 24px;
  padding: 0; }
  .woocommerce form.login .checkout-login {
    width: 50%;
    padding-bottom: 16px; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce form.login .checkout-login {
        width: 100%; } }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce form.login .checkout-login .form-row {
        margin-bottom: 24px; }
        .woocommerce form.login .checkout-login .form-row:nth-child(3) {
          width: 50%;
          float: left; }
        .woocommerce form.login .checkout-login .form-row:nth-child(4) {
          width: 50%;
          float: right;
          text-align: right; } }

.woocommerce form .form-row {
  padding: 0;
  margin: 0; }
  .woocommerce form .form-row label {
    font-weight: 500;
    line-height: 1.5em; }
    .woocommerce form .form-row label.woocommerce-form-login__rememberme {
      font-size: .75em;
      line-height: .792em; }
  .woocommerce form .form-row input.input-text {
    padding: 8px;
    font-size: 1em;
    color: #444444;
    border: 1px solid #C4C4C4;
    border-radius: 2px; }
  .woocommerce form .form-row strong {
    display: block;
    padding: 4px 8px;
    font-size: 1em;
    color: #444444;
    border: 1px solid #C4C4C4;
    border-radius: 2px; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce form .form-row select {
      background-color: transparent;
      border: 1px solid #C4C4C4;
      font-size: .875em;
      height: 36px; } }
  .woocommerce form .form-row .select2-container .select2-selection--single {
    height: 38px; }
    .woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
      padding-top: 5px;
      padding-bottom: 5px; }
    .woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
      height: 37px; }
  .woocommerce form .form-row .lostpass {
    color: #3EADDB;
    font-size: .75em;
    line-height: .792em; }
  .woocommerce form .form-row.form-btn {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 48px; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce form .form-row.form-btn {
        flex-flow: column;
        justify-content: center;
        margin-bottom: 48px !important; } }
    .woocommerce form .form-row.form-btn p:first-child {
      margin-right: 24px; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce form .form-row.form-btn p:first-child {
          margin-right: 0;
          margin-bottom: 24px; } }
    .woocommerce form .form-row.form-btn p a {
      color: #3EADDB; }
  .woocommerce form .form-row.woocommerce-invalid label {
    color: #ff5f29; }
  .woocommerce form .form-row.woocommerce-invalid input.input-text {
    border-color: #ff5f29; }

.woocommerce .woocommerce-form__label-for-checkbox {
  cursor: pointer; }

.woocommerce .cart-collaterals .blockOverlay {
  display: none !important; }

.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
  margin: 0; }
  .woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
    margin-right: 8px;
    margin-left: 8px; }
    .woocommerce nav.woocommerce-pagination ul li .page-numbers {
      background-color: transparent;
      font-size: 1.125em;
      color: #666666;
      text-decoration: underline; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce nav.woocommerce-pagination ul li .page-numbers {
          font-size: 1em; } }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
        background-color: transparent;
        color: #ff5f29;
        font-weight: bold;
        text-decoration: none; }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers.current:hover {
          color: #ff5f29; }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
        background-color: transparent;
        color: #444444; }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers:focus {
        background: transparent;
        color: #444444; }

@media (min-width: 0) and (max-width: 768px) {
  .select2-container {
    width: 100% !important; } }

.select2-container--open .select2-selection__arrow::after {
  transform: rotate(270deg); }

@media (min-width: 0) and (max-width: 768px) {
  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--above {
    width: calc(100vw - 20%) !important; } }

.select2-selection--single {
  background-color: #ffffff !important;
  border-color: #C4C4C4 !important;
  height: 45px !important;
  line-height: 45px !important;
  border-radius: 2px !important; }

.select2-selection__rendered {
  line-height: 45px !important; }

.select2-selection__arrow {
  height: 45px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px !important; }
  .select2-selection__arrow b {
    border: none !important; }
  .select2-selection__arrow::after {
    content: "\61";
    display: block;
    font-family: "mwp" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444444;
    transform: rotate(90deg); }

.select2-results__option[aria-selected=true] {
  background-color: transparent !important; }

.select2-results__option--highlighted {
  background-color: transparent !important;
  color: #ff5f29 !important; }

.select2-dropdown {
  box-shadow: 4px 2px 16px rgba(135, 135, 135, 0.25);
  border-radius: 2px;
  border: none !important;
  z-index: 9999; }

.mwp-donate-book-form {
  margin-bottom: 3em;
  margin-top: 4.5em; }
  .mwp-donate-book-form.hide {
    display: none; }
  .mwp-donate-book-form .mwp-form-subheading {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5rem; }
    @media (min-width: 0) and (max-width: 768px) {
      .mwp-donate-book-form .mwp-form-subheading {
        font-size: 1.15rem; } }
  @media (min-width: 768px) {
    .mwp-donate-book-form .button, .mwp-donate-book-form .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .mwp-donate-book-form input[type="button"] {
      min-width: 0;
      width: 210px; } }

.tags-input {
  display: flex;
  flex-flow: wrap;
  cursor: text; }
  .tags-input-field {
    border: none;
    outline: none;
    font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    color: #444444;
    height: 30px;
    margin: 4px 8px 4px 0; }
  .tags-input-item {
    background-color: #4fbee7;
    display: flex;
    margin: 4px 8px 4px 0;
    padding: 0 13px;
    border-radius: 15px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: #ffffff; }
    .tags-input-item-remove {
      margin-left: 16px;
      cursor: pointer; }

.mwp-donate-book-thanks-msg {
  display: none; }
  .mwp-donate-book-thanks-msg.show {
    display: block; }

.mwp-donate-book-thanks-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0; }

.mwp-donate-book-thanks-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px; }

.mwp-donate-book-thanks-heading {
  color: #ff5f29;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 16px; }

.mwp-donate-book-thanks-subheading {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5rem;
  max-width: 510px; }

.mwp-donate-book-thanks-footer {
  border-top: 1px solid #C4C4C4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
  color: #444444; }

.user-menu {
  background: #ffffff;
  min-width: 200px;
  border: 1px solid #DADADA;
  box-shadow: 0px 3px 4px rgba(86, 86, 86, 0.25);
  border-radius: 8px;
  padding: 16px; }
  .user-menu-heading {
    font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
    color: #ff5f29;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 8px;
    border-bottom: 1px solid #DADADA; }
  .user-menu li {
    text-align: right; }
    .user-menu li.is-active a {
      border: none !important; }
    .user-menu li:not(:first-child) a {
      padding: 4px 0;
      color: #444444;
      font-weight: normal;
      font-size: 1rem; }

.hero-xx {
  overflow: hidden; }
  .hero-xx:after, .hero-xx:before {
    background-image: url("img/x-white.svg");
    background-size: contain;
    content: "";
    position: absolute;
    z-index: 9; }
  .hero-xx:after {
    height: 265px;
    width: 265px;
    top: -130px;
    left: 15%; }
  .hero-xx:before {
    height: 265px;
    width: 265px;
    bottom: -130px;
    left: 15%;
    background-image: url("img/x-white.svg");
    background-size: contain; }
  @media (min-width: 0) and (max-width: 768px) {
    .hero-xx:after {
      height: 180px;
      width: 180px;
      top: -75px;
      left: 18%; }
    .hero-xx:before {
      height: 180px;
      width: 180px;
      bottom: -75px;
      left: 18%; } }

.home-slider {
  position: relative;
  color: white; }
  .home-slider .bg-image {
    width: 100%;
    height: 100%;
    position: absolute; }
  .home-slider .slide {
    height: 100%;
    position: relative;
    overflow: hidden; }
  .home-slider .copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 4.28571%;
    margin-top: -50px;
    max-width: 280px;
    height: 280px;
    padding-top: 30px;
    padding-left: 30px;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #f15b2a; }
    .home-slider .copy:after, .home-slider .copy:before {
      content: "";
      height: 100%;
      width: 100%;
      z-index: -1;
      border-radius: 100%;
      background: #f15b2a;
      position: absolute; }
    .home-slider .copy:after {
      margin-left: -50%;
      top: 0;
      left: 100%; }
    .home-slider .copy:before {
      top: 50%;
      right: 0; }
  .home-slider h1 {
    font-size: 55px;
    line-height: 1; }
  .home-slider p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-size: 0.9375em;
    line-height: 1.84em; }
  .home-slider .owl-dots {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 12;
    color: white;
    bottom: 60px;
    left: 5.71429%;
    right: 0; }
    .home-slider .owl-dots .owl-dot {
      opacity: 0.6;
      position: relative;
      top: -1px;
      padding-top: 10px;
      margin-right: 45px;
      border-top: 2px solid white;
      display: inline-block; }
      .home-slider .owl-dots .owl-dot.active, .home-slider .owl-dots .owl-dot:hover {
        opacity: 1; }
    .home-slider .owl-dots .owl-dot-title {
      font-weight: bold;
      margin-right: 40px;
      font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
      line-height: 1;
      max-width: 70px; }
  @media (min-width: 0) and (max-width: 768px) {
    .home-slider .copy {
      width: 130px;
      height: 130px;
      padding-left: 15px; }
      .home-slider .copy h1 {
        position: absolute;
        width: 120%;
        font-size: 2.125em;
        line-height: 0.98824em; }
      .home-slider .copy p {
        display: none; }
      .home-slider .copy .button, .home-slider .copy .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .home-slider .copy input[type="button"] {
        position: absolute;
        min-width: 140%;
        bottom: -120px;
        left: 0;
        text-align: center; } }

.home-projects h3 {
  font-size: 1.375em;
  line-height: 1.25455em;
  margin-bottom: 0.75em; }

.home-projects .container {
  position: relative; }

.home-projects a.see-all {
  position: absolute;
  color: #4fbee7;
  right: 0;
  bottom: 0;
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold; }

@media (min-width: 768px) {
  .home-projects .featured-projects {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%; } }

@media (min-width: 768px) {
  .home-projects .featured-projects .thumb {
    width: 47.82609%;
    float: left; }
    .home-projects .featured-projects .thumb:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .home-projects .featured-projects .thumb:nth-child(2n + 2) {
      margin-left: 52.17391%;
      margin-right: -100%;
      clear: none; } }

.home-projects .other-projects {
  width: 31.42857%;
  float: right;
  margin-right: 0; }
  @media (min-width: 0) and (max-width: 768px) {
    .home-projects .other-projects {
      padding-top: 3em; }
      .home-projects .other-projects h3,
      .home-projects .other-projects .thumbs-wrap {
        display: none; } }

.home-stories {
  padding-bottom: 6em; }
  .home-stories .see-all {
    padding-top: 1.5em; }
    .home-stories .see-all .link {
      font-weight: bold;
      float: right; }

.our-passion-heroes .heroes-list {
  margin-top: 32px; }

@media (min-width: 0) and (max-width: 768px) {
  .our-passion-heroes .thumb:last-child {
    margin-bottom: 32px; } }

@media (min-width: 768px) {
  .about-projects .thumb {
    width: 31.42857%;
    float: left; }
    .about-projects .thumb:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .about-projects .thumb:nth-child(3n + 2) {
      margin-left: 34.28571%;
      margin-right: -100%;
      clear: none; }
    .about-projects .thumb:nth-child(3n + 3) {
      margin-left: 68.57143%;
      margin-right: -100%;
      clear: none; } }

.about-vision .facts.off {
  display: block; }

.about-vision .fact {
  text-align: center;
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold; }
  .about-vision .fact .number {
    color: #4fbee7; }

@media (min-width: 768px) {
  .about-vision {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3em;
    margin-bottom: 3em; }
    .about-vision .fact {
      width: 25%;
      float: left;
      padding-left: 1.38889%;
      padding-right: 1.38889%;
      margin-top: 1.5em;
      margin-bottom: 1.5em;
      border-right: 1px solid #C4C4C4; }
      .about-vision .fact:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .about-vision .fact:nth-child(4n + 2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none; }
      .about-vision .fact:nth-child(4n + 3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .about-vision .fact:nth-child(4n + 4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none; }
      .about-vision .fact:last-child {
        border: none; }
      .about-vision .fact .number {
        font-size: 30px;
        margin-bottom: 0.375em; }
      .about-vision .fact .copy {
        width: 80%;
        margin: 0 auto; } }

@media (min-width: 0) and (max-width: 768px) {
  .about-vision .fact .number {
    font-size: 4.5em;
    line-height: 1.33333em;
    text-align: center; }
  .about-vision .fact .copy {
    font-size: 1.875em;
    line-height: 1.04em;
    width: 60%;
    margin: 0 auto; } }

.about-people {
  display: none; }
  .about-people .team-member {
    margin-bottom: 3em; }
  .about-people img {
    width: 100%;
    clip-path: url(#svgPath); }
  .about-people .position {
    display: block;
    color: #ff5f29;
    margin-bottom: 1.5em;
    font-weight: bold; }
  @media (min-width: 768px) {
    .about-people .image {
      width: 45%;
      float: left; }
    .about-people .copy {
      width: 45%;
      float: right; }
    .about-people .team-member {
      width: 48.57143%;
      float: left; }
      .about-people .team-member:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .about-people .team-member:nth-child(2n + 2) {
        margin-left: 51.42857%;
        margin-right: -100%;
        clear: none; }
    .about-people h3 {
      font-size: 1.1875em;
      line-height: 1.89474em; } }
  @media (min-width: 0) and (max-width: 768px) {
    .about-people .image {
      width: 100%;
      padding: 0 32px; }
    .about-people .copy {
      width: 100%;
      padding: 0 32px; }
    .about-people h3 {
      font-size: 2.625em;
      line-height: 0.85714em; }
    .about-people .position {
      font-size: 1.25em;
      line-height: 1.8em;
      padding-top: 0.45em;
      margin-bottom: 1rem; }
    .about-people blockquote {
      font-size: 1.5em;
      line-height: 1.5em;
      font-weight: 500; }
    .about-people .team-member {
      margin-bottom: 1rem; }
      .about-people .team-member .copy {
        text-align: center; }
    .about-people .owl-dots {
      margin-bottom: 24px; } }

@media (min-width: 0) and (max-width: 768px) {
  .page-template-about .section-header.break h1 span {
    display: inline-block; }
  .page-template-about .section-header:after {
    top: -25px; } }

.post-type-archive-project .heroes-list {
  margin-top: 32px; }

.post-type-archive-project .btn-take-action {
  display: none; }

@media (min-width: 768px) {
  .post-type-archive-project .project-thumbs .thumb {
    width: 31.42857%;
    float: left;
    margin-bottom: 2.25em; }
    .post-type-archive-project .project-thumbs .thumb:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .post-type-archive-project .project-thumbs .thumb:nth-child(3n + 2) {
      margin-left: 34.28571%;
      margin-right: -100%;
      clear: none; }
    .post-type-archive-project .project-thumbs .thumb:nth-child(3n + 3) {
      margin-left: 68.57143%;
      margin-right: -100%;
      clear: none; } }

@media (min-width: 0) and (max-width: 768px) {
  .post-type-archive-project .project-thumbs {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .post-type-archive-project .project-thumbs:last-child {
      margin-bottom: 32px; } }

@media (min-width: 0) and (max-width: 768px) {
  .post-type-archive-project .section-header.break h1 span {
    display: inline-block; }
  .post-type-archive-project .section-header:after {
    top: -25px; } }

.single-project .entry-meta {
  display: none; }

.single-project .heroes-list {
  margin-top: 32px; }

.single-project .project-timeline {
  padding-bottom: 32px;
  border-bottom: 1px solid #C4C4C4; }

.single-project .btn-take-action {
  display: none; }

.single-project .share.for-mobile {
  margin-top: 32px;
  display: flex;
  align-items: center; }
  .single-project .share.for-mobile h4 {
    margin-right: 16px;
    color: #4fbee7; }

.single-project .author {
  margin-bottom: 0 !important; }

@media (min-width: 0) and (max-width: 768px) {
  .single-project .support-project {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 16px; } }

.related-projects {
  margin-top: 3em;
  padding-top: 1.5em;
  padding-bottom: 6em;
  background-color: #f7f7f7;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 768px) {
  .related-projects .thumb {
    width: 31.42857%;
    float: left; }
    .related-projects .thumb:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .related-projects .thumb:nth-child(3n + 2) {
      margin-left: 34.28571%;
      margin-right: -100%;
      clear: none; }
    .related-projects .thumb:nth-child(3n + 3) {
      margin-left: 68.57143%;
      margin-right: -100%;
      clear: none; }
  .post-content {
    background: red;
    padding-top: 6em; }
  .inner-post-content {
    width: 62.5%;
    float: left;
    margin-right: 3.125%; }
  .entry-side {
    width: 34.375%;
    float: right;
    margin-right: 0; }
    .entry-side.is-fixed {
      position: sticky;
      top: 20px; }
      .entry-side.is-fixed .share {
        margin-bottom: 0; } }

@media (min-width: 0) and (max-width: 768px) {
  .entry-side.for-mobile .share {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #C4C4C4; }
    .entry-side.for-mobile .share h4 {
      margin-bottom: 5px;
      margin-right: 24px; }
  .entry-side.for-mobile .project-timeline {
    border: none; }
  .section-header h1 span {
    display: inline-block; }
  .section-header:after {
    top: -25px; } }

.post-content {
  background-color: #fff;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .post-content .entry-side h4 {
    color: #4fbee7;
    margin-bottom: 1.125em; }
  .post-content .entry-side > div {
    margin-bottom: 1.5em; }
  .post-content .entry-side .author {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.5em;
    display: block; }
    .post-content .entry-side .author .author-avatar {
      width: 30%;
      float: left; }
      .post-content .entry-side .author .author-avatar img {
        border-radius: 100%; }
    .post-content .entry-side .author .info {
      width: 70%;
      float: left;
      padding-left: 20px;
      padding-top: 0.75em; }
      .post-content .entry-side .author .info h2 {
        font-size: 25px; }
      .post-content .entry-side .author .info .passion-hero {
        color: #ff5f29;
        font-weight: bold;
        font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif; }
  .post-content .entry-side .share {
    margin-top: 1.5em; }
  .post-content .entry-header {
    margin-bottom: 3em; }
    .post-content .entry-header h1 {
      font-size: 3.125em;
      line-height: 0.96em;
      color: #59595b; }

.entry-content > p {
  margin-bottom: 1.5em;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em; }

.entry-content p + p {
  margin-top: 1.5em; }

.entry-content img {
  border-radius: 6px; }

.wp-block-quote {
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3em;
  line-height: 1.25em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  font-weight: bold;
  color: #ff5f29;
  position: relative; }
  .wp-block-quote:before {
    content: "“";
    z-index: 0;
    margin-left: -30px;
    margin-top: 40px;
    font-size: 140px;
    position: absolute;
    color: rgba(79, 190, 231, 0.2); }
  .wp-block-quote:after {
    content: "";
    position: absolute;
    height: 150px;
    width: 150px;
    top: 0;
    left: -34.375%;
    background-image: url("img/xx-orange.svg");
    background-size: contain; }
  @media (min-width: 0) and (max-width: 768px) {
    .wp-block-quote::after {
      display: none; }
    .wp-block-quote::before {
      margin-top: 20px; }
    .wp-block-quote p {
      font-size: 0.75em;
      line-height: 1em; } }

.wp-block-gallery {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5em; }
  .wp-block-gallery img {
    border-radius: 6px; }
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: 31.42857%;
    float: left; }
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n + 2) {
      margin-left: 34.28571%;
      margin-right: -100%;
      clear: none; }
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n + 3) {
      margin-left: 68.57143%;
      margin-right: -100%;
      clear: none; }

.related-stories {
  padding-top: 1.5em;
  padding-bottom: 6em;
  background-color: #f7f7f7;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 768px) {
  .single-post .post-content {
    border-radius: 10px;
    padding-left: 4.28571%;
    padding-right: 4.28571%;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    padding-top: 6em; }
  .single-post .inner-post-content {
    width: 62.5%;
    float: left;
    margin-right: 3.125%; }
  .single-post .entry-side {
    width: 34.375%;
    float: right;
    margin-right: 0; } }

@media (min-width: 0) and (max-width: 768px) {
  .single-post .post-content {
    padding-top: 3em; }
  .single-post .for-mobile .share {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .single-post .for-mobile .share h4 {
      margin-bottom: 5px;
      margin-right: 24px; }
  .single-post .section-header h1 span {
    display: inline-block; }
  .single-post .section-header:after {
    top: -25px; } }

.author .logo.white, .author .logo.black {
  display: none; }

.author .logo.blue-bg {
  display: block !important; }

.author .bg-image::after {
  background: transparent; }

.author .page-hero {
  background: #4fbee7; }

.author .hero-avatar img {
  clip-path: url(#avatarClipPath); }

.author .author-prefesion {
  color: #ff5f29; }

@media (min-width: 768px) {
  .author .hero-profile {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 128px; }
  .author .hero-avatar {
    width: 40%;
    max-width: 461px; }
  .author .hero-bio h1 {
    color: #444444;
    font-size: 80px;
    margin-bottom: 0;
    line-height: 4.4rem; }
  .author .hero-bio h2 {
    font-size: 32px;
    margin: 32px 0; }
  .author .hero-bio p {
    width: 80%; }
  .author .author-stories,
  .author .hero-projects {
    padding-bottom: 6rem; }
  .author .hero-projects .thumb {
    width: 31.42857%;
    float: left;
    margin-bottom: 3rem; }
    .author .hero-projects .thumb:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .author .hero-projects .thumb:nth-child(3n + 2) {
      margin-left: 34.28571%;
      margin-right: -100%;
      clear: none; }
    .author .hero-projects .thumb:nth-child(3n + 3) {
      margin-left: 68.57143%;
      margin-right: -100%;
      clear: none; } }

@media (min-width: 0) and (max-width: 768px) {
  .author .hero-projects .thumb:last-child {
    margin-bottom: 2rem; } }

.page-template-contact-us .logo.white, .page-template-contact-us .logo.black {
  display: none; }

.page-template-contact-us .logo.blue-bg {
  display: block !important; }

.page-template-contact-us .page-hero {
  background: #4fbee7; }
  .page-template-contact-us .page-hero .bg-image:after {
    background: transparent; }

@media (min-width: 768px) {
  .page-template-contact-us .center-hero-copy h1 {
    color: #59595b; } }

.page-template-privacy-and-policy .logo.white, .page-template-privacy-and-policy .logo.black {
  display: none; }

.page-template-privacy-and-policy .logo.blue-bg {
  display: block !important; }

.page-template-privacy-and-policy .page-hero {
  background: #4fbee7; }
  .page-template-privacy-and-policy .page-hero .bg-image:after {
    background: transparent; }

.page-template-privacy-and-policy .privacy-and-policy h2 {
  color: #ff5f29;
  text-align: left !important;
  padding-bottom: 0.45em; }

@media (min-width: 768px) {
  .page-template-privacy-and-policy .privacy-and-policy {
    padding-top: 4.5em;
    padding-bottom: 4.5em; } }

@media (min-width: 0) and (max-width: 768px) {
  .page-template-privacy-and-policy .privacy-and-policy {
    padding-top: 2.25em;
    padding-bottom: 2.25em; } }

@media (min-width: 768px) {
  .page-template-privacy-and-policy .center-hero-copy h1 {
    color: #59595b; } }

@media (min-width: 768px) {
  .shop .hero-copy {
    width: 74.28571%;
    float: left;
    margin-right: 2.85714%;
    top: 80%; }
    .shop .hero-copy h1 {
      font-size: 64px; }
    .shop .hero-copy p {
      font-size: 24px; } }

@media (min-width: 0) and (max-width: 768px) {
  .shop .hero-copy {
    top: 75%; }
    .shop .hero-copy h1,
    .shop .hero-copy p {
      width: 80%; } }

.section-header:after {
  display: none; }

@media (min-width: 0) and (max-width: 768px) {
  .section-header h1 {
    margin-left: 0; } }

.woocommerce .products li {
  background: rgba(196, 196, 196, 0.05);
  border-radius: 4px;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent; }
  .woocommerce .products li:hover {
    border: 2px solid #4fbee7; }
  .woocommerce .products li.outofstock {
    border: none; }
    .woocommerce .products li.outofstock .product-thumblist,
    .woocommerce .products li.outofstock .product-info {
      opacity: 0.4; }
    .woocommerce .products li.outofstock:hover {
      border: none; }
  .woocommerce .products li .product-thumblist img {
    border: none !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 !important; }
  .woocommerce .products li .product-info {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-height: 92px;
    padding: 24px 18px 30px; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce .products li .product-info {
        flex-flow: column;
        min-height: 76px;
        padding: 16px; } }
    .woocommerce .products li .product-info .woocommerce-loop-product__title {
      width: 50%;
      font-size: 1.5em !important;
      line-height: 1.167em;
      text-align: left;
      padding: 0 !important; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce .products li .product-info .woocommerce-loop-product__title {
          width: 100%;
          font-size: 1em !important;
          line-height: 0.833em;
          text-align: center;
          margin-bottom: 8px !important; } }
    .woocommerce .products li .product-info .price {
      width: 50%;
      font-size: 1.125em !important;
      line-height: 0.833em;
      text-align: right;
      color: #444444 !important;
      margin: 0 !important; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce .products li .product-info .price {
          width: 100%;
          font-size: 0.75em !important;
          line-height: 0.833em;
          text-align: center;
          display: flex !important;
          flex-flow: column; } }
      .woocommerce .products li .product-info .price del {
        margin-bottom: 10px;
        opacity: .8 !important; }
        @media (min-width: 0) and (max-width: 768px) {
          .woocommerce .products li .product-info .price del {
            margin-bottom: 5px; } }
      .woocommerce .products li .product-info .price ins {
        color: #ff5f29 !important;
        text-decoration: none !important; }
  .woocommerce .products li .out-of-stock {
    width: 100%;
    color: #000;
    font-size: 2.25em !important;
    font-weight: bold;
    line-height: 1.75em;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    padding: 0 !important; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce .products li .out-of-stock {
        font-size: 1.125em !important;
        line-height: 0.875em; } }
  .woocommerce .products li .onsale {
    display: none; }

.single-product .main-site {
  padding-top: 102px; }
  @media (min-width: 0) and (max-width: 768px) {
    .single-product .main-site {
      padding-top: 85px; } }

.single-product .woocommerce-product-gallery__image {
  background: linear-gradient(1.31deg, #F3F3F3 -1.13%, rgba(243, 243, 243, 0.39) 101.21%);
  border-radius: 2px; }

.single-product .product-content {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto; }
  .single-product .product-content:after {
    content: " ";
    display: block;
    clear: both; }
  head:hover ~ .single-product .product-content,
  head:hover ~ body .single-product .product-content {
    position: relative; }
    head:hover ~ .single-product .product-content:before,
    head:hover ~ body .single-product .product-content:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: " ";
      z-index: 998;
      background-image: -owg-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -owg-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
      background-image: -webkit-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
      background-image: -moz-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
      background-image: -o-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
      background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
      background-size: 8.57143%, 100% 24px;
      background-origin: content-box;
      background-clip: content-box;
      background-position: left top; }
  @media (min-width: 0) and (max-width: 768px) {
    .single-product .product-content {
      max-width: 100%; } }
  .single-product .product-content .product-details {
    margin: 64px auto; }
    .single-product .product-content .product-details:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 0) and (max-width: 768px) {
      .single-product .product-content .product-details {
        max-width: 82%;
        margin-left: auto;
        margin-right: auto;
        margin: 30px auto; }
        .single-product .product-content .product-details:after {
          content: " ";
          display: block;
          clear: both; }
        head:hover ~ .single-product .product-content .product-details,
        head:hover ~ body .single-product .product-content .product-details {
          position: relative; }
          head:hover ~ .single-product .product-content .product-details:before,
          head:hover ~ body .single-product .product-content .product-details:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            content: " ";
            z-index: 998;
            background-image: -owg-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25)), -owg-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
            background-image: -webkit-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25)), -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
            background-image: -moz-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25)), -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
            background-image: -o-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25)), -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
            background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25)), linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
            background-size: 16.66667%, 100% 24px;
            background-origin: content-box;
            background-clip: content-box;
            background-position: left top; } }
  .single-product .product-content .summary .product_title,
  .single-product .product-content .summary .category-name,
  .single-product .product-content .summary .price,
  .single-product .product-content .summary .star-rating {
    display: block;
    margin-bottom: 16px; }
  .single-product .product-content .summary #reg-price {
    display: none; }
    .single-product .product-content .summary #reg-price .woocommerce-Price-amount {
      flex-flow: row; }
  .single-product .product-content .summary #price-variant {
    display: flex;
    flex-flow: column; }
    .single-product .product-content .summary #price-variant .regular {
      text-decoration: line-through;
      margin-bottom: 16px; }
    .single-product .product-content .summary #price-variant .sale {
      color: #ff5f29; }
  .single-product .product-content .meta {
    width: 30.76923%;
    float: right;
    margin-right: 0;
    margin: 0; }
    @media (min-width: 0) and (max-width: 768px) {
      .single-product .product-content .meta {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .single-product .product-content .meta.entry-meta {
      flex-flow: column; }
    .single-product .product-content .meta .woocommerce-product-details__short-description {
      border-bottom: 1px solid #C4C4C4;
      padding-bottom: 32px; }
      @media (min-width: 0) and (max-width: 768px) {
        .single-product .product-content .meta .woocommerce-product-details__short-description {
          margin-top: 16px; }
          .single-product .product-content .meta .woocommerce-product-details__short-description p {
            font-size: 1em; } }
    .single-product .product-content .meta p {
      font-size: 1.125em; }
      .single-product .product-content .meta p.stock-status {
        color: #ff5f29;
        font-size: 1em;
        padding-top: 8px; }
    .single-product .product-content .meta .woocommerce-variation-add-to-cart {
      display: flex;
      justify-content: space-between; }
      @media (min-width: 0) and (max-width: 768px) {
        .single-product .product-content .meta .woocommerce-variation-add-to-cart {
          flex-flow: column;
          justify-content: center;
          align-items: center; } }
    .single-product .product-content .meta .empty-stock {
      margin-top: 16px; }
      .single-product .product-content .meta .empty-stock .quantity {
        float: left; }
      .single-product .product-content .meta .empty-stock .button, .single-product .product-content .meta .empty-stock .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .single-product .product-content .meta .empty-stock input[type="button"] {
        float: right; }
      @media (min-width: 0) and (max-width: 768px) {
        .single-product .product-content .meta .empty-stock {
          display: flex;
          flex-flow: column;
          justify-content: center;
          align-items: center; } }
    .single-product .product-content .meta .woocommerce-variation-price {
      display: none; }
    .single-product .product-content .meta .blockOverlay {
      display: none !important; }

.single-product .product-details {
  width: calc(100% - 16.6666666667%);
  margin: 0 auto; }

.single-product .related {
  border-top: 1px solid #DADADA;
  padding-top: 32px; }
  @media (min-width: 0) and (max-width: 768px) {
    .single-product .related {
      max-width: 82%;
      margin-left: auto;
      margin-right: auto; }
      .single-product .related:after {
        content: " ";
        display: block;
        clear: both; }
      head:hover ~ .single-product .related,
      head:hover ~ body .single-product .related {
        position: relative; }
        head:hover ~ .single-product .related:before,
        head:hover ~ body .single-product .related:before {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          content: " ";
          z-index: 998;
          background-image: -owg-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -owg-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
          background-image: -webkit-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
          background-image: -moz-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
          background-image: -o-linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
          background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 66.66667%, transparent 66.66667%), linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
          background-size: 8.57143%, 100% 24px;
          background-origin: content-box;
          background-clip: content-box;
          background-position: left top; } }
  .single-product .related h2 {
    font-size: 1.875em;
    line-height: 1.25em;
    text-align: center;
    margin-bottom: 48px; }
    @media (min-width: 0) and (max-width: 768px) {
      .single-product .related h2 {
        font-size: 1.5em;
        line-height: 1em; } }
  .single-product .related .columns-3 {
    width: 82%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 0) and (max-width: 768px) {
      .single-product .related .columns-3 {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        .single-product .related .columns-3 li:last-child {
          display: none; } }
    .single-product .related .columns-3 .product-info {
      padding: 16px;
      min-height: 64px; }
      @media (min-width: 0) and (max-width: 768px) {
        .single-product .related .columns-3 .product-info {
          min-height: 81px;
          padding: 16px 8px; } }
      .single-product .related .columns-3 .product-info h2 {
        font-size: 1.125em !important; }
      .single-product .related .columns-3 .product-info .price {
        font-size: 0.875em !important; }
        .single-product .related .columns-3 .product-info .price .amount {
          display: block; }

.single-product .tawcvs-swatches {
  padding: 8px 0 0; }
  .single-product .tawcvs-swatches .swatch-color {
    border: 2px solid #C4C4C4; }
    .single-product .tawcvs-swatches .swatch-color.selected {
      border: 2px solid #ff5f29; }
      .single-product .tawcvs-swatches .swatch-color.selected:before {
        display: none; }
  .single-product .tawcvs-swatches .swatch-label {
    border: 2px solid #C4C4C4; }
    .single-product .tawcvs-swatches .swatch-label.selected {
      border: 2px solid #ff5f29; }
  .single-product .tawcvs-swatches .swatch {
    width: 34px;
    height: 34px; }
    .single-product .tawcvs-swatches .swatch.selected {
      box-shadow: none; }

.search-results .content-area {
  padding-top: 125px; }
  .search-results .content-area .page-title {
    margin-bottom: 16px;
    font-size: 1.5rem; }
  @media (min-width: 768px) {
    .search-results .content-area .thumb.project {
      width: 31.42857%;
      float: left;
      margin-bottom: 2.25em; }
      .search-results .content-area .thumb.project:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .search-results .content-area .thumb.project:nth-child(3n + 2) {
        margin-left: 34.28571%;
        margin-right: -100%;
        clear: none; }
      .search-results .content-area .thumb.project:nth-child(3n + 3) {
        margin-left: 68.57143%;
        margin-right: -100%;
        clear: none; } }
  .search-results .content-area .product {
    background: rgba(196, 196, 196, 0.05);
    border-radius: 4px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    list-style: none;
    position: relative;
    margin-bottom: 2.25em; }
    @media (min-width: 768px) {
      .search-results .content-area .product {
        width: 31.42857%;
        float: left; }
        .search-results .content-area .product:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .search-results .content-area .product:nth-child(3n + 2) {
          margin-left: 34.28571%;
          margin-right: -100%;
          clear: none; }
        .search-results .content-area .product:nth-child(3n + 3) {
          margin-left: 68.57143%;
          margin-right: -100%;
          clear: none; } }
    .search-results .content-area .product:hover {
      border: 2px solid #4fbee7; }
    .search-results .content-area .product.outofstock {
      border: none; }
      .search-results .content-area .product.outofstock .product-thumblist,
      .search-results .content-area .product.outofstock .product-info {
        opacity: 0.4; }
      .search-results .content-area .product.outofstock:hover {
        border: none; }
    .search-results .content-area .product .product-thumblist img {
      border: none !important;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      margin: 0 !important;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 0 1em;
      box-shadow: none; }
    .search-results .content-area .product .product-info {
      display: flex;
      flex-flow: row;
      justify-content: center;
      align-items: center;
      min-height: 92px;
      padding: 24px 18px 30px; }
      .search-results .content-area .product .product-info .woocommerce-loop-product__title {
        width: 50%;
        font-size: 1.5em !important;
        line-height: 1.167em;
        text-align: left;
        padding: 0 !important; }
      .search-results .content-area .product .product-info .price {
        width: 50%;
        font-size: 1.125em !important;
        line-height: 0.833em;
        text-align: right;
        color: #444444 !important;
        margin: 0 !important; }
        .search-results .content-area .product .product-info .price del {
          margin-bottom: 10px;
          opacity: .8 !important; }
        .search-results .content-area .product .product-info .price ins {
          color: #ff5f29 !important;
          text-decoration: none !important; }
    .search-results .content-area .product .out-of-stock {
      width: 100%;
      color: #000;
      font-size: 2.25em !important;
      font-weight: bold;
      line-height: 1.75em;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 40%;
      transform: translate(-50%, -40%);
      padding: 0 !important; }
    .search-results .content-area .product .onsale {
      display: none; }

.page-template-account-form .content-area {
  padding-top: 75px !important; }

.page-template-account-form .container {
  display: flex; }
  @media (min-width: 768px) {
    .page-template-account-form .container {
      flex-direction: row;
      justify-content: center;
      align-items: flex-start; } }

.page-template-account-form .account-banner {
  height: calc(100vh - 150px);
  flex: 1;
  position: relative; }
  .page-template-account-form .account-banner-cover {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-template-account-form .account-banner-cover img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-template-account-form .account-banner-copy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 64px 24px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-flow: column; }
  .page-template-account-form .account-banner-tagline {
    color: #ffffff;
    font-size: 2.25rem;
    line-height: 1.2; }
  .page-template-account-form .account-banner-subtagline {
    color: #ffffff; }

.page-template-account-form .account-form {
  flex: 1;
  min-height: calc(100vh - 150px); }
  @media (min-width: 768px) {
    .page-template-account-form .account-form {
      margin-left: 32px; } }
  .page-template-account-form .account-form .mwp-message {
    text-align: center; }

.page-template-account-form .site-footer {
  display: none; }

.woocommerce-cart .site-content {
  padding-top: 75px; }

.woocommerce-cart .page-title {
  margin: 30px auto;
  color: #ff5f29;
  font-size: 3em;
  line-height: 2.25em;
  text-align: center; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-cart .page-title {
      margin: 0 auto;
      line-height: 1; } }

.woocommerce-cart table.cart img {
  width: 100%; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 33px;
  border-radius: 15px;
  padding: 0 24px;
  border: 1px solid #C4C4C4;
  font-size: 0.875em;
  margin-right: 16px;
  width: auto !important; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  border-spacing: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals table td:last-child {
    border: none; }

.woocommerce-cart .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  margin: 48px auto;
  padding: 0; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-cart .wc-proceed-to-checkout {
      flex-flow: column;
      justify-content: center; } }
  .woocommerce-cart .wc-proceed-to-checkout a {
    margin-left: 24px !important; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce-cart .wc-proceed-to-checkout a {
        margin-left: 0 !important;
        margin-bottom: 24px !important; } }
    .woocommerce-cart .wc-proceed-to-checkout a.button {
      font-size: 14px;
      text-align: center;
      flex-basis: 20%;
      margin: 0; }

.woocommerce table.shop_table {
  border: none;
  border-spacing: 0 24px;
  margin: 0; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce table.shop_table tr {
      display: table-row !important; }
      .woocommerce table.shop_table tr.coupon-section {
        display: none !important; } }
  @media (min-width: 768px) {
    .woocommerce table.shop_table .product-thumbnail {
      padding-left: 64px;
      width: 25%;
      text-align: center; } }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce table.shop_table .product-thumbnail {
      display: block !important;
      float: left;
      width: 132px !important;
      height: auto;
      padding: 16px;
      vertical-align: top; }
      .woocommerce table.shop_table .product-thumbnail::before {
        display: none; } }
  @media (min-width: 768px) {
    .woocommerce table.shop_table .product-name,
    .woocommerce table.shop_table .product-price {
      width: 17%;
      text-align: center; } }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce table.shop_table .product-name,
    .woocommerce table.shop_table .product-price {
      padding-left: 0;
      padding-right: 0;
      border-left: 1px solid #C4C4C4; } }
  .woocommerce table.shop_table .product-name::before,
  .woocommerce table.shop_table .product-price::before {
    display: none; }
  @media (min-width: 768px) {
    .woocommerce table.shop_table .product-quantity {
      width: 17%;
      text-align: right;
      padding-right: 50px; } }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce table.shop_table .product-quantity {
      padding-left: 0;
      padding-right: 0;
      border-left: 1px solid #C4C4C4; } }
  .woocommerce table.shop_table .product-quantity::before {
    display: none; }
  @media (min-width: 768px) {
    .woocommerce table.shop_table .product-subtotal {
      width: 15%;
      text-align: right; } }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce table.shop_table .product-subtotal {
      border-bottom: 1px solid #C4C4C4;
      border-left: 1px solid #C4C4C4;
      border-bottom-left-radius: 10px; }
      .woocommerce table.shop_table .product-subtotal .amount {
        margin-left: 8px; } }
  @media (min-width: 768px) {
    .woocommerce table.shop_table .product-remove {
      width: 14%; } }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce table.shop_table .product-remove {
      display: table-cell;
      vertical-align: top;
      padding-left: 0;
      padding-right: 0;
      border-top: 1px solid #C4C4C4;
      border-bottom: 1px solid #C4C4C4; } }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item {
    margin-bottom: 24px; }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-thumbnail a {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin: 0 auto; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-thumbnail a {
        margin: 0; } }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-name {
    text-align: left; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-name {
        border-top: 1px solid #C4C4C4;
        border-top-left-radius: 10px; } }
    .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-name a {
      font-weight: bold;
      padding-left: 38px; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-name a {
          padding-left: 0; } }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .variation {
    padding-left: 38px; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce table.shop_table .woocommerce-cart-form__cart-item .variation {
        padding-left: 0; } }
    .woocommerce table.shop_table .woocommerce-cart-form__cart-item .variation span {
      text-transform: capitalize; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce table.shop_table .woocommerce-cart-form__cart-item .quantity {
      margin-bottom: 0 !important; } }
  .woocommerce table.shop_table th {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 0.875em;
    padding: 0 8px; }
    .woocommerce table.shop_table th.product-subtotal {
      position: relative;
      transform: translateX(-17%); }
    .woocommerce table.shop_table th.product-quantity {
      position: relative;
      transform: translateX(-20%); }
  .woocommerce table.shop_table td {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce table.shop_table td {
        padding-top: 8px;
        padding-bottom: 8px;
        border: none; } }
    .woocommerce table.shop_table td:first-child {
      border-left: 1px solid #C4C4C4;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce table.shop_table td:first-child {
          border-left: none;
          border-radius: 0; } }
    .woocommerce table.shop_table td:last-child {
      border-right: 1px solid #C4C4C4;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }

@media (min-width: 0) and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td {
    text-align: left !important; } }

@media (min-width: 0) and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent; } }

@media (min-width: 0) and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tbody th {
    display: table-cell !important; } }

.woocommerce table.cart td.actions {
  padding-left: 128px; }

.woocommerce table.cart .coupon-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .woocommerce table.cart .coupon-container .coupon {
    display: inline-block; }

.woocommerce a.remove {
  font-size: 2em;
  font-weight: normal;
  line-height: 16px;
  color: #444444 !important;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border-radius: 0; }
  .woocommerce a.remove:hover {
    background: none;
    color: #444444 !important;
    border-bottom: 1px solid #C4C4C4; }

.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%; }
  .woocommerce .cart-collaterals .cart_totals h2 {
    display: none; }
  .woocommerce .cart-collaterals .cart_totals .order-total {
    height: 48px; }
    .woocommerce .cart-collaterals .cart_totals .order-total .blank-space {
      width: 59%; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce .cart-collaterals .cart_totals .order-total .blank-space {
          width: 0; } }
  .woocommerce .cart-collaterals .cart_totals table th {
    width: 17%;
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    padding-right: 50px; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce .cart-collaterals .cart_totals table th {
        width: 0;
        font-size: 1.125em;
        text-align: left;
        padding-right: 0; } }
  .woocommerce .cart-collaterals .cart_totals table td.product-subtotal {
    border-bottom: none; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce .cart-collaterals .cart_totals table td.product-subtotal {
        line-height: 28px;
        text-align: right !important;
        padding-right: 16px !important; }
        .woocommerce .cart-collaterals .cart_totals table td.product-subtotal::before {
          display: none; } }
  .woocommerce .cart-collaterals .cart_totals table td .woocommerce-Price-amount {
    font-size: 1.5em;
    font-weight: bold; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce .cart-collaterals .cart_totals table td .woocommerce-Price-amount {
        font-size: 1.125em; } }

@media (min-width: 768px) {
  .coupon-section.for-desktop {
    display: table-row !important; } }

@media (min-width: 0) and (max-width: 768px) {
  .coupon-section.for-desktop {
    display: none !important; } }

.coupon-section.for-mobile {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 24px; }

.coupon-section .subtotal {
  padding-right: 50px !important; }
  @media (min-width: 0) and (max-width: 768px) {
    .coupon-section .subtotal {
      display: flex;
      justify-content: flex-start;
      padding: 4px 0 !important; }
      .coupon-section .subtotal .value {
        margin-left: auto; } }
  .coupon-section .subtotal p {
    text-align: right; }

@media (min-width: 0) and (max-width: 768px) {
  .coupon-section .discount {
    display: flex;
    justify-content: flex-start;
    padding: 4px 0; }
    .coupon-section .discount .value {
      margin-left: auto; } }

.coupon-section .coupon-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start; }
  .coupon-section .coupon-container .selected-coupon {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    min-width: 220px;
    background: #3eaddb;
    border-radius: 25px;
    color: white;
    margin: 8px 0; }
    .coupon-section .coupon-container .selected-coupon p {
      text-transform: uppercase;
      padding: 5px 0; }
    .coupon-section .coupon-container .selected-coupon a {
      padding: 5px 0; }
      @media (min-width: 0) and (max-width: 768px) {
        .coupon-section .coupon-container .selected-coupon a {
          padding: 3px 0; } }
      .coupon-section .coupon-container .selected-coupon a i {
        position: relative;
        top: 2px; }
  @media (min-width: 0) and (max-width: 768px) {
    .coupon-section .coupon-container .coupon {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .coupon-section .coupon-container .coupon .input-coupon {
        flex: 1;
        margin-right: 24px;
        padding-left: 16px;
        border: 1px solid #C4C4C4;
        border-radius: 25px; }
      .coupon-section .coupon-container .coupon .button, .coupon-section .coupon-container .coupon .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .coupon-section .coupon-container .coupon input[type="button"] {
        width: auto !important;
        height: 30px !important;
        line-height: 30px !important;
        padding: 0 16px !important; } }

.coupon-section .hide {
  display: none; }

.coupon-section .show {
  display: block; }

.woocommerce-checkout .site-content {
  padding-top: 102px; }

.woocommerce-checkout .page-title {
  margin: 30px auto;
  color: #ff5f29;
  font-size: 3em;
  line-height: 2.25em;
  text-align: center; }

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message {
  height: auto;
  width: 100%;
  background: #3EADDB;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 5px 2em;
  margin: 0 0 24px; }
  .woocommerce-checkout .woocommerce-info::before,
  .woocommerce-checkout .woocommerce-error::before,
  .woocommerce-checkout .woocommerce-message::before {
    display: none; }

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .login-btn span {
  font-weight: bold; }

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none; }

@media (min-width: 0) and (max-width: 768px) {
  .woocommerce-checkout.checkout {
    display: flex;
    flex-flow: column-reverse; } }

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-form-wrap {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%; } }

.woocommerce-checkout .checkout-form-wrap .form-row-first {
  width: 45%;
  float: left;
  clear: left; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-checkout .checkout-form-wrap .form-row-first {
      width: 100%;
      float: none; } }

.woocommerce-checkout .checkout-form-wrap .form-row-last {
  width: 45%;
  float: right;
  clear: right; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-checkout .checkout-form-wrap .form-row-last {
      width: 100%;
      float: none; } }

.woocommerce-checkout .checkout-form-wrap h3 {
  font-size: 1.125em;
  line-height: 1.125em;
  margin-bottom: 24px; }
  .woocommerce-checkout .checkout-form-wrap h3#ship-to-different-address {
    font-size: 1em;
    font-weight: normal;
    width: 100%; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-checkout .checkout-form-wrap h3 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 24px; } }
  .woocommerce-checkout .checkout-form-wrap h3 a {
    display: inline-block;
    position: relative;
    top: -14px; }
  .woocommerce-checkout .checkout-form-wrap h3.open > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-checkout .checkout-form-wrap h3 > a:after {
      font-family: "mwp" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "a"; }
    .woocommerce-checkout .checkout-form-wrap h3 > a:after {
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      position: absolute;
      top: 5px;
      right: 5px;
      font-size: 18px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); } }

.woocommerce-checkout .checkout-form-wrap .form-row {
  margin-bottom: 16px; }
  .woocommerce-checkout .checkout-form-wrap .form-row label {
    margin-bottom: 8px; }
  .woocommerce-checkout .checkout-form-wrap .form-row .select2-selection__rendered {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.woocommerce-checkout .checkout-form-wrap .woocommerce-account-fields .create-account {
  margin-bottom: 0;
  margin-top: 16px; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-checkout .checkout-form-wrap .woocommerce-account-fields .create-account {
      margin-bottom: 16px;
      margin-top: 0; } }
  .woocommerce-checkout .checkout-form-wrap .woocommerce-account-fields .create-account .input-checkbox {
    margin: 0 2px !important; }

.woocommerce-checkout .checkout-form-wrap .woocommerce-shipping-fields {
  margin-top: 16px; }
  .woocommerce-checkout .checkout-form-wrap .woocommerce-shipping-fields .mailchimp-newsletter .input-checkbox {
    margin: 0 2px !important; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-checkout .checkout-form-wrap .woocommerce-shipping-fields {
      margin: 0; }
      .woocommerce-checkout .checkout-form-wrap .woocommerce-shipping-fields .mailchimp-newsletter {
        margin-bottom: 0; }
        .woocommerce-checkout .checkout-form-wrap .woocommerce-shipping-fields .mailchimp-newsletter .input-checkbox {
          margin: 0 2px !important; } }

.woocommerce-checkout .checkout-form-wrap #review-shipping {
  font-weight: bold;
  border-bottom: 1px solid #C4C4C4;
  border-top: 1px solid #C4C4C4;
  padding: 20px 0; }
  .woocommerce-checkout .checkout-form-wrap #review-shipping .websites-depot-checkout-review-shipping-table {
    border-spacing: 0; }
    .woocommerce-checkout .checkout-form-wrap #review-shipping .websites-depot-checkout-review-shipping-table th, .woocommerce-checkout .checkout-form-wrap #review-shipping .websites-depot-checkout-review-shipping-table td {
      display: block;
      width: 100%;
      padding: 0 16px !important;
      border: 0 !important; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce-checkout .checkout-form-wrap #review-shipping .websites-depot-checkout-review-shipping-table th, .woocommerce-checkout .checkout-form-wrap #review-shipping .websites-depot-checkout-review-shipping-table td {
          padding: 0 !important; } }
  .woocommerce-checkout .checkout-form-wrap #review-shipping #shipping_method {
    margin-top: 0.75em; }
    .woocommerce-checkout .checkout-form-wrap #review-shipping #shipping_method li {
      display: flex;
      align-items: center; }
      .woocommerce-checkout .checkout-form-wrap #review-shipping #shipping_method li input {
        margin: 0; }
      .woocommerce-checkout .checkout-form-wrap #review-shipping #shipping_method li label {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-weight: normal !important; }
        .woocommerce-checkout .checkout-form-wrap #review-shipping #shipping_method li label span {
          font-weight: normal !important; }

.woocommerce-checkout #order_review {
  padding: 16px 30px 40px;
  border: 2px solid #C4C4C4;
  border-radius: 8px; }
  @media (min-width: 768px) {
    .woocommerce-checkout #order_review {
      width: 40%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-checkout #order_review {
      padding: 16px 16px 30px; } }
  .woocommerce-checkout #order_review h3 {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 16px; }
  .woocommerce-checkout #order_review .shop_table {
    border-spacing: 0;
    border-collapse: collapse; }
    .woocommerce-checkout #order_review .shop_table tbody tr td.product-name {
      width: 80%;
      padding: 20px 0 !important;
      border-bottom: 1px solid #C4C4C4;
      border-left: none;
      border-right: none; }
      .woocommerce-checkout #order_review .shop_table tbody tr td.product-name .thumb {
        width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        border-radius: 3px; }
      .woocommerce-checkout #order_review .shop_table tbody tr td.product-name .details {
        float: left;
        padding-left: 16px; }
        @media (min-width: 0) and (max-width: 768px) {
          .woocommerce-checkout #order_review .shop_table tbody tr td.product-name .details {
            display: table;
            margin-left: 16px; } }
        .woocommerce-checkout #order_review .shop_table tbody tr td.product-name .details h4 {
          font-size: 1.125em; }
          @media (min-width: 0) and (max-width: 768px) {
            .woocommerce-checkout #order_review .shop_table tbody tr td.product-name .details h4 {
              display: table-caption;
              min-width: 175px;
              width: 100%; } }
        .woocommerce-checkout #order_review .shop_table tbody tr td.product-name .details div {
          text-align: left; }
    .woocommerce-checkout #order_review .shop_table tbody tr td.product-total {
      display: none; }
    .woocommerce-checkout #order_review .shop_table tbody tr td .product-quantity {
      border: none; }
    .woocommerce-checkout #order_review .shop_table tfoot tr th {
      width: 25%;
      font-size: 1em;
      line-height: 1.5em;
      border: none;
      padding: 0; }
    .woocommerce-checkout #order_review .shop_table tfoot tr td {
      border: none;
      padding-top: 8px;
      padding-bottom: 8px;
      text-align: right; }
    .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout td {
      padding: 20px 0 !important;
      border-top: 1px solid #C4C4C4;
      border-bottom: 1px solid #C4C4C4; }
    .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout form {
      border: 0; }
      .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout form .form-row-first {
        width: 57.14286%;
        float: left;
        margin-right: 2.85714%; }
      .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout form .form-row-last {
        width: 40%;
        float: right;
        margin-right: 0;
        text-align: right; }
      .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout form p::before, .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout form p::after {
        display: none; }
      .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout form input.input-text {
        border: 1px solid #C4C4C4;
        border-radius: 25px;
        font-size: .875em;
        padding-left: 24px;
        padding-right: 24px; }
      .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout form button.button {
        padding: 0 24px !important; }
        @media (min-width: 0) and (max-width: 768px) {
          .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout form button.button {
            width: auto;
            height: 33px;
            line-height: 33px; } }
        .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout form button.button.ghost {
          border-width: 2px; }
    .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout .selected-coupon {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      align-items: center;
      min-width: 220px;
      border-radius: 25px;
      color: #444444;
      margin-top: 10px;
      padding-right: 12px; }
      .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout .selected-coupon .coupon-name {
        text-transform: uppercase;
        font-weight: normal;
        padding: 5px 0; }
        .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout .selected-coupon .coupon-name i {
          color: #ff5f29;
          position: relative;
          top: 2px;
          margin-left: 8px; }
      .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout .selected-coupon a {
        padding: 5px 0; }
        @media (min-width: 0) and (max-width: 768px) {
          .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout .selected-coupon a {
            padding: 3px 0; } }
        .woocommerce-checkout #order_review .shop_table tfoot tr.coupon-checkout .selected-coupon a i {
          position: relative;
          top: 2px; }
    .woocommerce-checkout #order_review .shop_table tfoot tr.cart-subtotal th,
    .woocommerce-checkout #order_review .shop_table tfoot tr.cart-subtotal td {
      padding-top: 20px; }
    .woocommerce-checkout #order_review .shop_table tfoot tr.cart-discount th {
      font-weight: normal; }
    .woocommerce-checkout #order_review .shop_table tfoot tr.cart-discount td {
      font-weight: normal; }
    .woocommerce-checkout #order_review .shop_table tfoot tr.cart-discount .woocommerce-remove-coupon {
      display: none; }
    .woocommerce-checkout #order_review .shop_table tfoot tr.cart-shipping th,
    .woocommerce-checkout #order_review .shop_table tfoot tr.cart-shipping td {
      padding-bottom: 20px; }
    .woocommerce-checkout #order_review .shop_table tfoot tr.order-total {
      border-top: 1px solid #C4C4C4;
      border-bottom: 1px solid #C4C4C4; }
      .woocommerce-checkout #order_review .shop_table tfoot tr.order-total th,
      .woocommerce-checkout #order_review .shop_table tfoot tr.order-total td {
        padding-top: 20px;
        padding-bottom: 20px; }

@media (min-width: 0) and (max-width: 768px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: none; }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper.show {
      display: block; } }

.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0; }
  .woocommerce-checkout #payment h4 {
    font-size: 1.125em;
    line-height: 1.5em;
    padding: 20px 16px 0; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce-checkout #payment h4 {
        padding-left: 0;
        padding-right: 0; } }
  .woocommerce-checkout #payment ul.payment_methods {
    padding-top: 0; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce-checkout #payment ul.payment_methods {
        padding-left: 0;
        padding-right: 0; } }
    .woocommerce-checkout #payment ul.payment_methods label {
      display: block;
      line-height: 1.5em;
      margin-bottom: 8px; }
  .woocommerce-checkout #payment div.payment_box {
    padding: 0;
    margin: 0;
    font-size: .875em;
    color: #444444;
    background-color: transparent; }
    .woocommerce-checkout #payment div.payment_box::before {
      display: none; }
  .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 16px; }
  .woocommerce-checkout #payment #place_order {
    float: left;
    width: 50%; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce-checkout #payment #place_order {
        display: block;
        float: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 32px; } }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-checkout #payment div.form-row {
      padding: 1em 0 !important; } }

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  width: 100%;
  float: none; }

.woocommerce form.checkout_coupon {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin: 0;
  padding: 0; }

.woocommerce-NoticeGroup {
  display: none; }

.woocommerce-order-received .page-title {
  display: none; }

.woocommerce-order-received .main-site {
  padding-bottom: 0; }

.woocommerce-order-received .site-main .image {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out; }
  .woocommerce-order-received .site-main .image img {
    max-width: 100%; }

.woocommerce-order-received .site-main .order-detail {
  color: #444444;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1; }
  .woocommerce-order-received .site-main .order-detail p {
    margin: 0;
    letter-spacing: 0; }
  .woocommerce-order-received .site-main .order-detail > h2 {
    color: #444444;
    font-size: 2.75em;
    line-height: 1.5em; }
  .woocommerce-order-received .site-main .order-detail > h3 {
    color: #444444;
    font-size: 1.5em;
    line-height: 1.125em;
    margin-bottom: 16px; }
  .woocommerce-order-received .site-main .order-detail .billing.total {
    font-weight: bold; }
    .woocommerce-order-received .site-main .order-detail .billing.total .order-number {
      text-transform: uppercase; }
    .woocommerce-order-received .site-main .order-detail .billing.total p, .woocommerce-order-received .site-main .order-detail .billing.total span {
      word-spacing: .2rem; }
    .woocommerce-order-received .site-main .order-detail .billing.total p {
      font-size: 1.125em;
      line-height: 1.5em; }
  .woocommerce-order-received .site-main .order-detail .billing-meta {
    display: flex;
    justify-content: space-between; }
  .woocommerce-order-received .site-main .order-detail .billing h3 {
    color: #444444;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 0.75em; }
  .woocommerce-order-received .site-main .order-detail .detail {
    margin-top: 1.5em; }
    .woocommerce-order-received .site-main .order-detail .detail h2 {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      cursor: pointer;
      border-bottom: 1px solid #C4C4C4; }
      .woocommerce-order-received .site-main .order-detail .detail h2:after {
        margin-left: auto;
        transform: rotate(0deg);
        transition: all .2s ease-in; }
      .woocommerce-order-received .site-main .order-detail .detail h2.active:after {
        transform: rotate(180deg);
        transition: all .2s ease-out; }
    .woocommerce-order-received .site-main .order-detail .detail .woocommerce-customer-details {
      display: none; }
    .woocommerce-order-received .site-main .order-detail .detail .woocommerce-payment-info {
      margin-bottom: 32px; }
      .woocommerce-order-received .site-main .order-detail .detail .woocommerce-payment-info .woocommerce-payment-status,
      .woocommerce-order-received .site-main .order-detail .detail .woocommerce-payment-info .woocommerce-bacs-bank-details {
        margin-bottom: 16px; }
      .woocommerce-order-received .site-main .order-detail .detail .woocommerce-payment-info .button, .woocommerce-order-received .site-main .order-detail .detail .woocommerce-payment-info .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .woocommerce-order-received .site-main .order-detail .detail .woocommerce-payment-info input[type="button"] {
        font-size: 1em;
        line-height: 50px;
        border-radius: 41px;
        text-align: center; }
      .woocommerce-order-received .site-main .order-detail .detail .woocommerce-payment-info .link {
        font-size: 1.125em;
        text-align: center; }
  .woocommerce-order-received .site-main .order-detail .woocommerce-table {
    text-align: left;
    color: #444444;
    border-spacing: 0; }
    .woocommerce-order-received .site-main .order-detail .woocommerce-table td, .woocommerce-order-received .site-main .order-detail .woocommerce-table th {
      padding: 8px 0;
      line-height: 1.4rem;
      vertical-align: top;
      text-align: left;
      border: none; }
    .woocommerce-order-received .site-main .order-detail .woocommerce-table th {
      width: 40%;
      text-align: left; }
    .woocommerce-order-received .site-main .order-detail .woocommerce-table [scope*="row"], .woocommerce-order-received .site-main .order-detail .woocommerce-table th {
      font-weight: bold; }
    .woocommerce-order-received .site-main .order-detail .woocommerce-table a {
      color: #444444; }
    .woocommerce-order-received .site-main .order-detail .woocommerce-table .shipped_via {
      display: block; }
    .woocommerce-order-received .site-main .order-detail .woocommerce-table .product-quantity {
      border: none !important; }

.woocommerce-order-received .thanks-wrapper {
  clear: both;
  overflow: hidden;
  *zoom: 1;
  display: flex;
  align-items: stretch;
  transition: all .3s ease-in-out; }

@media (min-width: 768px) {
  .woocommerce-order-received .billing-information .billing {
    padding-bottom: 2.25em;
    margin-top: 2.25em; }
    .woocommerce-order-received .billing-information .billing h3 {
      margin-bottom: 0.75em; }
    .woocommerce-order-received .billing-information .billing .full-name {
      margin-bottom: 0.525em; }
  .woocommerce-order-received .image {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%; }
  .woocommerce-order-received .order-detail {
    width: 40%;
    float: right;
    margin-right: 0; }
    .woocommerce-order-received .order-detail .billing {
      padding-bottom: 1.5em;
      margin-top: 3em; }
      .woocommerce-order-received .order-detail .billing h3 {
        margin-bottom: 0.75em; }
      .woocommerce-order-received .order-detail .billing .full-name {
        margin-bottom: 0.525em; }
      .woocommerce-order-received .order-detail .billing-payment-method {
        width: 60%; }
    .woocommerce-order-received .order-detail .woocommerce-table {
      margin-bottom: 1.5em; }
  .woocommerce-order-received .detail h2 {
    font-size: 1.25rem;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.45em;
    margin-bottom: 0.75em; }
  .woocommerce-order-received .detail .woocommerce-payment-info {
    margin-bottom: 32px; }
    .woocommerce-order-received .detail .woocommerce-payment-info .woocommerce-payment-status,
    .woocommerce-order-received .detail .woocommerce-payment-info .woocommerce-bacs-bank-details {
      margin-bottom: 16px; }
    .woocommerce-order-received .detail .woocommerce-payment-info .button, .woocommerce-order-received .detail .woocommerce-payment-info .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .woocommerce-order-received .detail .woocommerce-payment-info input[type="button"] {
      display: block;
      width: 80%;
      margin-top: 3em !important;
      margin-bottom: 2.25em !important;
      margin-left: auto !important;
      margin-right: auto !important; }
    .woocommerce-order-received .detail .woocommerce-payment-info .link {
      display: block;
      margin-bottom: 1.5em;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 0) and (max-width: 768px) {
  .woocommerce-order-received .thanks-wrapper {
    flex-flow: column; }
    .woocommerce-order-received .thanks-wrapper .image {
      width: 60%;
      align-self: center; }
      .woocommerce-order-received .thanks-wrapper .image img {
        max-width: 100%; }
    .woocommerce-order-received .thanks-wrapper .order-detail {
      order: 1;
      margin-top: 3em; }
      .woocommerce-order-received .thanks-wrapper .order-detail > h2 {
        text-align: center;
        font-size: 2.25em;
        line-height: 1.75em;
        margin-bottom: 0.3em; }
      .woocommerce-order-received .thanks-wrapper .order-detail > h3 {
        text-align: center;
        color: #444444;
        margin-bottom: 0.75em; }
      .woocommerce-order-received .thanks-wrapper .order-detail > p {
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em; }
      .woocommerce-order-received .thanks-wrapper .order-detail .billing.total {
        padding: 16px; }
      .woocommerce-order-received .thanks-wrapper .order-detail .billing-meta {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        font-size: 1.125em;
        line-height: 1em; }
        .woocommerce-order-received .thanks-wrapper .order-detail .billing-meta .order-number {
          margin-bottom: 0.45em; }
        .woocommerce-order-received .thanks-wrapper .order-detail .billing-meta .order-date {
          word-spacing: .03rem;
          margin-bottom: 0.45em; }
      .woocommerce-order-received .thanks-wrapper .order-detail .billing p {
        line-height: 1em;
        text-align: center;
        margin-bottom: 0.45em; }
      .woocommerce-order-received .thanks-wrapper .order-detail .detail {
        margin-top: 3em; }
        .woocommerce-order-received .thanks-wrapper .order-detail .detail h2 {
          font-size: 1.25rem;
          border-bottom: 1px solid #C4C4C4;
          padding-bottom: 0.45em;
          margin-bottom: 0.75em; }
        .woocommerce-order-received .thanks-wrapper .order-detail .detail .woocommerce-order-details {
          margin-bottom: 3em; }
        .woocommerce-order-received .thanks-wrapper .order-detail .detail .woocommerce-payment-info {
          margin-bottom: 3em; }
          .woocommerce-order-received .thanks-wrapper .order-detail .detail .woocommerce-payment-info .button, .woocommerce-order-received .thanks-wrapper .order-detail .detail .woocommerce-payment-info .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .woocommerce-order-received .thanks-wrapper .order-detail .detail .woocommerce-payment-info input[type="button"] {
            display: block;
            width: 80%;
            margin-left: auto !important;
            margin-right: auto !important;
            margin-top: 3em !important;
            margin-bottom: 2.25em !important;
            line-height: 40px; }
          .woocommerce-order-received .thanks-wrapper .order-detail .detail .woocommerce-payment-info .link {
            display: block;
            margin-bottom: 3em;
            margin-left: auto;
            margin-right: auto; }
      .woocommerce-order-received .thanks-wrapper .order-detail .woocommerce-table td, .woocommerce-order-received .thanks-wrapper .order-detail .woocommerce-table th {
        font-size: 1em;
        line-height: 1em; }
      .woocommerce-order-received .thanks-wrapper .order-detail .woocommerce-table th {
        width: 40%;
        text-align: left; } }

.page-template-payment-confirmation .mwp-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.page-template-payment-confirmation .site-footer {
  display: none; }

.mwp-confirm-payment-success .notification {
  margin-bottom: 20px; }

.mwp-confirm-payment-success .order-detail {
  border: 1px solid #C4C4C4;
  padding: 20px 50px;
  border-radius: 10px; }
  .mwp-confirm-payment-success .order-detail table {
    width: 100%; }
    .mwp-confirm-payment-success .order-detail table td {
      width: 50%;
      padding: 7px 0; }
      .mwp-confirm-payment-success .order-detail table td:nth-child(even) {
        font-weight: bold; }

.mwp-confirm-payment-success .btn-back {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #4fbee7;
  padding: 10px 0;
  margin-top: 16px; }

.page-template-donation {
  /* with multiple calendars */
  /* RTL support */
  /* Icons */ }
  .page-template-donation #header {
    color: #444;
    position: relative; }
    .page-template-donation #header .logo.white {
      display: none; }
    .page-template-donation #header .logo.black {
      display: block; }
  @media (min-width: 0) and (max-width: 768px) {
    .page-template-donation .sub-container {
      width: 100%; } }
  .page-template-donation .mwp-form-sub-heading {
    max-width: 60%; }
    @media (min-width: 0) and (max-width: 768px) {
      .page-template-donation .mwp-form-sub-heading {
        max-width: 100%; } }
  .page-template-donation ul.tab-menu {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 32px;
    font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif; }
    .page-template-donation ul.tab-menu li {
      width: 50%; }
      .page-template-donation ul.tab-menu li a {
        font-size: 18px;
        width: 100%;
        line-height: 45px;
        text-align: center;
        font-weight: bold;
        display: block;
        border-bottom: 4px solid transparent; }
      .page-template-donation ul.tab-menu li.ui-tabs-active a {
        border-bottom-color: #444; }
  .page-template-donation .ui-tabs-panel {
    display: flex;
    justify-content: center; }
    .page-template-donation .ui-tabs-panel .tab-content {
      max-width: 75%; }
      @media (min-width: 0) and (max-width: 768px) {
        .page-template-donation .ui-tabs-panel .tab-content {
          max-width: 100%; } }
  .page-template-donation .heading-six {
    font-size: 1.125em;
    line-height: 1.33333em;
    text-align: center;
    font-weight: bold;
    font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 32px;
    letter-spacing: -0.02em; }
    .page-template-donation .heading-six.instruction {
      margin-bottom: 22px; }
    .page-template-donation .heading-six.bank {
      margin-bottom: 8px;
      text-align: left; }
  .page-template-donation .bank-info {
    font-family: "FS Joey", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 64px;
    color: #59595B; }
  .page-template-donation ul.instruction-list {
    margin-bottom: 24px; }
    .page-template-donation ul.instruction-list li:before {
      content: "-";
      margin-right: 8px; }
  .page-template-donation .ui-widget.ui-datepicker {
    border: 1px solid #d3d3d3;
    background-color: #fff; }
  .page-template-donation .ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none; }
  .page-template-donation .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .page-template-donation .ui-datepicker .ui-datepicker-prev,
  .page-template-donation .ui-datepicker .ui-datepicker-next {
    position: absolute;
    padding: 3px;
    border-radius: 5px;
    background-color: #ff5f29;
    color: #fff; }
  .page-template-donation .ui-datepicker .ui-datepicker-prev-hover,
  .page-template-donation .ui-datepicker .ui-datepicker-next-hover {
    cursor: pointer; }
  .page-template-donation .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  .page-template-donation .ui-datepicker .ui-datepicker-next {
    right: 2px; }
  .page-template-donation .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px; }
  .page-template-donation .ui-datepicker .ui-datepicker-next-hover {
    right: 1px; }
  .page-template-donation .ui-datepicker .ui-datepicker-prev span,
  .page-template-donation .ui-datepicker .ui-datepicker-next span {
    display: block; }
  .page-template-donation .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
  .page-template-donation .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0; }
  .page-template-donation .ui-datepicker select.ui-datepicker-month,
  .page-template-donation .ui-datepicker select.ui-datepicker-year {
    width: 45%; }
  .page-template-donation .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .page-template-donation .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .page-template-donation .ui-datepicker td {
    border: 0;
    padding: 1px; }
  .page-template-donation .ui-datepicker td span,
  .page-template-donation .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none; }
  .page-template-donation .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  .page-template-donation .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible; }
  .page-template-donation .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left; }
  .page-template-donation .ui-datepicker.ui-datepicker-multi {
    width: auto; }
  .page-template-donation .ui-datepicker-multi .ui-datepicker-group {
    float: left; }
  .page-template-donation .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }
  .page-template-donation .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%; }
  .page-template-donation .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%; }
  .page-template-donation .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%; }
  .page-template-donation .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
  .page-template-donation .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0; }
  .page-template-donation .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left; }
  .page-template-donation .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0; }
  .page-template-donation .ui-datepicker-rtl {
    direction: rtl; }
  .page-template-donation .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
  .page-template-donation .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
  .page-template-donation .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  .page-template-donation .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  .page-template-donation .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
  .page-template-donation .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left; }
  .page-template-donation .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
  .page-template-donation .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .page-template-donation .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  .page-template-donation .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }
  .page-template-donation .ui-datepicker .ui-icon {
    display: block; }

.page-template-thank-you #header {
  color: #444;
  position: relative; }
  .page-template-thank-you #header .logo.white {
    display: none; }
  .page-template-thank-you #header .logo.black {
    display: block; }

.page-template-thank-you .site-main {
  min-height: 100vh; }
  @media (min-width: 0) and (max-width: 768px) {
    .page-template-thank-you .site-main {
      overflow: hidden; } }

.page-template-thank-you .sub-container {
  width: 50%;
  position: relative; }
  @media (min-width: 0) and (max-width: 768px) {
    .page-template-thank-you .sub-container {
      width: 80%; } }
  .page-template-thank-you .sub-container:before {
    background: url("img/x-blue.svg") no-repeat;
    background-size: contain;
    content: " ";
    position: absolute;
    z-index: -1;
    top: 320px;
    left: -35%;
    height: 180px;
    width: 180px;
    display: block; }
    @media (min-width: 0) and (max-width: 768px) {
      .page-template-thank-you .sub-container:before {
        left: -55%;
        top: 450px; } }
  .page-template-thank-you .sub-container:after {
    background: url("img/xx-orange.svg") no-repeat;
    background-size: contain;
    content: " ";
    height: 152px;
    width: 150px;
    position: absolute;
    z-index: -1;
    top: 160px;
    right: -35%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    overflow: hidden; }
    @media (min-width: 0) and (max-width: 768px) {
      .page-template-thank-you .sub-container:after {
        right: -50%;
        top: 0; } }

.woocommerce-message,
.woocommerce-error {
  height: auto;
  width: 100%;
  background: #3EADDB;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 5px 3em;
  margin: 0; }
  .woocommerce-message::before,
  .woocommerce-error::before {
    display: none; }

.woocommerce-error {
  background: #C4C4C4;
  color: #444444; }

.woocommerce-lost-password .page-title {
  display: none; }

.woocommerce-lost-password .mwp-form-group {
  margin-left: auto;
  margin-right: auto; }

.woocommerce-lost-password .button, .woocommerce-lost-password .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .woocommerce-lost-password input[type="button"] {
  max-width: 300px; }

.woocommerce-lost-password .site-footer {
  display: none; }

.woocommerce-account .content-area {
  padding-top: 75px !important; }
  .woocommerce-account .content-area .woocommerce {
    display: flex;
    flex-direction: column; }

.woocommerce-account .page-title {
  color: #ff5f29;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

.woocommerce-MyAccount-content {
  padding: 24px;
  float: none !important;
  width: 100% !important; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-MyAccount-content {
      padding: 24px 16px; } }

@media (min-width: 768px) {
  .woocommerce-EditAccountForm {
    width: 50%; }
    .woocommerce-EditAccountForm .button, .woocommerce-EditAccountForm .nf-form-wrap .field-wrap input[type="button"], .nf-form-wrap .field-wrap .woocommerce-EditAccountForm input[type="button"] {
      display: flex;
      align-self: flex-start;
      width: auto;
      min-width: 0; } }

@media (min-width: 768px) {
  .woocommerce-Addresses.col2-set .col-1,
  .woocommerce-Addresses.col2-set .col-2 {
    float: left;
    width: 32%;
    margin-right: 6%; } }

.woocommerce .icon.icon-edit {
  font-size: 1.125em; }
  .woocommerce .icon.icon-edit::before {
    font-size: 14px;
    margin-right: 4px; }

.woocommerce .icon.icon-arrow-68::before {
  margin-right: 8px;
  display: block;
  font-size: 20px; }

.mwp-account-section-header {
  display: flex;
  margin-bottom: 16px; }

.mwp-account-section-title {
  color: #ff5f29;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: auto; }

.mwp-account-section-button {
  color: #4fbee7;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif; }

.woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
  margin-top: 24px !important;
  margin-bottom: 16px !important; }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #C4C4C4; }
  .woocommerce-MyAccount-navigation-link {
    margin-bottom: -1px; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce-MyAccount-navigation-link {
        width: 30%;
        margin-left: auto;
        margin-right: auto; } }
    .woocommerce-MyAccount-navigation-link--woocommerce-confirm-payment {
      display: none; }
    .woocommerce-MyAccount-navigation-link a {
      font-weight: bold;
      display: block;
      padding: 16px 24px;
      color: #C4C4C4;
      border-bottom: 4px solid transparent; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce-MyAccount-navigation-link a {
          margin: 0 auto; } }
    .woocommerce-MyAccount-navigation-link.is-active a {
      border-color: #ff5f29;
      color: #444444; }
    .woocommerce-MyAccount-navigation-link--customer-logout {
      display: none; }

.woocommerce-Address-title h3 {
  color: #ff5f29;
  font-size: 1.5rem;
  line-height: 1.2; }

.woocommerce-Address-title .edit {
  color: #4fbee7;
  font-weight: bold; }

.woocommerce-Address address {
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  font-size: 1.125rem;
  padding: 10px 14px 14px;
  margin-top: 8px; }

@media (min-width: 0) and (max-width: 768px) {
  .woocommerce-Address {
    margin-bottom: 24px !important; } }

.woocommerce-address-fields {
  display: flex;
  flex-flow: column; }
  .woocommerce-address-fields__field-wrapper {
    width: 50%; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce-address-fields__field-wrapper {
        width: 100%; } }
  .woocommerce-address-fields .form-row {
    margin-bottom: 24px !important; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-address-fields .form-row-first,
    .woocommerce-address-fields .form-row-last {
      width: 100% !important; } }

@media (min-width: 0) and (max-width: 768px) {
  .woocommerce-address-button {
    margin: 0 auto; } }

.woocommerce-orders-table {
  border-spacing: 0 16px !important; }
  @media (min-width: 0) and (max-width: 768px) {
    .woocommerce-orders-table {
      border-spacing: 0 !important;
      border-bottom: 1px solid #C4C4C4 !important;
      border-radius: 0 !important; } }
  .woocommerce-orders-table__header {
    font-size: 18px !important;
    line-height: 24px !important; }
  .woocommerce-orders-table__cell {
    font-size: 16px !important;
    line-height: 24px !important; }
    @media (min-width: 0) and (max-width: 768px) {
      .woocommerce-orders-table__cell {
        display: flex !important;
        justify-content: space-between; }
        .woocommerce-orders-table__cell-order-total p {
          display: flex;
          flex-flow: column;
          align-items: flex-end; } }
    .woocommerce-orders-table__cell-order-actions {
      justify-content: center; }
      .woocommerce-orders-table__cell-order-actions::before {
        display: none; }
    .woocommerce-orders-table__cell:first-child, .woocommerce-orders-table__cell:last-child {
      border-left: none !important;
      border-right: none !important;
      border-radius: 0 !important; }
    .woocommerce-orders-table__cell .link {
      font-weight: bold; }
      @media (min-width: 0) and (max-width: 768px) {
        .woocommerce-orders-table__cell .link {
          margin-bottom: 16px; } }

.woocommerce-orders.empty-state {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
  margin-bottom: 64px; }
  .woocommerce-orders.empty-state h3 {
    font-size: 1.875em;
    line-height: 2.25em; }
  .woocommerce-orders.empty-state p {
    text-align: center; }

.woocommerce-view-order .mwp-account-section .order-status {
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin: 16px 0; }
  .woocommerce-view-order .mwp-account-section .order-status mark {
    background-color: transparent; }

.woocommerce-view-order .mwp-account-section h2 {
  font-size: 1.125em;
  line-height: 2em;
  font-weight: normal; }

.woocommerce-OrderUpdate {
  margin-bottom: 16px; }
  .woocommerce-OrderUpdate-meta {
    font-weight: normal !important; }

.mwp-detail-order {
  display: flex;
  flex-flow: row; }
  @media (min-width: 0) and (max-width: 768px) {
    .mwp-detail-order {
      flex-flow: column; } }
  .mwp-detail-order .woocommerce-order-details,
  .mwp-detail-order .woocommerce-customer-details {
    width: 80%;
    margin-right: 10%; }
    @media (min-width: 0) and (max-width: 768px) {
      .mwp-detail-order .woocommerce-order-details,
      .mwp-detail-order .woocommerce-customer-details {
        width: 100%;
        margin-right: 0; } }
  .mwp-detail-order .woocommerce-order-details__title,
  .mwp-detail-order .woocommerce-column__title {
    font-size: 1.125em;
    line-height: 2em; }
  .mwp-detail-order .woocommerce-column {
    margin-bottom: 24px; }
    .mwp-detail-order .woocommerce-column address {
      padding: 16px 0;
      border-top: 1px solid #C4C4C4;
      border-left: none;
      border-right: none;
      border-bottom: none;
      border-radius: 0; }
      .mwp-detail-order .woocommerce-column address .woocommerce-customer-details--phone,
      .mwp-detail-order .woocommerce-column address .woocommerce-customer-details--email {
        display: none; }
  .mwp-detail-order .woocommerce-table {
    text-align: left;
    color: #444444;
    border-spacing: 0 !important; }
    .mwp-detail-order .woocommerce-table thead {
      display: none; }
    .mwp-detail-order .woocommerce-table td, .mwp-detail-order .woocommerce-table th {
      padding: 16px 0 !important;
      line-height: 1.4rem !important;
      vertical-align: top !important;
      text-align: left;
      border-top: none !important;
      border-bottom: 1px solid #C4C4C4 !important; }
    .mwp-detail-order .woocommerce-table td:first-child {
      border-left: none !important;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important; }
    .mwp-detail-order .woocommerce-table td:last-child {
      border-right: none !important;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
      text-align: right !important; }
    .mwp-detail-order .woocommerce-table tfoot tr:first-child th, .mwp-detail-order .woocommerce-table tfoot tr:first-child td {
      border-top: 1px solid #C4C4C4 !important; }
    .mwp-detail-order .woocommerce-table th {
      width: 40%;
      text-align: left; }
    .mwp-detail-order .woocommerce-table [scope*="row"], .mwp-detail-order .woocommerce-table th {
      font-weight: bold; }
    .mwp-detail-order .woocommerce-table a {
      color: #444444; }
    .mwp-detail-order .woocommerce-table .shipped_via {
      display: inline-block; }
    .mwp-detail-order .woocommerce-table .product-quantity {
      border: none !important;
      width: 100% !important;
      text-align: left !important;
      padding-right: 0 !important; }
    .mwp-detail-order .woocommerce-table .thumb {
      width: 80%; }
    .mwp-detail-order .woocommerce-table .details {
      text-align: left !important; }
      .mwp-detail-order .woocommerce-table .details .pname {
        font-weight: bold; }
    @media (min-width: 0) and (max-width: 768px) {
      .mwp-detail-order .woocommerce-table .attribute {
        text-align: left !important; } }
    .mwp-detail-order .woocommerce-table .attribute p {
      text-transform: capitalize; }
    .mwp-detail-order .woocommerce-table .first-td,
    .mwp-detail-order .woocommerce-table .last-td {
      border-bottom: none !important;
      border-top: 1px solid #C4C4C4 !important; }
    .mwp-detail-order .woocommerce-table .last-td {
      display: flex;
      flex-flow: row;
      justify-content: space-between; }
      @media (min-width: 0) and (max-width: 768px) {
        .mwp-detail-order .woocommerce-table .last-td {
          flex-flow: column;
          justify-content: flex-start; } }

.mwp-customer-detail {
  display: flex;
  flex-flow: row wrap; }
  @media (min-width: 768px) {
    .mwp-customer-detail {
      width: 50%; } }
  @media (min-width: 0) and (max-width: 768px) {
    .mwp-customer-detail {
      flex-flow: column; } }
  .mwp-customer-detail-item {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .mwp-customer-detail-item {
        width: calc(50% - 8px); } }
  .mwp-customer-detail-title {
    font-size: 1.15rem;
    font-weight: bold;
    font-family: "Korb", "FS Joey", "Helvetica Neue", Helvetica, sans-serif; }

/*# sourceMappingURL=style.css.map */
