







@media (max-width: 767.98px) {
  html {
    font-size: 14px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  html {
    font-size: 15px; } }

@media (min-width: 992px) {
  html {
    font-size: 16px; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  padding-top: 150px; }
  @media (max-width: 767.98px) {
    body {
      padding-top: 64px; } }
  body.wpadminbar-spacer header#header {
    top: 32px; }
  body.wpadminbar-spacer .modal {
    top: 32px; }
  body.wpadminbar-spacer .navbar-collapse .inner-container {
    height: calc(100vh - 64px - 32px) !important; }
  @media screen and (max-width: 782px) {
    body.wpadminbar-spacer header#header {
      top: 46px; }
    body.wpadminbar-spacer .modal {
      top: 46px; }
    body.wpadminbar-spacer .navbar-collapse .inner-container {
      height: calc( 100vh - 64px - 46px) !important; } }
  @media screen and (max-width: 600px) {
    body #wpadminbar {
      position: fixed !important;
      top: 0; }
      body #wpadminbar #wp-admin-bar-customize {
        display: none; } }

input {
  border-radius: 0; }
  input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none; }

h1,
.type-h1 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.6875rem; }

h2,
.type-h2 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.125rem; }

h3,
.type-h3 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.875rem; }

h4,
.type-h4 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem; }

a,
.type-link {
  font-family: calluna, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem; }

.type-link-large {
  font-family: calluna, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.3125rem; }

.type-label {
  font-family: calluna, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem; }

button,
.type-button {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem; }

.type-body {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3125rem; }

.type-body-large {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.75rem; }

.type-quote {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2.625rem; }

.type-handwritten-large {
  font-family: reenie-beanie, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem; }

.type-handwritten-small {
  font-family: reenie-beanie, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem; }

.type-highlight {
  position: relative;
  z-index: 1; }
  .type-highlight:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    background: #ffd72d;
    z-index: -1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.finger-link {
  vertical-align: middle; }
  .finger-link:before {
    content: url("../../images/hand-right.png"); }
  .finger-link a {
    margin-left: 5px;
    display: inline-block;
    height: 38px;
    vertical-align: middle; }

.container-fluid,
.container {
  width: 100%;
  max-width: 1150px; }
  @media (min-width: 768px) {
    .container-fluid,
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767.98px) {
    .container-fluid,
    .container {
      padding-left: 20px;
      padding-right: 20px; }
      .container-fluid .row,
      .container .row {
        margin-left: -10px;
        margin-right: -10px; }
      .container-fluid *[class^="col"],
      .container *[class^="col"] {
        padding-left: 10px;
        padding-right: 10px; } }

.background-image-cover {
  -khtml-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.background-image-contain {
  -khtml-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.background-image-overlay {
  position: relative; }
  .background-image-overlay::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35); }

.polaroid {
  position: relative; }
  .polaroid .bg-image {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 75%;
    z-index: -1;
    -khtml-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .polaroid .bg-polaroid {
    padding-top: 58% !important;
    padding-bottom: 8px !important;
    -khtml-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../images/polaroid.png");
    background-position: top; }
  .polaroid .polaroid-content-pane {
    height: 56px; }
    @media (max-width: 991.98px) {
      .polaroid .polaroid-content-pane {
        height: 30px; } }
    .polaroid .polaroid-content-pane > * {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.aspect-ratio-1-1 {
  position: relative; }
  .aspect-ratio-1-1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .aspect-ratio-1-1 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.aspect-ratio-4-3 {
  position: relative; }
  .aspect-ratio-4-3:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .aspect-ratio-4-3 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.aspect-ratio-16-9 {
  position: relative; }
  .aspect-ratio-16-9:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .aspect-ratio-16-9 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.aspect-ratio-16-7 {
  position: relative; }
  .aspect-ratio-16-7:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%; }
  .aspect-ratio-16-7 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.aspect-ratio-7-5 {
  position: relative; }
  .aspect-ratio-7-5:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 71.42857%; }
  .aspect-ratio-7-5 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.wk-divider {
  width: 100%;
  display: block;
  padding-top: 10px;
  margin-bottom: 2px;
  position: relative;
  background-image: url("../../images/kw.png");
  background-repeat: repeat-x;
   }


