@font-face {
  font-family: "domaine-display-web-regular";
  src: url("/fonts/domaine-display-web-regular.woff2") format("woff2"), url("/fonts/domaine-display-web-regular.woff") format("woff"), url("/fonts/domaine-display-web-regular.eot") format("eot");
}
@font-face {
  font-family: "GT-America-Extended-Medium";
  src: url("/fonts/GT-America-Extended-Medium.woff2") format("woff2"), url("/fonts/GT-America-Extended-Medium.woff") format("woff"), url("/fonts/GT-America-Extended-Medium.ttf") format("ttf"), url("/fonts/GT-America-Extended-Medium.otf") format("otf");
}
@font-face {
  font-family: "GT-Walsheim-Light";
  src: url("/fonts/GT-Walsheim-Light.woff2") format("woff2"), url("/fonts/GT-Walsheim-Light.woff") format("woff"), url("/fonts/GT-Walsheim-Light.ttf") format("ttf"), url("/fonts/GT-Walsheim-Light.otf") format("otf");
}
@font-face {
  font-family: "GT-Walsheim-Light-Oblique";
  src: url("/fonts/GT-Walsheim-Light-Oblique.woff2") format("woff2"), url("/fonts/GT-Walsheim-Light-Oblique.woff") format("woff"), url("/fonts/GT-Walsheim-Light-Oblique.ttf") format("ttf"), url("/fonts/GT-Walsheim-Light-Oblique.otf") format("otf");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

#promoBanner {
  width: 100%;
  background-color: #47749a;
  color: white;
  text-align: center;
  padding: 10px 5px;
}
@media (min-width: 1000px) {
  #promoBanner {
    padding-left: 15px;
    padding-top: 21px;
    padding-bottom: 13px;
  }
}
#promoBanner > div {
  max-width: 1070px;
  margin: 0 auto;
}
#promoBanner h3 {
  color: white;
  font-size: 13px;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1000px) {
  #promoBanner h3 {
    font-size: 1.1em;
    margin-bottom: 0;
  }
}
#promoBanner h3 span {
  display: none;
}
@media (min-width: 1000px) {
  #promoBanner h3 span {
    display: inline;
    padding: 0 15px;
    position: relative;
    top: -2px;
    opacity: 0.65;
  }
}
#promoBanner h3 a {
  display: block;
  margin: 3px auto;
}
@media (min-width: 1000px) {
  #promoBanner h3 a {
    display: inline-block;
  }
}
@media (min-width: 620px) {
  #promoBanner h3 br {
    display: none;
  }
}
#promoBanner ul {
  line-height: 1.444;
}
#promoBanner ul li {
  font-family: "futura-pt", helvetica, arial, verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 620px) {
  #promoBanner ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (min-width: 1000px) {
  #promoBanner ul li {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media (min-width: 620px) {
  #promoBanner ul li:last-child {
    border-right: none;
  }
}

/*---------------------------------------------------------------------------------------------
*
*  @Header
*
*---------------------------------------------------------------------------------------------*/
#accountBar {
  height: 50px;
  width: 100%;
  font-family: "GT-Walsheim-Light", serif;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
#accountBar p {
  display: none;
  color: #dadfe2;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  height: 50px;
  padding: 19px 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: lowercase;
  padding-left: 20px;
}
@media (min-width: 1000px) {
  #accountBar p {
    display: inline-block;
  }
}
#accountBar #accountBarNotification {
  display: block;
  height: 40px;
  text-align: center;
  background-color: #425c7c;
  color: #bbc7d5;
}
@media (min-width: 620px) {
  #accountBar #accountBarNotification {
    display: block;
  }
}
#accountBar #accountBarNotification p {
  padding: 6px 18px;
  font-family: helvetica, sans-serif;
  text-transform: initial;
  display: block;
  letter-spacing: 0;
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.222;
}
@media (min-width: 750px) {
  #accountBar #accountBarNotification p {
    font-size: 1.1em;
    padding: 11px 8px;
    font-family: "GT-Walsheim-Light", serif;
  }
}
#accountBar #accountBarNotification strong {
  color: white;
}

#accountInfo {
  float: left;
  margin-left: 15px;
}
@media (min-width: 1000px) {
  #accountInfo {
    float: right;
    margin-right: 150px;
  }
}
#accountInfo li {
  display: inline-block;
}
#accountInfo li:first-child {
  display: none;
  position: relative;
  padding-right: 14px;
  margin-right: 8px;
}
@media (min-width: 1000px) {
  #accountInfo li:first-child {
    display: inline-block;
  }
}
#accountInfo li:first-child:after {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent url("../images/icon-search.png") no-repeat right 0;
  background-size: 15px 15px;
  position: absolute;
  right: 0;
  top: 17px;
}
#accountInfo li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  height: 50px;
  padding: 19px 8px;
  display: inline-block;
  text-transform: lowercase;
}
@media (min-width: 620px) {
  #accountInfo li a {
    letter-spacing: 1px;
  }
}
#accountInfo li a span {
  display: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}
@media (min-width: 620px) {
  #accountInfo li a span {
    display: inline;
  }
}
#accountInfo li a:hover {
  color: white;
  text-shadow: 0px 0px 8px rgb(1.5714285714, 1.4857142857, 1.4285714286);
}
#accountInfo li span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}

#checkoutBTN {
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  height: 50px;
  padding: 11px 20px;
  background-color: #5a748f;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
#checkoutBTN.retailCheckout {
  padding-top: 18px;
  background-color: #123b6d;
}
#checkoutBTN span {
  display: block;
  font-family: "domaine-display-web-regular", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
}
#checkoutBTN:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  cursor: pointer;
}

#accountBar.accountBarWholesale {
  background-color: #373432;
}

#accountBar.accountBarRetail {
  background-color: #164884;
}

#preHeader {
  clear: both;
  min-height: 55px;
  background: transparent url("../images/top-bkg.jpg") no-repeat center -45px;
  position: relative;
}
#preHeader:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1000px) {
  #preHeader {
    background-image: none;
    height: 0;
    min-height: 0px;
  }
}

.home #preHeader {
  background: transparent url("../images/top-bkg.jpg") no-repeat center -45px;
}
@media (min-width: 1000px) {
  .home #preHeader {
    min-height: 20px;
    background-position: center -75px;
    background-repeat: repeat-x;
  }
}

.logo {
  display: block;
  max-width: 485px;
  width: 95%;
  margin: -5px auto 0;
  text-align: center;
  padding: 10px 5% 0;
}
@media (min-width: 620px) {
  .logo {
    width: 100%;
    margin-top: -35px;
    margin-bottom: -43px;
    position: relative;
    z-index: 98;
  }
}
@media (min-width: 1000px) {
  .logo {
    margin-top: -27px;
  }
}

.interior-logo {
  width: 115px;
  margin: -35px auto 0;
  display: block;
  text-align: center;
}
@media (min-width: 1000px) {
  .interior-logo {
    position: absolute;
    left: 25px;
    margin-top: 0;
    top: 18px;
    width: 206px;
    z-index: 999;
  }
}

#madeinUSA {
  display: none;
}
@media (min-width: 1000px) {
  #madeinUSA {
    display: block;
    position: absolute;
    right: 39px;
    top: 7px;
    width: 146px;
    right: auto;
    left: 24px;
    top: 8px;
    transform: rotate(-30deg);
  }
}

#preHeaderSearch {
  position: absolute;
  right: 10px;
  top: 15px;
  display: block;
  color: #5f6f7b;
  text-transform: uppercase;
  font-family: "GT-Walsheim-Light", serif;
  padding-right: 28px;
  padding-top: 3px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  z-index: 99;
}
@media (min-width: 620px) {
  #preHeaderSearch {
    right: 20px;
  }
}
@media (min-width: 1000px) {
  #preHeaderSearch {
    display: none;
  }
}
#preHeaderSearch:after {
  content: "";
  width: 23px;
  height: 23px;
  background: transparent url("../images/icon-preheader-search.png") no-repeat right 0;
  background-size: 23px 23px;
  position: absolute;
  right: 0;
  top: -1px;
}

header#interior-header {
  position: relative;
}
@media (min-width: 1000px) {
  header#interior-header {
    background: transparent url("../images/interiorHeaderScroll.jpg") no-repeat 0 0;
    background-size: 324px 155px;
    min-height: 155px;
  }
}

.mobileNav {
  text-align: left;
  color: #5f6f7b;
  text-transform: uppercase;
  display: block;
  width: 39px;
  max-width: 255px;
  padding: 10px 12px 6px;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 9999;
  background-color: transparent;
}
.mobileNav .menuText {
  display: none;
}
@media (min-width: 1000px) {
  .mobileNav {
    display: none;
  }
}
.mobileNav:hover, .mobileNav.activeToggle {
  cursor: pointer;
}
.mobileNav.activeToggle {
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #c1cdd1;
  border-color: #373432;
}
.mobileNav.activeToggle .hamburgerContainer .hamburgerPatty {
  background-color: #e25856;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: rotate(45deg);
}
.mobileNav.activeToggle .hamburgerContainer .hamburgerPatty:first-child {
  transform: rotate(-45deg);
  position: relative;
  top: 7px;
}
.mobileNav.activeToggle .hamburgerContainer .hamburgerPatty:last-child {
  opacity: 0;
}
.mobileNav .hamburgerContainer {
  width: 18px;
  position: relative;
  margin-right: 10px;
  top: 4px;
}
.mobileNav .hamburgerContainer .hamburgerPatty {
  height: 2px;
  background-color: #e25856;
  margin-bottom: 4px;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mmenu {
  display: none;
  text-align: center;
  background-color: transparent;
  width: 100%;
  padding: 80px 0 128px;
  z-index: 99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1000px) {
  .mmenu {
    padding: 80px 0 10px;
  }
}
.mmenu ul {
  width: 100%;
  margin: 0 auto;
  padding: 17px 0;
}
.mmenu ul:last-child li a, .mmenu a h3 {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 18.5px;
  color: #404041;
}
@media (min-width: 1000px) {
  .mmenu.expanded {
    display: none !important;
  }
}
.mmenu li {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}
.mmenu li.parent {
  position: relative;
}
.mmenu li a {
  font-family: "domaine-display-web-regular", serif;
  font-size: 1.7em;
  font-weight: 400;
  display: block;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  color: #e25856;
  text-decoration: none;
  width: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.mmenu li a h2 {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 22px;
  font-weight: 400;
  display: block;
  color: #c0cdd1;
  text-decoration: none;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
  padding: 2px 0;
  font-style: normal;
}
.mmenu li a span {
  font-family: "domaine-display-web-regular", serif;
  font-style: italic;
  display: block;
  font-size: 16px;
  line-height: 1.444;
}
.mmenu li a:hover {
  background-color: transparent;
}
.mmenu li a:focus {
  background-color: transparent !important;
  text-decoration: none !important;
}
.mmenu li img {
  display: none;
}
.mmenu li ul {
  width: 99%;
  margin: 2px auto;
  padding: 10px 0 13px;
}
.mmenu li ul:after {
  content: "";
  display: table;
  clear: both;
}
.mmenu li ul.subNav {
  display: none;
}
.mmenu li ul.subNav.expandedNav {
  display: block;
}
.mmenu li ul li a {
  font-size: 18px;
  padding: 10px;
  width: 100%;
  font-weight: 400;
  background-color: transparent;
  border: none;
}
.mmenu li ul li a:hover {
  color: #e25856;
}
.mmenu li ul li ul {
  width: 100%;
}
.mmenu li ul li ul li a {
  padding-left: 40px;
}

.shopify .mmenu li a {
  padding: 6px 16px;
}

.mmenu.simpleNav ul:last-child {
  border: none;
}

.mmenu ul.secondaryMobileNav li a {
  text-transform: uppercase;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 0.7em;
  letter-spacing: 2px;
  line-height: 1.544;
}
.mmenu ul.secondaryMobileNav li a:hover {
  color: #e25856;
}

@media (min-width: 620px) {
  .mmenu #primaryNavigation {
    width: 45%;
    float: left;
    margin-left: 2.5%;
    padding-left: 0;
  }
}
.mmenu #primaryNavigation ul:last-child {
  border-bottom: none;
}

@media (min-width: 620px) {
  .mmenu #collectionNavigation {
    width: 50%;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    border-right: 1px solid rgba(171, 185, 194, 0.5);
  }
}
.mmenu #collectionNavigation ul {
  border-bottom: 1px solid rgba(171, 185, 194, 0.5);
}
@media (min-width: 620px) {
  .mmenu #collectionNavigation ul {
    padding-bottom: 5px;
    border-bottom: none;
  }
}

#collectionNavigation.customCollectionNav ul li a {
  font-size: 15px;
}

#collectionNavigation.customCollectionNav ul li a span {
  font-family: "GT-Walsheim-Light", serif;
  font-style: normal;
  font-size: 21px;
  line-height: 1.422;
}

#menu-primary-page-nav #menu-item-2018 {
  text-indent: -1000000px;
}
#menu-primary-page-nav #menu-item-2018 a {
  background: transparent url("../_images/Instagram_Icon_Medium.png") no-repeat center center;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  left: 12px;
  top: 8px;
}

#landingContent #pageNav li.menu-item-2018 {
  text-indent: 0;
}
#landingContent #pageNav li.menu-item-2018 a {
  background: none;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  left: auto;
  top: auto;
}

.mainNav, .interiorNav {
  display: none;
}
@media (min-width: 1000px) {
  .mainNav, .interiorNav {
    display: block !important;
  }
  .mainNav.sticky, .interiorNav.sticky {
    position: fixed;
    top: 0;
  }
}

.mainMenuContainer {
  width: 93.555%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1150px) {
  .mainMenuContainer {
    width: 100%;
  }
}

#mobileBag {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 19px;
  right: 20px;
  text-align: center;
  background: transparent url("/images/icon-bag.svg") no-repeat center center;
  background-size: 20px 20px;
  color: #e25856;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 0.65em;
  padding-top: 8px;
}

.shopify #mobileBag {
  padding-top: 6px;
}

#mobileSearch {
  display: none;
  width: 18px;
  height: 18px;
  text-indent: -100000px;
  position: absolute;
  top: 20px;
  left: 55px;
  background: transparent url("/images/icon-search-mobile.svg") no-repeat center center;
  background-size: 18px 18px;
}
@media (min-width: 374px) {
  #mobileSearch {
    display: block;
  }
}
@media (min-width: 450px) {
  #mobileSearch {
    left: 65px;
  }
}

.searchContainer_mobile {
  display: block;
}
@media (min-width: 1000px) {
  .searchContainer_mobile {
    display: none;
  }
}

.searchContainer_full {
  display: none;
}
@media (min-width: 1000px) {
  .searchContainer_full {
    display: block;
  }
}

.searchBoxContainer {
  padding-top: 5px;
}

.searchButton {
  background-color: #373432;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 71px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 620px) {
  .searchButton {
    right: auto;
    left: 150px;
  }
}
@media (min-width: 1000px) {
  .searchButton {
    right: auto;
    left: 25px;
    top: 10px;
    background-color: transparent;
    width: 85px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
.searchButton img {
  position: relative;
  max-width: 11px;
  margin-right: 10px;
  top: 7px;
  left: 7px;
}
@media (min-width: 1000px) {
  .searchButton img {
    float: left;
    left: 0;
    top: 4px;
  }
}
.searchButton span {
  display: inline;
}
.searchButton:hover {
  background-color: rgb(55, 51.3333333333, 50);
}
@media (min-width: 1000px) {
  .searchButton:hover {
    background-color: transparent;
  }
}
.searchButton.searchActiveBTN {
  background-color: rgb(79.0428571429, 74.7314285714, 71.8571428571);
}

#searchOverlay {
  background-color: rgba(226, 88, 86, 0.95);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99999;
  display: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: auto;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
#searchOverlay.searchActive {
  display: table;
}
#searchOverlay a.searchCloseBTN {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: white;
  margin: 30px auto 0;
  font-family: "GT-Walsheim-Light", serif;
  text-transform: lowercase;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  left: 8px;
  top: -22px;
}
#searchOverlay a.searchCloseBTN:before, #searchOverlay a.searchCloseBTN:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background-color: white;
  position: absolute;
  top: 29px;
  left: 9px;
}
#searchOverlay a.searchCloseBTN:before {
  transform: rotate(45deg);
}
#searchOverlay a.searchCloseBTN:after {
  transform: rotate(-45deg);
}
#searchOverlay .search-form > label {
  display: none;
}

.retailShop .searchBar, .searchBar {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  left: 50%;
  background-color: transparent;
  text-align: center;
  color: white;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.retailShop .searchBar label span, .searchBar label span {
  display: none;
}
.retailShop .searchBar input[type=text], .retailShop .searchBar input[type=search], .searchBar input[type=text], .searchBar input[type=search] {
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid white;
  font-family: "domaine-display-web-regular", serif;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 0 0px 15px;
  margin: 0;
  margin-right: 0px;
  font-size: 2em;
  background: transparent;
  color: white;
}
.retailShop .searchBar input[type=text]::placeholder, .retailShop .searchBar input[type=search]::placeholder, .searchBar input[type=text]::placeholder, .searchBar input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.retailShop .searchBar input[type=text]:focus, .retailShop .searchBar input[type=search]:focus, .searchBar input[type=text]:focus, .searchBar input[type=search]:focus {
  outline: none;
}
.retailShop .searchBar input[type=submit], .retailShop .searchBar button[type=submit], .searchBar input[type=submit], .searchBar button[type=submit] {
  display: none;
  border: none;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
  width: 55%;
  color: white;
  height: 50px;
  /* Fallback for sad browsers */
  background-color: transparent;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(transparent, transparent);
  /* Opera */
  background-image: -o-linear-gradient(transparent, transparent);
  /* WebKit (Chrome 11+) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, transparent));
  /* WebKit (Safari 5.1+, Chrome 10+) */
  background-image: -webkit-linear-gradient(transparent, transparent);
  /* IE10 */
  background-image: -ms-linear-gradient(transparent, transparent);
  /* W3C */
  background-image: linear-gradient(transparent, transparent);
  background-color: #e25856;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 18px;
  padding: 9px 13px 7px;
  top: 0;
  left: 0;
  margin-top: 7px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 620px) {
  .retailShop .searchBar input[type=submit], .retailShop .searchBar button[type=submit], .searchBar input[type=submit], .searchBar button[type=submit] {
    height: 60px;
    width: 26%;
    left: -3px;
    top: -1px;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (min-width: 750px) {
  .retailShop .searchBar input[type=submit], .retailShop .searchBar button[type=submit], .searchBar input[type=submit], .searchBar button[type=submit] {
    top: -3px;
  }
}
.retailShop .searchBar input[type=submit]:hover, .retailShop .searchBar button[type=submit]:hover, .searchBar input[type=submit]:hover, .searchBar button[type=submit]:hover {
  background-color: rgb(28.2857142857, 26.7428571429, 25.7142857143);
  cursor: pointer;
}
.retailShop .searchBar .searchContainer, .searchBar .searchContainer {
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
}
.retailShop .searchBar.searchActive, .searchBar.searchActive {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  right: 0;
}
@media (min-width: 620px) {
  .retailShop .searchBar.searchActive, .searchBar.searchActive {
    top: 0;
    right: 45px;
    max-width: 550px;
  }
}
@media (min-width: 1000px) {
  .retailShop .searchBar.searchActive, .searchBar.searchActive {
    z-index: 99999;
    right: 0;
    top: 46px;
  }
}
@media (min-width: 1025px) {
  .retailShop .searchBar.searchActive, .searchBar.searchActive {
    top: 48px;
  }
}

#pageNav li {
  display: inline-block;
}
#pageNav li a {
  font-family: "GT-Walsheim-Light", serif;
  color: #687d98;
  padding: 28px 6px 25px;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 620px) {
  #pageNav li a {
    font-size: 15px;
    padding: 28px 6px 25px;
  }
}
@media (min-width: 1000px) {
  #pageNav li a {
    font-size: 16px;
    letter-spacing: 3px;
    padding: 33px 17px 31px;
  }
}
#pageNav li a:hover {
  color: rgb(62.4488188976, 75.1811023622, 91.5511811024);
}
#pageNav li.menu-item-2018 {
  text-indent: -1000000px;
}
#pageNav li.menu-item-2018 a {
  background: transparent url("../_images/Instagram_Icon_Medium.png") no-repeat center center;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  left: 10px;
  top: -6px;
}

#pageNav.interiorPageNav {
  display: none;
  position: absolute;
  left: 335px;
  top: 28px;
}
@media (min-width: 1000px) {
  #pageNav.interiorPageNav {
    display: block;
  }
}
#pageNav.interiorPageNav li a {
  font-size: 14px;
  padding: 3px 9px;
  letter-spacing: 1px;
}
@media (min-width: 1100px) {
  #pageNav.interiorPageNav li a {
    font-size: 15px;
    letter-spacing: 2px;
    padding: 3px 11px 3px 10px;
  }
}

.woocommerce-page #pageNav.interiorPageNav {
  left: 425px;
}

#headerShopLink {
  display: none;
  position: absolute;
  right: -12px;
  top: 18px;
  color: white;
  font-family: "GT-Walsheim-Light", serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 21px;
  padding: 9px 15px 6px;
  background-color: #164884;
}
@media (min-width: 1000px) {
  #headerShopLink {
    display: inline-block;
  }
}
#headerShopLink:hover {
  background-color: rgb(25.6428571429, 83.9220779221, 153.8571428571);
}

.woocommerce-page #headerShopLink {
  display: none;
}

#homeCalloutLink {
  text-align: center;
  color: #687d98;
  font-family: "GT-America-Extended-Medium", serif;
  font-weight: 400;
  display: block;
  width: 60%;
  max-width: 200px;
  background-color: #fff1e8;
  margin: 0 auto 6px;
  font-size: 22px;
  position: absolute;
  line-height: 1.255;
  right: 40px;
  top: 0;
  padding: 13px 5px 10px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  display: none;
}
@media (min-width: 620px) {
  #homeCalloutLink {
    display: none;
  }
}
@media (min-width: 750px) {
  #homeCalloutLink {
    background: #fff1e8 url("../images/flagFDL.svg") no-repeat 22px center;
    background-size: 37px 48px;
    max-width: 250px;
    padding: 13px 5px 10px 55px;
  }
}
@media (min-width: 1000px) {
  #homeCalloutLink {
    padding: 8px 5px 10px 55px;
    background: #fff1e8 url("../images/flagFDL.svg") no-repeat 22px center;
    background-size: 37px 48px;
    left: -12px;
    top: 35px;
    right: auto;
    max-width: 250px;
  }
}
#homeCalloutLink.homeCalloutLink-footer {
  display: block;
  position: relative;
  right: auto;
  background: #fff1e8 url("../images/flagFDL.svg") no-repeat 22px center;
  background-size: 37px 48px;
  max-width: 260px;
  width: 85%;
  padding: 18px 5px 18px 55px;
  margin-bottom: 18px;
}
@media (min-width: 620px) {
  #homeCalloutLink.homeCalloutLink-footer {
    display: none;
  }
}
#homeCalloutLink span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: subpixel-antialiased;
}
#homeCalloutLink:hover {
  background-color: rgb(255, 250.3130434783, 247.3);
}

html, body {
  background-color: #292824;
}

img {
  max-width: 100%;
}

img.mfp-img,
img.product-single__photo {
  pointer-events: none;
}

a {
  text-decoration: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
button:focus,
select:focus,
.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus,
.blog .navigation a:hover,
.single .navigation a:hover {
  outline: none;
  text-decoration: none;
  text-decoration-skip-ink: none;
  background: transparent;
}

.site a:focus img,
.site a:focus img:focus,
.site a img:focus,
.woocommerce div.product div.images img,
.woocommerce div.product div.images img:focus,
.woocommerce div:focus img {
  outline: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  height: auto;
  opacity: 1;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
  outline: none;
}

.shopify .h1, .shopify .h2, .shopify .h3, .shopify .h4, .shopify .h5, .shopify .h6, .shopify h1, .shopify h2, .shopify h3, .shopify h4, .shopify h5, .shopify h6 {
  font-family: "domaine-display-web-regular", serif;
}

/*---------------------------------------------------------------------------------------------
*
*  @Header
*
*---------------------------------------------------------------------------------------------*/
header.site-header {
  background-color: transparent;
  padding: 0;
  width: 100%;
  display: block;
  max-width: 100%;
  position: fixed;
  z-index: 99999;
  height: auto;
  transition: all 0.2s;
}
@media (min-width: 1000px) {
  header.site-header {
    padding: 0;
    position: relative;
  }
}
header.site-header.scrolled {
  background-color: #fff1e8;
  transition: all 0.5s;
}

section#header-mobile {
  width: 100%;
  text-align: center;
  padding: 4px 0 5px;
}
@media (min-width: 1000px) {
  section#header-mobile {
    display: none;
  }
}

