/* Fonts */
@font-face {
	font-family: 'Mallory';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('fonts/Mallory-Light.woff2') format('woff2'),
		url('fonts/Mallory-Light.woff') format('woff');
}
@font-face {
	font-family: 'Mallory';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('fonts/Mallory-Book.woff2') format('woff2'),
		url('fonts/Mallory-Book.woff') format('woff');
}
@font-face {
	font-family: 'Mallory';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('fonts/Mallory-Medium.woff2') format('woff2'),
		url('fonts/Mallory-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Hurme Geometric Sans 2';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('fonts/HurmeGeometricSans1-Light-Preview.woff2') format('woff2'),
		url('fonts/HurmeGeometricSans1-Light-Preview.woff') format('woff');
}
@font-face {
	font-family: 'Hurme Geometric Sans 2';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('fonts/HurmeGeometricSans1-Regular-Preview.woff2') format('woff2'),
		url('fonts/HurmeGeometricSans1-Regular-Preview.woff') format('woff');
}

:root{
  font-size: 62.5%;

  --black: #131313;
  --white: #ffffff;
  --red: #840018;
  --light-red: #b90626;

  --mallory-font-stack: 'Mallory','Helvetica Neue','Helvetica','Arial', sans-serif;
  --hurme-font-stack: 'Hurme Geometric Sans 2','Helvetica Neue','Helvetica','Arial', sans-serif;
}


body {
  background: var(--black);
  font-style: normal;
  font-weight: 400;
  font-family: var(--mallory-font-stack);
  color: var(--white);
  background-color: var(--black) !important;
}

/* Typography */
h1 {
  margin-bottom: 4rem !important;
  font-family: var(--hurme-font-stack) !important;
  font-size: 4rem !important;
  font-weight: 300 !important;
  line-height: 4.8rem;
  letter-spacing: 0.8rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2rem !important;
  }
}

h2 {
  margin: 0 0 1rem;
  font-family: var(--mallory-font-stack) !important;
  font-size: 2.2rem !important;
  font-weight: 300;
  line-height: 3.4rem;
}