.pt-6 {
  padding-top: 4rem; }

.pb-6 {
  padding-bottom: 4rem; }

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

@media (min-width: 992px) {
  .py-yd {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .py-yd {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media (max-width: 767.98px) {
  .py-yd {
    padding-top: 64px;
    padding-bottom: 64px; } }

@media (min-width: 992px) {
  .pt-yd {
    padding-top: 100px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-yd {
    padding-top: 80px; } }

@media (max-width: 767.98px) {
  .pt-yd {
    padding-top: 64px; } }

@media (min-width: 992px) {
  .pb-yd {
    padding-bottom: 100px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-yd {
    padding-bottom: 80px; } }

@media (max-width: 767.98px) {
  .pb-yd {
    padding-bottom: 64px; } }

@media (min-width: 768px) and (min-width: 992px) {
  .pb-md-yd {
    padding-bottom: 100px; } }

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-yd {
    padding-bottom: 80px; } }

@media (min-width: 992px) {
  .mb-yd {
    margin-bottom: 100px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .mb-yd {
    margin-bottom: 80px; } }

@media (max-width: 767.98px) {
  .mb-yd {
    margin-bottom: 64px; } }

@media (min-width: 992px) {
  .pt-yd-large {
    padding-top: 150px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-yd-large {
    padding-top: 100px; } }

@media (max-width: 767.98px) {
  .pt-yd-large {
    padding-top: 80px; } }

@media (min-width: 992px) {
  .py-yd-large {
    padding-top: 150px;
    padding-bottom: 150px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .py-yd-large {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media (max-width: 767.98px) {
  .py-yd-large {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media (min-width: 992px) {
  .py-yd-page {
    padding-top: 150px;
    padding-bottom: 100px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .py-yd-page {
    padding-top: 100px;
    padding-bottom: 80px; } }

@media (max-width: 767.98px) {
  .py-yd-page {
    padding-top: 80px;
    padding-bottom: 64px; } }

#wrapper {
  overflow: hidden; }

header#header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: white;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    header#header .logo {
      height: 30px; } }
  @media (max-width: 767.98px) {
    header#header {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      height: 64px;
      padding: 0px; }
      header#header .logo {
        width: 100%;
        height: auto; }
      header#header .navbar-brand {
        padding-top: 0;
        padding-bottom: 0; } }
  @media (prefers-reduced-motion: reduce) {
    header#header {
      -webkit-transition: none;
      transition: none; } }
  header#header.header-up {
    -webkit-transition: -webkit-transform 350ms ease-out !important;
    transition: -webkit-transform 350ms ease-out !important;
    transition: transform 350ms ease-out !important;
    transition: transform 350ms ease-out, -webkit-transform 350ms ease-out !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }
  header#header ul.menu {
    margin-right: -16px; }
    header#header ul.menu > li.menu-item.active a {
      border-bottom: 1px solid #333333; }
  header#header .btn-search:focus,
  header#header .btn-cart:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    header#header .btn-search:focus svg .stroke-me,
    header#header .btn-cart:focus svg .stroke-me {
      stroke: #e48332; }
  header#header .btn-search.btn-cart,
  header#header .btn-cart.btn-cart {
    position: relative;
    display: inline-block; }
  header#header .cart-count {
    font-weight: bold;
    margin-left: 8px;
    margin-top: 4px; }
  header#header ul.list-inline > li {
    display: inline-block; }
    header#header ul.list-inline > li:not(:last-child) {
      margin-right: 0.5rem; }
  @media (max-width: 991.98px) {
    header#header ul.header-menu {
      margin-right: -6px; }
      header#header ul.header-menu .menu-item {
        display: none; } }
  header#header a {
    color: #333333;
    padding: 0px 6px; }
    header#header a:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #e48332; }
  header#header img.hand {
    width: 40px;
    height: auto; }
  header#header .navbar-toggler {
    margin-left: -10px; }
    header#header .navbar-toggler:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  header#header .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-color: #eae9e4;
    padding-top: calc(64px); }
    header#header .navbar-collapse .inner-container {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      height: calc(100vh - 64px);
      padding-top: 48px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 164px !important; }
    header#header .navbar-collapse .card-header button,
    header#header .navbar-collapse a.collections-link {
      width: 100%;
      text-align: left;
      padding: 18px 0 12px;
      font-family: adobe-caslon-pro, serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.3125rem; }
      header#header .navbar-collapse .card-header button:focus,
      header#header .navbar-collapse a.collections-link:focus {
        outline: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
      header#header .navbar-collapse .card-header button svg,
      header#header .navbar-collapse a.collections-link svg {
        -webkit-transition: -webkit-transform 250ms ease-out;
        transition: -webkit-transform 250ms ease-out;
        transition: transform 250ms ease-out;
        transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      header#header .navbar-collapse .card-header button.collapsed svg,
      header#header .navbar-collapse a.collections-link.collapsed svg {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
    header#header .navbar-collapse .border-bottom {
      border-color: #dddddd !important; }
    header#header .navbar-collapse li > a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
  header#header .mobile-header-menu a {
    padding: 12px 0 8px; }

