/*!
Theme Name: mimaki2
Theme URI: http://underscores.me/
Author: firestak
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mimaki
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*@font-face {
    font-family: 'HelveticaNeue Medium';
    src: url('./assets/fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeueMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue Light';
    src: url('./assets/fonts/HelveticaNeueLight.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue Bold';
    src: url('./assets/fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue Regular';
    src: url('./assets/fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('./assets/fonts/HelveticaNeueRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}*/
/*add font*/
@import url("./assets/css/nns.css");
@import url("./assets/css/pages/contact.css");
@import url("./assets/css/pages/about-us.css");
@import url("./assets/css/pages/promos.css");
@import url("./assets/css/pages/homepage.css");
@import url("./assets/css/pages/support.css");
@import url("./assets/css/pages/recouces.css");
@import url("./assets/css/pages/products.css");
@import url("./assets/css/pages/create.css");
@import url("./assets/css/pages/single-product.css");
@import url("./assets/css/pages/support-child-pages.css");
@import url("./assets/css/pages/about-child-pages.css");
@import url("./assets/css/pages/engraving-laser.css");
@import url("./assets/css/pages/print-on.css");
@import url("./assets/css/acton-form.css");
@font-face {
  font-family: "HelveticaNeue Regular";
  src: url("./assets/fonts/helvetica_neue_regular.woff2") format("woff2"), url("./assets/fonts/helvetica_neue_regular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue Medium";
  src: url("./assets/fonts/helvetica_neue_medium.woff2") format("woff2"), url("./assets/fonts/helvetica_neue_medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue Light";
  src: url("./assets/fonts/helvetica_neue_light.woff2") format("woff2"), url("./assets/fonts/helvetica_neue_light.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue Bold";
  src: url("./assets/fonts/helvetica_neu_bold.woff2") format("woff2"), url("./assets/fonts/helvetica_neu_bold.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url('./assets/js/icons/font/fontello.eot?14845602');
  src: url('./assets/js/icons/font/fontello.eot?14845602#iefix') format('embedded-opentype'),
       url('./assets/js/icons/font/fontello.woff2?14845602') format('woff2'),
       url('./assets/js/icons/font/fontello.woff?14845602') format('woff'),
       url('./assets/js/icons/font/fontello.ttf?14845602') format('truetype'),
       url('./assets/js/icons/font/fontello.svg?14845602#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  /*font-family: 'HelveticaNeue Regular' !important;*/
  font-family: Helvetica Neue, Arial, sans-serif !important;
  color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a,
input,
textarea,
select,
option {
  outline: none;
}

.font-helveticaNeue-bold {
  font-family: "HelveticaNeue Bold" !important;
}

.font-helveticaNeue-regul {
  font-family: "HelveticaNeue Regular" !important;
}

.font-helveticaNeue-medi {
  font-family: "HelveticaNeue Medium" !important;
}

.img-fluid {
  width: 100% !important;
}

.hide{ display:none; }

@media (min-width: 2560px) {
  .container {
    max-width: 2130px !important;
    /*    max-width: 1632px !important;*/
  }
}
@media (max-width: 2559px) and (min-width: 1920px) {
  .container {
    max-width: 1647px !important;
    /*    max-width: 1632px !important;*/
  }
}
@media (max-width: 1919px) and (min-width: 1556px) {
  .container {
    max-width: 1356px !important;
  }
}
@media (max-width: 1555px) {
  .container {
    max-width: 1351px !important;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 1254px !important;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1118px !important;
  }
}
@media (max-width: 767px) {
  .sphide {
    display: none;
  }
}
@media (min-width: 768px) {
  .pchide {
    display: none;
  }
}
/*header*/
.logo-mobile img {
  max-width: 115px;
}

/*footer back to top*/
/*.page-template-tpl-products{
  .backtotop{
    bottom: 128% !important;
  }
}
.single-product{
  .backtotop{
    bottom: 128% !important;
  }
}*/
@media (max-width: 767px) {
  .backtotop {
    display: none !important;
  }

  .backtotoppro {
    display: none !important;
  }
}
footer {
  position: relative;
  padding: 0.02px 0;
  overflow-y: unset;
}

.backtotop {
  position: fixed;
  right: 40px;
  z-index: 997;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  .backtotop {
    right: 20px;
  }
}
.backtotop a {
  align-items: flex-end;
  background-image: url(/wp-content/uploads/2019/10/arrow_backtotop.png);
  background-repeat: no-repeat;
  background-size: 30px 21px;
  color: #d8d8d8;
  display: flex;
  height: 100%;
  min-height: 50px;
  justify-content: center;
  background-position: top center;
  transition: all 0.5s ease-in-out;
  font-family: "HelveticaNeue Bold";
  font-size: 15px;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 1555px) {
  .backtotop a {
    font-size: 14px;
    background-size: 25px 17px;
    min-height: 44px;
  }
}
.backtotop a:hover {
  background-image: url(/wp-content/uploads/2019/10/arrow_backtotop_hover.png);
  text-decoration: none;
  color: #cd010a;
}

.backtotoppro {
  position: fixed;
  right: 40px;
  z-index: 997;
  bottom: 128%;
}
@media screen and (max-width: 767px) {
  .backtotoppro {
    right: 20px;
  }
}
.backtotoppro a {
  align-items: flex-end;
  background-image: url(/wp-content/uploads/2019/10/arrow_backtotop.png);
  background-repeat: no-repeat;
  background-size: 30px 21px;
  color: #d8d8d8;
  display: flex;
  height: 100%;
  min-height: 50px;
  justify-content: center;
  background-position: top center;
  transition: all 0.5s ease-in-out;
  font-family: "HelveticaNeue Bold";
  font-size: 15px;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 1555px) {
  .backtotoppro a {
    font-size: 14px;
    background-size: 25px 17px;
    min-height: 44px;
  }
}
.backtotoppro a:hover {
  background-image: url(/wp-content/uploads/2019/10/arrow_backtotop_hover.png);
  text-decoration: none;
  color: #cd010a;
}

.together-we-print-row {
  padding-top: 50px;
}
@media screen and (max-width: 1550px) and (min-width: 1281px) {
  .together-we-print-row {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .together-we-print-row {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .together-we-print-row {
    padding-top: 10px;
  }
}

.resources_block_videos .block-video-item .image {
  padding-top: 77%;
  position: relative;
  background: #000;
}

.resources_block_videos .block-video-item .image .img-fluid {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #000;
}

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

/* custom form stuff */

#schedule-a-demo .right-form .form-popup-header .gform_body .gfmc-row-1-column > ul,
#schedule-a-demo .right-form .form-popup-header .gform_body .gfmc-row-2-column > ul,
#schedule-a-demo .right-form .form-popup-header .gform_body .gfmc-row-3-column > ul {
	padding: 0;
}

#schedule-a-demo .right-form .form-popup-header select {
	padding-left: 10px;
}

.single-product-partners.container {
    font-size: 23px;
}
@media screen and (max-width: 1550px) and (min-width: 1025px) {
.single-product-partners.container {
    font-size: 16px;
}
}

.modal-form .ao-form-label {
  display:none !important;
  }
  
  .footer-contact-form .ao-form-label {
      color: #FFF;
  }
  
  /* .footer-contact-form .ao-form input {
  border: none;
  margin: 15px !important;
  color: #fff !important;
  } */
  
  .modal-form .ao-form input,
  .modal-form .ao-form select {
      border: none;
      margin: 15px !important;
      background: transparent;
      border-bottom: 2px solid #6f6f6f !important;
  }
  
  /* .footer-contact-form span{
      color: #fff !important;
      font-size: 14px !important;
      padding: 0 15px;
  }
  
  .footer-contact-form a {
      color: #fff !important;
      font-size: 14px !important;
  }
  
  .footer-contact-form .ao-form input::placeholder,
  .footer-contact-form .ao-form select {
  font-size: 14px !important;
  text-transform: capitalize !important;
  font-family: "HelveticaNeue Medium" !important;
  color: rgba(255,255,255,.35) !important;
  letter-spacing: .25px !important;
  } */
  
  option {
      color: #000 !important;
  }
  
  .modal-form .ao-form input::placeholder,
  .modal-form .ao-form select {
  font-size: 14px !important;
  text-transform: capitalize !important;
  font-family: "HelveticaNeue Medium" !important;
  color: #9a9a9a !important;
  letter-spacing: .25px !important;
  }
  
  /* .footer-contact-form .ao-form textarea::placeholder {
      color: #fff !important;
  }
  
  .footer-contact-form .ao-form-field {
  background: transparent !important;
  border-bottom: 1px solid #fff !important;
  } */
  
  .modal-form .ao-form-field {
      border-bottom: 2px solid #6f6f6f !important;
  }
  
  .modal-form .ao-form textarea {
      margin: 15px !important;
      padding: 15px !important;
      border-color: #9a9a9a !important;
      border-radius: 3px !important;
  }
  
  /* .footer-contact-form .ao-form select,
  .footer-contact-form .ao-form textarea {
  border: none;
  margin: 15px !important;
  }
  
  .footer-contact-form .ao-form textarea {
  border-bottom: none !important;
  background: rgba(255,255,255,.35) !important;
  padding: 15px !important;
  } */
  
  /* .footer-contact-form .ao-form select::after {
  position: absolute;
  content: "";
  right: 10px;
  width: 0;
  top: 10px;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #fbed1d;
  pointer-events: none;
  } */
  
  .modal-form .ao-form-submit {
      background: #0872b9 !important;
  font-size: 18px !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 10px 20px !important;
  border-radius: 25px !important;
  font-family: "HelveticaNeue Medium" !important;
  width: 100% !important;
  max-width: 240px !important;
  cursor: pointer !important;
  border: 0 !important;
  -webkit-transition: all .3s ease-in-out !important;
  transition: all .3s ease-in-out !important;
  }
  
  /* .footer-contact-form .ao-form-submit {
      background: #fff !important;
  font-size: 18px !important;
  color: #000 !important;
  padding: 10px 20px !important;
  border-radius: 30px !important;
  font-family: "HelveticaNeue Medium" !important;
  width: 100% !important;
  max-width: 190px !important;
  height: 55px !important;
  cursor: pointer !important;
  -webkit-transition: all .3s ease-in-out !important;
  transition: all .3s ease-in-out !important;
  border: 0 !important;
  } */
  
.modal-form .ao-form-submit:hover {
      background: #8f288c !important;
      color: #fff !important;
  }
.nextpostslink, .last, .page.larger, .first, .page.smaller, .previouspostslink {
  color: #d8d8d8;
}
.nextpostslink:hover, .last:hover, .page.larger:hover, .first:hover, .page:hover.smaller:hover, .previouspostslink:hover {
  color: #cd010a;
	text-decoration:none;
}
.wp-pagenavi {
  margin-bottom: 20px;
}
.page.smaller, .page.larger, .previouspostslink, .extend, .nextpostslink, .current {
  padding: 10px 14px !important;
  border-radius: 50% !important;
}
.wp-pagenavi .pages, .wp-pagenavi .last{
  padding: 10px !important;
  border-radius: 20px !important;
}

.btn-product {
  background: #55565a;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  transition: ease 0.5s;
}

.btn-product:hover {
  text-decoration: none;
  background: #ccc;
  color: #fff;
}

.page-template-tpl-blank-noheaderfooter header,
.page-template-tpl-blank-noheaderfooter footer {
  display: none;
}

/* .page-template-tpl-blank-noheaderfooter {
  margin-top: 100px;
} */

.page-template-tpl-blank-noheaderfooter.logged-in {
  margin-top: 30px;
}