@charset "UTF-8";
/*
Theme Name:       Storechild
Theme URI:        http://www.woothemes.com/products/storechild/
Description:      A storefront child theme starter.
Author:           WooThemes
Author URI:       http://woothemes.com
Template:         storefront
Version:          1.0.0
License:          GNU General Public License v2 or later
License URI:      http://www.gnu.org/licenses/gpl-2.0.html
Tags:             light, dark, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready
Text Domain:      storechild
*/
body,
button,
input,
select,
textarea {
  font-family: "futura-pt", serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futura-pt", sans-serif;
  font-weight: 700; }

img {
  border-radius: 0; }

/*
 *  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; }
  .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-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%;
    -webkit-transform-style: preserve-3d; }
  .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;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .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 {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -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 .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.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%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.slider {
  background-color: #f4f4f4; }
  .slider .col-full {
    margin-right: 0;
    margin-left: 0; }
  @media (min-width: 768px) {
    .slider {
      padding-bottom: 140px; }
      .slider .col-full {
        margin: 0 auto; } }

.owl-carousel--home .owl-carousel__item {
  background-position: 12% 0;
  background-repeat: no-repeat;
  background-size: auto 60%;
  height: calc(100vh - 220px); }
  @media (min-width: 768px) {
    .owl-carousel--home .owl-carousel__item {
      background-position: center center;
      background-size: cover;
      height: 600px; } }

.owl-carousel--home .owl-carousel__item-caption {
  position: absolute;
  bottom: 3%;
  display: block;
  padding: 0 2em;
  z-index: 20; }
  @media (min-width: 768px) {
    .owl-carousel--home .owl-carousel__item-caption {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 30%;
      max-width: 400px;
      min-width: 400px;
      padding: 0; } }

.owl-carousel--home .owl-carousel__item-title {
  color: #484848;
  text-transform: uppercase; }
  .owl-carousel--home .owl-carousel__item-title span {
    color: #d3b45b;
    font-weight: 400; }
  @media (min-width: 768px) {
    .owl-carousel--home .owl-carousel__item-title {
      font-size: 30px; } }

.owl-carousel--home .owl-nav {
  margin-top: 0;
  text-align: right; }
  @media (min-width: 768px) {
    .owl-carousel--home .owl-nav {
      margin-bottom: 70px; } }

.owl-carousel--home .owl-nav [class*="owl-"] {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 1px solid #acacac;
  border-radius: 0;
  color: #1d1d1b;
  text-align: center;
  line-height: 30px; }
  .owl-carousel--home .owl-nav [class*="owl-"]:hover {
    background-color: #000000;
    border-color: #000000; }

.newsletter-widget {
  background-color: #f4f4f4; }

#gform_1 {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0; }
  #gform_1::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 768px) {
    #gform_1 {
      padding-top: 85px;
      padding-bottom: 85px; } }
  #gform_1 .gform_heading,
  #gform_1 .gform_body {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    #gform_1 .gform_heading,
    #gform_1 .gform_body,
    #gform_1 .gform_footer {
      margin-bottom: 0; }
    #gform_1 .gform_heading {
      width: 47.8260869565%;
      float: left;
      margin-right: 4.347826087%;
      margin-right: 20px; }
    #gform_1 .gform_body {
      width: 30.4347826087%;
      float: left;
      margin-right: 4.347826087%;
      margin-right: 10px; }
    #gform_1 .gform_footer {
      width: 13.0434782609%;
      float: left;
      margin-right: 4.347826087%;
      float: right;
      margin-right: 0;
      float: left; }
      #gform_1 .gform_footer input {
        width: 100%; } }
  #gform_1 .gform_title {
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase; }
  #gform_1 > .gform_footer {
    padding: 0 0 .625em; }
  #gform_1 .gform_fields {
    margin: 0; }
    #gform_1 .gform_fields li {
      list-style-type: none; }
      #gform_1 .gform_fields li label {
        display: none; }
  #gform_1 .ginput_container_email input {
    background-color: #FFF;
    width: 100%; }

.site-header .site-logo-link {
  font-size: 0;
  line-height: 0;
  width: 165px; }
  .site-header .site-logo-link img {
    display: inline-block;
    margin-top: 10px;
    max-width: 100%;
    position: static; }

.site-search .widget_product_search input[type="search"] {
  background-color: #FFF;
  box-shadow: none;
  color: rgba(29, 29, 27, 0.8);
  font-size: 15px;
  font-weight: 400; }

@media (min-width: 768px) {
  .woocommerce-active .site-header .secondary-navigation {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%; }
  .woocommerce-active .site-header .site-search {
    width: 30.4347826087%;
    float: right;
    margin-right: 0; }
    .woocommerce-active .site-header .site-search .widget {
      float: left;
      width: 78%; }
    .woocommerce-active .site-header .site-search .languages {
      float: right;
      position: relative;
      width: 17%; }
      .woocommerce-active .site-header .site-search .languages a {
        font-weight: 400; }
    .woocommerce-active .site-header .site-search .languages__toggle {
      display: block;
      line-height: 1.3;
      padding: 1.41575em 0.875em;
      text-transform: uppercase; }
      .woocommerce-active .site-header .site-search .languages__toggle::after {
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        margin-left: 5px; }
    .woocommerce-active .site-header .site-search .languages__dropdown {
      position: absolute;
      top: 75%;
      background-color: #f4f4f4;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      display: none;
      list-style-type: none;
      margin: 0;
      min-width: 3em;
      padding: 10px 0.875em; }
      .woocommerce-active .site-header .site-search .languages__dropdown .active {
        display: none; } }

.main-navigation ul li {
  text-transform: uppercase; }
  .main-navigation ul li.product h3 {
    text-align: left; }
    .main-navigation ul li.product h3::after {
      display: inline-block;
      font: normal normal normal 1em/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f105";
      margin-left: .8em; }
    .main-navigation ul li.product h3 mark {
      display: none; }
  .main-navigation ul li.smm-active .widget ul.products li {
    margin-bottom: 0 !important; }

.secondary-navigation .menu > li,
.secondary-navigation .menu > li:first-child {
  font-size: 15px; }
  .secondary-navigation .menu > li > a,
  .secondary-navigation .menu > li:first-child > a {
    color: rgba(29, 29, 27, 0.8); }
    .secondary-navigation .menu > li > a::before,
    .secondary-navigation .menu > li:first-child > a::before {
      display: inline-block;
      font: normal normal normal 1em/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: transparent;
      content: '\f007';
      display: block;
      left: -10px; }

.smm-mega-menu,
.site-header-cart .widget_shopping_cart {
  background-color: #e6e6e6 !important;
  box-shadow: 0 0 0 4px transparent, 0 4px 4px rgba(0, 0, 0, 0.2); }

.smm-mega-menu {
  padding: 2em; }

@media (min-width: 768px) {
  .site-info {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%; }
  .footer-navigation {
    width: 73.9130434783%;
    float: right;
    margin-right: 0;
    padding: 2.617924em 0; } }

.site-footer {
  padding: 0 0 5.9968353111em; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 0; } }

.site-info {
  font-size: 12px;
  text-transform: uppercase; }
  .site-info span,
  .site-info a {
    color: rgba(29, 29, 27, 0.3) !important;
    font-size: 11px;
    font-weight: normal; }

.footer-navigation {
  text-align: right; }
  .footer-navigation ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding-left: 0; }
    .footer-navigation ul li {
      display: inline-block;
      font-size: 12px;
      padding: 0 13px;
      position: relative;
      text-align: left;
      text-transform: uppercase; }
      .footer-navigation ul li::after {
        position: absolute;
        top: -1px;
        right: -6px;
        content: '\2014';
        display: block; }
      .footer-navigation ul li a {
        color: #1d1d1b;
        font-weight: 400; }
        .footer-navigation ul li a:hover {
          text-decoration: underline; }
      .footer-navigation ul li.social-link {
        padding: 0 5px; }
        .footer-navigation ul li.social-link::after {
          content: ''; }
        .footer-navigation ul li.social-link a {
          height: 20px;
          width: 20px;
          background: #000000;
          border-radius: 50%;
          color: #FFF;
          display: inline-block;
          line-height: 20px;
          text-align: center; }
          .footer-navigation ul li.social-link a:hover {
            text-decoration: none; }
          .footer-navigation ul li.social-link a .fa {
            font-size: .9em; }
      .footer-navigation ul li.social-link-facebook {
        padding-left: 13px; }

#user {
  display: none; }

@media (min-width: 768px) {
  .page-template-template-homepage .site-main {
    padding-top: 0;
    margin-top: -140px; } }

.page-section--home-categories .category-block {
  cursor: pointer;
  position: relative; }
  @media (min-width: 768px) {
    .page-section--home-categories .category-block:first-child {
      width: 33.33%;
      float: left;
      margin-right: 4.347826087%;
      margin-right: 0px; }
    .page-section--home-categories .category-block:last-child {
      width: 66.67%;
      float: left;
      margin-right: 4.347826087%;
      margin-right: 0px; } }
  .page-section--home-categories .category-block .image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
    color: #fff;
    padding: 2em;
    width: 100%; }
  .page-section--home-categories .category-block .image-caption__text {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase; }
    .page-section--home-categories .category-block .image-caption__text a {
      color: #FFF; }
      .page-section--home-categories .category-block .image-caption__text a:not(.button--arrow) {
        float: left; }
    .page-section--home-categories .category-block .image-caption__text .button--arrow {
      display: none; }
      @media (min-width: 768px) {
        .page-section--home-categories .category-block .image-caption__text .button--arrow {
          display: inline-block; } }

@media (min-width: 768px) {
  .home .content-area {
    margin-bottom: 0; } }

.home .storefront-featured-products .columns-3 ul.products li.product {
  /*> .woocommerce-LoopProduct-link {
            position: relative;
            
            &::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 5;
            }          
          }

          &:nth-child(odd),
          &:nth-child(odd) > .woocommerce-LoopProduct-link::before {
            background: rgba($color_black, .03);
          }

          &:nth-child(even),
          &:nth-child(even) > .woocommerce-LoopProduct-link::before {
            background: rgba($color_black, .06);
          }

          .product-meta {
            padding: 0 ms(3) ms(7);
          }
          h2,
          h3 {
            margin-bottom: 1em;
          }

          .price {
            color: #d3b45b;
            font-size: 1.43em;
            margin: 0 0 ms(-5);
          }*/ }
  .home .storefront-featured-products .columns-3 ul.products li.product:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .home .storefront-featured-products .columns-3 ul.products li.product {
      width: 33.33%;
      float: left;
      margin-right: 4.347826087%;
      margin-right: 0px; } }

