/*
 Theme Name: Twenty Twenty-Five Child
 Theme URI: https://createbetter.design
 Description: Child theme for Twenty Twenty-Five with custom CSS and functions.
 Author: Chris
 Author URI: https://createbetter.design 
 Template: twentytwentyfive
 Version: 1.0.0
 Text Domain: twentytwentyfive-child
*/
/* ------------------ animate stuff ------------------ */
html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 100px;
  /* height of your sticky nav */
}
/* Default bottom-up */
.wp-auto-animate {
  transform: translateY(10px);
  transition: transform 0.5s ease-out;
  will-change: transform;
}
/* Left */
.wp-auto-animate-left {
  transform: translateX(-10px);
}
/* Right */
.wp-auto-animate-right {
  transform: translateX(10px);
}
/* Visible = neutral */
.wp-animate-visible {
  transform: translateX(0) translateY(0);
}
.mask1 {
  background-image: linear-gradient(to bottom, rgba(1, 39, 69, 0.8) 0%, rgba(0, 131, 232, 0.8) 180%), url("/wp-content/uploads/2026/02/font-mask1.jpg");
  background-size: 120%;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mask2 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, black 180%), url("/wp-content/uploads/2026/02/font-mask1.jpg");
  background-size: cover;
  background-position: -670px -240px;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* --------------- stuff ------------------ */
