/*
Theme Name: Gastro Total
Theme URI: 
Author: Beckdesign
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: gastro-total
Tags: 
*/

/* html,
body {
  overflow-x: clip;
} */

:root {
  font-size: 16px;
}

/* General styles */
*:focus,
*:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

footer {
  margin-block-start: 0px;
}

.z-1000 {
  z-index: 1000;
}

.wp-block-social-links.has-normal-icon-size .wp-social-link svg {
  width: 28px !important;
  height: 28px !important;
}

.wp-block-social-links.has-large-icon-size .wp-social-link svg {
  width: 36px !important;
  height: 36px !important;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgb(255 255 255 / 20%);
}

/* End - General styles */

/* Generic block styles */

.has-modal-open
  .admin-bar
  .is-menu-open
  .wp-block-navigation__responsive-dialog {
  margin-top: 0;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  padding-top: 12px;
  padding-bottom: 12px;
}
.max-w-xl {
  width: 100%;
  max-width: var(--wp--style--global--content-size);
  margin-inline: auto;
  align-self: center;
}

/* Carousel pagination bullets */
.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet {
  background-color: currentColor;
}
/* End - Carousel pagination bullets */

.slider-with-dark-bullets .cb-pagination .cb-pagination-bullet {
  background-color: #333 !important;
  opacity: 0.5 !important;
}

.slider-with-dark-bullets
  .cb-pagination
  .cb-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333 !important;
  opacity: 1 !important;
}

.slider-with-right-aligned-bullets .cb-pagination.swiper-pagination-horizontal {
  width: 90%;
  margin-inline: auto;

  display: flex;
  justify-content: flex-end;
}

.slider-no-bm .swiper-horizontal {
  margin-bottom: 0 !important;
}

/* Split section with image on the right */
.split-section {
  width: 100%;
}

.split-section__grid {
  display: grid;
  grid-template-columns:
    minmax(24px, 1fr)
    minmax(0, 640px)
    minmax(0, 640px)
    minmax(24px, 1fr);
}

.split-section__content {
  grid-column: 2;
  padding: 120px 80px 120px 0;
}

.split-section__content > .wp-block-group {
  width: 100%;
  max-width: 560px;
}

.split-section__content {
  justify-content: center;
}

.split-section__image {
  grid-column: 3 / -1;
}

.split-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 800px;
}

.split-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* End - Split section with image on the right */
.slider-pull-to-top {
  position: relative;
  top: -56px;
}

/* Fluent forms */
.fluentform input,
.fluentform textarea,
.fluentform select {
  background-color: transparent !important;
  border-radius: 0 !important;
}

.fluentform .ff-el-input--label {
  display: none !important;
}

.fluentform .ff-el-form-check-label div.ff_t_c {
  font-size: 1rem !important;
}

.ff-el-form-check-input {
  width: 20px !important;
  height: 20px !important;
  margin-top: 6px !important;
}

.ff_tc_checkbox {
  padding-right: 12px !important;
}
.fluentform .ff-btn-submit {
  background: var(--wp--preset--color--accent-1) !important;
  color: var(--wp--preset--color--base) !important;

  border: 1px solid var(--wp--preset--color--accent-1) !important;
  border-radius: 6px !important;

  padding: 18px 32px !important;

  font-family: var(--wp--preset--font-family--montserrat) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;

  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.fluentform .ff-btn-submit:hover {
  background: transparent !important;
  color: var(--wp--preset--color--accent-1) !important;
  border-color: var(--wp--preset--color--accent-1) !important;
}

.fluentform .ff-btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fluentform .ff-btn-submit::after {
  content: "";

  width: 24px;
  height: 24px;
  flex-shrink: 0;

  background-color: currentColor;
  mask: url("http://gutenberg.local/wp-content/uploads/2026/05/move-right.svg")
    center / contain no-repeat;
  -webkit-mask: url("http://gutenberg.local/wp-content/uploads/2026/05/move-right.svg")
    center / contain no-repeat;
}

.fluentform .ff-btn-submit {
  color: #fff !important;
}

.fluentform .ff-btn-submit:hover {
  color: var(--wp--preset--color--accent-1) !important;
}

.fluentform .ff-btn-submit:hover {
  cursor: pointer;
}

.fluentform input:not([type="checkbox"]),
.fluentform textarea,
.fluentform select {
  min-height: 52px !important;
  padding: 12px 16px !important;

  background-color: transparent !important;
  border: 1px solid rgb(22 34 58 / 55%) !important;
  border-radius: 0 !important;

  color: var(--wp--preset--color--contrast) !important;

  font-family: var(--wp--preset--font-family--montserrat) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

.fluentform input::placeholder,
.fluentform textarea::placeholder {
  color: rgb(22 34 58 / 60%) !important;
  opacity: 1 !important;

  font-size: 1rem !important;
  font-weight: 400 !important;
}

.fluentform .ff-btn-submit {
  /* margin-top: 32px !important; */
}

/* End - Fluent forms */

/* nav mit aria-label */

nav[aria-label="breadcrumbs"] .last {
  color: currentColor;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.125), 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.wp-block-search__button {
  padding: 12px;
}

/* =========================
   Desktop
   min-width: 1025px
========================= */

@media (min-width: 1025px) {
  .split-section__text-container {
    max-width: 660px;
    margin-left: auto !important;
  }
}

/* =========================
   Tablet
   768px - 1024px
========================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .split-section__image-container {
    min-height: 520px;
    margin-bottom: 24px !important;
  }
}

/* =========================
   Tablet and mobile
   max-width: 767px
========================= */

@media (max-width: 767px) {
  .split-section__image-container {
    min-height: 240px;
    margin-bottom: 24px !important;
  }
}

/* =========================
   Mobile
   max-width: 767px
========================= */

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

/* =========================
   Small Mobile
   max-width: 479px
========================= */

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

footer figure {
  line-height: 0 !important;
}

a:where(:not(.wp-element-button)) {
  font-weight: inherit;
}

.rank-math-breadcrumb .separator {
  margin: 0 4px;
}
.rank-math-breadcrumb a {
  text-decoration: none;
  font-weight: 400;
}
