@charset "UTF-8";
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/*this css is nessary*/
.object-fit__cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fit__fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.object-fit__contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-fit__none {
  -o-object-fit: none;
     object-fit: none;
}
.object-fit__scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.mim-video-background video {
  height: 100%;
  width: 100%;
}

.mim-video-header {
  background-color: #000000;
  position: relative;
  min-height: 350px;
  overflow: hidden;
}

.mim-video-background, .video-overlay, .mim-video-header .video-container, .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 350px;
  width: 100%;
}

.mim-video-background {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 350px;
  z-index: 1;
  overflow: hidden;
}

.video-overlay {
  z-index: 2;
}

.mim-video-header .video-container {
  z-index: 3;
  padding: 35px;
}

.mim-video-header .video-text h1 {
  font-family: "Helvetica", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
}

.mim-video-header .video-text p {
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.mim-video-header .video-play-btn a {
  text-decoration: none;
  font-size: 16px;
}

#video-popup .modal-content, #landing-vid .modal-content {
  background-color: #fff;
}

.wp-block-mimaki-blocks-gallery {
  background-color: #000000;
  color: #fff;
  padding-top: 30px;
}

.wp-block-mimaki-blocks-gallery .blocks-gallery-caption {
  padding-bottom: 30px;
}

.gallery-block-title {
  font-family: Roboto, Arial;
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1;
}

.wp-block-mimaki-blocks-media-plus-container h2 {
  margin-top: 0.83em;
  font-size: 36px;
  font-family: Roboto, Arial;
  font-weight: 400;
  color: #ef1209;
}

.modal-open .modal {
  z-index: 99999;
}

.modal .modal-dialog {
  top: 12%;
}

.wp-block-mimaki-blocks-product-section {
  padding: 3% 0;
}
.wp-block-mimaki-blocks-product-section .text-section {
  line-height: 32px;
  font-weight: 300;
}
.wp-block-mimaki-blocks-product-section .image-section img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.wp-block-mimaki-blocks-product-section .image-section .play-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent url(/wp-content/plugins/mimaki-blocks/img/play-btn-red-352.png) center center no-repeat;
  background-size: 38%;
}
.wp-block-mimaki-blocks-product-section .image-section .play-btn:hover:before {
  background: transparent url(/wp-content/plugins/mimaki-blocks/img/play-btn-white-352.png) center center no-repeat;
  background-size: 38%;
}
.wp-block-mimaki-blocks-product-section h2 {
  margin-top: 0.83em;
  font-size: 36px;
  font-family: Roboto, Arial;
  font-weight: 400;
}
.wp-block-mimaki-blocks-product-section .wp-block-buttons {
  margin-top: 40px;
}
.wp-block-mimaki-blocks-product-section .wp-block-buttons a:hover {
  box-shadow: 1px 2px 1px #d6d2d3;
}

.vbpf__button:hover, .vbpf__button:focus, .vbpf__button:active {
  background-color: #fff;
  color: #ef1209;
  border: 2px solid #ef1209;
  text-decoration: none;
}
.vbpf__button, .vbpf__button:visited {
  text-decoration: none;
  background-color: #ef1209;
  right: -96px;
  transform: rotate(-90deg);
  bottom: 249px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #fff;
  position: fixed;
  z-index: 100;
  padding: 4px 25px;
  min-width: 230px;
  text-align: center;
}
.vbpf__modal .modal-content {
  background-color: #eee;
}
.vbpf__modal-title {
  font-size: 36px;
  color: #ef1209;
  text-align: center;
}
.vbpf__modal-description {
  text-align: center;
  padding: 0 40px;
}

.pfb__block h4 {
  color: #ef1209;
  font-size: 26px;
  font-weight: 400;
  font-family: Roboto;
}
.pfb__block p {
  margin-bottom: 30px;
  padding-top: 10px;
}
.pfb__block-btn {
  border-radius: 32px !important;
  padding: 8px 20px !important;
  line-height: 1;
  border: 2px solid #ef1209;
  background: #fff;
  margin-bottom: 15px;
  display: inline-block;
}
.pfb__modal .modal-content {
  background-color: #eee;
}
.pfb__modal-title {
  font-size: 36px;
  color: #ef1209;
  text-align: center;
}
.pfb__modal-description {
  text-align: center;
  padding: 0 40px;
}

