@font-face {
  font-family: "MachoWebsite";
  src: url("../fonts/macho_website/MachoModularVF_W.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
}
@font-face {
  font-family: "MachoWebsite";
  src: url("../fonts/macho_website/MachoModularVF-Italic_W.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
}
/* MIXIN */
/* VARIABLES */
/* FONTS */
@font-face {
  font-family: "SoleWText";
  src: url("../fonts/sole/SoleTestTextRegular.eot");
  src: url("../fonts/sole/SoleTestTextRegular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/sole/SoleTestTextRegular.woff") format("woff");
}
@font-face {
  font-family: "SoleWText";
  font-style: italic;
  src: url("../fonts/sole/SoleTestTextRegularIt.eot");
  src: url("../fonts/sole/SoleTestTextRegularIt.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/sole/SoleTestTextRegularIt.woff") format("woff");
}
@font-face {
  font-family: "SoleWText";
  font-weight: bold;
  src: url("../fonts/sole/SoleTestTextBold.eot");
  src: url("../fonts/sole/SoleTestTextBold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/sole/SoleTestTextBold.woff") format("woff");
}
@font-face {
  font-family: "SoleWText";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/sole/SoleTestTextBoldIt.eot");
  src: url("../fonts/sole/SoleTestTextBoldIt.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/sole/SoleTestTextBoldIt.woff") format("woff");
}
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
fe, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, details {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  overflow-anchor: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 16px;
  line-height: 1;
}

a {
  color: black;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

button, textarea {
  border: none;
  box-shadow: none;
  outline: none;
  resize: none;
  cursor: pointer;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

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

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

select {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 3px 22px 3px 10px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'%3E%3C/path%3E%3C/svg%3E");
  background-position: calc(100% - 3px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

/* INPUT RANGE RESET */
input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.cast-product-selection-form .row .font-product-variations select, .shop .select-box select {
  background-color: transparent;
  padding: 10px 10px 10px 0;
  border: none;
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  font-size: 100%;
  width: 150px;
  color: #EB3323;
}

/* CURSOR STYLE */
/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #EB3323;
  height: 28px;
  width: 10px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -12px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: 1px solid #EB3323;
  height: 28px;
  width: 10px;
  background: #ffffff;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: 1px solid #EB3323;
  height: 28px;
  width: 10px;
  background: #ffffff;
  cursor: pointer;
}

/* TRACK STYLE */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #EB3323;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #EB3323;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: #EB3323;
  border-width: 16px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 1px solid #EB3323;
}

input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}

input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 1px solid #EB3323;
}

input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}

/* GLOBAL */
* {
  box-sizing: border-box;
}

::selection {
  background-color: black;
  color: white;
}

body {
  width: 100%;
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
}

.font-size-standard {
  color: black;
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 991px) {
  .font-size-standard {
    font-size: 16px;
  }
}

.font-title {
  color: black;
  font-size: 22px;
}
.font-title a {
  font-size: inherit;
}
@media (max-width: 991px) {
  .font-title {
    font-size: 20px;
  }
}

h3.border-title {
  font-size: 26.4px;
  border: 1px solid black;
  padding: 20px;
  display: inline-block;
}
@media (max-width: 991px) {
  h3.border-title {
    padding: 10px;
    font-size: 20px;
  }
}

.link-effect {
  position: relative;
}
.link-effect:after, .link-effect:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #EB3323;
  height: 1px;
  width: 0;
  transition: all 0.3s ease;
}
.link-effect:hover:after, .link-effect:hover:before, .link-effect.active:after, .link-effect.active:before {
  width: 50%;
}
.link-effect:hover:after, .link-effect.active:after {
  transform: translate3d(0%, -50%, 0);
}
.link-effect:hover:before, .link-effect.active:before {
  transform: translate3d(-100%, -50%, 0);
}
@media (max-width: 991px) {
  .link-effect {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px 35px;
    border: 1px solid black;
  }
  .link-effect:after, .link-effect:before {
    display: none;
  }
}

.add-cart {
  height: 40px;
  background-color: transparent;
  color: #EB3323;
  border: 1px solid #EB3323;
  padding: 10px 30px;
  min-width: 110px;
  text-align: center;
}
.add-cart:hover {
  color: white !important;
  background: #EB3323;
}
.add-cart.more {
  border-color: black;
  color: black;
  margin-right: 20px;
}
.add-cart.more:hover {
  background: black;
}

.left-align {
  text-align: left !important;
}

.main {
  margin: 0 20px;
  border-left: 1px solid #EB3323;
  border-right: 1px solid #EB3323;
}
@media (max-width: 991px) {
  .main {
    border-left: none;
    border-right: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.to-the-lab {
  display: block;
  width: 220px;
  height: 220px;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 40px;
}
.to-the-lab div.wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .to-the-lab {
    width: 130px;
    height: 130px;
    font-size: 36px;
    bottom: 10px;
    right: 10px;
  }
}
.to-the-lab div.circle {
  width: 220px;
  height: 220px;
  background-color: #EB3323;
  border-radius: 110px;
  transition: transform 1.5s;
}
@media (max-width: 991px) {
  .to-the-lab div.circle {
    width: 130px;
    height: 130px;
    border-radius: 75px;
  }
}
.to-the-lab div.circle.animate {
  transform: scale(20);
}
.to-the-lab img {
  width: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
}
.to-the-lab div.text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 60px 20px;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .to-the-lab div.text {
    font-size: 36px;
    padding: 50px 15px;
  }
}
.to-the-lab div.text span {
  display: block;
}
.to-the-lab div.text span.outline {
  color: #EB3323;
  text-shadow: -2px 2px 0 #000, 2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
  letter-spacing: 4px;
}
@media (max-width: 991px) {
  .to-the-lab div.text span.outline {
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    letter-spacing: 2px;
  }
}

.section {
  padding: 0 20px 40px;
  overflow: hidden;
}
.section.section-news {
  padding: 0;
}
.section:first-child .section-name {
  border-top: none !important;
}
.section .section-name {
  padding: 10px 0 50px;
  border-top: 1px solid #EB3323;
  color: #EB3323;
}
.section .section-name.page-title {
  font-size: 22px;
}
@media (max-width: 991px) {
  .section .section-name.page-title {
    font-size: 20px;
  }
}
.section .all-link {
  display: inline-block;
  margin: 50px 0 0;
  float: right;
}

/* HEADER */
#header {
  margin: 0 20px;
  padding: 13.3333333333px 20px;
  display: flex;
  align-items: center;
  position: relative;
  border-left: 1px solid #EB3323;
  border-right: 1px solid #EB3323;
  border-bottom: 1px solid #EB3323;
}
@media (max-width: 991px) {
  #header {
    border-left: none;
    border-right: none;
    margin-left: 0;
    margin-right: 0;
  }
}
#header .logo-img {
  width: 70px;
  position: relative;
  z-index: 999;
  display: block;
}
@media (max-width: 991px) {
  #header .logo-img {
    width: 50px;
  }
}
#header p.payoff {
  width: 200px;
  font-size: 14px;
  font-style: italic;
  color: #EB3323;
  margin-left: 10px;
}
#header .cart-link {
  position: absolute;
  right: 20px;
  top: 36px;
}
@media (max-width: 991px) {
  #header .cart-link {
    top: 12px;
  }
}
#header .cart-link span.woocommerce-Price-amount {
  vertical-align: text-top;
}
#header #menu-btn {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 26px;
  height: 40px;
  z-index: 9999;
  background-color: transparent;
  cursor: pointer;
  display: none;
  padding: 0;
}
#header #menu-btn .line {
  width: 100%;
  height: 4px;
  background-color: black;
  margin: 4px 0;
}
#header #menu-btn .line:nth-child(2) {
  margin: 0;
}
@media (max-width: 991px) {
  #header #menu-btn {
    display: block;
    top: 40px;
  }
  #header #menu-btn .line {
    height: 4px;
    margin: 4px 0;
  }
}
#header .menu-list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-right: 270px;
}
#header .menu-list .menu-item {
  margin-right: 20px;
}
#header .menu-list .menu-item:last-child {
  margin-right: 0;
}
#header .menu-list .menu-item:last-child a, #header .menu-list .menu-item:last-child a:visited, #header .menu-list .menu-item:last-child a:active {
  color: #EB3323;
}
#header .menu-list .menu-item a {
  color: black;
  text-decoration: none;
}
#header .menu-list .menu-item a:active, #header .menu-list .menu-item a:visited {
  color: black;
}
@media (max-width: 991px) {
  #header .menu-list {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: white;
    top: 50%;
    left: 50%;
    z-index: 99;
    margin: 0;
    transform: scale(0) translate3d(-50%, -50%, 0);
  }
  #header .menu-list .menu-item {
    font-size: 25px;
    margin: 0 0 50px;
    width: 100%;
    padding: 0;
    text-align: center;
    border: none;
  }
  #header .menu-list .menu-item:last-child {
    margin: 0;
  }
}

.on-menu {
  overflow: hidden;
}
.on-menu #header #menu-btn .line {
  position: relative;
}
.on-menu #header #menu-btn .line:nth-child(1) {
  transform: rotate(-45deg);
}
.on-menu #header #menu-btn .line:nth-child(3) {
  top: -8px;
  transform: rotate(45deg);
}
.on-menu #header #menu-btn .line:nth-child(2) {
  display: none;
}
.on-menu #header .menu-list {
  transform: scale(1) translate3d(-50%, -50%, 0);
}

