/*
Theme Name:         U Čápa Theme
Template:           congusto
Theme URI:          https://roots.io/sage/
Description:        Congusto WordPress theme.
Version:            0.0.4
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.1
Requires at least:  5.9
*/

@font-face {
  font-family: "HeptaSlab";
  src: url("./assets/fonts/HeptaSlab-VariableFont.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "InstrumentSans";
  src: url("./assets/fonts/InstrumentSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body.wp-child-theme-congusto-u-capa {
	background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--secondary);
  font-size: 15px;
}

@media (max-width: 1400px) {
  body.wp-child-theme-congusto-u-capa {
    --wp--preset--font-size--h-1: 94px;
		--wp--preset--font-size--h-2: 65px;
    --wp--preset--font-size--h-3: 45px;
  }
}

@media (max-width: 768px) {
  body.wp-child-theme-congusto-u-capa {
    --wp--preset--font-size--h-1: 72px;
		--wp--preset--font-size--h-2: 52px;
    --wp--preset--font-size--h-3: 36px;
  }
}

@media (min-width: 768px) {
  .navbar-logo {
    height: 34px !important;
  }
}

@media (min-width: 1200px) {
  .navbar-logo {
    height: 42px !important;
  }
}

@media (min-width: 1400px) {
  .navbar-logo {
    height: 53px !important;
  }
}

.wp-child-theme-congusto-u-capa p {
  font-weight: 400;
}

.wp-child-theme-congusto-u-capa p strong {
  font-weight: 600;
}

.wp-child-theme-congusto-u-capa .main a:where(:not(.wp-element-button)) {
  font-weight: 400;
}

.wp-child-theme-congusto-u-capa .wp-block-heading {
  text-transform: uppercase;
}

.wp-child-theme-congusto-u-capa .wp-block-heading strong,
.wp-child-theme-congusto-u-capa .intro-text__text strong {
  font-family: var(--wp--preset--font-family--mikrobe-variable) !important;
  font-weight: 600;
}

.wp-child-theme-congusto-u-capa .navbar.navbar-transparent .nav-item--cta .nav-link {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white) !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 14px;
}

.wp-child-theme-congusto-u-capa .navbar .nav-item--cta .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 14px;
}