.ufb__block-title {
  font-family: Roboto, Arial;
  color: #ef1209;
  font-size: 36px;
  margin-top: 0.83em;
  margin-bottom: 40px;
}
.ufb__feature-holder.row {
  margin-bottom: 30px;
}
.ufb__icon img {
  max-width: 68px;
}
.ufb__features {
  list-style: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.ufb__features li {
  line-height: 20px;
}
.ufb__features li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ef1209; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.ufb__features-hoverbox {
  position: absolute;
  top: 30px;
  /*border: 2px solid #ef1209;*/
  padding: 15px;
  background: #eeeeee;
  z-index: 333;
  display: none;
}
.ufb__features-hovertext {
  display: block;
}
.ufb__features-hovertext img {
  float: left;
  margin-right: 15px;
}

.wp-block-mimaki-blocks-banner-button h3, .wp-block-mimaki-blocks-banner-button h2 {
  font-family: Roboto;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  line-height: 80px;
  margin-bottom: 0;
  vertical-align: middle;
}
.wp-block-mimaki-blocks-banner-button h2 {
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}
.wp-block-mimaki-blocks-banner-button .banner-title-light {
  margin-right: 10px;
}
.wp-block-mimaki-blocks-banner-button .contact-button {
  margin-top: 14px;
  margin-right: 10%;
  text-decoration: none;
}
.wp-block-mimaki-blocks-banner-button .mimaki-red-button {
  background: none;
  margin-left: 30px;
}
.wp-block-mimaki-blocks-banner-button .mimaki-red-button:hover {
  box-shadow: none;
  color: #000 !important;
}

.wp-block-mimaki-blocks-unique-features-hover .usp-hover-link {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  text-decoration: none;
  color: #222;
}
.wp-block-mimaki-blocks-unique-features-hover .usp-hover-link img {
  vertical-align: top;
  margin-left: 5px;
}
.wp-block-mimaki-blocks-unique-features-hover .usp-hover-link:hover {
  color: #ef1209;
}
.wp-block-mimaki-blocks-unique-features-hover .ufb__features {
  display: contents;
}
.wp-block-mimaki-blocks-unique-features-hover .ufb__description {
  position: relative;
}

.wp-block-mimaki-blocks-header-image-large {
  background-color: #000;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  color: #fff;
}
.wp-block-mimaki-blocks-header-image-large .container {
  min-height: 85vh;
}
.wp-block-mimaki-blocks-header-image-large .header-promo-text {
  position: absolute;
  left: 15px;
  bottom: 75px;
}
.wp-block-mimaki-blocks-header-image-large .header-promo-text h1 {
  line-height: 1;
  font-size: 120px;
}
.wp-block-mimaki-blocks-header-image-large .header-promo-text h5 {
  padding-left: 5px;
}
.wp-block-mimaki-blocks-header-image-large .new-product-sticker {
  position: absolute;
  right: 15px;
  bottom: -81px;
}
.wp-block-mimaki-blocks-header-image-large .machine-logo {
  position: absolute;
  left: 15px;
  bottom: 40px;
  padding-left: 5px;
}
.wp-block-mimaki-blocks-header-image-large .scroll-down-arrow {
  position: absolute;
  bottom: 15px;
}
.wp-block-mimaki-blocks-header-image-large .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  right: 0;
}

.wp-block-mimaki-blocks-header-advanced {
  background-color: #000;
  background-position: center bottom;
  background-size: cover;
  min-height: 87vh;
  color: #fff;
  position: relative;
}
.wp-block-mimaki-blocks-header-advanced h1 {
  font-size: 66px;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}
.wp-block-mimaki-blocks-header-advanced h2 {
  font-size: 53px;
  font-family: Roboto;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 50px;
}
.wp-block-mimaki-blocks-header-advanced .wp-block-buttons .wp-block-button {
  margin-right: 30px;
  margin-bottom: 15px;
}
.wp-block-mimaki-blocks-header-advanced .wp-block-button__link {
  font-size: 18px;
  padding: 0 24px;
  line-height: 48px;
  text-transform: uppercase;
  background-color: rgba(239, 17, 9, 0.7176470588);
}
.wp-block-mimaki-blocks-header-advanced .scroll-down-arrow {
  position: absolute;
  bottom: 30px;
}
.wp-block-mimaki-blocks-header-advanced .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  right: 0;
}

/* header section block */
.mplp-section {
  background-color: #b6b3ad;
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  color: #fff;
  position: relative;
}

.mplp-header .scroll-down-arrow {
  position: absolute;
  bottom: 15px;
}

.mplp-header .arrow.down-arrow {
  border-color: #fff;
}

.mplp-header-btns {
  margin-top: 30px;
}

.mplp-header-btns a, a.uf-show-btn {
  color: #fff;
  border: 2px solid;
  opacity: 0.7;
  background-color: #000;
  text-decoration: none !important;
  padding: 15px;
  text-align: center;
  min-width: 250px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}

.mplp-header-btns a:hover, a.uf-show-btn:hover {
  background-color: #fff;
  color: #ef1209;
}

.mplp-product-section .d-flex {
  height: 100%;
}

div.uf-show {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.mplp-header-btns .mplp-disc-btn, .mplp-header-btns a.mplp-disc-btn:visited {
  background-color: #ef1209;
  color: #fff;
}

.mplp-header-btns a.mplp-disc-btn:hover, .mplp-header-btns a.mplp-disc-btn:active {
  background-color: #fff;
  color: #ef1209;
}

.mplp-header h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-top: 100px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid;
  max-width: 95%;
  line-height: 46px;
  padding-bottom: 20px;
}

