body {
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body #catapult-cookie-bar {
  top: auto !important;
  bottom: 0rem !important;
}
body #wpfront-scroll-top-container {
  right: 1rem !important;
  bottom: 4rem !important;
}
body .no-scroll {
  overflow: hidden;
}
body.woocommerce-page .woocommerce {
  margin: 0 auto 2rem;
  width: 100%;
  max-width: 96rem;
}
body section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
@media (min-width: 40rem) {
  body section {
    min-height: auto;
 }
}
body section.with-padding {
  padding: 0 1rem;
}
body section .section-header {
  display: inline-flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-family: "Great Vibes", "Good Vibes Pro", cursive;
  font-size: 2rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 40rem) {
  body section .section-header {
    font-size: 4rem;
    margin: 0 auto 2rem;
 }
}
body section .section-header span {
  display: flex;
  position: relative;
  align-self: center;
  padding: 0 1rem 0 1rem;
  background-color: #fdfdfd;
  z-index: 20;
}
@media screen and (min-width: 40rem) {
  body section .section-header span {
    padding: 0 3rem 0 2.6rem;
 }
}
body section .section-header:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 40vw);
  width: 80vw;
  height: 2px;
  background-image: -webkit-linear-gradient(left, rgba(200, 159, 77, 0.1), #c89f4d, rgba(200, 159, 77, 0.1));
  background-image: -moz-linear-gradient(left, rgba(200, 159, 77, 0.1), #c89f4d, rgba(200, 159, 77, 0.1));
  background-image: -ms-linear-gradient(left, rgba(200, 159, 77, 0.1), #c89f4d, rgba(200, 159, 77, 0.1));
  background-image: -o-linear-gradient(left, rgba(200, 159, 77, 0.1), #c89f4d, rgba(200, 159, 77, 0.1));
  z-index: 10;
}
@media screen and (min-width: 40rem) {
  body section .section-header:before {
    left: calc(50% - 25vw);
    width: 50vw;
    padding: 0 3rem 0 2.6rem;
 }
}
body section .page-content, body section .entry-content {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto 2rem;
  padding: 0;
}
body section .entry-content {
  max-width: 64rem;
}
body .big-decorative-button {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 8rem;
  height: 3rem;
  margin: 0 auto;
  padding: 1rem 1.6rem;
  color: #fff;
  background-size: 8rem;
  background-position: center, bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #e8d094;
  border-radius: 2rem;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
body .big-decorative-button:before, body .big-decorative-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2rem;
  width: 3rem;
  height: 3rem;
  background-image: url(/wp-content/themes/storefront-child/assets/images/ornament_gold.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 3rem;
  transform: rotate(90deg);
}
body .big-decorative-button:before {
  right: auto;
  left: -2rem;
  transform: rotate(270deg);
}
body .big-decorative-button:hover {
  background-color: #926f34;
  transition: all 0.3s ease-in;
}
body .sale-menu-label {
  display: inline-flex;
  position: relative;
  align-self: center;
  align-items: center;
  justify-content: center;
  vertical-align: baseline;
  width: auto;
  margin: 0 0 0 0.25rem;
  top: -0.1rem;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1rem;
  color: #fff;
  background-color: #c5312d;
  z-index: 10;
}
body .large-decorative-button {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70vw;
  min-width: 18rem;
  height: auto;
  margin: 2rem auto 0;
  padding: 0.825rem 2.4rem;
  color: #fff;
  background-size: 8rem;
  background-position: center, bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #e8d094;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  line-height: 1.2em;
  border-radius: 2rem;
  transition: all 0.5s ease-out;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (min-width: 48rem) {
  body .large-decorative-button {
    padding: 2rem 4rem;
    font-size: 1.5rem;
    width: auto;
    min-width: 8rem;
    height: 4rem;
 }
}
body .large-decorative-button:before, body .large-decorative-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -2rem;
  width: 3rem;
  height: 3rem;
  background-image: url(/wp-content/themes/storefront-child/assets/images/ornament_gold.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 3rem;
  transform: rotate(90deg);
}
@media screen and (min-width: 48rem) {
  body .large-decorative-button:before, body .large-decorative-button:after {
    width: 4rem;
    height: 4rem;
 }
}
body .large-decorative-button:before {
  right: auto;
  left: -2rem;
  transform: rotate(270deg);
}
body .large-decorative-button:hover {
  background-color: #926f34;
  transition: all 0.3s ease-in;
}