/* FOOTER*/
#footer {
  padding: 0 20px 50px 20px;
  margin: 0 20px;
  border-left: 1px solid #EB3323;
  border-right: 1px solid #EB3323;
  border-top: 1px solid #EB3323;
  line-height: 1.6;
  font-size: 14.5454545455px;
}
@media (max-width: 991px) {
  #footer {
    border-left: none;
    border-right: none;
    margin-left: 0;
    margin-right: 0;
  }
}
#footer .footer-container {
  padding-top: 50px;
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  #footer .footer-container {
    flex-direction: column;
  }
}
#footer .footer-container .footer-item {
  width: 14.286%;
  padding-right: 20px;
  padding-left: 20px;
}
#footer .footer-container .footer-item h3 {
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  #footer .footer-container .footer-item {
    width: 16.666667%;
  }
}
@media (max-width: 991px) {
  #footer .footer-container .footer-item {
    width: 100% !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 0 0 20px 0 !important;
    margin-left: 0 !important;
    border-bottom: 1px solid #EB3323;
    margin-bottom: 20px;
  }
  #footer .footer-container .footer-item a.fontstand {
    padding-bottom: 55px !important;
  }
}
#footer .footer-container .footer-item:first-child {
  padding-left: 0;
}
#footer .footer-container .footer-item:last-child {
  padding-right: 0;
  border-right: 0;
  margin-left: 14.286%;
}
@media (max-width: 1300px) {
  #footer .footer-container .footer-item:last-child {
    margin-left: 0;
    border-left: 0;
  }
}
#footer .footer-container .footer-item a {
  display: block;
}
#footer .footer-container .footer-item a.social {
  text-transform: uppercase;
}
#footer .footer-container .footer-item a.fontstand {
  text-indent: -9999em;
  padding-bottom: 33.33333%;
  font-size: 1px;
  max-width: 140px;
  background-image: url(../img/fontstand_badge.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 20px;
}

/* ARTICLES */
.section-articles {
  position: relative;
}
.section-articles .articles-wrapper .article-box {
  margin-bottom: 0;
}
.section-articles .all-link {
  display: block;
  margin: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 991px) {
  .section-articles .all-link {
    margin: 0;
    position: initial;
    top: 0;
    right: 0;
  }
}

.articles-wrapper, .blog-wrapper {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: 1 1 33.3333333333%;
  justify-content: left;
}
@media (max-width: 991px) {
  .articles-wrapper, .blog-wrapper {
    flex: 1 1 100%;
    flex-direction: column;
  }
}
.articles-wrapper .article-box, .blog-wrapper .article-box {
  overflow: hidden;
  width: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 50px;
}
.articles-wrapper .article-box:nth-child(3n), .blog-wrapper .article-box:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .articles-wrapper .article-box, .blog-wrapper .article-box {
    width: 100%;
    max-width: initial;
    padding-right: 0;
    margin-bottom: 50px !important;
  }
}
.articles-wrapper .article-box .article-image, .blog-wrapper .article-box .article-image {
  width: 100%;
  height: auto;
}
.articles-wrapper .article-box .article-title, .blog-wrapper .article-box .article-title {
  padding: 20px 0;
}
.articles-wrapper .article-box .article-content, .blog-wrapper .article-box .article-content {
  padding-bottom: 20px;
  line-height: 17px;
}

.pagination-links {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
}
.pagination-links span {
  display: block;
  width: 50%;
  text-align: left;
}
.pagination-links span + span {
  text-align: right;
}