.mplp-header h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.mplp-header .header-description {
  margin-top: 62px;
  font-size: 18px;
  padding: 0 50px;
}

/* end header section block */
.fancybox-container {
  z-index: 999999992 !important;
}

.video-frame-youtube .modal-content {
  background: none !important;
  border: 0;
}

.video-frame-youtube .modal-body {
  padding: 0;
}

@media (min-width: 992px) {
  .video-frame-youtube .modal-lg {
    max-width: 73%;
  }
  .video-frame-youtube #product-video {
    height: 550px;
  }
}
/* showcase section block */
.mplp-product-section .d-flex {
  height: 100%;
}

div.uf-show {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.mplp-unique-features h2, .mplp-product-section h2, .mplp-product-section h3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.mplp-product-section h2 {
  border-bottom: 1px solid;
  width: 82%;
  display: inline-block;
  padding-bottom: 10px;
}

.mplp-unique-features h2, .mplp-product-section h3 {
  font-weight: 500;
  /*margin-top: 0;*/
}

.mplp-unique-features h2 {
  /*margin-top: 200px;*/
  margin-bottom: 20px;
}

.mplp-unique-features {
  background-color: #ef1209;
  color: #fff;
  min-height: 92vh !important;
  padding: 0 2rem !important;
  font-size: 18px;
}

.mplp-product-section {
  background-color: grey;
  color: #fff;
  min-height: 92vh !important;
  background-position: center;
  background-size: cover;
  padding: 0 2rem !important;
}

.mplp-unique-features ul {
  padding: 0;
  margin: 0;
}

.mplp-unique-features li {
  margin-bottom: 10px;
  font-size: 18px;
}

.mplp-section {
  background-color: #b6b3ad;
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  color: #fff;
}

.mplp-description {
  background-color: rgba(239, 18, 0, 0.5);
  padding: 15px;
}

.usp-freetext {
  margin-top: 200px;
  font-size: 18px;
  line-height: 30px;
}

.mplp-unique-features a, .mplp-unique-features a:hover {
  color: #fff;
  text-decoration: underline;
}

.mplp-unique-features a:hover {
  text-decoration: none;
}

/* end showcase section block */
/* inline form block */
#mplp-form .gform_wrapper {
  margin-bottom: 100px !important;
}

#mplp-form h2 {
  padding-top: 100px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

#mplp-form .gform_wrapper {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
  margin: 0;
}

.pfb__modal .ginput_container_select select {
  border-radius: 6px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}

#mplp-form .gform_wrapper input, #mplp-form .ginput_container_select select,
.pfb__modal .gform_wrapper input, #contactMe .ginput_container_select select {
  width: 100% !important;
  height: 35px !important;
  border-radius: 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  border: 0 none !important;
  margin: 0px !important;
}

#contactMe .ginput_container_select select {
  background-color: #fff !important;
}

.mplp-section div.ginput_container_select,
.pfb__modal div.ginput_container_select {
  background-image: none !important;
}

.mplp-section div.gform_footer, .quick-links-banner div.banner-text,
.pfb__modal .gform_footer {
  text-align: center;
}

#mplp-form .gform_wrapper ul.gform_fields li.gfield,
.pfb__modal .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

#mplp-form .name_last,
.pfb__modal .name_last {
  padding-left: 0px !important;
  margin-top: 15px !important;
}

#mplp-form div.ginput_container_name .name_last,
.pfb__modal div.ginput_container_name .name_last {
  margin-top: 0 !important;
}

#mplp-form .ginput_container_select select {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.pfb__modal .ginput_container_select select {
  border: 1px solid #fff !important;
}

#mplp-form .gform_wrapper .gform_button,
.pfb__modal .gform_wrapper .gform_button {
  width: 143px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  background-color: #ef1209;
  line-height: 1 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

#mplp-form div.ginput_complex.ginput_container.gf_name_has_2 span,
.pfb__modal div.ginput_complex.ginput_container.gf_name_has_2 span {
  width: 100%;
}

.pfb__modal .gform_wrapper {
  margin-bottom: 15px !important;
}

#mplp-form .gform_wrapper select option,
.pfb__modal .gform_wrapper select option {
  color: #000 !important;
}

/* end inline form block */
#virtual-3d-tour h2, #virtual-3d-tour h5 {
  font-size: 38px;
  font-family: "Roboto";
  font-weight: 300;
}
#virtual-3d-tour p {
  padding: 0 10%;
}
#virtual-3d-tour h5 {
  font-size: 26px;
}

/* popup block */
#mim-popup-modal .clp-gf-form .gform_description {
  padding: 0px 40px !important;
}

#mim-popup-modal .gform_button:hover, .pfb__modal .gform_button:hover {
  color: #fff !important;
  background-color: #ef1209 !important;
}

