/*
 * Colors
 */
/*
 * Breakpoints
 */
.page-template-default:not(.woocommerce-page) .wrapper-default {
  width: 100%;
  margin-bottom: 120px;
}

@media (min-width: 1024px) {
  .page-template-default:not(.woocommerce-page) .wrapper-default {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 120px;
    display: block;
  }
}
.page-template-default:not(.woocommerce-page) .wrapper-default h1 {
  color: #191e22;
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 8px;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .page-template-default:not(.woocommerce-page) .wrapper-default h1 {
    font-size: 54px;
    line-height: 60px;
    margin-top: -25px;
  }
}
.page-template-default:not(.woocommerce-page) .wrapper-default .single__date {
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .page-template-default:not(.woocommerce-page) .wrapper-default .single__date {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
  }
}
.page-template-default:not(.woocommerce-page) .wrapper-default .single__date span {
  padding-left: 3px;
}

.page-template-default:not(.woocommerce-page) .wrapper-default h2 {
  margin-top: 28px;
  margin-bottom: 3px;
  color: #191e22;
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .page-template-default:not(.woocommerce-page) .wrapper-default h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-template-default:not(.woocommerce-page) .wrapper-default h3 {
  margin-top: 28px;
  margin-bottom: 3px;
  color: #191e22;
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .page-template-default:not(.woocommerce-page) .wrapper-default h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.page-template-default:not(.woocommerce-page) .wrapper-default h4 {
  margin-top: 28px;
  margin-bottom: 3px;
  color: #191e22;
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .page-template-default:not(.woocommerce-page) .wrapper-default h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.page-template-default:not(.woocommerce-page) .wrapper-default h5 {
  margin-top: 28px;
  margin-bottom: 3px;
  color: #191e22;
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .page-template-default:not(.woocommerce-page) .wrapper-default h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
.page-template-default:not(.woocommerce-page) .wrapper-default h6 {
  margin-top: 28px;
  margin-bottom: 3px;
  color: #191e22;
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .page-template-default:not(.woocommerce-page) .wrapper-default h6 {
    font-size: 22px;
    line-height: 32px;
  }
}
.page-template-default:not(.woocommerce-page) .wrapper-default p {
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 8px 0px;
}

.page-template-default:not(.woocommerce-page) .wrapper-default a {
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.page-template-default:not(.woocommerce-page) .wrapper-default ul li {
  position: relative;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 21px;
  margin-bottom: 12px;
}

.page-template-default:not(.woocommerce-page) .wrapper-default ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  background: var(--accent);
  width: 7px;
  height: 7px;
}

.page-template-default:not(.woocommerce-page) .wrapper-default ol li {
  position: relative;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: 15px;
  margin-bottom: 12px;
  list-style-type: decimal;
}