nav.product-category-menu {
  position: relative;
  height: 50px;
  background-image: url("../../images/texture.jpg");
  -khtml-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  nav.product-category-menu a.product-category-submenu-link {
    text-transform: uppercase;
    height: 50px; }
  @media (max-width: 1199.98px) {
    nav.product-category-menu .top-level-categories-container {
      padding-left: 40px;
      padding-right: 40px; } }
  nav.product-category-menu ul.top-level-categories {
    white-space: nowrap;
    overflow-y: scroll;
    height: 50px;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    nav.product-category-menu ul.top-level-categories::-webkit-scrollbar {
      display: none; }
  nav.product-category-menu .top-level-categories-scroll-nav {
    position: relative; }
    nav.product-category-menu .top-level-categories-scroll-nav svg {
      width: 10px;
      height: auto;
      display: block; }
    nav.product-category-menu .top-level-categories-scroll-nav .nav-prev,
    nav.product-category-menu .top-level-categories-scroll-nav .nav-next {
      height: 50px;
      position: absolute;
      top: -50px; }
      nav.product-category-menu .top-level-categories-scroll-nav .nav-prev.disabled,
      nav.product-category-menu .top-level-categories-scroll-nav .nav-next.disabled {
        cursor: default;
        opacity: 0.15; }
    nav.product-category-menu .top-level-categories-scroll-nav .nav-prev {
      left: -40px; }
    nav.product-category-menu .top-level-categories-scroll-nav .nav-next {
      right: -40px; }
  nav.product-category-menu a.product-category-submenu-link:hover + nav.product-category-submenu,
  nav.product-category-menu nav.product-category-submenu:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
    visibility: visible; }
  nav.product-category-menu nav.product-category-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    will-change: display, visibility, transform;
    display: none;
    visibility: hidden;
    background-image: url("../../images/texture.jpg");
    -khtml-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  @media (min-width: 992px) {
    nav.product-category-menu li.li-collection-nav-item + li.li-collection-nav-item {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #d8d8d8; } }
  @media (max-width: 767.98px) {
    nav.product-category-menu li.li-collection-nav-item h4 {
      text-overflow: ellipsis;
      overflow: hidden; } }

footer#footer {
  background: #e48332;
  color: white;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (max-width: 767.98px) {
    footer#footer {
      padding-bottom: 20px; } }
  footer#footer nav {
    line-height: 1.25rem; }
    @media (max-width: 767.98px) {
      footer#footer nav {
        line-height: 1.75rem; } }
  footer#footer .type-h2 {
    margin-bottom: 1rem; }
  footer#footer .footer-menu a {
    font-family: calluna, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: white; }
  footer#footer ul.product-categories li a.sale {
    position: relative; }
    footer#footer ul.product-categories li a.sale:after {
      position: absolute;
      top: 0;
      content: url("../../images/sale-tag.png"); }
  @media (max-width: 767.98px) {
    footer#footer ul.locations li.location {
      width: 50%;
      float: left; } }
  footer#footer ul.locations .title {
    font-family: calluna, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0.825rem; }
    @media (max-width: 767.98px) {
      footer#footer ul.locations .title {
        font-weight: bold; } }
    footer#footer ul.locations .title p {
      margin-bottom: 0; }
  footer#footer ul.locations .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 0.825rem;
    text-align: center;
    line-height: 20px;
    padding-left: 1px; }
  footer#footer ul.locations .store-details p {
    margin-bottom: 0;
    font-family: calluna, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem; }
    @media (max-width: 767.98px) {
      footer#footer ul.locations .store-details p {
        line-height: 1.5rem; } }
  footer#footer ul.locations .store-details a {
    color: white;
    text-decoration: underline; }
  footer#footer ul.social-accounts li a {
    display: block;
    height: 20px;
    width: 20px; }
    @media (max-width: 767.98px) {
      footer#footer ul.social-accounts li a {
        height: 30px;
        width: 30px; } }
    footer#footer ul.social-accounts li a img {
      width: auto;
      height: 100%;
      display: block;
      margin: auto; }
  footer#footer ul.social-accounts .list-inline-item:not(:last-child) {
    margin-right: 0.825rem; }
  footer#footer .footer-newsletter form input {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
    footer#footer .footer-newsletter form input::-webkit-input-placeholder {
      color: white; }
    footer#footer .footer-newsletter form input:-ms-input-placeholder {
      color: white; }
    footer#footer .footer-newsletter form input::-ms-input-placeholder {
      color: white; }
    footer#footer .footer-newsletter form input::placeholder {
      color: white; }
  footer#footer .footer-newsletter form input[type="email"], footer#footer .footer-newsletter form input[type="text"] {
    background-color: transparent; }
    footer#footer .footer-newsletter form input[type="email"]:focus, footer#footer .footer-newsletter form input[type="text"]:focus {
      outline: none; }