.wp-child-theme-congusto-u-capa .navbar.headroom--not-top .nav-primary .nav-item .nav-link {
  color: var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .navbar.headroom--not-top .navbar-toggler span {
  background-color: var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .wp-block-image img {
  border-radius: 20px;
}

.wp-child-theme-congusto-u-capa .wp-block-button .wp-block-button__link {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding: 1.3em 1.25em 1.3em 1.25em !important;
  font-size: 15px;
}

.wp-child-theme-congusto-u-capa .wp-block-button .wp-block-button__link.has-secondary-background-color {
  border-color: var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
  border-color: var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover {
  border-color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .is-style-tagline {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 19px;
}

.pattern-bg {
  background-position: 90% 30%;
  background-size: 30% !important;
  background-repeat: no-repeat;
}

.offset-vertical-image img {
  margin-top: calc(var(--wp--preset--spacing--9) * -1);
	z-index: 0;
}

.wp-child-theme-congusto-u-capa .event-slide .wp-block-post-title {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--h-3);
}

.wp-child-theme-congusto-u-capa .event-slide {
  border-radius: 20px;
  border: 2px solid var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .event-slide__image {
  border-radius: 20px;
  margin: -3px;
}

.wp-child-theme-congusto-u-capa .event-slide__date {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.wp-child-theme-congusto-u-capa .group-brands-bg {
  background-size: 85% 85% !important;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-child-theme-congusto-u-capa .gallery-brands .wp-block-image {
  filter: hue-rotate(180deg) brightness(600%) saturate(15%) !important;
}

.wp-child-theme-congusto-u-capa .gallery-brands .wp-block-image:hover {
  filter: hue-rotate(160deg) brightness(900%) saturate(0%) !important;
}

.wp-child-theme-congusto-u-capa .brands-dark .gallery-brands .wp-block-image {
  filter: hue-rotate(160deg) brightness(10%) saturate(0%) !important;
}

.wp-child-theme-congusto-u-capa .contact-info-block {
  background-position: 0% 100%;
  background-size: 50% 85% !important;
  background-repeat: no-repeat;
}

.wp-child-theme-congusto-u-capa .contact-info-block a {
  color: var(--wp--preset--color--secondary) !important;
}

.wp-child-theme-congusto-u-capa .footer__top,
.wp-child-theme-congusto-u-capa .footer__middle {
  background-color: var(--wp--preset--color--white) !important;
}

.wp-child-theme-congusto-u-capa .footer-socials__item {
  border-radius: 0;
  border-color: var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .footer-socials__item a{
  background-color: var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .footer {
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--instrument-sans);
}

.wp-child-theme-congusto-u-capa .footer .wp-block-image img {
  border-radius: 0;
}

.font-family-instrument-sans {
  font-family: var(--wp--preset--font-family--instrument-sans) !important;
}

.wp-child-theme-congusto-u-capa .hero-events-slider .hero-event .wp-block-read-more {
  font-family: var(--wp--preset--font-family--instrument-sans);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.wp-child-theme-congusto-u-capa .overlay {
  background-color: var(--wp--preset--color--green);
}

@media (min-width: 1200px) and (min-height: 1000px) {
  .wp-child-theme-congusto-u-capa .overlay {
    background-image: url("./assets/images/cap.svg");
    background-repeat: no-repeat;
    background-size: 30% 30%;
    background-position: calc(100% - 6rem) calc(100% - 160px);
  }
}

.wp-child-theme-congusto-u-capa .overlay-nav .nav-item:not(.nav-item--cta):not(.nav-item--small) .nav-link {
  font-family: var(--wp--preset--font-family--mikrobe-variable);
  text-transform: uppercase;
  line-height: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1200px) {
  .wp-child-theme-congusto-u-capa .overlay-nav .nav-item:not(.nav-item--cta):not(.nav-item--small) .nav-link {
    font-size: 79px;
  }
}

.wp-child-theme-congusto-u-capa .overlay-nav .dropdown-menu {
  background-color: var(--wp--preset--color--green);
}

.wp-child-theme-congusto-u-capa .overlay-nav .nav-item .nav-link {
  color: var(--wp--preset--color--ivory);
}

.wp-child-theme-congusto-u-capa .overlay-nav .dropdown-toggle::after,
.wp-child-theme-congusto-u-capa .overlay-nav .dropdown-toggle.show::after {
  margin-top: 15px;
  width: 0.75em;
  height: 0.75em;
  mask-size: 0.75em 0.75em;
}

.wp-child-theme-congusto-u-capa .overlay-nav .nav-item .nav-link:hover::after {
  background-color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--white) !important;
}

.wp-child-theme-congusto-u-capa .overlay-nav .nav-item .nav-link:hover {
  color: var(--wp--preset--color--white) !important;
}

.wp-child-theme-congusto-u-capa .overlay-nav .dropdown-item:hover {
  color: var(--wp--preset--color--white) !important;
}

.wp-child-theme-congusto-u-capa .navbar .nav-link {
  color: var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .navbar .nav-item.current-item::after {
  background-color: var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .navbar-toggler span {
  background-color: var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .overlay-nav .nav-item--cta .nav-link {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white) !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.wp-child-theme-congusto-u-capa .border-radius-0 img {
  border-radius: 0 !important;
}

.wp-child-theme-congusto-u-capa .menu-section {
  --wp--style--global--content-size: 765px;
  margin-top: var(--wp--preset--spacing--4);
  margin-bottom: var(--wp--preset--spacing--6);
}

.wp-child-theme-congusto-u-capa .menu-section .wp-block-heading {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  color: var(--wp--preset--color--secondary) !important;
}

.wp-child-theme-congusto-u-capa .menu-section[id] {
	scroll-margin-top: 105px;
}

.wp-child-theme-congusto-u-capa .food-menu-item__name {
  color: var(--wp--preset--color--secondary);
}

.wp-child-theme-congusto-u-capa .food-menu-item__price {
  color: var(--wp--preset--color--secondary);
}

.allergen-toggle__label {
  background-color: var(--wp--preset--color--primary);
}

.wp-child-theme-congusto-u-capa .congusto-menu .wp-block-heading {
  color: var(--wp--preset--color--secondary) !important;
  text-transform: uppercase;
}

.wp-child-theme-congusto-u-capa .daily-menu-day__tag {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: var(--wp--preset--color--primary);
  transform: translate(-2px, -100%);
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--2);
  text-transform: uppercase;
}

.wp-child-theme-congusto-u-capa .daily-menu-day--active {
  border-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border-width: 2px;
}

.wp-block-congusto-congusto-daily-menu .wp-block-heading.has-secondary-color {
  color: var(--wp--preset--color--primary) !important;
}

.wp-child-theme-congusto-u-capa .weekly-menu .wp-block-heading,
.wp-child-theme-congusto-u-capa .daily-menu .wp-block-heading {
  color: var(--wp--preset--color--secondary) !important;
  text-transform: uppercase;
}

.wp-child-theme-congusto-u-capa .hero__inner p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.wp-child-theme-congusto-u-capa .contact-form-block .has-primary-color.has-subheadline-font-size {
  text-transform: uppercase;
}

.wp-child-theme-congusto-u-capa .contact-form-block {
  background-size: calc(var(--wp--style--global--content-size) + 20%) 90% !important;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.wp-child-theme-congusto-u-capa .contact-form-block .form-label {
  font-weight: 400;
}

.wp-child-theme-congusto-u-capa .reservation-note p {
  font-weight: 400;
}

.wp-child-theme-congusto-u-capa .form-acceptance-label {
  font-weight: 400;
}

.wp-child-theme-congusto-u-capa .reservation-form .reservation-form__row {
  --wp--preset--color--primary: var(--wp--preset--color--secondary);
}