/*!
 Theme Name: Inca37
 Theme URI: https://inca37.ch/
 Description: Inca37 Theme
 Version: 1.0.0
 Author: Bubble Go
 Author URI: https://www.bubble-go.ch/
*/
/* Minimal modern CSS reset */
/* Box sizing */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/* Remove default margins */
body, h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0;
}

/* Lists */
ul[role=list], ol[role=list] {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* Images */
img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Forms */
input, button, textarea, select {
  font: inherit;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Links */
a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
}

/* Prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.wp-block-accordion {
  margin: 60px auto;
}
.wp-block-accordion + .wp-block-accordion {
  margin-top: -50px;
}

.wp-block-buttons {
  margin: 60px auto;
}

.yoast-breadcrumbs {
  margin: 60px auto;
}
.yoast-breadcrumbs a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.yoast-breadcrumbs a:hover {
  color: #FF3A2D;
}

.cb-carousel-block {
  margin: 60px auto;
}
.cb-carousel-block .cb-button-next, .cb-carousel-block .cb-button-prev {
  color: #FF3A2D;
}

.wp-block-columns {
  margin: 60px auto;
}
.wp-block-columns .wp-block-buttons,
.wp-block-columns .wp-block-group,
.wp-block-columns .wp-block-columns,
.wp-block-columns .wp-block-media-text,
.wp-block-columns .wp-block-contact-form-7-contact-form-selector {
  padding: 0;
  margin: 0;
}
.wp-block-columns .wp-block-media-text + .wp-block-separator {
  margin-top: 0;
  margin-bottom: 30px;
}

.wp-block-cover {
  position: relative;
  width: 100vw;
  transform: translateX(calc((100vw - 1200px) / -2));
  margin: 60px 0;
}
.wp-block-cover.block-editor-block-list__block {
  transform: none;
}
.wp-block-cover:first-child {
  padding-top: 90px;
}
.wp-block-cover + .leaflet-container {
  margin-top: -60px;
}
.wp-block-cover__inner-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}
.wp-block-cover__inner-container .has-large-font-size {
  margin-bottom: 1.25rem;
}
.wp-block-cover__inner-container .yoast-breadcrumbs {
  margin: 0;
  text-align: center;
}
@media (max-width: 1300px) {
  .wp-block-cover {
    transform: translateX(-50px);
  }
}
@media (max-width: 1024px) {
  .wp-block-cover {
    transform: translateX(-20px);
  }
  .wp-block-cover__inner-container {
    padding: 0 20px;
  }
}

.wp-block-embed {
  margin: 60px auto;
}
.wp-block-embed__wrapper {
  display: flex;
}
.wp-block-embed.aligncenter .wp-block-embed__wrapper {
  justify-content: center;
}
.wp-block-embed.alignright .wp-block-embed__wrapper {
  justify-content: flex-end;
}
.wp-block-embed:not(.alignright):not(.aligncenter):not(.alignleft) iframe {
  width: 100%;
  height: 500px;
  border: none;
}

.wp-block-file {
  margin: 60px auto;
}

.wp-block-contact-form-7-contact-form-selector {
  margin: 60px auto;
}
.wp-block-contact-form-7-contact-form-selector form p {
  margin-bottom: 15px;
}
.wp-block-contact-form-7-contact-form-selector form input:not([type=submit]),
.wp-block-contact-form-7-contact-form-selector form textarea,
.wp-block-contact-form-7-contact-form-selector form select {
  border: 1px solid #dfdfdf;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  background-color: #f8f7f7;
}
.wp-block-contact-form-7-contact-form-selector form .wpcf7-checkbox label,
.wp-block-contact-form-7-contact-form-selector form .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-block-contact-form-7-contact-form-selector form .wpcf7-checkbox label input,
.wp-block-contact-form-7-contact-form-selector form .wpcf7-radio label input {
  width: auto;
}
.wp-block-contact-form-7-contact-form-selector form .wpcf7-list-item.first {
  margin-left: 0;
}
.wp-block-contact-form-7-contact-form-selector form input[type=submit] {
  background-color: #FF3A2D;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.wp-block-gallery {
  margin: 60px auto;
}

.wp-block-group {
  margin: 60px auto;
}

h1.wp-block-heading {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h2.wp-block-heading {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

h3.wp-block-heading {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1rem;
  border-bottom: 4px solid #FF3A2D;
}

h4.wp-block-heading {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

h5.wp-block-heading {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

h6.wp-block-heading {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.wp-block-image {
  margin: 30px auto;
}

.wp-block-latest-posts__list {
  margin: 60px auto;
}
.wp-block-latest-posts__post-title {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
.wp-block-latest-posts__featured-image img {
  display: block;
}
.wp-block-latest-posts a:hover {
  color: #FF3A2D;
}

.wp-block-media-text {
  margin: 60px auto;
}
.wp-block-media-text .wp-block-group {
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text__content {
    padding: 0 !important;
  }
}

.wp-block-quote {
  margin: 60px auto;
}
.wp-block-quote p {
  text-align: center;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.wp-block-themepunch-revslider.revslider {
  margin: 60px 0;
}

.wp-block-separator {
  margin: 60px auto;
}

.site-content {
  position: relative;
  overflow: hidden;
}
.site-content .container {
  max-width: 1300px;
  margin: -60px auto 0;
  padding: 0 50px;
}
.site-content p + p {
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .site-content .container {
    padding: 0 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header .header-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .header .header-inner {
    padding: 10px 20px;
  }
}
.header .custom-logo-link img {
  max-height: 60px;
  width: auto;
}
.header .main-navigation {
  margin: 0 auto;
}
.header .main-navigation .menu {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
}
.header .main-navigation .menu > li {
  position: relative;
}
.header .main-navigation .menu > li > a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding: 20px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .main-navigation .menu > li > a:hover {
  text-decoration: underline;
}
.header .main-navigation .menu > li:hover > .sub-menu {
  display: flex;
}
.header .main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
  flex-direction: column;
  min-width: 400px;
  list-style: none;
}
.header .main-navigation .sub-menu > li > a {
  display: block;
  padding: 5px 10px;
  color: #333333;
  white-space: pre;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
}
.header .main-navigation .sub-menu > li > a:hover {
  color: #FF3A2D;
  background-color: #FFF1F0;
}
@media (max-width: 1024px) {
  .header .main-navigation {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100svh;
    background-color: white;
    padding-top: 60px;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  }
  .header .main-navigation.toggled {
    right: 0;
  }
  .header .main-navigation .menu {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .header .main-navigation .menu > li.menu-item-has-children::after {
    content: "+";
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 30px;
    line-height: 1;
    color: #AAA;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }
  .header .main-navigation .menu > li.menu-item-has-children.submenu-open::after {
    transform: rotate(45deg);
  }
  .header .main-navigation .menu > li.menu-item-has-children.submenu-open .sub-menu {
    display: flex;
  }
  .header .main-navigation .menu > li > a {
    color: #333333;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
  }
  .header .main-navigation .menu > li:hover > .sub-menu {
    display: none;
  }
  .header .main-navigation .sub-menu {
    position: static;
    box-shadow: none;
    padding: 20px 0;
    min-width: auto;
    background-color: #f9f9f9;
  }
  .header .main-navigation .sub-menu > li > a {
    font-size: 14px;
    padding-left: 30px;
  }
}
.header .burger-menu {
  display: none;
}
@media (max-width: 1024px) {
  .header .burger-menu {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
  }
  .header .burger-menu .burger-menu-box {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header .burger-menu .burger-menu-inner,
  .header .burger-menu .burger-menu-inner::before,
  .header .burger-menu .burger-menu-inner::after {
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: white;
    transition: transform 0.3s ease;
  }
  .header .burger-menu .burger-menu-inner {
    top: 50%;
    transform: translateY(-50%);
  }
  .header .burger-menu .burger-menu-inner::before,
  .header .burger-menu .burger-menu-inner::after {
    content: "";
    left: 0;
  }
  .header .burger-menu .burger-menu-inner::before {
    top: -8px;
  }
  .header .burger-menu .burger-menu-inner::after {
    bottom: -8px;
  }
}
.header.scrolled {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header.scrolled .header-inner {
  padding: 5px 50px;
}
@media (max-width: 1024px) {
  .header.scrolled .header-inner {
    padding: 5px 20px;
  }
}
@media (min-width: 1025px) {
  .header.scrolled .main-navigation .menu > li > a {
    padding: 20px 0;
    color: #333333;
  }
}
.header.scrolled .burger-menu .burger-menu-inner,
.header.scrolled .burger-menu .burger-menu-inner::before,
.header.scrolled .burger-menu .burger-menu-inner::after {
  background-color: #333333;
}
.header.is-open .burger-menu-inner {
  background-color: #333333;
  transform: rotate(45deg);
}
.header.is-open .burger-menu-inner::before {
  background-color: #333333;
  top: 0;
  transform: rotate(0);
}
.header.is-open .burger-menu-inner::after {
  background-color: #333333;
  bottom: 0;
  transform: rotate(-90deg);
}

.posts-loop {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 60px auto;
}

.post-card__header {
  margin: 10px 0;
}
.post-card__title {
  color: #FF3A2D;
  margin-bottom: 5px;
}
.post-card__title a {
  text-decoration: none;
}
.post-card__categories a:hover {
  color: #FF3A2D;
}
.post-card__more {
  color: #FF3A2D;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-card__more:hover {
  color: rgb(249, 15.4142857143, 0);
}

.posts-pagination {
  display: flex;
  justify-content: center;
  margin: 60px auto;
}
.posts-pagination .nav-links {
  display: flex;
  gap: 15px;
}
.posts-pagination a {
  color: #FF3A2D;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.posts-pagination a:hover {
  color: rgb(249, 15.4142857143, 0);
}

.single-post .single-banner {
  position: relative;
  width: 100vw;
  transform: translateX(calc((100vw - 1200px) / -2));
  padding: 200px 0 60px;
  background-color: rgba(0, 0, 0, 0.04);
  text-align: center;
}
.single-post .single-banner h1 {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.single-post .single-banner .yoast-breadcrumbs {
  padding: 0 50px;
  margin: 0 auto;
}
.single-post .single-banner-image {
  margin: 60px auto;
}
.single-post .single-banner-image__inner-container {
  position: relative;
}
.single-post .single-banner-image .single-post-date {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-post .single-banner-image .single-post-date__separator {
  width: 80%;
  height: 2px;
  background-color: #FF3A2D;
  margin: 5px auto;
}
.single-post .single-banner-image .single-post-month,
.single-post .single-banner-image .single-post-day,
.single-post .single-banner-image .single-post-year {
  font-weight: bold;
}
.single-post .single-banner-image .single-post-day {
  font-size: 24px;
}
.single-post .single-post-related {
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.single-post .single-post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 60px auto;
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.single-post .single-post-navigation__link {
  display: flex;
  flex-direction: column;
  max-width: 50%;
}
.single-post .single-post-navigation__link--next {
  align-items: flex-end;
}
.single-post .single-post-navigation__link span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.single-post .single-post-navigation__link a {
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.single-post .single-post-navigation__link a:hover {
  color: #FF3A2D;
}
@media (max-width: 1300px) {
  .single-post .single-banner {
    transform: translateX(-50px);
  }
}
@media (max-width: 1024px) {
  .single-post .single-banner {
    transform: translateX(-20px);
  }
  .single-post .single-banner h1,
  .single-post .single-banner .yoast-breadcrumbs {
    padding: 0 20px;
  }
}

.footer {
  background: #2b2b2b;
  color: white;
}
.footer .footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px;
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer .footer-logo {
  margin-bottom: 15px;
}
.footer .footer-logo img {
  max-height: 120px;
  width: auto;
}
.footer .site-youtube {
  margin-top: 10px;
}
.footer .site-youtube a {
  color: white;
  font-size: 24px;
}
.footer h3 {
  margin-bottom: 15px;
}
.footer a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer a:hover {
  color: #FF3A2D;
}
.footer .latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .latest-posts li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.footer .latest-posts li .post-thumbnail img {
  width: 60px;
  height: auto;
}
.footer .latest-posts li .post-date {
  font-size: 12px;
}
.footer .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .category-list li {
  margin-bottom: 8px;
}
.footer__bottom {
  background-color: black;
}
.footer__bottom .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
}
.footer__bottom .menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.footer__bottom .menu > li > a {
  color: white;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__bottom .menu > li > a:hover {
  color: #FF3A2D;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .footer .footer-inner {
    padding: 20px;
  }
  .footer__bottom .footer-inner {
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  line-height: 1.6;
}

/*# sourceMappingURL=style.css.map */