.font-badge {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  line-height: 80px;
}
@media (max-width: 991px) {
  .font-badge {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 501px) {
  .font-badge {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.font-badge span {
  font-size: 19.2px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .font-badge span {
    font-size: 14.4px;
  }
}
.font-badge img {
  width: 100%;
  height: 100%;
}

/* HOME */
.type-wrapper {
  height: auto;
  position: relative;
  padding-top: 20px;
}
.type-wrapper .row {
  width: 100%;
  display: flex;
  height: auto;
}
@media (max-width: 991px) {
  .type-wrapper .row {
    height: auto;
    flex-direction: column;
  }
}
.type-wrapper .row .type-box {
  width: 33.3333333333%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .type-wrapper .row .type-box {
    width: 100% !important;
  }
}
.type-wrapper .row .type-box .type-box-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: black;
}
.type-wrapper .row .type-box .type-box-item .font-badge {
  top: 5px;
  left: 5px;
}
.type-wrapper .row .type-box .type-box-item .font-badge span {
  color: white;
}
.type-wrapper .row .type-box .type-box-item.coming-soon h3.type-name {
  color: #EB3323;
  text-transform: uppercase;
}
.type-wrapper .row .type-box .type-box-item.coming-soon:hover h3.type-name {
  color: white;
}
.type-wrapper .row .type-box .type-name {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0;
}
@media (max-width: 991px) {
  .type-wrapper .row .type-box .type-name {
    font-size: 16px !important;
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 501px) {
  .type-wrapper .row .type-box .type-name {
    font-size: 12.8px !important;
    top: 13.34px;
    left: 13.34px;
  }
}
.type-wrapper .row .type-box .font {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-size: 250%;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  fill: black;
}
.type-wrapper .row .type-box .font rect {
  fill: transparent !important;
  stroke: transparent !important;
}
.type-wrapper .row .type-box .font.word {
  display: none;
  padding-bottom: 33.33333333%;
  background-position: 100% 0;
  background-size: 166.6666667%;
}
.type-wrapper .row:hover .type-box {
  width: 40%;
}
.type-wrapper .row:hover .type-box.on-hover {
  width: 80%;
}
@media (max-width: 991px) {
  .type-wrapper .row:hover .type-box.on-hover {
    width: 100%;
  }
}
.type-wrapper .row:hover .type-box.on-hover .font.word {
  display: block;
}
@media (max-width: 991px) {
  .type-wrapper .row:hover .type-box.on-hover .font.word {
    display: none;
  }
}
.type-wrapper .row:hover .type-box.on-hover .font.capital {
  display: none;
}
@media (max-width: 991px) {
  .type-wrapper .row:hover .type-box.on-hover .font.capital {
    display: block;
  }
}
.type-wrapper .row:hover .type-box.type-filler.on-hover {
  width: 40%;
}
@media (max-width: 991px) {
  .type-wrapper .row:hover .type-box.type-filler.on-hover {
    display: none !important;
  }
}

.news-container {
  padding: 20px 0;
  border-top: 1px solid #EB3323;
  height: 66px;
}
.news-container .news-wrapper {
  position: relative;
}
.news-container .news-wrapper .news-block {
  width: 100%;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}
.news-container .news-wrapper .news-block .news-item {
  line-height: 25px;
  font-size: 22px;
}
.news-container .news-wrapper .news-block .news-item:after {
  content: " - ";
}
.news-container .news-wrapper .news-block .news-item:last-child:after {
  content: "" !important;
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

/* TYPE PAGE */
.type-page .cover {
  padding: 0 0 50px;
}
.type-page .order-overlay {
  width: 400px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate3d(100%, 0, 0);
  background-color: white;
  z-index: 9999;
  padding: 20px;
}
@media (max-width: 991px) {
  .type-page .order-overlay {
    width: 100vw;
  }
}
.type-page .order-overlay .section-name {
  padding: 50px 0 20px;
}
.type-page .order-overlay .close-button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
}
.type-page .order-overlay .close-button:after, .type-page .order-overlay .close-button:before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #EB3323;
  position: absolute;
  top: 50%;
  left: 50%;
}
.type-page .order-overlay .close-button:after {
  transform: translate3d(-50%, 0, 0) rotate(45deg);
}
.type-page .order-overlay .close-button:before {
  transform: translate3d(-50%, 0, 0) rotate(-45deg);
}
.type-page .order-overlay #cart-form {
  font-size: 14px;
}
.type-page .order-overlay .reset-btn {
  color: #EB3323;
}
@media (max-width: 991px) {
  .type-page .order-overlay .reset-btn {
    display: block;
  }
}
.type-page .order-overlay .input-wrap {
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
}
.type-page .order-overlay .input-wrap .form-voice {
  width: 100%;
  margin-top: 10px;
  padding: 5px 20px;
  border: 1px solid black;
}
@media (max-width: 991px) {
  .type-page .order-overlay .input-wrap .form-voice {
    padding: 10px 20px;
  }
}
.type-page .order-overlay .input-wrap .input {
  width: 50%;
  position: relative;
  padding: 0px 20px 0 0;
}
.type-page .order-overlay .input-wrap .input select {
  border-radius: 0;
  width: 100%;
}
.type-page .order-overlay .input-wrap .input p {
  font-size: 14px;
}
.type-page .order-overlay .input-wrap .input .checkbox {
  opacity: 0;
  position: absolute;
  z-index: 500;
  margin: 5px;
  width: 95%;
  height: 25px;
  cursor: pointer;
}
.type-page .order-overlay .input-wrap .input label {
  width: 100%;
  display: block;
  position: relative;
  margin: 10px 0 10px 10px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .type-page .order-overlay .input-wrap .input label {
    margin: 20px 0 20px 10px;
  }
}
.type-page .order-overlay .input-wrap .input label .price {
  padding-left: 5px;
}
.type-page .order-overlay .input-wrap .input label:after {
  content: "";
  position: absolute;
  width: 100%;
  top: -5px;
  left: -10px;
  height: 100%;
  padding: 5px;
  border: 1px solid black;
  z-index: 0;
}
@media (max-width: 991px) {
  .type-page .order-overlay .input-wrap .input label:after {
    top: -10px;
    padding: 10px 5px;
  }
}
.type-page .order-overlay .input-wrap .input input[type=checkbox]:checked + label:after {
  border: 2px solid #EB3323;
}
.type-page .order-overlay .input-wrap .input input[type=checkbox]:checked + label {
  color: #EB3323;
}
.type-page .order-overlay .input-wrap .input input[type=checkbox]:disabled + label {
  opacity: 0.4;
}
.type-page .order-overlay .input-wrap .input input[type=checkbox]:disabled + label:after {
  opacity: 0.4;
}
.type-page .order-overlay .input-wrap .input:last-child {
  padding-left: 0;
}
.type-page .order-overlay .input-wrap.family-wrap .input {
  width: 100%;
}
.type-page .order-overlay .cart-button {
  width: 80%;
  height: 40px;
  border: 1px solid #EB3323;
  color: #EB3323;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
}
.type-page .order-overlay .cart-button:hover {
  background-color: #EB3323;
  color: white;
}
@media (max-width: 991px) {
  .type-page .order-overlay .cart-button {
    margin-top: 50px;
    position: relative;
  }
}
.type-page .type-name {
  padding: 10px 0 50px 20px;
}
.type-page .section-type-editors h3 a {
  color: #EB3323;
}
.type-page .section-type-editors div.editors-wrapper {
  border-top: 1px solid #EB3323;
  padding-top: 50px;
}
.type-page .type-editor {
  margin-bottom: 50px;
}
.type-page .type-editor:last-child {
  margin: 0;
}
.type-page .type-editor .add-cart {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .type-page .type-editor .add-cart {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: unset;
  }
}
.type-page .type-editor .editor-controls-bar {
  display: flex;
  min-height: 40px;
  align-items: center;
}
@media (max-width: 991px) {
  .type-page .type-editor .editor-controls-bar {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.type-page .type-editor .editor-controls-bar .mobile-wrapper {
  width: 85%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .type-page .type-editor .editor-controls-bar .mobile-wrapper {
    padding-bottom: 20px;
    width: 100%;
  }
}
.type-page .type-editor .editor-controls-bar .type-weight {
  color: #EB3323;
  width: 25%;
}
@media (max-width: 991px) {
  .type-page .type-editor .editor-controls-bar .type-weight {
    width: 100%;
    padding-bottom: 30px;
  }
}
.type-page .type-editor .editor-controls-bar .type-weight .type-selector {
  color: #EB3323;
  font-size: 14.5454545455px;
  border: none;
  border-radius: 0;
  min-width: 70%;
  background-color: #efefef;
  margin-left: 0;
  margin-right: 0;
}
.type-page .type-editor .editor-controls-bar .control-wrapper {
  width: 75%;
  display: flex;
  align-items: center;
  opacity: 0;
}
@media (max-width: 991px) {
  .type-page .type-editor .editor-controls-bar .control-wrapper {
    display: none;
  }
}
.type-page .type-editor .editor-controls-bar .control-wrapper .control-size {
  color: #EB3323;
  display: flex;
}
.type-page .type-editor .editor-controls-bar .control-wrapper .control-size .control-symbol {
  padding-right: 20px;
  font-size: 12px;
}
.type-page .type-editor .editor-controls-bar .control-wrapper .control-size .control-symbol span {
  padding-left: 5px;
}
.type-page .type-editor .editor-controls-bar .control-wrapper .control-size .control-symbol span:nth-child(1) {
  font-size: 16px;
}
.type-page .type-editor .editor-controls-bar .control-wrapper .control-size .control-symbol span:nth-child(2) {
  font-size: 20px;
}
.type-page .type-editor .editor-controls-bar .control-wrapper .editor-control {
  padding-right: 30px;
}
.type-page .type-editor .editor-controls-bar .control-wrapper .control-reload svg {
  fill: #EB3323;
  width: 20px;
}
.type-page .type-editor .type-area {
  font-size: 60px;
  line-height: 1;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .type-page .type-editor .type-area {
    font-size: 30px;
    width: 100%;
  }
}
.type-page .type-editor:hover .control-wrapper, .type-page .type-editor.active .control-wrapper {
  opacity: 1;
}
.type-page .type-editor:hover .add-cart, .type-page .type-editor.active .add-cart {
  opacity: 1;
}
.type-page .row {
  display: flex;
}
@media (max-width: 991px) {
  .type-page .row {
    flex-direction: column;
  }
}
.type-page .row .font-desc {
  width: 80%;
  padding-right: 15%;
  line-height: 28px;
}
.type-page .row .font-desc .author {
  padding: 20px 20% 20px 0;
  font-weight: 700;
}
.type-page .row .font-desc .info-about-font {
  font-size: 20px;
}
.type-page .row .font-desc .info-about-font span.dtitle {
  font-weight: 700;
}
.type-page .row .font-desc .font-styles {
  font-size: 20px;
}
.type-page .row .font-desc .font-styles li {
  display: inline-block;
}
.type-page .row .font-desc .font-styles li:nth-last-child(n+2):after {
  content: ", ";
  white-space: pre-wrap;
}
@media (max-width: 991px) {
  .type-page .row .font-desc {
    width: 100%;
    padding-right: 0;
  }
}
.type-page .row .font-other-links {
  width: 20%;
  margin-left: 20px;
  flex: auto;
}
@media (max-width: 991px) {
  .type-page .row .font-other-links {
    width: auto;
    max-width: 440px;
    margin-left: 0;
    margin-top: 50px;
  }
}
.type-page .row .font-other-links .link-wrap + .link-wrap {
  margin-top: 60px;
}
.type-page .row .font-other-links .link-wrap a.other_links {
  display: block;
  padding-left: 20px;
  border-bottom: 1px solid #EB3323;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 60px;
}
.type-page .row .font-other-links .link-wrap a.other_links:first-child {
  border-top: 1px solid #EB3323;
}
.type-page .row .font-other-links .link-wrap a.other_links.buy {
  border: 1px solid #EB3323;
  background-color: #EB3323;
  color: white;
  font-size: 22.4px;
}
.type-page .row .font-other-links .link-wrap a.other_links.buy:hover {
  background-color: transparent;
  color: #EB3323;
}
.type-page .swiper-container {
  position: relative;
}
.type-page .swiper-container .swiper-slide img {
  width: 100%;
}
@media (max-width: 501px) {
  .type-page .swiper-container {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.type-page .swiper-container .button-next, .type-page .swiper-container .button-prev {
  background: none;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 50px;
  height: 50px;
  z-index: 5000;
  cursor: pointer;
}
.type-page .swiper-container .button-next:after, .type-page .swiper-container .button-next:before, .type-page .swiper-container .button-prev:after, .type-page .swiper-container .button-prev:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background-color: black;
}
@media (max-width: 501px) {
  .type-page .swiper-container .button-next, .type-page .swiper-container .button-prev {
    width: 20px;
    height: 20px;
  }
  .type-page .swiper-container .button-next:after, .type-page .swiper-container .button-next:before, .type-page .swiper-container .button-prev:after, .type-page .swiper-container .button-prev:before {
    height: 10px;
  }
}
.type-page .swiper-container .button-prev {
  left: 20px;
}
.type-page .swiper-container .button-prev:after {
  top: 0;
  left: 35%;
  transform-origin: bottom;
  transform: translate3d(-50%, 0%, 0) rotate(45deg);
}
.type-page .swiper-container .button-prev:before {
  bottom: 0%;
  left: 35%;
  transform-origin: top;
  transform: translate3d(-50%, 0%, 0) rotate(-45deg);
}
@media (max-width: 501px) {
  .type-page .swiper-container .button-prev {
    left: 0;
  }
}
.type-page .swiper-container .button-next {
  right: 20px;
}
.type-page .swiper-container .button-next:after {
  bottom: 8px;
  left: 35%;
  transform-origin: bottom;
  transform: translate3d(-50%, 0%, 0) rotate(45deg);
}
.type-page .swiper-container .button-next:before {
  top: 8px;
  left: 35%;
  transform-origin: top;
  transform: translate3d(-50%, 0%, 0) rotate(-45deg);
}
@media (max-width: 501px) {
  .type-page .swiper-container .button-next {
    right: 0;
  }
  .type-page .swiper-container .button-next:after {
    bottom: 3px;
  }
  .type-page .swiper-container .button-next:before {
    top: 3px;
  }
}
.type-page .section-type-glyph .row, .type-page .section-type-feature .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 50px;
}
.type-page .section-type-glyph .row:last-child, .type-page .section-type-feature .row:last-child {
  padding: 10px 0 0;
}
.type-page .section-type-glyph .row .feature-name, .type-page .section-type-feature .row .feature-name {
  color: #EB3323;
  width: 15%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .type-page .section-type-glyph .row .feature-name, .type-page .section-type-feature .row .feature-name {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.type-page .section-type-glyph .row .images-wrap, .type-page .section-type-feature .row .images-wrap {
  width: 85%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .type-page .section-type-glyph .row .images-wrap, .type-page .section-type-feature .row .images-wrap {
    flex-direction: column;
    width: 100%;
  }
}
.type-page .section-type-glyph .row .images-wrap .img-wrap, .type-page .section-type-feature .row .images-wrap .img-wrap {
  width: 48.5%;
}
.type-page .section-type-glyph .row .images-wrap .img-wrap:first-child, .type-page .section-type-feature .row .images-wrap .img-wrap:first-child {
  padding-right: 3%;
}
@media (max-width: 991px) {
  .type-page .section-type-glyph .row .images-wrap .img-wrap, .type-page .section-type-feature .row .images-wrap .img-wrap {
    width: 100%;
    padding-bottom: 20px;
  }
  .type-page .section-type-glyph .row .images-wrap .img-wrap:first-child, .type-page .section-type-feature .row .images-wrap .img-wrap:first-child {
    padding-right: 0%;
  }
  .type-page .section-type-glyph .row .images-wrap .img-wrap:last-child, .type-page .section-type-feature .row .images-wrap .img-wrap:last-child {
    padding-bottom: 0%;
  }
}
.type-page .section-type-glyph .row .images-wrap .img-wrap img, .type-page .section-type-feature .row .images-wrap .img-wrap img {
  max-width: 440px;
}
.type-page .section-type-glyph .row .feature-image, .type-page .section-type-feature .row .feature-image {
  width: 100%;
  height: auto;
}
.type-page .section-type-glyph .row span.feature-img, .type-page .section-type-feature .row span.feature-img {
  width: 90%;
  height: 0;
  padding-bottom: 9%;
  display: block;
  background-size: 200%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.type-page .section-type-glyph .row span.feature-result, .type-page .section-type-feature .row span.feature-result {
  background-position: 100% 0;
}
.type-page .section-type-glyph .column-wrap {
  justify-content: space-between;
}
.type-page .section-type-glyph .column-wrap .column {
  width: 49%;
}
@media (max-width: 991px) {
  .type-page.on-overlay {
    overflow: hidden;
  }
}
.type-page.on-overlay .main, .type-page.on-overlay #header, .type-page.on-overlay #footer {
  width: calc(100vw - 420px);
}
@media (max-width: 991px) {
  .type-page.on-overlay .main, .type-page.on-overlay #header, .type-page.on-overlay #footer {
    width: 100%;
  }
}
.type-page.on-overlay .order-overlay {
  transform: translate3d(0%, 0, 0);
}
@media (max-width: 991px) {
  .type-page.on-overlay .order-overlay {
    overflow: scroll;
    height: 100%;
    min-height: 100vh;
  }
}
.type-page.on-overlay .type-editor .add-cart {
  display: none;
}

/* ARTICLES HUB */
.articles-hub .articles-wrapper .article-box {
  flex-grow: 0;
  margin-bottom: 50px;
}

.shop .product-type-simple {
  width: 50%;
}
@media (max-width: 991px) {
  .shop .product-type-simple {
    width: 100%;
  }
}
.shop .product-type-simple .price {
  font-size: 26.4px;
  font-weight: 700;
  margin: 20px 0;
}
.shop .product-type-simple button.single_add_to_cart_button {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  color: #EB3323;
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid #EB3323;
  background-color: transparent;
}
.shop .woocommerce-product-details__short-description {
  margin-bottom: 20px;
  line-height: 1.5;
}
.shop .font-product-row {
  width: 100%;
  display: flex;
  height: auto;
}
@media (max-width: 991px) {
  .shop .font-product-row {
    flex-direction: column;
  }
}
.shop .font-product-row h4 {
  color: #EB3323;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}
.shop .users_wrapper {
  width: calc(25% - 10px);
  margin-right: 20px;
}
@media (max-width: 991px) {
  .shop .users_wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.shop .users_wrapper label {
  margin-right: 10px;
}
.shop .users_wrapper .select-box {
  display: inline-block;
}
.shop .users_wrapper p {
  line-height: 50px;
}
.shop .font-product-variations {
  width: 75%;
}
@media (max-width: 991px) {
  .shop .font-product-variations {
    width: 100%;
  }
}
.shop .font-product-variations .font-product-variation-checkbox {
  padding: 10px 0;
  line-height: 1.5;
  width: 44.444%;
  position: relative;
}
@media (max-width: 991px) {
  .shop .font-product-variations .font-product-variation-checkbox {
    width: 100%;
  }
}
.shop .font-product-variations .font-product-variation-checkbox .cast-product-style-name {
  margin-left: 10px;
}
.shop .font-product-variations .font-product-variation-checkbox .cast-product-style-name .price {
  display: none;
}
.shop .font-product-variations .font-product-variation-checkbox .cast-product-style-name .cast_users_price {
  color: #777;
  position: absolute;
  right: 0;
  display: inline-block;
  text-align: right;
}
.shop .font-product-variations .font-product-variation-checkbox input:checked + .cast-product-style-name .cast_users_price {
  color: #EB3323;
}
.shop .single_variation_wrap .woocommerce-variation-price {
  display: none;
}
.shop .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
.shop .single_variation_wrap .woocommerce-variation-add-to-cart #cast_add_to_cart {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #EB3323;
  color: white;
  padding: 20px;
  text-align: center;
}
.shop .single_variation_wrap .woocommerce-variation-add-to-cart #cast_add_to_cart.hide {
  display: none !important;
}
.shop .single_variation_wrap .woocommerce-variation-add-to-cart #cast_add_to_cart .cast_subtotal_container {
  display: block;
  font-size: 22px;
  color: white;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
.shop .single_variation_wrap .woocommerce-variation-add-to-cart #cast_add_to_cart button {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  color: white;
  font-size: 22px;
  padding: 10px 20px;
  border: 1px solid white;
  background-color: transparent;
}

.woocommerce {
  line-height: 1.6;
}
.woocommerce h2, .woocommerce h3 {
  color: #EB3323;
}

.shop_table {
  text-align: left;
  width: 100%;
}
.shop_table td:last-child, .shop_table th:last-child, .shop_table .product-price {
  text-align: right !important;
  font-weight: 700;
}
.shop_table .product-price {
  padding-right: 20px;
}
.shop_table thead {
  font-weight: 700;
}
.shop_table thead tr {
  border-bottom: 1px solid black;
  line-height: 50px;
}
.shop_table tbody tr {
  line-height: 1.6;
  border-bottom: 1px solid #999;
}
.shop_table tbody tr:last-child {
  border: none;
}
.shop_table tbody tr td {
  padding: 20px 0;
}
.shop_table tbody tr td.product-remove a {
  color: #EB3323;
}
.shop_table tbody tr td.product-name {
  width: 50%;
}
.shop_table tbody tr td.product-name a {
  font-weight: 700;
}
.shop_table tbody tr td.product-name p {
  font-style: italic;
}
.shop_table tbody tr td.product-quantity input {
  padding: 5px;
  border: 1px solid #999;
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  font-size: 100%;
  max-width: 80px;
}
.shop_table tbody tr.cart-subtotal td {
  font-weight: 400;
}
.shop_table tbody tr.order-total {
  font-weight: 700;
}
.shop_table tbody tr.order-total td:last-child {
  font-size: 120%;
}
.shop_table tbody button {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  color: #EB3323;
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid #EB3323;
  background-color: transparent;
}
.shop_table tfoot {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.shop_table tfoot tr {
  line-height: 2;
}

.cart_totals h2 {
  color: #EB3323;
  padding: 20px 0;
}
.cart_totals .wc-proceed-to-checkout {
  text-align: right;
}
.cart_totals .wc-proceed-to-checkout a {
  display: inline-block;
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  color: #EB3323;
  font-size: 22px;
  padding: 10px 20px;
  border: 1px solid #EB3323;
  background-color: transparent;
  line-height: normal;
}

form.checkout, form.woocommerce-form-login, form.woocommerce-form-register {
  max-width: 550px;
}
@media (max-width: 991px) {
  form.checkout, form.woocommerce-form-login, form.woocommerce-form-register {
    width: 100%;
  }
}
form.checkout h3, form.woocommerce-form-login h3, form.woocommerce-form-register h3 {
  color: #EB3323;
  margin-bottom: 50px;
  border-bottom: 1px solid black;
  line-height: 50px;
}

.woocommerce-info {
  margin-bottom: 50px;
}
.woocommerce-info a.showlogin {
  font-weight: 700;
  color: #EB3323;
}

.login {
  margin-bottom: 50px;
}

#customer_details, .login, .woocommerce-EditAccountForm, .woocommerce-form-register {
  line-height: 1.6;
}
#customer_details p, .login p, .woocommerce-EditAccountForm p, .woocommerce-form-register p {
  margin-bottom: 20px;
}
#customer_details p label, .login p label, .woocommerce-EditAccountForm p label, .woocommerce-form-register p label {
  display: block;
}
#customer_details p label span, .login p label span, .woocommerce-EditAccountForm p label span, .woocommerce-form-register p label span {
  display: inline;
}
#customer_details p .required, .login p .required, .woocommerce-EditAccountForm p .required, .woocommerce-form-register p .required {
  color: #EB3323;
  text-decoration: none;
}
#customer_details p span, .login p span, .woocommerce-EditAccountForm p span, .woocommerce-form-register p span {
  display: block;
}
#customer_details p span.select2-selection, .login p span.select2-selection, .woocommerce-EditAccountForm p span.select2-selection, .woocommerce-form-register p span.select2-selection {
  height: auto;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 0;
}
#customer_details p span.select2-selection__arrow, .login p span.select2-selection__arrow, .woocommerce-EditAccountForm p span.select2-selection__arrow, .woocommerce-form-register p span.select2-selection__arrow {
  height: 47px !important;
}
#customer_details p input, .login p input, .woocommerce-EditAccountForm p input, .woocommerce-form-register p input {
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #999;
}
#customer_details p textarea, .login p textarea, .woocommerce-EditAccountForm p textarea, .woocommerce-form-register p textarea {
  display: block;
  height: 100px;
  width: 100%;
  border: 1px solid #999;
  padding: 10px;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
}
#customer_details button, .login button, .woocommerce-EditAccountForm button, .woocommerce-form-register button {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  color: #EB3323;
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid #EB3323;
  background-color: transparent;
}
#customer_details label input[type=checkbox], .login label input[type=checkbox], .woocommerce-EditAccountForm label input[type=checkbox], .woocommerce-form-register label input[type=checkbox] {
  width: auto;
}
#customer_details .lost_password, .login .lost_password, .woocommerce-EditAccountForm .lost_password, .woocommerce-form-register .lost_password {
  text-align: right;
}
#customer_details .lost_password a, .login .lost_password a, .woocommerce-EditAccountForm .lost_password a, .woocommerce-form-register .lost_password a {
  color: #EB3323;
}

