@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,700&display=swap");
@import url("slick-css.css");
body {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.313rem;
  color: #664425; }

.color-yellow {
  color: #E2AB26; }

h1, h2, h3, nav, .footer-links, .slick-dots .dot {
  font-family: 'Abril Fatface', serif; }

h4, em {
  font-family: serif; }

.mm-container {
  padding: 0 16%; }

.py-lg-80 {
  padding-top: 100px;
  padding-bottom: 100px; }

.py-lg-60 {
  padding: 60px 0; }

.pb-lg-60 {
  padding-bottom: 60px; }

.px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.pt-30 {
  padding-top: 30px; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-0 {
  margin-top: 0; }

.mb-40 {
  margin-bottom: 40px; }

.my-auto {
  margin-left: auto;
  margin-right: auto; }

.d-flex {
  display: flex; }

.font-normal {
  font-weight: normal; }

img {
  max-width: 100%;
  display: block; }

.text-16 {
  font-size: 1rem; }
  .text-16.uppercase {
    text-transform: uppercase; }

.text-24 {
  font-size: 1.5rem; }

h1 {
  line-height: 1;
  font-size: 3rem;
  margin: 0 0 60px; }
  h1.uppercase {
    text-transform: uppercase; }
  h1.italic {
    font-style: italic; }

h2 {
  line-height: 1;
  font-size: 3rem;
  margin: 0 0 60px;
  font-weight: normal; }
  h2.transform-none {
    text-transform: none; }

h3 {
  font-size: 1.625rem;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: normal; }

.color-white {
  color: #FFFFFF; }
  .color-white a {
    color: #FFFFFF; }

.text-center {
  text-align: center; }

.mm-row {
  display: flex;
  margin: 0 -100px; }
  .mm-row .col-lg-50 {
    padding: 0 100px;
    width: 50%; }

a {
  color: #664425;
  text-decoration: underline;
  font-size: 1.5rem; }
  a:hover {
    color: #4B6E2F; }
  a.c-yellow {
    color: #E2AB26; }
    a.c-yellow:hover {
      color: #4B6E2F; }

::-webkit-input-placeholder {
  color: #E2AB26;
  font-family: 'Nunito Sans', sans-serif; }

:-ms-input-placeholder {
  color: #E2AB26;
  font-family: 'Nunito Sans', sans-serif; }

::placeholder {
  color: #E2AB26;
  font-family: 'Nunito Sans', sans-serif; }

input, textarea {
  width: 100%;
  border: 1px solid #E2AB26;
  padding: 15px 25px;
  font-size: 1.313rem;
  line-height: 1.5rem;
  box-sizing: border-box; }

button[type="submit"] {
  font-size: 1.5rem;
  color: #E2AB26;
  background: none;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  margin-left: auto;
  display: block;
  font-family: 'Nunito Sans', sans-serif; }

.top-add {
  background: #664425;
  color: #E2AB26;
  padding: 1rem 0;
  text-align: center; }

nav.main-nav {
  background: #E2AB26; }
  nav.main-nav .logo {
    max-width: 150px;
    padding: 0 40px; }
  nav.main-nav a {
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 20px 20px 40px;
    text-decoration: none; }
  nav.main-nav .main-menu {
    display: flex;
    justify-content: center; }
    nav.main-nav .main-menu a {
      color: #664425;
      align-self: baseline; }
      nav.main-nav .main-menu a:hover {
        text-decoration: none;
        color: #4B6E2F; }
  nav.main-nav .dd-content {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 50px 0;
    display: none;
    transition: all ease 1s;
    z-index: 999; }
    nav.main-nav .dd-content.dd-active {
      display: block; }
    nav.main-nav .dd-content a {
      color: #E2AB26;
      display: block;
      text-align: center;
      padding: 25px 20px;
      font-size: 2rem;
      text-decoration: none; }
      nav.main-nav .dd-content a:hover {
        color: #4B6E2F;
        text-decoration: none; }

.main-hero {
  background: #E2AB26;
  min-height: 520px;
  position: relative;
  margin-bottom: 80px; }
  .main-hero h1, .main-hero em {
    font-family: serif; }
  .main-hero .hero-img-box {
    position: absolute;
    left: 0;
    width: 42.5%;
    height: calc(100% + 80px);
    overflow: hidden;
    top: 0; }
    .main-hero .hero-img-box img {
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      max-width: none;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .main-hero .hero-text-box {
    margin-left: 36%;
    align-self: center; }
  .main-hero .slick-dots {
    right: 0;
    position: absolute;
    top: calc(100% + 30px); }

#the-products {
  background: #2B2B2B; }
  #the-products .d-flex {
    margin: 0 -30px;
    justify-content: space-between; }
    #the-products .d-flex .img-box {
      margin: 0 30px 30px;
      text-align: center;
      position: relative;
      transition: all 1s ease; }
      #the-products .d-flex .img-box h3 {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        transition: all 1s ease;
        margin: 0;
        padding: 0; }
      #the-products .d-flex .img-box:hover::after {
        content: '';
        width: 100%;
        height: 100%;
        background: #2B2B2B;
        opacity: .8;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      #the-products .d-flex .img-box:hover h3 {
        color: #E2AB26;
        bottom: 50%;
        transform: translate(-50%, -50%); }

#the-gift {
  background: #E2AB26; }

#the-newest-products h3 {
  margin: 20px 0 5px;
  font-family: 'Nunito Sans', sans-serif; }

#the-subscribe {
  background: #8B3F43; }
  #the-subscribe h2, #the-subscribe p {
    max-width: 70%; }
  #the-subscribe input {
    max-width: 500px;
    background: #8B3F43; }
  #the-subscribe form {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto; }
    #the-subscribe form .form-box-row {
      width: 100%;
      position: relative; }
      #the-subscribe form .form-box-row button {
        text-decoration: none;
        position: absolute;
        right: 19px;
        top: 11px;
        font-family: monospace; }

#the-contact {
  background: linear-gradient(to right, #D1D1D1 0%, #D1D1D1 50%, #1A5A7D 50%, #1A5A7D 100%); }
  #the-contact .form-box {
    padding: 10px; }
    #the-contact .form-box input, #the-contact .form-box textarea {
      background: #1A5A7D; }
  #the-contact .form-box-row {
    display: flex;
    margin: 0 -10px; }
    #the-contact .form-box-row .form-box {
      width: 100%; }
      #the-contact .form-box-row .form-box.w-50 {
        width: calc(50% - 20px); }