#mim-popup-modal h2 {
  font-size: 36px;
  color: #fff;
}

#mim-popup-modal .clp-form-description {
  padding: 0px 40px;
}

#mim-popup-modal .clp-form-title, #mim-popup-modal .clp-form-description {
  text-align: center;
}

#mim-popup-modal .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  top: 3%;
}

#mim-popup-modal .modal-content {
  background-color: #ef1209;
  background-color: rgba(239, 18, 9, 0.8);
  color: #fff;
  border: 2px solid;
}

/* end popup block */
.mimaki-breadcrumbs .breadcrumbs a, .mimaki-breadcrumbs .breadcrumbs a:hover,
.mimaki-breadcrumbs .breadcrumbs a:visited, .mimaki-breadcrumbs .breadcrumbs a:focus {
  text-decoration: none;
}

.mimaki-breadcrumbs .breadcrumbs {
  margin-bottom: 14px;
}

.wp-block-column {
  padding: 0 15px;
}

.wp-block-columns {
  margin-bottom: 0;
}

.mim-video-header {
  background-size: cover;
  background-repeat: no-repeat;
}

.single-core-technology .video-text,
.single-core-technology .wp-block-mimaki-blocks-banner-button .contact-button {
  display: none;
}
.single-core-technology .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.single-core-technology .wp-block-column {
  padding: 0;
}
.single-core-technology .mim-container:first-child .wp-block-media-text {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddddde;
}
.single-core-technology .wp-block-media-text__content {
  padding-left: 0;
}
.single-core-technology h1 {
  font-size: 22px;
  margin: 30px 0;
}
.single-core-technology .wp-block-mimaki-blocks-container h2 {
  font-size: 30px;
  font-family: Roboto;
  font-weight: 300;
  margin: 30px 0;
}
.single-core-technology .wp-block-media-text__media img {
  width: auto;
}
.single-core-technology .wp-block-mimaki-blocks-container h5 {
  font-size: 24px;
}

.mim-container a {
  text-decoration: underline;
}

.text-small {
  font-size: 12px !important;
}

.single-products .ufb__feature-holder {
  /* opacity: 0.3;*/
  z-index: 333;
}
.single-products .active-feature {
  opacity: 1;
}

#mim-popup-modal .modal-body {
  text-align: center;
}
#mim-popup-modal .close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  z-index: 2;
}
#mim-popup-modal .close:hover {
  opacity: 1;
}
#mim-popup-modal .close:before, #mim-popup-modal .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
  top: 0;
}
#mim-popup-modal .close:before {
  transform: rotate(45deg);
}
#mim-popup-modal .close:after {
  transform: rotate(-45deg);
}

.wp-block-mimaki-blocks-button a {
  background: #fff;
  padding: 1.5% 4%;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.wp-block-mimaki-blocks-button a:hover {
  text-decoration: none;
}

.wp-block-mimaki-blocks-tabs .wp-block-mimaki-blocks-product-section h2 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 22px;
  margin-top: 40px;
}
.wp-block-mimaki-blocks-tabs .ufb__features li, .wp-block-mimaki-blocks-tabs li {
  line-height: 30px;
  font-size: 16px;
}
.wp-block-mimaki-blocks-tabs .wp-block-mimaki-blocks-product-section {
  padding-top: 1%;
}
.wp-block-mimaki-blocks-tabs h2 {
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 30px;
}
.wp-block-mimaki-blocks-tabs h3 {
  font-family: Roboto;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 24px;
}
.wp-block-mimaki-blocks-tabs .carousel-indicators {
  margin: 0;
}
.wp-block-mimaki-blocks-tabs .carousel-indicators li::before {
  content: "";
  display: none;
}
.wp-block-mimaki-blocks-tabs .wp-block-column .ufb__block-title {
  font-weight: 300;
  font-family: Roboto;
  margin-top: 60px;
}
.wp-block-mimaki-blocks-tabs .wp-block-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-mimaki-blocks-tabs .wp-block-column li::before {
  content: "•";
  color: #ef1209;
  display: inline-block;
  width: 10px;
  margin-left: 0;
}
.wp-block-mimaki-blocks-tabs .wp-block-column .carousel-indicators {
  margin: 0;
}
.wp-block-mimaki-blocks-tabs .wp-block-column .carousel-indicators li::before {
  content: "";
  display: none;
}
.wp-block-mimaki-blocks-tabs .mim-tabs-nav {
  background-color: #eee;
}
.wp-block-mimaki-blocks-tabs .mim-tabs-nav ul {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}
.wp-block-mimaki-blocks-tabs .mim-tabs-nav ul li:first-child {
  border-right: 1px solid #ddd;
}
.wp-block-mimaki-blocks-tabs .mim-tabs-nav ul li:last-child {
  border-left: 1px solid #ddd;
}
.wp-block-mimaki-blocks-tabs .mim-tabs-nav .nav-item {
  flex: 0 0 33.333%;
}
.wp-block-mimaki-blocks-tabs .mim-tabs-nav .nav-link {
  color: #222;
  line-height: 40px;
}
.wp-block-mimaki-blocks-tabs .mim-tabs-nav .nav-tabs .nav-link.active, .wp-block-mimaki-blocks-tabs .mim-tabs-nav .nav-tabs .nav-item.show .nav-link {
  color: #ef1209;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eee !important;
}