section#preheader,
section#headerDesktop {
  display: none;
  text-align: center;
  position: relative;
}
@media (min-width: 1000px) {
  section#preheader,
  section#headerDesktop {
    display: block;
    padding-top: 25px;
  }
}

#mobileLogo {
  width: 200px;
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
#mobileNavOverlay {
  display: none;
  position: fixed;
  overflow: scroll;
  height: 100vh;
  background-color: #fff1e8;
  width: 100%;
  z-index: 9999;
}
#mobileNavOverlay.overlayVisible {
  display: block;
}
@media (min-width: 1000px) {
  #mobileNavOverlay.overlayVisible {
    display: none;
  }
}
#mobileNavOverlay a.mobileNav {
  display: none;
}

#masthead.overlayVisible {
  background-color: #fff1e8;
}

section#preheader {
  background-color: #292824;
  margin: 0;
  color: #fff1e8;
  position: relative;
  width: 100%;
  padding: 17px;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  height: 50px;
  line-height: 1;
}
@media (min-width: 1000px) {
  section#preheader .preheaderNav {
    width: 75%;
    margin: 0 auto;
  }
}
section#preheader a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff1e8;
  line-height: 1;
}
section#preheader a:hover {
  color: #e25856;
}

.shopify section#preheader .preheaderNav {
  position: relative;
}
@media (min-width: 1000px) {
  .shopify section#preheader .preheaderNav {
    top: 1px;
  }
}

#desktopSearch,
#desktopAccount {
  color: #fff1e8;
  display: block;
  position: absolute;
  top: 0;
  padding: 21px 45px;
}
#desktopSearch:hover,
#desktopAccount:hover {
  color: #e25856;
}

.shopify #desktopAccount {
  padding: 17px 45px;
}

#desktopSearch {
  left: 0;
  text-align: left;
  padding-left: 77px;
}
#desktopSearch:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 26px;
  top: 7px;
  background: transparent url("/images/icon-search.svg") no-repeat right center;
  background-size: 17px 17px;
}

#desktopAccount {
  right: 0;
  text-align: right;
}

.preheaderNav {
  top: 0;
}
.preheaderNav ul li {
  display: inline-block;
}
.preheaderNav a {
  color: #fff1e8;
  padding: 10px 25px;
}
.preheaderNav a:hover {
  color: #e25856;
}

#headerDesktop {
  background-color: #fff1e8;
  position: relative;
}

.site-branding,
.site-logo {
  margin: 0;
}
@media (min-width: 1000px) {
  .site-branding img,
  .site-logo img {
    max-height: none;
    max-width: none;
  }
}

@media (min-width: 1000px) {
  #headerDesktop .site-logo img.custom-logo {
    max-height: none;
    max-width: none;
    width: 406px;
  }
}
@media (min-width: 1000px) {
  #headerDesktop .site-logo img.custom-logo img {
    max-height: none;
    max-width: none;
  }
}

.primary-navigation > div > .menu-wrapper {
  text-align: center;
  justify-content: center;
}

#desktopBag {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 21px;
  right: 50px;
  text-align: center;
  background: transparent url("/images/icon-bag.svg") no-repeat center center;
  background-size: 25px 25px;
  color: #e25856;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 0.75em;
  padding-top: 10px;
  z-index: 99;
}

.shopify #desktopBag {
  padding-top: 8px;
}

#site-navigation {
  padding-top: 10px;
  z-index: 1;
}

#site-navigation .primary-menu-container a {
  color: #e25856;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 7px 13px 20px;
  position: relative;
}
@media (min-width: 1150px) {
  #site-navigation .primary-menu-container a {
    padding: 7px 20px 20px;
  }
}
#site-navigation .primary-menu-container a:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  background-color: #e25856;
  width: 100%;
  bottom: -4px;
  opacity: 0;
  text-align: center;
  margin: 0 auto;
  width: 96%;
  left: -2px;
}
#site-navigation .primary-menu-container a:hover {
  text-decoration: none;
}
#site-navigation .primary-menu-container a:focus {
  background-color: transparent;
  outline: none;
  text-decoration: none;
}
#site-navigation .primary-menu-container a.active:after, #site-navigation .primary-menu-container a:hover:after {
  opacity: 1;
}

.shopify #site-navigation .primary-menu-container a {
  padding: 3px 24px 20px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Homepage
*
*---------------------------------------------------------------------------------------------*/
.site-main {
  padding: 0;
}
@media (min-width: 1000px) {
  .site-main {
    padding-top: 175px;
  }
}
.site-main .col2,
.site-main .col3,
.site-main .linkSlider,
.site-main .productSlider,
.site-main .bespokeSlider,
.site-main .calloutSlider {
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 1000px) {
  .archive .site-main,
  .press-template-default .site-main,
  .shopify .site-main {
    padding-top: 25px;
  }
}

.home #main.site-main {
  padding-top: 0;
}
@media (min-width: 1000px) {
  .home #main.site-main {
    padding-top: 175px;
  }
}

/*---------------------------------------------------------------------------------------------
*
*  @Typography
*
*---------------------------------------------------------------------------------------------*/
article.customLayout {
  padding-top: 0;
  font-size: 12px;
}
@media (min-width: 1000px) {
  article.customLayout {
    padding-top: 0;
  }
}
article.customLayout section .contentBox .contentContainer h1,
article.customLayout section .contentBox .contentContainer h2,
article.customLayout section.bespokeSlider .productSliderDescription h2,
article.customLayout .linkSlider h2 {
  font-size: 3.5em;
  line-height: 1;
  font-family: "domaine-display-web-regular", serif;
  width: 90%;
  margin: 0 auto 15px;
}
@media (min-width: 1000px) {
  article.customLayout section .contentBox .contentContainer h1,
  article.customLayout section .contentBox .contentContainer h2,
  article.customLayout section.bespokeSlider .productSliderDescription h2,
  article.customLayout .linkSlider h2 {
    font-size: 3.5em;
    line-height: 1.2;
  }
}
article.customLayout section .contentBox .contentContainer h1 {
  width: 100%;
  word-break: keep-all;
}
article.customLayout section .contentBox p,
article.customLayout .bespokeSlider p {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 1.6em;
  line-height: 1.4;
}
@media (min-width: 1350px) {
  article.customLayout section .contentBox p,
  article.customLayout .bespokeSlider p {
    font-size: 1.8em;
  }
}

@media (min-width: 1350px) {
  .bespokeSlider p {
    width: 120%;
    margin-left: -10%;
  }
}

.homeLayout section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .homeLayout section.colReverse .bkgImage {
    order: 2;
  }
}
@media (min-width: 1000px) {
  .homeLayout section.colReverse .contentBox {
    order: 1;
  }
}

a.cta {
  color: #fff1e8;
  border: 1px solid #fff1e8;
  display: inline-block;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  padding: 15px 20px;
  margin-top: 20px;
  max-width: 80%;
  margin: 54px auto -30px;
  line-height: 1.333;
}
@media (min-width: 1000px) {
  a.cta {
    font-size: 1em;
    letter-spacing: 3px;
    padding: 15px 34px;
    margin-top: 30px;
  }
}
@media (min-width: 1100px) {
  a.cta {
    padding: 18px 38px;
    margin-top: 34px;
  }
}
a.cta.cta-dark {
  color: #404041;
  border-color: #404041;
}
a.cta:hover {
  background-color: white !important;
  color: #e25856 !important;
  border-color: white !important;
}

.cta-noButton h4 span {
  color: #fff1e8;
  display: inline;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  margin-top: 20px;
  position: relative;
}
.cta-noButton h4 span:after {
  content: "";
  width: 98%;
  height: 1px;
  position: absolute;
  background-color: #fff1e8;
  bottom: -2px;
  left: 0;
}

section.col2 {
  position: relative;
}
@media (min-width: 1000px) {
  section.col2 {
    display: flex;
    flex-direction: row;
    min-height: 0;
  }
}
section.col2 a {
  color: #e25856;
}
@media (min-width: 1000px) {
  section.col2.colReverse .bkgImage {
    order: 2;
  }
}
@media (min-width: 1000px) {
  section.col2.colReverse .contentBox {
    order: 1;
  }
}

@media (min-width: 1000px) {
  section.col2.scrolling .bkgImage {
    max-height: 800px;
  }
}
@media (min-width: 1000px) {
  section.col2.scrolling .contentBox {
    align-items: initial;
    max-height: 800px;
    overflow-y: auto;
  }
}
@media (min-width: 1000px) {
  section.col2.scrolling .contentBox:after {
    content: "";
    display: block;
    padding-top: 100%;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: auto;
  }
}
section.col2.scrolling .contentBox::-webkit-scrollbar {
  display: none;
}
section.col2.scrolling .contentBox .contentContainer {
  position: relative;
}
@media (min-width: 1000px) {
  section.col2.scrolling .contentBox .contentContainer {
    padding: 65px 15% 0;
    width: 100%;
    max-width: 100%;
    overflow-y: none;
  }
}
@media (min-width: 1000px) {
  section.col2.scrolling .contentBox .contentContainer:after {
    content: "";
    height: 135px;
    width: 100%;
    display: block;
  }
}

article.customLayout section.illustrationRow {
  position: relative;
  padding: 150px 0;
}
@media (min-width: 1000px) {
  article.customLayout section.illustrationRow {
    padding: 105px 0;
  }
}
article.customLayout section.illustrationRow .contentContainer {
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
article.customLayout section.illustrationRow .contentContainer h1 {
  font-size: 1.4em;
  line-height: 1.4;
  max-width: 500px;
  margin: 0 auto 18px;
  padding: 0;
}
@media (min-width: 1000px) {
  article.customLayout section.illustrationRow .contentContainer h1 {
    font-size: 2em;
    width: 75%;
    max-width: 750px;
  }
}
@media (min-width: 1100px) {
  article.customLayout section.illustrationRow .contentContainer h1 {
    max-width: 1000px;
    width: 90%;
  }
}
article.customLayout section.illustrationRow .rowIllustration {
  position: absolute;
  width: 30%;
  z-index: 1;
  max-width: 200px;
}
@media (min-width: 1000px) {
  article.customLayout section.illustrationRow .rowIllustration {
    max-width: 250px;
    width: 25%;
    height: 100%;
  }
}
article.customLayout section.illustrationRow .rowIllustration.leftIllustration {
  left: 0;
  top: 0;
}
article.customLayout section.illustrationRow .rowIllustration.rightIllustration {
  right: 0;
  bottom: 0;
}
article.customLayout section.illustrationRow .rowIllustration.rightIllustration img {
  position: absolute;
  bottom: 0;
}

.col2 .bkgImage {
  background: transparent url("/images/Home_Header.jpg") no-repeat center bottom;
  background-size: 75%;
  height: auto;
}
@media (min-width: 1000px) {
  .col2 .bkgImage {
    width: 50%;
    max-height: none;
    height: auto;
    min-height: 0;
    background-size: cover;
  }
}
.col2 .bkgImage:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.col2:first-child .bkgImage {
  background-size: cover;
  background-position: center center;
}

.col2 .contentBox {
  vertical-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 65px 0 75px;
}
@media (min-width: 1000px) {
  .col2 .contentBox {
    width: 50%;
    max-height: none;
    height: auto;
    min-height: 0;
    padding: 0;
  }
}
.col2 .contentBox .contentContainer {
  width: 80%;
  color: #fff1e8;
}
.col2 .contentBox .contentContainer .contentContainer {
  width: 100%;
  color: initial;
}
.col2 .contentBox.colorDark .contentContainer {
  color: #404041;
}

.col2.section7 .contentBox .contentContainer {
  max-width: 540px;
}

.colorDark a.cta {
  border-color: #404041;
  color: #404041;
}

.contentBox {
  text-align: center;
}
.contentBox .contentContainer {
  max-width: 550px;
}

.section4 .contentBox .contentContainer {
  max-width: 600px;
}

#shopify-section-header {
  position: relative;
  z-index: 99;
}

.shopify section.col2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .shopify section.col2 {
    flex-direction: row;
    min-height: 0;
    height: auto;
  }
}

.shopify .contentBox {
  order: 1;
  height: auto;
  padding: 0;
}
@media (min-width: 1000px) {
  .shopify .contentBox {
    padding: 0;
  }
}
.shopify .contentBox:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.shopify .contentBox h2 {
  margin-bottom: 0;
}

#shopify-section-footer {
  margin-top: 0;
}

.shopify .site-wrapper {
  padding-bottom: 0;
}

.shopify .bkgImage {
  order: 2;
  background-size: cover;
  background-position: center center;
}
.shopify .bkgImage:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.shopify .themeBox {
  font-size: 10px;
  padding: 0 3%;
}
@media (min-width: 1000px) {
  .shopify .themeBox {
    padding-bottom: 0;
  }
}
.shopify .themeBox a.cta {
  font-size: 1.4em;
}
.shopify .contentBox .contentContainer h2 {
  color: #fff1e8;
  font-size: 3.7em;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  .shopify .contentBox .contentContainer h2 {
    font-size: 4em;
    line-height: 1.3;
  }
}

.shopify section.col1 .contentContainer {
  max-width: 1000px;
}
@media (min-width: 1000px) {
  .shopify section.col1 .contentContainer {
    width: 100%;
    margin: 0;
  }
}
.shopify section.col1 .contentContainer a {
  margin: 24px auto;
}

.shopify .themeBox .contentBox .contentContainer h2 {
  color: #404041;
  width: 90%;
  margin: 0 auto 10px;
  line-height: 1.3;
}
@media (min-width: 1000px) {
  .shopify .themeBox .contentBox .contentContainer h2 {
    line-height: 1.5;
  }
}

.shopify .partyAnimalsPDP .contentBox .contentContainer h2,
.shopify .floraFaunaPDP .contentBox .contentContainer h2,
.shopify .devilInsidePDP .contentBox .contentContainer h2,
.shopify .birdsFeatherPDP .contentBox .contentContainer h2 {
  color: #404041;
}

.shopify .birdsFeatherPDP + .themeBox .contentBox .contentContainer h2,
.shopify .holidayPDP + .themeBox .contentBox .contentContainer h2,
.shopify .underSeaPDP + .themeBox .contentBox .contentContainer h2 {
  color: #fff1e8;
}
.shopify .birdsFeatherPDP + .themeBox .contentBox .contentContainer a.cta,
.shopify .holidayPDP + .themeBox .contentBox .contentContainer a.cta,
.shopify .underSeaPDP + .themeBox .contentBox .contentContainer a.cta {
  color: #fff1e8;
  border-color: #fff1e8;
}

.shopify .themeBox {
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 1000px) {
  .shopify .themeBox .sectionThemeContainer {
    max-width: 1300px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
  }
}
.shopify .themeBox .contentBox h2 {
  max-width: 800px;
}
.shopify .themeBox .contentBox::before {
  display: none;
  padding-top: 0;
}
.shopify .themeBox .rowIllustration {
  position: relative;
  width: 30%;
  z-index: 1;
  max-width: none;
  height: 100%;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: none;
}
@media (min-width: 1000px) {
  .shopify .themeBox .rowIllustration {
    max-width: 250px;
    width: 25%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.shopify .themeBox .rowIllustration.leftIllustration {
  max-width: none;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0;
  display: none;
}
.shopify .themeBox .rowIllustration.rightIllustration {
  max-width: none;
  background-position: center center;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  opacity: 1;
  display: none;
}

@media (min-width: 1000px) {
  .shopify .themeBox.underSeaTheme .sectionThemeContainer,
  .shopify .themeBox.hostWithMostTheme .sectionThemeContainer,
  .shopify .themeBox.newOrleansTheme .sectionThemeContainer,
  .shopify .themeBox.holidayTheme .sectionThemeContainer,
  .shopify .themeBox.huntingFishingTheme .sectionThemeContainer,
  .shopify .themeBox.devilInsideTheme .sectionThemeContainer,
  .shopify .themeBox.royalCaninesTheme .sectionThemeContainer,
  .shopify .themeBox.floraFaunaTheme .sectionThemeContainer {
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
  }
}
@media (min-width: 1000px) {
  .shopify .themeBox.underSeaTheme .contentBox,
  .shopify .themeBox.hostWithMostTheme .contentBox,
  .shopify .themeBox.newOrleansTheme .contentBox,
  .shopify .themeBox.holidayTheme .contentBox,
  .shopify .themeBox.huntingFishingTheme .contentBox,
  .shopify .themeBox.devilInsideTheme .contentBox,
  .shopify .themeBox.royalCaninesTheme .contentBox,
  .shopify .themeBox.floraFaunaTheme .contentBox {
    order: 2;
    margin: 0;
    padding: 0;
    width: 70%;
  }
}
.shopify .themeBox.underSeaTheme .illustrationContainer,
.shopify .themeBox.hostWithMostTheme .illustrationContainer,
.shopify .themeBox.newOrleansTheme .illustrationContainer,
.shopify .themeBox.holidayTheme .illustrationContainer,
.shopify .themeBox.huntingFishingTheme .illustrationContainer,
.shopify .themeBox.devilInsideTheme .illustrationContainer,
.shopify .themeBox.royalCaninesTheme .illustrationContainer,
.shopify .themeBox.floraFaunaTheme .illustrationContainer {
  width: auto;
  position: relative;
  margin: 0;
  padding: 0;
  order: 1;
  width: 30%;
}
@media (min-width: 1000px) {
  .shopify .themeBox.underSeaTheme .rowIllustration.leftIllustration,
  .shopify .themeBox.hostWithMostTheme .rowIllustration.leftIllustration,
  .shopify .themeBox.newOrleansTheme .rowIllustration.leftIllustration,
  .shopify .themeBox.holidayTheme .rowIllustration.leftIllustration,
  .shopify .themeBox.huntingFishingTheme .rowIllustration.leftIllustration,
  .shopify .themeBox.devilInsideTheme .rowIllustration.leftIllustration,
  .shopify .themeBox.royalCaninesTheme .rowIllustration.leftIllustration,
  .shopify .themeBox.floraFaunaTheme .rowIllustration.leftIllustration {
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    background-position: center right;
  }
}
.shopify .themeBox.underSeaTheme .rowIllustration.rightIllustration,
.shopify .themeBox.hostWithMostTheme .rowIllustration.rightIllustration,
.shopify .themeBox.newOrleansTheme .rowIllustration.rightIllustration,
.shopify .themeBox.holidayTheme .rowIllustration.rightIllustration,
.shopify .themeBox.huntingFishingTheme .rowIllustration.rightIllustration,
.shopify .themeBox.devilInsideTheme .rowIllustration.rightIllustration,
.shopify .themeBox.royalCaninesTheme .rowIllustration.rightIllustration,
.shopify .themeBox.floraFaunaTheme .rowIllustration.rightIllustration {
  display: none;
}

@media (min-width: 1000px) {
  .shopify .themeBox.royalAnimalsTheme .contentBox,
  .shopify .themeBox.birdsFeatherTheme .contentBox,
  .shopify .themeBox.partyAnimalsTheme .contentBox {
    order: 1;
    margin: 0;
    padding: 0;
    width: 70%;
  }
}
.shopify .themeBox.royalAnimalsTheme .illustrationContainer,
.shopify .themeBox.birdsFeatherTheme .illustrationContainer,
.shopify .themeBox.partyAnimalsTheme .illustrationContainer {
  width: auto;
  position: relative;
  margin: 0;
  padding: 0;
  order: 2;
  width: 30%;
}
.shopify .themeBox.royalAnimalsTheme .rowIllustration.leftIllustration,
.shopify .themeBox.birdsFeatherTheme .rowIllustration.leftIllustration,
.shopify .themeBox.partyAnimalsTheme .rowIllustration.leftIllustration {
  display: none;
}
@media (min-width: 1000px) {
  .shopify .themeBox.royalAnimalsTheme .rowIllustration.rightIllustration,
  .shopify .themeBox.birdsFeatherTheme .rowIllustration.rightIllustration,
  .shopify .themeBox.partyAnimalsTheme .rowIllustration.rightIllustration {
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    background-position: center left;
  }
}

@media (min-width: 1000px) {
  .shopify .themeBox.royalCaninesTheme .rowIllustration.rightIllustration {
    width: 592px;
    left: -90%;
  }
}
@media (min-width: 1100px) {
  .shopify .themeBox.royalCaninesTheme .rowIllustration.rightIllustration {
    left: -55%;
  }
}
@media (min-width: 1250px) {
  .shopify .themeBox.royalCaninesTheme .rowIllustration.rightIllustration {
    left: -36%;
  }
}

.shopify .themeBox.huntingFishingTheme .rowIllustration.leftIllustration {
  transform: scaleX(-1);
}
@media (min-width: 1000px) {
  .shopify .themeBox.huntingFishingTheme .rowIllustration.leftIllustration {
    width: 592px;
    left: -100%;
  }
}
@media (min-width: 1100px) {
  .shopify .themeBox.huntingFishingTheme .rowIllustration.leftIllustration {
    left: -75%;
  }
}
@media (min-width: 1250px) {
  .shopify .themeBox.huntingFishingTheme .rowIllustration.leftIllustration {
    left: -56%;
  }
}

.shopify .themeBox.partyAnimalsTheme .rowIllustration.rightIllustration,
.shopify .themeBox.royalAnimalsTheme .rowIllustration.rightIllustration {
  background-position: left bottom;
}

.shopify .themeBox.devilInsideTheme .contentBox h2 {
  color: #fff1e8;
}
.shopify .themeBox.devilInsideTheme .contentBox a {
  color: #fff1e8;
  border-color: #fff1e8;
}

#wreathLogo .contentContainer {
  position: relative;
}
#wreathLogo .contentContainer:before {
  content: "";
  display: block;
  width: 230px;
  height: 230px;
  background: transparent url("/images/Alexa-Pulitzer-Logo-Full.svg") no-repeat center center;
  background-size: contain;
  margin: 0 auto 20px;
}

.illustrationContainer {
  max-width: 1250px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section.col1 .contentContainer {
  max-width: 650px;
  margin: 0 auto;
  padding: 85px 0;
  position: relative;
  z-index: 8;
}
section.col1 .contentContainer a.cta {
  border-color: #404041;
  color: #404041;
}

.character {
  position: absolute;
  max-width: 250px;
  max-height: 500px;
  z-index: 1;
  display: none;
}
@media (min-width: 620px) {
  .character {
    display: block;
  }
}
.character.charBottomLeft {
  bottom: 0;
  left: 0;
}
.character.charBottomRight {
  bottom: 0;
  right: 0;
}
.character.charFloat {
  bottom: -59px;
}

.col2.aboutContent {
  color: #373330;
  flex-direction: column-reverse;
  padding: 15px 0;
}
@media (min-width: 1000px) {
  .col2.aboutContent {
    flex-direction: row;
    padding: 20px 0;
  }
}
.col2.aboutContent .column.bkgImage {
  background-size: contain;
  background-position: center bottom;
  max-height: 470px;
}
@media (min-width: 1000px) {
  .col2.aboutContent .column.bkgImage {
    background-position: right bottom;
  }
}
.col2.aboutContent .column.contentBox {
  margin-bottom: -56px;
  max-height: 470px;
}
@media (min-width: 1000px) {
  .col2.aboutContent .column.contentBox {
    margin-bottom: 0;
    margin-left: 0;
    justify-content: left;
    min-height: 397px;
    max-height: none;
  }
}
.col2.aboutContent .column.contentBox .contentContainer {
  color: #292824;
}
@media (min-width: 1000px) {
  .col2.aboutContent .column.contentBox .contentContainer p {
    width: 100%;
    line-height: 1.633;
  }
}
.col2.aboutContent a.cta {
  border-color: #292824;
  color: #292824;
}

#post-11 section:first-child .bkgImage {
  background-position: center top;
}

#post-11 .section6 a {
  color: #404041;
  text-decoration: underline;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#post-11 .section6 a:hover {
  color: #e25856;
  text-decoration: underline;
  text-decoration-style: solid;
}

@media (min-width: 1000px) {
  .col2.styleColumn .contentContainer {
    max-width: 350px;
  }
}