footer {
  background: #2B2B2B;
  color: #E2AB26; }
  footer a {
    text-decoration: none;
    display: block;
    white-space: nowrap; }
  footer .footer-row {
    display: flex;
    margin: 0 -50px; }
    footer .footer-row .footer-col {
      padding: 0 50px; }
      footer .footer-row .footer-col h4 {
        margin: 0 0 1rem;
        white-space: nowrap; }
  footer .copyright-msg {
    font-size: 0.875rem;
    margin: 80px 0 -40px; }
  footer .social-media {
    max-width: 30px;
    padding-bottom: 20px; }
  footer #facebook-icon {
    content: url("../images/social_media/yellow/inzpirato-0224-icon-facebook-yellow-01.png"); }
    footer #facebook-icon:hover {
      content: url("../images/social_media/green/inzpirato-0224-icon-facebook-green-01.png"); }
  footer #linkedin-icon {
    content: url("../images/social_media/yellow/inzpirato-0224-icon-linkedin-yellow-01.png"); }
    footer #linkedin-icon:hover {
      content: url("../images/social_media/green/inzpirato-0224-icon-linkedin-green-01.png"); }

#sh3-close,
.oxs-close {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  content: url(https://neon.epson-europe.com/files/repo/2021/ReadyPrintAdobeTargetpopup2021/img/popup-close-icon-black.png);
  opacity: 0.5;
  width: 16px;
  height: 16px;
  padding: 20px; }

#showcase3-popup,
.oxs-popup {
  display: none; }

#showcase3-popup::before,
.oxs-popup::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0; }