.wp-block-mimaki-blocks-testimonial-slider .mim-testimonial-slide {
  position: relative;
  min-height: 250px;
  outline: 0;
}
.wp-block-mimaki-blocks-testimonial-slider .carousel-indicators {
  margin: 0;
}
.wp-block-mimaki-blocks-testimonial-slider .slide-author {
  width: 100%;
  text-align: center;
  padding: 0 27%;
  margin-bottom: 5%;
}
.wp-block-mimaki-blocks-testimonial-slider .slide-quote {
  width: 100%;
  text-align: center;
  bottom: 75px;
  font-family: Roboto;
  font-weight: 300;
  color: #eee;
  font-style: italic;
  padding: 0 28%;
  margin: 15px 0;
}

.wp-block-mimaki-blocks-banner {
  padding: 5px 0;
}
.wp-block-mimaki-blocks-banner img, .wp-block-mimaki-blocks-banner .banner-title-light, .wp-block-mimaki-blocks-banner .banner-title-bold {
  display: inline-block;
  line-height: 80px;
  margin-bottom: 0;
  vertical-align: middle;
}
.wp-block-mimaki-blocks-banner .banner-title-light {
  margin-right: 10px;
}
.wp-block-mimaki-blocks-banner img {
  margin-right: 30px;
}

.wp-block-mimaki-blocks-manual-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.wp-block-mimaki-blocks-manual-slider .mim-slide {
  position: relative;
  outline: 0;
}
.wp-block-mimaki-blocks-manual-slider .slide-description {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 60px;
  font-family: Roboto;
  font-weight: 300;
  color: #eee;
  font-style: italic;
}
.wp-block-mimaki-blocks-manual-slider .carousel-indicators {
  margin: 0;
}

.wp-block-mimaki-blocks-isotope-gallery {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 5px;
}
.wp-block-mimaki-blocks-isotope-gallery .filter-button-group {
  display: none;
  text-align: center;
}
.wp-block-mimaki-blocks-isotope-gallery .mimaki-isotope-gallery {
  display: none;
  display: block;
  z-index: 200;
  position: relative;
}
.wp-block-mimaki-blocks-isotope-gallery .mim-gallery-description {
  text-align: center;
  margin: 20px 0 40px;
}
.wp-block-mimaki-blocks-isotope-gallery .gallery-block-title {
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 30px;
}
.wp-block-mimaki-blocks-isotope-gallery .gallery-block-subtitle {
  font-family: Roboto;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 24px;
}
.wp-block-mimaki-blocks-isotope-gallery .blocks-gallery-caption {
  line-height: 34px;
  font-size: 17px;
}
.wp-block-mimaki-blocks-isotope-gallery .mim-gallery-item {
  width: 33.33333333%;
  margin: 0;
  padding: 0;
}
.wp-block-mimaki-blocks-isotope-gallery .mim-gallery-item:before {
  content: "foo"; /* you need something or it will be invisible at least on Chrome */
  color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 4px solid #000;
}
.wp-block-mimaki-blocks-isotope-gallery .mim-gallery-item--width2 {
  width: 22.22222222%;
}
.wp-block-mimaki-blocks-isotope-gallery .mim-gallery-item__caption {
  position: absolute;
  left: 4px;
  bottom: 4px;
  right: 4px;
  line-height: 60px;
  padding: 0 20px;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 11%, rgba(255, 255, 255, 0) 50%);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Roboto;
}
.wp-block-mimaki-blocks-isotope-gallery .item__title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.wp-block-mimaki-blocks-isotope-gallery .mim-gallery-item__description {
  position: absolute;
  display: none;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  text-align: center;
  background: rgba(228, 0, 0, 0.79);
  background: rgba(0, 0, 0, 0.79);
  padding-top: 60px;
}
.wp-block-mimaki-blocks-isotope-gallery .mim-gallery-item__description .item__description {
  padding: 20px 60px 0;
  font-family: Roboto;
  font-weight: 300;
}
.wp-block-mimaki-blocks-isotope-gallery .mim-gallery-item__description .item__title .mim-gallery-item__caption {
  position: initial;
}

.wp-block-mimaki-blocks-container h4, .wp-block-mimaki-blocks-container h5 {
  font-size: 22px;
  color: #ef1209;
}
.wp-block-mimaki-blocks-container h5 {
  font-size: 20px;
}