.wcover {
  background: linear-gradient(135deg, #7fbf9e, #b7d87c);
  padding: 120px 0;
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 94%);
}
.wcover2 {
  background: linear-gradient(135deg, #7fbf9e, #b7d87c);
  padding: 120px 0;
  clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 96%);
}
.wcover3 {
  background: linear-gradient(135deg, #7fbf9e, #b7d87c);
  padding: 120px 0;
  clip-path: polygon(0 0%, 100% 6%, 100% 100%, 0 94%);
}
.wcover4 {
  background: linear-gradient(135deg, #7fbf9e, #b7d87c);
  padding: 120px 0;
  clip-path: polygon(0 0%, 100% 3%, 100% 100%, 0 96%);
}
.book-box {
  width: 360px;
  display: block;
  height: auto;
  position: absolute;
  top: -210px;
  right: 0;
  z-index: 300;
}
/* ------------------ general ------------------ */
h1 {
  display: none;
}
.wp-block-group[style*="border-radius"], .wp-block-column[style*="border-radius"] {
  overflow: hidden;
}
.wp-block-column figure.size-full img {
  width: 100%;
}
h3.line-above {
  display: block;
  position: relative;
  margin-top: 30px !important;
}
h3.line-above:before {
  position: absolute;
  display: block;
  left: 0;
  top: -20px;
  width: 80px;
  height: 3px;
  content: "";
  background-color: #2C4737;
}
div.wp-block-column.has-accent-1-background-color h3.line-above:before, div.wp-block-column.has-accent-3-background-color h3.line-above:before {
  background-color: rgba(255, 255, 255, 0.8);
}
/* ------------------ header + nav ------------------ */
header.wp-block-template-part {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0);
  z-index: 500;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Safari */
}
.nav-highlight a {
  background-color: #547383 !important;
  display: inline-block;
  color: white !important;
  border-radius: 12px !important;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.nav-highlight a:hover {
  background-color: #4DAA53 !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
/* ------------------ buttons ------------------ */
div.wp-block-button a.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
div.wp-block-button a.wp-block-button__link img, div.wp-block-button a.wp-block-button__link svg {
  display: block;
}
div.wp-block-button a.wp-block-button__link:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: rgba(0, 0, 0, 0.8) !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
/* ------------------ helper ------------------ */
.negative-margin-top.top-50 {
  margin-top: -50px !important;
}
.negative-margin-top.top-60 {
  margin-top: -60px !important;
}
.negative-margin-top.top-70 {
  margin-top: -70px !important;
}
.negative-margin-top.top-80 {
  margin-top: -80px !important;
}
.negative-margin-top.top-90 {
  margin-top: -90px !important;
}
.negative-margin-top.top-100 {
  margin-top: -100px !important;
}
.negative-margin-top.top-110 {
  margin-top: -110px !important;
}
.negative-margin-top.top-120 {
  margin-top: -120px !important;
}
.negative-margin-top.top-130 {
  margin-top: -130px !important;
}
.negative-margin-top.top-140 {
  margin-top: -140px !important;
}
.negative-margin-top.top-150 {
  margin-top: -150px !important;
}
.negative-margin-top.top-160 {
  margin-top: -160px !important;
}
.negative-margin-top.top-170 {
  margin-top: -170px !important;
}
.negative-margin-top.top-180 {
  margin-top: -180px !important;
}
.negative-margin-top.top-190 {
  margin-top: -190px !important;
}
.negative-margin-top.top-200 {
  margin-top: -200px !important;
}
.negative-margin-top.top-210 {
  margin-top: -210px !important;
}
.negative-margin-top.top-220 {
  margin-top: -220px !important;
}
.negative-margin-top.top-230 {
  margin-top: -230px !important;
}
.negative-margin-top.top-240 {
  margin-top: -240px !important;
}
.negative-margin-top.top-250 {
  margin-top: -250px !important;
}
.negative-margin-top.top-260 {
  margin-top: -260px !important;
}
div.wp-block-column:has(figure.image-top-out) {
  position: relative;
}
.image-top-out {
  position: absolute;
  bottom: 0;
}
@media (max-width: 780px) {
  .image-top-out {
    position: relative;
  }
}
@media (max-width: 780px) {
  .mobile-hidden {
    display: none !important;
  }
}
figure, figure img, .wp-block-image svg, .icon, svg {
  flex-shrink: 0 !important;
}
/* ------------------ form cf7 ------------------ */
div.wpcf7 {
  width: 100%;
}
div.wpcf7 * {
  box-sizing: border-box;
}
form.wpcf7-form {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 25px;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
form.wpcf7-form p + p {
  padding-top: 0;
}
@media (max-width: 768px) {
  form.wpcf7-form {
    padding: 1.5rem 1rem;
  }
}
form.wpcf7-form p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
form.wpcf7-form label {
  font-weight: 600;
  font-size: 1rem;
  color: #222;
}
form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"], form.wpcf7-form input[type="url"], form.wpcf7-form input[type="number"], form.wpcf7-form select, form.wpcf7-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.2s;
}
form.wpcf7-form input[type="text"]:focus, form.wpcf7-form input[type="email"]:focus, form.wpcf7-form input[type="tel"]:focus, form.wpcf7-form input[type="url"]:focus, form.wpcf7-form input[type="number"]:focus, form.wpcf7-form select:focus, form.wpcf7-form textarea:focus {
  outline: 2px solid rgba(0, 0, 0, 0.5);
  outline-offset: 2px;
  background-color: #fff;
}
form.wpcf7-form textarea {
  resize: vertical;
  height: 160px;
}
form.wpcf7-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px;
}
form.wpcf7-form .wpcf7-radio, form.wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding: 0.5rem 0;
}
form.wpcf7-form .wpcf7-radio input[type="radio"], form.wpcf7-form .wpcf7-radio input[type="checkbox"], form.wpcf7-form .wpcf7-checkbox input[type="radio"], form.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
  margin-right: 0.5rem;
}
form.wpcf7-form .wpcf7-radio label, form.wpcf7-form .wpcf7-checkbox label {
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
form.wpcf7-form input[type="submit"] {
  cursor: pointer;
  padding: 0.9rem 1.5rem;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  background-color: #95C302;
  color: #fff;
  transition: background-color 0.2s ease;
}
form.wpcf7-form input[type="submit"]:hover, form.wpcf7-form input[type="submit"]:focus {
  background-color: black;
  outline: none;
}
form.wpcf7-form input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
form.wpcf7-form .wpcf7-acceptance {
  font-size: 0.9rem;
}
form.wpcf7-form .wpcf7-acceptance a {
  color: green;
  text-decoration: underline;
}
form.wpcf7-form .wpcf7-acceptance a:hover {
  text-decoration: none;
}
form.wpcf7-form .wpcf7-response-output {
  margin-top: 1rem;
  font-size: 0.95rem;
  padding: 1rem;
  border-radius: 6px;
}
form.wpcf7-form .wpcf7-mail-sent-ok {
  background-color: #e6ffed;
  color: #2e7d32;
  border: 1px solid #2e7d32;
}
form.wpcf7-form .wpcf7-validation-errors {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.85rem;
  color: green;
  margin-top: 0.25rem;
}
/* ------------------ form search ------------------ */
.search-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
  padding: 0.5rem;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #ccc;
}
@media (max-width: 500px) {
  .search-form {
    flex-direction: column;
    align-items: stretch;
  }
}
.search-form label {
  flex: 1;
  margin: 0;
}
.search-form .screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.search-form .search-field {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color 0.2s ease;
}
.search-form .search-field:focus {
  border-color: #b74b24;
  outline: none;
  box-shadow: 0 0 0 2px rgba(183, 75, 36, 0.2);
}
.search-form .search-submit {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  background-color: #b74b24;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-form .search-submit:hover, .search-form .search-submit:focus {
  background-color: black;
  outline: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F354-scss-default.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADjBA%3BACuBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvBA%3BAC8BA%3BAAAA%3BAAAA%3BAD9BA%3BACmCA%3BAAAA%3BAAAA%3BADnCA%3BACwCA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1DA%3BAC4EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtHA%3BACoIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BADrKF%3BAC8KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1MF%3BAC2NI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5OR%3BAC%2BPE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAD5SA%3BAC0TA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3dJ%3BACueA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%22%7D */