.showcase3-popup-content {
  background: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  max-width: 68%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 99999999; }
  .showcase3-popup-content .sh3-text {
    display: none; }
  .showcase3-popup-content .sh3-btn {
    background: #664425;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 15px 30px;
    font-size: 1.313rem;
    line-height: 1.75rem;
    font-family: MentorSansStd, sans-serif;
    /*letter-spacing: 0.15rem;*/
    min-width: 170px;
    text-transform: uppercase;
    margin-top: 60px;
    display: inline-block;
    cursor: pointer; }

.slick-dots {
  justify-content: flex-end; }
  .slick-dots li {
    padding: 0 10px;
    font-size: 1.5rem; }
    .slick-dots li.slick-active {
      border-bottom: 2px solid #664425; }
    .slick-dots li:hover {
      color: #4B6E2F;
      cursor: pointer; }
    .slick-dots li a {
      text-decoration: none; }
  .slick-dots button {
    background: none;
    border: none; }

.cookie-policy {
  background: #8B3F43;
  color: #E2AB26;
  padding: 35px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999999;
  font-size: 1rem; }
  .cookie-policy a {
    font-size: 1rem; }

.cookie-col3 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -10px;
  justify-content: space-between; }
  .cookie-col3 .btn-box {
    padding: 0 10px;
    display: flex;
    width: auto !important;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .cookie-col3 .btn-box a {
      padding: 0 10px;
      text-transform: uppercase; }

#scroll-top {
  display: inline-block;
  background-color: #d1d1d1cc;
  padding: 14px 20px 18px;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border: 1px solid #E2AB26;
  color: #E2AB26;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#scroll-top:hover {
  cursor: pointer;
  background-color: rgba(226, 171, 38, 0.1); }

#scroll-top:active {
  background-color: rgba(226, 171, 38, 0.1); }

#scroll-top.show {
  opacity: 1;
  visibility: visible; }

.toggle-info, .toggle-info svg {
  cursor: pointer;
  padding: 0 0 0 5px; }

.checkbox-box, .toggle-info {
  display: flex;
  flex-wrap: wrap;
  align-self: center; }

.checkbox-box {
  padding: 0 0 10px; }
  .checkbox-box input {
    width: auto; }

.checkbox-box .cookie-info-box {
  display: none;
  flex: 1 0 100%; }

.checkbox-box .info-box {
  display: none;
  flex: 1 0 100%;
  font-size: 12px;
  padding: 3px 0 20px; }

/*Media queries*/
@media (max-width: 1199px) {
  h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0 0 20px; }

  h4 {
    font-size: 1.525rem;
    line-height: 1.438rem;
    margin: 0 0 20px; }

  .section-1 .mm-row {
    flex-wrap: wrap; }
    .section-1 .mm-row .col-lg-50 {
      width: 100%; }
    .section-1 .mm-row .story-img {
      padding: 0;
      margin: 0 auto; } }
@media (max-width: 991px) {
  .mm-container {
    padding: 0 30px; }

  .pb-lg-60 {
    padding-bottom: 30px; }

  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .mm-row {
    flex-wrap: wrap; }
    .mm-row .col-lg-50 {
      width: 100%; }
    .mm-row .pb-sm-50 {
      padding-bottom: 50px; }

  h1 {
    /* letter-spacing: 0.55rem;*/
    line-height: 3.8rem;
    font-size: 3rem;
    margin: 30px 0 0; }

  h2 {
    font-size: 1.813rem;
    /*letter-spacing: 0.35rem;*/
    line-height: 2.125rem;
    margin: 0 0 30px; }

  .main-hero {
    min-height: 680px; }
    .main-hero .logo {
      max-height: 100px; }

  .showcase3-popup-content {
    padding: 30px; }
    .showcase3-popup-content .sh3-btn {
      margin-top: 30px; }

  .text-small {
    font-size: 0.85rem; } }
@media (max-width: 575px) {
  h1 {
    /*letter-spacing: 0.35rem;*/
    line-height: 3.3rem;
    font-size: 2.8rem;
    margin: 30px 0 0; }

  nav .main-menu a, .footer-links a {
    padding: 20px 15px; } }
