@charset "UTF-8";
@font-face {
  font-family: "FOUNDWBRG-Regular";
  src: url("../fonts/founwbrg/woff2/FOUNWBRGWeb-Regular.woff2") format("woff2"), url("../fonts/founwbrg/woff/FOUNWBRGWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "FOUNDWBRG-Demi";
  src: url("../fonts/founwbrg/woff2/FOUNWBRGWeb-Demi.woff2") format("woff2"), url("../fonts/founwbrg/woff/FOUNWBRGWeb-Demi.woff") format("woff");
}
@font-face {
  font-family: "FOUNDWBRG-Medium";
  src: url("../fonts/founwbrg/woff2/FOUNWBRGWeb-Medium.woff2") format("woff2"), url("../fonts/founwbrg/woff/FOUNWBRGWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: "FOUNDWBRG-Bold";
  src: url("../fonts/founwbrg/woff2/FOUNWBRGWeb-Bold.woff2") format("woff2"), url("../fonts/founwbrg/woff/FOUNWBRGWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "FOUNDWBRG-ExtraBold";
  src: url("../fonts/founwbrg/woff2/FOUNWBRGWeb-ExtraBold.woff2") format("woff2"), url("../fonts/founwbrg/woff/FOUNWBRGWeb-ExtraBold.woff") format("woff");
}
html, body {
  /*background: #edf2f7;*/
  font-family: "FOUNDWBRG-Regular", sans-serif, Arial;
  background: #fff;
  color: #1A1A1A;
}

body.menu_open {
  overflow: hidden;
}

strong,
b {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-weight: normal;
}

figure {
  margin: 0;
  padding: 0;
}

hr {
  border: 0;
  margin: 0;
  height: 1px;
  width: 100%;
  background: transparent;
  border-top: thin solid #1A1A1A;
}

h2 {
  font-size: 20px;
  line-height: 30px;
}

figcaption,
.carousel_item p.caption {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}

.hidden-small {
  display: none;
}

.logo_widget {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.logo_widget div {
  padding: 0 10px;
}

.logo_widget--2 div {
  width: 50%;
}

.logo_widget--3 div {
  width: calc(100% / 3);
}

.logo_widget--4 div {
  width: calc(100% / 4);
}

footer .widget_heading {
  font-size: 1.75rem;
}

.social_links ul {
  display: flex;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.social_links li {
  display: inline-block;
  margin: 0 5px;
}

.social_links svg path {
  fill: #000;
  transition: 0.25s;
}

.social_links a:hover svg path {
  fill: #B9B9B9;
}

.testing {
  color: #ff0000;
}

main {
  padding-top: 80px;
}

h1.page_title {
  font-size: 16px;
  line-height: 24px;
}

.single-fonts h1.page_title {
  max-width: 200px;
}

.woocommerce-ordering h1.page_title {
  line-height: 21px;
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 11px 0 18px;
  z-index: 8;
}
.site_header hr {
  margin-bottom: 14px;
}
.site_header hr.second {
  margin-bottom: 0;
  margin-top: 14px;
}
.site_header .cart-not-empty a {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
}
.site_header a {
  text-decoration: none;
}
.site_header a:hover {
  text-decoration: underline;
}
.site_header .menu_toggler {
  float: right;
  line-height: 16px;
}

.main_menu {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 11px 0 20px;
  background: #1A1A1A;
  color: #fff;
  overflow-y: scroll;
}
.main_menu .menu_toggler {
  line-height: 16px;
}
.main_menu hr {
  background: #fff;
  margin-bottom: 14px;
}
.main_menu a {
  text-decoration: none;
}
.main_menu a:hover {
  text-decoration: underline;
}
.main_menu .btn.btn--alt {
  color: #fff;
  float: right;
}

.menu_widgets {
  display: flex;
  flex-wrap: wrap;
}

.menu_widget {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 20px 0 0;
}
.menu_widget h3 {
  position: relative;
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.menu_widget h3:before, .menu_widget h3:after {
  position: absolute;
  right: 0;
  top: 11px;
  content: "";
  width: 11px;
  height: 1px;
  background: #fff;
}
.menu_widget h3:after {
  transition: 0.2s;
  transform: rotate(90deg);
}
.menu_widget h3.open:after {
  transform: rotate(0);
}
.menu_widget h3 + div {
  display: none;
  padding-bottom: 18px;
}
.menu_widget li {
  margin-bottom: 2px;
}
.menu_widget a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.menu_widget a:hover {
  text-decoration: underline;
}

.bottom_menu_wrapper {
  margin-top: 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.bottom_menu_wrapper p {
  margin: 14px 0 19px;
}

footer {
  padding-bottom: 22px;
}

.footer__top hr {
  margin-bottom: 24px;
}

.footer_widget h3 {
  position: relative;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}
.footer_widget h3:before, .footer_widget h3:after {
  position: absolute;
  right: 0;
  top: 11px;
  content: "";
  width: 11px;
  height: 1px;
  background: #1A1A1A;
}
.footer_widget h3:after {
  transition: 0.2s;
  transform: rotate(90deg);
}
.footer_widget h3.open:after {
  transform: rotate(0);
}
.footer_widget h3 + div, .footer_widget h3 + nav {
  display: none;
  padding-bottom: 18px;
}
.footer_widget li {
  margin-bottom: 2px;
}
.footer_widget a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
.footer_widget a:hover {
  text-decoration: underline;
}

.footer_widget-1 ul {
  column-count: 2;
  column-gap: 10px;
}
.footer_widget-1 ul li {
  width: 100%;
}

.footer__bottom {
  margin-top: 28px;
}

.footer_bottom_widget a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
.footer_bottom_widget a:hover {
  text-decoration: underline;
}
.footer_bottom_widget li {
  display: block;
}
.footer_bottom_widget li:not(:last-child) {
  margin-bottom: 18px;
}
.footer_bottom_widget p {
  font-size: 16px;
  line-height: 24px;
  margin: 18px 0 0;
}

/** buttons **/
.btn,
.cart:not(.font_cart) button,
.gform_footer button[type=submit],
.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-downloads-file {
  font-family: inherit;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  position: relative;
  background: transparent;
  color: #1A1A1A;
  border: 0;
  padding: 4px 10px;
}
.btn:not(.btn--alt):before, .btn:not(.btn--alt):after,
.cart:not(.font_cart) button:not(.btn--alt):before,
.cart:not(.font_cart) button:not(.btn--alt):after,
.gform_footer button[type=submit]:not(.btn--alt):before,
.gform_footer button[type=submit]:not(.btn--alt):after,
.woocommerce-MyAccount-content button:not(.btn--alt):before,
.woocommerce-MyAccount-content button:not(.btn--alt):after,
.woocommerce-MyAccount-downloads-file:not(.btn--alt):before,
.woocommerce-MyAccount-downloads-file:not(.btn--alt):after {
  content: "";
  position: absolute;
  top: 0;
  width: 11px;
  height: 100%;
  transition: 0.25s;
}
.btn:not(.btn--alt):before,
.cart:not(.font_cart) button:not(.btn--alt):before,
.gform_footer button[type=submit]:not(.btn--alt):before,
.woocommerce-MyAccount-content button:not(.btn--alt):before,
.woocommerce-MyAccount-downloads-file:not(.btn--alt):before {
  left: 0;
  border: 1px solid #1A1A1A;
  border-right: 0;
}
.btn:not(.btn--alt):after,
.cart:not(.font_cart) button:not(.btn--alt):after,
.gform_footer button[type=submit]:not(.btn--alt):after,
.woocommerce-MyAccount-content button:not(.btn--alt):after,
.woocommerce-MyAccount-downloads-file:not(.btn--alt):after {
  right: 0;
  border: 1px solid #1A1A1A;
  border-left: 0;
}
.btn:not(.btn--alt):hover,
.cart:not(.font_cart) button:not(.btn--alt):hover,
.gform_footer button[type=submit]:not(.btn--alt):hover,
.woocommerce-MyAccount-content button:not(.btn--alt):hover,
.woocommerce-MyAccount-downloads-file:not(.btn--alt):hover {
  background: #1A1A1A;
  color: #fff;
}
.btn:hover:before, .btn:hover:after,
.cart:not(.font_cart) button:hover:before,
.cart:not(.font_cart) button:hover:after,
.gform_footer button[type=submit]:hover:before,
.gform_footer button[type=submit]:hover:after,
.woocommerce-MyAccount-content button:hover:before,
.woocommerce-MyAccount-content button:hover:after,
.woocommerce-MyAccount-downloads-file:hover:before,
.woocommerce-MyAccount-downloads-file:hover:after {
  width: 50%;
}
.btn.btn--alt,
.cart:not(.font_cart) button.btn--alt,
.gform_footer button[type=submit].btn--alt,
.woocommerce-MyAccount-content button.btn--alt,
.woocommerce-MyAccount-downloads-file.btn--alt {
  background: transparent;
  padding: 0;
  border: 0;
}

.gform_footer button[data-js=reset-form] {
  font-family: inherit;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  position: relative;
  border: 0;
  padding: 4px 10px;
  background: #fff;
  color: #616161;
}
.gform_footer button[data-js=reset-form]:hover {
  text-decoration: underline;
}

.section {
  margin: 50px 0;
}

/** adline **/
.section--aline {
  font-size: 24px;
  line-height: 30px;
}
.section--aline p {
  margin: 0 0 20px;
}
.section--aline .btn {
  float: right;
}

/** hero **/
.section--hero--single {
  overflow: hidden;
}
.section--hero--single .row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.section--hero--single .row .columns {
  padding-left: 0;
  padding-right: 0;
}
.section--hero--single .row img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/** standfirst **/
.section--standfirst p {
  font-size: 24px;
  line-height: 30px;
  max-width: 640px;
  margin-bottom: 0;
}

.blog_content .section--standfirst:first-child p:first-child {
  margin-top: 0;
}

/** heading **/
.section--heading {
  margin-bottom: 0;
}
.section--heading h2 {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
  border-top: 1px solid #1A1A1A;
  padding-top: 10px;
  margin-bottom: 20px;
}

/** carousel **/
.section--carousel--standard .standard_carousel {
  margin-right: -8px;
}
.section--carousel--standard .standard_carousel .slick-slide {
  margin: 0 calc(11px / 2);
  max-width: 75vw;
  transition: 0.25s;
}
.section--carousel--standard .standard_carousel_nav {
  margin-top: 20px;
}
.section--carousel--standard .standard_carousel_nav .rangeslider--horizontal {
  height: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.section--carousel--standard .standard_carousel_nav .rangeslider--horizontal .rangeslider__handle {
  background: #1A1A1A;
  width: 30px;
  height: 5px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  border: 0;
}
.section--carousel--standard .standard_carousel_nav .rangeslider--horizontal .rangeslider__handle:after {
  display: none;
}
.section--carousel--standard .standard_carousel_nav .rangeslider--horizontal .rangeslider__fill {
  width: 100% !important;
  height: 1px;
  background: #1A1A1A;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  transform: translateY(2px);
}

/** shop **/
body.woocommerce.page .page_title {
  display: none;
}

.product_sort_by {
  display: none;
}

.woocommerce-ordering {
  margin-bottom: 40px;
}

ul.products li.product {
  margin-bottom: 40px;
}
ul.products a {
  text-decoration: none;
}
ul.products h2 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
ul.products .product_thumbnail {
  background: #F2F2F2;
  padding: 10px;
}
ul.products .product_thumbnail img {
  width: 100%;
  max-height: 202px;
  object-fit: contain;
}

.woocommerce-pagination,
.blog .nav-links {
  font-size: 16px;
  line-height: 24px;
  margin: 10px -10px 50px;
}
.woocommerce-pagination li,
.blog .nav-links li {
  display: inline-block;
  margin: 0 10px;
}
.woocommerce-pagination a,
.blog .nav-links a {
  color: #616161;
  text-decoration: none;
}
.woocommerce-pagination span,
.blog .nav-links span {
  color: #1A1A1A;
}
.woocommerce-pagination a.prev,
.woocommerce-pagination a.next,
.blog .nav-links a.prev,
.blog .nav-links a.next {
  display: block;
  text-indent: -999999px;
  overflow: hidden;
  position: relative;
  background: url(../img/pagination-left.svg) no-repeat center;
  background-size: 15px 12px;
  width: 15px;
  height: 12px;
}
.woocommerce-pagination a.next,
.blog .nav-links a.next {
  background: url(../img/pagination-right.svg) no-repeat center;
  background-size: 15px 12px;
}

.blog .nav-links a,
.blog .nav-links span {
  display: inline-block;
  margin: 0 10px;
}

.blog .nav-links a.prev, .blog .nav-links a.next {
  display: inline-block;
}

select,
button {
  background-color: transparent;
  font-family: inherit;
}

.woocommerce-ordering select:not([multiple]) {
  margin-left: 5px;
  font-family: inherit;
  display: inline-block;
  padding: 0 20px 0 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/select-plus.svg) no-repeat right center;
  background-size: 1rem 1rem;
}

.single-product figure {
  margin-top: 20px;
  background: #F2F2F2;
  padding: 10px;
}
.single-product span.page_title {
  display: none;
}
.single-product .product_title {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
.single-product .product_content {
  margin-bottom: 50px;
}
.single-product p.price {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.single-product div.quantity {
  display: none;
}
.single-product .summary.entry-summary {
  display: flex;
  flex-wrap: wrap;
}
.single-product .summary.entry-summary h1,
.single-product .summary.entry-summary .product_content {
  width: 100%;
}
.single-product .summary.entry-summary .product_content p {
  font-size: 16px;
  line-height: 24px;
}
.single-product .summary.entry-summary .price {
  width: 50%;
}
.single-product .summary.entry-summary .cart {
  text-align: right;
  width: 50%;
  margin-bottom: 50px;
}
.single-product .summary.entry-summary .cart.variations_form {
  width: 100%;
}
.single-product .summary.entry-summary .cart.variations_form td.label {
  display: none;
}
.single-product .summary.entry-summary .cart.variations_form td.value {
  text-align: left;
  padding-bottom: 20px;
}
.single-product .summary.entry-summary .cart.variations_form .reset_variations {
  display: none !important;
}
.single-product .summary.entry-summary .woocommerce-variation-availability,
.single-product .summary.entry-summary .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
.single-product .summary.entry-summary .woocommerce-variation-price {
  margin-bottom: 10px;
}
.single-product .product-type-variable .summary.entry-summary h1.product_title {
  order: 0;
}
.single-product .product-type-variable .summary.entry-summary .product_content {
  order: 1;
}
.single-product .product-type-variable .summary.entry-summary .variations_form {
  order: 2;
  margin: -20px 0 50px;
}
.single-product .product-type-variable .summary.entry-summary .variations_form .variations {
  margin-bottom: 30px;
}
.single-product .product-type-variable .summary.entry-summary .price {
  order: 3;
  margin-top: -105px;
}
.single-product .up-sells {
  margin: 50px 0;
}
.single-product .up-sells > h2 {
  border-top: 1px solid #1A1A1A;
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
  padding-top: 10px;
  margin-bottom: 19px;
}
.single-product .up-sells .products {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.single-product .up-sells .product {
  width: 50%;
  padding: 0 5px;
}
.single-product .up-sells .product:nth-child(3), .single-product .up-sells .product:nth-child(4) {
  display: none;
}
.single-product .up-sells .product .product_thumbnail img {
  max-height: 97px;
}
.single-product .up-sells .product h2 {
  display: none;
}

.section--navigation {
  display: none;
}

/** general p, ul, ol **/
.standard_content p, .standard_content ol, .standard_content ul,
.accordion__item p,
.accordion__item ol,
.accordion__item ul,
.section--standard_content p,
.section--standard_content ol,
.section--standard_content ul {
  font-size: 16px;
  line-height: 24px;
}

/** split content **/
.section--split_content h2 {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section--split_content h2 + .standard_content p {
  margin-top: 0;
}

/** accordion **/
.section--accordion {
  margin: 15px 0;
}
.section--accordion .row {
  margin: 0;
}
.section--accordion .columns {
  padding-left: 0;
  padding-right: 0;
}

.accordion .accordion__item {
  border-bottom: thin solid #1A1A1A;
  padding-bottom: 10px;
}
.accordion .accordion__item button {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 10px 20px 10px 0;
}
.accordion .accordion__item button:before, .accordion .accordion__item button:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 11px;
  height: 1px;
  top: 20px;
  background: transparent;
  border-top: thin solid #1A1A1A;
  transition: 0.25s;
}
.accordion .accordion__item button:after {
  transform: rotate(90deg);
}
.accordion .accordion__item div:not(.svg):not(.svg_output) {
  display: none;
}
.accordion .accordion__item.open button:after {
  transform: rotate(0deg);
}

/** image **/
.section--split_content .section--image .row {
  margin: 0;
}
.section--split_content .section--image .columns {
  padding: 0;
}

.section--heading + .section--carousel,
.section--heading + .section--image {
  margin-top: 0;
}

/** split **/
.section--split_content .row .row {
  width: 100%;
  max-width: 100%;
}
.section--split_content .section--image + .section--standard_content {
  margin-top: -50px;
}
.section--split_content .section--standard_content a {
  text-decoration: none;
  color: #B9B9B9;
}
.section--split_content .section--standard_content a:hover {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
}

.blog_content .section:first-child {
  margin-top: 0;
}

.blog_content .section > .row {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.blog_content .section > .row > .columns {
  padding: 0;
}

.single-post h1.page_title {
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0 20px;
}
.single-post h1.page_title + p {
  font-size: 16px;
  line-height: 24px;
}
.single-post h1.page_title + p span {
  color: #B9B9B9;
}
.single-post h1.page_title + p:last-child {
  margin-bottom: 50px;
}

.error404 main {
  padding-bottom: 100px;
}
.error404 h1 {
  font-size: 60px;
  line-height: 74px;
}

.blog_posts article {
  margin-bottom: 50px;
}
.blog_posts h2 {
  margin: 20px 0 10px;
}
.blog_posts img {
  width: 100%;
  transition: 0.25s;
}
.blog_posts .post_thumbnail a:hover img {
  opacity: 0.8;
}
.blog_posts p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  max-width: 450px;
}
.blog_posts a {
  color: #B9B9B9;
  text-decoration: none;
}
.blog_posts a:hover {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
}

/** collections **/
.section--collection {
  margin: 0 0 30px;
}
.section--collection .row {
  display: flex;
}
.section--collection hr {
  margin-bottom: 10px;
}
.section--collection h2 {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
}
.section--collection p {
  font-size: 16px;
  line-height: 24px;
  margin: 11px 0 0;
}
.section--collection span {
  color: #B9B9B9;
}
.section--collection .collection_base_content {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}
.section--collection .collection_actions {
  position: relative;
  width: 25%;
  text-align: right;
}
.section--collection .collection_actions a {
  position: absolute;
  bottom: 20px;
  right: 6px;
}
.section--collection .collection_fonts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.section--collection .collection_fonts .collection_font {
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}
.section--collection .collection_fonts .collection_font svg path,
.section--collection .collection_fonts .collection_font h3 {
  transition: 0.25s;
}
.section--collection .collection_fonts .collection_font h3 {
  display: none;
}

/** quotes **/
.section--quotes {
  font-size: 16px;
  line-height: 24px;
}
.section--quotes .quotes_carousel {
  max-width: 640px;
}
.section--quotes .quotes_carousel * {
  outline: none;
}
.section--quotes .quotes_carousel .slick-dots {
  margin-top: 30px;
}
.section--quotes .quotes_carousel .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.section--quotes .quotes_carousel .slick-dots li button {
  display: block;
  width: 25px;
  height: 5px;
  background: #1A1A1A;
  overflow: hidden;
  text-indent: -999999px;
  transform: scaleY(0.2);
  transition: 0.25s;
}
.section--quotes .quotes_carousel .slick-dots li.slick-active button {
  transform: scaleY(1);
}
.section--quotes blockquote {
  margin: 0;
}
.section--quotes blockquote p,
.section--quotes blockquote figcaption {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
.section--quotes blockquote figcaption {
  color: #B9B9B9;
}
.section--quotes blockquote figcaption cite {
  font-style: normal;
}
.section--quotes .quotes_carousel:before {
  content: "“";
  position: absolute;
  top: 0;
  left: -10px;
}

/** font section **/
.section--font {
  margin: 20px 0;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}
.section--font [data-section=title],
.section--font [data-section=weights] {
  width: 50%;
}
.section--font [data-section=weights] {
  text-align: right;
}
.section--font [data-section=preview-row] {
  margin-left: 0;
  margin-right: 0;
}
.section--font [data-section=preview] {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  /** todo: add this when visible **/
}
.section--font [data-section=preview] a {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
.section--font [data-section=preview] a svg {
  width: 100%;
}
.section--font [data-section=preview] a svg path {
  fill: currentColor;
}
.section--font [data-section=preview] img {
  max-width: none;
  padding-left: calc(11px / 2);
  transform: translateX(25%);
}
.section--font [data-section=preview].start-anim img {
  animation: marquee 10s linear infinite;
}
.section--font [data-section=specimen],
.section--font [data-section=buy] {
  display: none;
}
.section--font hr {
  margin-bottom: 10px;
}
.section--font h2 {
  font-size: inherit;
  line-height: 22px;
  margin-bottom: 5px;
}
.section--font a {
  text-decoration: none;
}
.section--font hr {
  z-index: 1;
}
.section--font * {
  color: inherit;
  position: relative;
}
.section--font .row:not(:first-child) {
  z-index: 3;
}
.section--font:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: 0 0;
  transform: scaleY(0);
  transition: 0.5s;
  z-index: 3;
}

@keyframes marquee {
  0% {
    -moz-transform: translateX(25%);
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
[data-row=font-filter] .large-2.medium-2 {
  line-height: 24px;
}

[data-form=font-filter] {
  text-align: right;
}
[data-form=font-filter] ul {
  display: none;
}
[data-form=font-filter] select {
  margin-left: 5px;
  font-family: inherit;
  display: inline-block;
  padding: 0 20px 0 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/select-plus.svg) no-repeat right center;
  background-size: 1rem 1rem;
}

/** fonts @ glyphs **/
.single-fonts .section hr {
  margin-bottom: 10px;
}
.single-fonts h3 {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
}
.single-fonts .section--font_styles h3 {
  line-height: 20px;
}
.single-fonts .accordion .svg {
  display: none !important;
}
.single-fonts .row_style {
  margin-top: 24px;
}
.single-fonts .row_style .large-1.medium-2 {
  line-height: 20px;
}
.single-fonts .style_image {
  margin-top: 10px;
}
.single-fonts .section--navigation--font {
  display: block;
  text-align: right;
  margin: 0;
  transform: translateY(-23px);
}
.single-fonts .section--navigation--font .large-7 {
  text-align: left;
  display: none;
}
.single-fonts .section--navigation--font a {
  text-decoration: none;
}
.single-fonts .section--navigation--font a:hover {
  text-decoration: none;
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
}
.single-fonts .glyph_preview {
  display: none;
  text-align: center;
}
.single-fonts .glyph_preview svg {
  height: 30em;
  overflow: visible;
}
.single-fonts .accordion .accordion__item button.glyph_button {
  display: flex;
  background: #F2F2F2;
  border: 1px solid #fff;
  width: 48px;
  height: 48px;
  margin: 1px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.single-fonts .accordion .accordion__item button.glyph_button:before, .single-fonts .accordion .accordion__item button.glyph_button:after {
  display: none !important;
}
.single-fonts dl, .single-fonts dt, .single-fonts dd {
  margin: 0;
}
.single-fonts dl {
  float: left;
}
.single-fonts .svg_output {
  padding-top: 18px;
}
.single-fonts dd {
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
}
.single-fonts .char {
  display: block;
  margin: 0 auto;
  width: 2em;
  height: 2em;
  padding: 0.5em;
}
.single-fonts .char svg {
  height: 2em;
  overflow: visible;
  transform: translateX(2px);
}
.single-fonts .char-code {
  display: none;
}
.single-fonts .show-code .char-code {
  display: block;
}
.single-fonts .char-name {
  display: block;
}
.single-fonts .show-code .char-name {
  display: none;
}
.single-fonts .char:link {
  text-decoration: none;
}
.single-fonts .weight_selection {
  text-align: right;
  transform: translateY(-20px);
}
.single-fonts .weight_preview {
  height: 80px;
  width: 100%;
  margin-top: 20px;
}
.single-fonts .weight_preview .weight {
  display: none;
  position: absolute;
}
.single-fonts .weight_preview img {
  height: 80px;
  width: auto;
}
.single-fonts .weight_selection select {
  margin-left: 5px;
  font-family: inherit;
  display: inline-block;
  padding: 0 20px 0 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/select-plus.svg) no-repeat right center;
  background-size: 1rem 1rem;
  line-height: 24px;
}
.single-fonts .section--font_floating-button .large-12.columns {
  display: none;
}
.single-fonts .section--font_floating-button .large-12.columns a {
  position: fixed;
  right: calc((100vw - (100% - (84px - (25px / 2)))) / 2 + 5px);
  bottom: 42px;
  z-index: 1;
}
.single-fonts .font_cart .description p {
  font-size: 16px;
  line-height: 24px;
}
.single-fonts .license_header .checkbox_wrapper + select {
  float: right;
}
.single-fonts .license_content {
  display: none;
}
.single-fonts .license_content li {
  margin-bottom: 20px;
}
.single-fonts .license_content li span:after {
  content: "—";
  margin: 0 2px 0 5px;
  display: inline-block;
}
.single-fonts .license_content p {
  display: inline;
  font-size: 16px;
  line-height: 24px;
}
.single-fonts .licensing hr {
  margin: 20px 0;
}
.single-fonts button[data-js=toggle-license-content] {
  position: relative;
  display: block;
  background: transparent;
  border: 0;
  color: #B9B9B9;
  margin: 20px 0;
  padding: 0 20px 0 0;
}
.single-fonts button[data-js=toggle-license-content]:before, .single-fonts button[data-js=toggle-license-content]:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 11px;
  height: 1px;
  top: 10px;
  background: #1A1A1A;
  transition: 0.25s;
}
.single-fonts button[data-js=toggle-license-content]:after {
  transform: rotate(90deg);
}
.single-fonts button[data-js=toggle-license-content].active:after {
  transform: rotate(0deg);
}
.single-fonts .checkbox_wrapper {
  width: 30%;
  float: left;
  position: relative;
}
.single-fonts .checkbox_wrapper input[type=checkbox],
.single-fonts .checkbox_wrapper input[type=radio] {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
}
.single-fonts .checkbox_wrapper label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
}
.single-fonts .checkbox_wrapper input[type=checkbox] + label:before,
.single-fonts .checkbox_wrapper input[type=radio] + label:before {
  top: 0;
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0;
  background: #fff;
  border: 1px solid #1A1A1A;
  vertical-align: top;
  left: 0;
}
.single-fonts .checkbox_wrapper input[type=checkbox] + label:after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 0.27rem;
  left: 0.25rem;
  background: #1A1A1A;
  border-radius: 50%;
  opacity: 0;
}
.single-fonts .checkbox_wrapper input[type=radio] + label:before {
  border-radius: 1.25rem;
}
.single-fonts .checkbox_wrapper input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.75rem;
  opacity: 0;
}
.single-fonts .checkbox_wrapper input[type=radio]:checked + label:before {
  background: #1A1A1A;
}
.single-fonts .checkbox_wrapper input[type=checkbox]:checked + label:after,
.single-fonts .checkbox_wrapper input[type=radio]:checked + label:after {
  opacity: 1;
}
.single-fonts .font_cart {
  position: relative;
  z-index: 2;
  background: #fff;
}
.single-fonts .font_cart .section {
  margin: 20px 0;
}
.single-fonts .font_cart .section--font_summary {
  display: none;
}
.single-fonts .font_styles_wrapper .checkbox_wrapper {
  float: none;
  width: 100%;
  border-bottom: 1px solid #1A1A1A;
  padding: 10px 0 19px;
}
.single-fonts .font_styles_wrapper .checkbox_wrapper label {
  width: 100%;
  line-height: 20px;
}
.single-fonts .font_styles_wrapper .checkbox_wrapper label span.amount {
  float: right;
}
.single-fonts .clear_font_selection {
  text-align: right;
}
.single-fonts .clear_font_selection button {
  font-size: 16px;
  line-height: 24px;
  color: #B9B9B9;
  background: transparent;
  padding: 0;
  border: 0;
  margin-top: 20px;
}
.single-fonts .clear_font_selection button:hover {
  text-decoration: underline;
}
.single-fonts .summary_section {
  padding: 14px 0 10px;
}
.single-fonts .summary_section + .summary_section {
  border-top: 1px solid #1A1A1A;
}
.single-fonts .summary_section .summary_section_header a {
  float: right;
  color: #B9B9B9;
  text-decoration: none;
}
.single-fonts .summary_section .summary_section_header a:hover {
  text-decoration: underline;
}
.single-fonts .summary_section .summary_section_content p {
  font-size: 16px;
  line-height: 24px;
}
.single-fonts .summary_section .summary_section_content button {
  margin-top: 20px;
  float: right;
}
.single-fonts .summary_section .font_total {
  float: right;
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
}

.hero_carousel * {
  outline: none;
}
.hero_carousel .item {
  padding: 0 1px;
}
.hero_carousel img {
  width: 100%;
}

.woocommerce-message {
  font-size: 16px;
  line-height: 24px;
  background: #1A1A1A;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin: 20px 0;
}
.woocommerce-message a {
  text-decoration: none;
}
.woocommerce-message a:hover {
  text-decoration: underline;
}

.woocommerce-notices-wrapper {
  margin: 20px 0;
}

.woocommerce-error {
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-error li {
  background: #ff0000;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin-bottom: 2px;
}
.woocommerce-error a {
  text-decoration: none;
}
.woocommerce-error a:hover {
  text-decoration: underline;
}

.section--heading + .section--blog {
  margin-top: 0;
}

.section--form hr {
  margin-bottom: 20px;
}

.section--carousel--scrollable .standard_carousel .carousel_item {
  margin-right: 25px;
}
.section--carousel--scrollable .standard_carousel .carousel_item img {
  height: 300px;
  object-fit: cover;
}
.section--carousel--scrollable .standard_carousel .os-content {
  display: flex;
}

.os-scrollbar.os-scrollbar-horizontal {
  bottom: -30px;
  max-width: 550px;
  border-radius: 0;
  height: 5px;
  padding: 0;
  position: relative;
}

.os-scrollbar.os-scrollbar-horizontal:before {
  content: "";
  position: absolute;
  top: 2px;
  width: 100%;
  height: 1px;
  background: #1A1A1A;
  display: block;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
  border-radius: 0;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #1A1A1A;
  max-width: 30px;
  border-radius: 0;
}

.section--image img {
  width: 100%;
}

.woocommerce-account .page_header {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-top: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-top: 1px solid #1A1A1A;
  padding: 14px 0 19px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 24px;
}

.woocommerce fieldset {
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}
.woocommerce fieldset legend {
  padding: 0;
}
.woocommerce label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0.5rem;
  color: inherit;
}
.woocommerce .woocommerce-ordering label {
  font-size: 16px;
  display: inline-block;
}
.woocommerce input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),
.woocommerce textarea {
  font-family: inherit;
  display: block;
  padding: 0.75rem 0;
  width: 100%;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #616161;
  border-radius: 0;
  margin-bottom: 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce .woocommerce-MyAccount-content button {
  float: right;
}
.woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address + .woocommerce-Address {
  margin-top: 40px;
  margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title h3 {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title a {
  float: right;
  margin-top: -15px;
}
.woocommerce .woocommerce-MyAccount-content .addresses address {
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}
.woocommerce mark {
  background-color: transparent;
}
.woocommerce table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
}
.woocommerce table th {
  text-align: left;
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-weight: normal;
}
.woocommerce table td {
  padding: 20px 0;
}
.woocommerce table a {
  text-decoration: none;
}
.woocommerce table .product-name a:hover {
  text-decoration: underline;
}

.woocommerce-ResetPassword,
.woocommerce-form-login,
.woocommerce-form-register {
  width: 100%;
  max-width: 895px;
  margin: 0 auto;
}

.woocommerce-ResetPassword p,
.woocommerce-form-login p,
.woocommerce-form-register p {
  font-size: 16px;
  line-height: 24px;
}

.woocommerce-lost_pwd,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  float: right;
}

#customer_login {
  margin: 0 auto 100px;
}

.woo_register {
  margin-top: 70px;
}

.woocommerce-cart .page_header {
  display: none;
}

.plonker {
  font-size: 200px;
}

.cart-empty {
  margin-top: 50px;
}

.cart-empty + .return-to-shop {
  margin-bottom: 50px;
}

.woocommerce-cart h1 {
  display: none;
}
.woocommerce-cart .product-quantity .quantity {
  display: none;
}
.woocommerce-cart .basket_wrapper h2 {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  padding: 10px 0;
}
.woocommerce-cart .basket_wrapper thead {
  display: none;
}
.woocommerce-cart .basket_wrapper tr.cart_item {
  display: block;
  margin: 20px 0 0;
}
.woocommerce-cart .basket_wrapper td {
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 0 0 10px;
}
.woocommerce-cart .basket_wrapper td:before {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  content: attr(data-title);
  display: block;
  margin-bottom: 10px;
}
.woocommerce-cart .basket_wrapper .remove,
.woocommerce-cart .basket_wrapper .edit {
  color: #B9B9B9;
}
.woocommerce-cart .basket_wrapper .remove:hover,
.woocommerce-cart .basket_wrapper .edit:hover {
  text-decoration: underline;
}
.woocommerce-cart .basket_wrapper .coupon {
  border-top: 1px solid #1A1A1A;
  padding: 10px 0;
  margin-top: 50px;
}
.woocommerce-cart .basket_wrapper .coupon label {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
}
.woocommerce-cart .basket_wrapper .coupon button + button {
  margin-left: 20px;
}
.woocommerce-cart .basket_totals {
  margin-top: 50px;
  padding-bottom: 50px;
}
.woocommerce-cart .basket_totals h2 + table {
  margin-top: 20px;
}
.woocommerce-cart .basket_totals td {
  text-align: right;
}
.woocommerce-cart .basket_totals td:before {
  display: none !important;
}
.woocommerce-cart .basket_totals tr.cart-subtotal th, .woocommerce-cart .basket_totals tr.cart-subtotal td {
  padding-bottom: 30px;
}
.woocommerce-cart .basket_totals tr.order-total th, .woocommerce-cart .basket_totals tr.order-total td {
  padding: 10px 0;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  height: 47px;
}
.woocommerce-cart .basket_totals .wc-proceed-to-checkout {
  margin-top: 25px;
  text-align: right;
}

.woocommerce-checkout h1 {
  display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout form h3 {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  padding: 10px 0;
}
.woocommerce-checkout form h3#ship-to-different-address {
  border: 0;
  width: 100%;
}
.woocommerce-checkout .woocommerce-additional-fields {
  padding: 50px 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  padding: 20px 0;
}
.woocommerce-checkout .checkbox_wrapper {
  width: 30%;
  float: left;
  position: relative;
}
.woocommerce-checkout .checkbox_wrapper input[type=checkbox],
.woocommerce-checkout .checkbox_wrapper input[type=radio] {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
}
.woocommerce-checkout .checkbox_wrapper label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
}
.woocommerce-checkout .checkbox_wrapper input[type=checkbox] + label:before,
.woocommerce-checkout .checkbox_wrapper input[type=radio] + label:before {
  top: 0;
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0;
  background: #fff;
  border: 1px solid #1A1A1A;
  vertical-align: top;
  left: 0;
}
.woocommerce-checkout .checkbox_wrapper input[type=checkbox] + label:after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 0.3rem;
  left: 0.25rem;
  background: #1A1A1A;
  border-radius: 50%;
  opacity: 0;
}
.woocommerce-checkout .checkbox_wrapper input[type=radio] + label:before {
  border-radius: 1.25rem;
}
.woocommerce-checkout .checkbox_wrapper input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.75rem;
  opacity: 0;
}
.woocommerce-checkout .checkbox_wrapper input[type=radio]:checked + label:before {
  background: #1A1A1A;
}
.woocommerce-checkout .checkbox_wrapper input[type=checkbox]:checked + label:after,
.woocommerce-checkout .checkbox_wrapper input[type=radio]:checked + label:after {
  opacity: 1;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total {
  opacity: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals label {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th, .woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td {
  padding: 10px 0;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  padding-top: 25px;
  padding-bottom: 100px;
}
.woocommerce-checkout .woocommerce-checkout-payment:before {
  display: block;
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
  content: "Payment method";
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-checkout-payment p {
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce-checkout-payment button[type=submit] {
  float: right;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method label {
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method img {
  display: none;
}
.woocommerce-checkout .stripe-source-errors {
  margin-top: 20px;
}

#wc-stripe-cc-form .form-row:not(.form-row-wide) {
  width: calc(50% - 12px);
  float: left;
  margin-right: 12px;
}
#wc-stripe-cc-form .form-row:not(.form-row-wide) + .form-row {
  margin-left: 12px;
  margin-right: 0;
}

.wc-stripe-elements-field {
  font-family: inherit !important;
  display: block !important;
  padding: 0.75rem 0 !important;
  width: 100% !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #616161 !important;
  border-radius: 0 !important;
  margin-bottom: 0.75rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.woocommerce-order-received {
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-order-received p {
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-order-received h2 {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  padding: 10px 0;
  margin-top: 50px;
  margin-bottom: 10px;
}
.woocommerce-order-received .order_details th + th,
.woocommerce-order-received .order_details td + td,
.woocommerce-order-received .order_details th + td {
  text-align: right;
}
.woocommerce-order-received p.order-again {
  display: none;
}
.woocommerce-order-received address {
  font-style: normal;
}
.woocommerce-order-received .wc-item-meta-label {
  display: none;
}
.woocommerce-order-received .woocommerce-table--order-details td.woocommerce-table__product-name {
  vertical-align: bottom;
}
.woocommerce-order-received .woocommerce-table--order-details td.woocommerce-table__product-name .wc-item-meta li:last-child p {
  margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-table--order-details td.woocommerce-table__product-total {
  vertical-align: bottom;
}

.woocommerce-order-downloads .download-remaining,
.woocommerce-order-downloads .download-expires {
  display: none;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-number,
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number {
  display: none;
}

.woocommerce-view-order .woocommerce-MyAccount-content {
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-view-order .woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-view-order .woocommerce-MyAccount-content h2 {
  font-family: "FOUNDWBRG-Demi", sans-serif, Arial;
  font-size: 15px;
  line-height: 24px;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  padding: 10px 0;
  margin-top: 50px;
  margin-bottom: 10px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .wc-item-meta-label {
  display: none;
}
.woocommerce-view-order .woocommerce-MyAccount-content p.order-again {
  display: none;
}
.woocommerce-view-order .woocommerce-MyAccount-content address {
  font-style: normal;
}

.fontsampler-wrapper .fontsampler-interface {
  display: flex;
  flex-wrap: wrap;
}
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper span {
  width: 60px;
}
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper span + div {
  position: relative;
  width: calc(100% - 60px);
}
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr--disabled {
  pointer-events: none;
  opacity: 0.3;
}
.fontsampler-wrapper .fontsampler-interface label.fontsampler-slider,
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr,
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper {
  display: flex !important;
  align-items: center;
  height: 100%;
  width: 100%;
}
.fontsampler-wrapper .fontsampler-interface label.fontsampler-slider .fontsampler-slider-header,
.fontsampler-wrapper .fontsampler-interface label.fontsampler-slider .fontsampler-sliderr-header,
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr .fontsampler-slider-header,
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr .fontsampler-sliderr-header,
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper .fontsampler-slider-header,
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper .fontsampler-sliderr-header {
  width: 60px;
}
.fontsampler-wrapper .fontsampler-interface label.fontsampler-slider .fontsampler-slider-header + div,
.fontsampler-wrapper .fontsampler-interface label.fontsampler-slider .fontsampler-sliderr-header + div,
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr .fontsampler-slider-header + div,
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr .fontsampler-sliderr-header + div,
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper .fontsampler-slider-header + div,
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper .fontsampler-sliderr-header + div {
  position: relative;
  width: calc(100% - 60px);
}
.fontsampler-wrapper .fontsampler-interface label.fontsampler-slider .slider-label,
.fontsampler-wrapper .fontsampler-interface label.fontsampler-slider .sliderr-label,
.fontsampler-wrapper .fontsampler-interface label.fontsampler-slider .slider-value,
.fontsampler-wrapper .fontsampler-interface label.fontsampler-slider span,
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr .slider-label,
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr .sliderr-label,
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr .slider-value,
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr span,
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper .slider-label,
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper .sliderr-label,
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper .slider-value,
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper span {
  font-size: 12px;
  line-height: 14px;
}
.fontsampler-wrapper .fontsampler-interface label.fontsampler-slider .slider-value,
.fontsampler-wrapper .fontsampler-interface label.fontsampler-slider .sliderr-value,
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr .slider-value,
.fontsampler-wrapper .fontsampler-interface .fontsampler-sliderr .sliderr-value,
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper .slider-value,
.fontsampler-wrapper .fontsampler-interface .fontsampler_colours_wrapper .sliderr-value {
  display: none;
}
.fontsampler-wrapper .fontsampler-interface .fontsampler-ui-block-fontsize label.fontsampler-slider .slider-label {
  display: none;
}
.fontsampler-wrapper .fontsampler-interface .fontsampler-ui-block-fontsize label.fontsampler-slider .slider-value {
  display: block;
}
.fontsampler-wrapper .fontsampler-interface.columns-10 .fontsampler-ui-block.column {
  width: 100%;
}
.fontsampler-wrapper .fontsampler-interface.columns-10 .fontsampler-ui-block.full {
  width: 100%;
}

.rangeslider__handle:before,
.os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}

.fontsampler-wrapper .fontsampler-interface .rangeslider__fill {
  border-bottom: 1px solid #EA014D;
  background: transparent;
}

.fontsampler-interface .rangeslider__handle {
  width: 30px;
  height: 5px;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.fontsampler-interface .rangeslider--horizontal .rangeslider__handle {
  top: -2px;
}

.fontsampler-interface .rangeslider__handle:after {
  display: none !important;
}

input[type=range]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.fontsampler-interface .font-lister {
  display: none;
}

.fontsampler-interface .type-tester__content {
  background: transparent !important;
}

.fontsampler_colours {
  display: flex;
  justify-content: flex-end;
}
.fontsampler_colours button:not(:first-child) {
  margin-left: 2px;
}
.fontsampler_colours button {
  position: relative;
  width: 20px;
  height: 20px;
  background: #1A1A1A;
  overflow: hidden;
  padding: 0;
}
.fontsampler_colours button:after {
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EA014D;
}
.fontsampler_colours button:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  content: "";
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.2s;
}
.fontsampler_colours button.active:before {
  opacity: 1;
}
.fontsampler_colours button[data-value=dark-on-light] {
  background: #F3F3F3;
}
.fontsampler_colours button[data-value=dark-on-light]:after {
  border-top: 20px solid #1A1A1A;
}
.fontsampler_colours button[data-value=light-on-dark] {
  background: #1A1A1A;
}
.fontsampler_colours button[data-value=light-on-dark]:after {
  border-top: 20px solid #F3F3F3;
}

.section--font_tester[data-style=light-on-dark] {
  background: #1A1A1A;
  color: #fff;
}

.section--font_tester[data-style=light-on-dark] .fontsampler-interface label.fontsampler-slider .slider-value,
.section--font_tester[data-style=light-on-dark] .fontsampler-interface label.fontsampler-slider .slider-label,
.section--font_tester[data-style=light-on-dark] .fontsampler-interface .type-tester__content {
  color: #fff;
}

.section--font_tester[data-style=light-on-dark] .fontsampler-interface .rangeslider {
  background: #fff;
}

.fontsampler-wrapper .fontsampler-interface .fontsampler-ui-block.column {
  display: none;
}

.fontsampler-wrapper .fontsampler-interface .fontsampler-ui-block.column.fontsampler-ui-block-fontpicker {
  display: block;
}

body.home h1.page_title,
.post-type-archive-fonts h1.page_title {
  display: none;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
  margin-bottom: 20px;
}

nav.pagination {
  width: 100%;
}

.single-post .section--standfirst .large-6 {
  margin-left: 0;
}

.section--standard_content a:hover {
  text-decoration: none;
}

.single-post .section--carousel--standard .standard_carousel_nav {
  margin-left: 0;
}

.related_articles .section--blog-posts {
  margin-top: 0;
}

.section--font hr {
  transition: 0.5s;
}

.section--font:hover + .section--font hr {
  opacity: 0;
}

.slick-slider * {
  outline: none;
}

.section--split_content .large-6 .section:first-child {
  margin-top: 0;
}

.single-fonts .section--font_selection .checkbox_wrapper--alt input[type=checkbox] + label:before {
  border-radius: 50%;
}

.single-fonts .section--font_selection .checkbox_wrapper--alt input[type=checkbox] + label:after {
  top: 0.25rem;
}

.section--split_licensing.section--split_content {
  position: relative;
  z-index: 2;
  background: #fff;
}

.section--split_licensing.section--split_content .section--accordion .accordion {
  transform: none !important;
}

.section--font_information + .section--split_licensing {
  margin-top: 100px;
}

.page_title_link {
  text-decoration: none;
}
.page_title_link:hover {
  text-decoration: underline;
}

.blog .woocommerce-ordering select {
  float: right;
}

.home .site_header hr.second {
  opacity: 0;
}

#licensing:before {
  content: "";
  display: block;
  padding-top: 120px;
  /* header height + empty space */
  margin-top: -50px;
  /* header height to degrees padding’s space */
}

.woocommerce-cart .site_header hr.second,
.woocommerce-checkout .site_header hr.second {
  display: none;
}

.woocommerce-NoticeGroup-checkout {
  margin-bottom: 20px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span.required {
  display: none;
}

.single-product p.stock {
  display: none;
}

.woocommerce-error li,
.woocommerce-message {
  display: flex;
  justify-content: center;
}

.woocommerce-error li a,
.woocommerce-message a {
  order: 2;
  margin-left: 10px;
}

.section--font_tester {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.section--font_tester + .section {
  margin-top: 0;
}

.single-fonts .license_content span {
  font-size: 16px;
  line-height: 24px;
}

.section--split_licensing .accordion__item div p:first-child {
  margin-top: 0;
}

.carousel__item p.caption {
  font-size: 12px;
}

footer .social_links li a {
  display: flex;
}

.hero_carousel .slick-dots {
  margin-top: 30px;
}
.hero_carousel .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.hero_carousel .slick-dots li button {
  display: block;
  width: 25px;
  height: 5px;
  background: #1A1A1A;
  overflow: hidden;
  text-indent: -999999px;
  transform: scaleY(0.2);
  transition: 0.25s;
}
.hero_carousel .slick-dots li.slick-active button {
  transform: scaleY(1);
}

.oembed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.oembed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.woocommerce-shop .woocommerce-notices-wrapper {
  display: none;
}

.section--image--full .row {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.section--image--full .row .columns {
  padding: 0;
}
.section--image--full .row .columns img {
  width: 100%;
}

.section--image.section--image--full figcaption {
  padding-right: calc(11px / 2);
  padding-left: calc(11px / 2);
}

.back_to_top {
  position: fixed;
  bottom: 20px;
  right: 11px;
  z-index: 3;
}
.back_to_top a {
  position: relative;
  display: block;
  background: url(../img/to-top.svg) no-repeat 11px center;
  background-size: 14px 18px;
  padding: 8px 12px;
  width: 36px;
  height: 30px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.25s;
}
.back_to_top a:before, .back_to_top a:after {
  content: "";
  position: absolute;
  top: 0;
  width: 11px;
  height: 100%;
}
.back_to_top a:before {
  left: 0;
  border: 1px solid #1A1A1A;
  border-right: 0;
}
.back_to_top a:after {
  right: 0;
  border: 1px solid #1A1A1A;
  border-left: 0;
}
.back_to_top a span {
  padding-left: 20px;
  white-space: nowrap;
  transition: 0.25s;
  opacity: 0;
}
.back_to_top a:hover {
  width: 136px;
}
.back_to_top a:hover span {
  opacity: 1;
}

.woocommerce-additional-fields .form-row {
  margin-top: 1.75rem;
}

.woocommerce-checkout textarea {
  height: 46.6px;
  overflow: hidden;
  white-space: nowrap;
  resize: none;
}

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