h3 {
  margin: 1.8rem 0 0.6rem;
  font-family: var(--mallory-font-stack) !important;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

p, li {
  margin-bottom: 1.4rem;
  font-family: var(--mallory-font-stack);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.4rem;
}

a {
  color: var(--white);
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
a:hover, a:active {
  color: var(--white);
  text-decoration: underline;
}

/* Link styles */
.page-content p a {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline !important;
  text-decoration-color: var(--light-red) !important;
}
.page-content p a:hover, .page-content p a:active {
  color: var(--light-red);
  text-decoration: underline !important;
  text-decoration-color: var(--light-red) !important;
}
.page-content .elementor-field-option a,
.elementor-form-fields-wrapper .elementor-field-option a {
  text-decoration: underline !important;
  text-decoration-color: var(--light-red) !important;
  font-weight: 500;
}

.page-content .elementor-field-option a:hover, .page-content .elementor-field-option a:active {
  color: var(--light-red);
  text-decoration: underline !important;
  text-decoration-color: var(--light-red) !important;
}
.elementor-element p a {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline !important;
  text-decoration-color: var(--light-red) !important;
}
.elementor-element p a:hover, .elementor-element p a:active {
  color: var(--light-red);
  text-decoration: underline !important;
  text-decoration-color: var(--light-red) !important;
}

.page-content li {
  margin-bottom: 0;
}

button, .gg-button, .elementor-button {
  background-color: transparent !important;
  color: var(--white) !important;
  border-color: var(--red) !important;
  font: 300 normal 1.8rem  var(--mallory-font-stack) !important;
  text-decoration: none !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.elementor-button {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
button:hover, button:active, .gg-button a:hover, .gg-button a:active, .elementor-button a:hover, .elementor-button a:active {
  background-color: var(--red) !important;
  text-decoration: none !important;
  color: var(--white) !important;
}
.gg-button a {
  display: block;
}

.gg-button span {
  color: var(--white) !important;
}
.gg-button:hover span, .gg-button:ACTIVE span {
  color: var(--black) !important;
}


/* Navigation */
.elementor-nav-menu .current-menu-parent .sub-menu {
  display: block;
}
.elementor-widget-nav-menu > .elementor-widget-container {
  margin: 0;
  background-color: var(--e-global-color-primary);
  height: 100vh;
  width: 175px;
}
.elementor-motion-effects-element {
  background-color: var(--e-global-color-primary);
  width: 175px;
}
.elementor-widget-social-icons:not(.elementor-location-footer .elementor-widget-social-icons) {
  z-index: 999 !important;
  left: unset !important;
  right: 5%;
  top: 5% !important;
}
@media (max-width: 767px) {
  .elementor-widget-social-icons {
    width: auto !important;
    max-width: none !important;
  }
}
.elementor-nav-menu--dropdown a.elementor-item-active {
  color: var(--light-red) !important;
}
.elementor-nav-menu a, .sub-menu a.elementor-sub-item {
  text-decoration: none;
  font-size: 1.4rem !important;
  color: var(--white);
  white-space: nowrap;
}
.elementor-nav-menu a:hover,
.elementor-nav-menu a:focus {
  text-decoration: none; 
  background-color: transparent;
  color: var(--light-red) !important;
}
.elementor-nav-menu a::after {
  display: none;
}
.elementor-nav-menu a.elementor-item-active {
  font-weight: bold !important;
}

.elementor-nav-menu .sub-menu {
  margin-left: 1rem;
}
@media (max-width: 767px){
  .elementor-nav-menu .sub-menu {
    margin-left: 2rem;
  }
}

/* Mobile navigation */
nav.elementor-location-popup .elementor-widget,
nav.elementor-location-popup .elementor-section,
nav.elementor-location-popup .elementor-nav-menu--dropdown,
nav.elementor-location-popup .elementor-nav-menu--dropdown a.elementor-item-active,
nav.elementor-location-popup .elementor-nav-menu--dropdown a.elementor-item-active:hover {
  background-color: var(--e-global-color-primary) !important;
}

/* Galleries list */
.gallery-card h2 {
  opacity: 0;
  width: 80%;
  margin: 0 auto;
  font-size: 3rem !important;
  line-height: 4rem;
  font-weight: 300 !important;
  letter-spacing: 0.6rem;
  text-transform: uppercase !important;
  transition: opacity 0.3s ease-in;
}
.gallery-card a {
  text-decoration: none !important;
}
.gallery-card:hover h2 {
  opacity: 1;
}

@media (max-width: 768px){
  .gallery-card {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 1024px){
  .gallery-card h2 {
    opacity: 1;
    width: 100%;
    font-size: 2rem !important;
    font-size: 2.4rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.4rem;
    transition: none;
  }
}

/* Gallery page */
.gallery-description {
  max-width: 940px !important;
}
.gallery-items-list .elementor-loop-container.elementor-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 0 60px;
  justify-content: space-around;
  /*outline: 1px solid green;*/
}
/* gallery-item */
.gallery-items-list .elementor.e-loop-item {
  display: flex;
  width: 28% !important;
  max-width: 500px;
  max-height: 500px;
  aspect-ratio: 1 / 1;
  /*outline: 1px solid red;*/
}
.gallery-items-list .elementor.e-loop-item .elementor-section-wrap {
  /*position: relative;*/
}
.gallery-items-list .elementor.e-loop-item .elementor-section-wrap .gallery-item {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-items-list .elementor.e-loop-item .elementor-widget-container img {
  object-fit: contain;
  max-height: 500px;
}

@media (max-width: 1024px){
  
}

@media (max-width: 767px){
  .gallery-items-list .elementor-loop-container.elementor-grid {
    display: block;
  }

  .gallery-items-list .elementor.e-loop-item {
    width: 100% !important;
    max-width: 100%;
    max-height: 100%;
  }
}



/* Product page */
.back-button {
  font: 300 normal 1.8rem var(--mallory-font-stack) !important;
  margin-left: 1rem;
}
.back-button:hover {
  color: var(--light-red) !important;
  text-decoration: none;
}
.woocommerce-variation-price {
  margin-bottom: 20px;
}
.woocommerce-variation-price span.price span,
.woocommerce-variation-price span.price small {
  font-family: var(--hurme-font-stack) !important;
  font-size: 1.8rem;
  color: var(--white);
  font-weight: 500;
}

@media (max-width: 767px) {
  .woocommerce div.product div.images {
    margin-bottom: 4rem;
  }
}

.woocommerce-price-suffix {
  margin-left: 1rem;
}

.stock.in-stock {
  display: none;
}

.product__button-container button {
  background-color: transparent !important;
  font: 300 normal 1.5rem  var(--mallory-font-stack) !important;
}
.product__button-container button:hover {
  background-color: var(--red)!important;
  color: var(--white) !important;
}
.product__currency-disclaimer p {
  font-size: 1.2rem;
}
form.cart .woocommerce-variation-description p {
  font-size: 1.2rem !important;
}
.product__additional-details {
	font: 300 normal 1.5rem  var(--mallory-font-stack) !important;
}
.wmc-currency {
  background: none !important;
}
.wmc-currency.wmc-active a {
  color: var(--light-red)!important;
}

/* Variables selector buttons */
.woo-selected-variation-item-name {
  display: none !important;
}
.woo-variation-swatches .variable-items-wrapper {
  flex-direction: column !important;
  gap: 5px !important;
}

.variable-item.button-variable-item {
  height: auto !important;
  margin: 0 !important;
}
.variable-item.button-variable-item {
  box-shadow: none !important;
  border-radius: 5px !important;
  font-size: 1.4rem;
}
.variable-item.button-variable-item .variable-item-span {
  padding: 5px 10px 7px !important; 
}

.variable-item.button-variable-item,
.variable-item.button-variable-item.disabled[data-attribute_name="attribute_pa_print_type"] {
  background-color: var(--black) !important;
  color: var(--white) !important;
  border: 1px solid var(--white);
}

.variable-item.button-variable-item.disabled[data-attribute_name="attribute_pa_print_type"] span {
  opacity: 1 !important;
  color: var(--white) !important;
}

.variable-item.button-variable-item:hover,
.variable-item.button-variable-item.disabled[data-attribute_name="attribute_pa_print_type"]:hover {
  background-color: #2D2D2D !important;
  border: 1px solid var(--white);
}

.variable-item.button-variable-item.selected {
  background-color: #1e1e1e !important;
  border: 1px solid var(--light-red);
}

.variable-item.button-variable-item.disabled {
  background-color: #232323 !important;
  color: #686868;
  border: 1px solid #232323;
  cursor: default !important;
}

.variable-item.button-variable-item.disabled {
  background-color: #232323 !important;
  color: #686868 !important;
  border: 1px solid #232323;
  cursor: default !important;
}





.cart .button {
  border-color: var(--red)!important;
  opacity: 1 !important;
}
.cart .button:hover {
  background-color: var(--red)!important;
}
.elementor-add-to-cart .variations .label {
  display: flex;
  align-items: center;
}
.elementor-add-to-cart .variations .label::after {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23b90626' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false'%3E%3Cpath d='M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

.star {
  color: var(--light-red);
}
.elementor-add-to-cart.elementor-product-variable table {
  width: 100% !important;
}
.elementor-add-to-cart.elementor-product-variable table tbody>tr>th,
.elementor-add-to-cart.elementor-product-variable table tbody>tr>td {
  background-color: var(--black);
}
.elementor-add-to-cart.elementor-product-variable th {
  vertical-align: top;
  text-align: left !important;
  padding-top: 18px !important;
}
.elementor-add-to-cart.elementor-product-variable select {
  margin: 0 !important;
}
.elementor-add-to-cart.elementor-product-variable .reset_variations {
  display: none !important;
}

/* Checkout */
.woocommerce-checkout-review-order-table td.product-name {
  width: 100%;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  white-space: nowrap;
}
.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
.includes_tax {white-space: nowrap;}
.cart-subtotal td, .order-total td {
  text-align: right;
} 
.place-order button {
  align-self: flex-start;
  padding: 10px 20px !important;
}

.payment_box.payment_method_stripe {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 40px;
}
.woocommerce-terms-and-conditions-wrapper p,
.woocommerce-terms-and-conditions-wrapper span {
  font-family: var(--mallory-font-stack) !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  line-height: 2.4rem !important;
}
.woocommerce-terms-and-conditions-wrapper a {
  font-weight: 500 !important;
}


/* Contact */
.gg-contact-form button {
 flex-basis: auto !important;
}


/* UI elements */
.woocommerce-product-gallery__trigger {
  display: block;
  width: 35px;
  height: 35px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTcuNSIgY3k9IjE3LjUiIHI9IjE3IiBzdHJva2U9IndoaXRlIi8+CjxyZWN0IHg9IjExIiB5PSIxMSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiByeD0iNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxyZWN0IHg9IjIwLjQ2IiB5PSIyMS44OCIgd2lkdGg9IjIuMDA4MTkiIGhlaWdodD0iNy45OTczOSIgcng9IjEuMDA0MDkiIHRyYW5zZm9ybT0icm90YXRlKC00NSAyMC40NiAyMS44OCkiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNSAxN0gxOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNyAxNUwxNyAxOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=") 0 0 no-repeat !important; 
  opacity: 1;
}
.woocommerce-product-gallery__trigger:hover {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTcuNSIgY3k9IjE3LjUiIHI9IjE3IiBzdHJva2U9IiNjOTFiMWIiLz4KPHJlY3QgeD0iMTEiIHk9IjExIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSI2IiBzdHJva2U9IiNjOTFiMWIiIHN0cm9rZS13aWR0aD0iMiIvPgo8cmVjdCB4PSIyMC40NiIgeT0iMjEuODgiIHdpZHRoPSIyLjAwODE5IiBoZWlnaHQ9IjcuOTk3MzkiIHJ4PSIxLjAwNDA5IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMjAuNDYgMjEuODgpIiBmaWxsPSIjYzkxYjFiIi8+CjxwYXRoIGQ9Ik0xNSAxN0gxOSIgc3Ryb2tlPSIjYzkxYjFiIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTE3IDE1TDE3IDE5IiBzdHJva2U9IiNjOTFiMWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K") 0 0 no-repeat !important;
}
.woocommerce-product-gallery__trigger:before, .woocommerce-product-gallery__trigger:after {
  display: none !important;
}

/* Header */
.elementor-location-header {
  background-color: var(--e-global-color-primary) !important;
}

@media (max-width: 767px) {
  [data-elementor-type="header"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
  }
}

/* Footer */
.elementor-location-footer::before {
  display: none !important;
}
#footer {
  margin: 6rem 0 8rem;
  background-color: var(--black);
  flex-flow: row nowrap;
  font-size: 1.2rem;
  z-index: 999;
}
#footer #footer-nav ul {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  row-gap: 0;
  column-gap: 1.5rem;
  justify-content: center;
  margin: 0;
}
#footer #footer-nav ul li a {
  font-size: 1.2rem;
}
#footer #footer-nav ul li a:hover {
  color: var(--red) !important;
}
#footer #footer-nav .elementor-widget-container {
  margin-top: 0 !important;
}
#footer #footer-consent a {
  font-size: 1.2rem;
}

