/*
Theme Name: TailPress
Theme URI: https://github.com/jeffreyvr/tailpress
Author: Jeffrey van Rossum
Author URI: https://vanrossum.dev
Description: TailPress is a simple boilerplate WordPress theme with Tailwind CSS.
Version: 3.4.4
License: MIT
License URI: https://github.com/jeffreyvr/tailpress/blob/master/LICENSE
Text Domain: tailpress
*/

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url('/wp-content/themes/tailpress/assets/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url('/wp-content/themes/tailpress/assets/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url('/wp-content/themes/tailpress/assets/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url('/wp-content/themes/tailpress/assets/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url('/wp-content/themes/tailpress/assets/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url('/wp-content/themes/tailpress/assets/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url('/wp-content/themes/tailpress/assets/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Zen Kurenaido';
  src: url('/wp-content/themes/tailpress/assets/fonts/Zen_Kurenaido/ZenKurenaido-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.zen-kurenaido-regular {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 400;
  font-style: normal;
  word-break: auto-phrase;
}

.circle-list {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}

.circle-list li {
  counter-increment: list-counter;
  margin-bottom: 12px;
  position: relative;
  padding-left: 60px;
  font-weight: 800;
  font-size: 18px;
  line-height: 50px;
  color: #362B2A;
}

.circle-list li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #80B700;
  color: white;
  border-radius: 50%;
  font-weight: 800;
  font-size: 30px;
  color: #FFFFFF;
}

table.store-information tr {
  border-bottom: 1px dashed rgba(87, 55, 15, 0.3);
}

table.store-information th {
  font-weight: 800;
  text-align: left;
  width: 133px;
  padding-right: 20px;
}

table.store-information td {
  font-weight: 500;
  text-align: left;
  width: auto;
  padding: 10px 0 14px;
}

.wpcf7-form label {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 10px;
}

.wpcf7-form .required {
  padding: 3px 8px;
  background: #E94235;
  border-radius: 3px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  background: #EEEEEE;
  border: 1px solid #CECECE;
  border-radius: 4px;
  padding: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  color: #333333;
}

.wpcf7-form input,
.wpcf7-form select {
  width: 100%;
  height: 50px;
}

.wpcf7-form textarea {
  width: 100%;
  height: 120px;
}

.wpcf7-form input[type='submit'] {
  width: 100%;
  height: 50px;
  background: #E94235;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 140%;
}

.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form input.form-acceptance {
  width: 14px;
  height: 14px;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-form .field-date {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}