@charset "UTF-8";
/*
 * this one breaks atom's code highlighting, so it goes last
 */
@font-face {
  font-family: "Typewriter-bold";
  src: url("../fonts/TypewriterBold.woff2") format("woff2"), url("../fonts/TypewriterBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Typewriter";
  src: url("../fonts/Typewriter.woff2") format("woff2"), url("../fonts/Typewriter.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
 * Functions for returning SVG icons as background images
 */
/*
 * Global styles
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:target {
  scroll-margin-top: 110px;
}

html,
body {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #edece8;
  margin: 0;
  padding: 0;
  padding-top: 100px;
}
body.modal-open {
  overflow: hidden;
}

article {
  margin: 60px 0;
}
article:first-child {
  margin-top: 0;
}
article:last-child {
  margin-bottom: 0;
}
article h2 {
  font-size: 29px;
  text-transform: none;
}
article h2 a {
  border: 0;
  padding: 0;
}
article p {
  margin: 20px 0;
}
article p:first-child {
  margin-top: 0;
}
article p:last-child {
  margin-bottom: 0;
}
article .thumbnail {
  max-width: 67%;
}
@media only screen and (max-width: 600px) {
  article .thumbnail {
    margin: 0 auto 20px;
  }
}
article .thumbnail a {
  border: 0;
  padding: 0;
}
article .view a {
  border: none;
  font-weight: bold;
  padding: 0;
}
article:not(:last-child) .inner {
  margin-bottom: 60px;
}
article:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  article {
    text-align: left;
  }
  article h2 {
    font-size: 34px;
  }
  article .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  article .thumbnail {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
    max-width: 20%;
    width: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  article .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

hr, article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='%23495747'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 8px 8px;
  border: none;
  display: block;
  height: 8px;
  max-width: 320px;
}
@media only screen and (min-width: 600px) {
  hr, article:not(:last-child)::after {
    max-width: 440px;
  }
}

iframe {
  border: none;
}

img {
  height: auto;
  width: 100%;
}
a img {
  border: none;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

small {
  display: block;
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
}

ul {
  list-style: none;
  padding: 0;
}
.container > ul > li {
  padding-left: 30px;
  position: relative;
}
.container > ul > li:before {
  content: "•";
  display: block;
  left: 0;
  position: absolute;
  top: 1px;
  width: auto;
}

.container {
  margin: 0 auto;
  padding: 40px 40px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .container {
    max-width: 1088px;
    padding: 120px 80px;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 20px auto;
  max-width: 80%;
  width: auto;
}
.aligncenter:first-child {
  margin-top: 0;
}
.aligncenter:last-child {
  margin-bottom: 0;
}

.alignleft {
  clear: none;
  float: left;
  margin: 0 20px 10px 0;
  max-width: 33% !important;
  width: auto;
}

.alignright {
  clear: none;
  float: right;
  max-width: 33% !important;
  margin: 0 0 10px 20px;
  width: auto;
}

.break-or-space:before {
  content: " ";
}
@media only screen and (min-width: 480px) {
  .break-or-space:before {
    content: "\a";
    white-space: pre;
  }
}

/*
 * Sections
 */
section.about {
  background-image: url("../images/bg-wavey-lines-dad9d6.png");
  background-position: 80vw top;
  background-repeat: repeat-y;
  background-size: auto 54px;
  color: black;
}
section.about hr, section.about article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='black'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  max-width: 96px;
}

section.design {
  background-image: url("../images/bg-wavey-lines-dad9d6.png");
  background-position: 20vw top;
  background-repeat: repeat-y;
  background-size: auto 54px;
}
section.design .container {
  max-width: 1168px;
}

section.white {
  background-color: #fff;
}
section.white .container {
  max-width: 1168px;
  padding-bottom: 0;
}
section.white .container h1,
section.white .container h2 {
  margin-bottom: 80px;
}
section.white .container h2 {
  font-size: 29px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  section.white .container h2 {
    font-size: 34px;
  }
}

.page-template-template-home section.white .container {
  max-width: 1168px;
  padding-bottom: 160px;
}

section.quick-calculator {
  background-color: #fff;
}
section.quick-calculator .container {
  max-width: 1168px;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

section.templates-heading {
  background-color: #fff;
}
section.templates-heading .container {
  max-width: 1168px;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}
section.templates-heading .container hr, section.templates-heading .container article:not(:last-child)::after {
  max-width: 320px;
  width: 100px;
}

section.history-heading {
  background-color: #a3a08b;
  background-image: url("../images/bg-wavey-lines-92907d.png");
  background-position: top right 20vw;
  background-repeat: repeat-y;
  background-size: auto 54px;
  color: white;
}
section.history-heading h2 {
  font-size: 29px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  section.history-heading h2 {
    font-size: 34px;
  }
}
section.history-heading hr, section.history-heading article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='white'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

section.intro {
  background-image: url("../images/bg-wavey-lines-dad9d6.png");
  background-position: 20vw top;
  background-repeat: repeat-y;
  background-size: auto 54px;
}
section.intro p,
section.intro ul {
  max-width: 640px;
  text-align: left;
}
@media only screen and (min-width: 980px) {
  section.intro p,
  section.intro ul {
    -webkit-transform: translateX(100px);
         -o-transform: translateX(100px);
            transform: translateX(100px);
  }
}

section.selection-submit {
  background-color: #a3a08b;
}
@media only screen and (min-width: 480px) {
  section.selection-submit .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
section.selection-submit .btn {
  color: #000;
  border-color: #000;
}
section.selection-submit form .row:not(.buttons) {
  display: none;
}
section.selection-submit input[type=submit]:hover,
section.selection-submit input[type=button]:hover,
section.selection-submit button:hover,
section.selection-submit .btn:hover {
  background-color: white;
  color: #a3a08b;
}

body > header + section .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

section.wrap {
  background-color: white;
}
section.wrap .container {
  max-width: 1515px;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.wrap main a[href] {
  word-wrap: break-word;
}
section.wrap p > img:first-child:last-child,
section.wrap p > a > img:first-child:last-child {
  margin-top: 60px;
}
.page-template-default section.wrap main {
  text-align: center;
}
.page-template-default section.wrap .container {
  max-width: 840px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) {
  section.wrap {
    padding: 120px 80px;
  }
}

body.error404 .banner {
  display: none;
}

.green-bg {
  color: #fff;
  background-color: #495747;
}

body {
  color: #495747;
  font-family: "courier new", courier, typewriter;
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
}

a {
  border-bottom: 1px solid #495747;
  color: #495747;
  padding-bottom: 1px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:hover {
  border-color: black;
  color: black;
  text-decoration: none;
}
a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
hr,
article:not(:last-child)::after,
form {
  margin: 20px auto;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child,
blockquote:first-child,
hr:first-child,
article:first-child:not(:last-child)::after,
form:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
hr:last-child,
article:last-child:not(:last-child)::after,
form:last-child {
  margin-bottom: 0;
}

p,
li {
  margin: 5px auto;
}
p:first-child,
li:first-child {
  margin-top: 0;
}
p:last-child,
li:last-child {
  margin-bottom: 0;
}

h1 {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.15em;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
  font-size: 29px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.15em;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
  font-size: 23px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.15em;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  text-transform: uppercase;
}

h4 {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.15em;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
}

h5 {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.15em;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  text-transform: uppercase;
}

h6 {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.15em;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

blockquote {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.15em;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 0;
  text-transform: none;
}
@media only screen and (min-width: 600px) {
  blockquote {
    font-size: 34px;
  }
}

aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6,
aside p,
aside ul,
aside ol,
aside blockquote,
aside hr,
aside article:not(:last-child)::after,
aside form {
  margin: 20px auto;
}
aside h1:first-child,
aside h2:first-child,
aside h3:first-child,
aside h4:first-child,
aside h5:first-child,
aside h6:first-child,
aside p:first-child,
aside ul:first-child,
aside ol:first-child,
aside blockquote:first-child,
aside hr:first-child,
aside article:first-child:not(:last-child)::after,
aside form:first-child {
  margin-top: 0;
}
aside h1:last-child,
aside h2:last-child,
aside h3:last-child,
aside h4:last-child,
aside h5:last-child,
aside h6:last-child,
aside p:last-child,
aside ul:last-child,
aside ol:last-child,
aside blockquote:last-child,
aside hr:last-child,
aside article:last-child:not(:last-child)::after,
aside form:last-child {
  margin-bottom: 0;
}
aside h4 {
  font-weight: bold;
}

main {
  text-align: left;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ul,
main ol,
main blockquote,
main hr,
main article:not(:last-child)::after,
main form {
  margin: 20px auto;
}
main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child,
main h6:first-child,
main p:first-child,
main ul:first-child,
main ol:first-child,
main blockquote:first-child,
main hr:first-child,
main article:first-child:not(:last-child)::after,
main form:first-child {
  margin-top: 0;
}
main h1:last-child,
main h2:last-child,
main h3:last-child,
main h4:last-child,
main h5:last-child,
main h6:last-child,
main p:last-child,
main ul:last-child,
main ol:last-child,
main blockquote:last-child,
main hr:last-child,
main article:last-child:not(:last-child)::after,
main form:last-child {
  margin-bottom: 0;
}
main h4 {
  font-weight: bold;
}

.visualizer {
  position: static;
  padding: 60px 0;
  overflow-x: hidden;
}
.visualizer .container {
  padding-top: 0;
  padding-bottom: 0;
}
.visualizer .visualizer-drop-area {
  position: relative;
  max-width: 600px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 50px;
}
.visualizer .visualizer-drop-area:before {
  content: "";
  background: black;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.visualizer .visualizer-drop-area.droppable:before, .visualizer .visualizer-drop-area:hover:before {
  opacity: 0.4;
}
.visualizer .visualizer-drop-area .visualizer-bg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  pointer-events: none;
}
.visualizer .visualizer-drop-area .inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  pointer-events: none;
}
.visualizer .visualizer-drop-area .inner .text {
  color: #882836;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.visualizer .visualizer-drop-area .inner .visualizer-upload-label {
  display: inline-block;
  cursor: pointer;
  background: #882836;
  color: white;
  text-transform: uppercase;
  padding: 10px 30px;
}
.visualizer .visualizer-form {
  display: inline-block;
  pointer-events: all;
  margin-top: 10px;
  margin-bottom: 7px;
}
.visualizer .visualizer-form .visualizer_upload {
  position: absolute;
  top: -9999px;
  left: 0;
}
.visualizer .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.visualizer .progress .progress-bar {
  background: #882836;
  height: 4px;
}
.visualizer .accepted-file-types {
  margin-top: 50px;
  font-size: 16px;
}
.visualizer .visualizer-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.visualizer .visualizer-modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.visualizer .visualizer-modal .stamps::after {
  background-image: -webkit-radial-gradient(circle, rgba(20, 25, 0, 0) 80%, rgba(20, 25, 0, 0.15) 100%);
  background-image: -o-radial-gradient(circle, rgba(20, 25, 0, 0) 80%, rgba(20, 25, 0, 0.15) 100%);
  background-image: radial-gradient(circle, rgba(20, 25, 0, 0) 80%, rgba(20, 25, 0, 0.15) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.visualizer .visualizer-modal .stamps > .texture {
  background-image: url("../images/paper-texture.jpg");
  background-size: cover;
  content: "";
  display: none;
  height: 100%;
  left: 0;
  mix-blend-mode: darken;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
}
.visualizer .visualizer-modal .stamp {
  position: relative;
}
.visualizer .visualizer-modal .stamp::after {
  background: -webkit-linear-gradient(313deg, rgba(20, 25, 0, 0.08) 0%, rgba(20, 25, 0, 0) 100%);
  background: -o-linear-gradient(313deg, rgba(20, 25, 0, 0.08) 0%, rgba(20, 25, 0, 0) 100%);
  background: linear-gradient(137deg, rgba(20, 25, 0, 0.08) 0%, rgba(20, 25, 0, 0) 100%);
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.visualizer .visualizer-modal .top {
  position: relative;
  z-index: 3;
}
.visualizer .visualizer-modal .top .container {
  max-width: 1515px;
  padding: 20px;
}
@media only screen and (min-width: 800px) {
  .visualizer .visualizer-modal .top .container {
    padding: 20px 60px;
  }
}
.visualizer .visualizer-modal .top .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.visualizer .visualizer-modal .top .container .inner .branding,
.visualizer .visualizer-modal .top .container .inner .controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.visualizer .visualizer-modal .top .controls {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.visualizer .visualizer-modal .top .controls .order-in-calculator {
  color: #edece8;
  cursor: pointer;
  z-index: 10;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-transform: uppercase;
  margin-right: 30px;
}
@media only screen and (max-width: 374px) and (max-height: 620px) {
  .visualizer .visualizer-modal .top .controls .order-in-calculator {
    font-size: 14px;
    line-height: 1.4;
    margin-right: 15px;
  }
}
.visualizer .visualizer-modal .top .controls .close-modal {
  cursor: pointer;
  color: #fff;
  position: relative;
}
.visualizer .visualizer-modal .top .controls .close-modal:before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286.147 286.146'%3E%3Cg fill='%23edece8'%3E%3Cpath d='M76.49 209.656a9.618 9.618 0 0 0 6.821 2.923 9.348 9.348 0 0 0 6.821-2.923l52.942-52.942 52.942 52.942a9.619 9.619 0 0 0 6.821 2.923 9.348 9.348 0 0 0 6.821-2.923 9.9 9.9 0 0 0 0-13.8l-52.78-52.779 52.779-52.942a9.9 9.9 0 0 0 0-13.8 9.752 9.752 0 0 0-13.8 0l-52.779 52.942-52.946-52.785a9.761 9.761 0 1 0-13.8 13.8l52.942 52.779-52.779 52.942a9.418 9.418 0 0 0-.005 13.643Z'/%3E%3Cpath d='M143.074 286.146c78.926 0 143.073-64.146 143.073-143.073S222 0 143.074 0 0 64.148 0 143.074s64.148 143.072 143.074 143.072Zm0-266.659A123.586 123.586 0 1 1 19.488 143.074 123.646 123.646 0 0 1 143.074 19.488Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
@media only screen and (max-width: 374px) {
  .visualizer .visualizer-modal .top .controls .close-modal:before {
    height: 35px;
    width: 35px;
  }
}
.visualizer .visualizer-modal .top .branding {
  text-align: left;
}
.visualizer .visualizer-modal .top .branding img {
  height: 52px;
  width: auto;
  -webkit-filter: invert(1) contrast(2);
          filter: invert(1) contrast(2);
}
.visualizer .visualizer-modal .top .branding img.big {
  display: none;
}
.visualizer .visualizer-modal .top .branding img.small {
  display: inline-block;
}
@media only screen and (min-width: 980px) {
  .visualizer .visualizer-modal .top .branding img {
    height: 62px;
  }
  .visualizer .visualizer-modal .top .branding img.big {
    display: inline-block;
  }
  .visualizer .visualizer-modal .top .branding img.small {
    display: none;
  }
}
.visualizer .visualizer-modal .bottom .container {
  max-width: 1515px;
}
.visualizer .visualizer-modal .bottom .container.v-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
}
@media only screen and (max-width: 374px) and (max-height: 620px) {
  .visualizer .visualizer-modal .bottom .container.v-modal {
    top: 55%;
  }
}
@media only screen and (min-width: 800px) {
  .visualizer .visualizer-modal .bottom .container.v-modal {
    padding: 40px;
  }
}
@media only screen and (min-width: 800px) {
  .visualizer .visualizer-modal .bottom .container {
    padding: 20px 60px;
  }
}
.visualizer .visualizer-modal .bottom .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 815px) and (min-height: 700px) {
  .visualizer .visualizer-modal .bottom .container .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.visualizer .visualizer-modal .bottom .container .inner .stamps {
  position: relative;
  background: white;
}
@media only screen and (max-width: 374px) and (max-height: 620px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps {
    -webkit-transform: scale(0.85);
         -o-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.visualizer .visualizer-modal .bottom .container .inner .stamps .stamp-sheet-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 11px solid white;
}
@media only screen and (max-width: 374px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps .stamp-sheet-bg {
    border: 5px solid white;
  }
}
.visualizer .visualizer-modal .bottom .container .inner .stamps .stamp-sheet-label {
  position: absolute;
  top: -30px;
  color: #edece8;
  font-size: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up {
  width: 112px;
  height: 145px;
}
@media only screen and (min-width: 510px) and (min-height: 700px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up {
    width: 221px;
    height: 285px;
  }
}
@media only screen and (min-width: 750px) and (min-height: 1024px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up {
    width: 294px;
    height: 380px;
  }
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp-grid {
  grid-template-columns: 13.1% 36.9% 36.9% 13.1%;
  grid-template-rows: 10.75% 39.25% 39.25% 10.75%;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 308 398"><g id="Layer_2" data-name="Layer 2"><g id="Perforation"><line x1="1" y1="199" x2="307" y2="199" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/><line x1="1" y1="43.1" x2="307" y2="43.1" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/><line x1="1" y1="354.9" x2="307" y2="354.9" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/><line x1="40.61" y1="1" x2="40.61" y2="397" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/><line x1="267.4" y1="1" x2="267.4" y2="397" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/><line x1="154" y1="1" x2="154" y2="397" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/></g></g></svg>') no-repeat;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-child(-n+4) {
  border-top: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-child(-n+4) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-child(4n+1) {
  border-left: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-child(4n+1) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-child(4n+4) {
  border-right: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-child(4n+4) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-last-child(13), .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-last-child(12), .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-last-child(11), .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-last-child(10) {
  border-bottom: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-last-child(13) img, .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-last-child(12) img, .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-last-child(11) img, .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-last-child(10) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.four-up .stamp:nth-last-child(-n+38) {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up {
  width: 145px;
  height: 224px;
}
@media only screen and (min-width: 510px) and (min-height: 700px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up {
    width: 285px;
    height: 439px;
  }
}
@media only screen and (min-width: 750px) and (min-height: 1024px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up {
    width: 382px;
    height: 589px;
  }
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up .stamp-grid {
  grid-template-columns: 7.5% 28.33% 28.33% 28.33% 7.5%;
  grid-template-rows: 4.75% 25.35% 25.35% 25.35% 19.11%;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 398 614"><g id="Layer_2" data-name="Layer 2"><g id="Perforation"><line x1="29.25" y1="1" x2="29.25" y2="613" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="142.4" y1="1" x2="142.4" y2="613" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="255.69" y1="1" x2="255.69" y2="613" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="369.08" y1="1" x2="369.08" y2="613" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 5.99"/><line x1="1" y1="340.99" x2="397" y2="340.99" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.03"/><line x1="1" y1="185.31" x2="397" y2="185.31" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="1" y1="29.52" x2="397" y2="29.52" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="1" y1="496.8" x2="397" y2="496.8" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/></g></g></svg>') no-repeat;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up .stamp:nth-child(-n+5) {
  border-top: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up .stamp:nth-child(-n+5) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up .stamp:nth-child(5n+1) {
  border-left: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up .stamp:nth-child(5n+1) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up .stamp:nth-child(5n+5) {
  border-right: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up .stamp:nth-child(5n+5) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up .stamp:nth-last-child(-n+30) {
  border-bottom: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.nine-up .stamp:nth-last-child(-n+30) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up {
  width: 232px;
  height: 300px;
}
@media only screen and (min-width: 510px) and (min-height: 700px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up {
    width: 363px;
    height: 470px;
  }
}
@media only screen and (min-width: 750px) and (min-height: 700px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up {
    width: 464px;
    height: 600px;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 1024px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up {
    width: 618px;
    height: 800px;
  }
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up .stamp-grid {
  grid-template-columns: 6% 17.6% 17.6% 17.6% 17.6% 17.6% 6%;
  grid-template-rows: 4.75% 18.082% 18.082% 18.082% 18.082% 18.082% 4.75%;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 614 794"><g id="Layer_2" data-name="Layer 2"><g id="Perforation"><line x1="37" y1="1" x2="37" y2="793" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="145" y1="1" x2="145" y2="793" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="253" y1="1" x2="253" y2="793" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="361" y1="1" x2="361" y2="793" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="469" y1="1" x2="469" y2="793" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="577" y1="1" x2="577" y2="793" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="1" y1="38" x2="613" y2="38" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="1" y1="182" x2="613" y2="182" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="1" y1="326" x2="613" y2="326" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="1" y1="470" x2="613" y2="470" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="1" y1="614" x2="613" y2="614" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="1" y1="758" x2="613" y2="758" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/></g></g></svg>') no-repeat;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up .stamp:nth-child(-n+7) {
  border-bottom: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up .stamp:nth-child(-n+7) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up .stamp:nth-child(7n+1) {
  border-left: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up .stamp:nth-child(7n+1) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up .stamp:nth-child(7n+7) {
  border-right: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up .stamp:nth-child(7n+7) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up .stamp:nth-last-child(-n+7) {
  border-bottom: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical.two-five-up .stamp:nth-last-child(-n+7) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical .stamp-grid {
  display: grid;
  height: 100%;
  position: relative;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical .stamp-grid .stamp {
  padding: 5px;
  overflow: hidden;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.vertical .stamp-grid .stamp img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal {
  /* 4 Up */
  /* 9 up */
  /* 25 up */
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up {
  height: 112px;
  width: 145px;
}
@media only screen and (min-width: 510px) and (min-height: 700px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up {
    height: 221px;
    width: 285px;
  }
}
@media only screen and (min-width: 750px) and (min-height: 875px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up {
    height: 294px;
    width: 380px;
  }
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp-grid {
  grid-template-columns: 10.5% 39.5% 39.5% 10.5%;
  grid-template-rows: 11.5% 37% 37% 14.5%;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 398 308"><g id="Layer_2" data-name="Layer 2"><g id="Perforation"><line x1="1" y1="262.89" x2="397" y2="262.89" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/><line x1="1" y1="36.1" x2="397" y2="36.1" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/><line x1="199" y1="307" x2="199" y2="1" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/><line x1="43.1" y1="307" x2="43.1" y2="1" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/><line x1="354.9" y1="307" x2="354.9" y2="1" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/><line x1="1" y1="149.5" x2="397" y2="149.5" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6"/></g></g></svg>') no-repeat;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-child(-n+4) {
  border-top: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-child(-n+4) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-child(4n+1) {
  border-left: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-child(4n+1) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-child(4n+4) {
  border-right: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-child(4n+4) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-last-child(13), .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-last-child(12), .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-last-child(11), .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-last-child(10) {
  border-bottom: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-last-child(13) img, .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-last-child(12) img, .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-last-child(11) img, .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-last-child(10) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.four-up .stamp:nth-last-child(-n+38) {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up {
  height: 145px;
  width: 224px;
}
@media only screen and (min-width: 510px) and (min-height: 700px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up {
    height: 285px;
    width: 439px;
  }
}
@media only screen and (min-width: 750px) and (min-height: 875px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up {
    height: 382px;
    width: 589px;
  }
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up .stamp-grid {
  grid-template-columns: 12% 25.33% 25.33% 25.33% 12%;
  grid-template-rows: 7.25% 28.49% 28.49% 28.49% 7.25%;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 614 398"><g id="Layer_2" data-name="Layer 2"><g id="Perforation"><line x1="1" y1="367.83" x2="613" y2="367.83" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="1" y1="254.68" x2="613" y2="254.68" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="1" y1="141.34" x2="613" y2="141.34" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="1" y1="28" x2="613" y2="28" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 5.99"/><line x1="384.88" y1="397" x2="384.88" y2="1" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.03"/><line x1="229.2" y1="397" x2="229.2" y2="1" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="73.41" y1="397" x2="73.41" y2="1" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="540.69" y1="397" x2="540.69" y2="1" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/></g></g></svg>') no-repeat;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up .stamp:nth-child(-n+5) {
  border-top: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up .stamp:nth-child(-n+5) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up .stamp:nth-child(5n+1) {
  border-left: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up .stamp:nth-child(5n+1) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up .stamp:nth-child(5n+5) {
  border-right: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up .stamp:nth-child(5n+5) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up .stamp:nth-last-child(-n+30) {
  border-bottom: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.nine-up .stamp:nth-last-child(-n+30) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up {
  height: 232px;
  width: 300px;
}
@media only screen and (min-width: 510px) and (min-height: 700px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up {
    height: 363px;
    width: 470px;
  }
}
@media only screen and (min-width: 750px) and (min-height: 700px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up {
    height: 464px;
    width: 600px;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 875px) {
  .visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up {
    height: 618px;
    width: 800px;
  }
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up .stamp-grid {
  grid-template-columns: 4.75% 18.082% 18.082% 18.082% 18.082% 18.082% 4.75%;
  grid-template-rows: 6% 17.6% 17.6% 17.6% 17.6% 17.6% 6%;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 794 614"><g id="Layer_2" data-name="Layer 2"><g id="Perforation"><line x1="793" y1="37.44" x2="1" y2="37.44" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="793" y1="145.44" x2="1" y2="145.44" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="793" y1="253.44" x2="1" y2="253.44" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="793" y1="361.44" x2="1" y2="361.44" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="793" y1="469.44" x2="1" y2="469.44" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="793" y1="577.44" x2="1" y2="577.44" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="758.26" y1="1" x2="758.26" y2="613" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="614.26" y1="1" x2="614.26" y2="613" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="470.26" y1="1" x2="470.26" y2="613" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="326.26" y1="1" x2="326.26" y2="613" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="182.26" y1="1" x2="182.26" y2="613" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/><line x1="38.26" y1="1" x2="38.26" y2="613" fill="none" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="0 6.02"/></g></g></svg>') no-repeat;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up .stamp:nth-child(-n+7) {
  border-bottom: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up .stamp:nth-child(-n+7) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up .stamp:nth-child(7n+1) {
  border-left: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up .stamp:nth-child(7n+1) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up .stamp:nth-child(7n+7) {
  border-right: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up .stamp:nth-child(7n+7) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up .stamp:nth-last-child(-n+7) {
  border-bottom: 0px;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal.two-five-up .stamp:nth-last-child(-n+7) img {
  display: none;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal .stamp-grid {
  display: grid;
  height: 100%;
  position: relative;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal .stamp-grid .stamp {
  padding: 5px;
  overflow: hidden;
}
.visualizer .visualizer-modal .bottom .container .inner .stamps.horizontal .stamp-grid .stamp img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.visualizer .visualizer-modal .bottom .container .inner .controls {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
@media only screen and (min-width: 815px) and (min-height: 700px) {
  .visualizer .visualizer-modal .bottom .container .inner .controls {
    margin-top: 0px;
    margin-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 75px;
  }
}
.visualizer .visualizer-modal .bottom .container .inner .controls .control {
  display: block;
  margin: 0 10px;
  color: white;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 374px) {
  .visualizer .visualizer-modal .bottom .container .inner .controls .control {
    font-size: 14px;
  }
}
@media only screen and (min-width: 800px) {
  .visualizer .visualizer-modal .bottom .container .inner .controls .control {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.visualizer .visualizer-modal .bottom .container .inner .controls .control:before {
  content: "";
  display: block;
  position: relative;
  height: 35px;
  width: 35px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media only screen and (max-width: 374px) {
  .visualizer .visualizer-modal .bottom .container .inner .controls .control:before {
    height: 25px;
    width: 25px;
  }
}
@media only screen and (min-width: 800px) and (min-height: 700px) {
  .visualizer .visualizer-modal .bottom .container .inner .controls .control:before {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
  }
}
.visualizer .visualizer-modal .bottom .container .inner .controls .control.color-picker:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 255.148 241.756'%3E%3Cpath d='m141.482 155.693-42.836-42.836s37.207-14.988 50.264-28.028l78.276-78.276s13.024-13.041 23.737-2.328-2.328 23.754-2.328 23.754-65.236 65.219-78.26 78.26c-13.06 13.056-28.853 49.454-28.853 49.454ZM.005 238.262c33.328-8.2 30.076-35.209 49.868-82.568 9.732-23.275 35.732-29.812 35.732-29.812l42.836 42.836s0 91.861-128.436 69.544Z' fill='%23edece8'/%3E%3C/svg%3E") no-repeat;
}
.visualizer .visualizer-modal .bottom .container .inner .controls .control.color-picker label {
  cursor: pointer;
}
.visualizer .visualizer-modal .bottom .container .inner .controls .control.color-picker input[type=color] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0px;
  height: 0px;
  border: 0;
  padding: 0;
  background: unset;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
}
.visualizer .visualizer-modal .bottom .container .inner .controls .control.rotate-sheet:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 235.016 167.567'%3E%3Cpath d='M194.907 56.9a95.783 95.783 0 0 0-21.058-28.882C154.625 9.961 129.055 0 101.84 0S49.055 9.961 29.831 28.013C10.592 46.081 0 70.093 0 95.635s10.592 49.553 29.832 67.621a16.405 16.405 0 0 0 22.17 0 14.109 14.109 0 0 0-.016-20.8c-13.317-12.506-20.65-29.117-20.65-46.817s7.332-34.311 20.666-46.817a73.762 73.762 0 0 1 99.694 0A64.864 64.864 0 0 1 170.857 82.2l-33.764 35.5h97.923V14.713Z' fill='%23edece8'/%3E%3C/svg%3E") no-repeat;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.visualizer .visualizer-modal .bottom .container .inner .controls .control.rotate-sheet.active:before {
  -webkit-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}
.visualizer .visualizer-modal .bottom .container .inner .controls .control.upload-image:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 235.016 235.016'%3E%3Cg fill='%23edece8'%3E%3Cpath d='M88.131 132.2h58.754V58.754h29.377L117.508 0 58.754 58.754h29.377Z'/%3E%3Cpath d='M87.939 73.522h59.106v14.416H87.939z'/%3E%3Cpath d='M203.685 73.442h-42.112V88.13h32.4l18.8 44.066h-51.2a44.066 44.066 0 0 1-88.131 0h-51.2l18.8-44.066h32.4V73.442H31.331L0 146.884v88.131h235.016v-88.131Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.visualizer .visualizer-modal .bottom .container .inner .controls .control.sheet-size:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 488.3 488.3' xml:space='preserve'%3E%3Cpath fill='%23edece8' d='M314.25 85.4h-227c-21.3 0-38.6 17.3-38.6 38.6v325.7c0 21.3 17.3 38.6 38.6 38.6h227c21.3 0 38.6-17.3 38.6-38.6V124c-.1-21.3-17.4-38.6-38.6-38.6zm11.5 364.2c0 6.4-5.2 11.6-11.6 11.6h-227c-6.4 0-11.6-5.2-11.6-11.6V124c0-6.4 5.2-11.6 11.6-11.6h227c6.4 0 11.6 5.2 11.6 11.6v325.6z'/%3E%3Cpath fill='%23edece8' d='M401.05 0h-227c-21.3 0-38.6 17.3-38.6 38.6 0 7.5 6 13.5 13.5 13.5s13.5-6 13.5-13.5c0-6.4 5.2-11.6 11.6-11.6h227c6.4 0 11.6 5.2 11.6 11.6v325.7c0 6.4-5.2 11.6-11.6 11.6-7.5 0-13.5 6-13.5 13.5s6 13.5 13.5 13.5c21.3 0 38.6-17.3 38.6-38.6V38.6c0-21.3-17.3-38.6-38.6-38.6z'/%3E%3C/svg%3E") no-repeat;
}

/*
 * Buttons
 */
input[type=submit],
input[type=button],
button,
.btn {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.15em;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
  font-size: 29px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "courier new", courier, typewriter;
  font-size: 20px;
  line-height: 1.15em;
  margin: 5px auto;
  outline: none;
  padding: 10px 20px 9px;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  white-space: normal;
  width: auto;
  -webkit-appearance: none;
}
input[type=submit]:first-child,
input[type=button]:first-child,
button:first-child,
.btn:first-child {
  margin-top: 0;
}
input[type=submit]:last-child,
input[type=button]:last-child,
button:last-child,
.btn:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  input[type=submit],
  input[type=button],
  button,
  .btn {
    font-size: 34px;
  }
}
input[type=submit]:link, input[type=submit]:visited, input[type=submit]:hover, input[type=submit]:active,
input[type=button]:link,
input[type=button]:visited,
input[type=button]:hover,
input[type=button]:active,
button:link,
button:visited,
button:hover,
button:active,
.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
  border-color: white;
  color: white;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.btn:hover {
  background-color: transparent;
}
input[type=submit]:first-child,
input[type=button]:first-child,
button:first-child,
.btn:first-child {
  margin-left: 0;
}
input[type=submit]:last-child,
input[type=button]:last-child,
button:last-child,
.btn:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 600px) {
  input[type=submit],
  input[type=button],
  button,
  .btn {
    margin: 0 5px;
    padding: 20px 40px 18px;
  }
  input[type=submit]:first-child,
  input[type=button]:first-child,
  button:first-child,
  .btn:first-child {
    margin-left: 0;
  }
  input[type=submit]:last-child,
  input[type=button]:last-child,
  button:last-child,
  .btn:last-child {
    margin-right: 0;
  }
}

form {
  margin: 20px 0;
  text-align: left;
}
form:first-child {
  margin-top: 0;
}
form:last-child {
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  border: 1px solid #a3a08b;
  border-radius: 0;
  color: #282828;
  font-family: "courier new", courier, typewriter;
  font-size: 20px;
  line-height: 20px;
  padding: 7px 10px;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a3a08b;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a3a08b;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a08b;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a3a08b;
}

input[type=text],
input[type=email],
input[type=password] {
  height: 2.5em;
}

textarea {
  font-size: 1em;
  line-height: 1.3em;
  height: 100px;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
}

label {
  display: block;
  margin: 10px 0;
}
label:first-child {
  margin-top: 0;
}
label:last-child {
  margin-bottom: 0;
}

.row {
  margin: 10px 0;
}
.row:first-child {
  margin-top: 0;
}
.row:last-child {
  margin-bottom: 0;
}
.row.buttons {
  text-align: center;
  margin: 0;
}

.group {
  display: inline-block;
  margin-right: 20px;
  width: auto;
}
.group label {
  display: inline;
}

form.mc4wp-form-64 input[type=submit] {
  background-color: #882836;
  border: none;
  font-size: 20px;
  line-height: 1.15em;
  height: 2.5em;
  padding: 5px 20px;
}
form.mc4wp-form-64 input[type=submit]:focus, form.mc4wp-form-64 input[type=submit]:hover {
  background-color: rgb(175.4090909091, 51.5909090909, 69.6477272727);
}
form.mc4wp-form-64 .buttons {
  margin-top: 20px;
}
@media only screen and (min-width: 600px) {
  form.mc4wp-form-64 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: auto;
  }
  form.mc4wp-form-64 .mc4wp-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  form.mc4wp-form-64 .mc4wp-form-fields > *:first-child {
    width: 350px;
  }
  form.mc4wp-form-64 .mc4wp-response {
    color: #882836;
    margin: 20px auto 0;
    max-width: 470px;
    text-align: center;
  }
  form.mc4wp-form-64 input[type=email] {
    border-right: none;
  }
  form.mc4wp-form-64 .buttons {
    margin: 0;
  }
}

.gfield_checkbox li,
.gfield_radio li {
  position: relative;
}

body .gform_wrapper .gfield_radio li label {
  margin: 0;
}

body .gform_wrapper ul li.gfield.optional .gfield_checkbox label::after,
body .gform_wrapper ul li.gfield.optional .gfield_radio label::after {
  content: "";
  opacity: 1;
}

body .gform_wrapper .gfield_radio li input[type=radio],
body .gform_wrapper .gfield_checkbox li input[type=checkbox] {
  display: none;
}

ul.gfield_checkbox li[class^=gchoice] label:before,
ul.gfield_checkbox li[class^=gchoice] label:after,
ul.gfield_radio li[class^=gchoice] label:before,
ul.gfield_radio li[class^=gchoice] label:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
}

ul.gfield_checkbox li[class^=gchoice] label:after,
ul.gfield_radio li[class^=gchoice] label:after {
  content: "";
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 0;
  display: inline-block;
  height: 12px;
  width: 12px;
  left: 0;
  position: absolute;
  top: 8px;
  -webkit-transition: left 0.25s, background-color 0.13s;
  -o-transition: left 0.25s, background-color 0.13s;
  transition: left 0.25s, background-color 0.13s;
}

ul.gfield_checkbox input[type=checkbox]:checked + label:before,
ul.gfield_radio input[type=radio]:checked + label:before {
  content: "■";
  color: #ffffff;
  font-size: 20px;
  left: 0;
  text-align: center;
  top: 0;
  z-index: 9;
}

input[type=text],
textarea {
  background: transparent;
  color: #282828;
}

.gform_wrapper .gform_footer {
  text-align: center;
  padding: 20px 0 !important;
  margin: 10px 0 !important;
}
.gform_wrapper .gform_footer input[type=submit] {
  color: #f7f7f7;
  background-color: #882836;
  border: none;
  font-size: 20px;
  line-height: 1.15em;
  height: 2.5em;
  padding: 5px 20px;
}

img.gform_delete,
img.gform_ajax_spinner {
  max-width: 15px;
  max-height: 15px;
}

.gfield_label {
  font-weight: 400 !important;
}

.gform_wrapper .field_description_below .gfield_description {
  font-size: 12px;
  line-height: 13px;
}

.gform_wrapper .field_description_below .gfield_description a {
  color: #282828;
  text-decoration: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #f7f7f7 !important;
  border-top: none !important;
  border-bottom: none !important;
}

.gform_wrapper .validation_message {
  color: #882836 !important;
  font-weight: 700;
  letter-spacing: normal;
}

.gform_wrapper div.validation_error {
  color: #882836 !important;
  border-top: none !important;
  border-bottom: none !important;
  text-align: left !important;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #882836 !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #882836 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #882836 !important;
  border-left: none !important;
}

#gform_wrapper_2 .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  border: 2px dotted #282828 !important;
  border-radius: 0 !important;
}
@media only screen and (min-width: 1540px) {
  #gform_wrapper_2 .gform_wrapper .gform_body {
    width: 80% !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 641px) {
  .upload-details {
    width: 100%;
  }
  .additional-details {
    width: 100%;
  }
  .file-upload {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gform_wrapper li {
    margin-right: 0;
  }
  .gform_confirmation_wrapper {
    margin-top: 40px;
  }
}
.gform_wrapper textarea.medium {
  max-height: 100px !important;
}

.gform_wrapper .additional-details textarea {
  border: 1px solid #282828 !important;
  color: #282828 !important;
  font-size: 0.75em !important;
  max-width: 500px !important;
  margin-bottom: 10px !important;
}

.file-upload .gform_drop_area {
  max-width: 660px;
  font-size: 0.875em;
}

.gform_wrapper .gfield_required {
  display: none;
}

.file-upload .gform_drop_area .gform_button_select_files {
  border: none;
  font-size: inherit;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  border-bottom: 0 !important;
  text-decoration: underline;
  z-index: 0 !important;
}

.gform_wrapper span.gform_drop_instructions {
  margin-bottom: 0 !important;
  line-height: 22px;
}

.page-template-template-home .quick-calculator {
  display: none;
  visibility: hidden;
}

.quick-calculator .gform_ajax_spinner {
  display: none !important;
}
.quick-calculator hr, .quick-calculator article:not(:last-child)::after {
  max-width: 320px;
  width: 100px;
}
.quick-calculator .gf_left_half {
  float: left !important;
}
.quick-calculator #field_3_7 > label,
.quick-calculator #field_3_7 > div {
  font-size: 30px;
  color: #282828;
  margin-left: 40px;
}
.quick-calculator #gfield_description_3_7 {
  font-size: 16px !important;
  line-height: 18px !important;
  max-width: 325px;
}
.quick-calculator .gform_wrapper .gform_footer input[type=submit] {
  background-color: #882836;
  color: #f7f7f7;
}
@media only screen and (min-width: 1110px) {
  .quick-calculator .gform_wrapper .gform_footer input[type=submit] {
    position: absolute;
    bottom: 60px;
    right: 220px;
  }
}
.quick-calculator .estimate {
  position: relative;
}
@media only screen and (min-width: 640px) {
  .quick-calculator .estimate {
    min-height: 240px;
    overflow: hidden;
    float: right;
    position: absolute;
    right: 0;
  }
}

.gf_right_half {
  width: 100%;
}

.gf_left_half {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .gf_right_half {
    float: right !important;
    width: 50%;
  }
  .gf_left_half {
    float: left;
    width: 50%;
  }
}
body .gform_wrapper ul li.gfield {
  padding-top: 0;
}

#gform_wrapper_4 .gfield_radio li label {
  margin: 0 0 0 21px;
}
#gform_wrapper_4 ul.gfield_checkbox li[class^=gchoice] label:after,
#gform_wrapper_4 ul.gfield_radio li[class^=gchoice] label:after {
  content: "";
  border: 2px solid #495747;
}
#gform_wrapper_4 ul.gfield_checkbox input[type=checkbox]:checked + label:before,
#gform_wrapper_4 ul.gfield_radio input[type=radio]:checked + label:before {
  content: "■";
  color: #495747;
}
#gform_wrapper_4 input[type=text],
#gform_wrapper_4 textarea {
  color: #495747;
}
#gform_wrapper_4 input[type=submit] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #882836;
  color: #fff;
  border: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 20px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 1.15em;
  min-height: 56px;
  padding: 5px 8px;
  width: 160px;
  margin: 0 auto;
}
#gform_wrapper_4 .contact-name #input_4_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gform_wrapper_4 .contact-name #input_4_6 .name_first {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#gform_wrapper_4 .contact-name #input_4_6 .name_last {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#gform_wrapper_4 .contact-file-upload #gform_drag_drop_area_4_9 {
  padding: 24px;
  border: 1px dashed #495747;
  text-align: center;
  color: #495747;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 4px;
}
#gform_wrapper_4 .contact-file-upload #gform_browse_button_4_9 {
  color: #495747;
  border-bottom: 1px solid #495747;
  font-size: 18px;
}

.page-id-71 section.wrap .container {
  max-width: 840px;
  padding-top: 80px;
  padding-bottom: 120px;
}

.page-template-template-simple .landing-page {
  background-color: #f7f7f7;
  color: #282828;
}
.page-template-template-simple .landing-page .gform_button_select_files {
  color: #495747;
}
.page-template-template-simple .gform_wrapper .gfield_checkbox li,
.page-template-template-simple .gform_wrapper .gfield_radio li {
  margin: 0;
}

body.lets-make-some-stamps .landing-page,
body.lets-make-some-stamps-new-woo .landing-page {
  background-color: #f7f7f7;
  color: #282828;
  padding-top: 0;
}
body.lets-make-some-stamps .cart,
body.lets-make-some-stamps-new-woo .cart {
  max-width: 660px;
  width: 100% !important;
}
body.lets-make-some-stamps .cart .hidden,
body.lets-make-some-stamps-new-woo .cart .hidden {
  display: none !important;
}
body.lets-make-some-stamps .cart button,
body.lets-make-some-stamps-new-woo .cart button {
  display: block !important;
  margin: 0 auto !important;
  float: none !important;
}
body.lets-make-some-stamps .cart li,
body.lets-make-some-stamps-new-woo .cart li {
  margin: 0 auto;
}
body.lets-make-some-stamps .cart label,
body.lets-make-some-stamps-new-woo .cart label {
  margin: 0 20px 0 0;
  font-weight: 700 !important;
}
body.lets-make-some-stamps .cart .notes .ginput_container_textarea textarea,
body.lets-make-some-stamps-new-woo .cart .notes .ginput_container_textarea textarea {
  max-width: 660px;
  width: 100% !important;
}

#gform_10 {
  max-width: 480px;
  margin: 0 auto;
}
#gform_10 .nft-name #input_10_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gform_10 .nft-name #input_10_1 .name_first {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#gform_10 .nft-name #input_10_1 .name_last {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.gform_fileupload_rules {
  font-size: 15px;
}

/*
 * Three wide grid
 */
.grid-photos .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vw;
  max-height: 600px;
  width: 100vw;
}
.cssgrid .grid-photos {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: grid;
  grid-auto-columns: 33.3vw;
  grid-auto-rows: 29.7vw;
}
.cssgrid .grid-photos .image {
  height: auto;
  max-height: none;
  width: auto;
}
.cssgrid .grid-photos .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.cssgrid .grid-photos .image.bert-and-ernie {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.cssgrid .grid-photos .image.bend-design-conference {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  grid-column: 3/span 1;
  grid-row: 3/span 1;
}
.cssgrid .grid-photos .image.glbt {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
.cssgrid .grid-photos .image.hand-eye-curiosity-club {
  border-right: 1px solid white;
  grid-column: 1/span 2;
  grid-row: 4/span 1;
}
.cssgrid .grid-photos .image.mail-more-love {
  border-bottom: 1px solid white;
  grid-column: 2/span 2;
  grid-row: 1/span 2;
}
.cssgrid .grid-photos .image.plazm {
  grid-column: 3/span 1;
  grid-row: 4/span 1;
}
.cssgrid .grid-photos .image.thank-you {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  grid-column: 1/span 2;
  grid-row: 3/span 1;
}

/*
 * Two column wide grid
 */
.grid-wide > *:nth-child(2) {
  background-color: white;
}
.grid-wide > *:nth-child(4) {
  background-color: #495747;
  color: white;
}
.grid-wide > *:nth-child(6) {
  background-color: white;
}
.grid-wide > *:nth-child(8) {
  background-color: #495747;
  color: white;
}
.grid-wide > *:nth-child(10) {
  background-color: white;
}
.grid-wide > *:nth-child(12) {
  background-color: #495747;
  color: white;
}
.grid-wide > *:nth-child(14) {
  background-color: white;
}
.grid-wide > *:nth-child(16) {
  background-color: #495747;
  color: white;
}
.grid-wide > *:nth-child(18) {
  background-color: white;
}
.grid-wide > *:nth-child(20) {
  background-color: #495747;
  color: white;
}
.grid-wide > *:nth-child(22) {
  background-color: white;
}
.grid-wide > *:nth-child(24) {
  background-color: #495747;
  color: white;
}
.grid-wide > *:nth-child(26) {
  background-color: white;
}
.grid-wide > *:nth-child(28) {
  background-color: #495747;
  color: white;
}
.grid-wide > *:nth-child(30) {
  background-color: white;
}
.grid-wide > *:nth-child(32) {
  background-color: #495747;
  color: white;
}
.grid-wide .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 61.4vw;
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-wide .text {
  margin: 0 auto;
  padding: 40px 40px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .grid-wide .text {
    max-width: 1088px;
    padding: 120px 80px;
  }
}
html .grid-wide .text {
  max-width: none;
}
.grid-wide .text .inner {
  margin: 0 auto;
  max-width: 600px;
}
@media only screen and (min-width: 980px) {
  .cssgrid .grid-wide {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: grid;
    grid-auto-columns: 50vw;
    grid-auto-rows: 30.7vw;
  }
  .cssgrid .grid-wide > *:nth-child(1) {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(2) {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(3) {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(4) {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(5) {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(6) {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(7) {
    grid-column: 2/span 1;
    grid-row: 3/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(8) {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(9) {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(10) {
    grid-column: 2/span 1;
    grid-row: 3/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(11) {
    grid-column: 2/span 1;
    grid-row: 4/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(12) {
    grid-column: 1/span 1;
    grid-row: 4/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(13) {
    grid-column: 1/span 1;
    grid-row: 4/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(14) {
    grid-column: 2/span 1;
    grid-row: 4/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(15) {
    grid-column: 2/span 1;
    grid-row: 5/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(16) {
    grid-column: 1/span 1;
    grid-row: 5/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(17) {
    grid-column: 1/span 1;
    grid-row: 5/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(18) {
    grid-column: 2/span 1;
    grid-row: 5/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(19) {
    grid-column: 2/span 1;
    grid-row: 6/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(20) {
    grid-column: 1/span 1;
    grid-row: 6/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(21) {
    grid-column: 1/span 1;
    grid-row: 6/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(22) {
    grid-column: 2/span 1;
    grid-row: 6/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(23) {
    grid-column: 2/span 1;
    grid-row: 7/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(24) {
    grid-column: 1/span 1;
    grid-row: 7/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(25) {
    grid-column: 1/span 1;
    grid-row: 7/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(26) {
    grid-column: 2/span 1;
    grid-row: 7/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(27) {
    grid-column: 2/span 1;
    grid-row: 8/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(28) {
    grid-column: 1/span 1;
    grid-row: 8/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(29) {
    grid-column: 1/span 1;
    grid-row: 8/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(30) {
    grid-column: 2/span 1;
    grid-row: 8/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(31) {
    grid-column: 2/span 1;
    grid-row: 9/span 1;
  }
  .cssgrid .grid-wide > *:nth-child(32) {
    grid-column: 1/span 1;
    grid-row: 9/span 1;
  }
  .cssgrid .grid-wide .image {
    height: auto;
    max-height: none;
    width: auto;
  }
  .cssgrid .grid-wide .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.3em;
    padding: 80px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .cssgrid .grid-wide .text {
    font-size: 20px;
    line-height: 1.3em;
  }
}

/*
 * Mobile nav menu hide/show button
 */
/* modified from: https://codepen.io/designcouch/pen/Atyop */
.nav-toggle {
  border: none;
  display: block;
  width: 22px;
  height: 21px;
  z-index: 3;
  padding: 0;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  text-indent: -9999px;
}
.nav-toggle span {
  border-radius: 3px;
  display: block;
  position: absolute;
  height: auto;
  width: 100%;
  background: #282828;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.nav-toggle span:nth-child(1) {
  top: 0rem;
}
.nav-toggle span:nth-child(2), .nav-toggle span:nth-child(3) {
  top: 6px;
}
.nav-toggle span:nth-child(4) {
  top: 14px;
}
.nav-toggle[aria-expanded=true] span:nth-child(1), .nav-toggle[aria-expanded=true] span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.nav-toggle[aria-expanded=true] span:nth-child(2) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-toggle[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 800px) {
  .nav-toggle {
    width: 28px;
    right: 0;
  }
  .nav-toggle span {
    height: 4px;
  }
  .nav-toggle span:nth-child(1) {
    top: 0;
  }
  .nav-toggle span:nth-child(2), .nav-toggle span:nth-child(3) {
    top: 10px;
  }
  .nav-toggle span:nth-child(4) {
    top: 20px;
  }
}

@media only screen and (min-width: 800px) {
  .nav-toggle {
    display: none;
  }
}
.mobile-only {
  display: block;
}

@media only screen and (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}
.notification-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a29f8c;
  padding: 40px 40px;
  color: #282828;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .notification-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
}
.notification-bar a {
  text-decoration: none;
  border: none;
  color: #282828;
}
.notification-bar .notification-bar-item {
  margin: auto;
  padding: 20px 0;
}
@media only screen and (min-width: 800px) {
  .notification-bar .notification-bar-item {
    padding: 0 20px;
  }
  .notification-bar .notification-bar-item:first-child {
    padding-left: 0;
  }
  .notification-bar .notification-bar-item:last-child {
    padding-right: 0;
    text-align: right;
  }
}
.notification-bar .one {
  max-width: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 800px) {
  .notification-bar .one {
    max-width: 150;
  }
}
.notification-bar .two {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.notification-bar .two img {
  max-width: 300px;
}
.notification-bar .three {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.notification-bar .three a {
  text-decoration: underline;
}
.notification-bar .four {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.notification-bar h2 {
  font-family: "Typewriter";
  font-size: 24px;
}
.notification-bar h2:first-child {
  margin-top: 0;
}
.notification-bar h2:last-child {
  margin-bottom: 0;
}
.notification-bar p {
  font-family: "Typewriter";
  font-size: 17px;
}
.notification-bar .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #882836;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15em;
  margin: 0;
  min-height: 56px;
  padding: 5px 8px;
  width: 160px;
}
.notification-bar .btn:hover {
  background-color: rgb(175.4090909091, 51.5909090909, 69.6477272727);
}
.notification-bar .buttons {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.lick-home {
  overflow: hidden;
}
.lick-home p {
  margin-bottom: 20px;
}
.lick-home .go-to-lick {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}
.lick-home .text {
  background-color: #495747;
  color: white;
}
.lick-home .text a,
.lick-home .text a:hover,
.lick-home .text a:active {
  color: white;
  text-decoration: none;
  border-bottom: none;
}
.lick-home .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #882836;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15em;
  min-height: 56px;
  padding: 5px 8px;
  width: 160px;
}
.lick-home .btn:hover {
  background-color: rgb(175.4090909091, 51.5909090909, 69.6477272727);
}
.lick-home .image.lick {
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 980px) {
  .lick-home .btn {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 980px) {
  .lick-home .btn {
    margin: 0;
  }
}
@media only screen and (min-width: 600px) and (min-width: 980px) {
  .lick-home .grid-wide .image {
    height: auto;
    max-height: none;
    width: auto;
  }
}
.lick-home .img-link {
  border: none;
  height: 100%;
  width: 100%;
  display: block;
}

.snail-home {
  overflow: hidden;
}
.snail-home p {
  margin-bottom: 25px;
}
.snail-home .go-to-snail {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}
.snail-home .text {
  background-color: #a29f8c;
  color: #000;
}
.snail-home .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #882836;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15em;
  min-height: 56px;
  padding: 5px 8px;
  width: 160px;
}
.snail-home .btn:hover {
  background-color: rgb(175.4090909091, 51.5909090909, 69.6477272727);
}
.snail-home .image.snail {
  cursor: pointer;
}
.snail-home .image.snail img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 980px) {
  .snail-home .btn {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 980px) {
  .snail-home .btn {
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  .snail-home .grid-wide .image {
    height: auto;
    max-height: none;
    width: auto;
  }
}

.modal {
  color: #ffffff;
}

.modal-active {
  position: fixed;
  overflow: hidden;
}

.modal {
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -o-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.modal-screen {
  background-color: rgba(55, 55, 55, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 100px;
  z-index: 99999;
}

.modal-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 60px 40px 40px 40px;
  font-size: 18px;
}
@media only screen and (min-width: 600px) {
  .modal-inner {
    padding: 80px 60px 60px 60px;
  }
}
@media only screen and (min-width: 980px) {
  .modal-inner {
    padding: 120px 80px 80px 80px;
  }
}

.modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal-close {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.quote-request-title {
  display: block;
  width: 220px;
  padding: 30px 20px 20px 20px;
  border: 2px dotted white;
  text-transform: uppercase;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -10px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .quote-request-title {
    left: auto;
    right: 100px;
  }
}

#gform_confirmation_message_1 {
  padding-top: 100px;
  color: #a29f8c;
  font-size: 23px;
}

.hide-on-active {
  display: none !important;
}

.modal-logo img {
  display: none;
}
@media only screen and (min-width: 600px) {
  .modal-logo img {
    display: block;
    max-height: 55px;
    width: auto;
    position: absolute;
    top: 20px;
    left: 60px;
  }
}
@media only screen and (min-width: 800px) {
  .modal-logo img {
    max-height: 62px;
  }
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.loader.active {
  opacity: 1;
  visibility: visible;
}
.loader .bounce .dot {
  width: 15px;
  height: 15px;
  background-color: #282828;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
       -o-animation: bouncedelay 1.4s infinite ease-in-out both;
          animation: bouncedelay 1.4s infinite ease-in-out both;
}
.loader .bounce .dot:first-child {
  -webkit-animation-delay: -0.32s;
       -o-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.loader .bounce .dot:nth-child(2) {
  -webkit-animation-delay: -0.16s;
       -o-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes bouncedelay {
  0%, 80%, 100% {
    -o-transform: scale(0);
       transform: scale(0);
  }
  40% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

/*
 * Artist Series Custom Post Type
 */
section.artist-series-description {
  background-image: url("../images/bg-wavey-lines-dad9d6.png");
  background-position: 20vw top;
  background-repeat: repeat-y;
  background-size: auto 54px;
}
section.artist-series-description h1,
section.artist-series-description h2,
section.artist-series-description h3,
section.artist-series-description h4,
section.artist-series-description h5,
section.artist-series-description h6,
section.artist-series-description p,
section.artist-series-description ul,
section.artist-series-description ol,
section.artist-series-description blockquote,
section.artist-series-description hr,
section.artist-series-description article:not(:last-child)::after,
section.artist-series-description form {
  margin: 20px auto;
}
section.artist-series-description h1:first-child,
section.artist-series-description h2:first-child,
section.artist-series-description h3:first-child,
section.artist-series-description h4:first-child,
section.artist-series-description h5:first-child,
section.artist-series-description h6:first-child,
section.artist-series-description p:first-child,
section.artist-series-description ul:first-child,
section.artist-series-description ol:first-child,
section.artist-series-description blockquote:first-child,
section.artist-series-description hr:first-child,
section.artist-series-description article:first-child:not(:last-child)::after,
section.artist-series-description form:first-child {
  margin-top: 0;
}
section.artist-series-description h1:last-child,
section.artist-series-description h2:last-child,
section.artist-series-description h3:last-child,
section.artist-series-description h4:last-child,
section.artist-series-description h5:last-child,
section.artist-series-description h6:last-child,
section.artist-series-description p:last-child,
section.artist-series-description ul:last-child,
section.artist-series-description ol:last-child,
section.artist-series-description blockquote:last-child,
section.artist-series-description hr:last-child,
section.artist-series-description article:last-child:not(:last-child)::after,
section.artist-series-description form:last-child {
  margin-bottom: 0;
}
section.artist-series-description h1 + hr, section.artist-series-description h1 + article:not(:last-child)::after {
  margin-top: 40px;
}
section.artist-series-description h2 {
  font-size: 29px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  section.artist-series-description h2 {
    font-size: 34px;
  }
}

section.top-header {
  background-color: #282828;
  color: white;
}
section.top-header .container {
  padding-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
section.artist-series-header {
  background-color: #495747;
  color: white;
}
section.artist-series-header .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.artist-series-header .container h2 {
  font-size: 29px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  section.artist-series-header .container h2 {
    font-size: 34px;
  }
}

body.artist-series-template-default section.wrap,
body.single-product section.wrap {
  padding-bottom: 20px;
}
body.artist-series-template-default section.wrap aside,
body.single-product section.wrap aside {
  margin-top: 60px;
}
body.artist-series-template-default section.wrap aside .additional-info,
body.single-product section.wrap aside .additional-info {
  margin-top: 60px;
}
body.artist-series-template-default section.wrap aside .btn,
body.single-product section.wrap aside .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #882836;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15em;
  margin: 5px;
  min-height: 56px;
  padding: 5px 8px;
  width: 160px;
}
body.artist-series-template-default section.wrap aside .btn:hover,
body.single-product section.wrap aside .btn:hover {
  background-color: rgb(175.4090909091, 51.5909090909, 69.6477272727);
}
body.artist-series-template-default section.wrap aside .buttons,
body.single-product section.wrap aside .buttons {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
body.artist-series-template-default section.wrap aside .buttons .btn svg,
body.single-product section.wrap aside .buttons .btn svg {
  fill: #FFF;
  width: 14px;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
body.artist-series-template-default section.wrap aside .product-images img,
body.single-product section.wrap aside .product-images img {
  display: block;
  margin: 0 auto 5px;
}
body.artist-series-template-default section.wrap main .product-price,
body.single-product section.wrap main .product-price {
  font-weight: bold;
}
body.artist-series-template-default section.wrap main .quantity,
body.single-product section.wrap main .quantity {
  display: none !important;
}
body.artist-series-template-default section.wrap main .product-variants,
body.single-product section.wrap main .product-variants {
  margin: 1em 0;
}
body.artist-series-template-default section.wrap main .product-variants select,
body.single-product section.wrap main .product-variants select {
  margin-left: 3px;
  display: block;
  font-size: 16px;
  cursor: pointer;
  font-family: "courier new", courier, typewriter;
}
body.artist-series-template-default section.wrap main .product-variants .woocommerce-variation-price,
body.single-product section.wrap main .product-variants .woocommerce-variation-price {
  font-weight: bold;
  margin: 1em 0;
}
body.artist-series-template-default section.wrap main .product-variants .reset_variations,
body.single-product section.wrap main .product-variants .reset_variations {
  display: none !important;
}
body.artist-series-template-default section.wrap main .single_add_to_cart_button,
body.single-product section.wrap main .single_add_to_cart_button {
  display: inline-block;
  font-size: 0;
  color: transparent;
  margin-top: 1em;
}
body.artist-series-template-default section.wrap main .single_add_to_cart_button::after,
body.single-product section.wrap main .single_add_to_cart_button::after {
  content: "ADD TO CART";
  font-size: 20px;
  color: #FFF;
}
@media only screen and (min-width: 800px) {
  body.artist-series-template-default section.wrap .container,
  body.single-product section.wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.artist-series-template-default section.wrap aside,
  body.single-product section.wrap aside {
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 0;
    margin-right: 20px;
    width: calc(33% - 20px);
  }
  body.artist-series-template-default section.wrap aside .additional-info,
  body.single-product section.wrap aside .additional-info {
    margin-top: 120px;
  }
  body.artist-series-template-default section.wrap aside .buttons,
  body.single-product section.wrap aside .buttons {
    margin-top: 120px;
  }
  body.artist-series-template-default section.wrap main,
  body.single-product section.wrap main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(67% - 20px);
  }
}
@media only screen and (min-width: 980px) {
  body.artist-series-template-default section.wrap aside,
  body.artist-series-template-default section.wrap main,
  body.single-product section.wrap aside,
  body.single-product section.wrap main {
    width: calc(50% - 20px);
  }
  body.artist-series-template-default section.wrap aside,
  body.single-product section.wrap aside {
    font-size: 20px;
    line-height: 1.3em;
  }
}

section.upcoming-artists-header {
  background-color: #282828;
  color: white;
}
section.upcoming-artists-header .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.upcoming-artists-header .container h2 {
  font-size: 29px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  section.upcoming-artists-header .container h2 {
    font-size: 34px;
  }
}

section.upcoming-artists {
  background-color: white;
}
section.upcoming-artists hr, section.upcoming-artists article:not(:last-child)::after {
  max-width: 100%;
}
section.upcoming-artists h1,
section.upcoming-artists h2,
section.upcoming-artists h3,
section.upcoming-artists h4,
section.upcoming-artists h5,
section.upcoming-artists h6,
section.upcoming-artists p,
section.upcoming-artists ul,
section.upcoming-artists ol,
section.upcoming-artists blockquote,
section.upcoming-artists hr,
section.upcoming-artists article:not(:last-child)::after,
section.upcoming-artists form {
  margin: 20px 0;
}
section.upcoming-artists h1:first-child,
section.upcoming-artists h2:first-child,
section.upcoming-artists h3:first-child,
section.upcoming-artists h4:first-child,
section.upcoming-artists h5:first-child,
section.upcoming-artists h6:first-child,
section.upcoming-artists p:first-child,
section.upcoming-artists ul:first-child,
section.upcoming-artists ol:first-child,
section.upcoming-artists blockquote:first-child,
section.upcoming-artists hr:first-child,
section.upcoming-artists article:first-child:not(:last-child)::after,
section.upcoming-artists form:first-child {
  margin-top: 0;
}
section.upcoming-artists h1:last-child,
section.upcoming-artists h2:last-child,
section.upcoming-artists h3:last-child,
section.upcoming-artists h4:last-child,
section.upcoming-artists h5:last-child,
section.upcoming-artists h6:last-child,
section.upcoming-artists p:last-child,
section.upcoming-artists ul:last-child,
section.upcoming-artists ol:last-child,
section.upcoming-artists blockquote:last-child,
section.upcoming-artists hr:last-child,
section.upcoming-artists article:last-child:not(:last-child)::after,
section.upcoming-artists form:last-child {
  margin-bottom: 0;
}

.stamp-artist,
.stamp-number {
  display: block;
}

.box-set-title {
  text-transform: capitalize;
}

@media only screen and (min-width: 800px) {
  .stamp-artist,
  .stamp-number {
    display: inline-block;
  }
  .stamp-number {
    margin-right: 0.8em;
  }
}
.artist-pagination {
  overflow: hidden;
  background: #fff;
  width: 100%;
  font-weight: bold;
  padding: 20px;
}
.artist-pagination a {
  border: none;
}
.artist-pagination .artist-prev {
  float: left;
  margin-left: 10%;
}
.artist-pagination .artist-next {
  float: right;
  margin-right: 10%;
}

/*
 * Shop Custom Post Type
 */
section.shop-description {
  background-image: url("../images/bg-wavey-lines-dad9d6.png");
  background-position: 20vw top;
  background-repeat: repeat-y;
  background-size: auto 54px;
}
section.shop-description h1,
section.shop-description h2,
section.shop-description h3,
section.shop-description h4,
section.shop-description h5,
section.shop-description h6,
section.shop-description p,
section.shop-description ul,
section.shop-description ol,
section.shop-description blockquote,
section.shop-description hr,
section.shop-description article:not(:last-child)::after,
section.shop-description form {
  margin: 20px auto;
}
section.shop-description h1:first-child,
section.shop-description h2:first-child,
section.shop-description h3:first-child,
section.shop-description h4:first-child,
section.shop-description h5:first-child,
section.shop-description h6:first-child,
section.shop-description p:first-child,
section.shop-description ul:first-child,
section.shop-description ol:first-child,
section.shop-description blockquote:first-child,
section.shop-description hr:first-child,
section.shop-description article:first-child:not(:last-child)::after,
section.shop-description form:first-child {
  margin-top: 0;
}
section.shop-description h1:last-child,
section.shop-description h2:last-child,
section.shop-description h3:last-child,
section.shop-description h4:last-child,
section.shop-description h5:last-child,
section.shop-description h6:last-child,
section.shop-description p:last-child,
section.shop-description ul:last-child,
section.shop-description ol:last-child,
section.shop-description blockquote:last-child,
section.shop-description hr:last-child,
section.shop-description article:last-child:not(:last-child)::after,
section.shop-description form:last-child {
  margin-bottom: 0;
}
section.shop-description h1 + hr, section.shop-description h1 + article:not(:last-child)::after {
  margin-top: 40px;
}

.shop section.wrap {
  padding-top: 80px;
}
.shop section.wrap .container {
  padding-top: 0;
}
.shop section.wrap .container .shop-intro {
  max-width: 840px;
  padding-top: 0;
  padding-bottom: 80px;
  margin: 0 auto;
}
.shop section.wrap .container .shop-intro hr, .shop section.wrap .container .shop-intro article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='black'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  max-width: 96px !important;
}

section.shop-header {
  background-color: #495747;
  color: white;
}
section.shop-header .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

body.page-template-template-shop .wrap .btn, body.page-template-template-shop .wrap .add_to_cart_button, body.page-template-template-shop .wrap button.single_add_to_cart_button,
body.page-template-template-shop-woo .wrap .btn,
body.page-template-template-shop-woo .wrap .add_to_cart_button,
body.page-template-template-shop-woo .wrap button.single_add_to_cart_button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #882836;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15em;
  min-height: 56px;
  padding: 5px 15px;
  width: 200px;
  color: #edece8;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  body.page-template-template-shop .wrap .btn, body.page-template-template-shop .wrap .add_to_cart_button, body.page-template-template-shop .wrap button.single_add_to_cart_button,
  body.page-template-template-shop-woo .wrap .btn,
  body.page-template-template-shop-woo .wrap .add_to_cart_button,
  body.page-template-template-shop-woo .wrap button.single_add_to_cart_button {
    margin: 0;
  }
}
body.page-template-template-shop .wrap .btn svg, body.page-template-template-shop .wrap .add_to_cart_button svg, body.page-template-template-shop .wrap button.single_add_to_cart_button svg,
body.page-template-template-shop-woo .wrap .btn svg,
body.page-template-template-shop-woo .wrap .add_to_cart_button svg,
body.page-template-template-shop-woo .wrap button.single_add_to_cart_button svg {
  fill: #FFF;
  width: 14px;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
body.page-template-template-shop .wrap .btn:hover, body.page-template-template-shop .wrap .add_to_cart_button:hover, body.page-template-template-shop .wrap button.single_add_to_cart_button:hover,
body.page-template-template-shop-woo .wrap .btn:hover,
body.page-template-template-shop-woo .wrap .add_to_cart_button:hover,
body.page-template-template-shop-woo .wrap button.single_add_to_cart_button:hover {
  background-color: rgb(175.4090909091, 51.5909090909, 69.6477272727);
}
body.page-template-template-shop .wrap form.cart .quantity,
body.page-template-template-shop-woo .wrap form.cart .quantity {
  display: none;
}
body.page-template-template-shop .wrap form.cart button.single_add_to_cart_button,
body.page-template-template-shop-woo .wrap form.cart button.single_add_to_cart_button {
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
}
body.page-template-template-shop .wrap form.cart button.single_add_to_cart_button::after,
body.page-template-template-shop-woo .wrap form.cart button.single_add_to_cart_button::after {
  content: "Buy";
  font-size: 20px;
  color: #FFF;
}
body.page-template-template-shop .wrap .inner .description p,
body.page-template-template-shop-woo .wrap .inner .description p {
  margin: 0;
}
body.page-template-template-shop .wrap .inner .description p.buyop,
body.page-template-template-shop-woo .wrap .inner .description p.buyop {
  margin-top: 1em;
}
body.page-template-template-shop .wrap .added_to_cart,
body.page-template-template-shop-woo .wrap .added_to_cart {
  display: block;
  margin-top: 5px;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: bold;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: left 0.4s ease, -o-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  -o-animation: bounceFromRight 0.4s ease-out;
     animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  -o-animation: bounceFromLeft 0.4s ease-out;
     animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-o-keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-webkit-keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@-o-keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  -o-animation: bounce 2s infinite ease-in-out;
     animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  -o-animation-delay: -1s;
     animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}
.filters {
  padding-bottom: 80px;
}
.filters hr, .filters article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='black'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  max-width: 96px !important;
}
.filters .view-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media only screen and (min-width: 800px) {
  .filters .view-filters {
    display: inline-block;
    text-align: center;
  }
}
.filters .view-filters .label {
  margin-right: 30px;
}
.filters .view-filters .filter {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-right: 30px;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.filters .view-filters .filter:hover {
  color: black;
}
.filters .view-filters .filter:last-child {
  margin-right: 0;
}
.filters .view-filters .filter:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background: white;
  border: 1px solid #495747;
}
.filters .view-filters .filter.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background: #882836;
}
.filters .sortby-filters {
  margin-top: 20px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media only screen and (min-width: 800px) {
  .filters .sortby-filters {
    display: inline-block;
    text-align: center;
  }
}
.filters .sortby-filters .label {
  margin-right: 30px;
}
.filters .sortby-filters .filter {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.filters .sortby-filters .filter:hover {
  color: black;
}
.filters .sortby-filters .filter:last-child {
  margin-right: 0;
}
.filters .sortby-filters .filter.active {
  color: #882836;
  font-weight: 700;
}

.cart-float {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 9;
}
.cart-float a {
  display: block;
  background: #495747;
  border: none;
  color: #FFF;
  padding: 10px;
  line-height: 20px;
}
.cart-float a svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  fill: #FFF;
}

/*
 * Landing Page
 */
section.landing-page {
  padding-top: 0;
}
section.landing-page h1,
section.landing-page h2,
section.landing-page h3,
section.landing-page h4,
section.landing-page h5,
section.landing-page h6,
section.landing-page p,
section.landing-page ul,
section.landing-page ol,
section.landing-page blockquote,
section.landing-page hr,
section.landing-page article:not(:last-child)::after,
section.landing-page form {
  margin: 20px auto;
}
section.landing-page h1:first-child,
section.landing-page h2:first-child,
section.landing-page h3:first-child,
section.landing-page h4:first-child,
section.landing-page h5:first-child,
section.landing-page h6:first-child,
section.landing-page p:first-child,
section.landing-page ul:first-child,
section.landing-page ol:first-child,
section.landing-page blockquote:first-child,
section.landing-page hr:first-child,
section.landing-page article:first-child:not(:last-child)::after,
section.landing-page form:first-child {
  margin-top: 0;
}
section.landing-page h1:last-child,
section.landing-page h2:last-child,
section.landing-page h3:last-child,
section.landing-page h4:last-child,
section.landing-page h5:last-child,
section.landing-page h6:last-child,
section.landing-page p:last-child,
section.landing-page ul:last-child,
section.landing-page ol:last-child,
section.landing-page blockquote:last-child,
section.landing-page hr:last-child,
section.landing-page article:last-child:not(:last-child)::after,
section.landing-page form:last-child {
  margin-bottom: 0;
}
section.landing-page h1 + hr, section.landing-page h1 + article:not(:last-child)::after {
  margin-top: 40px;
}
section.landing-page .container {
  padding-top: 80px;
  margin: 0 auto;
}
section.landing-page .container hr, section.landing-page .container article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='black'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  max-width: 96px !important;
}

/*
section.landing-page .entry-content h1{
	background: $dark;
	color: $light;
	text-align: center;
	padding: $spacer;
}
*/
body.page-template-template-landing-page section.wrap aside {
  margin-top: 60px;
}
body.page-template-template-landing-page section.wrap aside .additional-info {
  margin-top: 60px;
}
body.page-template-template-landing-page section.wrap aside .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #882836;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15em;
  margin: 5px;
  min-height: 56px;
  padding: 5px 8px;
  width: 160px;
}
body.page-template-template-landing-page section.wrap aside .btn:hover {
  background-color: rgb(175.4090909091, 51.5909090909, 69.6477272727);
}
body.page-template-template-landing-page section.wrap aside .buttons {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
body.page-template-template-landing-page section.wrap .entry-content .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #882836;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15em;
  margin: 5px;
  min-height: 56px;
  padding: 5px 8px;
  width: 160px;
}
body.page-template-template-landing-page section.wrap .entry-content .btn:hover {
  background-color: rgb(175.4090909091, 51.5909090909, 69.6477272727);
}
body.page-template-template-landing-page section.wrap .entry-content .buttons {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media only screen and (min-width: 800px) {
  body.page-template-template-landing-page section.wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.page-template-template-landing-page section.wrap aside {
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 0;
    margin-right: 20px;
    width: calc(33% - 20px);
  }
  body.page-template-template-landing-page section.wrap aside .additional-info {
    margin-top: 120px;
  }
  body.page-template-template-landing-page section.wrap aside .buttons {
    margin-top: 40px;
  }
  body.page-template-template-landing-page section.wrap main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(67% - 20px);
  }
}
@media only screen and (min-width: 980px) {
  body.page-template-template-landing-page section.wrap aside,
  body.page-template-template-landing-page section.wrap main {
    width: calc(50% - 20px);
  }
  body.page-template-template-landing-page section.wrap aside {
    font-size: 20px;
    line-height: 1.3em;
  }
}

img.simple-footer-logo {
  max-width: 80px;
  height: auto;
}

section.selections-lick {
  background-color: #282828;
  color: white;
  -webkit-font-smoothing: antialiased;
}
section.selections-lick a {
  border: none;
  color: white;
}
section.selections-lick hr, section.selections-lick article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='white'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.selections-lick .selection {
  cursor: pointer;
  margin: 60px auto;
  /*
     * Template
     */
}
section.selections-lick .selection:first-child {
  margin-top: 0;
}
section.selections-lick .selection:last-child {
  margin-bottom: 0;
}
section.selections-lick .selection.template {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 1.3em;
  margin-top: 60px;
}
section.selections-lick .selection.template h2 {
  margin-bottom: 0;
}
section.selections-lick .selection.template p {
  color: #a3a08b;
  margin-top: 0;
}
section.selections-lick .selection.template > * {
  margin: 60px 0;
}
section.selections-lick .selection.template > *:first-child {
  margin-top: 0;
}
section.selections-lick .selection.template > *:last-child {
  margin-bottom: 0;
}
section.selections-lick .selection.template > * .overlay-wrapper .thumbnail {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.selections-lick .selection.template .one .overlay-wrapper .thumbnail {
  width: 125px;
}
section.selections-lick .selection.template .overlay {
  margin-top: 20px;
}
section.selections-lick .selection.template .overlay ul {
  list-style: none;
  margin-top: 5px;
}
section.selections-lick .selection.template .overlay ul li {
  display: inline;
}
section.selections-lick .selection.template .overlay ul li:before {
  content: "/";
  margin-right: 10px;
}
section.selections-lick .selection.template .overlay ul li:first-child {
  margin: 0;
}
section.selections-lick .selection.template .overlay ul li:first-child:before {
  display: none;
}
section.selections-lick .selection.template .overlay-wrapper {
  margin-top: 20px;
}
@media only screen and (min-width: 800px) {
  section.selections-lick .container {
    max-width: 1280px;
    padding-right: 40px;
    padding-left: 40px;
  }
  section.selections-lick .selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*
       * Template
       */
  }
  section.selections-lick .selection.template {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.selections-lick .selection.template > *, section.selections-lick .selection.template > *:nth-child(2n), section.selections-lick .selection.template > *:nth-child(n+3) {
    margin: 0 40px 0 0;
  }
  section.selections-lick .selection.template > *:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 800px) {
  section.selections-lick .selection.template {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  section.selections-lick .selection > * {
    opacity: 0.5;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  section.selections-lick .selection > *:hover {
    opacity: 1;
  }
}

.page-id-71 .landing-page .container,
.page-id-2008 .landing-page .container {
  max-width: 840px;
}

/*
 * Two Columns
 */
section.two-columns {
  padding-top: 0;
}
section.two-columns h1,
section.two-columns h2,
section.two-columns h3,
section.two-columns h4,
section.two-columns h5,
section.two-columns h6,
section.two-columns p,
section.two-columns ul,
section.two-columns ol,
section.two-columns blockquote,
section.two-columns hr,
section.two-columns article:not(:last-child)::after,
section.two-columns form {
  margin: 20px auto;
}
section.two-columns h1:first-child,
section.two-columns h2:first-child,
section.two-columns h3:first-child,
section.two-columns h4:first-child,
section.two-columns h5:first-child,
section.two-columns h6:first-child,
section.two-columns p:first-child,
section.two-columns ul:first-child,
section.two-columns ol:first-child,
section.two-columns blockquote:first-child,
section.two-columns hr:first-child,
section.two-columns article:first-child:not(:last-child)::after,
section.two-columns form:first-child {
  margin-top: 0;
}
section.two-columns h1:last-child,
section.two-columns h2:last-child,
section.two-columns h3:last-child,
section.two-columns h4:last-child,
section.two-columns h5:last-child,
section.two-columns h6:last-child,
section.two-columns p:last-child,
section.two-columns ul:last-child,
section.two-columns ol:last-child,
section.two-columns blockquote:last-child,
section.two-columns hr:last-child,
section.two-columns article:last-child:not(:last-child)::after,
section.two-columns form:last-child {
  margin-bottom: 0;
}
section.two-columns h1 + hr, section.two-columns h1 + article:not(:last-child)::after {
  margin-top: 40px;
}
section.two-columns .container {
  padding-top: 80px;
  margin: 0 auto;
}
section.two-columns .container hr, section.two-columns .container article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='black'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  max-width: 96px !important;
}

body.page-template-template-two-columns section.wrap aside {
  margin-top: 60px;
}
body.page-template-template-two-columns section.wrap aside .additional-info {
  margin-top: 60px;
}
@media only screen and (min-width: 800px) {
  body.page-template-template-two-columns section.wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.page-template-template-two-columns section.wrap aside {
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 0;
    margin-right: 20px;
    width: calc(33% - 20px);
  }
  body.page-template-template-two-columns section.wrap aside .additional-info {
    margin-top: 120px;
  }
  body.page-template-template-two-columns section.wrap main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(67% - 20px);
  }
}
@media only screen and (min-width: 980px) {
  body.page-template-template-two-columns section.wrap aside,
  body.page-template-template-two-columns section.wrap main {
    width: calc(50% - 20px);
  }
  body.page-template-template-two-columns section.wrap aside {
    font-size: 20px;
    line-height: 1.3em;
  }
}

img.simple-footer-logo {
  max-width: 80px;
  height: auto;
}

.custom-stamps .banner .container .textwidget {
  display: none;
}

.packaging-options .container {
  max-width: 1480px;
  padding-right: 40px;
  padding-left: 40px;
}
.packaging-options .container .packaging {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 800px) {
  .packaging-options .container .packaging {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.packaging-options .container .packaging h4,
.packaging-options .container .packaging p {
  color: #a3a08b;
}
.packaging-options .container .packaging h4 {
  font-size: 1.5rem;
  font-weight: 600;
}
.packaging-options .container .packaging .bulk {
  margin-bottom: 80px;
}
@media only screen and (min-width: 800px) {
  .packaging-options .container .packaging .bulk {
    margin-right: 80px;
    margin-bottom: 0;
  }
}
.packaging-options .container .packaging .bulk img {
  max-width: 250px;
}
@media only screen and (min-width: 800px) {
  .packaging-options .container .packaging .bulk img {
    max-width: 100%;
  }
}
.packaging-options .container .packaging .individual .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 374px) {
  .packaging-options .container .packaging .individual .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.packaging-options .container .packaging .individual .flex p {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  font-size: 1.2rem;
}
.packaging-options .container .packaging .individual .flex p.plus {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 374px) {
  .packaging-options .container .packaging .individual .flex p {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}

.custom-stamp-examples-top {
  padding: 80px;
}

.get-quote-btn {
  cursor: pointer;
}

.woocommerce-checkout .landing-page {
  padding-top: 0;
}
.woocommerce-checkout .landing-page .container {
  padding-top: 0;
}
.woocommerce-checkout .landing-page .steps {
  padding-top: 60px;
}
.woocommerce-checkout .landing-page .checkout_coupon {
  margin: 0 0 40px 0;
}

.steps .step {
  max-width: 100px !important;
  width: 100%;
  height: auto;
  margin-left: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .steps .step {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 980px) {
  .steps .step {
    margin-left: 100px;
    max-width: 160px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .steps .step {
    margin-left: 0;
  }
}
.steps .step-1 {
  margin-bottom: 40px;
}

body.page-template-template-custom-stamps > section.white > div > h1 {
  margin-bottom: 40px;
}

body.lets-make-some-stamps section.landing-page .container {
  padding-top: 40px;
}
body.lets-make-some-stamps section.landing-page .steps.container {
  padding-top: 80px;
  padding-bottom: 0;
}

.page-template-template-gallery .stamp-examples {
  display: grid;
  grid-template-columns: 1fr;
  background-color: white;
}
@media only screen and (min-width: 800px) {
  .page-template-template-gallery .stamp-examples {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-template-template-gallery .stamp-examples .stamp-example {
  border-top: 1px solid #fff;
  margin: 0;
  padding: 0;
}
.page-template-template-gallery .stamp-examples .stamp-example .stamp-example-image {
  position: relative;
  line-height: 0;
}
.page-template-template-gallery .stamp-examples .stamp-example .stamp-example-image img {
  width: 100%;
  height: auto;
}
.page-template-template-gallery .stamp-examples .stamp-example .stamp-example-description {
  padding: 40px 0 80px 0;
}
.page-template-template-gallery .stamp-examples .stamp-example .stamp-example-description p {
  padding: 20px 20px 0 20px;
  text-align: left;
  margin: auto;
  word-break: break-word;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 800px) {
  .page-template-template-gallery .stamp-examples .stamp-example .stamp-example-description p {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-template-template-gallery .stamp-examples .stamp-example:last-child {
  border-bottom: none;
}

.page-template-template-download-templates .download-templates {
  background: #fff;
}
.page-template-template-download-templates .download-templates hr, .page-template-template-download-templates .download-templates article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='black'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  max-width: 96px;
}
.page-template-template-download-templates .download-templates .container {
  padding: 40px 40px;
  max-width: 1500px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .page-template-template-download-templates .download-templates .container {
    padding: 80px 80px 40px 80px;
  }
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 120px 0;
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper:nth-of-type(1) {
  margin: 80px 0 0 0;
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper:nth-of-type(2) {
  margin: 0 0 120px 0;
}
@media only screen and (min-width: 980px) {
  .page-template-template-download-templates .download-templates .container .blank-templates-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper .blank-template-wrapper {
  margin: 40px 0;
}
@media only screen and (max-width: 480px) {
  .page-template-template-download-templates .download-templates .container .blank-templates-wrapper .blank-template-wrapper .buy-more-wrapper {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 980px) {
  .page-template-template-download-templates .download-templates .container .blank-templates-wrapper .blank-template-wrapper .buy-more-wrapper {
    margin: 40px 0;
  }
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper .blank-template-wrapper .buy-more-wrapper .buy-more {
  text-align: left;
  max-width: 335px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper .blank-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 980px) {
  .page-template-template-download-templates .download-templates .container .blank-templates-wrapper .blank-template {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0;
  }
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper .blank-template .blank-thumbnail {
  margin: 0 20px 0 0;
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper .blank-template .blank-thumbnail img {
  max-width: 150px;
  width: 100%;
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper .blank-template .blank-info {
  text-align: left;
  font-size: 16px;
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper .blank-template .blank-info p {
  line-height: 20px;
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper .blank-template .blank-info a {
  border-bottom: none;
}
.page-template-template-download-templates .download-templates .container .blank-templates-wrapper:nth-of-type(2) .blank-template-wrapper:last-child {
  display: none;
}

/*
 * Banner section
 */
section.banner {
  height: 100vh;
  color: white;
  position: relative;
  overflow: hidden;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
section.banner h2 {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.15em;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
  font-size: 29px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  section.banner h2 {
    font-size: 34px;
  }
}
section.banner a {
  border: none;
  padding: 0;
}
section.banner hr, section.banner article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3Cfilter x='-100.0%' y='-100.0%' width='300.0%' height='300.0%' filterUnits='objectBoundingBox' id='filter-2'%3E%3CfeOffset dx='0' dy='0' in='SourceAlpha' result='shadowOffsetOuter1'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='1' in='shadowOffsetOuter1' result='shadowBlurOuter1'%3E%3C/feGaussianBlur%3E%3CfeColorMatrix values='0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.248726223 0' type='matrix' in='shadowBlurOuter1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Cg id='dot'%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill='white' fill-rule='evenodd' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.banner p:first-child {
  display: inline;
  margin: 0;
}
section.banner p:first-child img {
  max-width: 420px;
  -webkit-transform: scale(1.03);
       -o-transform: scale(1.03);
          transform: scale(1.03);
}
section.banner .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.banner .container {
  max-width: 670px;
  position: relative;
}
section.banner hr, section.banner article:not(:last-child)::after {
  max-width: 600px;
}

footer {
  color: black;
}
footer .bg {
  background-image: url("../images/bg-wavey-lines-dad9d6.png");
  background-position: top right 20vw;
  background-repeat: repeat-y;
  background-size: auto 54px;
  height: 200px;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  footer .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
footer .container {
  max-width: 1515px;
  padding-bottom: 20px;
}
footer hr, footer article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='black'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  max-width: 96px;
}
footer .logo {
  max-width: 40px;
}
footer .cm-footer-form {
  margin-bottom: 30px;
}
footer .cm-footer-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer .cm-footer-form form label[for=fieldEmail], footer .cm-footer-form form br {
  display: none;
}
footer .cm-footer-form form input[type=email] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
}
footer .cm-footer-form form p {
  margin: 0;
  padding: 0;
}
footer .cm-footer-form form .submit {
  background-color: #882836;
  border: none;
  font-size: 20px;
  line-height: 1.15em;
  height: 2.5em;
  padding: 5px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
footer .cm-footer-form form .submit:focus, footer .cm-footer-form form .submit:hover {
  background-color: rgb(175.4090909091, 51.5909090909, 69.6477272727);
}
footer .social {
  font-size: 0.01em;
  line-height: 0.01em;
}
footer .social a {
  border: none;
}
footer .social a:not(:first-child) {
  margin-left: 10px;
}
footer .social img {
  height: 32px;
  width: auto;
}
@media only screen and (max-width: 479px) {
  footer a[href^=mailto] {
    font-size: 14px;
  }
  footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 600px) {
  footer .mc4wp-form {
    margin: 0;
  }
}
footer .head {
  text-align: center;
  margin-bottom: 40px;
}
footer .intro {
  text-align: left;
  margin-bottom: 40px;
}
footer .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 980px) {
  footer .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .flex-container .flex-item {
  text-align: left;
}
footer .flex-container .flex-item ul.foot-nav-1 li,
footer .flex-container .flex-item ul.foot-nav-2 li {
  margin: 10px 0;
}
@media only screen and (min-width: 980px) {
  footer .flex-container .flex-item ul.foot-nav-1 li,
  footer .flex-container .flex-item ul.foot-nav-2 li {
    margin: 0;
  }
}
footer .flex-container .flex-item ul.foot-nav-1 li a,
footer .flex-container .flex-item ul.foot-nav-2 li a {
  padding: 12px 10px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  border-bottom: none;
}
@media only screen and (min-width: 980px) {
  footer .flex-container .flex-item ul.foot-nav-1 li a,
  footer .flex-container .flex-item ul.foot-nav-2 li a {
    padding: 0;
  }
}
footer .flex-container .flex-item ul.foot-nav-1 {
  margin-top: 20px;
}
@media only screen and (min-width: 980px) {
  footer .flex-container .flex-item ul.foot-nav-1 {
    margin-top: 0;
  }
}
footer .flex-container .flex-item ul.foot-nav-2 {
  margin-top: 60px;
}
footer .flex-container .flex-item ul.foot-nav-2 li a {
  text-decoration: none;
  border-bottom: none;
  font-size: 16px;
}

header {
  background-color: transparent;
  border-bottom: 2px solid transparent;
  font-size: 0.01em;
  max-height: 0;
  line-height: 0.01em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10 !important;
  -webkit-transition: background-color 500ms linear, max-height 500ms ease-out;
  -o-transition: background-color 500ms linear, max-height 500ms ease-out;
  transition: background-color 500ms linear, max-height 500ms ease-out;
}
body.mobile-menu-active header {
  background-color: #edece8;
  border-bottom: 2px solid #282828;
  max-height: 500px;
  -webkit-transition: background-color 500ms linear, max-height 500ms ease-out;
  -o-transition: background-color 500ms linear, max-height 500ms ease-out;
  transition: background-color 500ms linear, max-height 500ms ease-out;
}
header .brand {
  border: none;
  padding: 0;
  min-height: 60px;
}
header .brand img {
  height: 52px;
  width: auto;
}
header .brand img.big {
  display: none;
}
header .container {
  max-width: 1515px;
  padding: 20px 20px;
  position: relative;
  text-align: left;
}
header .nav {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: max-height 500ms ease-out, opacity 500ms ease-out, padding 500ms ease-out;
  -o-transition: max-height 500ms ease-out, opacity 500ms ease-out, padding 500ms ease-out;
  transition: max-height 500ms ease-out, opacity 500ms ease-out, padding 500ms ease-out;
}
.mobile-menu-active header .nav {
  opacity: 1;
  padding: 30px 0 10px;
  max-height: 400px;
  -webkit-transition: max-height 500ms ease-out, opacity 500ms ease-out 500ms, padding 500ms ease-out;
  -o-transition: max-height 500ms ease-out, opacity 500ms ease-out 500ms, padding 500ms ease-out;
  transition: max-height 500ms ease-out, opacity 500ms ease-out 500ms, padding 500ms ease-out;
}
header .nav li {
  font-size: 18px;
  line-height: 1.15em;
  margin: 20px 0;
}
header .nav li:first-child {
  margin-top: 0;
}
header .nav li:last-child {
  margin-bottom: 0;
}
header .nav li a {
  border: none;
  color: #282828;
  text-transform: uppercase;
}
body.single-artist-series header .nav li.menu-item-object-artist-series a, header .nav li.current-menu-item a {
  border-bottom: 1px solid #282828;
}
header .nav li.current-page-ancestor {
  border-bottom: 1px solid #282828;
}
header .nav-toggle {
  position: absolute;
  top: 34px;
  right: 20px;
}
@media only screen and (min-width: 800px) {
  header #menu-menu-1 li:first-child {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  header {
    background-color: #edece8;
    border-bottom: 2px solid #282828;
    max-height: none;
  }
  header .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 60px;
  }
  header .nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    margin-left: 20px;
    opacity: 1;
    padding: 0;
    max-height: none;
    overflow: visible;
  }
  header .nav li {
    margin: 0;
  }
  header .nav li:not(:last-child) {
    margin-right: 40px;
  }
  header .nav-toggle {
    top: 33px;
  }
}
@media only screen and (min-width: 980px) {
  header .brand img {
    height: 62px;
  }
  header .brand img.big {
    display: inline-block;
  }
  header .brand img.small {
    display: none;
  }
}

@media only screen and (max-width: 799px) {
  .dummyFilter {
    display: none !important;
  }
}
@media only screen and (max-width: 799px) {
  header .container {
    background: #edece8;
  }
  .upcoming-artists-header .container {
    margin-top: 80px;
  }
  .upcoming-artists-header .container h2 {
    font-size: 29px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 799px) and (min-width: 600px) {
  .upcoming-artists-header .container h2 {
    font-size: 34px;
  }
}
section {
  overflow: hidden;
}

section.selections-1 {
  background-color: #282828;
  color: white;
  -webkit-font-smoothing: antialiased;
}
section.selections-1 a {
  border: none;
  color: white;
}
section.selections-1 a.underline {
  border-bottom: 1px solid white;
}
section.selections-1 hr, section.selections-1 article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='white'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.selections-1 .selection {
  cursor: pointer;
  margin: 60px auto;
  /*
   * Sheet orientation
   */
  /*
   * Template
   */
}
section.selections-1 .selection:first-child {
  margin-top: 0;
}
section.selections-1 .selection:last-child {
  margin-bottom: 0;
}
section.selections-1 .selection.orientation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
section.selections-1 .selection.orientation > * {
  font-size: 0.01em;
  line-height: 0.01em;
  margin-right: 10px;
}
section.selections-1 .selection.orientation > *:last-child {
  margin-right: 0;
}
section.selections-1 .selection.orientation .landscape > img {
  margin-top: 6px;
  width: 30px;
}
section.selections-1 .selection.orientation .portrait > img {
  width: 24px;
}
section.selections-1 .selection.orientation + hr, section.selections-1 .selection.orientation + article:not(:last-child)::after {
  margin-top: 15px;
  max-width: 96px;
}
section.selections-1 .selection.template {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 1.3em;
  margin-top: 60px;
}
section.selections-1 .selection.template h2 {
  margin-bottom: 0;
}
section.selections-1 .selection.template p {
  color: #a3a08b;
  margin-top: 0;
}
section.selections-1 .selection.template > * {
  margin: 60px 0;
}
section.selections-1 .selection.template > *:first-child {
  margin-top: 0;
}
section.selections-1 .selection.template > *:last-child {
  margin-bottom: 0;
}
section.selections-1 .selection.template > * .overlay-wrapper .thumbnail {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.selections-1 .selection.template > * .overlay-wrapper .thumbnail .landscape {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 300ms linear 200ms;
  -o-transition: opacity 300ms linear 200ms;
  transition: opacity 300ms linear 200ms;
}
section.selections-1 .selection.template > * .overlay-wrapper .thumbnail .portrait {
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.selections-orientation-landscape section.selections-1 .selection.template > * .overlay-wrapper .thumbnail {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.selections-orientation-landscape section.selections-1 .selection.template > * .overlay-wrapper .thumbnail .landscape {
  opacity: 1;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
}
.selections-orientation-landscape section.selections-1 .selection.template > * .overlay-wrapper .thumbnail .portrait {
  opacity: 0;
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}
section.selections-1 .selection.template .four .overlay-wrapper .thumbnail {
  width: 123px;
}
section.selections-1 .selection.template .nine .overlay-wrapper .thumbnail {
  width: 160px;
}
section.selections-1 .selection.template .twentyfive .overlay-wrapper .thumbnail {
  width: 250px;
}
section.selections-1 .selection.template .one .overlay-wrapper .thumbnail {
  width: 125px;
}
section.selections-1 .selection.template .overlay {
  margin-top: 20px;
}
section.selections-1 .selection.template .overlay ul {
  list-style: none;
  margin-top: 5px;
}
section.selections-1 .selection.template .overlay ul li {
  display: inline;
}
section.selections-1 .selection.template .overlay ul li:before {
  content: "/";
  margin-right: 10px;
}
section.selections-1 .selection.template .overlay ul li:first-child {
  margin: 0;
}
section.selections-1 .selection.template .overlay ul li:first-child:before {
  display: none;
}
section.selections-1 .selection.template .overlay-wrapper {
  margin-top: 20px;
}
section.selections-1 .selection.template .two .overlay-wrapper .thumbnail {
  width: 160px;
}
@media only screen and (min-width: 600px) {
  section.selections-1 .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.selections-1 .selection {
    /*
     * Template
     */
  }
  section.selections-1 .selection.template {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.selections-1 .selection.template > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 40px 0 0;
  }
  section.selections-1 .selection.template > *:nth-child(n+3) {
    margin-top: 60px;
  }
  section.selections-1 .selection.template > *:nth-child(2n) {
    margin-right: 0;
  }
  section.selections-1 .selection.template .overlay-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-flex: 9999;
        -ms-flex-positive: 9999;
            flex-grow: 9999;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  section.selections-1 .selection.template .overlay-wrapper .thumbnail {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 800px) {
  section.selections-1 .container {
    max-width: 1280px;
    padding-right: 40px;
    padding-left: 40px;
  }
  section.selections-1 .selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*
     * Template
     */
  }
  section.selections-1 .selection.template {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.selections-1 .selection.template > *, section.selections-1 .selection.template > *:nth-child(2n), section.selections-1 .selection.template > *:nth-child(n+3) {
    margin: 0 40px 0 0;
  }
  section.selections-1 .selection.template > *:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 800px) {
  section.selections-1 .selection.template {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  section.selections-1 .selection > * {
    opacity: 0.5;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  section.selections-1 .selection > *:hover {
    opacity: 1;
  }
}

section.selections-2 {
  background-color: #495747;
  color: white;
  text-align: left;
}
section.selections-2 hr, section.selections-2 article:not(:last-child)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-2.000000, -2.000000)' fill='white'%3E%3Ccircle id='dot' cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.selections-2 .selection {
  cursor: pointer;
}
section.selections-2 .selection > * {
  margin: 40px 0;
}
section.selections-2 .selection > *:first-child {
  margin-top: 0;
}
section.selections-2 .selection > *:last-child {
  margin-bottom: 0;
}
section.selections-2 .selection ul li {
  padding-left: 30px;
  position: relative;
}
section.selections-2 .selection ul li:before {
  content: "•";
  display: block;
  left: 0;
  position: absolute;
  top: 1px;
  width: auto;
}
section.selections-2 .selection .digital > img {
  max-width: 90px;
}
section.selections-2 .selection .letterpress > img {
  max-width: 51px;
}
@media only screen and (min-width: 800px) {
  section.selections-2 .container {
    max-width: 1280px;
    padding-right: 40px;
    padding-left: 40px;
  }
  section.selections-2 .selection {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  section.selections-2 .selection > * {
    margin: 0 40px;
    opacity: 0.5;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  section.selections-2 .selection > *:hover {
    opacity: 1;
  }
  section.selections-2 .selection > *:last-child {
    margin-right: 0;
  }
  section.selections-2 .selection hr, section.selections-2 .selection article:not(:last-child)::after {
    background-repeat: repeat-y;
    width: 8px;
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  section.selections-2 .selection > * > img {
    margin-left: -20px;
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

section.selections-3 {
  background-color: #f7f7f7;
  color: #282828;
  text-align: left;
}
section.selections-3 h1,
section.selections-3 h2 {
  text-align: center;
  margin-bottom: 30px;
}
section.selections-3 h2 {
  font-size: 29px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  section.selections-3 h2 {
    font-size: 34px;
  }
}
section.selections-3 h3 {
  margin-top: 10px;
  min-height: 60px;
}
section.selections-3 .container {
  padding-bottom: 40px;
}
section.selections-3 .container .note {
  padding-top: 80px;
  text-align: center;
}
section.selections-3 .selection {
  cursor: pointer;
}
section.selections-3 .selection > * {
  margin: 40px 0;
}
section.selections-3 .selection > *:first-child {
  margin-top: 0;
}
section.selections-3 .selection > *:last-child {
  margin-bottom: 0;
}
section.selections-3 .selection ul li {
  padding-left: 30px;
  position: relative;
}
section.selections-3 .selection ul li:before {
  content: "•";
  display: block;
  left: 0;
  position: absolute;
  top: 1px;
  width: auto;
}
section.selections-3 .selection .digital > img {
  max-height: 35px;
  max-width: 70px;
}
section.selections-3 .selection .letterpress > img {
  max-height: 35px;
  max-width: 35px;
}
section.selections-3 .selection .risograph > img {
  max-height: 35px;
  max-width: 50px;
}
@media only screen and (min-width: 800px) {
  section.selections-3 .container {
    max-width: 1480px;
    padding-right: 40px;
    padding-left: 40px;
  }
  section.selections-3 .selection {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  section.selections-3 .selection > * {
    margin: 0 40px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  section.selections-3 .selection > *:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  section.selections-3 .selection > * > img {
    margin-left: 20px;
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

body#tinymce {
  background-color: white;
  margin: 12px !important;
  text-align: left;
}
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5,
body#tinymce h6,
body#tinymce p,
body#tinymce ul,
body#tinymce ol,
body#tinymce blockquote,
body#tinymce hr,
body#tinymce article:not(:last-child)::after,
body#tinymce form {
  margin: 20px auto;
}
body#tinymce h1:first-child,
body#tinymce h2:first-child,
body#tinymce h3:first-child,
body#tinymce h4:first-child,
body#tinymce h5:first-child,
body#tinymce h6:first-child,
body#tinymce p:first-child,
body#tinymce ul:first-child,
body#tinymce ol:first-child,
body#tinymce blockquote:first-child,
body#tinymce hr:first-child,
body#tinymce article:first-child:not(:last-child)::after,
body#tinymce form:first-child {
  margin-top: 0;
}
body#tinymce h1:last-child,
body#tinymce h2:last-child,
body#tinymce h3:last-child,
body#tinymce h4:last-child,
body#tinymce h5:last-child,
body#tinymce h6:last-child,
body#tinymce p:last-child,
body#tinymce ul:last-child,
body#tinymce ol:last-child,
body#tinymce blockquote:last-child,
body#tinymce hr:last-child,
body#tinymce article:last-child:not(:last-child)::after,
body#tinymce form:last-child {
  margin-bottom: 0;
}
body#tinymce h4 {
  font-weight: bold;
}

.woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce form.checkout_coupon {
  border: 1px solid rgba(207, 200, 216, 0.3);
}
.woocommerce .woocommerce-form-coupon {
  padding: 5px 10px;
}
.woocommerce .woocommerce-form-coupon p {
  margin: 0;
  font-size: 14px;
}
.woocommerce .woocommerce-form-coupon input {
  font-size: 14px;
}
.woocommerce .woocommerce-order .woocommerce-notice {
  padding-top: 20px;
}
.woocommerce .woocommerce-order-details .product-quantity {
  display: none;
}
.woocommerce .woocommerce-message {
  border-top-color: #a29f8c;
}
.woocommerce .woocommerce-message:before {
  left: 0;
}
.woocommerce .woocommerce-message:before {
  content: "\e015";
  color: #495747;
  left: 0;
}
.woocommerce .woocommerce-info {
  border-top: none;
  padding: 1em 2em 1em 1.5em;
}
.woocommerce .woocommerce-info:before {
  left: 0;
  color: #a29f8c;
}
.woocommerce .woocommerce-error {
  border-top-color: #882836;
}
.woocommerce .woocommerce-error:before {
  content: "\e016";
  color: #882836;
}
.woocommerce .woocommerce-checkout .wrap {
  padding: 0 80px 120px 80px;
}
.woocommerce .woocommerce-checkout ul#shipping_method li label {
  float: right;
  margin: 0;
  font-weight: 400;
}
.woocommerce button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce button[type=submit] {
  color: #f7f7f7;
  background-color: #882836;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  font-weight: 400;
}
.woocommerce button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button[type=submit]:hover {
  color: #f7f7f7;
  background-color: #882836;
}
.woocommerce .product .summary {
  float: left;
  min-width: 100%;
}
.woocommerce .product .summary .gform_footer {
  display: none;
}
.woocommerce label.gfield_label::after {
  content: ":";
}
.woocommerce .woocommerce-billing-fields .required {
  display: none;
}
.woocommerce .woocommerce-checkout-payment {
  margin-top: 20px;
}
.woocommerce .woocommerce-checkout-review-order table {
  border-spacing: 0;
}
.woocommerce .woocommerce-checkout-review-order .product-name .product-quantity {
  display: none;
}
.woocommerce .woocommerce-checkout-review-order .product-name dl.variation {
  display: block;
}
.woocommerce .woocommerce-checkout-review-order .product-name dl.variation dt {
  font-weight: bold;
}
.woocommerce .woocommerce-checkout-review-order .product-name dl.variation dd {
  margin: 10px 0;
}
.woocommerce .woocommerce-checkout-review-order .product-name .map-it-link {
  display: none;
}

a.woocommerce-remove-coupon {
  display: inline-block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #882836 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
a.woocommerce-remove-coupon:hover {
  color: #fff !important;
  background: #882836;
}

.blockOverlay {
  z-index: 9 !important;
}

.woocommerce-checkout #payment div.form-row {
  overflow: hidden;
}

#customer_details > div.col-2 > p.form-row.form-row-last > button {
  padding: 15px 30px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin-bottom: 40px;
  text-align: center;
}
.woocommerce-order-received .col-2 {
  margin-top: 40px;
}

#wc-print-button {
  margin: 0 auto 40px auto;
  display: block;
}

@media print {
  #wc-print-button {
    display: none;
  }
  body * {
    visibility: hidden;
  }
  .woocommerce-order,
  .woocommerce-order * {
    visibility: visible;
  }
  .woocommerce-order {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.payment_method_stripe label[for=card-element] {
  display: none;
}

.woocommerce-cart .woocommerce .actions {
  display: none;
}
.woocommerce-cart .woocommerce .cart_totals h2,
.woocommerce-cart .woocommerce .cart_totals .shop_table {
  display: none;
}

.page-template-template-simple .woocommerce .product-remove .remove,
.page-template-template-simple .woocommerce .product-remove .remove:hover {
  color: #882836 !important;
  font-size: 0;
  height: 15px;
  width: 15px;
  background: url("../images/delete.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-simple.cart .woocommerce-info {
  display: none;
}

.single-product .banner {
  display: none;
}

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