.child-3d-family .mplp-product-section {
  background-position: center bottom;
  background-size: cover;
  padding: 0 !important;
}
.child-3d-family .mplp-product-section .justify-content-center {
  background-color: rgba(0, 0, 0, 0.2);
}
.child-3d-family .mplp-product-section h2 {
  font-weight: 300;
  border-width: 2px;
}
.child-3d-family .mplp-unique-features h2 {
  margin-bottom: 30px;
  text-align: left;
  font-weight: 300;
}
.child-3d-family .mplp-unique-features li {
  font-family: "Roboto";
  font-weight: 300;
}
.child-3d-family .mplp-unique-features ul {
  padding-left: 20px;
}

#the-family h2 {
  line-height: 120px;
  font-family: "Roboto";
  font-weight: 300;
  margin: 0;
}
#the-family ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#the-family li {
  float: left;
  line-height: 120px;
  margin-right: 50px;
  font-size: 18px;
  text-transform: uppercase;
}
#the-family a {
  color: #fff;
  text-decoration: none;
}
#the-family a:hover {
  color: #ef1209;
}

.wp-block-mimaki-blocks-printer-specs {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.wp-block-mimaki-blocks-printer-specs .spec-main h3 {
  margin-bottom: 15px;
}
.wp-block-mimaki-blocks-printer-specs .spec-main h4 {
  line-height: 1;
  margin-bottom: 20px;
}
.wp-block-mimaki-blocks-printer-specs .row {
  margin-right: -15px;
  margin-left: -15px;
}
.wp-block-mimaki-blocks-printer-specs .spec-title {
  margin-bottom: 3px;
}
.wp-block-mimaki-blocks-printer-specs .spec-icon {
  margin-bottom: 20px;
}
.wp-block-mimaki-blocks-printer-specs .spec-icon img {
  height: 56px;
  display: inline-block;
}

.wp-block-table .table-bordered thead th {
  font-weight: normal;
}
.wp-block-table table tr th:first-child, .wp-block-table table tr td:first-child {
  font-weight: bold;
  width: 38%;
}
.wp-block-table table tr th:last-child, .wp-block-table table tr td:last-child {
  font-weight: normal;
}
.wp-block-table .table th, .wp-block-table .table td {
  padding: 8px 0.75rem 4px;
  font-size: 15px;
}
.wp-block-table table thead {
  background-color: #e1e1e1;
}

.wp-block-getwid-table {
  overflow-x: auto;
}
.wp-block-getwid-table thead th {
  width: 33%;
}
.wp-block-getwid-table figcaption {
  text-align: left !important;
}
.wp-block-getwid-table .table th, .wp-block-getwid-table .table td {
  padding: 8px 0.75rem 4px;
  font-size: 15px;
}
.wp-block-getwid-table table thead {
  background-color: #e1e1e1;
}

.wp-block-mimaki-blocks-infobox {
  width: 100%;
  display: block;
}

#get-to-know h2 {
  font-family: Roboto;
  font-weight: 300;
  font-size: 38px;
}

.wp-block-mimaki-blocks-infoboxes,
.wp-block-mimaki-blocks-infobox {
  margin-top: 50px;
}
.wp-block-mimaki-blocks-infoboxes .mim-box,
.wp-block-mimaki-blocks-infobox .mim-box {
  margin-bottom: 75px;
}
.wp-block-mimaki-blocks-infoboxes .mim-box .box-icon, .wp-block-mimaki-blocks-infoboxes .mim-box .box-image,
.wp-block-mimaki-blocks-infobox .mim-box .box-icon,
.wp-block-mimaki-blocks-infobox .mim-box .box-image {
  margin-bottom: 40px;
}
.wp-block-mimaki-blocks-infoboxes .mim-box .box-icon img, .wp-block-mimaki-blocks-infoboxes .mim-box .box-image img,
.wp-block-mimaki-blocks-infobox .mim-box .box-icon img,
.wp-block-mimaki-blocks-infobox .mim-box .box-image img {
  max-height: 125px;
}
.wp-block-mimaki-blocks-infoboxes .mim-box .box-title,
.wp-block-mimaki-blocks-infobox .mim-box .box-title {
  line-height: 1;
  margin-bottom: 20px;
}
.wp-block-mimaki-blocks-infoboxes .mim-box .box-description,
.wp-block-mimaki-blocks-infobox .mim-box .box-description {
  margin-bottom: 30px;
}
.wp-block-mimaki-blocks-infoboxes .mim-box .red-bordered-box, .wp-block-mimaki-blocks-infoboxes .mim-box .box-title,
.wp-block-mimaki-blocks-infobox .mim-box .red-bordered-box,
.wp-block-mimaki-blocks-infobox .mim-box .box-title {
  text-decoration: none;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
}
.wp-block-mimaki-blocks-infoboxes .mim-box .red-bordered-box,
.wp-block-mimaki-blocks-infobox .mim-box .red-bordered-box {
  padding: 10px 20px;
  line-height: 1;
  display: inline-block;
}