@media (max-width: 1024px){
  #footer #footer-nav ul {
    margin: 0;
    padding: 0;
    justify-content: flex-start;
  }
  #footer #footer-nav ul li {
    text-align: left;
    margin-bottom: 0;
  }
}

@media (max-width: 767px){
  #footer #footer-nav ul {
    flex-flow: column wrap;
  }
}


/* Forms */
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="file"], textarea, select {
  font-family: var(--mallory-font-stack) !important;
  font-size: 1.3rem !important;
  font-weight: 300 !important;
  margin-bottom: 1.4rem !important;
}

label {
  font-family: var(--mallory-font-stack) !important;
  font-size: 1.4rem !important;
  font-weight: 500;
}

.elementor-field-option {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  align-items: baseline;
}
.elementor-field-option label {
  font-weight: 300 !important;
  line-height: 2.4rem;
}


/* Cookie consent banner */
.cky-btn,
.cky-show-desc-btn {
  color: var(--light-red) !important;
}
.cky-btn:hover {
    border-color: #000000 !important;
}


/* Product variations */
.variations,
.variations tbody {
  display: block;
  width: 100%;
}

.variations tr {
  display: block;
}

.variations th,
.variations td {
  display: block;
  width: 100%;
}

.variations th.label {
  padding: 10px 0 0 10px !important;
  font-weight: bold;
}