.page-section--home-about {
  margin-top: 6em;
  margin-bottom: 6em; }
  .page-section--home-about::after {
    clear: both;
    content: "";
    display: block; }
  .page-section--home-about .page-section__text {
    padding: 4em 0; }
  @media (min-width: 768px) {
    .page-section--home-about .page-section__image {
      width: 50%;
      float: left;
      margin-right: 4.347826087%;
      margin-right: 0px; }
    .page-section--home-about .page-section__text {
      width: 50%;
      float: left;
      margin-right: 4.347826087%;
      margin-right: 0px;
      padding: 4em 0 0 4em; } }
  .page-section--home-about .page-section__text .button {
    margin-right: 20px; }
  .page-section--home-about .page-section__text a:not(.button) {
    text-decoration: underline;
    text-transform: uppercase; }
  .page-section--home-about .page-section__title {
    text-transform: uppercase; }

.notification {
  background-color: #000000;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase; }

.site-main ul.products {
  margin-bottom: 3em; }
  @media (min-width: 768px) {
    .site-main ul.products li.product {
      width: 33.33%;
      float: left;
      margin-right: 4.347826087%;
      margin-right: 0px;
      margin-bottom: 0; } }
  .site-main ul.products li.product > .woocommerce-LoopProduct-link {
    position: relative; }
    .site-main ul.products li.product > .woocommerce-LoopProduct-link::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
  .site-main ul.products li.product:nth-child(odd),
  .site-main ul.products li.product:nth-child(odd) > .woocommerce-LoopProduct-link::before {
    background: rgba(0, 0, 0, 0.03); }
  .site-main ul.products li.product:nth-child(even),
  .site-main ul.products li.product:nth-child(even) > .woocommerce-LoopProduct-link::before {
    background: rgba(0, 0, 0, 0.06); }
  .site-main ul.products li.product .product-meta {
    padding: 0 1.618em 4.235801032em; }
  .site-main ul.products li.product h2,
  .site-main ul.products li.product h3 {
    margin-bottom: 1em; }
  .site-main ul.products li.product .price {
    color: #d3b45b;
    font-size: 1.43em;
    margin: 0 0 0.3342343017em; }
  .site-main ul.products li.product.outofstock .price {
    visibility: hidden; }

@media (min-width: 768px) {
  .storefront-sorting {
    margin-bottom: 1.618em; } }

.woocommerce-result-count {
  color: #c2bdb3; }

.woocommerce-pagination {
  float: none; }
  .woocommerce-pagination .page-numbers li .page-numbers {
    background-color: transparent;
    border: 1px solid #9c9c9c; }

.single-product div.product .images {
  margin-bottom: 0.875em; }
  .single-product div.product .images .woocommerce-main-image {
    margin-bottom: 1em; }
  .single-product div.product .images .woocommerce-main-image,
  .single-product div.product .images .thumbnails a {
    position: relative; }
    .single-product div.product .images .woocommerce-main-image::before,
    .single-product div.product .images .thumbnails a::before {
      background: rgba(0, 0, 0, 0.06);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
  .single-product div.product .images .thumbnails a::before {
    background: rgba(0, 0, 0, 0.03); }
  .single-product div.product .images .slider {
    background-color: transparent;
    padding: 0; }
    .single-product div.product .images .slider div#slider-prev,
    .single-product div.product .images .slider div#slider-next {
      z-index: 9999; }

.single-product div.product .product_title {
  text-transform: uppercase; }

.single-product div.product .summary .price {
  background-color: transparent !important;
  color: #d3b45b !important;
  font-size: 25px;
  font-weight: 400 !important; }

.single-product div.product form.cart {
  margin-bottom: 0; }
  .single-product div.product form.cart .quantity {
    margin-right: 10px; }
  .single-product div.product form.cart .button {
    float: none; }

.single-product div.product .product_meta {
  display: none; }

.single-product div.product .link--contact-us a {
  color: #d3b45b;
  font-weight: normal;
  text-decoration: underline; }
  .single-product div.product .link--contact-us a:hover {
    text-decoration: none; }

.single-product div.product .share {
  margin-top: 40px; }

.product.outofstock .price {
  display: none !important; }

.product.outofstock h3 {
  margin-top: 0 !important; }

.product.outofstock .stock {
  margin-bottom: 6px;
  font-size: 1.43em; }

.stock {
  text-transform: uppercase;
  font-weight: bold; }
  .stock::before {
    content: "" !important;
    margin: 0; }

div.pp_woocommerce .pp_gallery ul li a {
  border: 0;
  box-shadow: none; }

.woocommerce-tabs ul.tabs li {
  text-transform: uppercase; }
  .woocommerce-tabs ul.tabs li a {
    color: #a0a0a0; }
  .woocommerce-tabs ul.tabs li.active a {
    color: #000000; }

.woocommerce-tabs .wc-tab h2 {
  display: none; }

.designer__image {
  margin-right: 2.617924em;
  margin-bottom: 2.617924em;
  border-radius: 50%;
  float: left;
  max-width: 200px; }

.share p {
  color: #dddddd;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em; }

.share a {
  color: #dddddd;
  margin-right: 20px; }
  .share a:hover {
    color: #000000; }

.woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
  float: none;
  margin-right: 0;
  width: 100%; }

#shipping_method label {
  font-weight: normal; }

.page-template-template-about-us .content-area {
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .page-template-template-about-us .content-area {
      margin-top: 265px; } }

.page-section--about-us-1,
.page-section--about-us-2 {
  display: block; }
  .page-section--about-us-1 .page-section__content::after,
  .page-section--about-us-2 .page-section__content::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 768px) {
    .page-section--about-us-1 .content-block,
    .page-section--about-us-2 .content-block {
      width: 47.8260869565%;
      float: left;
      margin-right: 4.347826087%; }
      .page-section--about-us-1 .content-block--right,
      .page-section--about-us-2 .content-block--right {
        float: right;
        margin-right: 0; } }

@media (min-width: 768px) {
  .page-section--about-us-1 {
    margin-top: 118px; }
    .page-section--about-us-1 .content-block--right {
      margin-top: -165px; } }

.page-section--about-us-1 .intro {
  background-color: #f8f8f8;
  color: #484848;
  padding: 3.706325903em; }

.page-section--about-us-2 {
  margin-top: 2.617924em; }

.favorites figcaption {
  font-size: 12px;
  font-weight: 700;
  padding-left: 5%;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: top left; }

.quote {
  border-left-width: 6px;
  margin: 4.235801032em 0;
  padding-left: 3.5em; }
  .quote .quote__text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700; }
  .quote footer {
    color: #777;
    display: block;
    line-height: 1.5; }
    .quote footer::before {
      content: '— '; }

.page-template-template-faq .content-area {
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.page-template-template-faq .woocommerce-breadcrumb {
  margin-bottom: 0; }

.page-template-template-faq .entry-header::after {
  clear: both;
  content: "";
  display: block; }

@media (min-width: 768px) {
  .page-template-template-faq .entry-header .entry-title,
  .page-template-template-faq .entry-header .contact-us {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%; }
  .page-template-template-faq .entry-header .entry-title {
    text-transform: uppercase; }
  .page-template-template-faq .entry-header .contact-us {
    float: right;
    margin-right: 0;
    color: rgba(72, 72, 72, 0.8);
    margin-top: 9px;
    text-align: right; }
    .page-template-template-faq .entry-header .contact-us .button {
      margin-left: 10px; } }

.faq__items {
  border: 1px solid #e5e5e5;
  margin-top: 2.2906835em; }

.faq__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 2.2em; }
  .faq__item:last-child {
    border-bottom: 0; }

.faq__question {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.5em; }

.faq__answer {
  color: #898888; }
  .faq__answer p:last-child {
    margin-bottom: 0; }

.page-template-template-contact .content-area {
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .page-template-template-contact .content-area {
      margin-top: 60px; } }

.page-section--contact {
  display: block; }
  .page-section--contact .page-section__content {
    background-color: #f8f8f8; }
    .page-section--contact .page-section__content::after {
      clear: both;
      content: "";
      display: block; }
  .page-section--contact .content-block--right {
    padding: 3.706325903em 1em;
    padding-left: 0;
    padding-right: 3.706325903em; }
    .page-section--contact .content-block--right a {
      text-decoration: underline; }
      .page-section--contact .content-block--right a:hover {
        text-decoration: none; }
  @media (min-width: 768px) {
    .page-section--contact {
      margin-top: 150px; }
      .page-section--contact .content-block {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%; }
        .page-section--contact .content-block--right {
          float: right;
          margin-right: 0; } }

.team-member {
  margin-bottom: 45px; }
  .team-member::after {
    clear: both;
    content: "";
    display: block; }
  .team-member__image {
    height: 100px;
    width: 100px;
    display: block;
    float: left;
    margin-right: 37px; }
    .team-member__image img {
      border-radius: 50%; }
  .team-member__content {
    position: relative; }

.contact-meta {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 3.8em 0 0; }
  .contact-meta::after {
    clear: both;
    content: "";
    display: block; }
  .contact-meta .contact-meta__address,
  .contact-meta .contact-meta__email {
    font-size: 14px; }
    @media (min-width: 768px) {
      .contact-meta .contact-meta__address,
      .contact-meta .contact-meta__email {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%; } }
  @media (min-width: 768px) {
    .contact-meta .contact-meta__email {
      float: right;
      margin-right: 0;
      text-align: right; } }

.google-maps {
  height: 500px;
  width: 100%;
  z-index: 0; }

.woocommerce-account .content-area {
  float: none;
  margin-right: 0;
  width: 100%; }

@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%; }
  .woocommerce-MyAccount-content {
    width: 73.9130434783%;
    float: right;
    margin-right: 0; }
    .woocommerce-MyAccount-content .form-row-first {
      width: 41.1764705882%;
      float: left;
      margin-right: 5.8823529412%; }
    .woocommerce-MyAccount-content .form-row-last {
      width: 52.9411764706%;
      float: right;
      margin-right: 0; } }

body.woocommerce #primary {
  float: none;
  width: 100%; }

a:focus {
  outline-color: transparent; }

.site-content {
  position: relative; }

.page-title {
  color: #FFF;
  font-size: 50px;
  text-transform: uppercase; }
  .error-404 .page-title {
    color: #1d1d1b; }
  @media (min-width: 768px) {
    .archive .page-title {
      max-width: 40%;
      margin-bottom: 1.41575em; } }

.section {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .section:after {
    content: " ";
    display: block;
    clear: both; }

.authentic-badge {
  display: none; }
  @media (min-width: 768px) {
    .home .authentic-badge {
      position: fixed;
      top: 50%;
      left: 0;
      height: 168px;
      width: 46px;
      background: url("images/authentic.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      display: block;
      z-index: 999; } }

.hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 96px;
  height: 565px;
  width: 100%; }
  @media (min-width: 768px) {
    .hero {
      top: 209px; } }

.button {
  text-transform: uppercase;
  border-radius: 2px;
  border: none !important; }
  .button:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .button:focus {
    outline-color: transparent; }
  .button--arrow {
    height: 40px;
    width: 40px;
    border: 1px solid #FFF;
    color: #FFF;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 30px;
    margin: 5px;
    padding: 4px 7px;
    text-align: center; }
    .button--arrow:hover {
      background-color: #000000;
      border-color: #000000; }

.woocommerce-breadcrumb {
  text-transform: uppercase; }
  .archive .woocommerce-breadcrumb {
    color: #FFF; }
    .archive .woocommerce-breadcrumb a {
      color: #959494; }
      .archive .woocommerce-breadcrumb a:hover {
        color: #FFF !important; }