section#fancycats.col2 {
  position: relative;
  overflow: hidden;
}
section#fancycats.col2::after {
  content: "";
  position: absolute;
  right: -63px;
  bottom: -58px;
  width: 217px;
  height: 290px;
  background: transparent url("/images/illustration_CatsBFF-clip.png") no-repeat center center;
  background-size: contain;
  display: none;
}
@media (min-width: 620px) {
  section#fancycats.col2::after {
    display: block;
  }
}
@media (min-width: 750px) {
  section#fancycats.col2::after {
    right: -57px;
    bottom: -109px;
    width: 320px;
    height: 366px;
  }
}
@media (min-width: 1000px) {
  section#fancycats.col2::after {
    right: -105px;
    bottom: -171px;
  }
}
@media (min-width: 1100px) {
  section#fancycats.col2::after {
    right: -99px;
    bottom: -143px;
  }
}
@media (min-width: 1250px) {
  section#fancycats.col2::after {
    right: -97px;
    bottom: -162px;
    width: 366px;
    height: 432px;
  }
}

section#hipsterTiger.col2 {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1000px) {
  section#hipsterTiger.col2 {
    overflow: visible;
  }
}
section#hipsterTiger.col2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 36px;
  width: 133px;
  height: 290px;
  background: transparent url("/images/illustration_TigreHipster-clip.png") no-repeat center center;
  background-size: contain;
  display: none;
}
@media (min-width: 620px) {
  section#hipsterTiger.col2::after {
    display: block;
  }
}
@media (min-width: 750px) {
  section#hipsterTiger.col2::after {
    right: -57px;
    bottom: 36px;
    width: 320px;
    height: 366px;
  }
}
@media (min-width: 1000px) {
  section#hipsterTiger.col2::after {
    right: -40px;
    bottom: -164px;
    width: 158px;
    height: 432px;
    z-index: 9;
  }
}
@media (min-width: 1150px) {
  section#hipsterTiger.col2::after {
    right: 22px;
    bottom: -102px;
  }
}
@media (min-width: 1550px) {
  section#hipsterTiger.col2::after {
    right: 35px;
    bottom: -41px;
    width: 159px;
    height: 469px;
    z-index: 9;
  }
}

section.bespokeSlider {
  position: relative;
}
section.bespokeSlider::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 10px;
  width: 18px;
  height: 292px;
  background: transparent url("/images/illustration_FountainPen-clip.png") no-repeat center center;
  background-size: contain;
  display: block;
  transform: rotate(-6deg);
  z-index: 9;
}
@media (min-width: 450px) {
  section.bespokeSlider::after {
    left: 28px;
    bottom: 25px;
    width: 30px;
    height: 361px;
  }
}
@media (min-width: 1350px) {
  section.bespokeSlider::after {
    left: 48px;
    width: 38px;
    height: 508px;
  }
}

.homeLayout .calloutSlider div,
.homeLayout .bespokeSlides div {
  position: relative;
}
.homeLayout .calloutSlider h4,
.homeLayout .bespokeSlides h4 {
  position: absolute;
  z-index: 999;
  bottom: 0px;
  left: 0;
  padding: 16px 20px;
}
@media (min-width: 1350px) {
  .homeLayout .calloutSlider h4,
  .homeLayout .bespokeSlides h4 {
    padding: 16px 12px;
  }
}
@media (min-width: 1650px) {
  .homeLayout .calloutSlider h4,
  .homeLayout .bespokeSlides h4 {
    padding: 16px 20px;
  }
}
.homeLayout .calloutSlider a:hover h4,
.homeLayout .bespokeSlides a:hover h4 {
  opacity: 0.7;
}

@keyframes MoveUpDown {
  0%, 100% {
    top: 43%;
  }
  50% {
    top: 46%;
  }
}
@keyframes MoveArrow {
  0%, 100% {
    top: 43%;
  }
  50% {
    top: 45%;
  }
}
.homeLayout section.calloutSlider .owl-nav {
  position: initial;
}
.homeLayout section.calloutSlider .owl-next {
  position: absolute;
  right: 25px;
  top: 40%;
  background-color: transparent !important;
  animation: MoveArrow 1.5s linear infinite;
}
.homeLayout section.calloutSlider .owl-next span {
  text-indent: -100000px;
  display: block;
  width: 60px;
  height: 60px;
  background: transparent url("/images/arrow-right.svg") no-repeat 0 0;
}
.homeLayout section.calloutSlider .owl-next span:after {
  display: none;
}
.homeLayout section.calloutSlider .owl-prev {
  display: none;
}

.homeLayout section.bespokeSlider {
  text-align: center;
  color: #fff1e8;
  padding-bottom: 65px;
  background-position: left bottom;
  background-size: cover;
  padding-top: 20px;
  position: relative;
}
@media (min-width: 1000px) {
  .homeLayout section.bespokeSlider {
    background-size: 600px 906px;
    background-repeat: no-repeat;
    padding: 100px 0;
  }
}
@media (min-width: 1000px) {
  .homeLayout section.bespokeSlider {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.homeLayout section.bespokeSlider .productSliderDescription {
  padding: 35px 0 55px;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .homeLayout section.bespokeSlider .productSliderDescription {
    width: 25%;
    padding-top: 0;
  }
}
@media (min-width: 1250px) {
  .homeLayout section.bespokeSlider .productSliderDescription {
    width: 35%;
  }
}
@media (min-width: 1000px) {
  .homeLayout section.bespokeSlider .productSliderDescription > div {
    max-width: 281px;
    position: relative;
    left: 15px;
    margin: 0 auto;
  }
}
@media (min-width: 1250px) {
  .homeLayout section.bespokeSlider .productSliderDescription > div {
    left: 35px;
  }
}
@media (min-width: 1000px) {
  .homeLayout section.bespokeSlider .bespokeSlides {
    width: 65%;
    position: relative;
  }
}
@media (min-width: 1000px) {
  .homeLayout section.bespokeSlider .bespokeSlides .owl-stage {
    padding-left: 0 !important;
  }
}
.homeLayout section.bespokeSlider .bespokeSlides.owl-carousel .owl-wrapper {
  display: flex !important;
}
.homeLayout section.bespokeSlider .owl-carousel .owl-item img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  max-width: initial;
}
.homeLayout section.bespokeSlider .owl-nav {
  position: initial;
}
.homeLayout section.bespokeSlider .owl-next {
  position: absolute;
  right: 25px;
  top: 40%;
  background-color: transparent !important;
  animation: MoveArrow 1.5s linear infinite;
}
.homeLayout section.bespokeSlider .owl-next span {
  text-indent: -100000px;
  display: block;
  width: 60px;
  height: 60px;
  background: transparent url("/images/arrow-right.svg") no-repeat 0 0;
}
.homeLayout section.bespokeSlider .owl-next span:after {
  display: none;
}
.homeLayout section.bespokeSlider .owl-prev {
  display: none;
}

.linkSlider {
  text-align: center;
  padding: 55px 0;
}
@media (min-width: 1000px) {
  .linkSlider {
    padding: 93px 0;
  }
}
.linkSlider h4 {
  font-family: "domaine-display-web-regular", serif;
  font-size: 2em;
  margin-bottom: 15px;
}
.linkSlider span {
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.linkSlider span:after {
  content: "";
  width: 96%;
  position: absolute;
  bottom: 2px;
  height: 1px;
  background-color: #404041;
  left: 0px;
  right: 0;
  overflow: visible;
}
.linkSlider a span {
  color: #e25856 !important;
}
.linkSlider a span:after {
  background-color: #e25856 !important;
}
.linkSlider a:hover span {
  color: #404041 !important;
}
.linkSlider a:hover span:after {
  background-color: #404041 !important;
}
.linkSlider img {
  max-width: 250px;
  margin: 0 auto;
}
.linkSlider a:hover img {
  opacity: 0.8;
}
.linkSlider .owl-stage {
  padding-left: 0 !important;
}
.linkSlider .owl-next {
  position: absolute;
  right: 25px;
  top: 40%;
  background-color: transparent !important;
  animation: MoveUpDown 1.5s linear infinite;
}
.linkSlider .owl-next span {
  text-indent: -100000px;
  display: block;
  width: 60px;
  height: 60px;
  background: transparent url("/images/arrow-right.svg") no-repeat 0 0;
}
.linkSlider .owl-next span:after {
  display: none;
}
.linkSlider .owl-prev {
  display: none;
}

.linkSlider.section8 .logoSlider4up {
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .linkSlider.section8 .logoSlider4up {
    padding-top: 45px;
    margin-bottom: -30px;
  }
}
.linkSlider.section8 .logoSlider4up.owl-carousel {
  display: none;
}
@media (min-width: 1000px) {
  .linkSlider.section8 .logoSlider4up.owl-carousel {
    display: block;
  }
}

.linkSlider .linkSlider6up img {
  padding: 11px;
}

.homeLayout section.logoSlider {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
}
.homeLayout section.logoSlider h2 {
  font-family: "domaine-display-web-regular", serif;
  font-size: 1.5em;
  padding: 0 15%;
  line-height: 1.444;
  margin-bottom: 15px;
}
@media (min-width: 620px) {
  .homeLayout section.logoSlider h2 {
    font-size: 2em;
  }
}

@media (min-width: 1000px) {
  .homeLayout section.col3.calloutSlider {
    margin-bottom: -1px;
  }
}

.linkSlider .owl-carousel.logoSlider {
  display: none;
}
@media (min-width: 1000px) {
  .linkSlider .owl-carousel.logoSlider {
    display: block;
  }
}

.linkSlider .mobile-logoSlider {
  margin-bottom: 42px;
}
@media (min-width: 1000px) {
  .linkSlider .mobile-logoSlider {
    display: none;
  }
}
.linkSlider .mobile-logoSlider div {
  margin-bottom: -36px;
}
.linkSlider .mobile-logoSlider a {
  display: block;
  padding: 15px;
}

.section5 .mobile-logoSlider {
  display: none;
}

.section8 .owl-carousel {
  display: none;
}
@media (min-width: 1000px) {
  .section8 .owl-carousel {
    display: block;
  }
}

@media (min-width: 1000px) {
  .section8 .mobile-logoSlider {
    display: none;
  }
}

img#alexaSig {
  max-width: 150px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.calloutSlider .owl-dots {
  display: none;
}

.calloutSlider .owl-stage {
  padding-left: 0 !important;
}

/*---------------------------------------------------------------------------------------------
*
*  @Interior Page Content
*
*---------------------------------------------------------------------------------------------*/
.wysiwyg .productCollectionContainer {
  padding: 0;
  max-width: 100% !important;
}

.wysiwyg ul.productCollectionList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wysiwyg ul.productCollectionList li {
  list-style: none;
}

.postThumbnail {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .postThumbnail {
    float: right;
  }
}

.wp-block-image figcaption {
  font-family: "GT-Walsheim-Light", serif;
}

.single #page,
.page-template-private-label #page,
.archive #page,
#page {
  background-color: white;
}
.single #page .entry-footer,
.page-template-private-label #page .entry-footer,
.archive #page .entry-footer,
#page .entry-footer {
  display: none;
}

.page-template-private-label .wysiwyg {
  max-width: 100%;
}

.page-template-default .entry-footer {
  display: none;
}

.wysiwyg {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
  background-color: white;
}
.wysiwyg h1, .wysiwyg h1 a {
  text-align: center;
  font-size: 33px;
  padding-bottom: 6px;
  color: #e25856;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
}
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-family: "GT-Walsheim-Light", serif;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}
.wysiwyg h2, .wysiwyg h2 a {
  font-size: 1.45em;
}
.wysiwyg h2 strong, .wysiwyg h2 a strong {
  font-family: "GT-America-Extended-Medium", serif;
  font-weight: initial;
}
.wysiwyg h3, .wysiwyg h3 a {
  font-size: 1.65em;
  font-weight: 400;
  line-height: 1.333;
}
.wysiwyg h4, .wysiwyg h4 a {
  font-size: 1.3em;
  line-height: 1.3333;
}
.wysiwyg h5, .wysiwyg h5 a {
  font-size: 0.85em;
  font-family: arial, helvetica, sans-serif;
}
.wysiwyg h6, .wysiwyg h6 a {
  font-size: 0.75em;
  font-family: arial, helvetica, sans-serif;
}
.wysiwyg h3.aboutHeader {
  color: #373432;
  font-family: "GT-Walsheim-Light", serif;
  letter-spacing: 1px;
  line-height: 1.455;
}
.wysiwyg h3.aboutHeader span {
  color: #404041;
  display: block;
  font-family: "GT-Walsheim-Light", serif;
  font-weight: 400;
  letter-spacing: 0;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg p, .wysiwyg a, .wysiwyg li, .wysiwyg dl, .wysiwyg dt, .wysiwyg dd, .wysiwyg address, .wysiwyg label, .wysiwyg .description {
  color: rgba(64, 64, 65, 0.9);
  line-height: 1.844;
  margin-bottom: 10px;
  font-size: 1em;
  font-family: "GT-Walsheim-Light", serif;
  -webkit-font-smoothing: antialiased;
}
.wysiwyg p {
  font-size: 17px;
}
.wysiwyg p strong {
  font-weight: 700;
}
.wysiwyg a {
  color: #e25856;
}
.wysiwyg a:hover {
  color: rgb(255, 59.8285714286, 57);
}
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg ol, .wysiwyg ul {
  list-style-position: outside;
  margin-left: 30px !important;
  margin-bottom: 25px;
}
.wysiwyg ul li {
  list-style-type: disc;
  margin-bottom: 0;
}
.wysiwyg ol li {
  list-style-type: decimal;
  margin-bottom: 0;
}
.wysiwyg dt {
  font-weight: 700;
  margin-bottom: 0;
  color: #404041;
}
.wysiwyg img.rounded-corners {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wysiwyg img.aligncenter {
  text-align: center;
}
.wysiwyg img.alignright {
  display: block;
  clear: both;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .wysiwyg img.alignright {
    clear: none;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline-block;
  }
}
.wysiwyg img.alignleft {
  display: block;
  clear: both;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .wysiwyg img.alignleft {
    clear: none;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
  }
}
.wysiwyg p.thumbnail-caption {
  margin-bottom: 5px;
  font-size: 13px;
  color: rgba(64, 64, 65, 0.5);
}
.wysiwyg .post-thumbnail {
  float: none;
}

.wysiwyg .customBTN {
  background-color: #fff1e8;
}

.page-template #main,
.page-template-default #main {
  padding-top: 131px;
}
.page-template-content-page .contentBox .contentContainer {
  max-width: 700px;
  width: 92%;
}
@media (min-width: 1000px) {
  .page-template-content-page .contentBox .contentContainer {
    width: 70%;
  }
}
.page-template-content-page .contentBox .contentContainer p {
  width: 100%;
  line-height: 1.73;
  margin-bottom: 20px;
}
.page-template-content-page.theme-alexa-pulitzer-shop .contentBox .contentContainer p {
  margin-bottom: 0;
}

.page-template-default article.wysiwyg {
  padding-top: 150px;
}
.page-template-default article.wysiwyg header.entry-header {
  padding-bottom: 20px;
}

h1.page-title {
  text-align: center;
  color: #404041;
  font-family: "domaine-display-web-regular", serif;
  background: none;
  font-size: 3em;
}

.singular h1.entry-title {
  text-align: center;
  color: #404041;
  font-family: "domaine-display-web-regular", serif;
  background: none;
  font-size: 3em;
}

.singular .entry-header {
  border: none;
}

.page-template-private-label #main,
.page-template-default #main {
  max-width: 1300px;
}
@media (min-width: 1000px) {
  .page-template-private-label #main,
  .page-template-default #main {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1000px) {
  .page-template-private-label #main .contentColumn,
  .page-template-default #main .contentColumn {
    width: 68%;
    order: 2;
  }
}
.page-template-private-label #main .contentColumn .primaryContent,
.page-template-private-label #main .contentColumn .threeColumnGrid,
.page-template-private-label #main .contentColumn .columnText,
.page-template-default #main .contentColumn .primaryContent,
.page-template-default #main .contentColumn .threeColumnGrid,
.page-template-default #main .contentColumn .columnText {
  max-width: 800px;
  width: 90%;
}
@media (min-width: 1000px) {
  .page-template-private-label #main .contentColumn .primaryContent,
  .page-template-private-label #main .contentColumn .threeColumnGrid,
  .page-template-private-label #main .contentColumn .columnText,
  .page-template-default #main .contentColumn .primaryContent,
  .page-template-default #main .contentColumn .threeColumnGrid,
  .page-template-default #main .contentColumn .columnText {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .page-template-private-label #main .sidebarColumn,
  .page-template-default #main .sidebarColumn {
    width: 20%;
    order: 1;
    padding-bottom: 139px;
  }
}

.page-id-18 .wysiwyg p.retail_state,
.page-id-2351 .wysiwyg p.retail_state {
  color: #404041;
  font-family: "domaine-display-web-regular", serif;
  letter-spacing: 0;
  font-size: 25px;
}

.page-id-11 .col2 .contentBox {
  padding: 22px;
}

.page-id-11 .section4.illustrationRow {
  padding-top: 358px;
  overflow: hidden;
  padding-bottom: 75px;
}
@media (min-width: 374px) {
  .page-id-11 .section4.illustrationRow {
    padding-top: 400px;
  }
}
@media (min-width: 450px) {
  .page-id-11 .section4.illustrationRow {
    padding-top: 450px;
  }
}
@media (min-width: 1025px) {
  .page-id-11 .section4.illustrationRow {
    padding-top: 105px;
  }
}
@media (min-width: 1100px) {
  .page-id-11 .section4.illustrationRow {
    padding: 150px 0;
  }
}
.page-id-11 .section4.illustrationRow .leftIllustration.rowIllustration {
  left: 0;
  right: 0;
  top: -112px;
  margin: 0 auto;
  width: 322px;
  max-width: none;
  text-align: center;
}
@media (min-width: 450px) {
  .page-id-11 .section4.illustrationRow .leftIllustration.rowIllustration {
    top: -182px;
    width: 400px;
  }
}
@media (min-width: 1025px) {
  .page-id-11 .section4.illustrationRow .leftIllustration.rowIllustration {
    right: auto;
    left: 3%;
    text-align: left;
    margin-left: 0;
    top: 0;
    width: 362px;
  }
}
@media (min-width: 1150px) {
  .page-id-11 .section4.illustrationRow .leftIllustration.rowIllustration {
    width: 403px;
    max-width: 353px;
    left: 6%;
  }
}
@media (min-width: 1550px) {
  .page-id-11 .section4.illustrationRow .leftIllustration.rowIllustration {
    left: 4%;
  }
}
.page-id-11 .section4.illustrationRow .leftIllustration.rowIllustration img {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .page-id-11 .section4.illustrationRow .contentContainer {
    text-align: left;
    margin-right: 5%;
    max-width: 935px;
    width: 50%;
  }
}
@media (min-width: 1150px) {
  .page-id-11 .section4.illustrationRow .contentContainer {
    width: 56%;
  }
}
@media (min-width: 1250px) {
  .page-id-11 .section4.illustrationRow .contentContainer {
    width: 59%;
  }
}
@media (min-width: 1550px) {
  .page-id-11 .section4.illustrationRow .contentContainer {
    width: 100%;
    margin-right: 0;
    margin-left: 30%;
  }
}
.page-id-11 .section4.illustrationRow .contentContainer h2 {
  font-size: 2.8em;
  width: 100%;
}
@media (min-width: 1025px) {
  .page-id-11 .section4.illustrationRow .contentContainer h2 {
    font-size: 4em;
  }
}

/*---------------------------------------------------------------------------------------------
*
*  @Shopify Styles
*
*---------------------------------------------------------------------------------------------*/
.badge--sale {
  display: none !important;
}

.pagination, .comments-pagination {
  border: none;
  margin-top: 45px;
  margin-bottom: 150px;
}
.pagination span, .comments-pagination span {
  font-family: "GT-America-Extended-Medium", serif;
  padding: 3px 10px;
}
.pagination span.prev a, .pagination span.next a, .comments-pagination span.prev a, .comments-pagination span.next a {
  text-indent: -100000px;
  display: inline-block;
  width: 10px;
}
.pagination span.prev a, .comments-pagination span.prev a {
  background: transparent url("https://alexapulitzer.com/images/nav-arrow-left.svg") no-repeat center center;
  background-size: 6px;
  margin-right: 10px;
}
.pagination span.next a, .comments-pagination span.next a {
  background: transparent url("https://alexapulitzer.com/images/nav-arrow-right.svg") no-repeat center center;
  background-size: 6px;
  margin-left: 10px;
}
.pagination span.current, .comments-pagination span.current {
  color: #e25856;
}

@media (min-width: 1000px) {
  .grid--uniform > .product.grid__item {
    margin-bottom: 90px;
  }
}

.product .product__title--card {
  font-size: 1.5em;
  font-family: "domaine-display-web-regular", serif;
  margin-bottom: 3px;
}

.product .product__prices {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 1.1em;
}

.product__image-wrapper {
  padding-top: 0 !important;
}
a.product__image-wrapper:hover img {
  opacity: 0.78;
}

.product__image-wrapper .product__image {
  position: relative;
}

.template-collection .grid__item {
  text-align: center;
}

.template-collection .grid__item img {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1000px) {
  .template-collection .grid__item img {
    margin-bottom: 25px;
  }
}

@media (min-width: 620px) {
  .template-collection .grid .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.product.small--one-half {
  width: 100%;
}
@media (min-width: 620px) {
  .product.small--one-half {
    width: 50%;
  }
}
@media (min-width: 750px) {
  .product.small--one-half {
    width: 30%;
  }
}
@media (min-width: 1000px) {
  .product.small--one-half {
    width: 25%;
  }
}

.shopify .form--success {
  max-width: 500px;
  margin: 60px auto;
  text-align: center;
}

#addresses .address-new-toggle {
  color: #fff1e8;
  border: 1px solid #fff1e8;
  display: inline-block;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  padding: 15px 20px;
  margin-top: 20px;
  max-width: 80%;
  margin: 54px auto -30px;
  line-height: 1.333;
}
@media (min-width: 1000px) {
  #addresses .address-new-toggle {
    font-size: 1em;
    letter-spacing: 3px;
    padding: 15px 34px;
    margin-top: 30px;
  }
}
@media (min-width: 1100px) {
  #addresses .address-new-toggle {
    padding: 18px 38px;
    margin-top: 34px;
  }
}
#addresses .address-new-toggle.cta-dark {
  color: #404041;
  border-color: #404041;
}
#addresses .address-new-toggle:hover {
  background-color: white !important;
  color: #e25856 !important;
  border-color: white !important;
}

#addresses .btn--link {
  background-color: transparent;
  color: #e25856;
  font-family: "GT-Walsheim-Light", serif;
}

.shopify.template-index .featured-products .grid {
  margin-left: 0;
}
.shopify.template-index .featured-products h2 {
  text-align: center;
  font-size: 37px;
}

#king-gator-t-shirt .addToCart,
#king-gator-t-shirt .addToCart.sticky {
  display: none !important;
}
#king-gator-t-shirt a.cta.externalCTA {
  position: relative;
  top: -20px;
}

a.cta.externalCTA {
  color: #e25856;
  font-size: 0.65em;
  border-color: #e25856;
}
a.cta.externalCTA:hover {
  color: white !important;
  background-color: #e25856 !important;
  border-color: #e25856 !important;
}

/*---------------------------------------------------------------------------------------------
*
*  @Contact Page
*
*---------------------------------------------------------------------------------------------*/
.page-template-content-contact header.site-header {
  background-color: #fff1e8;
}

#contactOverlay {
  position: absolute;
  background-color: rgba(226, 88, 86, 0.9);
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  vertical-align: center;
  align-items: center;
  display: none;
}
@media (min-width: 750px) {
  #contactOverlay {
    position: fixed;
  }
}
#contactOverlay.active {
  display: block;
}
@media (min-width: 750px) {
  #contactOverlay.active {
    display: flex;
  }
}

.customForm_wrapper.gform_wrapper .description,
.customForm_wrapper.gform_wrapper .gfield_description,
.customForm_wrapper.gform_wrapper .gsection_description,
.customForm_wrapper.gform_wrapper .instruction .customForm_wrapper.gform_wrapper .gfield_description a {
  font-size: 0.85em;
}

.gform_confirmation_message {
  font-size: 19px;
}

.contactOverlayContainer {
  vertical-align: center;
  text-align: center;
  color: white;
  width: 85%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 45px;
}
@media (min-width: 750px) {
  .contactOverlayContainer {
    width: 80%;
    padding-top: 0;
  }
}
.contactOverlayContainer p {
  line-height: 1.555;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 0.9em;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .contactOverlayContainer p {
    font-size: 1.15em;
  }
}

.contactCloseBTN {
  color: white;
  position: relative;
  text-align: center;
  margin: 45px auto;
  width: 40px;
  height: 40px;
  display: block;
}
@media (min-width: 750px) {
  .contactCloseBTN {
    margin-top: 0;
    position: absolute;
    top: 45px;
    right: 45px;
  }
}
.contactCloseBTN span {
  display: none;
}
.contactCloseBTN::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: white;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 15px;
}
.contactCloseBTN::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: white;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 15px;
}