aside#searchModal .modal-dialog {
  margin: 0;
  max-width: none; }

aside#searchModal .modal-content {
  background-color: #000000;
  color: white;
  border-radius: 0; }

aside#searchModal .modal-header {
  border-bottom: 0; }

@media (max-width: 767.98px) {
  aside#searchModal .btn-close {
    margin-right: -14px; }
    aside#searchModal .btn-close svg {
      width: 30px;
      height: auto; } }

aside#searchModal .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  aside#searchModal .btn-close:focus svg path {
    stroke: #e48332; }

aside#searchModal form {
  position: relative; }

aside#searchModal input[type="text"] {
  background: none;
  border: 0;
  border-bottom: 1px solid white;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.875rem;
  color: white;
  width: 100%; }
  aside#searchModal input[type="text"]::-webkit-input-placeholder {
    color: white; }
  aside#searchModal input[type="text"]:-ms-input-placeholder {
    color: white; }
  aside#searchModal input[type="text"]::-ms-input-placeholder {
    color: white; }
  aside#searchModal input[type="text"]::placeholder {
    color: white; }
  aside#searchModal input[type="text"]:focus {
    outline: none;
    border-bottom: 1px solid #e48332; }

aside#searchModal input[type="submit"],
aside#searchModal input[type="image"] {
  position: absolute;
  right: 0;
  width: 35px;
  height: calc(100% - 2px);
  padding: 0;
  border: none;
  background: none;
  background-image: url("../../images/search.svg");
  -khtml-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%; }
  aside#searchModal input[type="submit"]:focus,
  aside#searchModal input[type="image"]:focus {
    outline: none;
    background-image: url("../../images/search-active.svg"); }

