@charset "UTF-8";
/********************************************************************************************* 

x. Imports

*********************************************************************************************/
@import 'https://use.typekit.net/wdl5elz.css';
@font-face {
  font-family: "Golden Hills";
  src: url("../fonts/goldenhills-webfont.woff2") format("woff2"), url("../fonts/goldenhills-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.flex-slider .slides,
.flex-slider .slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider.background-slideshow {
  background: black;
  height: auto !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flexslider.background-slideshow .slides {
  width: 100%;
  height: 100%;
}
.flexslider.background-slideshow .slides li {
  height: 100%;
}

.flexslider .slides {
  /*
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  */
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.flexslider.controls {
  padding: 0 150px;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* ====================================================================================================================
 * Controls
 * ====================================================================================================================*/
.flexslider {
  overflow: visible !important;
}
.flexslider .flex-control-nav {
  margin: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.flexslider .flex-control-nav li {
  margin: 0 5px;
}
.flexslider .flex-control-nav li a {
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.flexslider .flex-control-nav li a.flex-active {
  background: #7FA0B0;
}
.flexslider .flex-direction-nav li {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 20;
}
.flexslider .flex-direction-nav li.flex-nav-next {
  right: 0;
}
.flexslider .flex-direction-nav li.flex-nav-prev {
  left: 0;
}
.flexslider .flex-direction-nav li a:hover svg {
  fill: #951729;
}
.flexslider .flex-direction-nav li a svg {
  fill: #C11E35;
  width: 100px;
  height: auto;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button #respond input#submit {
  color: white;
  font-family: revolution-gothic, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #C11E35;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 40px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button #respond input#submit.disabled,
.woocommerce input.button #respond input#submit:disabled,
.woocommerce input.button #respond input#submit:disabled[disabled],
.woocommerce input.button #respond input#submit.disabled:hover,
.woocommerce input.button #respond input#submit:disabled:hover,
.woocommerce input.button #respond input#submit:disabled[disabled]:hover,
.woocommerce-page a.button.disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page a.button:disabled[disabled],
.woocommerce-page a.button.disabled:hover,
.woocommerce-page a.button:disabled:hover,
.woocommerce-page a.button:disabled[disabled]:hover,
.woocommerce-page button.button.disabled,
.woocommerce-page button.button:disabled,
.woocommerce-page button.button:disabled[disabled],
.woocommerce-page button.button.disabled:hover,
.woocommerce-page button.button:disabled:hover,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce-page input.button #respond input#submit.disabled,
.woocommerce-page input.button #respond input#submit:disabled,
.woocommerce-page input.button #respond input#submit:disabled[disabled],
.woocommerce-page input.button #respond input#submit.disabled:hover,
.woocommerce-page input.button #respond input#submit:disabled:hover,
.woocommerce-page input.button #respond input#submit:disabled[disabled]:hover {
  color: white;
  background: #df334b;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button #respond input#submit.alt {
  color: white;
  background: #C11E35;
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button #respond input#submit.alt.disabled,
.woocommerce input.button #respond input#submit.alt:disabled,
.woocommerce input.button #respond input#submit.alt:disabled[disabled],
.woocommerce input.button #respond input#submit.alt.disabled:hover,
.woocommerce input.button #respond input#submit.alt:disabled:hover,
.woocommerce input.button #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce-page a.button.alt.disabled,
.woocommerce-page a.button.alt:disabled,
.woocommerce-page a.button.alt:disabled[disabled],
.woocommerce-page a.button.alt.disabled:hover,
.woocommerce-page a.button.alt:disabled:hover,
.woocommerce-page a.button.alt:disabled[disabled]:hover,
.woocommerce-page button.button.alt.disabled,
.woocommerce-page button.button.alt:disabled,
.woocommerce-page button.button.alt:disabled[disabled],
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:disabled:hover,
.woocommerce-page button.button.alt:disabled[disabled]:hover,
.woocommerce-page input.button #respond input#submit.alt.disabled,
.woocommerce-page input.button #respond input#submit.alt:disabled,
.woocommerce-page input.button #respond input#submit.alt:disabled[disabled],
.woocommerce-page input.button #respond input#submit.alt.disabled:hover,
.woocommerce-page input.button #respond input#submit.alt:disabled:hover,
.woocommerce-page input.button #respond input#submit.alt:disabled[disabled]:hover {
  color: white;
  background: #df334b;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button #respond input#submit.alt:hover {
  color: white;
  background: #951729;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button #respond input#submit:hover {
  color: white;
  background: #951729;
}
.woocommerce a.remove,
.woocommerce-page a.remove {
  color: #C11E35 !important;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.woocommerce a.remove:hover,
.woocommerce-page a.remove:hover {
  background: #C11E35;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  border: 5px solid #ECECEC;
  padding: 30px;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 1.25em;
  margin: 0;
}
.woocommerce div.product,
.woocommerce-page div.product {
  display: flex;
  justify-content: space-between;
}
.woocommerce div.product .content,
.woocommerce-page div.product .content {
  margin: 30px 0;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  margin: 0;
  float: none;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  margin: 0;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
  margin: 0 0 30px 0;
  float: none;
}
.woocommerce div.product form.cart .group_table,
.woocommerce div.product form.cart .woocommerce-variation,
.woocommerce-page div.product form.cart .group_table,
.woocommerce-page div.product form.cart .woocommerce-variation {
  margin: 0 0 30px 0;
}
.woocommerce div.product form.cart .group_table td,
.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .variations td {
  vertical-align: middle;
  padding-bottom: 0;
}
.woocommerce div.product form.cart .group_table tr:not(:last-child) td,
.woocommerce div.product form.cart .variations tr:not(:last-child) td,
.woocommerce-page div.product form.cart .group_table tr:not(:last-child) td,
.woocommerce-page div.product form.cart .variations tr:not(:last-child) td {
  padding-bottom: 10px;
}
.woocommerce div.product form.cart .group_table label,
.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .group_table label,
.woocommerce-page div.product form.cart .variations label {
  font-weight: 500;
}
.woocommerce div.product form.cart .woocommerce-variation-description p,
.woocommerce-page div.product form.cart .woocommerce-variation-description p {
  margin: 0 0 30px 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  color: #27415A;
  font-size: 1em;
  font-weight: 500;
}
.woocommerce div.product .product_meta,
.woocommerce-page div.product .product_meta {
  display: none;
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  color: #C11E35;
  font-size: 1.875em;
}
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-page div.product .woocommerce-product-details__short-description {
  margin: 30px 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 30px 0;
  padding: 0;
}
.woocommerce form.checkout_coupon button,
.woocommerce-page form.checkout_coupon button {
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce form.checkout_coupon .input-text,
.woocommerce-page form.checkout_coupon .input-text {
  width: 200px;
  height: 50px;
  border: 1px solid #dad9d7;
  margin: 0 5px 0 0;
  padding: 0 10px;
}
.woocommerce form fieldset,
.woocommerce-page form fieldset {
  border: none;
}
.woocommerce form fieldset legend,
.woocommerce-page form fieldset legend {
  display: none;
}
.woocommerce form .form-row span:not(.required),
.woocommerce-page form .form-row span:not(.required) {
  font-size: 0.8em;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce-page form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.woocommerce-invalid select {
  border-color: #C11E35;
}
.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce-page form .form-row.woocommerce-invalid label {
  color: #C11E35;
}
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce-page form .form-row.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.woocommerce-validated select {
  border-color: #DAD9D7;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
  color: #C11E35;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 220px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 48%;
}
.woocommerce form input.input-text,
.woocommerce form select,
.woocommerce-page form input.input-text,
.woocommerce-page form select {
  font-family: montserrat, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  height: 35px;
  border: 1px solid #DAD9D7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.woocommerce form label,
.woocommerce-page form label {
  text-transform: capitalize;
}
.woocommerce form select,
.woocommerce-page form select {
  background-color: white;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
}
.woocommerce form textarea,
.woocommerce-page form textarea {
  font-family: montserrat, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  height: 220px;
  border: 1px solid #DAD9D7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  resize: none;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
  border: 1px solid #27415A;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
  border-right: 1px solid #27415A;
}
.woocommerce nav.woocommerce-pagination ul li:last-child,
.woocommerce-page nav.woocommerce-pagination ul li:last-child {
  border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
  color: #27415A;
  background: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span:focus,
.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span:focus,
.woocommerce-page nav.woocommerce-pagination ul li span:hover {
  color: white;
  background: #27415A !important;
}
.woocommerce #order_review,
.woocommerce-page #order_review {
  border: 5px solid #ECECEC;
  margin: 30px 0 0 0;
  padding: 30px;
}
.woocommerce #order_review table.shop_table thead tr:first-child td,
.woocommerce #order_review table.shop_table thead tr:first-child th,
.woocommerce-page #order_review table.shop_table thead tr:first-child td,
.woocommerce-page #order_review table.shop_table thead tr:first-child th {
  padding-top: 0;
}
.woocommerce #order_review_heading,
.woocommerce-page #order_review_heading {
  display: none;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin: 0;
}
.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
  text-align: left;
  width: 70px;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  font-family: revolution-gothic, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #C11E35;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th {
  padding: 30px;
}
.woocommerce table.shop_table td:first-child,
.woocommerce table.shop_table th:first-child,
.woocommerce-page table.shop_table td:first-child,
.woocommerce-page table.shop_table th:first-child {
  padding-left: 0;
}
.woocommerce table.shop_table td:last-child,
.woocommerce table.shop_table th:last-child,
.woocommerce-page table.shop_table td:last-child,
.woocommerce-page table.shop_table th:last-child {
  padding-right: 0;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-top: 1px solid #ECECEC;
}
.woocommerce table.shop_table td.product-thumbnail,
.woocommerce-page table.shop_table td.product-thumbnail {
  width: 15%;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-family: revolution-gothic, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
  color: white;
  background: #C11E35;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: flex-start;
}
.woocommerce ul.order_details:before,
.woocommerce-page ul.order_details:before {
  display: none;
}
.woocommerce ul.order_details li,
.woocommerce-page ul.order_details li {
  border-right: 1px solid white;
  margin: 0;
  padding: 30px;
  float: none;
}
.woocommerce ul.order_details li strong,
.woocommerce-page ul.order_details li strong {
  margin: 30px 0 0 0;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
}
.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title mark,
.woocommerce-page ul.products li.product.product-category .woocommerce-loop-category__title mark {
  display: none;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
  text-align: center;
}
.woocommerce ul.products li.product a img:not(:first-child),
.woocommerce-page ul.products li.product a img:not(:first-child) {
  display: none;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  margin: -1em -1em 0 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #27415A;
  font-size: 1em;
  font-weight: 500;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.875em;
}
.woocommerce .woocommerce-customer-details address,
.woocommerce-page .woocommerce-customer-details address {
  line-height: 1.5em;
  border: none;
  padding: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--email:before,
.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--phone:before {
  display: none;
}
.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-order-details h2,
.woocommerce-page .woocommerce-customer-details h2,
.woocommerce-page .woocommerce-order-details h2 {
  font-size: 2.5em;
}
.woocommerce .woocommerce-order-details h2,
.woocommerce-page .woocommerce-order-details h2 {
  margin: 0;
}
.woocommerce .woocommerce-order-details table tfoot tr:last-child td,
.woocommerce .woocommerce-order-details table tfoot tr:last-child th,
.woocommerce-page .woocommerce-order-details table tfoot tr:last-child td,
.woocommerce-page .woocommerce-order-details table tfoot tr:last-child th {
  padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 66%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #951729;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: white;
  font-family: revolution-gothic, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #C11E35;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 40px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #951729;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: white;
  background: #27415A;
  border-top: none !important;
  padding: 30px 30px 30px 4em;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: white;
  top: 30px;
  left: 30px;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: white;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  color: white;
  opacity: 0.7;
}

.woocommerce-NoticeGroup {
  margin: 0 0 30px 0;
}
.woocommerce-NoticeGroup ul {
  margin: 0 !important;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-color: #ECECEC;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  color: #5c5a56;
  background: #DAD9D7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #DAD9D7;
}
#add_payment_method #payment #place_order,
.woocommerce-cart #payment #place_order,
.woocommerce-checkout #payment #place_order {
  font-size: 1.25em;
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  padding: 1em;
  float: none;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
  margin: 0 0 30px 0;
  padding: 0;
}
#add_payment_method #payment ul.payment_methods li:last-child div.payment_box,
.woocommerce-cart #payment ul.payment_methods li:last-child div.payment_box,
.woocommerce-checkout #payment ul.payment_methods li:last-child div.payment_box {
  margin-bottom: 0;
}
#add_payment_method table.cart a,
.woocommerce-cart table.cart a,
.woocommerce-checkout table.cart a {
  display: block;
}
#add_payment_method table.cart a img,
.woocommerce-cart table.cart a img,
.woocommerce-checkout table.cart a img {
  width: 100%;
}
#add_payment_method table.cart td.actions .coupon button,
.woocommerce-cart table.cart td.actions .coupon button,
.woocommerce-checkout table.cart td.actions .coupon button {
  width: auto;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 200px;
  height: 50px;
  border: 1px solid #dad9d7;
  margin: 0 5px 0 0;
  padding: 0 10px;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin: 0;
}

@media only screen and (max-width: 1100px) {
  ul.order_details {
    flex-wrap: wrap;
  }
  ul.order_details li {
    width: calc(100% - 60px);
    border-right: none;
    border-bottom: 1px solid white;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: auto;
  }
  .woocommerce .cart-collaterals .cart_totals table,
.woocommerce .cart-collaterals .cross-sells table,
.woocommerce .cart-collaterals .shipping_calculator table,
.woocommerce-page .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cross-sells table,
.woocommerce-page .cart-collaterals .shipping_calculator table {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    margin: 0 0 30px 0;
  }
  .woocommerce div.product,
.woocommerce-page div.product {
    flex-wrap: wrap;
  }
  .woocommerce div.product div.images,
.woocommerce-page div.product div.images {
    margin: 0 0 30px 0;
  }
  .woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    padding: 0 0 10px 0;
  }
  .woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text {
    width: 100%;
  }
  .woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    margin: 0 0 10px 0;
  }
  .woocommerce table.shop_table_responsive,
.woocommerce-page table.shop_table_responsive {
    width: calc(100% + 60px);
    margin: 0 -30px 30px -30px;
  }
  .woocommerce table.shop_table_responsive tr td,
.woocommerce table.shop_table_responsive tr th,
.woocommerce-page table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr th {
    padding: 30px !important;
  }
  .woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
    font-family: revolution-gothic, sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
  }
  .woocommerce ul.products[class*=columns-],
.woocommerce-page ul.products[class*=columns-] {
    margin: 0 -30px 0 0;
  }
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: calc(50% - 30px);
    margin: 0 30px 50px 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin: 0 0 30px 0;
  }
}
/********************************************************************************************* 

x. Mixins

*********************************************************************************************/
/********************************************************************************************* 

x. Keyframes

*********************************************************************************************/
@keyframes banner {
  0%, 75% {
    -moz-transform: translateY(calc(-100% - 20px));
    -webkit-transform: translateY(calc(-100% - 20px));
    -o-transform: translateY(calc(-100% - 20px));
    -ms-transform: translateY(calc(-100% - 20px));
    transform: translateY(calc(-100% - 20px));
  }
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes burger-wrap {
  100% {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes marquee {
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes star {
  0% {
    -moz-transform: scale(1.05) rotate(-5deg);
    -webkit-transform: scale(1.05) rotate(-5deg);
    -o-transform: scale(1.05) rotate(-5deg);
    -ms-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg);
  }
  100% {
    -moz-transform: scale(1.05) rotate(5deg);
    -webkit-transform: scale(1.05) rotate(5deg);
    -o-transform: scale(1.05) rotate(5deg);
    -ms-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg);
  }
}
/********************************************************************************************* 

x. CSS Reset 

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

/********************************************************************************************* 

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
html, body {
  font: 500 16px montserrat, Helvetica, sans-serif;
  color: #27415A;
  width: auto;
  height: auto;
  background: white;
}
html.visible-mobile-menu, body.visible-mobile-menu {
  overflow: hidden;
}

body {
  padding-top: 58px;
}

a {
  color: #C11E35;
  text-decoration: none;
}
a:hover {
  color: #951729;
}
a img {
  border: none;
}

.center {
  text-align: center;
}

.color-bali-hai {
  color: #7FA0B0 !important;
}

.color-cardinal {
  color: #C11E35 !important;
}

.font-golden-hills {
  font-family: "Golden Hills";
  font-weight: normal !important;
  letter-spacing: normal;
  text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: revolution-gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h1 {
  font-size: 3.75em;
}

h2 {
  font-size: 3.125em;
}

h3 {
  font-size: 2.5em;
}

h4 {
  font-size: 1.875em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.25em;
}

.image .content {
  font-size: 10px;
  margin: 10px 0 0 0 !important;
}
.image img,
.image svg {
  width: 100%;
  height: auto;
  display: block;
}

p {
  line-height: 1.75em;
}
p.address a {
  padding: 0 0 0 25px;
  display: block;
  position: relative;
}
p.address a:before {
  content: "\f34a";
  color: #C11E35;
  font-family: "IonIcons" !important;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
}
p.address a:hover:before {
  color: #951729;
}
p.phone-number {
  padding: 0 0 0 25px;
  display: block;
  position: relative;
}
p.phone-number:before {
  content: "\f13e";
  color: #C11E35;
  font-family: "IonIcons" !important;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
}

svg {
  display: block;
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.wrapper {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.wrapper.medium {
  width: 1200px;
}
.wrapper.small {
  width: 700px;
}

/********************************************************************************************* 

x. Margin + Padding

*********************************************************************************************/
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/********************************************************************************************* 

x. Columns & Widths

*********************************************************************************************/
.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

/********************************************************************************************* 

x. Content

*********************************************************************************************/
.content.center .stars {
  justify-content: center;
}
.content.center .stars .star {
  margin: 0 5px !important;
}
.content.white * {
  color: white;
}
.content.white a.button {
  color: #C11E35;
  background: white;
}
.content.white a.button:hover {
  background: #fbe3e7;
}
.content a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
.content a.back {
  text-decoration: none;
}
.content a.back:before {
  content: "\f282";
  font-family: "IonIcons" !important;
  font-weight: normal;
  width: auto;
  height: auto;
  background: none;
  margin: 0 10px 0 0;
  position: relative;
}
.content a.button {
  color: white;
  font-family: revolution-gothic, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #C11E35;
  padding: 15px 40px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content a.button.plump {
  padding-top: 25px;
  padding-bottom: 25px;
}
.content a.button.wide {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content a.button:hover {
  background: #951729;
}
.content a.button svg {
  fill: white;
  margin: 0 auto;
}
.content a.no-underline {
  text-decoration: none;
}
.content .divider,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content ul {
  margin-bottom: 30px;
}
.content .divider.small-margin,
.content h1.small-margin,
.content h2.small-margin,
.content h3.small-margin,
.content h4.small-margin,
.content h5.small-margin,
.content h6.small-margin,
.content ol.small-margin,
.content p.small-margin,
.content ul.small-margin {
  margin-bottom: 10px;
}
.content .divider {
  text-indent: -999px;
  width: 100%;
  height: 1px;
  background: #C11E35;
  overflow: hidden;
}
.content ol,
.content ul {
  margin-left: 40px;
}
.content ol li,
.content ul li {
  line-height: 1.75em;
}
.content .stars {
  margin-left: 0;
  display: flex;
  list-style: none;
}
.content .stars .star {
  text-indent: -999px;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.content .stars .star:not(:last-child) {
  margin: 0 10px 0 0;
}
.content .stars .star:after {
  content: "\f384";
  color: #7FA0B0;
  font-family: "IonIcons" !important;
  font-size: 1.25rem;
  font-weight: normal;
  text-indent: 0;
  display: block;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.content > :last-child {
  margin-bottom: 0;
}

/********************************************************************************************* 

x. Page Number

*********************************************************************************************/
ul.page-numbers {
  border-top: 1px solid #27415A;
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
ul.page-numbers li {
  margin: 0 10px;
}
ul.page-numbers li .page-numbers {
  color: white;
  font-family: revolution-gothic, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #C11E35;
  padding: 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
ul.page-numbers li .page-numbers:hover {
  background: #951729;
}
ul.page-numbers li .page-numbers.current {
  background: #27415A;
}
ul.page-numbers li .page-numbers.current:hover {
  background: #27415A;
}

/********************************************************************************************* 

x. Ribbon

*********************************************************************************************/
.ribbon {
  background: #C11E35;
  margin: 0 50px;
  padding: 50px 100px;
  position: relative;
}
.ribbon .inside .controls {
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.ribbon .inside .controls li {
  margin: 0 5px;
}
.ribbon .inside .controls li.current-menu-item a {
  background: #7FA0B0;
}
.ribbon .inside .controls li a {
  width: 10px;
  height: 10px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.ribbon .side {
  position: absolute;
  top: 0;
  bottom: 0;
}
.ribbon .side.left {
  right: 100%;
}
.ribbon .side.right {
  left: 100%;
}
.ribbon .side svg {
  fill: #C11E35;
  width: 50px;
  height: 100%;
}

/********************************************************************************************* 

x. Header

*********************************************************************************************/
header .banner.mobile {
  margin: 30px 0;
  display: none;
}
header .banner.mobile .ribbon {
  margin: 0 20px;
  padding: 20px 10px;
  position: relative;
}
header .banner.mobile .ribbon .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .banner.mobile .ribbon .side {
  width: 20px;
  height: 100%;
}
header .banner.mobile .ribbon .side svg {
  width: 20px;
  height: 100%;
}
header .logo {
  width: 415px;
  height: auto;
  margin: 50px auto 20px auto;
  display: block;
}
header .navigation.main {
  background: white;
  padding: 30px 0;
}
header .navigation.main .navigation.main {
  display: flex;
  justify-content: center;
  list-style: none;
}
header .navigation.main .navigation.main li.cart a {
  color: #C11E35;
  font-family: montserrat, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
}
header .navigation.main .navigation.main li.cart a:hover {
  color: #951729;
}
header .navigation.main .navigation.main li.cart a:hover svg {
  fill: #951729;
}
header .navigation.main .navigation.main li.cart a .icon,
header .navigation.main .navigation.main li.cart a .items {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
header .navigation.main .navigation.main li.cart a svg {
  fill: #C11E35;
}
header .navigation.main .navigation.main li.current-menu-item a {
  color: #C11E35;
}
header .navigation.main .navigation.main li:not(:last-child) {
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
}
header .navigation.main .navigation.main li:not(:last-child):after {
  content: "\f384";
  color: #7FA0B0;
  font-family: "IonIcons" !important;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0 0 0 20px;
}
header .navigation.main .navigation.main li a {
  color: #13304B;
  font-family: revolution-gothic, sans-serif;
  font-size: 1.563em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
}
header .navigation.main .navigation.main li a:hover {
  color: #C11E35;
}
header .utility {
  background: #27415A;
  top: 0;
  border-bottom: 1px solid white;
  padding: 0 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 9999;
  box-sizing: border-box;
}
header .utility .order-online {
  display: flex;
  align-items: center;
  list-style: none;
}
header .utility .order-online li {
  color: white;
  margin: 0 5px 0 0;
}
header .utility .order-online li:first-child {
  margin: 0 20px 0 0;
}
header .utility .order-online li:last-child {
  margin: 0;
}
header .utility .order-online li a {
  color: white;
  padding: 20px;
  display: block;
  /*
  color: white;
  font-family: revolution-gothic, sans-serif;
  font-size: 1.250em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: $cardinal;
  padding: 20px;
  display: block;
  position: relative;
  */
  /*
  &:after,
  &:before {
  	content: '';
  	width: 100%; height: 999px;
  	background: $cardinal;
  	position: absolute;
  	left: 0; right: 0;
  }
  &:after {
  	bottom: 100%;
  }
  &:before {
  	top: 100%;
  }
  */
  /*
  &:hover {
  	background: darken($cardinal, 10%);
  	&:after,
  	&:before {
  		background: darken($cardinal, 10%);
  	}
  }
  */
}
header .utility .order-online li a:hover {
  opacity: 0.9;
}
header .utility .order-online li a svg {
  fill: white;
}
header .utility .hamburger {
  width: 40px;
  height: auto;
  display: none;
}
header .utility .hamburger .line {
  width: 100%;
  height: 5px;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
header .utility .hamburger .line:first-child {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header .utility .hamburger .line:not(:last-child) {
  margin: 0 0 5px 0;
}
header .utility .navigation.small {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
}
header .utility .navigation.small li {
  color: white;
}
header .utility .navigation.small li.banner.desktop {
  color: white;
  font-size: 0.8em;
  text-align: center;
  width: 150px;
  height: auto;
  background: #C11E35;
  margin: 0 20px 0 0 !important;
  padding: 20px;
  display: block !important;
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-animation: banner 2.5s 1 cubic-bezier(0.42, 0, 1, 1);
  -moz-animation: banner 2.5s 1 cubic-bezier(0.42, 0, 1, 1);
  -ms-animation: banner 2.5s 1 cubic-bezier(0.42, 0, 1, 1);
  -o-animation: banner 2.5s 1 cubic-bezier(0.42, 0, 1, 1);
  animation: banner 2.5s 1 cubic-bezier(0.42, 0, 1, 1);
}
header .utility .navigation.small li.banner.desktop .bottom {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
header .utility .navigation.small li.banner.desktop .bottom svg {
  fill: #C11E35;
  width: 100%;
  height: 20px;
}
header .utility .navigation.small li.banner.desktop .font-golden-hills {
  margin: 10px 0 0 0;
  display: block;
}
header .utility .navigation.small li.banner.desktop .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .utility .navigation.small li.banner.desktop:after {
  display: none;
}
header .utility .navigation.small li:not(:last-child) {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
header .utility .navigation.small li:not(:last-child):after {
  content: "•";
  margin: 0 0 0 10px;
}
header .utility .navigation.small li a {
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  display: block;
}
header .utility .navigation.small li a:hover {
  color: #cbdae8;
}

.visible-mobile-menu header .utility .hamburger .line:first-child {
  height: 10px;
  -webkit-border-radius: 40px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius: 40px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-radius: 40px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/********************************************************************************************* 

x. Main

*********************************************************************************************/
main {
  padding: 20px 0 0 0;
}
main section {
  margin: 0 0 80px 0;
}
main section.background-catalina-blue {
  background: #27415A;
}
main section.background-rice-cake {
  background: #F0ECE1;
}
main section.full-width:first-child {
  border-top: none;
  padding: 0;
}
main section.full-width:last-child:not(.slideshow) {
  margin-bottom: 0;
}
main section.padding {
  padding: 80px 0;
}
main section:first-child {
  border-top: 1px solid #27415A;
  padding: 80px 0 0 0;
}

section.full-width + section.full-width {
  margin-top: -80px;
}

section.categories + section.news {
  margin-top: -30px;
}

/********************************************************************************************* 

x. Footer

*********************************************************************************************/
footer {
  padding: 0 0 80px 0;
  position: relative;
}
footer .burger-wrap {
  background: #C3B697;
  width: 100%;
  height: 100px;
  margin: 0 0 80px 0;
  overflow: hidden;
}
footer .burger-wrap .burger-wrap .image {
  -webkit-animation: burger-wrap 80s infinite linear;
  -moz-animation: burger-wrap 80s infinite linear;
  -ms-animation: burger-wrap 80s infinite linear;
  -o-animation: burger-wrap 80s infinite linear;
  animation: burger-wrap 80s infinite linear;
}
footer .columns {
  min-height: 150px;
  display: flex;
  align-items: center;
}
footer .columns .column:last-child {
  margin-left: auto;
}
footer .columns .column .columns {
  min-height: 0;
  margin: 0 -10px;
}
footer .columns .column .columns .column .inside {
  padding: 0 10px;
}
footer .credits {
  margin: 0 0 -15px 0;
  display: flex;
  list-style: none;
}
footer .credits li {
  font-size: 10px;
  margin: 0 0 15px 0;
}
footer .credits li:not(:last-child) {
  margin-right: 15px;
}
footer .credits li a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
footer .instagram-feed {
  margin: 0 0 60px 0;
  overflow: hidden;
}
footer .logo {
  width: 330px;
  height: auto;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
footer .social-media {
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
  list-style: none;
}
footer .social-media li {
  margin: 0 0 15px 0;
}
footer .social-media li:not(:last-child) {
  margin-right: 15px;
}
footer .social-media li a {
  color: #C11E35;
  white-space: nowrap;
  display: block;
}
footer .social-media li a:hover {
  color: #951729;
}
footer .social-media li a:hover svg {
  fill: #951729;
}
footer .social-media li a svg {
  fill: #C11E35;
  width: 40px;
  height: auto;
}

/********************************************************************************************* 

x. Button

*********************************************************************************************/
section.button.button-position-left .image {
  left: 0;
}
section.button.button-position-right .image {
  right: 0;
}
section.button .image {
  width: 200px;
  height: auto;
  -moz-transform: translateY(-80%) rotate(15deg);
  -webkit-transform: translateY(-80%) rotate(15deg);
  -o-transform: translateY(-80%) rotate(15deg);
  -ms-transform: translateY(-80%) rotate(15deg);
  transform: translateY(-80%) rotate(15deg);
  position: absolute;
  top: 0;
  z-index: 10;
}

/********************************************************************************************* 

x. Mobile Menu

*********************************************************************************************/
#mobile-menu {
  width: 100%;
  height: 100vh;
  background: #27415A;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
#mobile-menu .inside {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#mobile-menu .navigation {
  list-style: none;
}
#mobile-menu .navigation.main {
  border-bottom: 3px dotted white;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
#mobile-menu .navigation.main li:not(:last-child) {
  margin: 0 0 20px 0;
}
#mobile-menu .navigation.main li a {
  font-size: 2.5em;
}
#mobile-menu .navigation.small {
  margin: 0 0 30px 0;
}
#mobile-menu .navigation.small li:not(:last-child) {
  margin: 0 0 10px 0;
}
#mobile-menu .navigation.small li a {
  font-size: 1.5em;
}
#mobile-menu .navigation li a {
  color: white;
  font-family: revolution-gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
#mobile-menu .social-media {
  display: flex;
  align-items: center;
  list-style: none;
}
#mobile-menu .social-media li {
  margin: 0 0 15px 0;
}
#mobile-menu .social-media li:not(:last-child) {
  margin-right: 15px;
}
#mobile-menu .social-media li a {
  color: #C11E35;
  white-space: nowrap;
  display: block;
  position: relative;
}
#mobile-menu .social-media li a:before {
  content: "";
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 20%;
  right: 20%;
}
#mobile-menu .social-media li a:hover {
  color: #951729;
}
#mobile-menu .social-media li a:hover svg {
  fill: #951729;
}
#mobile-menu .social-media li a svg {
  fill: #C11E35;
  width: 40px;
  height: auto;
  position: relative;
  z-index: 10;
}

.visible-mobile-menu #mobile-menu {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/********************************************************************************************* 

x. Categories
x. Navigation

*********************************************************************************************/
section.categories .categories,
section.categories .locations,
section.navigation .categories,
section.navigation .locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
section.categories .categories li.current-menu-item a,
section.categories .locations li.current-menu-item a,
section.navigation .categories li.current-menu-item a,
section.navigation .locations li.current-menu-item a {
  position: relative;
}
section.categories .categories li.current-menu-item a:before,
section.categories .locations li.current-menu-item a:before,
section.navigation .categories li.current-menu-item a:before,
section.navigation .locations li.current-menu-item a:before {
  content: "\f384";
  color: white;
  font-family: "IonIcons" !important;
  font-size: 1.25rem;
  font-weight: normal;
  text-indent: 0;
  display: block;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -25px;
  left: 50%;
}
section.categories .categories li:not(:last-child),
section.categories .locations li:not(:last-child),
section.navigation .categories li:not(:last-child),
section.navigation .locations li:not(:last-child) {
  border-right: 3px dotted white;
  margin: 0 30px 30px 0;
  padding: 0 30px 0 0;
}
section.categories .categories li a,
section.categories .locations li a,
section.navigation .categories li a,
section.navigation .locations li a {
  color: white;
  white-space: nowrap;
  display: block;
}
section.categories .categories li a:hover,
section.categories .locations li a:hover,
section.navigation .categories li a:hover,
section.navigation .locations li a:hover {
  color: #ed8b99;
}
section.categories .categories li a:hover:before,
section.categories .locations li a:hover:before,
section.navigation .categories li a:hover:before,
section.navigation .locations li a:hover:before {
  color: #ed8b99;
}
section.categories .content,
section.navigation .content {
  margin: 0 0 80px 0;
}
section.categories .ribbon,
section.navigation .ribbon {
  padding: 50px 50px 20px 50px;
}
section.categories .ribbon .inside,
section.navigation .ribbon .inside {
  width: 100%;
}

/********************************************************************************************* 

x. Featured Posts

*********************************************************************************************/
section.featured-posts {
  padding: 0 0 100px 0;
  position: relative;
}
section.featured-posts .grid {
  margin: 0 -25px;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 10;
}
section.featured-posts .grid .item:hover .content a.button {
  background: #951729;
  color: #fff;
}
section.featured-posts .grid .item:hover .image img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.featured-posts .grid .item .image {
  margin: 0 0 40px 0;
  overflow: hidden;
}
section.featured-posts .grid .item .image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.featured-posts .grid .item .inside {
  margin: 0 25px;
  position: relative;
}
section.featured-posts .grid .item .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/********************************************************************************************* 

x. History
x. Testimonials

*********************************************************************************************/
section.history .columns,
section.testimonials .columns {
  margin: 0 -25px;
  display: flex;
  align-items: center;
}
section.history .columns .column .content,
section.testimonials .columns .column .content {
  display: block;
}
section.history .columns .column .inside,
section.testimonials .columns .column .inside {
  padding: 0 25px;
}
section.history .content,
section.testimonials .content {
  display: none;
}

section.history .content p.color-bali-hai {
  font-size: 1.5em;
}

section.testimonials .content p {
  font-size: 1.5em;
}

/********************************************************************************************* 

x. Location
x. Locations

*********************************************************************************************/
section.location .columns,
section.locations .columns {
  display: flex;
}
section.location .columns .column,
section.locations .columns .column {
  position: relative;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.location .columns .column:first-child .content,
section.locations .columns .column:first-child .content {
  display: none;
}
section.location .location,
section.locations .location {
  padding: 100px;
}
section.location .location.hidden,
section.locations .location.hidden {
  display: none;
}
section.location .location .columns,
section.locations .location .columns {
  margin: 0 -25px;
}
section.location .location .columns .column .content,
section.locations .location .columns .column .content {
  display: block;
}
section.location .location .columns .column .inside,
section.locations .location .columns .column .inside {
  padding: 0 25px;
}
section.location .location .content p,
section.locations .location .content p {
  font-size: 1.25em;
}
section.location .location .image,
section.locations .location .image {
  max-height: 600px;
  margin: 100px 0 0 0;
  overflow: hidden;
}
section.location .locations,
section.locations .locations {
  list-style: none;
}
section.location .locations li,
section.locations .locations li {
  line-height: normal;
}
section.location .locations li.visible a,
section.locations .locations li.visible a {
  color: #C11E35;
  position: relative;
}
section.location .locations li.visible a:before,
section.locations .locations li.visible a:before {
  content: "\f384";
  color: #C11E35;
  font-family: "IonIcons" !important;
  font-size: 1.25rem;
  font-weight: normal;
  display: block;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 100%;
}
section.location .locations li a,
section.locations .locations li a {
  color: #27415A;
  white-space: nowrap;
  display: block;
}
section.location .locations li a:hover,
section.locations .locations li a:hover {
  color: #C11E35;
}
section.location .image.background,
section.locations .image.background {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.location .image.background img,
section.locations .image.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.location .image.background svg,
section.locations .image.background svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.location .image.background svg g,
section.locations .image.background svg g {
  cursor: pointer;
}
section.location .image.background svg g.visible .background,
section.locations .image.background svg g.visible .background {
  opacity: 1;
}
section.location .image.background svg g:hover .background,
section.locations .image.background svg g:hover .background {
  opacity: 1;
}
section.location .image.background svg g .background,
section.locations .image.background svg g .background {
  opacity: 0;
}
section.location .image.badge,
section.locations .image.badge {
  width: 25%;
  height: auto;
  position: absolute;
  top: 50px;
  left: 50px;
}
section.location .image.inline,
section.locations .image.inline {
  opacity: 0;
}

/********************************************************************************************* 

x. Marquee

*********************************************************************************************/
section.marquee {
  display: flex;
  overflow: hidden;
}
section.marquee .marquee {
  -webkit-animation: marquee 180s infinite linear;
  -moz-animation: marquee 180s infinite linear;
  -ms-animation: marquee 180s infinite linear;
  -o-animation: marquee 180s infinite linear;
  animation: marquee 180s infinite linear;
}
section.marquee .marquee .content {
  white-space: nowrap;
  display: flex;
}
section.marquee .marquee .content h1 {
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
}
section.marquee .marquee .content h1:after {
  content: "\f384";
  color: #7FA0B0;
  font-family: "IonIcons" !important;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 0 20px;
}

/********************************************************************************************* 

x. Menu

*********************************************************************************************/
section.menu .category {
  margin: 0 0 40px 0;
  padding: 0 80px;
}
section.menu .category.open .link a .icon {
  -moz-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
section.menu .category .items {
  display: none;
}
section.menu .category .items .item {
  border-bottom: 1px solid #C11E35;
  padding: 30px 0;
}
section.menu .category .items .item .columns {
  margin: 0 -15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.menu .category .items .item .columns .column:nth-child(1) {
  width: 150px;
  height: auto;
}
section.menu .category .items .item .columns .column:nth-child(2) {
  width: calc(75% - 150px);
  height: auto;
}
section.menu .category .items .item .columns .column:nth-child(3) {
  width: 25%;
  height: auto;
}
section.menu .category .items .item .columns .column .inside {
  padding: 0 15px;
}
section.menu .category .link {
  border-bottom: 1px solid #C11E35;
  padding: 0 0 40px 0;
}
section.menu .category .link a {
  padding: 0 0 0 50px;
  display: block;
  position: relative;
}
section.menu .category .link a:hover .icon svg {
  fill: #182736;
}
section.menu .category .link a .icon,
section.menu .category .link a .label {
  display: block;
}
section.menu .category .link a .icon {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
section.menu .category .link a .icon svg {
  fill: #27415A;
}
section.menu .title {
  border-bottom: 3px dotted #27415A;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
}
section.menu .title .columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.menu .title .columns .column:first-child .content {
  display: flex;
  align-items: center;
}
section.menu .title .columns .column:first-child .content .stars {
  margin: 0 0 0 20px;
}
section.menu .title .content p {
  font-size: 1.25em;
}

/********************************************************************************************* 

x. News

*********************************************************************************************/
section.news .grid {
  margin: 0 -25px -50px -25px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
section.news .grid .item.width-33:hover .content a.button {
  background: #951729;
}
section.news .grid .item.width-100:hover .content a.button {
  background: #fbe3e7;
}
section.news .grid .item:hover .content a.button {
  background: #951729;
}
section.news .grid .item:hover .image img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.news .grid .item .image {
  margin: 0 0 40px 0;
  display: block;
  overflow: hidden;
}
section.news .grid .item .image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.news .grid .item .inside {
  padding: 0 25px 50px 25px;
}
section.news .grid .item .ribbon {
  width: 70%;
  height: auto;
  margin: -240px auto 0 auto;
  padding: 50px;
}
section.news .grid .item .ribbon .inside {
  width: 100%;
}

/********************************************************************************************* 

x. Slideshow

*********************************************************************************************/
section.slideshow .image {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 20%;
  left: 0;
  right: 0;
  overflow: hidden;
}
section.slideshow .image img {
  display: none;
}
section.slideshow .spacer {
  width: 100%;
  height: 60vh;
  display: block;
}
/********************************************************************************************* 

x. Text

*********************************************************************************************/
section.text .columns {
  margin: 0 -25px;
  display: flex;
}
section.text .columns .column .inside {
  padding: 0 25px;
}

/********************************************************************************************* 

x. Text + Video

*********************************************************************************************/
section.text-video.text-position-left .columns {
  flex-direction: row-reverse;
}
section.text-video.text-position-right .columns {
  flex-direction: row;
}
section.text-video .columns {
  margin: -25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.text-video .columns .column .inside {
  padding: 25px;
}

/********************************************************************************************* 

x. WordPress Core

*********************************************************************************************/
.alignnone {
  margin: 0 30px 30px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

a img.alignnone {
  margin: 0 30px 30px 0;
}

a img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0 30px 30px 0;
}

.wp-caption.alignleft {
  margin: 0 30px 30px 0;
}

.wp-caption.alignright {
  margin: 0 0 30px 30px;
}

.wp-caption p.wp-caption-text {
  font-size: 10px;
  margin: 10px 0 0 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/********************************************************************************************* 

x. Imports

*********************************************************************************************/
/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
@media only screen and (max-width: 1500px) {
  .wrapper:not(.medium), .wrapper:not(.small) {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1300px) {
  .wrapper.medium {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1200px) {
  p.address,
p.phone-number {
    padding: 0;
  }
  p.address:before,
p.phone-number:before {
    display: none;
  }
  p.address a,
p.phone-number a {
    padding: 0;
  }
  p.address a:before,
p.phone-number a:before {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .wrapper {
    /*
    &.medium {
    	margin: 0 auto;
    }
    */
  }
  .wrapper:not(.small) {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 760px) {
  .wrapper.small {
    width: auto;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.25em;
  }
  h6 {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 550px) {
  html,
body {
    font-size: 15px;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2.25em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1.125em;
  }
  h6 {
    font-size: 1em;
  }
}
/********************************************************************************************* 

x. Button

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  section.button {
    display: none;
  }
}
/********************************************************************************************* 

x. Categories
x. Navigation

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  section.categories,
section.navigation {
    border: none !important;
    padding: 0 !important;
  }
  section.categories .wrapper,
section.navigation .wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 1300px) {
  section.categories .locations,
section.navigation .locations {
    border-top: 3px dotted white;
    margin: 20px 0 0 0;
    padding: 50px 0 0 0;
  }
  section.categories .locations li,
section.navigation .locations li {
    margin: 0 10px 30px 10px;
  }
  section.categories .locations li:not(:last-child),
section.navigation .locations li:not(:last-child) {
    border-right: none;
    margin: 0 10px 30px 10px;
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  section.categories .ribbon,
section.navigation .ribbon {
    padding: 50px 30px 20px 30px;
  }
}
/********************************************************************************************* 

x. Featured Posts

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  section.featured-posts .grid .item.width-33 {
    width: 50%;
  }
  section.featured-posts .grid .item.width-33:last-child {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  section.featured-posts .grid {
    margin: 0 -15px;
  }
  section.featured-posts .grid .item .inside {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 700px) {
  section.featured-posts .grid {
    margin: -15px;
    flex-wrap: wrap;
  }
  section.featured-posts .grid .item.width-33 {
    width: 100%;
  }
  section.featured-posts .grid .item.width-33:last-child {
    display: block;
  }
  section.featured-posts .grid .item .inside {
    margin: 15px;
  }
}
/********************************************************************************************* 

x. Flexslider

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  .flexslider.controls {
    padding: 0 100px;
  }
  .flexslider .flex-direction-nav li a svg {
    width: 60px;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .flexslider.controls {
    padding: 0;
  }
  .flexslider .flex-direction-nav {
    display: none;
  }
}
/********************************************************************************************* 

x. Footer

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  footer {
    padding: 0;
  }
  footer .columns {
    margin: 0 0 50px 0;
  }
  footer .columns .column.width-30 {
    width: 50%;
  }
  footer .columns .column .columns .column.width-35, footer .columns .column .columns .column.width-65 {
    width: auto;
  }
  footer .columns .column .columns .column.width-35 .image, footer .columns .column .columns .column.width-65 .image {
    width: 125px;
  }
  footer .columns .column .columns .column:last-child {
    margin-left: 0;
  }
  footer .instagram-feed {
    margin: 0 0 40px 0;
  }
  footer .logo {
    margin: 0 auto;
    display: block;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  footer .columns {
    margin: 0;
    flex-direction: column;
  }
  footer .columns .column {
    margin: 0 0 50px 0;
  }
  footer .columns .column.width-30 {
    width: 100%;
  }
  footer .columns .column:last-child {
    margin-left: 0;
  }
  footer .columns .column .columns .column {
    width: 100%;
    margin: 0;
  }
  footer .columns .column .columns .column.width-35 .image, footer .columns .column .columns .column.width-65 .image {
    width: 100px;
  }
  footer .columns .column .columns .column:first-child {
    margin: 0 0 30px 0;
  }
  footer .credits,
footer .social-media {
    justify-content: center;
  }
  footer .fun-facts {
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  footer {
    padding: 50px 0 0 0;
  }
  footer .burger-wrap {
    display: none;
  }
  footer .logo {
    width: 40%;
  }
  footer .social-media li a svg {
    width: 35px;
  }
}
@media only screen and (max-width: 600px) {
  footer .social-media {
    flex-wrap: wrap;
  }
  footer .social-media li:first-child {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  footer .instagram-feed {
    display: none;
  }
}
/********************************************************************************************* 

x. Header

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  header .banner .ribbon .side {
    display: block !important;
  }
}
@media only screen and (max-width: 1100px) {
  header .banner.mobile {
    display: block;
  }
  header .navigation.main {
    display: none;
  }
  header .utility {
    align-items: center;
  }
  header .utility .hamburger {
    display: block;
  }
  header .utility .navigation.small {
    display: none;
  }
  #sticky-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  header .utility .door-dash li:last-child {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  header .logo {
    width: 52.5%;
  }
}
@media only screen and (max-width: 550px) {
  header .logo {
    width: 70%;
  }
}
/********************************************************************************************* 

x. History
x. Testimonials

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  section.testimonials .content p {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 1200px) {
  section.history .columns,
section.testimonials .columns {
    margin: -15px;
    flex-wrap: wrap;
  }
  section.history .columns .column.width-50,
section.testimonials .columns .column.width-50 {
    width: 100%;
  }
  section.history .columns .column .content,
section.testimonials .columns .column .content {
    margin: 0;
  }
  section.history .columns .column .content h1,
section.history .columns .column .content .stars,
section.testimonials .columns .column .content h1,
section.testimonials .columns .column .content .stars {
    display: none;
  }
  section.history .columns .column .inside,
section.testimonials .columns .column .inside {
    padding: 15px;
  }
  section.history .content,
section.testimonials .content {
    margin: 0 0 30px 0;
    display: block;
  }
  section.history .image,
section.testimonials .image {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 800px) {
  section.history .image,
section.testimonials .image {
    max-width: 80%;
  }
}
@media only screen and (max-width: 700px) {
  section.testimonials .content p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 600px) {
  section.history .image,
section.testimonials .image {
    max-width: 100%;
  }
}
/********************************************************************************************* 

x. Main

*********************************************************************************************/
@media only screen and (max-width: 900px) {
  main section {
    margin: 0 0 50px 0;
  }
  main section.padding {
    padding: 50px 0;
  }
  main section:first-child {
    padding: 50px 0 0 0;
  }
  section.full-width + section.full-width {
    margin-top: -50px;
  }
  section.categories + section.news {
    margin-top: -20px;
  }
}
/********************************************************************************************* 

x. Location
x. Locations

*********************************************************************************************/
@media only screen and (max-width: 1700px) {
  section.location .location,
section.locations .location {
    padding: 100px;
  }
  section.location .location .content p,
section.locations .location .content p {
    font-size: 1em;
  }
  section.location .location .image,
section.locations .location .image {
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 1400px) {
  section.location .location,
section.locations .location {
    padding: 50px;
  }
  section.location .location .columns,
section.locations .location .columns {
    flex-wrap: wrap;
  }
  section.location .location .columns .column.width-50,
section.locations .location .columns .column.width-50 {
    width: 100%;
  }
  section.location .location .columns .column:first-child,
section.locations .location .columns .column:first-child {
    margin: 0 0 30px 0;
  }
  section.location .location .content a.button.wide,
section.locations .location .content a.button.wide {
    width: auto;
  }
  section.location .location .content .center,
section.locations .location .content .center {
    text-align: left;
  }
  section.location .location .image,
section.locations .location .image {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  section.location {
    padding: 0;
  }
  section.location .columns {
    flex-wrap: wrap;
  }
  section.location .columns .column.width-50 {
    width: 100%;
  }
  section.location .location {
    padding: 80px 50px;
  }
  section.location .location .columns .column.width-50 {
    width: 50%;
  }
  section.location .location .columns .column:first-child {
    margin: 0;
  }
  section.location .location .content {
    text-align: center;
  }
  section.location .location .content .center {
    text-align: center;
  }
  section.locations {
    padding: 80px 50px;
  }
  section.locations .columns {
    align-items: stretch;
  }
  section.locations .columns .column:first-child {
    width: auto;
    position: relative;
  }
  section.locations .columns .column:first-child:after {
    content: "";
    border-right: 3px dotted #27415A;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  section.locations .columns .column:first-child .content {
    display: block;
  }
  section.locations .columns .column:first-child .image {
    display: none;
  }
  section.locations .columns .column:last-child {
    width: auto;
  }
  section.locations .location {
    padding: 0 0 0 50px;
  }
  section.locations .location .columns .column.width-50 {
    width: 50%;
  }
  section.locations .location .columns .column:first-child {
    margin: 0;
  }
  section.locations .location .columns .column:first-child:after {
    display: none;
  }
  section.locations .location .content a.button.wide {
    width: 100%;
  }
  section.locations .location .image {
    display: block;
  }
  section.locations .locations {
    padding: 0 50px 0 0;
  }
}
@media only screen and (max-width: 900px) {
  section.location .location {
    padding: 50px 30px;
  }
  section.locations {
    padding: 50px 30px;
  }
  section.locations .location .columns {
    margin: 0 -15px;
  }
  section.locations .location .columns .column.width-50 {
    width: 100%;
  }
  section.locations .location .columns .column:first-child {
    margin: 0 0 30px 0;
  }
  section.locations .location .columns .column .inside {
    padding: 0 15px;
  }
  section.locations .location .content a.button.wide {
    width: auto;
  }
  section.locations .location .image {
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 700px) {
  section.location .columns .column:first-child {
    display: none;
  }
  section.location .location .columns .column:first-child {
    display: block;
  }
  section.locations .columns {
    flex-wrap: wrap;
  }
  section.locations .columns .column {
    width: 100%;
  }
  section.locations .columns .column:first-child:after {
    display: none;
  }
  section.locations .location {
    padding: 0;
  }
  section.locations .location .columns .column.width-50 {
    width: 50%;
  }
  section.locations .location .columns .column:first-child {
    margin: 0;
  }
  section.locations .location .columns .column:first-child h3 {
    display: none;
  }
  section.locations .location .content {
    text-align: center;
  }
  section.locations .location .content a.button.wide {
    width: 100%;
  }
  section.locations .locations {
    border-bottom: 3px dotted #27415A;
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.locations .locations li {
    margin: 0 10px;
  }
  section.locations .locations li.visible a:before {
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform: translateX(0);
    top: auto;
    bottom: 100%;
    left: 50%;
  }
}
@media only screen and (max-width: 600px) {
  section.location .location .columns .column.width-50,
section.locations .location .columns .column.width-50 {
    width: 100%;
  }
  section.location .location .columns .column:first-child,
section.locations .location .columns .column:first-child {
    margin: 0 0 30px 0;
  }
  section.location .location .content a.button.wide,
section.locations .location .content a.button.wide {
    width: auto;
  }
}
/********************************************************************************************* 

x. Menu

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  section.menu .category {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1000px) {
  section.menu .category {
    padding: 0 30px;
  }
  section.menu .category.open .link a .icon {
    -moz-transform: translateY(0) rotate(90deg);
    -webkit-transform: translateY(0) rotate(90deg);
    -o-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
  section.menu .category .link {
    text-align: center;
  }
  section.menu .category .link a {
    padding: 0;
  }
  section.menu .category .link a .icon,
section.menu .category .link a .label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
  }
  section.menu .category .link a .icon {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    top: 0;
  }
  section.menu .title .columns {
    justify-content: center;
  }
  section.menu .title .columns .column:last-child {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  section.menu .category {
    margin: 0 0 30px 0;
    padding: 0;
  }
  section.menu .category .link {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 800px) {
  section.menu .category .items .item .columns {
    align-items: flex-start;
  }
  section.menu .title .columns .column:first-child .content .stars {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  section.menu .category .items .item .columns {
    min-height: 150px;
    margin: 0;
    padding: 0 0 0 180px;
    flex-wrap: wrap;
    position: relative;
  }
  section.menu .category .items .item .columns .column:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  section.menu .category .items .item .columns .column:nth-child(2), section.menu .category .items .item .columns .column:nth-child(3) {
    width: 100%;
  }
  section.menu .category .items .item .columns .column:nth-child(2) {
    margin: 0 0 30px 0;
  }
  section.menu .category .items .item .columns .column .inside {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  section.menu .category .link a .icon {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  section.menu .category .items .item .columns {
    min-height: 100px;
    padding: 0 0 0 130px;
  }
  section.menu .category .items .item .columns .column:nth-child(1) {
    width: 100px;
  }
}
@media only screen and (max-width: 400px) {
  section.menu .category .items .item .columns {
    min-height: 0;
    padding: 0;
  }
  section.menu .category .items .item .columns .column:nth-child(1) {
    width: 100%;
    margin: 0 0 30px 0;
    position: relative;
  }
}
/********************************************************************************************* 

x. News

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  section.news .grid .item.width-33 {
    width: 50%;
  }
  section.news .grid .item .ribbon {
    margin: -180px auto 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  section.news .grid {
    margin: 0 -15px -30px -15px;
  }
  section.news .grid .item .image {
    margin: 0 0 30px 0;
  }
  section.news .grid .item .inside {
    padding: 0 15px 30px 15px;
  }
  section.news .grid .ribbon {
    margin: -120px auto 0 auto;
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 700px) {
  section.news .grid .item.width-33 {
    width: 100%;
  }
  section.news .grid .item .content {
    text-align: center;
  }
  section.news .grid .item .ribbon {
    width: auto;
    height: auto;
    margin: -30px 0 0 0;
  }
}
/********************************************************************************************* 

x. Ribbon

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  .ribbon {
    padding: 50px;
    margin: 0;
  }
  .ribbon .side {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .ribbon {
    padding: 50px 30px;
  }
  .ribbon .inside .controls {
    margin: 0 0 30px 0;
  }
}
/********************************************************************************************* 

x. Slideshow

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  section.slideshow .image {
    width: 100%;
    height: 60vh;
    position: relative;
    bottom: 0;
  }
  section.slideshow .spacer {
    display: none;
  }
  section.slideshow .wrapper {
    margin: 0;
  }
}
/********************************************************************************************* 

x. Text

*********************************************************************************************/
@media only screen and (max-width: 600px) {
  section.text .columns {
    margin: 0 -15px;
  }
  section.text .columns .column .inside {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  section.text .columns {
    margin: 0;
    flex-wrap: wrap;
  }
  section.text .columns .column {
    width: 100%;
  }
  section.text .columns .column:first-child {
    margin: 0 0 30px 0;
  }
  section.text .columns .column .inside {
    padding: 0;
  }
}
/********************************************************************************************* 

x. Text + Images
x. Text + Video

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  section.text-video .columns {
    flex-direction: column !important;
  }
  section.text-video .columns .column {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  section.text-video .columns {
    margin: -15px;
  }
  section.text-video .columns .column .inside {
    padding: 15px;
  }
}
/********************************************************************************************* 

x. WordPress Core

*********************************************************************************************/
@media only screen and (max-width: 700px) {
  .aligncenter,
.alignleft,
.alignright {
    width: 100% !important;
    margin: 0 0 30px 0;
    float: none;
  }
  .aligncenter img,
.alignleft img,
.alignright img {
    width: 100%;
    height: auto;
  }
}

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