.col2 .contactSectionBox {
  background-color: #e25856;
  padding: 113px 20px;
  max-height: none;
  height: auto;
}
.col2 .contactSectionBox .contentContainer {
  max-width: 608px;
}
.col2 .contactSectionBox:last-child {
  background-color: #f9d1b8;
  padding-top: 65px;
}
.col2 .contactSectionBox h2 {
  color: #fff1e8;
}
.col2 .contactSectionBox p {
  margin-bottom: 28px;
}
@media (min-width: 750px) {
  .col2 .contactSectionBox p {
    font-size: 1.25em;
    margin-bottom: 35px;
  }
}
.col2 .contactSectionBox .address {
  line-height: 1.467;
  margin-bottom: 38px;
  font-family: "GT-Walsheim-Light", serif;
}
.col2 .contactSectionBox .address h4 {
  color: #fff1e8;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.col2 .contactSectionBox .address address {
  font-size: 22px;
}
.col2 .contactSectionBox ul.contactNumbers {
  margin-bottom: 18px;
  line-height: 1.467;
}
.col2 .contactSectionBox ul.contactNumbers li {
  margin-bottom: 18px;
}
@media (min-width: 620px) {
  .col2 .contactSectionBox ul.contactNumbers li {
    display: inline-block;
    margin: 0 25px 18px;
  }
}
.col2 .contactSectionBox ul.contactNumbers li h4 {
  color: #fff1e8;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.col2 .contactSectionBox ul.contactNumbers li a {
  color: #fff1e8;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 22px;
}
.col2 .contactSectionBox a.cta {
  color: #fff1e8;
}
@media (min-width: 750px) {
  .col2 .contactSectionBox a.cta {
    position: relative;
    top: -15px;
  }
}

.contactFormLinks li {
  margin: 15px auto;
}
.contactFormLinks li a {
  color: #404041;
  text-decoration: underline;
  font-family: "GT-America-Extended-Medium", serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1em;
  display: block;
  padding: 8px 0;
}
@media (min-width: 750px) {
  .contactFormLinks li a {
    font-size: 1.2em;
    padding: 10px 0;
  }
}
.contactFormLinks li a.active {
  color: #e25856;
  text-decoration: underline;
}
.contactFormLinks li a:hover {
  color: #e25856;
  text-decoration: underline;
  text-decoration-style: solid;
}

.contactFormContainer {
  background-color: #fff1e8;
  min-height: 100px;
  padding-top: 78px;
}
.contactFormContainer h1.entry-title {
  font-size: 2.5em;
  padding: 0 2%;
}

.gform_confirmation_wrapper {
  text-align: center;
  text-align: center;
  padding: 45px;
  min-height: 350px;
  font-family: "domaine-display-web-regular", serif;
}

.gform_wrapper,
.gform_legacy_markup_wrapper.gform_wrapper {
  margin-top: 0;
  padding: 20px 0 100px;
  max-width: 700px;
  margin: 0 auto;
  width: 80%;
  font-size: 22px;
}

.customForm_wrapper.gform_wrapper .top_label .gfield_label,
.customForm_wrapper.gform_wrapper legend.gfield_label,
.customForm_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.customForm_wrapper.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label,
.wysiwyg .customForm label {
  font-size: 0.65em;
}

.gform_legacy_markup_wrapper .top_label .gfield_label {
  font-family: "domaine-display-web-regular", serif;
  font-size: 1.5em;
  letter-spacing: 0;
  font-weight: normal;
}

.page-template .contactTemplate .gform_wrapper {
  font-family: "GT-Walsheim-Light", serif;
}
.page-template .contactTemplate .gform_wrapper h2 {
  color: #404041;
}
.page-template .contactTemplate .gform_wrapper .top_label .gfield_label {
  font-size: 28px;
  margin-bottom: 9px;
}
.page-template .contactTemplate .gform_wrapper .gfield_description {
  font-family: "GT-Walsheim-Light", serif;
  padding-top: 4px;
}
.page-template .contactTemplate .gform_wrapper .gfield_description a {
  color: #e25856;
}
.page-template .contactTemplate .gform_wrapper .short_description .gfield_description {
  text-transform: uppercase;
  font-family: "GT-America-Extended-Medium", serif;
  letter-spacing: 2px !important;
  font-size: 13px;
}
.page-template .contactTemplate .gform_wrapper .gsection_description {
  font-family: "GT-Walsheim-Light", serif;
  padding-top: 17px;
}
.page-template .contactTemplate .gform_wrapper .gsection_description a {
  color: #e25856;
}
.page-template .contactTemplate .gform_wrapper .instruction {
  padding-top: 5px;
}
.page-template .contactTemplate .gform_wrapper .gsection {
  border: none !important;
}
.page-template .contactTemplate .gform_wrapper h2.gsection_title {
  font-family: "domaine-display-web-regular", serif;
}
.page-template .contactTemplate .gform_wrapper input[type=text],
.page-template .contactTemplate .gform_wrapper select,
.page-template .contactTemplate .gform_wrapper textarea,
.page-template .contactTemplate .gform_wrapper input[type=checkbox],
.page-template .contactTemplate .gform_wrapper input[type=radio] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #404041;
}
.page-template .contactTemplate .gform_wrapper input[type=radio]:after {
  top: 4px;
  left: 4px;
}
.page-template .contactTemplate .gform_wrapper input[type=text] {
  background-color: #fff9f5;
}
.page-template .contactTemplate .gform_wrapper input[type=checkbox],
.page-template .contactTemplate .gform_wrapper input[type=radio] {
  border-radius: 40px;
  border: 1px solid #404041;
  margin-right: 15px;
  width: 21px;
  height: 21px;
}
.page-template .contactTemplate .gform_wrapper select {
  -webkit-appearance: none;
  border-radius: 0;
  padding: 7px 4px 6px;
  background-color: transparent;
}
.page-template .contactTemplate .gform_wrapper textarea {
  border: 1px solid #404041;
}
.page-template .contactTemplate .gform_wrapper li.gfield {
  margin-bottom: 95px;
}
.page-template .contactTemplate .gform_wrapper .gfield_html p {
  font-family: "GT-Walsheim-Light", serif;
  margin-bottom: 10px;
  line-height: 1.4444;
  font-size: 1.1em;
}
.page-template .contactTemplate .gform_wrapper .field_sublabel_below .ginput_container_text label,
.page-template .contactTemplate .gform_wrapper .field_sublabel_below .ginput_container_address label,
.page-template .contactTemplate .gform_wrapper .field_sublabel_below .ginput_container_name label {
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  padding-top: 4px;
  font-size: 13px;
}
.page-template .contactTemplate .gform_wrapper .field_sublabel_below .gfield_checkbox label,
.page-template .contactTemplate .gform_wrapper .field_sublabel_below .gfield_radio label,
.page-template .contactTemplate .gform_wrapper .field_sublabel_below .gfield_consent_label {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 1.1em;
  position: relative;
  top: 4px;
}

#contact .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#contact .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-size: 0.5em;
}

.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer,
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer {
  margin: 0;
  padding: 0;
  border: none;
}
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=submit],
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=button],
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=submit],
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=button] {
  color: #fff1e8;
  border: 1px solid #fff1e8;
  display: inline-block;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  padding: 15px 20px;
  margin-top: 20px;
  max-width: 80%;
  margin: 54px auto -30px;
  line-height: 1.333;
  background-color: transparent;
  border: 1px solid #404041;
  color: #404041;
  width: 49%;
  max-width: 300px;
  position: relative;
  top: -20px;
}
@media (min-width: 1000px) {
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=submit],
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=button],
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=submit],
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=button] {
    font-size: 1em;
    letter-spacing: 3px;
    padding: 15px 34px;
    margin-top: 30px;
  }
}
@media (min-width: 1100px) {
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=submit],
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=button],
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=submit],
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=button] {
    padding: 18px 38px;
    margin-top: 34px;
  }
}
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=submit].cta-dark,
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=button].cta-dark,
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=submit].cta-dark,
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=button].cta-dark {
  color: #404041;
  border-color: #404041;
}
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover,
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=button]:hover,
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:hover,
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=button]:hover {
  background-color: white !important;
  color: #e25856 !important;
  border-color: white !important;
}
@media (min-width: 1000px) {
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=submit],
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=button],
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=submit],
  .page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=button] {
    font-size: 0.75em;
  }
}
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover,
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_footer input[type=button]:hover,
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:hover,
.page-template-content-contact .contactTemplate .gform_legacy_markup_wrapper .gform_page_footer input[type=button]:hover {
  border-color: #e25856;
  color: #e25856;
}

.gchoice_select_all, .gform_legacy_markup_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_legacy_markup_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: normal !important;
}

/*---------------------------------------------------------------------------------------------
*
*  @Footer
*
*---------------------------------------------------------------------------------------------*/
.site-footer {
  text-align: center;
  color: #fff1e8;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #292824;
  z-index: 9999;
}
@media (min-width: 1000px) {
  .site-footer {
    padding-top: 45px;
  }
}
.site-footer .footerNav a {
  color: #fff1e8;
}
.site-footer .footerNav a:hover {
  opacity: 0.7;
}

@media (min-width: 1000px) {
  .footerColumns {
    display: flex;
    width: 90%;
    margin: 0 auto;
    max-width: 1350px;
  }
}

.newsletterSignup {
  margin-bottom: 65px;
  padding-top: 35px;
  color: #fff1e8;
}
@media (min-width: 1000px) {
  .newsletterSignup {
    max-width: 411px;
    padding-top: 0;
    margin-bottom: 35px;
  }
}
.newsletterSignup h3 {
  font-size: 1.2em;
  letter-spacing: 0;
  margin-bottom: 18px;
  color: #fff1e8;
  font-family: "domaine-display-web-regular", serif;
  padding: 0 15%;
}
@media (min-width: 1000px) {
  .newsletterSignup h3 {
    font-size: 1.75em;
    padding-right: 0px;
    padding-left: 0;
  }
}

.footerColumnContainer {
  order: 2;
}
@media (min-width: 1000px) {
  .footerColumnContainer {
    text-align: left;
  }
}

#footerCharacters {
  display: none;
  position: relative;
}
@media (min-width: 1150px) {
  #footerCharacters {
    display: block;
    width: 553px;
    top: -180px;
    left: -35px;
  }
}

.footerSocial {
  margin-bottom: 35px;
}
.footerSocial ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1000px) {
  .footerSocial ul {
    justify-content: left;
  }
}
.footerSocial ul li {
  background-color: #fff1e8;
  display: block;
  width: 25px;
  height: 25px;
  padding: 4px;
  margin: 0 10px;
  border-radius: 25px;
}
.footerSocial ul li:hover {
  opacity: 0.7;
}
@media (min-width: 1000px) {
  .footerSocial ul li:first-child {
    margin-left: 0;
  }
}
.footerSocial ul li:nth-child(2) img {
  max-height: 17px;
}
.footerSocial ul li:nth-child(3) {
  background-color: transparent;
  padding: 0;
}
.footerSocial ul li a {
  display: block;
}
.footerSocial ul li img {
  max-width: 100%;
  max-height: 35px;
}

.site-footer .mmenu.simpleNav.footerNavMobile {
  display: block;
  padding-top: 0;
}
@media (min-width: 1000px) {
  .site-footer .mmenu.simpleNav.footerNavMobile {
    display: none !important;
  }
}
.site-footer .mmenu.simpleNav.footerNavMobile ul li:first-child {
  border-top: 1px solid #3a3935;
}
.site-footer .mmenu.simpleNav.footerNavMobile ul li:first-child li {
  border: none;
}
.site-footer .mmenu.simpleNav.footerNavMobile ul li {
  border-bottom: 1px solid #3a3935;
  text-transform: uppercase;
  font-family: "GT-America-Extended-Medium", serif;
}
.site-footer .mmenu.simpleNav.footerNavMobile ul li ul {
  padding: 0 0 35px;
}
.site-footer .mmenu.simpleNav.footerNavMobile ul li li, .site-footer .mmenu.simpleNav.footerNavMobile ul li li:first-child {
  border: none;
  text-transform: initial;
}
.site-footer .mmenu.simpleNav.footerNavMobile a {
  color: #fff1e8;
  padding: 25px;
  font-family: "GT-America-Extended-Medium", serif;
  letter-spacing: 3px;
  font-size: 13px;
}
.site-footer .mmenu.simpleNav.footerNavMobile a + ul a {
  font-family: "GT-Walsheim-Light", serif;
  padding: 10px;
  font-size: 1em;
  letter-spacing: 1px;
}

.footerNavDesktop,
.desktopFooter-menu-container {
  display: none;
}
@media (min-width: 1000px) {
  .footerNavDesktop,
  .desktopFooter-menu-container {
    display: block;
    text-align: left;
    width: 65%;
    margin-bottom: 45px;
  }
}
.footerNavDesktop li,
.desktopFooter-menu-container li {
  list-style: none;
}
.footerNavDesktop ul > li:nth-child(2),
.desktopFooter-menu-container ul > li:nth-child(2) {
  position: relative;
  left: -20px;
}
.footerNavDesktop > ul,
.desktopFooter-menu-container > ul {
  display: flex;
  list-style: none;
  text-transform: uppercase;
}
.footerNavDesktop > ul li,
.desktopFooter-menu-container > ul li {
  font-family: "GT-Walsheim-Light", serif;
  padding-right: 15px;
  line-height: 1.277;
}
.footerNavDesktop > ul ul,
.desktopFooter-menu-container > ul ul {
  text-transform: initial;
}
.footerNavDesktop > ul ul li:nth-child(2),
.desktopFooter-menu-container > ul ul li:nth-child(2) {
  left: 0;
}
.footerNavDesktop > ul > li,
.desktopFooter-menu-container > ul > li {
  font-family: "GT-America-Extended-Medium", serif;
  list-style: none;
  width: 33%;
}
.footerNavDesktop > ul > li > a,
.desktopFooter-menu-container > ul > li > a {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-size: 0.75em;
}
.footerNavDesktop a,
.desktopFooter-menu-container a {
  color: #fff1e8;
  padding: 7px 0;
  display: block;
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 1em;
}

.footerNavMobile .menu-footer-menu-container {
  display: block;
}

.footerNavDesktop .sub-menu-toggle {
  display: none;
}

#footerBottom {
  text-align: center;
  max-width: 620px;
  position: relative;
  margin: -100px auto 0;
}
@media (min-width: 1000px) {
  #footerBottom {
    margin-top: -15px;
  }
}
@media (min-width: 1150px) {
  #footerBottom {
    margin-top: -100px;
  }
}

#footerLogo {
  display: block;
  margin: 0 auto 20px;
  width: 115px;
}
@media (min-width: 1000px) {
  #footerLogo {
    width: 100px;
    margin-bottom: 0;
  }
}

ul.copyright {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 2px;
  line-height: 2.2;
  font-family: "GT-America-Extended-Medium", serif;
  color: #fff1e8;
}
@media (min-width: 1000px) {
  ul.copyright li {
    position: absolute;
    display: block;
    width: 50%;
    top: 40px;
  }
}
@media (min-width: 1000px) {
  ul.copyright li:first-child {
    left: 0;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  ul.copyright li:last-child {
    right: 0;
    text-align: right;
  }
}

/*---------------------------------------------------------------------------------------------
*
*  @Main Navigation Menus
*
*---------------------------------------------------------------------------------------------*/
.primary-navigation .primary-menu-container {
  margin: 0 auto;
}

.mainMenuContainer {
  margin: 0 auto;
  position: relative;
}
.columnMenu {
  position: absolute;
  background-color: #fff1e8;
  width: 100%;
  top: 172px;
  z-index: 9999;
  display: none;
  opacity: 0;
  height: 0;
}
@media (min-width: 1000px) {
  .columnMenu {
    opacity: 1;
    height: auto;
  }
}
.columnMenu.sticky {
  top: 66px;
  position: fixed;
}
.columnMenu.openColumn, .columnMenu.openColumn1, .columnMenu.openColumn2, .columnMenu.openColumn3, .columnMenu.openColumn4, .columnMenu.openColumn5, .columnMenu.openColumn6, .columnMenu.openColumn7, .columnMenu.openColumn8, .columnMenu.openColumn9, .columnMenu.openColumn10 {
  display: block;
}

.columnMenuContainer {
  margin: 0 auto;
  position: relative;
  box-shadow: 0 2px 3px rgba(64, 64, 65, 0.15);
}

a.navColumnClose {
  position: absolute;
  right: 30px;
  top: 20px;
  text-indent: -1000000px;
  width: 30px;
  height: 30px;
}
a.navColumnClose:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  right: 0;
  top: 10px;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  background-color: #9C9EA1;
}
a.navColumnClose:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  right: 0;
  top: 10px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  background-color: #9C9EA1;
}

.columnNavContainer {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 29px;
  padding-top: 35px;
  max-width: 1300px;
}
.columnNavContainer.openColumn, .columnNavContainer.openColumn1, .columnNavContainer.openColumn2, .columnNavContainer.openColumn3, .columnNavContainer.openColumn4, .columnNavContainer.openColumn5, .columnNavContainer.openColumn6, .columnNavContainer.openColumn7, .columnNavContainer.openColumn8, .columnNavContainer.openColumn9, .columnNavContainer.openColumn10 {
  display: flex;
}
.columnNavContainer h2 {
  font-family: "GT-Walsheim-Light", serif;
  font-weight: 600;
  margin-bottom: 6px;
}
.columnNavContainer h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #404041;
  margin-bottom: 5px;
}
.columnNavContainer p {
  font-size: 14px;
  line-height: 1.444;
  margin-bottom: 10px;
  color: #6D6E70;
  font-weight: 400;
  padding-right: 30px;
}
.columnNavContainer .halfSection {
  display: flex;
  width: 100%;
}
.columnNavContainer .dropdownColumn {
  width: 50%;
  text-align: left;
}
.columnNavContainer .dropdownColumn a {
  padding: 0;
}
.columnNavContainer .dropdownColumn a {
  font-family: "GT-Walsheim-Light", serif;
  text-align: left;
  display: inline-block;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.5;
}
.columnNavContainer .dropdownColumn a:hover {
  color: #e25856;
}

.productLinks {
  margin-bottom: 0;
  overflow: auto;
  padding-bottom: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.productLinks.productLinks2up .productLinkContainer {
  width: 48%;
  display: block;
}
.productLinks.productLinks2up .productLinkContainer:hover {
  color: #e25856;
}
.productLinks.productLinks3up .productLinkContainer {
  width: 31%;
  display: block;
}
@media (min-width: 1350px) {
  .productLinks.productLinks3up .productLinkContainer {
    width: 23%;
  }
}
.productLinks.productLinks3up .productLinkContainer:hover {
  color: #e25856;
}
.productLinks.productLinks3up .productLinkContainer:last-child {
  display: none;
}
@media (min-width: 1350px) {
  .productLinks.productLinks3up .productLinkContainer:last-child {
    display: block;
  }
}
.productLinks .columnProductImage {
  width: 100%;
  min-height: 235px;
  background-color: transparent;
  background-size: cover;
  margin-bottom: 15px;
  background-position: center bottom;
}
.productLinks .productLinkTitle {
  text-align: left;
  font-size: 1em;
  font-family: "GT-Walsheim-Light", serif;
}
.productLinks .sugarLinkContainer .productLinkTitle:after {
  background: transparent url("../images/linkDetailGreen.svg") no-repeat 0 0;
}

.stationeryNavContainer .productLinks .columnProductImage {
  background-position: center top;
}

.bulletLinks {
  width: 90%;
  padding-top: 15px;
}
.bulletLinks.bulletLinksHalf {
  width: 40%;
  margin-right: 15%;
  float: left;
}
.bulletLinks.bulletLinksHalfLast {
  margin-right: 0;
}
.bulletLinks li a {
  color: white;
  background-color: #4c4c4c;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  padding: 25px 25px 25px 45px;
  margin-bottom: 10px;
  display: block;
}
.bulletLinks li a:after {
  content: "";
  width: 65px;
  height: 65px;
  background: transparent url("../images/crompion-bullet-v2.svg") no-repeat 0 0;
  position: absolute;
  left: -52px;
  top: 10px;
  display: block;
}
.bulletLinks.bulletLinksRight {
  padding-left: 60px;
  width: 100%;
}

.inlineLink {
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  clear: both;
  float: left;
}
.inlineLink:after {
  content: "";
  display: table;
  clear: both;
}
.inlineLink:after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 8px;
  background: transparent url("../images/linkDetail.svg") no-repeat 0 0;
  width: 20px;
  height: 20px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Shopify Specific Styles
*
*---------------------------------------------------------------------------------------------*/
a.product__image-wrapper {
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 9px;
}

a.product__image-wrapper img {
  filter: drop-shadow(1px 2px 6px rgba(64, 64, 65, 0.25));
  max-height: 250px;
  max-height: 330px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

img.mfp-img {
  filter: drop-shadow(1px 2px 16px rgba(64, 64, 65, 0.15));
}

a.product__image-wrapper[title*="A2 Note"] img,
a.product__image-wrapper[title*="Place Card"] img,
a.product__image-wrapper[title*="Monarch Note"] img,
a.product__image-wrapper[title*="Calling Card"] img {
  padding: 0 14%;
}

a.product__image-wrapper[title*="A6 Note"] img {
  padding: 0 5%;
}

a.product__image-wrapper[title*="A7 Note"] img {
  padding: 0 2%;
}

a.product__image-wrapper[title*="Long Pad"] img {
  padding: 0;
}

#shopify-section-product-recommendations a.product__image-wrapper {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#shopify-section-product-recommendations a.product__image-wrapper img {
  max-height: 250px;
  max-width: 250px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.recommendSlides {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .recommendSlides {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.recommendSlides > div {
  margin: 0 auto;
}
@media (min-width: 750px) {
  .recommendSlides > div {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .recommendSlides > div {
    width: 25%;
  }
}

.cbb-also-bought-container {
  border: none !important;
  margin: 60px auto !important;
}
.cbb-also-bought-container h2.cbb-also-bought-title {
  font-size: 32px !important;
  text-align: center !important;
}
@media (min-width: 750px) {
  .cbb-also-bought-container h2.cbb-also-bought-title {
    font-size: 40px !important;
  }
}
.cbb-also-bought-container .cbb-recommendations-empty-variant-select {
  display: none !important;
}
.cbb-also-bought-container h3.cbb-also-bought-product-name {
  font-size: 25px !important;
  line-height: 1 !important;
  min-height: 1px !important;
}
.cbb-also-bought-container a.cbb-also-bought-product-image-link {
  padding-top: 10px !important;
}
.cbb-also-bought-container .cbb-also-bought-product-image {
  filter: drop-shadow(1px 2px 6px rgba(64, 64, 65, 0.25));
  overflow: visible !important;
}
.cbb-also-bought-container a.cbb-also-bought-next,
.cbb-also-bought-container a.cbb-also-bought-prev {
  text-indent: -100000px !important;
  display: block !important;
  width: 60px !important;
  height: 60px !important;
  background: transparent url(/images/arrow-right.svg) no-repeat 0 0 !important;
  border: none !important;
  right: 15px !important;
  opacity: 1 !important;
  animation: MoveArrow 1.5s linear infinite !important;
}
.cbb-also-bought-container a.cbb-also-bought-prev {
  transform: rotate(180deg);
  right: 0 !important;
  left: 15px !important;
}
.cbb-also-bought-container .cbb-also-bought-slider {
  margin: 0 !important;
  padding: 0 50px !important;
}
@media (min-width: 1000px) {
  .cbb-also-bought-container .cbb-also-bought-slider {
    padding: 0 111px !important;
  }
}

hr.hr--border-top,
.breadcrumb-nav {
  display: none;
}

.template-product .grid {
  margin-left: 0;
  align-items: center;
}
@media (min-width: 1000px) {
  .template-product .grid {
    display: flex;
    align-items: flex-start;
  }
}
.template-product .grid .grid__item {
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 70px;
  align-items: center;
}
@media (min-width: 1000px) {
  .template-product .grid .grid__item {
    padding-bottom: 0;
  }
}

@media (min-width: 1000px) {
  #shopify-section-product-template-customizer .grid {
    display: flex;
  }
}

.template-product .product-single__thumbnails.grid {
  flex-wrap: wrap;
  display: flex;
}
.template-product .product-single__thumbnails.grid .grid__item {
  padding-bottom: 0;
  width: 45%;
}
@media (min-width: 1000px) {
  .template-product .product-single__thumbnails.grid .grid__item {
    width: 24%;
  }
}
.template-product .product-single__thumbnails.grid li.grid__item:first-child {
  padding-bottom: 0;
  padding-left: 0;
}

.customizerTitle {
  text-align: center;
}
.customizerTitle h1.product-single__title {
  font-size: 2em;
}
@media (min-width: 1000px) {
  .customizerTitle h1.product-single__title {
    font-size: 2.8em;
  }
}
.customizerTitle .product-single__price {
  font-size: 26px;
}

#shopify-section-product-recommendations {
  text-align: center;
  padding-top: 55px;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #shopify-section-product-recommendations {
    margin-bottom: 84px;
  }
}
#shopify-section-product-recommendations h2 {
  font-family: "domaine-display-web-regular", serif;
  font-size: 2.5em;
  text-transform: capitalize;
}
#shopify-section-product-recommendations .grid .grid__item {
  padding: 30px 30px 0;
}
#shopify-section-product-recommendations .product__image-wrapper img {
  filter: drop-shadow(0 0 10px rgba(64, 64, 65, 0.25));
}
#shopify-section-product-recommendations .product__title {
  font-family: "domaine-display-web-regular", serif;
}
#shopify-section-product-recommendations .product__prices {
  font-family: "GT-Walsheim-Light", serif;
}