.woocommerce-checkout-payment {
  margin-top: 50px;
  line-height: 1.6;
}
.woocommerce-checkout-payment .place-order {
  text-align: right;
}
.woocommerce-checkout-payment .place-order div {
  text-align: left;
}
.woocommerce-checkout-payment .place-order button.button {
  margin-top: 50px;
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  color: #EB3323;
  font-size: 22px;
  padding: 10px 20px;
  border: 1px solid #EB3323;
  background-color: transparent;
}

.woocommerce-ResetPassword {
  line-height: 1.6;
  max-width: 550px;
}
@media (max-width: 991px) {
  .woocommerce-ResetPassword {
    width: 100%;
  }
}
.woocommerce-ResetPassword p {
  margin-bottom: 20px;
}
.woocommerce-ResetPassword p label {
  display: block;
}
.woocommerce-ResetPassword p input {
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #999;
}
.woocommerce-ResetPassword button.button {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  color: #EB3323;
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid #EB3323;
  background-color: transparent;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation li {
  display: inline-block;
  margin-right: 20px;
}
.woocommerce-MyAccount-navigation li a {
  color: #EB3323;
}

.woocommerce-MyAccount-content {
  text-align: left !important;
}
.woocommerce-MyAccount-content a {
  color: #EB3323;
}

.woocommerce-Address {
  margin-top: 50px;
}
.woocommerce-Address a {
  color: #EB3323;
}

.woocommerce-orders-table__cell-order-actions a {
  margin-right: 20px;
  color: #EB3323;
}
.woocommerce-orders-table__cell-order-actions a:last-child {
  margin-right: 0;
}

.woocommerce-EditAccountForm {
  max-width: 550px;
}
@media (max-width: 991px) {
  .woocommerce-EditAccountForm {
    width: 100%;
  }
}
.woocommerce-EditAccountForm fieldset {
  margin: 50px 0;
  padding: 50px 0 20px 0;
  border-top: 1px solid #EB3323;
  border-bottom: 1px solid #EB3323;
  position: relative;
}
.woocommerce-EditAccountForm fieldset legend {
  position: absolute;
  top: 20px;
  color: #EB3323;
}

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-info {
  padding: 10px;
  margin-bottom: 50px;
  background-color: #EB3323;
  color: white;
  font-size: 20.8px;
}
.woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-notices-wrapper .woocommerce-info a {
  color: white;
  font-weight: bold;
}

section.single-page {
  max-width: 800px;
  margin: 0 auto;
  overflow: visible;
  padding-top: 20px;
}
@media (max-width: 991px) {
  section.single-page {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 501px) {
  section.single-page {
    padding-bottom: 20px;
  }
}
section.single-page.about-studies, section.single-page.lab-content {
  max-width: 1080px;
}
section.single-page.full {
  max-width: initial !important;
}
section.single-page.full .section-name.page-title {
  text-transform: uppercase;
}
section.single-page .full-width {
  margin-left: calc(-50vw + 400px);
  margin-right: calc(-50vw + 400px);
  width: calc(100vw - 40px);
  max-width: unset;
}
@media (max-width: 991px) {
  section.single-page .full-width {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
section.single-page .full-width img {
  max-width: 100%;
  width: 100%;
}
section.single-page .wp-block-image img {
  height: unset;
}
section.single-page figcaption {
  text-align: left !important;
}
section.single-page .section-name.page-title {
  font-size: 33px;
  margin-top: 0;
  text-align: center;
}
section.single-page .excerpt p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #666666;
  margin-bottom: 20px;
}
section.single-page header.two-cols-header {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
section.single-page header.two-cols-header .section-name.page-title {
  color: black;
  text-align: left;
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
}
@media (max-width: 501px) {
  section.single-page header.two-cols-header .section-name.page-title {
    font-size: 32px;
    padding-bottom: 20px;
  }
}
section.single-page header.two-cols-header .subheader {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  section.single-page header.two-cols-header .subheader {
    flex-direction: column;
  }
}
section.single-page header.two-cols-header .excerpt {
  width: 35%;
}
section.single-page header.two-cols-header .excerpt p {
  font-size: 37.4px;
  color: black;
  font-weight: 300;
}
@media (max-width: 991px) {
  section.single-page header.two-cols-header .excerpt {
    width: 80%;
  }
  section.single-page header.two-cols-header .excerpt p {
    font-size: 30px;
  }
}
@media (max-width: 501px) {
  section.single-page header.two-cols-header .excerpt {
    width: 100%;
  }
}
section.single-page header.two-cols-header .introduction {
  width: calc(65% - 30px);
  margin-left: 30px;
  font-size: 19.2px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  section.single-page header.two-cols-header .introduction {
    width: 80%;
    margin-left: 0;
  }
}
@media (max-width: 501px) {
  section.single-page header.two-cols-header .introduction {
    width: 100%;
    margin-left: 0;
  }
}
section.single-page nav.page-menu {
  background-color: #EB3323;
}
@media (max-width: 991px) {
  section.single-page nav.page-menu {
    width: 100vw;
    max-width: unset;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
section.single-page nav.page-menu .page-menu-wrapper {
  max-width: 800px;
  margin: 0 auto 20px auto;
  padding: 24px 20px;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  color: white;
}
section.single-page nav.page-menu .page-menu-wrapper ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
section.single-page nav.page-menu .page-menu-wrapper ul a {
  color: inherit;
}
@media (max-width: 991px) {
  section.single-page nav.page-menu .page-menu-wrapper {
    flex-direction: column;
  }
  section.single-page nav.page-menu .page-menu-wrapper h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  section.single-page nav.page-menu .page-menu-wrapper ul {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
  section.single-page nav.page-menu .page-menu-wrapper ul li {
    margin-top: 10px;
  }
}
section.single-page .text-container {
  font-size: 19px;
  line-height: 1.6;
  font-family: SoleWText, Georgia, Times, serif;
}
@media (max-width: 991px) {
  section.single-page .text-container {
    font-size: 16px;
  }
}
section.single-page .text-container .team {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
}
section.single-page .text-container .team .member {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
section.single-page .text-container .team .member .member-image {
  display: block;
  width: 150px;
  margin-right: 20px;
}
section.single-page .text-container .team .member .member-image img.pic {
  width: 150px;
}
section.single-page .text-container .team .member .member-description h3 {
  margin-top: 0;
  color: black;
}
section.single-page .text-container .team .member .member-description .member-role {
  margin-top: 0;
  font-variant-caps: all-small-caps;
}
section.single-page .text-container .team .member .member-description .member-quote {
  font-style: italic;
}
@media (max-width: 991px) {
  section.single-page .text-container .team .member {
    flex-direction: column;
  }
  section.single-page .text-container .team .member .member-image {
    width: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
section.single-page .text-container h2, section.single-page .text-container h3, section.single-page .text-container h4, section.single-page .text-container h5, section.single-page .text-container h6 {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  color: #EB3323;
  font-weight: 700;
  margin-top: 20px;
}
section.single-page .text-container h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 22px;
}
section.single-page .text-container.blog h2 {
  text-transform: none;
}
section.single-page .text-container p {
  margin-bottom: 20px;
}
section.single-page .text-container p.big {
  font-size: 26.4px;
}
@media (max-width: 501px) {
  section.single-page .text-container p.big {
    font-size: 20px;
  }
}
section.single-page .text-container p.emphasis {
  font-weight: 700;
}
section.single-page .text-container a {
  color: #EB3323;
}
section.single-page .text-container blockquote {
  font-style: italic;
}
section.single-page .text-container ul, section.single-page .text-container ol {
  list-style-position: outside;
  padding-left: 1em;
}
section.single-page .text-container ul {
  list-style-type: initial;
}
section.single-page .text-container ol {
  list-style-type: decimal;
}
section.single-page .text-container ol.nested-decimal, section.single-page .text-container ol.nested-decimal ol {
  list-style-type: none;
  counter-reset: listcounter;
}
section.single-page .text-container ol.nested-decimal li, section.single-page .text-container ol.nested-decimal ol li {
  counter-increment: listcounter;
}
section.single-page .text-container ol.nested-decimal li:before, section.single-page .text-container ol.nested-decimal ol li:before {
  content: counters(listcounter, ".") ". ";
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  color: #EB3323 !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
  border: 1px solid #EB3323 !important;
  background-color: transparent !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 400 !important;
}

section.section-buy {
  background-color: #EFEFEF;
}
section.section-buy + section h4, section.section-buy h4 {
  border: none !important;
}
section.section-buy .woocommerce-notices-wrapper {
  margin-top: 20px;
}
section.section-buy .woocommerce-notices-wrapper .woocommerce-info {
  margin-bottom: 20px;
  padding: 20px;
}
section.section-buy .offer {
  margin-bottom: 50px;
}
section.section-buy .offer p {
  font-size: 19px;
}
@media (max-width: 991px) {
  section.section-buy .offer p {
    font-size: 16px;
  }
}
section.section-buy .offer a {
  color: #EB3323;
}

.cast-product-selection-form .row {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .cast-product-selection-form .row {
    flex-direction: column;
  }
}
.cast-product-selection-form .row .font-product-variations {
  min-width: 33.333333%;
  margin-right: 20px;
}
.cast-product-selection-form .row .font-product-variations:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .cast-product-selection-form .row .font-product-variations {
    margin-right: 0;
  }
}
.cast-product-selection-form .row .font-product-variations .users_wrapper {
  margin-bottom: 20px;
}
.cast-product-selection-form .row .font-product-variations .users_wrapper .select-box {
  border-bottom: 1px solid #EB3323;
  width: max-content;
}
.cast-product-selection-form .row .font-product-variations h4 {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}
.cast-product-selection-form .row .font-product-variations h5 {
  color: #EB3323;
  margin-top: 20px;
  margin-bottom: 10px;
}
.cast-product-selection-form .row .font-product-variations h5:first-child {
  margin-top: 0;
}
.cast-product-selection-form .row .font-product-variations label {
  color: #EB3323;
  margin-right: 10px;
}
.cast-product-selection-form .row .font-product-variations .font-product-variations-wrapper {
  margin-top: 20px;
}
.cast-product-selection-form .row .font-product-variations .font-product-variations-wrapper .font-product-variation-checkbox {
  line-height: 2;
}
.cast-product-selection-form .row .font-product-variations .font-product-variations-wrapper .font-product-variation-checkbox input {
  margin-right: 10px;
}
.cast-product-selection-form .row .font-product-variations .font-product-variations-wrapper .font-product-variation-checkbox span.cast-product-style-name {
  vertical-align: middle;
  width: 80%;
  max-width: 300px;
  display: inline-block;
  position: relative;
}
.cast-product-selection-form .row .font-product-variations .font-product-variations-wrapper .font-product-variation-checkbox span.cast-product-style-name span.price {
  display: none;
}
.cast-product-selection-form .row .font-product-variations .font-product-variations-wrapper .font-product-variation-checkbox span.cast-product-style-name span.cast_users_price {
  color: #777;
  position: absolute;
  right: 0;
  display: inline-block;
  text-align: right;
}
.cast-product-selection-form .row .font-product-variations .font-product-variations-wrapper .font-product-variation-checkbox input:checked + .cast-product-style-name {
  color: #EB3323;
}
.cast-product-selection-form .row .font-product-variations .font-product-variations-wrapper .font-product-variation-checkbox input:checked + .cast-product-style-name .cast_users_price {
  color: #EB3323;
}
.cast-product-selection-form .cast_add_to_cart {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #EB3323;
  color: white;
  padding: 20px;
  text-align: center;
}
.cast-product-selection-form .cast_add_to_cart.hide {
  display: none !important;
}
.cast-product-selection-form .cast_add_to_cart .cast_subtotal {
  display: block;
  font-size: 22px;
  color: white;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
.cast-product-selection-form .cast_add_to_cart button {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  color: white;
  font-size: 22px;
  padding: 10px 20px;
  border: 1px solid white;
  background-color: transparent;
}

p.big-excerpt, body.lab .single-page.about-studies .excerpt p {
  font-size: 28px;
  line-height: 1.6;
  font-weight: normal;
}
@media (max-width: 991px) {
  p.big-excerpt, body.lab .single-page.about-studies .excerpt p {
    font-size: 20.8px;
  }
}
@media (max-width: 501px) {
  p.big-excerpt, body.lab .single-page.about-studies .excerpt p {
    font-size: 17.6px;
  }
}

body.lab {
  background-color: #EB3323 !important;
  /* Special styling for WebKit/Blink */
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */
  /* TRACK STYLE */
}
body.lab .main, body.lab #footer {
  border-color: black !important;
}
body.lab.home .main .section {
  padding: 0;
  border-bottom: 1px solid black;
}
body.lab.home .to-the-lab div.circle {
  background-color: white;
}
body.lab.home .to-the-lab img {
  width: 80%;
  top: 10%;
  left: 10%;
}
body.lab.home .to-the-lab div.text span.outline {
  color: white;
}
body.lab #header {
  position: fixed;
  width: 100%;
  height: 100px;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 20;
  background-color: #EB3323;
}
body.lab #header .header-inner {
  position: relative;
  padding: 13.3333333333px 20px;
  margin: 0 20px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body.lab #header .header-inner {
    border-left: none;
    border-right: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  body.lab #header .menu-list {
    background-color: #EB3323;
  }
}
body.lab #header .menu-list .menu-item a:hover {
  color: white !important;
}
body.lab #header .menu-list .menu-item:last-child a {
  font-style: italic;
  color: white;
}
body.lab #header .logo {
  margin: -13.3333333333px -20px;
}
body.lab #header a.logo-lab {
  display: block;
  height: 100px;
  width: 200px;
  margin: 0;
  text-indent: -9999rem;
  font-size: 1px;
  background-image: url(../img/logo_studies.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
body.lab .main {
  padding-top: 100px;
}
body.lab .big-excerpt-container {
  padding: 50px 15% !important;
}
@media (max-width: 991px) {
  body.lab .big-excerpt-container {
    padding: 35px 50px !important;
  }
}
@media (max-width: 501px) {
  body.lab .big-excerpt-container {
    padding: 20px 20px !important;
  }
}
body.lab #footer {
  position: relative;
  z-index: 1;
  background-color: #EB3323;
}
body.lab #footer .footer-item {
  border-color: black;
}
body.lab #footer a.fontstand {
  background-image: url(../img/fontstand_badge_light.png) !important;
}
body.lab.footer-noborder #footer {
  border-top: none;
}
body.lab .type-editor h3 span {
  font-weight: 900;
  font-size: 110%;
}
body.lab section.single-page .text-container {
  font-family: inherit;
}
body.lab section.single-page .text-container h2, body.lab section.single-page .text-container h3, body.lab section.single-page .text-container h4, body.lab section.single-page .text-container h5, body.lab section.single-page .text-container h6 {
  color: black;
}
body.lab section.single-page .text-container p {
  margin-bottom: 0;
}
body.lab section.single-page .excerpt p {
  color: black !important;
}
body.lab section.single-page.about-studies .excerpt {
  margin-bottom: 50px;
}
body.lab section.single-page .section-name {
  color: black !important;
}
body.lab .type-wrapper {
  border-bottom: none !important;
}
body.lab .type-wrapper .row {
  border-bottom: 1px solid black;
}
body.lab .type-wrapper .row:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  body.lab .type-wrapper .row {
    border-bottom: none;
  }
  body.lab .type-wrapper .row:last-child .type-box:last-child {
    border-bottom: none;
  }
}
body.lab .type-wrapper .type-box.type-box-lab {
  border-right: 1px solid black;
}
@media (max-width: 991px) {
  body.lab .type-wrapper .type-box.type-box-lab {
    border-right: none;
    border-bottom: 1px solid black;
  }
}
body.lab .type-wrapper .type-box.type-box-lab:last-child {
  border-right: none;
}
body.lab .type-wrapper .type-box.type-box-lab .type-name {
  bottom: 30px;
  top: unset;
}
body.lab .type-wrapper .type-box.type-box-lab .type-name span {
  font-weight: 900;
  font-size: 17.6px;
}
@media (max-width: 501px) {
  body.lab .type-wrapper .type-box.type-box-lab .type-name {
    font-size: 12px;
    left: 10px;
    bottom: 15px;
  }
}
body.lab .type-wrapper .type-box.type-box-lab span.font-badge.coming-soon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: unset;
  left: unset;
  line-height: 1.5;
  border-radius: initial;
  height: auto;
  width: auto;
  display: none;
  border: 1px solid white;
  padding: 5px 10px;
  text-transform: uppercase;
  color: white;
  font-size: 12.8px;
}
@media (max-width: 501px) {
  body.lab .type-wrapper .type-box.type-box-lab span.font-badge.coming-soon {
    font-size: 9px;
    right: 10px;
    bottom: 10px;
    padding: 3px 5px;
    display: block;
  }
}
body.lab .type-wrapper .type-box.type-box-lab:hover span.font-badge.coming-soon {
  display: block;
}
body.lab .type-wrapper .type-box.type-box-lab:hover .type-name {
  color: white;
}
body.lab .type-wrapper .type-box.type-box-lab .type-box-item.coming-soon h3.type-name {
  color: black;
  text-transform: none;
}
body.lab .type-wrapper .type-box.type-box-lab .type-box-item .font-badge {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: unset;
  left: unset;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 501px) {
  body.lab .type-wrapper .type-box.type-box-lab .type-box-item .font-badge {
    font-size: 9px;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
  }
}
body.lab .type-wrapper .lab-box {
  position: relative;
  width: 33.333%;
  padding: 0 20px;
  overflow-x: hidden;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
body.lab .type-wrapper .lab-box:last-child {
  border-right: 1px solid black;
}
body.lab .type-wrapper .lab-box:hover {
  width: 66.666%;
}
body.lab .type-wrapper .lab-box .font-badge {
  background: white;
  top: 10px;
  left: 10px;
}
body.lab .type-wrapper .lab-box .font-badge span {
  color: #EB3323;
}
body.lab .type-wrapper div.lab-wrap {
  margin-top: 20px;
  margin-bottom: 0;
  height: 8vw;
  max-height: 8vw;
  overflow-y: hidden;
  overflow-x: hidden;
}
body.lab .type-wrapper div.lab-wrap img {
  height: 16vw;
  width: auto;
}
body.lab .type-wrapper div.lab-wrap img:hover {
  transform: translateY(-8vw);
}
body.lab .type-weight h3 {
  display: none;
}
body.lab .control-reload svg {
  fill: black !important;
}
body.lab .control-size {
  color: black !important;
}
body.lab.typefaces .type-editor {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
body.lab.typefaces .type-editor + .type-editor {
  padding-top: 20px;
  border-top: 1px solid black;
}
body.lab input[type=range]::-webkit-slider-thumb {
  border-color: black;
  background: #EB3323;
}
body.lab input[type=range]::-moz-range-thumb {
  border-color: black;
  background: #EB3323;
}
body.lab input[type=range]::-ms-thumb {
  border-color: black;
  background: #EB3323;
}
body.lab input[type=range]::-webkit-slider-runnable-track {
  border-color: black;
}
body.lab input[type=range]::-moz-range-track {
  border-color: black;
}
body.lab input[type=range]::-ms-track {
  border-color: black;
}
body.lab input[type=range]::-ms-fill-lower {
  border-color: black;
}
body.lab input[type=range]::-ms-fill-upper {
  border-color: black;
}
body.lab .add-cart {
  color: #EB3323;
  border: none;
  background-color: white;
}
body.lab .add-cart:hover {
  color: white !important;
  background: black;
}
body.lab .add-cart.more {
  background-color: black;
  color: white;
  margin-right: 20px;
}
body.lab .add-cart.more:hover {
  background: white;
  color: black !important;
}
@media (max-width: 991px) {
  body.lab .type-area {
    font-size: 80px !important;
  }
}
@media (max-width: 501px) {
  body.lab .type-area {
    font-size: 60px !important;
  }
}
body.lab.type-page .cover {
  position: fixed;
  height: 700px;
  z-index: 0;
  width: calc(100% - 42px);
}
@media (max-width: 1301px) {
  body.lab.type-page .cover {
    position: initial;
    max-width: inherit;
    height: inherit;
    padding-bottom: 20px;
  }
}
body.lab.type-page .cover .labcover-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  body.lab.type-page .cover .labcover-wrapper {
    width: 100%;
    margin: inherit;
  }
}
body.lab.type-page .cover .section-type-editors {
  padding-bottom: 20px;
}
body.lab.type-page .cover .section-type-editors .type-area {
  width: 100%;
  white-space: inherit;
}
@media (max-width: 991px) {
  body.lab.type-page .cover .section-type-editors .editors-wrapper {
    padding-top: 20px;
  }
}
body.lab.type-page .cover .type-name.font-title {
  color: black;
  font-size: 17.6px;
  padding-bottom: 20px;
}
body.lab.type-page .cover .type-name.font-title span {
  font-weight: 900;
  font-size: 19.36px;
}
@media (max-width: 501px) {
  body.lab.type-page .cover .type-name.font-title {
    padding: 10px 20px;
  }
}
body.lab.type-page .cover span.scroll-sign {
  position: absolute;
  bottom: 20px;
  left: calc(50vw - 30px);
  width: 60px;
  height: 60px;
  display: block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  text-indent: -9999rem;
  font-size: 1px;
}
@media (max-width: 1301px) {
  body.lab.type-page .cover span.scroll-sign {
    display: none;
  }
}
body.lab.type-page p.excerpt {
  padding: 20px;
  font-size: 26.4px;
  line-height: 1.6;
}
@media (max-width: 501px) {
  body.lab.type-page p.excerpt {
    font-size: 20px;
  }
}
body.lab.type-page .rest-content {
  padding-top: 700px;
  background-color: transparent;
}
@media (max-width: 1301px) {
  body.lab.type-page .rest-content {
    padding-top: 0;
  }
}
body.lab.type-page .reset-container {
  position: relative;
  z-index: 2;
  background-color: white;
  margin-left: -21px;
  margin-right: -21px;
  padding-left: 20px;
  padding-right: 20px;
}
body.lab.type-page .reset-container .container {
  padding-top: 20px;
  border-left: 1px solid #EB3323;
  border-right: 1px solid #EB3323;
}
@media (max-width: 501px) {
  body.lab.type-page .reset-container .container {
    padding-top: 0;
  }
}
body.lab.type-page .reset-container .container.secondary {
  padding-top: 0;
}
body.lab.type-page .swiper-container {
  margin-bottom: 50px;
}
@media (max-width: 501px) {
  body.lab.type-page .swiper-container {
    margin-bottom: 20px;
  }
}
body.lab.type-page .cast_add_to_cart {
  border-top: 1px solid #EFEFEF;
}
body.lab.type-page .type-box.type-box-lab {
  border-right: none;
}
@media (max-width: 991px) {
  body.lab.type-page .type-box.type-box-lab {
    border-bottom: none;
  }
}
body.lab.type-page .type-box.type-box-lab:hover .type-name {
  color: initial;
}
body.lab.type-page .reset-container.glyphset {
  background-color: #EB3323;
}
body.lab.type-page .reset-container.glyphset .container {
  border-color: black;
}
body.lab.type-page section.glyphset {
  background-color: #EB3323;
}
body.lab.type-page section.glyphset img {
  width: 100%;
}
body.lab.type-page .type-lab-wrapper {
  justify-content: space-around;
}
body.lab.type-page .type-lab-wrapper h3 {
  margin-bottom: 0;
}
body.lab.type-page .type-lab-wrapper .lab-box {
  border-left: none;
  border-bottom: none;
}
body.lab.type-page .type-lab-wrapper .lab-box:last-child {
  border-right: none;
}
body.lab.type-page .type-lab-wrapper .lab-box:hover {
  width: 33.333%;
}
body.lab.type-page .type-lab-wrapper div.lab-wrap {
  margin-top: 20px;
  margin-bottom: 0;
  height: 6vw;
  max-height: 6vw;
  overflow-y: hidden;
}
body.lab.type-page .type-lab-wrapper div.lab-wrap img {
  height: 12vw;
  width: auto;
}
body.lab.type-page .type-lab-wrapper div.lab-wrap img:hover {
  transform: none;
}
body.lab .section.contributors {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
body.lab .section.contributors header {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
body.lab .section.contributors header h3 {
  border-bottom: none;
  font-size: 22px;
  letter-spacing: 0.5px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body.lab .section.contributors header h3 {
    font-size: 20px;
  }
}
body.lab .section.contributors .contributors-container {
  border-top: 1px solid black;
}
@media (max-width: 991px) {
  body.lab .section.contributors .contributors-container {
    border-bottom: 1px solid black;
  }
}
body.lab .section.contributors .contributors-container .row {
  display: flex;
  border-bottom: 1px solid black;
}
@media (max-width: 991px) {
  body.lab .section.contributors .contributors-container .row {
    margin-left: 20px;
    margin-right: 20px;
    flex-direction: column;
  }
  body.lab .section.contributors .contributors-container .row:last-child {
    border-bottom: none;
  }
}
body.lab .section.contributors .contributors-container .row article.contributor {
  width: 25%;
  padding: 20px;
  border-right: 1px solid black;
  font-size: 19px;
}
body.lab .section.contributors .contributors-container .row article.contributor:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  body.lab .section.contributors .contributors-container .row article.contributor {
    width: 100%;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid black;
    font-size: 16px;
  }
  body.lab .section.contributors .contributors-container .row article.contributor:first-child {
    border-top: none;
  }
  body.lab .section.contributors .contributors-container .row article.contributor.contributors-filler {
    display: none;
  }
}
body.lab .section.contributors .contributors-container .row article.contributor h4 {
  font-size: 26.4px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body.lab .section.contributors .contributors-container .row article.contributor h4 {
    font-size: 20px;
    margin-bottom: 6.6666666667px;
  }
}
body.lab .section.contributors .contributors-container .row article.contributor a {
  display: block;
  margin-bottom: 20px;
  text-decoration: underline;
}
@media (max-width: 991px) {
  body.lab .section.contributors .contributors-container .row article.contributor a {
    margin-bottom: 10px;
  }
}
body.lab .section.contributors .contributors-container .row article.contributor p.fonts-designed {
  display: inline;
  font-style: italic;
}
body.lab .section.contributors .contributors-container .row article.contributor ul {
  display: inline;
  font-style: italic;
}
body.lab .section.contributors .contributors-container .row article.contributor ul li {
  display: inline;
}
body.lab .section.contributors .contributors-container .row article.contributor ul li:after {
  content: ", ";
}
body.lab .section.contributors .contributors-container .row article.contributor ul li:last-child:after {
  content: "";
}
body.lab .section.contributors .contributors-container .row article.contributor ul a {
  display: inline;
  text-decoration: none;
}

main.main-coming-soon {
  width: 100vw;
  height: 100vh;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.main-coming-soon div.center-all {
  margin-top: -20vh;
}
main.main-coming-soon img {
  width: 450px;
}
@media (max-width: 991px) {
  main.main-coming-soon img {
    max-width: 100%;
  }
}
main.main-coming-soon h1 {
  font-size: 36px;
  text-transform: lowercase;
  margin-top: 20px;
  font-weight: 300;
}

section.single-page.solutions .text-container {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
}
section.single-page.solutions a.contact-us {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #666666;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-left: auto;
  z-index: 99;
}
@media (max-width: 991px) {
  section.single-page.solutions a.contact-us {
    right: 20px;
    bottom: 20px;
    width: 125px;
    height: 125px;
    padding: 16.6666666667px;
    font-size: 18.3333333333px;
  }
}
section.single-page.solutions nav.page-menu {
  background-color: #EB3323;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 991px) {
  section.single-page.solutions nav.page-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.single-page.solutions nav.page-menu .page-menu-wrapper {
  max-width: 800px;
  margin: auto;
  padding: 24px 0;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  color: white;
}
section.single-page.solutions nav.page-menu .page-menu-wrapper h2 {
  width: 35%;
  font-weight: 700;
}
section.single-page.solutions nav.page-menu .page-menu-wrapper ul {
  width: calc(65% - 30px);
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.single-page.solutions nav.page-menu .page-menu-wrapper ul a {
  color: inherit;
}
@media (max-width: 991px) {
  section.single-page.solutions nav.page-menu .page-menu-wrapper {
    flex-direction: column;
  }
  section.single-page.solutions nav.page-menu .page-menu-wrapper h2 {
    width: 100%;
  }
  section.single-page.solutions nav.page-menu .page-menu-wrapper ul {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    flex-direction: column;
  }
  section.single-page.solutions nav.page-menu .page-menu-wrapper ul li {
    margin-top: 10px;
  }
}
section.single-page.solutions section.solution-services {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
section.single-page.solutions section.solution-services h3 {
  width: 35%;
  text-transform: uppercase;
  color: #EB3323;
  font-size: 22px;
  margin-top: 0;
}
section.single-page.solutions section.solution-services .service-details {
  margin-left: 30px;
  width: calc(65% - 30px);
}
@media (max-width: 991px) {
  section.single-page.solutions section.solution-services {
    flex-direction: column;
  }
  section.single-page.solutions section.solution-services h3 {
    width: 100%;
    font-size: 20px;
  }
  section.single-page.solutions section.solution-services .service-details {
    width: 100%;
    margin-left: 0;
  }
}
section.single-page.solutions section.solution-services details {
  font-family: "MachoWebsite", "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20%;
  border-bottom: 1px solid #EB3323;
  cursor: pointer;
}
section.single-page.solutions section.solution-services details:first-child {
  padding-top: 0;
}
section.single-page.solutions section.solution-services details summary {
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  padding-right: 20px;
  list-style-type: none;
}
section.single-page.solutions section.solution-services details summary::-webkit-details-marker {
  display: none;
}
section.single-page.solutions section.solution-services details summary::before {
  width: 20px;
  border-top: 1px solid black;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  transform: rotate(90deg);
  content: "";
  transition: transform 0.2s ease;
}
section.single-page.solutions section.solution-services details summary::after {
  width: 20px;
  border-top: 1px solid black;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  content: "";
  transition: transform 0.2s ease;
}
section.single-page.solutions section.solution-services details p {
  line-height: 1.4;
}
section.single-page.solutions section.solution-services details[open] {
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 17%;
}
section.single-page.solutions section.solution-services details[open].custom-typefaces {
  background-image: url("../img/icone_custom/custom_typeface.png");
}
section.single-page.solutions section.solution-services details[open].language-extension {
  background-image: url("../img/icone_custom/script_extension.png");
}
section.single-page.solutions section.solution-services details[open].type-modification {
  background-image: url("../img/icone_custom/type_modification.png");
}
section.single-page.solutions section.solution-services details[open].type-refinement {
  background-image: url("../img/icone_custom/font_refinement.png");
}
section.single-page.solutions section.solution-services details[open].letter-spacing {
  background-image: url("../img/icone_custom/kerning.png");
}
section.single-page.solutions section.solution-services details[open].logo-design {
  background-image: url("../img/icone_custom/logo.png");
}
section.single-page.solutions section.solution-services details[open].lettering {
  background-image: url("../img/icone_custom/lettering.png");
}
section.single-page.solutions section.solution-services details[open].quality-assurance {
  background-image: url("../img/icone_custom/font_quality.png");
}
section.single-page.solutions section.solution-services details[open].opentype-coding {
  background-image: url("../img/icone_custom/opentype_features.png");
}
section.single-page.solutions section.solution-services details[open].scripting {
  background-image: url("../img/icone_custom/scripting.png");
}
section.single-page.solutions section.solution-services details[open].truetype-hint {
  background-image: url("../img/icone_custom/hinting.png");
}
section.single-page.solutions section.solution-services details[open].variable-font {
  background-image: url("../img/icone_custom/variable_font.png");
}
section.single-page.solutions section.solution-services details[open].type-branding {
  background-image: url("../img/icone_custom/type_branding.png");
}
section.single-page.solutions section.solution-services details[open].licensing {
  background-image: url("../img/icone_custom/license_advising.png");
}
section.single-page.solutions section.solution-services details[open].training {
  background-image: url("../img/icone_custom/training.png");
}
section.single-page.solutions section.solution-services details[open].courses {
  background-image: url("../img/icone_custom/workshops.png");
}
section.single-page.solutions section.solution-services details[open].talks {
  background-image: url("../img/icone_custom/research.png");
}
section.single-page.solutions section.solution-services details[open].after-sale {
  background-image: url("../img/icone_custom/aftersale.png");
}
section.single-page.solutions section.solution-services details[open] summary {
  font-weight: 700;
  margin-bottom: 20px;
}
section.single-page.solutions section.solution-services details[open] summary::before {
  transform: rotate(315deg);
}
section.single-page.solutions section.solution-services details[open] summary::after {
  transform: rotate(225deg);
}
section.single-page.solutions .section-also {
  margin-top: 80px;
}
section.single-page.solutions .section-also header {
  display: flex;
  flex-direction: row;
}
section.single-page.solutions .section-also header h3 {
  width: 35%;
  color: black;
  font-size: 22px;
  margin-top: 0;
  line-height: 1.2;
}
section.single-page.solutions .section-also header p {
  width: calc(65% - 30px);
  margin-left: 30px;
  line-height: 1.4;
}
section.single-page.solutions .section-also .custom-container {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
section.single-page.solutions .section-also .custom-container .article-box {
  width: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
section.single-page.solutions .section-also .custom-container .article-box:nth-child(2) {
  margin-right: 0;
}
section.single-page.solutions .section-also .custom-container .article-box img.article-image {
  width: 100%;
}
section.single-page.solutions .section-also .custom-container .article-box a {
  color: black;
}
section.single-page.solutions .section-also .custom-container .article-box h2 {
  margin-top: 10px;
}
section.single-page.solutions .section-also .custom-container .article-box p {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  section.single-page.solutions .section-also .custom-container {
    flex-direction: column;
  }
  section.single-page.solutions .section-also .custom-container .article-box {
    width: 100%;
    max-width: initial;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

figure.data-table-custom {
  margin-left: 0;
  margin-right: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow-x: visible;
}
figure.data-table-custom table tbody {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 20px;
}
figure.data-table-custom table tbody td {
  margin: 0;
  padding: 0;
  display: block;
}
figure.data-table-custom table tbody td:first-child {
  color: #EB3323;
  font-weight: 700;
}
@media (max-width: 991px) {
  figure.data-table-custom table tbody {
    display: initial;
  }
}

/*# sourceMappingURL=index.processed.css.map */