.wp-block-mimaki-blocks-accordion-section .download-embed {
  width: 80%;
  margin: 0 10%;
  margin-bottom: 50px;
}
.wp-block-mimaki-blocks-accordion-section .download-embed .media-heading a {
  font-size: 20px;
}
.wp-block-mimaki-blocks-accordion-section .download-scroll-arrow {
  line-height: 1;
  height: 75px;
  vertical-align: middle;
}
.wp-block-mimaki-blocks-accordion-section .collapsable-arrow-down {
  vertical-align: bottom;
}
.wp-block-mimaki-blocks-accordion-section .accordion-section-title {
  border-top: 2px solid #ccc;
  padding-top: 0;
  margin-bottom: 0;
  font-family: "Roboto";
  font-weight: 300;
}
.wp-block-mimaki-blocks-accordion-section .arrow {
  box-sizing: border-box;
  height: 1.5vw;
  width: 1.5vw;
  border-style: solid;
  border-color: inherit;
  border-width: 0px 2px 2px 0px;
  transform: rotate(-135deg);
  transition: border-width 150ms ease-in-out;
  float: right;
  margin-top: 43px;
}
.wp-block-mimaki-blocks-accordion-section .collapsed .arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.wp-block-mimaki-blocks-accordion-section .arrow:hover {
  border-bottom-width: 4px;
  border-right-width: 4px;
}
.wp-block-mimaki-blocks-accordion-section .accordion-section-title button {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 30px;
  width: 100%;
  text-align: left;
  line-height: 100px;
}
.wp-block-mimaki-blocks-accordion-section .btn-link:focus, .wp-block-mimaki-blocks-accordion-section .btn-link:hover, .wp-block-mimaki-blocks-accordion-section .btn-link {
  border: none;
  outline: 0;
  box-shadow: none;
  padding: 0 30px;
  text-decoration: none;
  color: #222222;
}
.wp-block-mimaki-blocks-accordion-section .btn-link:focus, .wp-block-mimaki-blocks-accordion-section .btn-link:hover, .wp-block-mimaki-blocks-accordion-section .btn-link:focus {
  color: #ef1209;
}

.specs-tab .btn-link:focus, .specs-tab .btn-link:hover, .specs-tab .btn-link {
  padding-left: 0 !important;
}

#complete-video, #product-video, #map-video {
  width: 100%;
  height: 350px;
  border: 0;
}

.video-placeholder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#video-popup .close span, #landing-vid .close span, #map-video-popup .close span, .video-frame-youtube .close span {
  float: right !important;
  padding: 10px !important;
}

.child-3d-family .mplp-product-section h3 {
  margin-top: 10px;
  margin-bottom: 25px;
}