.grid.product-single .grid__item:first-child {
  padding-bottom: 0;
}
@media (min-width: 750px) {
  .grid.product-single .grid__item:first-child {
    padding-left: 14%;
    padding-top: 77px;
  }
}

.product-single__meta {
  text-align: center;
  max-width: 515px;
  margin: 0 auto;
  width: 85%;
  padding-top: 0;
}
@media (min-width: 1000px) {
  .product-single__meta {
    margin-left: 45px;
    margin-top: -45px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1250px) {
  .product-single__meta {
    margin-top: 0;
  }
}

.grid__item .product-single__featured-image-wrapper {
  width: 95%;
  margin-bottom: 55px;
}
@media (min-width: 1000px) {
  .grid__item .product-single__featured-image-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}

h1.product-single__title {
  font-family: "domaine-display-web-regular", serif;
  font-size: 2.8em;
}

.shopify form.product-form {
  position: relative;
}

.shopify .addToCart {
  max-width: 433px;
  margin: 0 auto;
  -webkit-user-select: none;
}
@media (min-width: 1000px) {
  .shopify .addToCart {
    position: absolute;
    max-width: none;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: -87px;
  }
}
.shopify .addToCart.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 5% 33px;
  background-color: white;
  z-index: 9;
  max-width: none;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1000px) {
  .shopify .addToCart.sticky {
    position: relative;
    padding: 0;
    box-shadow: none;
  }
}

.shopify .product-single__cart-submit-wrapper,
.shopify .product-single__quantity {
  width: 49%;
  display: inline-block;
  height: 50px;
  margin: 0;
  padding: 0;
}
.shopify .product-single__cart-submit-wrapper:hover, .shopify .product-single__cart-submit-wrapper:focus, .shopify .product-single__cart-submit-wrapper:active,
.shopify .product-single__quantity:hover,
.shopify .product-single__quantity:focus,
.shopify .product-single__quantity:active {
  outline: none !important;
}

.product-single__cart-submit-wrapper {
  border: 1px solid #e25856;
  order: 1;
}
.product-form .product-single__quantity {
  border: 1px solid #404041;
  margin: 0;
  padding: 0;
  order: 2;
  float: left;
}

.product-form .product-single__quantity label {
  display: inline;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 14px;
  text-align: left;
  padding-right: 0;
  position: relative;
  top: -4px;
}

.product-single__description,
.product-single__prices {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 1.3em;
}

.product-single__description {
  text-align: left;
}

p.customizerTerms {
  font-size: 1em;
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 34px;
  text-align: center;
  max-width: 750px;
  margin: 22px auto 0px;
  width: 90%;
}

.product-single__quantity input,
.quantity-selector {
  border: none;
  background-color: transparent;
  font-family: "GT-Walsheim-Light", serif;
}

.qtydiv .qtybox {
  display: inline;
}
.qtydiv .qtybox .quantity-selector {
  width: 59px;
  text-align: center;
  font-size: 20px;
  position: relative;
  top: -1px;
}
.qtydiv .qtybox .btnqty {
  font-size: 30px;
  font-weight: 400;
  width: auto;
  height: auto;
  position: relative;
  top: -5px;
  font-family: "GT-Walsheim-Light", serif;
}
.qtydiv .qtybox .qtyminus {
  left: 10px;
}
.qtydiv .qtybox .qtyplus {
  right: 10px;
}

.shopify .selector-wrapper label {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 14px;
}

.product-single .product-form .product-single__cart-submit-wrapper button {
  background-color: white !important;
  height: 48px;
  font-family: "GT-America-Extended-Medium", serif;
  color: #e25856 !important;
  font-size: 14px !important;
  padding: 11px 0;
  width: 100%;
}
.product-single .product-form .product-single__cart-submit-wrapper button:hover {
  background-color: #e25856 !important;
  color: white !important;
  opacity: 1;
}

.shopify #CartImageWrapper-- {
  height: auto;
  display: block;
  padding: 0 9px;
  width: 80px;
}
@media (min-width: 1000px) {
  .shopify #CartImageWrapper-- {
    width: 120px;
  }
}

.shopify #CartImage-- {
  max-width: none;
  max-height: none;
  position: relative;
  padding: 0;
}

.shopify .cart__image-container {
  padding-top: 0 !important;
}

.template-collection .grid,
.template-search .grid {
  width: 95%;
  margin: 0 auto;
}
.template-collection .grid .grid,
.template-search .grid .grid {
  width: 100%;
}
@media (min-width: 1000px) {
  .template-collection .grid .grid,
  .template-search .grid .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.template-search .grid {
  max-width: 1300px;
  margin: 0 auto;
}

.template-search .pagination {
  text-align: center;
}

@media (min-width: 1000px) {
  .template-search .grid .product.grid__item {
    width: 25%;
  }
}

.template-collection .grid header.grid {
  position: relative;
}
.template-collection .grid header.grid .grid__item {
  padding: 0;
}
.template-collection .grid header.grid h1.grid__item {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "domaine-display-web-regular", serif;
  font-size: 2em;
  margin-bottom: 3px;
  position: relative;
  top: 70px;
}
@media (min-width: 750px) {
  .template-collection .grid header.grid h1.grid__item {
    width: 100%;
    font-size: 2.5em;
    margin-bottom: 35px;
    top: 0;
  }
}
.template-collection .grid header.grid .quantityInCollection {
  text-align: center;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 2px;
  margin-bottom: 20px;
  width: 100%;
  display: none;
}
@media (min-width: 750px) {
  .template-collection .grid header.grid .quantityInCollection {
    width: 200px;
    text-align: left;
    position: absolute;
    display: block;
    left: 27px;
    top: 26px;
  }
}
.template-collection .grid__item {
  padding-left: 0;
  padding: 8px;
}
@media (min-width: 750px) {
  .collection-sorting {
    width: 350px;
    position: absolute;
    right: 0;
  }
}

.collection-sorting__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 8;
  text-align: left;
  padding: 20px;
  width: 250px;
  margin: 0 auto;
  top: 11px;
}
@media (min-width: 750px) {
  .collection-sorting__dropdown {
    top: 65px;
  }
}
@media (min-width: 1000px) {
  .collection-sorting__dropdown {
    left: auto;
    padding: 20px 25px 25px 45px;
    width: 213px;
    top: 7px;
  }
}
.collection-sorting__dropdown.active {
  background-color: #fff1e8;
}
.collection-sorting__dropdown h3 {
  text-align: center;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 2px;
  margin-bottom: 16px;
  position: relative;
  left: -10px;
}
@media (min-width: 1000px) {
  .collection-sorting__dropdown h3 {
    text-align: left;
    left: 0;
  }
}
.collection-sorting__dropdown h3:after {
  content: "";
  transform: rotate(270deg);
  display: block;
  position: absolute;
  right: 25px;
  top: -2px;
  width: 10px;
  height: 20px;
  background: transparent url("https://alexapulitzer.com/images/nav-arrow-left.svg") no-repeat center center;
  background-size: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .collection-sorting__dropdown h3:after {
    right: 24px;
    top: -3px;
    background-size: 5px;
  }
}

.shopify-section .collection-sorting {
  margin: 0 auto 90px;
}
@media (min-width: 750px) {
  .shopify-section .collection-sorting {
    margin-bottom: 30px;
  }
}

.collection-sorting__dropdown.active h3:after {
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#collectionsDropdown {
  display: none;
  background-color: #fff1e8;
  padding: 0;
  width: 160px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #collectionsDropdown {
    text-align: left;
    margin-left: 0;
  }
}
#collectionsDropdown.active {
  display: block;
}
#collectionsDropdown a {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 1.1em;
  display: block;
  padding: 10px 0;
}
@media (min-width: 750px) {
  #collectionsDropdown a {
    padding: 5px 0;
  }
}
#collectionsDropdown a:hover {
  color: #e25856;
}

#slidecarthq .footer .footer-continue {
  background: transparent;
}

/*---------------------------------------------------------------------------------------------
*
*  @Shopify Product Specific Styles
*
*---------------------------------------------------------------------------------------------*/
#alexa-pulitzer-gift-card .selector-wrapper label {
  display: none;
}
#alexa-pulitzer-gift-card .single-option-selector {
  background-color: #fff1e8;
  padding: 8px 88px;
  font-family: "GT-America-Extended-Medium", serif;
  margin-bottom: 15px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Slide Cart
*
*---------------------------------------------------------------------------------------------*/
.shopify #slidecarthq .slidecarthq-overlay.open {
  opacity: 0 !important;
}
.shopify #slidecarthq .slidecarthq {
  box-shadow: none;
}
.shopify #slidecarthq .slidecarthq.open {
  box-shadow: 0 0 5px rgba(64, 64, 65, 0.5);
}
.shopify #slidecarthq header.header {
  border: none;
  font-size: 11px;
}
.shopify #slidecarthq header.header h2 {
  color: #404041;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: 400;
}
.shopify #slidecarthq header.header h2 span {
  color: #404041;
  font-size: 1em;
}
.shopify #slidecarthq header.header button {
  position: relative;
  background: transparent;
  color: #404041;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 11px;
}
.shopify #slidecarthq header.header button:before {
  content: "CLOSE";
  font-size: 11px;
  letter-spacing: 2px;
}
.shopify #slidecarthq .items, .shopify #slidecarthq .item {
  border: none !important;
}
.shopify #slidecarthq .item img {
  filter: drop-shadow(0 0 10px rgba(64, 64, 65, 0.25));
}
.shopify #slidecarthq h3 {
  font-family: "domaine-display-web-regular", serif;
  letter-spacing: 0;
  font-weight: 400 !important;
  font-size: 20px !important;
}
.shopify #slidecarthq h3 a {
  font-size: 1em !important;
  letter-spacing: 0;
  font-weight: 400 !important;
}
.shopify #slidecarthq button.remove,
.shopify #slidecarthq .quantity-selector button,
.shopify #slidecarthq .quantity-selector input[type=text] {
  background: transparent;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
.shopify #slidecarthq .price {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 0.85em !important;
}
.shopify #slidecarthq .slidecarthq .footer.sticky-footer {
  background-color: #fff1e8;
}
.shopify #slidecarthq .slidecarthq .footer.sticky-footer div.footer-row:first-child {
  display: none;
}
.shopify #slidecarthq .slidecarthq .footer.sticky-footer div.footer-row:last-of-type {
  border-top: none;
}
.shopify #slidecarthq .slidecarthq .footer.sticky-footer div.footer-row:last-of-type strong.flex {
  font-weight: 400;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.shopify #slidecarthq .slidecarthq .footer.sticky-footer div.footer-row:last-of-type strong.slidecart-subtotal {
  font-weight: 400;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 11px;
  letter-spacing: 2px;
}
.shopify #slidecarthq .slidecarthq .footer.sticky-footer button.button {
  background-color: transparent;
  border: 1px solid #e25856;
  color: #e25856;
  font-family: "GT-America-Extended-Medium", serif;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
}
.shopify #slidecarthq .slidecarthq .footer.sticky-footer button.button:hover {
  background-color: #e25856;
  color: white;
}
.shopify #slidecarthq .slidecarthq .footer.sticky-footer a.footer-continue {
  color: #e25856;
  font-family: "GT-Walsheim-Light", serif;
}
.shopify #slidecarthq div.empty svg {
  display: none;
}
.shopify #slidecarthq div.empty p {
  font-family: "domaine-display-web-regular", serif;
  color: black;
  font-size: 25px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Annnouncement Bar
*
*---------------------------------------------------------------------------------------------*/
.announcement-bar {
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 5px;
  background-color: #e25856;
  background-color: #008576;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .announcement-bar {
    display: block;
    padding: 10px 0;
  }
}

#masthead .site-wrapper.announcement-bar__message,
#your-shopping-cart .site-wrapper.announcement-bar__message,
.shopify .site-wrapper.announcement-bar__message {
  padding: 10px 0 8px;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.33;
}
@media (min-width: 1000px) {
  #masthead .site-wrapper.announcement-bar__message,
  #your-shopping-cart .site-wrapper.announcement-bar__message,
  .shopify .site-wrapper.announcement-bar__message {
    display: block;
    font-size: 22px;
    line-height: 1.22;
  }
}
#masthead .site-wrapper.announcement-bar__message span,
#your-shopping-cart .site-wrapper.announcement-bar__message span,
.shopify .site-wrapper.announcement-bar__message span {
  display: block;
  text-indent: -1000000px;
}
@media (min-width: 750px) {
  #masthead .site-wrapper.announcement-bar__message span,
  #your-shopping-cart .site-wrapper.announcement-bar__message span,
  .shopify .site-wrapper.announcement-bar__message span {
    display: initial;
  }
}
@media (min-width: 1000px) {
  #masthead .site-wrapper.announcement-bar__message span,
  #your-shopping-cart .site-wrapper.announcement-bar__message span,
  .shopify .site-wrapper.announcement-bar__message span {
    display: initial;
    text-indent: 0;
  }
}
#masthead .site-wrapper.announcement-bar__message em,
#your-shopping-cart .site-wrapper.announcement-bar__message em,
.shopify .site-wrapper.announcement-bar__message em {
  font-style: italic;
  font-size: 0.65em;
  display: block;
}
@media (min-width: 1000px) {
  #masthead .site-wrapper.announcement-bar__message em,
  #your-shopping-cart .site-wrapper.announcement-bar__message em,
  .shopify .site-wrapper.announcement-bar__message em {
    display: inline-block;
    padding-left: 14px;
    font-size: 10px;
  }
}

.announcement-bar + section#header-mobile {
  position: relative;
}

/*---------------------------------------------------------------------------------------------
*
*  @Checkout Cart
*
*---------------------------------------------------------------------------------------------*/
.cart__image-container img,
.product-single__photos img {
  filter: drop-shadow(0 0 10px rgba(64, 64, 65, 0.25));
}

.supports-js .cart__image {
  position: relative !important;
}

.shopify .site-wrapper {
  padding: 90px 0;
}
@media (min-width: 1000px) {
  .shopify .site-wrapper {
    padding: 20px 0 90px;
  }
}

#your-shopping-cart .site-wrapper {
  margin: 0;
  padding: 90px 0 0;
}
@media (min-width: 1000px) {
  #your-shopping-cart .site-wrapper {
    padding-top: 0;
  }
}
#your-shopping-cart #shopify-section-footer {
  margin-top: 0;
}

#EmptyCart {
  text-align: center;
  min-height: 500px;
  padding-top: 30vh;
  padding: 20vh 3% 0;
}

#cartMessage {
  width: 90%;
  margin: 0 auto 20px;
}
@media (min-width: 1000px) {
  #cartMessage {
    width: 100%;
  }
}
#cartMessage p {
  font-family: "GT-Walsheim-Light", serif;
}

img.mfp-img,
.mfp-figure figure {
  background-color: transparent;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  background-color: white;
}

@media (min-width: 1000px) {
  .template-cart .site-wrapper {
    padding-top: 12px;
    padding-bottom: 0;
  }
}
.template-cart .grid {
  margin-left: 0;
  margin: 0 auto;
}
.template-cart .grid__item {
  padding-left: 0;
}
@media (min-width: 1000px) {
  .template-cart .site-footer {
    margin-top: -37px;
  }
}

.grid .cart-table,
.grid .cart__footer {
  width: 95%;
  margin: 0 auto;
}

.cart__footer {
  position: relative;
}

@media (min-width: 1000px) {
  .cart__footer .grid {
    width: 276px;
    position: absolute;
    top: 34px;
    left: 40px;
  }
}

@media (min-width: 1000px) {
  .cart__footer .grid.sticky {
    position: fixed;
    top: 34px;
    left: auto;
  }
}

@media (min-width: 1000px) {
  #cartContainerOuter {
    display: flex;
    justify-content: space-between;
  }
}
#cartContainerOuter h1 {
  font-size: 2.25em;
  font-family: "domaine-display-web-regular", serif;
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  #cartContainerOuter #cartTableContainer {
    width: 65%;
    margin-bottom: 100px;
    min-height: 500px;
    padding: 60px;
  }
}
@media (min-width: 1000px) {
  #cartContainerOuter .cart__footer {
    width: 35%;
    background-color: #e25856;
    margin-bottom: 0;
    padding: 55px 40px 0;
    color: #fff1e8;
  }
}

.mobileTitle {
  text-align: center;
  font-size: 2.5em;
  font-family: "domaine-display-web-regular", serif;
}
@media (min-width: 1000px) {
  .mobileTitle {
    display: none;
  }
}

.mobileCartHeader {
  position: relative;
  width: 90%;
  margin: 0 auto 20px;
}
@media (min-width: 1000px) {
  .mobileCartHeader {
    display: none;
  }
}
.mobileCartHeader h4 {
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75em;
  text-align: right;
  margin-top: -20px;
}

h1.desktopCardHeader {
  color: #e25856;
  display: none;
  font-family: "domaine-display-web-regular", serif;
}
@media (min-width: 1000px) {
  h1.desktopCardHeader {
    display: block;
  }
}

.mobileBackLink {
  display: block;
  background: transparent url("/images/arrow-left.svg") no-repeat center center;
  width: 33px;
  padding: 5px;
  height: 26px;
  background-size: 23px 26px;
  text-indent: -100000px;
  position: relative;
  left: -5px;
}

.cartItemContainer {
  display: flex;
  width: 90%;
  margin: 0 auto 20px;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid #d7d7d7;
  padding: 35px 0 15px;
}
@media (min-width: 1000px) {
  .cartItemContainer {
    width: 100%;
  }
}
.cartItemContainer:last-child {
  border-bottom: none;
}

#is-a-gift {
  padding: 7%;
  background-color: #fff1e8;
  font-family: "GT-Walsheim-Light", serif;
}
@media (min-width: 1000px) {
  #is-a-gift {
    background-color: transparent;
    padding: 35px 0 40px;
  }
}

textarea#gift-note {
  background: transparent;
  border: 1px solid #404041;
}

input#gift-wrapping,
input#agree {
  border: 1px solid #373432;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  background: transparent;
}

input#agree {
  width: 17px;
  height: 17px;
}
@media (min-width: 1000px) {
  input#agree {
    border-color: white;
  }
}

input#gift-wrapping[type=checkbox]:checked {
  background-color: #e25856;
  border-color: #e25856;
}

input#agree[type=checkbox]:checked {
  border-color: #404041;
}
@media (min-width: 1000px) {
  input#agree[type=checkbox]:checked {
    border-color: white;
  }
}

input#gift-wrapping[type=checkbox]:after {
  border-color: white;
}

input#agree[type=checkbox]:after {
  border-width: 2px;
  width: 5px;
  height: 10px;
}
@media (min-width: 1000px) {
  input#agree[type=checkbox]:after {
    border-color: white;
  }
}

.fixedBTNContainer input[type=checkbox] + label {
  font-size: 0.8em;
  font-family: "GT-Walsheim-Light", serif;
  margin-bottom: 32px;
  padding-left: 0;
  position: relative;
  top: 4px;
  left: 3px;
}
.fixedBTNContainer input[type=checkbox] + label a {
  text-decoration: underline;
}
@media (min-width: 1000px) {
  .fixedBTNContainer input[type=checkbox] + label a {
    color: white;
  }
}

.cart__footer .order-discount {
  color: white;
  font-family: "GT-Walsheim-Light", serif;
}
.cart__footer .order-discount.order-discount--title {
  letter-spacing: 1px;
}

.cart__table-cell--image {
  width: 25%;
}
@media (min-width: 1000px) {
  .cart__table-cell--image {
    width: 31%;
  }
}

.cartItemContainer .cart__table-cell--meta {
  width: 50%;
  text-align: left;
}
@media (min-width: 1000px) {
  .cartItemContainer .cart__table-cell--meta {
    width: 50%;
    line-height: 1.2;
  }
}
.cartItemContainer .cart__table-cell--meta a {
  font-family: "domaine-display-web-regular", serif;
  font-size: 1.2em;
  display: block;
}
@media (min-width: 1000px) {
  .cartItemContainer .cart__table-cell--meta a {
    font-size: 2em;
  }
}
.cartItemContainer .cart__table-cell--meta span, .cartItemContainer .cart__table-cell--meta small {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 1em;
  line-height: 1.5;
  position: relative;
  z-index: 9;
}
.cartItemContainer .cart__table-cell--meta span a, .cartItemContainer .cart__table-cell--meta small a {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 1em;
  display: inline;
  color: #e25856;
  text-decoration: underline;
}
.cartItemContainer .cart__table-cell--meta input.quantity-selector {
  border: 2px solid #fff1e8;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 1.1em;
  padding: 0;
  position: relative;
  top: -1px;
}

.cart .cart__table-cell--quantity {
  position: relative;
  top: 10px;
}

.cart .cart__table-cell--quantity label {
  display: inline-block;
  font-family: "GT-America-Extended-Medium", serif;
  font-weight: 400;
  position: relative;
  top: -3px;
  letter-spacing: 1px;
}

.priceColummn {
  width: 15%;
  font-family: "GT-Walsheim-Light", serif;
}
.priceColummn .cart__table-cell--line-price {
  position: absolute;
  right: 0;
  bottom: 32px;
}

.cart__remove {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -100000px;
  background: transparent url("/images/icon-close.svg") no-repeat center center;
  background-size: 18px;
  position: absolute;
  right: 0;
  top: 19px;
}
@media (min-width: 1000px) {
  .cart__remove {
    top: 19px;
  }
}

.grid .cart__footer {
  width: 100%;
  padding: 0 7% 101px;
  background-color: #fff1e8;
}
.grid .cart__footer p {
  margin-bottom: 0;
}
.grid .cart__footer h2 {
  font-family: "domaine-display-web-regular", serif;
  font-size: 1.35em;
  border-bottom: 1px solid #d5ccc5;
  padding-bottom: 5px;
}
@media (min-width: 1000px) {
  .grid .cart__footer h2 {
    color: white;
    border-color: white;
    padding-bottom: 10px;
  }
}
.grid .cart__footer .cart__subtotal-title {
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 0.75em;
  letter-spacing: 2px;
  text-align: left;
  width: 48%;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 1000px) {
  .grid .cart__footer .cart__subtotal-title {
    color: white;
  }
}
.grid .cart__footer .cart__subtotal {
  text-align: right;
  font-family: "GT-Walsheim-Light", serif;
  display: inline-block;
  width: 50%;
  font-size: 1.1em;
}
@media (min-width: 1000px) {
  .grid .cart__footer .cart__subtotal {
    color: white;
    font-size: 1em;
  }
}

.cart__policies {
  text-align: center;
  font-style: normal;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 0.8em;
  border-bottom: 1px solid #d5ccc5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .cart__policies {
    border: none;
    padding-bottom: 20px;
  }
}

#fixedBTN {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px 15px 35px;
  background-color: #fff1e8;
  z-index: 9;
}
@media (min-width: 1000px) {
  #fixedBTN {
    position: relative;
    padding: 15px 0 0 0;
    background-color: transparent;
    width: 100%;
  }
}
#fixedBTN .fixedBTNContainer {
  max-width: 500px;
  margin: 0 auto;
}
#fixedBTN button {
  background-color: transparent;
  border: 1px solid #e25856;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 0.75em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #e25856;
}
@media (min-width: 1000px) {
  #fixedBTN button {
    color: #e25856;
    border-color: white;
    background-color: white;
  }
}
#fixedBTN button:hover {
  background-color: #e25856;
  color: white;
  opacity: 1;
  border-color: #e25856;
}
@media (min-width: 1000px) {
  #fixedBTN button:hover {
    border-color: white;
  }
}
#fixedBTN button.update-cart {
  background-color: transparent;
}
@media (min-width: 1000px) {
  #fixedBTN button.update-cart {
    color: white;
  }
}
#fixedBTN button.update-cart:hover {
  background-color: transparent;
  color: #e25856;
}
@media (min-width: 1000px) {
  #fixedBTN button.update-cart:hover {
    color: white;
  }
}
#fixedBTN button.update-cart {
  border: none;
  width: 15%;
}
#fixedBTN button.btn {
  width: 77%;
}
@media (min-width: 1000px) {
  #fixedBTN button.btn {
    width: 81%;
  }
}