nav.pagination {
  margin-top: 4rem;
  text-align: center;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  color: #333333; }
  nav.pagination a {
    font-family: adobe-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #333333; }


.woocommerce-notices-wrapper {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .woocommerce-notices-wrapper {
      margin-top: 2em;
      padding-left: 15px;
      padding-right: 15px; } }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #eae9e4;
  font-family: calluna, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem; }

.woocommerce-info {
  border-top-color: #e48332; }
  .woocommerce-info:before {
    color: #e48332; }

.woocommerce #customer_login h2 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  border-bottom: 1px solid black; }

.woocommerce form.login, .woocommerce form.register {
  border: 0px;
  padding: 0; }
  .woocommerce form.login button[type="submit"], .woocommerce form.register button[type="submit"] {
    width: 100%;
    min-width: 100%;
    margin-top: 16px;
    margin-left: 0px !important; }
  .woocommerce form.login p, .woocommerce form.register p {
    font-family: adobe-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.3125rem; }
  .woocommerce form.login .woocommerce-privacy-policy-text, .woocommerce form.register .woocommerce-privacy-policy-text {
    font-family: adobe-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.3125rem; }

.woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #adb5bd; }
  .woocommerce .woocommerce-MyAccount-navigation ul > li {
    display: inline-block;
    margin-right: 32px;
    padding-bottom: 16px; }
    @media (max-width: 767.98px) {
      .woocommerce .woocommerce-MyAccount-navigation ul > li {
        margin-right: 10px;
        margin-bottom: 5px;
        padding-bottom: 5px; } }
    @media (min-width: 576px) {
      .woocommerce .woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--customer-logout {
        float: right; } }
    @media (min-width: 576px) {
      .woocommerce .woocommerce-MyAccount-navigation ul > li.is-active {
        border-bottom: 5px solid black; } }
    @media (max-width: 767.98px) {
      .woocommerce .woocommerce-MyAccount-navigation ul > li.is-active {
        border-bottom: 2px solid #000; } }
    .woocommerce .woocommerce-MyAccount-navigation ul > li a {
      font-family: calluna, serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      color: black; }

.woocommerce .woocommerce-Input,
.woocommerce input.input-text {
  border: 1px solid #adb5bd;
  background: transparent;
  padding: 1rem; }

.woocommerce .woocommerce-Button,
.woocommerce button.button,
.woocommerce a.button {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  padding: 1rem;
  min-width: 250px;
  border-radius: 0;
  border: 1px solid #333333;
  text-align: center;
  background-color: white; }
  .woocommerce .woocommerce-Button[type="submit"],
  .woocommerce button.button[type="submit"],
  .woocommerce a.button[type="submit"] {
    margin-top: 16px;
    margin-left: 3px;
    padding-top: 23px; }

.woocommerce label {
  font-family: calluna, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem; }

.woocommerce .payment-method-actions {
  width: 250px; }

.woocommerce .woocommerce-orders-table__cell-order-actions {
  text-align: right; }

.woocommerce .form-row {
  padding: 3px 0; }

.woocommerce .u-column1,
.woocommerce .u-column2,
.woocommerce .woocommerce-column {
  max-width: unset !important;
  padding: 0; }

.partial-blog-recent-posts a h3 {
  color: black; }

.partial-blog-recent-posts .content {
  line-height: 0.7; }
/* TERENCE */
.border-polaroid-3across {
  background-size:cover !important; 
  border-top:20px solid #e8e6e6 !important; 
  border-left:20px solid #e8e6e6 !important; 
  border-right:20px solid #e8e6e6 !important; 
  border-bottom:80px solid #e8e6e6 !important; 
  border-radius:2px !important;
  height:100% !important; 
  width:100% !important; 
  top:0 !important; 
  left:0 !important; 
}
/* END TERENCE */