.variations select {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.25rem;
  box-sizing: border-box;
}

.variations .reset_variations {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  text-decoration: none;
}

.variations .reset_variations:hover {
  text-decoration: underline;
}

 /* WooCom default styles overwrite */
.woocommerce-notices-wrapper {
	display: none;
}

/* Checkout drop-down */
.select2.select2-container {
  margin-bottom: 20px;
}
.select2-dropdown {
  background-color: #0E0F0F !important;
}
.select2-results__options li {
  margin-bottom: 0;
  font-family: var(--mallory-font-stack) !important;
  font-size: 1.3rem !important;
}
.select2-results__options li.select2-results__option--highlighted {
  background-color: var(--red) !important;
  color: var(--white) !important;
}
.select2-container--default li[data-selected=true] {
  color: #0E0F0F !important;
}
.select2-container--default li.select2-results__option--highlighted[data-selected=true] {
  color: var(--white) !important;
}


/* Checkout error */
.woocommerce-error a {
  color: #a00 !important;
}


/* Checkout review */
.e-sticky-right-column {
  top: 0;
  position: sticky;
}

.shop_table.woocommerce-checkout-review-order-table tr td:nth-child(2) {
  text-align: right;
}

.product-name .cart-item-properties {
  display: flex;
  flex-flow: row nowrap;
}
.product-name .cart-item-properties {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
}
.cart-item-image {
  min-width: 75px;
  min-height: 75px;
  margin-right: 10px;
}
.product-name strong.product-quantity {
  display: none !important;
}
.product-name .cart-item-quantity strong {
  display: block !important;
  white-space: nowrap;
}