/*---------------------------------------------------------------------------------------------
*
*  @Navigation Embeds
*
*---------------------------------------------------------------------------------------------*/
.navEmbedContainer {
  margin-bottom: 100px;
}

/*---------------------------------------------------------------------------------------------
*
*  @MailChimp Modal
*
*---------------------------------------------------------------------------------------------*/
.mc-modal .mc-closeModal {
  background-color: white !important;
}

/*---------------------------------------------------------------------------------------------
*
*  @MailChimp Signup Footer Form
*
*---------------------------------------------------------------------------------------------*/
#mc_embed_signup #mc_embed_signup_scroll {
  position: relative;
  max-width: 298px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #mc_embed_signup #mc_embed_signup_scroll {
    margin-left: 0;
  }
}
#mc_embed_signup .mc-field-group {
  width: 71%;
}
@media (min-width: 1000px) {
  #mc_embed_signup .mc-field-group {
    width: 81%;
  }
}
#mc_embed_signup input[type=email] {
  border: 2px solid #fff1e8;
  background-color: transparent;
  color: #fff1e8;
  font-family: "GT-Walsheim-Light", serif;
  margin: 0;
  width: 100%;
}
#mc_embed_signup input[type=email]:focus {
  outline: none;
}
#mc_embed_signup input[type=email]::placeholder {
  color: #fff1e8;
  opacity: 0.7;
}
#mc_embed_signup input[type=submit] {
  background-color: #fff1e8;
  color: #404041;
  text-transform: uppercase;
  font-family: "GT-America-Extended-Medium", serif;
  letter-spacing: 2px;
  font-size: 0.85em;
  position: absolute;
  right: 0;
  top: 0;
  height: 51px;
  width: 87px;
  padding: 0;
}
@media (min-width: 1000px) {
  #mc_embed_signup input[type=submit] {
    right: -24px;
  }
}
#mc_embed_signup input[type=submit]:hover {
  border: 2px solid #fff1e8;
  color: #e25856;
}

.shopify #mc_embed_signup input[type=email] {
  border: 2px solid #fff1e8;
  background-color: transparent;
  color: #fff1e8;
  font-family: "GT-Walsheim-Light", serif;
  margin: 0;
  height: 51px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Shopify Account Pages
*
*---------------------------------------------------------------------------------------------*/
#CustomerLoginForm,
#RecoverPasswordForm,
#search .search-bar,
#reset-account,
#AddressNewForm,
#address_form_new {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
#CustomerLoginForm h1, #CustomerLoginForm h2,
#RecoverPasswordForm h1,
#RecoverPasswordForm h2,
#search .search-bar h1,
#search .search-bar h2,
#reset-account h1,
#reset-account h2,
#AddressNewForm h1,
#AddressNewForm h2,
#address_form_new h1,
#address_form_new h2 {
  font-family: "domaine-display-web-regular", serif;
}
#CustomerLoginForm p,
#RecoverPasswordForm p,
#search .search-bar p,
#reset-account p,
#AddressNewForm p,
#address_form_new p {
  font-family: "GT-Walsheim-Light", serif;
}
#CustomerLoginForm form,
#RecoverPasswordForm form,
#search .search-bar form,
#reset-account form,
#AddressNewForm form,
#address_form_new form {
  width: 350px;
  margin: 0 auto;
}
#CustomerLoginForm input[type=email],
#CustomerLoginForm input[type=password],
#CustomerLoginForm input[type=search],
#RecoverPasswordForm input[type=email],
#RecoverPasswordForm input[type=password],
#RecoverPasswordForm input[type=search],
#search .search-bar input[type=email],
#search .search-bar input[type=password],
#search .search-bar input[type=search],
#reset-account input[type=email],
#reset-account input[type=password],
#reset-account input[type=search],
#AddressNewForm input[type=email],
#AddressNewForm input[type=password],
#AddressNewForm input[type=search],
#address_form_new input[type=email],
#address_form_new input[type=password],
#address_form_new input[type=search] {
  border: none;
  border-bottom: 2px solid #fff1e8;
  background: transparent;
  color: #404041;
  font-family: "domaine-display-web-regular", serif;
  font-size: 1.5em;
  width: 350px;
}
#CustomerLoginForm input[type=submit],
#RecoverPasswordForm input[type=submit],
#search .search-bar input[type=submit],
#reset-account input[type=submit],
#AddressNewForm input[type=submit],
#address_form_new input[type=submit] {
  color: #fff1e8;
  border: 1px solid #fff1e8;
  display: inline-block;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  padding: 15px 20px;
  margin-top: 20px;
  max-width: 80%;
  margin: 54px auto -30px;
  line-height: 1.333;
  max-width: 250px;
  margin-bottom: 45px;
  padding-top: 10px;
  background-color: white;
  color: #404041;
  border-color: #404041;
}
@media (min-width: 1000px) {
  #CustomerLoginForm input[type=submit],
  #RecoverPasswordForm input[type=submit],
  #search .search-bar input[type=submit],
  #reset-account input[type=submit],
  #AddressNewForm input[type=submit],
  #address_form_new input[type=submit] {
    font-size: 1em;
    letter-spacing: 3px;
    padding: 15px 34px;
    margin-top: 30px;
  }
}
@media (min-width: 1100px) {
  #CustomerLoginForm input[type=submit],
  #RecoverPasswordForm input[type=submit],
  #search .search-bar input[type=submit],
  #reset-account input[type=submit],
  #AddressNewForm input[type=submit],
  #address_form_new input[type=submit] {
    padding: 18px 38px;
    margin-top: 34px;
  }
}
#CustomerLoginForm input[type=submit].cta-dark,
#RecoverPasswordForm input[type=submit].cta-dark,
#search .search-bar input[type=submit].cta-dark,
#reset-account input[type=submit].cta-dark,
#AddressNewForm input[type=submit].cta-dark,
#address_form_new input[type=submit].cta-dark {
  color: #404041;
  border-color: #404041;
}
#CustomerLoginForm input[type=submit]:hover,
#RecoverPasswordForm input[type=submit]:hover,
#search .search-bar input[type=submit]:hover,
#reset-account input[type=submit]:hover,
#AddressNewForm input[type=submit]:hover,
#address_form_new input[type=submit]:hover {
  background-color: white !important;
  color: #e25856 !important;
  border-color: white !important;
}
#CustomerLoginForm input[type=submit]:hover,
#RecoverPasswordForm input[type=submit]:hover,
#search .search-bar input[type=submit]:hover,
#reset-account input[type=submit]:hover,
#AddressNewForm input[type=submit]:hover,
#address_form_new input[type=submit]:hover {
  color: white !important;
  background-color: #e25856 !important;
}

.template-search div.content-area {
  min-height: 70vh;
}
.template-search h1.h2 {
  padding-top: 50px;
  text-align: center;
  font-size: 2.1em;
}

#search .search-bar {
  width: 100%;
  max-width: 650px;
  margin-bottom: 180px;
}
#search .search-bar input[type=search] {
  width: 100%;
}
@media (min-width: 750px) {
  #search .search-bar input[type=search] {
    width: 600px;
  }
}
#search .search-bar button[type=submit] {
  background-color: transparent;
  color: #e25856;
}
#search .search-bar button[type=submit] .icon {
  width: 30px;
  height: 30px;
  padding-top: 11px;
}

.template-customers-register h1 {
  font-family: "domaine-display-web-regular", serif;
  text-align: center;
}
.template-customers-register form {
  width: 350px;
  margin: 0 auto;
}
.template-customers-register input[type=email],
.template-customers-register input[type=password],
.template-customers-register input[type=text] {
  border: none;
  border-bottom: 2px solid #fff1e8;
  background: transparent;
  color: #404041;
  font-family: "domaine-display-web-regular", serif;
  font-size: 1.5em;
  width: 350px;
}
.template-customers-register .form-register form p input[type=submit] {
  color: #fff1e8;
  border: 1px solid #fff1e8;
  display: inline-block;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  padding: 15px 20px;
  margin-top: 20px;
  max-width: 80%;
  margin: 54px auto -30px;
  line-height: 1.333;
  max-width: 250px;
  margin-bottom: 45px;
  letter-spacing: 2px !important;
  font-size: 0.65em !important;
  padding: 15px 20px !important;
  margin: 20px auto !important;
  background-color: #e25856 !important;
  max-width: 250px !important;
  color: #fff1e8 !important;
}
@media (min-width: 1000px) {
  .template-customers-register .form-register form p input[type=submit] {
    font-size: 1em;
    letter-spacing: 3px;
    padding: 15px 34px;
    margin-top: 30px;
  }
}
@media (min-width: 1100px) {
  .template-customers-register .form-register form p input[type=submit] {
    padding: 18px 38px;
    margin-top: 34px;
  }
}
.template-customers-register .form-register form p input[type=submit].cta-dark {
  color: #404041;
  border-color: #404041;
}
.template-customers-register .form-register form p input[type=submit]:hover {
  background-color: white !important;
  color: #e25856 !important;
  border-color: white !important;
}
.template-customers-register .form-register form p {
  text-align: center;
}

#address_form_new,
#addresses .form-vertical {
  font-family: "GT-Walsheim-Light", serif;
  text-align: center;
}
#address_form_new input[type=email],
#address_form_new input[type=password],
#address_form_new input[type=text],
#address_form_new input[type=checkbox],
#address_form_new input[type=tel],
#addresses .form-vertical input[type=email],
#addresses .form-vertical input[type=password],
#addresses .form-vertical input[type=text],
#addresses .form-vertical input[type=checkbox],
#addresses .form-vertical input[type=tel] {
  border: none;
  border: 2px solid rgb(255, 216.1652173913, 191.2);
  background: transparent;
  color: #404041;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 1.5em;
  width: 100%;
  text-align: left;
  min-width: auto;
  margin: 0 auto 12px;
  max-width: 350px;
}
#address_form_new select,
#addresses .form-vertical select {
  margin: 0 auto 3px;
  max-width: 350px;
  text-align: center;
}
#address_form_new label,
#addresses .form-vertical label {
  margin: 0 auto 3px;
  max-width: 350px;
  text-align: center;
}
#address_form_new input[type=checkbox],
#addresses .form-vertical input[type=checkbox] {
  width: 23px;
}
#address_form_new input[type=submit],
#addresses .form-vertical input[type=submit] {
  color: #fff1e8;
  border: 1px solid #fff1e8;
  display: inline-block;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  padding: 15px 20px;
  margin-top: 20px;
  max-width: 80%;
  margin: 54px auto -30px;
  line-height: 1.333;
  max-width: 250px;
  margin-bottom: 45px;
  letter-spacing: 2px !important;
  font-size: 0.65em !important;
  padding: 15px 20px !important;
  margin: 20px auto !important;
  background-color: #e25856 !important;
  max-width: 250px !important;
  color: #fff1e8 !important;
}
@media (min-width: 1000px) {
  #address_form_new input[type=submit],
  #addresses .form-vertical input[type=submit] {
    font-size: 1em;
    letter-spacing: 3px;
    padding: 15px 34px;
    margin-top: 30px;
  }
}
@media (min-width: 1100px) {
  #address_form_new input[type=submit],
  #addresses .form-vertical input[type=submit] {
    padding: 18px 38px;
    margin-top: 34px;
  }
}
#address_form_new input[type=submit].cta-dark,
#addresses .form-vertical input[type=submit].cta-dark {
  color: #404041;
  border-color: #404041;
}
#address_form_new input[type=submit]:hover,
#addresses .form-vertical input[type=submit]:hover {
  background-color: white !important;
  color: #e25856 !important;
  border-color: white !important;
}

#AddressNewForm .grid__item {
  padding-left: 0;
  margin-bottom: 15px;
}

#customer_register_link,
#RecoverPassword {
  color: #e25856;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 1.25em;
}
#customer_register_link:hover,
#RecoverPassword:hover {
  opacity: 1;
}

#HideRecoverPasswordLink {
  color: #e25856;
  background: transparent;
  font-family: "GT-Walsheim-Light", serif;
  color: #e25856;
}

#account #MainContent,
#addresses #MainContent,
.template-customers-order #MainContent {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 145px;
  float: none;
}

#account .h1, #account .h2, #account .h3, #account .h4, #account .h5, #account .h6, #account h1, #account h2, #account h3, #account h4, #account h5, #account h6,
#account table,
#account td,
#account th,
#account p,
.template-customers-order .h1,
.template-customers-order .h2,
.template-customers-order .h3,
.template-customers-order .h4,
.template-customers-order .h5,
.template-customers-order .h6,
.template-customers-order h1,
.template-customers-order h2,
.template-customers-order h3,
.template-customers-order h4,
.template-customers-order h5,
.template-customers-order h6,
.template-customers-order table,
.template-customers-order td,
.template-customers-order th,
.template-customers-order p,
#addresses .h1,
#addresses .h2,
#addresses .h3,
#addresses .h4,
#addresses .h5,
#addresses .h6,
#addresses h1,
#addresses h2,
#addresses h3,
#addresses h4,
#addresses h5,
#addresses h6,
#addresses table,
#addresses td,
#addresses th,
#addresses p {
  font-family: "GT-Walsheim-Light", serif;
}
#account .site-content a,
.template-customers-order .site-content a,
#addresses .site-content a {
  color: #e25856;
  font-family: "GT-Walsheim-Light", serif;
}

#account h1 {
  font-family: "domaine-display-web-regular", serif;
}

/*---------------------------------------------------------------------------------------------
*
*  @Blog / Press
*
*---------------------------------------------------------------------------------------------*/
.blog,
.blog #page,
.single-post #page,
.single-press #page,
.single-philanthropy #page,
.archive #page {
  background-color: #fff1e8;
}

.centerGrid {
  margin: 0 auto;
}

.blog .entry-header img,
.archive .entry-header img,
.category .entry-header img {
  margin-bottom: 15px;
}

.blog .postNavigation,
.post-type-archive-press .postNavigation,
.post-type-archive-philanthropy .postNavigation {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 121px;
}

.blog .postNavigation a,
.post-type-archive-press .postNavigation a,
.post-type-archive-philanthropy .postNavigation a {
  color: #fff1e8;
  border: 1px solid #fff1e8;
  display: inline-block;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  padding: 15px 20px;
  margin-top: 20px;
  max-width: 80%;
  margin: 54px auto -30px;
  line-height: 1.333;
  background-color: transparent;
  border-color: #404041;
  color: #404041;
  text-align: center;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  padding: 10px 34px;
  font-size: 0.67em;
  letter-spacing: 1px;
}
@media (min-width: 1000px) {
  .blog .postNavigation a,
  .post-type-archive-press .postNavigation a,
  .post-type-archive-philanthropy .postNavigation a {
    font-size: 1em;
    letter-spacing: 3px;
    padding: 15px 34px;
    margin-top: 30px;
  }
}
@media (min-width: 1100px) {
  .blog .postNavigation a,
  .post-type-archive-press .postNavigation a,
  .post-type-archive-philanthropy .postNavigation a {
    padding: 18px 38px;
    margin-top: 34px;
  }
}
.blog .postNavigation a.cta-dark,
.post-type-archive-press .postNavigation a.cta-dark,
.post-type-archive-philanthropy .postNavigation a.cta-dark {
  color: #404041;
  border-color: #404041;
}
.blog .postNavigation a:hover,
.post-type-archive-press .postNavigation a:hover,
.post-type-archive-philanthropy .postNavigation a:hover {
  background-color: white !important;
  color: #e25856 !important;
  border-color: white !important;
}
.blog .postNavigation a:hover,
.post-type-archive-press .postNavigation a:hover,
.post-type-archive-philanthropy .postNavigation a:hover {
  border-color: white;
}

.single #page article {
  padding-top: 80px;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  z-index: 9;
  overflow: auto;
}
@media (min-width: 1000px) {
  .single #page article {
    padding-top: 0;
  }
}
.single #page article .entry-header {
  text-align: center;
  width: 100%;
  max-width: none;
}
.single #page article h1.entry-title {
  font-size: 2em;
  width: 80%;
  margin: 18px auto 0;
}
@media (min-width: 1000px) {
  .single #page article h1.entry-title {
    width: 100%;
    font-size: 3em;
  }
}
.single #page article .entryDate {
  text-align: center;
  font-family: "GT-America-Extended-Medium", serif;
  letter-spacing: 2px;
  font-size: 0.65em;
  text-transform: uppercase;
  margin-bottom: 15px;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .single #page article .post-thumbnail .wp-post-image {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.blogContainer {
  width: 100%;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 100px;
}
@media (min-width: 750px) {
  .blogContainer {
    display: flex;
    padding-top: 100px;
  }
}
@media (min-width: 1000px) {
  .blogContainer {
    padding-top: 35px;
    min-height: 505px;
  }
}
.blogContainer > h1 {
  text-align: center;
  font-family: "domaine-display-web-regular", serif;
  font-size: 1.75em;
  margin-top: 0;
  position: relative;
  top: -21px;
  margin-bottom: 25px;
}
@media (min-width: 750px) {
  .blogContainer > h1 {
    display: none;
  }
}
@media (min-width: 750px) {
  .blogContainer .sidebar {
    width: 25%;
    padding-left: 2.5%;
  }
}
.blogContainer .sidebar h1 {
  display: none;
  text-align: left;
  font-family: "domaine-display-web-regular", serif;
  font-size: 1.75em;
  margin-bottom: 15px;
  color: #404041;
}
@media (min-width: 750px) {
  .blogContainer .sidebar h1 {
    display: block;
  }
}
.blogContainer .grid {
  padding-top: 0;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 750px) {
  .blogContainer .grid {
    width: 80%;
  }
}
.blogContainer .collection-sorting__dropdown {
  top: 119px;
}
@media (min-width: 750px) {
  .blogContainer .collection-sorting__dropdown {
    display: none;
  }
}
.blogContainer .collection-sorting__dropdown.active, .blogContainer .collection-sorting__dropdown.active ul {
  background-color: white;
}
.blogContainer .blogCatList {
  display: none;
}
@media (min-width: 750px) {
  .blogContainer .blogCatList {
    display: block;
  }
}

.post-type-archive-philanthropy .blogContainer,
.post-type-archive-press .blogContainer {
  padding-top: 45px;
}

.philanthropyHeader {
  text-align: center;
  width: 85%;
  max-width: 877px;
  margin: 0 auto 45px;
}
.philanthropyHeader p {
  font-family: "GT-Walsheim-Light", serif;
  line-height: 1.444;
  margin-bottom: 15px;
  font-size: 20px;
}
.philanthropyHeader h2 {
  font-family: "domaine-display-web-regular", serif;
  font-size: 25px;
  padding-top: 45px;
}
.philanthropyHeader .philanthropyLists ul {
  padding-top: 45px;
}
@media (min-width: 750px) {
  .philanthropyHeader .philanthropyLists ul {
    column-count: 2;
    column-gap: 20px;
  }
}
.philanthropyHeader .philanthropyLists ul li {
  margin-bottom: 25px;
}
.philanthropyHeader .philanthropyLists ul li a {
  color: #e25856;
  font-family: "domaine-display-web-regular", serif;
  font-size: 25px;
}
.philanthropyHeader .philanthropyLists ul li a:hover {
  color: #404041;
}

.single .postNavigation {
  text-align: center;
  display: none;
  margin-top: 0;
}
@media (min-width: 1000px) {
  .single .postNavigation {
    display: block;
  }
}
.single .postNavigation a {
  font-size: 0.75em;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.single .postNavigation a:hover {
  color: #e25856;
}
.single .postNavigation a span {
  display: inline-block;
  padding: 30px;
}
.single .postNavigation a .prevLink {
  padding: 30px;
}
.single .postNavigation a .nextLink {
  padding: 30px;
}
.single .postNavigation a span.prevLink::before {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 20px;
  left: 0;
  top: 1px;
  background: transparent url("/images/nav-arrow-left.svg") no-repeat 0 0;
}
.single .postNavigation a span.nextLink::after {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 20px;
  right: 0;
  top: 1px;
  background: transparent url("/images/nav-arrow-right.svg") no-repeat 0 0;
}

.post-type-archive-philanthropy h1.blogHeader,
.post-type-archive-press h1.blogHeader {
  display: block;
  text-align: center;
  text-align: center;
  font-family: "domaine-display-web-regular", serif;
  font-size: 1.75em;
  padding-top: 109px;
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .post-type-archive-philanthropy h1.blogHeader,
  .post-type-archive-press h1.blogHeader {
    padding-top: 35px;
    font-size: 2.5em;
  }
}

.post-type-archive-press .grid-item {
  margin-bottom: 65px;
}

.blogCatList ul li {
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 0.8em;
  letter-spacing: 1px;
}
.blogCatList ul li a {
  color: #404041;
}
.blogCatList ul li a:hover {
  color: #e25856;
}
.blogCatList ul li.current-menu-item a {
  color: #e25856;
}

.grid-item {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .grid-item {
    margin-bottom: 50px;
  }
}
.grid-item article.post {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
}
.grid-item h2, .grid-item h2 a {
  font-size: 2em;
  font-family: "domaine-display-web-regular", serif;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 750px) {
  .grid-item h2, .grid-item h2 a {
    font-size: 1.5em;
  }
}
.grid-item .entry-header {
  margin: 0;
  padding: 0;
  text-align: center;
}
.grid-item .entry-header a:hover h2 {
  color: #e25856;
}
.grid-item .readMoreLink {
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  color: #e25856;
  padding: 20px 0;
  font-size: 0.7em;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100px;
  position: relative;
  text-decoration: underline;
}

.blog .grid-item h2,
.blog .grid-item h2 a {
  font-size: 1.5em;
}

@media (min-width: 620px) {
  .grid-sizer,
  .grid-item {
    width: 28%;
    margin: 0 2.5% 50px;
  }
}

.nav-links a {
  padding: 0 30px;
}
@media (min-width: 1000px) {
  .nav-links a {
    padding: 0;
  }
}

.single-post .post-navigation {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.post-navigation a {
  font-size: 0.75em;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 30px;
  width: auto;
  display: inline-block;
}
.post-navigation a:hover {
  color: #e25856;
  text-decoration: none !important;
}

.pageNavigation .nav-links {
  position: relative;
  display: block;
}

.pageNavigation .nav-links .nav-previous,
.pageNavigation .nav-links .nav-next {
  max-width: none;
  width: 120px;
}
.pageNavigation .nav-links .nav-previous a,
.pageNavigation .nav-links .nav-next a {
  display: inline-block;
}

.pageNavigation .nav-links .nav-previous {
  position: absolute;
  left: 15px;
  bottom: 26px;
  text-align: left;
  -webkit-transition: bottom 0.2s ease;
  -moz-transition: bottom 0.2s ease;
  -o-transition: bottom 0.2s ease;
  transition: bottom 0.2s ease;
}
@media (min-width: 1650px) {
  .pageNavigation .nav-links .nav-previous {
    bottom: -85px;
  }
}
.pageNavigation .nav-links .nav-previous a {
  text-align: left;
  display: block;
  padding-left: 20px;
}

.pageNavigation .nav-links .nav-next {
  position: absolute;
  right: 15px;
  bottom: 26px;
  text-align: right;
  -webkit-transition: bottom 0.2s ease;
  -moz-transition: bottom 0.2s ease;
  -o-transition: bottom 0.2s ease;
  transition: bottom 0.2s ease;
}
@media (min-width: 1650px) {
  .pageNavigation .nav-links .nav-next {
    bottom: -85px;
  }
}
.pageNavigation .nav-links .nav-next a {
  text-align: right;
  display: block;
  padding-right: 20px;
}

.single .singleNavigation-mobile {
  margin-top: 45px;
  margin-bottom: 100px;
}

@media (min-width: 1000px) {
  .single .singleNavigation {
    display: none;
  }
}

.singleNavigation-mobile .nav-links {
  text-align: center;
}

.singleNavigation-mobile .nav-links .nav-previous,
.singleNavigation-mobile .nav-links .nav-next {
  position: relative;
  display: inline-block;
}
.singleNavigation-mobile .nav-links .nav-previous a,
.singleNavigation-mobile .nav-links .nav-next a {
  font-size: 0.75em;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.singleNavigation-mobile .nav-links .nav-previous a:hover,
.singleNavigation-mobile .nav-links .nav-next a:hover {
  color: #e25856;
}

.nav-previous a::before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  left: 0;
  top: 2px;
  background: transparent url("/images/nav-arrow-left.svg") no-repeat 0 0;
}

.nav-next a::after {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  right: 0;
  top: 2px;
  background: transparent url("/images/nav-arrow-right.svg") no-repeat 0 0;
}

.single .entry-content.wysiwyg {
  text-align: center;
  font-family: "GT-Walsheim-Light", serif;
  background-color: transparent;
  margin-top: 0;
}

.single-philanthropy #page .entry-header {
  padding-bottom: 0;
  padding-top: 35px;
  margin-bottom: 25px;
}

.single-philanthropy #page .entry-content.wysiwyg {
  text-align: left;
  padding: 0 8%;
}
.single-philanthropy #page .entry-content.wysiwyg p {
  margin: 0 auto 20px;
  max-width: none;
}
.single-philanthropy #page .entry-content.wysiwyg h1, .single-philanthropy #page .entry-content.wysiwyg h2, .single-philanthropy #page .entry-content.wysiwyg h3, .single-philanthropy #page .entry-content.wysiwyg h4, .single-philanthropy #page .entry-content.wysiwyg h5, .single-philanthropy #page .entry-content.wysiwyg h6 {
  margin-left: 0;
  max-width: none;
}