/*
@media screen and (min-width: 1536px){
	.wp-block-mimaki-blocks-manual-slider {
        margin-right: -77%;
    }
}
@media screen and (max-width: 1536px){
	.wp-block-mimaki-blocks-manual-slider {
        margin-right: -39%;
    }
}
*/
@media screen and (max-width: 1170px) {
  .mim-tabs-holder.tab-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .wp-block-mimaki-blocks-header-advanced h1 {
    font-size: 41px;
  }
  .wp-block-mimaki-blocks-header-advanced h2 {
    font-size: 28px;
  }
  .wp-block-mimaki-blocks-header-image-large .header-promo-text h1 {
    font-size: 60px !important;
  }
  .wp-block-mimaki-blocks-header-image-large .header-promo-text h5 {
    font-size: 20px !important;
  }
  .wp-block-mimaki-blocks-header-image-large .new-product-sticker {
    top: 50px;
  }
  .wp-block-mimaki-blocks-header-image-large .new-product-sticker img {
    width: 150px;
  }
  .wp-block-mimaki-blocks-header-image-large .machine-logo {
    bottom: 55px;
  }
  .wp-block-mimaki-blocks-header-image-large .machine-logo img {
    width: 150px;
  }
  .wp-block-mimaki-blocks-header-image-large .scroll-down-arrow {
    bottom: 28px;
  }
  .single-core-technology .video-container .container {
    min-height: 280px;
    display: block;
  }
  .single-core-technology .wp-block-media-text__media {
    margin-bottom: 15px;
  }
  #the-family h2 {
    line-height: 46px;
    margin-top: 20px;
    font-size: 25px;
  }
  #the-family li {
    line-height: 81px;
    margin-right: 0;
    width: 33%;
    text-align: center;
  }
  .wp-block-mimaki-blocks-banner-button .banner-title-light {
    margin-right: 0;
  }
  .wp-block-mimaki-blocks-banner-button .banner-title-bold {
    display: block;
    line-height: 40px;
  }
  .wp-block-mimaki-blocks-banner-button .mimaki-red-button {
    float: none;
    margin: 22px 0;
    display: inline-block;
  }
  .wp-block-mimaki-blocks-header-advanced .wp-block-buttons .wp-block-button {
    margin-right: 0;
  }
  .wp-block-mimaki-blocks-accordion-section .accordion-section-title button, .wp-block-mimaki-blocks-accordion-section .btn-link:hover, .wp-block-mimaki-blocks-accordion-section .btn-link:focus, .wp-block-mimaki-blocks-accordion-section .btn-link {
    font-size: 20px;
    padding: 0 15px;
  }
  .mim-spec {
    margin-bottom: 50px;
  }
  .mim-spec:last-child {
    margin-bottom: 0;
  }
  .spec-main {
    margin-bottom: 15px;
  }
  .wp-block-mimaki-blocks-isotope-gallery .mim-gallery-item__caption {
    font-size: 15px;
  }
  .wp-block-mimaki-blocks-isotope-gallery .mim-gallery-item {
    width: 100%;
  }
  .wp-block-mimaki-blocks-isotope-gallery .mim-gallery-item__description {
    padding-top: 15px;
  }
  .wp-block-mimaki-blocks-isotope-gallery .mim-gallery-item__description .item__description {
    font-size: 12px;
    padding: 15px;
  }
  .wp-block-mimaki-blocks-testimonial-slider .slide-quote {
    padding: 0 12%;
  }
  .wp-block-mimaki-blocks-manual-slider {
    margin-right: -15px;
  }
  #mim-popup-modal .modal-dialog {
    min-height: calc(100vh - 20px);
  }
  .mplp-header h1 {
    max-width: 53% !important;
  }
  #mplp-form .clp-gf-form .gfield_select, .pfb__modal .gfield_select {
    width: 100% !important;
  }
  .ufb__features {
    padding-left: 0;
  }
  .ufb__icon img {
    max-width: 34px;
  }
  .mpc-media {
    padding: 0 !important;
  }
  .admin-bar .content-container {
    margin-top: 126px;
  }
  .mim-video-header {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #video-popup .modal-content, #landing-vid .modal-content, #map-video-popup .modal-content {
    border: 0 none;
  }
  #video-popup .modal-body, #landing-vid .modal-body, #map-video-popup .modal-body {
    padding: 0 5px;
  }
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  #video-popup .modal-content, #landing-vid .modal-content {
    border: 0 none;
  }
  #video-popup .modal-body, #landing-vid .modal-body {
    padding: 0 5px;
  }
  .mim-video-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  .pfb__modal .gform_wrapper {
    padding: 0 8%;
  }
  .mim-container:first-child .wp-block-media-text {
    grid-template-columns: 12% auto !important;
  }
  .wp-block-mimaki-blocks-infoboxes .mim-box {
    padding: 0 8%;
    margin-bottom: 120px;
  }
  .child-3d-family .mplp-product-section .col-lg-8 {
    position: absolute;
    bottom: 0;
  }
  .mim-tabs-nav .container {
    padding: 0 15px;
  }
  .wp-block-table table tr th:first-child, .wp-block-table table tr td:first-child {
    width: 25%;
  }
  .mim-tabs-nav ul {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .mplp-header h1 {
    max-width: 45%;
  }
  .mplp-header-btns {
    margin-top: 20px !important;
  }
  .mplp-header h2 {
    margin-top: 15px;
  }
  .video-text {
    margin-top: 50px;
  }
  .mim-video-header .video-container {
    padding: 70px;
  }
  .mim-video-background, .video-overlay, .mim-video-header .video-container, .video-overlay, .mim-video-header {
    min-height: 484px;
  }
  .mim-video-header .video-text h1 {
    font-size: 53px;
  }
  .mim-video-header .video-text p {
    font-size: 23px;
  }
  .mim-video-header .video-play-btn a {
    font-size: 18px;
  }
  .single-core-technology .video-container .container,
  .single-core-technology .mim-video-header .video-overlay,
  .single-core-technology .mim-video-header .video-container,
  .single-core-technology .mim-video-header {
    min-height: 460px;
  }
}
@media screen and (max-width: 401px) and (min-width: 300px) {
  iframe#complete-video {
    transform: none !important;
    -webkit-transform: none !important;
  }
}
@media screen and (max-width: 414px) {
  .mplp-header h1, .mplp-header h2 {
    max-width: 80% !important;
    display: inline-block;
  }
  .mplp-header h1 {
    padding-top: 38px;
  }
  .mplp-header-btns .col-sm-6.text-md-right {
    padding-right: 7.5px;
  }
  .mplp-header-btns .col-sm-6.text-md-left {
    padding-left: 7.5px;
  }
  .mplp-header-btns {
    margin-top: 15px !important;
  }
  .mplp-header-btns .col-sm-6 {
    width: 50%;
    float: left;
  }
  .mplp-header-btns .col-sm-6 a {
    min-width: 133px;
    font-size: 12px;
    padding: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .mplp-header .scroll-down-arrow {
    display: none;
  }
}/*# sourceMappingURL=blocks.style.build.css.map */