.product-name .cart-item-remove {
  margin-left: 10px;
}

.woocommerce #shipping_method li label {
  color: #fff !important;
  font-weight: normal !important;
}

.woocommerce #shipping_method li label span {
  font-weight: 300 !important;
}

.cart-subtotal th, .cart-subtotal td, .tax-total th, .tax-total td  {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .add-to-cart-variations .valinnat.product__button-container {
    width: 100%;
  }
}

/* Home Page Masonry */
.masonries {
  column-count: 3;
  column-gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .masonries {
      column-count: 2;
  }
}

@media (max-width: 480px) {
  .masonries {
      column-count: 1;
  }
}

.masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  break-inside: avoid;
  overflow: visible;
}

.masonry-link {
  display: block;
  position: relative;
  overflow: visible;
}

.masonry-link img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.masonry-link:hover img {
  transform: scale(1.05);
  filter: brightness(60%);
}

.masonry-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  letter-spacing: 0.3em;
  line-height: 4rem;
  font-weight: 300;
  text-transform: uppercase;
  max-width: none;
  width: auto;
}

.masonry-link:hover .masonry-caption {
  opacity: 1;
}

/* Contact form 7 */
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    background-color: #161616;
    border-color: var(--white);
    border-width: 0px 0px 1px 0px;
    color: var(--white);
}

.wpcf7 p label {
  width: 100%;
  margin-bottom: 1.5rem;
}

.wpcf7-submit {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 20px 8px 20px;
    background-color: transparent;
    color: var(--white);
    border-color: var(--red);
    font: 300 normal 1.8rem var(--mallory-font-stack);
    text-decoration: none;
}

.wpcf7-submit:hover {
    background-color: var(--red);
    text-decoration: none;
    color: var(--white);
}