.single-press figure figcaption {
  color: #404041;
  font-family: "GT-Walsheim-Light", serif;
}

.single-press .wysiwyg {
  padding-bottom: 115px;
}

.single-press .wysiwyg h1 {
  font-family: "domaine-display-web-regular", serif;
  color: #404041;
  max-width: 80%;
  width: 80%;
  margin: 25px auto 12px;
}
@media (min-width: 1000px) {
  .single-press .wysiwyg h1 {
    width: 100%;
    max-width: 100% !important;
  }
}

.single-press .wysiwyg a {
  max-width: none !important;
}

.single-press .wysiwyg a.returnBTN,
.single-press .wysiwyg a.pressPDFLink {
  position: relative;
  right: auto;
  top: auto;
  text-align: center;
  color: #fff1e8;
  border: 1px solid #fff1e8;
  display: inline-block;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  padding: 15px 20px;
  margin-top: 20px;
  max-width: 80%;
  margin: 54px auto -30px;
  line-height: 1.333;
  color: #404041;
  border-color: #404041;
  background-color: transparent;
  box-shadow: none;
}
@media (min-width: 1000px) {
  .single-press .wysiwyg a.returnBTN,
  .single-press .wysiwyg a.pressPDFLink {
    font-size: 1em;
    letter-spacing: 3px;
    padding: 15px 34px;
    margin-top: 30px;
  }
}
@media (min-width: 1100px) {
  .single-press .wysiwyg a.returnBTN,
  .single-press .wysiwyg a.pressPDFLink {
    padding: 18px 38px;
    margin-top: 34px;
  }
}
.single-press .wysiwyg a.returnBTN.cta-dark,
.single-press .wysiwyg a.pressPDFLink.cta-dark {
  color: #404041;
  border-color: #404041;
}
.single-press .wysiwyg a.returnBTN:hover,
.single-press .wysiwyg a.pressPDFLink:hover {
  background-color: white !important;
  color: #e25856 !important;
  border-color: white !important;
}
.single-press .wysiwyg a.returnBTN:hover,
.single-press .wysiwyg a.pressPDFLink:hover {
  border-color: white;
}

.page-id-9 .sidebarMainNav li {
  display: none;
}

.sidebarMainNav li a {
  font-family: "domaine-display-web-regular", serif;
}
.sidebarMainNav li a span {
  font-family: "GT-Walsheim-Light", serif;
  letter-spacing: 0;
}

/*---------------------------------------------------------------------------------------------
*
*  @404 Page Not Found
*
*---------------------------------------------------------------------------------------------*/
.template-404 .grid {
  margin: 0;
}
.template-404 #MainContent {
  text-align: center;
  padding: 45px 5%;
}
@media (min-width: 1000px) {
  .template-404 #MainContent {
    min-height: 300px;
  }
}
.template-404 a {
  color: #e25856;
}

/*---------------------------------------------------------------------------------------------
*
*  @Product Specific Styles
*
*---------------------------------------------------------------------------------------------*/
#all-occasions-gift-tag-assortment .product-single__photos img,
#social-etiquette-a2-notecards .product-single__photos img,
#all-the-ladies-a6-notecard-assortment .product-single__photos img,
#animal-kingdom-a6-notecard-assortment .product-single__photos img,
#bon-temps-a6-notecard-assortment .product-single__photos img,
#feathered-friends-a6-notecard-assortment .product-single__photos img,
#gentlemen-dandys-a6-notecard-assortment .product-single__photos img,
#party-animals-a6-notecard-assortment .product-single__photos img,
#top-dogs-a6-notecard-assortment .product-single__photos img,
#social-etiquette-a2-notecard-assortment .product-single__photos img,
#creatures-big-and-small-a2-notecard-assortment .product-single__photos img,
#flora-a2-notecard-assortment .product-single__photos img,
#sea-life-a2-notecard-assortment .product-single__photos img,
#sportsman-39-s-paradise-a2-notecard-assortment .product-single__photos img,
#new-orleans-a2-notecard-assortment .product-single__photos img,
#southern-living-monarch-notecard-assortment .product-single__photos img {
  filter: drop-shadow(0 1px 2px rgba(64, 64, 65, 0.25));
}

/*---------------------------------------------------------------------------------------------
*
*  @Custom Section
*
*---------------------------------------------------------------------------------------------*/
.theme-alexacustomtheme.home .customCTABanner,
.theme-alexacustomtheme.page .customCTABanner,
.theme-alexacustomtheme.archive .customCTABanner,
.theme-alexacustomtheme.woocommerce .customCTABanner {
  background: #e25856;
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 4px 3%;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.home .customCTABanner,
  .theme-alexacustomtheme.page .customCTABanner,
  .theme-alexacustomtheme.archive .customCTABanner,
  .theme-alexacustomtheme.woocommerce .customCTABanner {
    position: relative;
    top: auto;
  }
}
.theme-alexacustomtheme.home .customCTABanner a,
.theme-alexacustomtheme.page .customCTABanner a,
.theme-alexacustomtheme.archive .customCTABanner a,
.theme-alexacustomtheme.woocommerce .customCTABanner a {
  color: white;
  text-transform: uppercase;
  font-family: "GT-America-Extended-Medium", serif;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 12px 0 11px;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.home .customCTABanner a,
  .theme-alexacustomtheme.page .customCTABanner a,
  .theme-alexacustomtheme.archive .customCTABanner a,
  .theme-alexacustomtheme.woocommerce .customCTABanner a {
    font-size: 14px;
  }
}
.theme-alexacustomtheme.home .customCTABanner a:hover,
.theme-alexacustomtheme.page .customCTABanner a:hover,
.theme-alexacustomtheme.archive .customCTABanner a:hover,
.theme-alexacustomtheme.woocommerce .customCTABanner a:hover {
  text-decoration: none;
}
.theme-alexacustomtheme.home .customCTABanner a:hover span:after,
.theme-alexacustomtheme.page .customCTABanner a:hover span:after,
.theme-alexacustomtheme.archive .customCTABanner a:hover span:after,
.theme-alexacustomtheme.woocommerce .customCTABanner a:hover span:after {
  opacity: 1;
}
.theme-alexacustomtheme.home .customCTABanner span,
.theme-alexacustomtheme.page .customCTABanner span,
.theme-alexacustomtheme.archive .customCTABanner span,
.theme-alexacustomtheme.woocommerce .customCTABanner span {
  display: inline-block;
  position: relative;
}
.theme-alexacustomtheme.home .customCTABanner span:after,
.theme-alexacustomtheme.page .customCTABanner span:after,
.theme-alexacustomtheme.archive .customCTABanner span:after,
.theme-alexacustomtheme.woocommerce .customCTABanner span:after {
  content: "";
  height: 1px;
  width: 100%;
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: white;
  opacity: 0.35;
}
@media (min-width: 620px) {
  .theme-alexacustomtheme.home .customCTABanner span:after,
  .theme-alexacustomtheme.page .customCTABanner span:after,
  .theme-alexacustomtheme.archive .customCTABanner span:after,
  .theme-alexacustomtheme.woocommerce .customCTABanner span:after {
    display: block;
  }
}
@media (min-width: 750px) {
  .theme-alexacustomtheme.home .customCTABanner span,
  .theme-alexacustomtheme.page .customCTABanner span,
  .theme-alexacustomtheme.archive .customCTABanner span,
  .theme-alexacustomtheme.woocommerce .customCTABanner span {
    display: inline;
  }
}
.theme-alexacustomtheme.home header.site-header,
.theme-alexacustomtheme.page header.site-header,
.theme-alexacustomtheme.archive header.site-header,
.theme-alexacustomtheme.woocommerce header.site-header {
  background-color: white;
}
.theme-alexacustomtheme.home header.site-header.scrolled,
.theme-alexacustomtheme.page header.site-header.scrolled,
.theme-alexacustomtheme.archive header.site-header.scrolled,
.theme-alexacustomtheme.woocommerce header.site-header.scrolled {
  background-color: white;
  transition: none;
}
.theme-alexacustomtheme.home #mobileSearch,
.theme-alexacustomtheme.page #mobileSearch,
.theme-alexacustomtheme.archive #mobileSearch,
.theme-alexacustomtheme.woocommerce #mobileSearch {
  display: none;
}
.theme-alexacustomtheme.home .mobileNav .hamburgerContainer .hamburgerPatty,
.theme-alexacustomtheme.page .mobileNav .hamburgerContainer .hamburgerPatty,
.theme-alexacustomtheme.archive .mobileNav .hamburgerContainer .hamburgerPatty,
.theme-alexacustomtheme.woocommerce .mobileNav .hamburgerContainer .hamburgerPatty {
  background-color: #4d4a5e;
}
.theme-alexacustomtheme.home #headerDesktop,
.theme-alexacustomtheme.page #headerDesktop,
.theme-alexacustomtheme.archive #headerDesktop,
.theme-alexacustomtheme.woocommerce #headerDesktop {
  background-color: white;
}
.theme-alexacustomtheme.home #site-navigation,
.theme-alexacustomtheme.page #site-navigation,
.theme-alexacustomtheme.archive #site-navigation,
.theme-alexacustomtheme.woocommerce #site-navigation {
  position: absolute;
  top: 119px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
}
.theme-alexacustomtheme.home #site-navigation.sticky,
.theme-alexacustomtheme.page #site-navigation.sticky,
.theme-alexacustomtheme.archive #site-navigation.sticky,
.theme-alexacustomtheme.woocommerce #site-navigation.sticky {
  position: fixed;
  top: 0;
}
.theme-alexacustomtheme.home #site-navigation .primary-menu-container a,
.theme-alexacustomtheme.page #site-navigation .primary-menu-container a,
.theme-alexacustomtheme.archive #site-navigation .primary-menu-container a,
.theme-alexacustomtheme.woocommerce #site-navigation .primary-menu-container a {
  color: #4d4a5e;
  font-size: 12px;
  padding: 18px 12px 20px;
  letter-spacing: 1px;
}
@media (min-width: 1350px) {
  .theme-alexacustomtheme.home #site-navigation .primary-menu-container a,
  .theme-alexacustomtheme.page #site-navigation .primary-menu-container a,
  .theme-alexacustomtheme.archive #site-navigation .primary-menu-container a,
  .theme-alexacustomtheme.woocommerce #site-navigation .primary-menu-container a {
    letter-spacing: 2px;
    font-size: 14px;
    padding: 14px 14px 20px;
  }
}
.theme-alexacustomtheme.home #site-navigation .primary-menu-container a:after,
.theme-alexacustomtheme.page #site-navigation .primary-menu-container a:after,
.theme-alexacustomtheme.archive #site-navigation .primary-menu-container a:after,
.theme-alexacustomtheme.woocommerce #site-navigation .primary-menu-container a:after {
  background-color: #4d4a5e;
}
.theme-alexacustomtheme.home #mobileBag,
.theme-alexacustomtheme.page #mobileBag,
.theme-alexacustomtheme.archive #mobileBag,
.theme-alexacustomtheme.woocommerce #mobileBag {
  color: #4d4a5e;
  background-image: url("/images/icon-bag-custom.svg");
}
.theme-alexacustomtheme.home #desktopBag,
.theme-alexacustomtheme.page #desktopBag,
.theme-alexacustomtheme.archive #desktopBag,
.theme-alexacustomtheme.woocommerce #desktopBag {
  color: #4d4a5e;
  background-image: url("/images/icon-bag-custom.svg");
  bottom: 18px;
  transition: all 0.3s;
}
@media (min-width: 1150px) {
  .theme-alexacustomtheme.home #desktopBag,
  .theme-alexacustomtheme.page #desktopBag,
  .theme-alexacustomtheme.archive #desktopBag,
  .theme-alexacustomtheme.woocommerce #desktopBag {
    bottom: -33px;
    transition: all 0.3s;
  }
}
.theme-alexacustomtheme.home #desktopBag.sticky,
.theme-alexacustomtheme.page #desktopBag.sticky,
.theme-alexacustomtheme.archive #desktopBag.sticky,
.theme-alexacustomtheme.woocommerce #desktopBag.sticky {
  position: fixed;
  bottom: auto;
  top: 10px;
  display: none;
  transition: all 0.3s;
}
@media (min-width: 1150px) {
  .theme-alexacustomtheme.home #desktopBag.sticky,
  .theme-alexacustomtheme.page #desktopBag.sticky,
  .theme-alexacustomtheme.archive #desktopBag.sticky,
  .theme-alexacustomtheme.woocommerce #desktopBag.sticky {
    display: block;
  }
}
.theme-alexacustomtheme.home .columnMenu,
.theme-alexacustomtheme.page .columnMenu,
.theme-alexacustomtheme.archive .columnMenu,
.theme-alexacustomtheme.woocommerce .columnMenu {
  background-color: white;
  top: 171px;
}
.theme-alexacustomtheme.home .col2 .bkgImage:before,
.theme-alexacustomtheme.page .col2 .bkgImage:before,
.theme-alexacustomtheme.archive .col2 .bkgImage:before,
.theme-alexacustomtheme.woocommerce .col2 .bkgImage:before {
  padding-top: 100%;
}
@media (min-width: 620px) {
  .theme-alexacustomtheme.home .col2 .bkgImage:before,
  .theme-alexacustomtheme.page .col2 .bkgImage:before,
  .theme-alexacustomtheme.archive .col2 .bkgImage:before,
  .theme-alexacustomtheme.woocommerce .col2 .bkgImage:before {
    padding-top: 87%;
  }
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.home .col2 .bkgImage:before,
  .theme-alexacustomtheme.page .col2 .bkgImage:before,
  .theme-alexacustomtheme.archive .col2 .bkgImage:before,
  .theme-alexacustomtheme.woocommerce .col2 .bkgImage:before {
    padding-top: 100%;
  }
}
.theme-alexacustomtheme.home article.customLayout,
.theme-alexacustomtheme.page article.customLayout,
.theme-alexacustomtheme.archive article.customLayout,
.theme-alexacustomtheme.woocommerce article.customLayout {
  padding-top: 62px;
}
.theme-alexacustomtheme.home article.customLayout section .contentBox .contentContainer,
.theme-alexacustomtheme.page article.customLayout section .contentBox .contentContainer,
.theme-alexacustomtheme.archive article.customLayout section .contentBox .contentContainer,
.theme-alexacustomtheme.woocommerce article.customLayout section .contentBox .contentContainer {
  position: relative;
  top: -20px;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.home article.customLayout section .contentBox .contentContainer,
  .theme-alexacustomtheme.page article.customLayout section .contentBox .contentContainer,
  .theme-alexacustomtheme.archive article.customLayout section .contentBox .contentContainer,
  .theme-alexacustomtheme.woocommerce article.customLayout section .contentBox .contentContainer {
    top: 0;
  }
}
.theme-alexacustomtheme.home article.customLayout section .contentBox .contentContainer h1,
.theme-alexacustomtheme.page article.customLayout section .contentBox .contentContainer h1,
.theme-alexacustomtheme.archive article.customLayout section .contentBox .contentContainer h1,
.theme-alexacustomtheme.woocommerce article.customLayout section .contentBox .contentContainer h1 {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.home article.customLayout section .contentBox .contentContainer h1,
  .theme-alexacustomtheme.page article.customLayout section .contentBox .contentContainer h1,
  .theme-alexacustomtheme.archive article.customLayout section .contentBox .contentContainer h1,
  .theme-alexacustomtheme.woocommerce article.customLayout section .contentBox .contentContainer h1 {
    font-size: 50px;
  }
}
@media (min-width: 1350px) {
  .theme-alexacustomtheme.home article.customLayout section .contentBox .contentContainer h1,
  .theme-alexacustomtheme.page article.customLayout section .contentBox .contentContainer h1,
  .theme-alexacustomtheme.archive article.customLayout section .contentBox .contentContainer h1,
  .theme-alexacustomtheme.woocommerce article.customLayout section .contentBox .contentContainer h1 {
    font-size: 80px;
  }
}
.theme-alexacustomtheme.home article.customLayout section .contentBox .contentContainer p,
.theme-alexacustomtheme.page article.customLayout section .contentBox .contentContainer p,
.theme-alexacustomtheme.archive article.customLayout section .contentBox .contentContainer p,
.theme-alexacustomtheme.woocommerce article.customLayout section .contentBox .contentContainer p {
  font-family: "domaine-display-web-regular", serif;
  font-size: 18px;
  letter-spacing: 1px;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.home article.customLayout section .contentBox .contentContainer p,
  .theme-alexacustomtheme.page article.customLayout section .contentBox .contentContainer p,
  .theme-alexacustomtheme.archive article.customLayout section .contentBox .contentContainer p,
  .theme-alexacustomtheme.woocommerce article.customLayout section .contentBox .contentContainer p {
    font-size: 25px;
  }
}
@media (min-width: 1350px) {
  .theme-alexacustomtheme.home article.customLayout section .contentBox .contentContainer p,
  .theme-alexacustomtheme.page article.customLayout section .contentBox .contentContainer p,
  .theme-alexacustomtheme.archive article.customLayout section .contentBox .contentContainer p,
  .theme-alexacustomtheme.woocommerce article.customLayout section .contentBox .contentContainer p {
    font-size: 32px;
  }
}
.theme-alexacustomtheme.home .contentBox .contentContainer a.cta,
.theme-alexacustomtheme.page .contentBox .contentContainer a.cta,
.theme-alexacustomtheme.archive .contentBox .contentContainer a.cta,
.theme-alexacustomtheme.woocommerce .contentBox .contentContainer a.cta {
  margin-top: 22px;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.home .contentBox .contentContainer a.cta,
  .theme-alexacustomtheme.page .contentBox .contentContainer a.cta,
  .theme-alexacustomtheme.archive .contentBox .contentContainer a.cta,
  .theme-alexacustomtheme.woocommerce .contentBox .contentContainer a.cta {
    margin-top: 30px;
  }
}
.theme-alexacustomtheme.home #flippedHeadline .contentBox .contentContainer,
.theme-alexacustomtheme.page #flippedHeadline .contentBox .contentContainer,
.theme-alexacustomtheme.archive #flippedHeadline .contentBox .contentContainer,
.theme-alexacustomtheme.woocommerce #flippedHeadline .contentBox .contentContainer {
  top: 0;
}
.theme-alexacustomtheme.home #flippedHeadline .contentBox .contentContainer h1,
.theme-alexacustomtheme.page #flippedHeadline .contentBox .contentContainer h1,
.theme-alexacustomtheme.archive #flippedHeadline .contentBox .contentContainer h1,
.theme-alexacustomtheme.woocommerce #flippedHeadline .contentBox .contentContainer h1 {
  position: relative;
}
.theme-alexacustomtheme.home #flippedHeadline .contentBox .contentContainer p,
.theme-alexacustomtheme.page #flippedHeadline .contentBox .contentContainer p,
.theme-alexacustomtheme.archive #flippedHeadline .contentBox .contentContainer p,
.theme-alexacustomtheme.woocommerce #flippedHeadline .contentBox .contentContainer p {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.home #flippedHeadline .contentBox .contentContainer p,
  .theme-alexacustomtheme.page #flippedHeadline .contentBox .contentContainer p,
  .theme-alexacustomtheme.archive #flippedHeadline .contentBox .contentContainer p,
  .theme-alexacustomtheme.woocommerce #flippedHeadline .contentBox .contentContainer p {
    top: -52px;
  }
}
.theme-alexacustomtheme.home #flippedHeadline a.cta,
.theme-alexacustomtheme.page #flippedHeadline a.cta,
.theme-alexacustomtheme.archive #flippedHeadline a.cta,
.theme-alexacustomtheme.woocommerce #flippedHeadline a.cta {
  position: relative;
}
.theme-alexacustomtheme.home .columnMenu,
.theme-alexacustomtheme.page .columnMenu,
.theme-alexacustomtheme.archive .columnMenu,
.theme-alexacustomtheme.woocommerce .columnMenu {
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
}
.theme-alexacustomtheme.home .columnMenu.sticky,
.theme-alexacustomtheme.page .columnMenu.sticky,
.theme-alexacustomtheme.archive .columnMenu.sticky,
.theme-alexacustomtheme.woocommerce .columnMenu.sticky {
  position: fixed;
  top: 52px;
}
.theme-alexacustomtheme.home .columnNavContainer .customColumns,
.theme-alexacustomtheme.page .columnNavContainer .customColumns,
.theme-alexacustomtheme.archive .columnNavContainer .customColumns,
.theme-alexacustomtheme.woocommerce .columnNavContainer .customColumns {
  width: 23%;
}
.theme-alexacustomtheme.home .columnNavContainer .customColumns .dropdownColumn,
.theme-alexacustomtheme.page .columnNavContainer .customColumns .dropdownColumn,
.theme-alexacustomtheme.archive .columnNavContainer .customColumns .dropdownColumn,
.theme-alexacustomtheme.woocommerce .columnNavContainer .customColumns .dropdownColumn {
  width: 90%;
}
.theme-alexacustomtheme.home .threeQuartersSection,
.theme-alexacustomtheme.page .threeQuartersSection,
.theme-alexacustomtheme.archive .threeQuartersSection,
.theme-alexacustomtheme.woocommerce .threeQuartersSection {
  width: 75%;
}
.theme-alexacustomtheme.home li.nav-contact,
.theme-alexacustomtheme.page li.nav-contact,
.theme-alexacustomtheme.archive li.nav-contact,
.theme-alexacustomtheme.woocommerce li.nav-contact {
  border-left: 2px solid rgb(243, 243, 243);
}
.theme-alexacustomtheme.home li.nav-contact a,
.theme-alexacustomtheme.page li.nav-contact a,
.theme-alexacustomtheme.archive li.nav-contact a,
.theme-alexacustomtheme.woocommerce li.nav-contact a {
  color: #e25856 !important;
}
.theme-alexacustomtheme.home li.nav-contact a:after,
.theme-alexacustomtheme.page li.nav-contact a:after,
.theme-alexacustomtheme.archive li.nav-contact a:after,
.theme-alexacustomtheme.woocommerce li.nav-contact a:after {
  background-color: #e25856 !important;
}
.theme-alexacustomtheme.home article.page,
.theme-alexacustomtheme.page article.page,
.theme-alexacustomtheme.archive article.page,
.theme-alexacustomtheme.woocommerce article.page {
  position: relative;
  z-index: 2;
}
.theme-alexacustomtheme.home article .wysiwyg,
.theme-alexacustomtheme.page article .wysiwyg,
.theme-alexacustomtheme.archive article .wysiwyg,
.theme-alexacustomtheme.woocommerce article .wysiwyg {
  background-color: transparent;
  padding-bottom: 0;
}
.theme-alexacustomtheme.home article#post-7433,
.theme-alexacustomtheme.page article#post-7433,
.theme-alexacustomtheme.archive article#post-7433,
.theme-alexacustomtheme.woocommerce article#post-7433 {
  width: 100%;
  max-width: 100%;
}
.theme-alexacustomtheme.home #main,
.theme-alexacustomtheme.page #main,
.theme-alexacustomtheme.archive #main,
.theme-alexacustomtheme.woocommerce #main {
  width: 100%;
  max-width: 100%;
}
.theme-alexacustomtheme.home #main .primaryContent,
.theme-alexacustomtheme.page #main .primaryContent,
.theme-alexacustomtheme.archive #main .primaryContent,
.theme-alexacustomtheme.woocommerce #main .primaryContent {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: none;
}
.theme-alexacustomtheme.home .prefooter,
.theme-alexacustomtheme.page .prefooter,
.theme-alexacustomtheme.archive .prefooter,
.theme-alexacustomtheme.woocommerce .prefooter {
  text-align: center;
  background: #fff1e8;
  height: auto;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 5%;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.home .prefooter,
  .theme-alexacustomtheme.page .prefooter,
  .theme-alexacustomtheme.archive .prefooter,
  .theme-alexacustomtheme.woocommerce .prefooter {
    height: 300px;
    padding: 0 5% 20px;
  }
}
.theme-alexacustomtheme.home .prefooter a,
.theme-alexacustomtheme.page .prefooter a,
.theme-alexacustomtheme.archive .prefooter a,
.theme-alexacustomtheme.woocommerce .prefooter a {
  display: inline-block;
  padding: 20px 30px 15px;
  font-family: "orpheuspro", serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  position: relative;
  top: -15px;
  color: #982b31;
  border: 2px solid #982b31;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.home .prefooter a,
  .theme-alexacustomtheme.page .prefooter a,
  .theme-alexacustomtheme.archive .prefooter a,
  .theme-alexacustomtheme.woocommerce .prefooter a {
    font-size: 40px;
    text-decoration: none;
  }
}
.theme-alexacustomtheme.home .prefooter a:after,
.theme-alexacustomtheme.page .prefooter a:after,
.theme-alexacustomtheme.archive .prefooter a:after,
.theme-alexacustomtheme.woocommerce .prefooter a:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  opacity: 0.5;
  background-color: #687d98;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.home .prefooter a:after,
  .theme-alexacustomtheme.page .prefooter a:after,
  .theme-alexacustomtheme.archive .prefooter a:after,
  .theme-alexacustomtheme.woocommerce .prefooter a:after {
    display: none;
  }
}
.theme-alexacustomtheme.home .owl-carousel .owl-stage-outer,
.theme-alexacustomtheme.page .owl-carousel .owl-stage-outer,
.theme-alexacustomtheme.archive .owl-carousel .owl-stage-outer,
.theme-alexacustomtheme.woocommerce .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}

.theme-alexacustomtheme.page-template-collection-landing {
  background-color: white;
}
.theme-alexacustomtheme.page-template-collection-landing .entry-content.wysiwyg h1,
.theme-alexacustomtheme.page-template-collection-landing .entry-content.wysiwyg h1 a {
  text-transform: uppercase;
  color: #4d4a5e;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 21px;
}
.theme-alexacustomtheme.page-template-collection-landing .entry-content.wysiwyg h1 a {
  text-decoration: underline;
}
.theme-alexacustomtheme.page-template-collection-landing #primary {
  position: relative;
}
.theme-alexacustomtheme.page-template-collection-landing #primary::before {
  content: "";
  display: none;
  width: 100%;
  height: 172px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.page-template-collection-landing #primary::before {
    display: block;
  }
}
.theme-alexacustomtheme.page-template-collection-landing .productsList {
  padding: 0;
}
.theme-alexacustomtheme.page-template-collection-landing section.productListContainer {
  position: relative;
  margin-bottom: 59px;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.page-template-collection-landing section.productListContainer {
    margin-bottom: 150px;
  }
}
.theme-alexacustomtheme.page-template-collection-landing section.productListContainer:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 90%;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: #687d98;
  opacity: 0.5;
  margin: 0 auto;
  text-align: center;
}
.theme-alexacustomtheme.page-template-collection-landing section.productListContainer:last-child:after {
  display: none;
}
.theme-alexacustomtheme.page-template-collection-landing section.productListContainer h2 {
  text-align: center;
  font-family: "orpheuspro", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 41px;
  color: #4d4a5e;
}
@media (min-width: 750px) {
  .theme-alexacustomtheme.page-template-collection-landing section.productListContainer h2 {
    font-size: 53px;
  }
}
.theme-alexacustomtheme.page-template-collection-landing section.productListContainer .owl-prev span {
  display: none;
}
.theme-alexacustomtheme.page-template-collection-landing section.productListContainer .owl-next span {
  text-indent: -100000px;
  display: block;
  width: 60px;
  height: 60px;
  background: transparent url("/images/arrow-right.svg") no-repeat 0 0;
  position: absolute;
  right: 25px;
  top: 40%;
  background-color: transparent !important;
  animation: MoveArrow 1.5s linear infinite;
}
.theme-alexacustomtheme.page-template-collection-landing section.productListContainer .owl-next.disabled {
  opacity: 0.2;
  cursor: auto;
}
.theme-alexacustomtheme.page-template-collection-landing .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.theme-alexacustomtheme.page-template-collection-landing .owl-item a:focus img {
  outline: none;
}
.theme-alexacustomtheme.page-template-collection-landing .owl-item img {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 20px;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.page-template-collection-landing .owl-item img {
    padding: 0 1%;
    margin-bottom: 0;
  }
}
.theme-alexacustomtheme.page-template-collection-landing .owl-item a {
  text-transform: uppercase;
  color: #4d4a5e;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 21px;
}
.theme-alexacustomtheme.page-template-collection-landing .ctaSlide {
  position: relative;
  text-align: left;
  display: flex;
  width: auto;
  max-width: 450px;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.page-template-collection-landing .ctaSlide {
    width: 450px;
  }
}
.theme-alexacustomtheme.page-template-collection-landing .ctaSlide:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #687d98;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}
.theme-alexacustomtheme.page-template-collection-landing .ctaSlide .ctaSlideContent {
  justify-content: center;
  padding: 20px 20px 20px 45px;
}
.theme-alexacustomtheme.page-template-collection-landing .ctaSlide .ctaSlideContent h3 {
  font-family: "domaine-display-web-regular", serif;
  font-size: 24px;
  color: #292824;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.page-template-collection-landing .ctaSlide .ctaSlideContent h3 {
    font-size: 41px;
  }
}
.theme-alexacustomtheme.page-template-collection-landing .ctaSlide a {
  background-color: #4d4a5e;
  color: white;
  font-family: "GT-America-Extended-Medium", serif;
  letter-spacing: 2px;
  margin-left: 0;
  text-align: center;
  font-size: 14px;
  padding: 13px 30px;
  margin-top: 24px;
  display: inline-block;
}
.theme-alexacustomtheme.page-template-collection-landing .ctaSlide a:hover {
  background-color: rgb(13.8441558442, 13.5064935065, 12.1558441558);
  color: white;
}
.theme-alexacustomtheme.page-template-collection-landing .prefooter {
  margin-bottom: 50px;
  background-color: transparent;
  width: 100%;
  padding: 0 5%;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.page-template-collection-landing .prefooter {
    height: 230px;
    margin-top: -200px;
    padding: 50px 5%;
  }
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.page-template-collection-landing .prefooter a {
    top: -62px;
  }
}

.archive.theme-alexacustomtheme #page {
  background: white;
}
.archive.theme-alexacustomtheme #page .prefooter {
  background-color: white;
}
.archive.theme-alexacustomtheme #page #sidebar {
  display: none;
}
.archive.theme-alexacustomtheme #page .woocommerce-products-header h1 {
  text-align: center;
  font-family: "orpheuspro", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 41px;
  color: #4d4a5e;
}
@media (min-width: 750px) {
  .archive.theme-alexacustomtheme #page .woocommerce-products-header h1 {
    font-size: 53px;
  }
}
@media (min-width: 1000px) {
  .archive.theme-alexacustomtheme #page .site-main {
    padding-top: 54px;
  }
}
.archive.theme-alexacustomtheme #page article.type-product {
  position: relative;
  margin-top: 173px;
}
@media (min-width: 1025px) {
  .archive.theme-alexacustomtheme #page article.type-product {
    margin-top: 58px;
  }
}
.archive.theme-alexacustomtheme #page h2.parentTitle,
.archive.theme-alexacustomtheme #page h2.parentTitle a {
  text-transform: uppercase;
  color: #4d4a5e;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 21px;
  text-align: center;
}
.archive.theme-alexacustomtheme #page h2.parentTitle a {
  text-decoration: underline;
}
.archive.theme-alexacustomtheme #page h2.woocommerce-loop-product__title {
  text-transform: uppercase;
  color: #4d4a5e;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 21px;
  text-align: center;
}
.archive.theme-alexacustomtheme #page #content > #primary {
  position: relative;
}
.archive.theme-alexacustomtheme #page #content > #primary::before {
  content: "";
  display: none;
  width: 100%;
  height: 172px;
  position: absolute;
  left: 0;
  right: 0;
  top: 106px;
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
  z-index: 0;
}
@media (min-width: 1000px) {
  .archive.theme-alexacustomtheme #page #content > #primary::before {
    display: block;
  }
}
.archive.theme-alexacustomtheme #page .woocommerce-pagination {
  border: none;
  margin-top: 45px;
  margin-bottom: 50px;
}
.archive.theme-alexacustomtheme #page .woocommerce-pagination a, .archive.theme-alexacustomtheme #page .woocommerce-pagination span {
  font-family: "GT-America-Extended-Medium", serif;
  padding: 3px 10px;
  font-style: normal;
  font-size: 15px;
  color: #373432;
  display: inline-block;
}
.archive.theme-alexacustomtheme #page .woocommerce-pagination a.current, .archive.theme-alexacustomtheme #page .woocommerce-pagination span.current {
  color: #e25856;
  background: transparent;
}
.archive.theme-alexacustomtheme #page .woocommerce-pagination a:hover {
  color: #e25856;
  background: transparent;
  text-decoration: underline;
}
.archive.theme-alexacustomtheme #page .woocommerce-pagination a.prev, .archive.theme-alexacustomtheme #page .woocommerce-pagination a.next {
  text-indent: -100000px;
  display: inline-block;
  width: 10px;
  top: 0;
}
.archive.theme-alexacustomtheme #page .woocommerce-pagination a.prev {
  background: transparent url("https://alexapulitzer.com/images/nav-arrow-left.svg") no-repeat center center;
  background-size: 6px;
  margin-right: 10px;
}
.archive.theme-alexacustomtheme #page .woocommerce-pagination a.next {
  background: transparent url("https://alexapulitzer.com/images/nav-arrow-right.svg") no-repeat center center;
  background-size: 6px;
  margin-left: 10px;
}

.archive.theme-alexacustomtheme #page #collectionsDropdown,
.theme-alexacustomtheme.page-template-collection-landing #collectionsDropdown {
  background-color: transparent;
  width: 200px;
}
@media (min-width: 1000px) {
  .archive.theme-alexacustomtheme #page #collectionsDropdown,
  .theme-alexacustomtheme.page-template-collection-landing #collectionsDropdown {
    width: 150px;
  }
}
@media (min-width: 1000px) {
  .archive.theme-alexacustomtheme #page #collectionsDropdown a,
  .theme-alexacustomtheme.page-template-collection-landing #collectionsDropdown a {
    font-size: 15px;
  }
}
.archive.theme-alexacustomtheme #page header.woocommerce-products-header,
.theme-alexacustomtheme.page-template-collection-landing header.woocommerce-products-header {
  margin-top: 16px;
}
.archive.theme-alexacustomtheme #page .collection-sorting__dropdown,
.theme-alexacustomtheme.page-template-collection-landing .collection-sorting__dropdown {
  top: -70px;
  left: 0;
  right: 0;
}
@media (min-width: 1000px) {
  .archive.theme-alexacustomtheme #page .collection-sorting__dropdown,
  .theme-alexacustomtheme.page-template-collection-landing .collection-sorting__dropdown {
    display: block;
    right: 20px;
    left: auto;
    top: 15px;
  }
}
.archive.theme-alexacustomtheme #page .collection-sorting__dropdown.active,
.theme-alexacustomtheme.page-template-collection-landing .collection-sorting__dropdown.active {
  background-color: #cddfdd;
}
.archive.theme-alexacustomtheme #page .collection-sorting__dropdown h3:after,
.theme-alexacustomtheme.page-template-collection-landing .collection-sorting__dropdown h3:after {
  top: -5px;
}
.archive.theme-alexacustomtheme #page .collection-sorting__dropdown.collection-sorting_resources h3,
.theme-alexacustomtheme.page-template-collection-landing .collection-sorting__dropdown.collection-sorting_resources h3 {
  position: relative;
}
.archive.theme-alexacustomtheme #page .collection-sorting__dropdown.collection-sorting_resources h3::before,
.theme-alexacustomtheme.page-template-collection-landing .collection-sorting__dropdown.collection-sorting_resources h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 14px;
  left: 19px;
  top: -3px;
  background: transparent url("https://alexapulitzer.com/images/icon-crown.png") no-repeat center center;
  background-size: 25px 14px;
}
@media (min-width: 1000px) {
  .archive.theme-alexacustomtheme #page .collection-sorting__dropdown.collection-sorting_resources h3::before,
  .theme-alexacustomtheme.page-template-collection-landing .collection-sorting__dropdown.collection-sorting_resources h3::before {
    left: -34px;
  }
}
.archive.theme-alexacustomtheme #page .products ul,
.archive.theme-alexacustomtheme #page ul.products,
.theme-alexacustomtheme.page-template-collection-landing .products ul,
.theme-alexacustomtheme.page-template-collection-landing ul.products {
  width: 90%;
  margin: 0 auto;
}
.archive.theme-alexacustomtheme #page ul.products li.product .button,
.theme-alexacustomtheme.page-template-collection-landing ul.products li.product .button {
  display: none;
}

.theme-alexacustomtheme.woocommerce .related.products a.button,
.theme-alexacustomtheme.woocommerce .related.products a h2 {
  display: none;
}
.theme-alexacustomtheme.woocommerce .prefooter {
  background-color: transparent;
}

.theme-alexacustomtheme.single #main {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.single #main {
    padding-top: 75px;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.single #main .entry {
    padding: 0 8% 0;
  }
}
@media (min-width: 1550px) {
  .theme-alexacustomtheme.single #main .entry {
    padding: 30px 0 0;
  }
}
.theme-alexacustomtheme.single #main .noTitle {
  margin-top: 20px;
}
.theme-alexacustomtheme.single #main .noTitle .woocommerce-product-gallery {
  width: 100%;
  float: none;
  text-align: center;
  max-width: 715px;
  margin: 0 auto;
}
.theme-alexacustomtheme.single #main .woocommerce-notices-wrapper {
  margin: auto;
}
.theme-alexacustomtheme.single .product {
  margin-top: 100px;
}
@media (min-width: 750px) {
  .theme-alexacustomtheme.single .product {
    margin-top: 150px;
    max-width: 1300px;
    margin: 0 auto;
  }
}
.theme-alexacustomtheme.single .summary.entry-summary {
  margin-bottom: 100px;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.single .summary.entry-summary {
    padding-top: 65px;
  }
}
.theme-alexacustomtheme.single .prev_next_buttons {
  text-align: center;
  height: 50px;
  margin: 69px auto 20px;
  clear: both;
}
@media (min-width: 1025px) {
  .theme-alexacustomtheme.single .prev_next_buttons {
    height: auto;
    margin: 30px auto;
  }
}
@media (min-width: 1025px) {
  .theme-alexacustomtheme.single .prev_next_buttons_mobile {
    display: none;
  }
}
.theme-alexacustomtheme.single .prev_next_buttons a {
  position: relative;
  display: inline-block;
  width: 45%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #cddfdd;
  font-family: "GT-America-Extended-Medium", serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0 5px;
  max-width: 150px;
  font-size: 12px;
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.single .prev_next_buttons a {
    position: fixed;
    margin: 0;
    top: 42%;
  }
}
.theme-alexacustomtheme.single .prev_next_buttons_footer a {
  display: none;
}
@media (min-width: 1025px) {
  .theme-alexacustomtheme.single .prev_next_buttons_footer a {
    display: initial;
  }
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=next] {
    width: 50px;
    height: 100px;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
    background-color: #cddfdd;
    z-index: 9999;
    left: 0;
    color: transparent;
    transform: rotate(0);
  }
}
@media (min-width: 1250px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=next] {
    width: 75px;
    height: 150px;
    border-radius: 0 75px 75px 0;
  }
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=next]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #4d4a5e;
    position: absolute;
    top: 35%;
    right: 19px;
  }
}
@media (min-width: 1250px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=next]:before {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-right-width: 20px;
    top: 37%;
    right: 24px;
  }
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=next]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #cddfdd;
    position: absolute;
    top: 35%;
    right: 17px;
  }
}
@media (min-width: 1250px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=next]:after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-right-width: 20px;
    top: 37%;
    right: 22px;
  }
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=prev] {
    right: 0;
    width: 50px;
    height: 100px;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    background-color: #cddfdd;
    z-index: 9999;
    color: transparent;
    transform: rotate(0);
  }
}
@media (min-width: 1250px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=prev] {
    width: 75px;
    height: 150px;
    border-radius: 75px 0 0 75px;
  }
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=prev]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #4d4a5e;
    position: absolute;
    top: 35%;
    right: 15px;
  }
}
@media (min-width: 1250px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=prev]:before {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 20px;
    top: 37%;
    right: 20px;
  }
}
@media (min-width: 1000px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=prev]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #cddfdd;
    position: absolute;
    top: 35%;
    right: 17px;
  }
}
@media (min-width: 1250px) {
  .theme-alexacustomtheme.single .prev_next_buttons a[rel=prev]:after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 20px;
    top: 37%;
    right: 22px;
  }
}
.theme-alexacustomtheme.single .prev_next_buttons_header {
  display: none;
}
.theme-alexacustomtheme.single #main .related.products {
  padding-top: 100px;
  text-align: center;
}
.theme-alexacustomtheme.single #main .related.products h2 {
  text-align: center;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "orpheuspro", serif;
}
.theme-alexacustomtheme.single #main .related.products ul {
  margin: 0 auto;
}
.theme-alexacustomtheme.single #main .related.products .entry {
  padding: 0;
}
.theme-alexacustomtheme.single .pswp {
  z-index: 999999;
}
.theme-alexacustomtheme.single .pswp__bg {
  background-color: white;
  opacity: 0.9;
}
.theme-alexacustomtheme.single .pswp__caption {
  display: none;
}

.theme-alexacustomtheme .summary.entry-summary {
  font-size: 1.2em;
  line-height: 1.4;
  font-family: "GT-Walsheim-Light", serif;
}
.theme-alexacustomtheme .summary.entry-summary h1.entry-title {
  margin-bottom: 18px;
}
.theme-alexacustomtheme .summary.entry-summary p {
  margin-bottom: 10px;
}
.theme-alexacustomtheme .summary.entry-summary ul {
  list-style: outside;
  list-style-type: disc;
  padding-left: 20px;
}
.theme-alexacustomtheme .summary.entry-summary ul li {
  margin-bottom: 10px;
  list-style: outside;
}

.theme-alexacustomtheme.hideInfo .summary.entry-summary {
  display: none;
}
.theme-alexacustomtheme.hideInfo.woocommerce #content div.product div.images {
  width: 100%;
  float: none;
  text-align: center;
  max-width: 715px;
  margin: 0 auto;
}
.theme-alexacustomtheme.hideInfo #main .woocommerce-product-gallery {
  width: 100%;
  float: none;
  text-align: center;
  max-width: 715px;
  margin: 0 auto;
}

/*---------------------------------------------------------------------------------------------
*
*  @Product Customizer
*
*---------------------------------------------------------------------------------------------*/
label .spotlight {
  display: none !important;
}

.grid .pplr img {
  visibility: visible;
}

#shopify-section-product-template-customizer .selector-wrapper label {
  display: none;
}

#shopify-section-product-template-customizer .single-option-selector {
  border: 3px solid #fff1e8;
  background-color: transparent;
  padding: 8px 88px;
  font-family: "GT-America-Extended-Medium", serif;
  margin-bottom: 15px;
}
#shopify-section-product-template-customizer option[value=Chocolate] {
  background: red;
  -webkit-appearance: none;
}

#ymq-box {
  border: 4px solid #fff1e8;
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 10px;
}
#ymq-box .ymq-options-box {
  display: flex;
  text-align: right !important;
  margin-bottom: -6px !important;
}
#ymq-box .ymq-option-title {
  display: block;
  width: 55%;
  text-align: left;
}
@media (min-width: 1000px) {
  #ymq-box .ymq-option-title {
    width: 35%;
  }
}
#ymq-box .ymq_lable {
  display: block;
  font-family: "domaine-display-web-regular", serif;
  font-size: 22px;
  font-weight: 400;
}
#ymq-box .ymq_option_text_span {
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
#ymq-box .spotlight-group {
  width: 75%;
}
#ymq-box .ymq-options-img-input + label {
  border: none;
  border-radius: 50%;
  box-shadow: none;
}
#ymq-box .ymq-options-img-input:checked + label {
  box-shadow: 0 0 0px 4px rgba(0, 0, 0, 0.174);
}

.product-personalizer .pplr-wrapper {
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 1000px) {
  .product-personalizer .pplr-wrapper {
    padding: 20px 25px;
    background: #fff1e8;
  }
}
.product-personalizer .pplr-wrapper .pplrlabel {
  display: block;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 5px;
}
@media (min-width: 1000px) {
  .product-personalizer .pplr-wrapper .pplrlabel {
    font-family: "domaine-display-web-regular", serif;
    font-size: 22px;
    text-transform: initial;
  }
}
.product-personalizer .pplr-wrapper input[type=text],
.product-personalizer .pplr-wrapper .pplr-wrapper textarea {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-bottom: 1px solid black !important;
  font-size: 15px;
  padding: 0;
}
@media (min-width: 1000px) {
  .product-personalizer .pplr-wrapper input[type=text],
  .product-personalizer .pplr-wrapper .pplr-wrapper textarea {
    font-size: 24px;
  }
}
.product-personalizer .pplr-wrapper .pplr-selecter-selected {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black !important;
  font-size: 15px;
}
@media (min-width: 1000px) {
  .product-personalizer .pplr-wrapper .pplr-selecter-selected {
    font-size: 24px;
  }
}
.product-personalizer .pplr-wrapper .pplr-character-count {
  right: 11px;
  top: 1px;
}
.product-personalizer .pplr-wrapper .textBiggerSmaller {
  position: absolute;
  top: 17px;
  right: 0;
}
@media (min-width: 1000px) {
  .product-personalizer .pplr-wrapper .textBiggerSmaller {
    right: 20px;
  }
}
.product-personalizer .pplr-wrapper .textBiggerSmaller a {
  background-color: transparent;
}

.product-personalizer .pplr_prev_span,
.product-personalizer .btn.pplr_prev_mobile {
  float: none;
  margin: 0 auto;
  color: white !important;
  background-color: #e25856 !important;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
}

.customizerProductLink {
  margin-top: 38px;
  padding: 30px 34px 51px;
  background: #fff1e8;
}
.customizerProductLink h3 {
  font-family: "domaine-display-web-regular", serif;
  font-size: 2em;
  margin-bottom: 36px;
}
.customizerProductLink span {
  color: #e25856;
  font-family: "GT-America-Extended-Medium", serif;
  font-size: 0.55em;
  padding-right: 6px;
  position: relative;
  top: -4px;
}
.customizerProductLink a {
  border: 1px solid #e25856;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  color: #e25856;
  font-size: 15px;
  padding: 18px 33px;
  letter-spacing: 1px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Popup Box
*
*---------------------------------------------------------------------------------------------*/
.scappfancybox-wrap.scappfancybox-opened .scapp-promobox {
  text-align: center;
  border-radius: 15px;
  text-align: center;
}
.scappfancybox-wrap.scappfancybox-opened .scapp-total {
  font-family: "GT-Walsheim-Light", serif;
  padding: 51px 48px 30px !important;
}
.scappfancybox-wrap.scappfancybox-opened .scapp-total p {
  font-size: 20px;
  line-height: 1.4;
}
.scappfancybox-wrap.scappfancybox-opened .scapp-total p span {
  color: #e25856;
  font-size: 27px;
  font-family: "domaine-display-web-regular", serif;
}
.scappfancybox-wrap.scappfancybox-opened .scapp-total p:nth-child(3) span {
  font-size: 20px;
  font-family: "GT-Walsheim-Light", serif;
}
.scappfancybox-wrap.scappfancybox-opened .scapp-total p a {
  border: 1px solid #fff1e8;
  display: inline-block;
  font-family: "GT-America-Extended-Medium", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  padding: 15px 20px;
  margin-top: 20px;
  max-width: 80%;
  line-height: 1.333;
  border-color: #e25856;
  color: #e25856;
  text-transform: uppercase;
  border-color: #e25856;
  color: #e25856;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 15px;
}
.scappfancybox-wrap.scappfancybox-opened .scappfancybox-skin {
  background: transparent;
}

.scappfancybox-close {
  right: 5px !important;
  top: 7px !important;
}
