/* Global link styling */
a {
	text-decoration: none !important;
}

/*
 Theme Name:   Alys Koolitused
 Template:     twentytwentyfive
 Author:     virte.ee
*/

/*------------------------*/
/* HEADER */
/*------------------------*/

.header {
	justify-content: center !important;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	z-index: 2;
	position: relative;
}
.navigation {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

/* Navigation layout for desktop */
.navigation > *:nth-last-child(1) {
	margin-left: auto;
}

/* Remove margin from last item below breakpoint */
@media (max-width: 1330px) {
    .navigation > *:nth-last-child(1) {
        margin-left: 0;
    }
}

/* Change SVG backgrounds */
.wp-block-navigation__responsive-container-open > svg:nth-child(1) {
    display: none !important;
}

.wp-block-navigation__responsive-container-open::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('menu.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 999 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.wc-block-mini-cart__icon {
    display: none !important;
}

.wc-block-mini-cart__button {
    position: relative !important;
}

.wc-block-mini-cart__button::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('shopping-cart.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 999 !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo {
	position: absolute;
	left: 24px;
}

.extras {
	position: absolute;
	right: 24px;
}

/*------------------------*/
/* Workshop Page */
/*------------------------*/
#wp--skip-link--target {
  margin-top: 0 !important;
}
.workshop-header {
	max-width: 1024px !important;
}
.workshop-content {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
}
/*------------------------*/
/* Product page */
/*------------------------*/

/* Add to cart area */
.single_add_to_cart_button::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('graphics/shopping-cart.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.single_add_to_cart_button {
display: flex !important;
box-sizing: border-box;
outline: 0;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 16px 24px;
gap: 16px;
max-width: 100%;
height: 56px;
background: linear-gradient(96.52deg, #59804A 9.32%, #3A632B 93.13%);
border: 2px solid #2E3B29 !important;;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(0, 0, 0, 0.25);
border-radius: 9999px;
flex: none;
order: 3;
align-self: stretch;
flex-grow: 0;
font-size: 16px;
letter-spacing: 4%;
}
.addtocart {
    margin-top: -8px !important;

}
.addtocart form {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}
.quantity {
  width: 140px !important;
  height: 40px;
  border-radius: 24px;
}
.quantity:after {
  border-radius: 8px !important;
}

/* Information area */
.product p  {
font-family: Istok Web;
font-weight: 400;
font-size: 16px !important;;
letter-spacing: 2% !important;
}
.price {
font-family: Istok Web;
font-weight: 400;
font-size: 24px !important;;
letter-spacing: 2% !important;
}

/*------------------------*/
/* Category page */
/*------------------------*/
.accordion_nav_item {
	height: 64px;
	padding-left: 32px !important;
	padding-right: 32px !important;
}
.accordion_nav_item:active {
	background: #59804A;
}
.categoryheader {
	justify-content: space-between !important;
}
.category-featured-image {
	width: 333px !important;
	height: 222px !important;
	object-fit: cover;
	border-radius: 16px;
}
.category_title_description {
	max-width: 520px !important;
	gap: 16px;
}
.category_title_description h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 4%;
	color: rgba(15, 20, 13, 1);
}
.category_title_description p {
	font-family: Crimson Text;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2%;
	color: #2E3B29;
}
.categoryquery {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/* Category page filter menu */
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-image: url('graphics/unchecked.svg'); /* SVG for unchecked state */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  margin-right: 12px;
}
input[type="checkbox"]:checked {
  background-image: url('graphics/checked.svg'); /* SVG for checked state */
}
input:focus {
  outline: 1px;
}
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #C1D4BA;
}
.filter-title {
    font-size: 12px;
}
.toggle-btn {
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    line-height: 1;
    width: 24px !important;
    height: 24px !important;
}
.filter-content {
    display: none;
    margin-top: 16px;
    box-sizing: border-box;
    line-height: 12px;
}
.filter-section.open .filter-content {
    display: block;
}
.filter-section.open .toggle-btn::before {
    content: "-";
}
.filter-section .toggle-btn::before {
    content: "+";
}
#custom-filter-form p:first-child {
  font-size: 12px;
  letter-spacing: 4%;
  margin-top: 0;
}
button#reset-prices, button#reset-categories {
    border: 0;
    background-color: transparent;
    padding: 0;
    letter-spacing: 4%;
    font-size: 16px;
    color: #59804A;
      margin-bottom: 16px;
}
#custom-filter-form label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#custom-filter-form label input {
    height: 16px;
    width: 16px;
}
#custom-filter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 250px;
}
.price_input {
    display: flex;
    gap: 2px;
    justify-content: flex-start;
    align-items: center;
}
.price_input p {
    display: flex;
    gap: 4px;
}
.price_input input {
  border-radius: 8px;
  width: 78px;
  height: 32px;
  border: 1px solid #D9D9D9;
  padding-left: 12px;
}
.price_input input::placeholder, .price_input input {
    font-size: 16px;
    font-weight: 400;
    color: #0F140D;
}
.price_input br {
    display: none;
}
/* ------------------- */

/* Filtered product output on category page */
.products li {
    min-width: 334px !important;
    height: 410px !important;
    box-sizing: border-box !important;
    padding: 24px !important;
    gap: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
    text-align: left;
    border-radius: 16px !important;
    margin: 0px !important;
}
.products {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    width: 690px;
}
.products::before {
    display: none !important;
}
.products li img {
  border-radius: 8px;
  width: 286px !important;
  height: 286px !important;;
}
.products li .button {
  display: none !important;
}
header.wp-block-template-part {
  margin-top: 0;
}


/*Collections on shop page*/

.collection {
    gap: 0;
}
.collectiontext {
    width: 100%;
  justify-content: space-between;

}
.collectionsection {
    align-self: center;
    width: 900px;
}

/* A */

.collectionaleft img {
    border-radius: 36px 0 0 36px;
    border: 8px solid #F8F9F7;
}
.collectionaright > figure:nth-child(1) > img:nth-child(1) {
    border-left: 0px;
  border-top: 8px solid #F8F9F7;
  border-right: 8px solid #F8F9F7;
  border-bottom: 4px solid #F8F9F7;
  border-radius: 0 36px 0 0;
aspect-ratio: 2/1 !important;

}
.collectionaright > figure:nth-child(2) > img:nth-child(1) {
    border-left: 0px;
  border-top: 4px solid #F8F9F7;
  border-right: 8px solid #F8F9F7;
  border-bottom: 8px solid #F8F9F7;
  border-radius: 0 0 36px 0;
      aspect-ratio: 2/1 !important;

}

/* B */

.collectionbright img {
    border-radius: 0 36px 36px 0;
    border: 8px solid #F8F9F7;
}
.collectionbleft {
    gap: 0;
}
.collectionbleft > figure:nth-child(1) > img:nth-child(1) {
    border-left: 0px solid #F8F9F7;
  border-top: 8px solid #F8F9F7;
  border-left: 8px solid #F8F9F7;
  border-bottom: 4px solid #F8F9F7;
  border-radius: 36px 0 0 0;
aspect-ratio: 2/1 !important;

}
.collectionbleft > figure:nth-child(2) > img:nth-child(1) {
    border-left: 8px solid #F8F9F7;
  border-top: 4px solid #F8F9F7;
  border-right: 0px solid #F8F9F7;
  border-bottom: 8px solid #F8F9F7;
  border-radius: 0 0 0 36px;
      aspect-ratio: 2/1 !important;

}

/*-----*/


.explorebtn-featured button {
    background: linear-gradient(96.52deg, #59804A 9.32%, #3A632B 93.13%);
    border: 2px solid rgba(46, 59, 41, 1) !important;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 230px !important;
}
.exblorebtn-featured:after {
    content: ""; 
    background-image: url("/wp-content/uploads/2025/04/chevron-down.svg"); 
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    position: absolute; 
    right: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 24px;
    height: 24px; 
}
.nav1 ul li a span, .nav2 ul li a span{
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    }
.nav1, .nav2 {
    display: none;
}
.botfooter {
}
.midfooter {
}
.footercontent {
    gap: 24px;
  display: flex;
  flex-direction: column;
}
.footercontent ul {
    flex-wrap: wrap;
    justify-content: center;
}
.footerlinks {
    gap: 24px;
  display: flex;
  flex-direction: column;
}
.recentpostscontent {
    flex-direction: column;
    overflow: hidden;
}
.recentpostlist ul {
    list-style: none;
    padding-left: 0;
    gap: 24px;
  display: flex;
  flex-direction: column;
}
.recentpostlist a {
    font-size: 16px;
}
.recentpostlist p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}
.recentposts {
    flex-direction: column;
    padding: 20px;
}
.recentpostsfeatured {
    flex-direction: column;
}
.latest-post-image {
    height: 100px;
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
}
.latest-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recentpostsfeatured img {
    width: 100%;
}
.introcontent {
    padding: 24px !important;
    height: calc(var(--vh, 1vh) * 100 - 52px);
}
div.foto {
    display: none;
}
div.fotomobile {
    visibility: visible;
    margin-left: 1em;
    margin-right: 1em;
}
.introcontainercontent {
    align-items: center !important;
}
.introcontainer {
    margin-left: 24px;
    margin-right: 24px;
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.slider-container {
    overflow-x: auto;
    transition: transform 0.5s ease;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%;
    padding-bottom: 24px;
}
.slider {
    display: flex;
    transition: transform 0.5s smooth;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    height: auto;
    width: 100%;
    gap: 32px;
    align-items: baseline;
    padding-left: 32px;
    padding-right: 32px;
}
.slide {
    width: 317px;
    max-height: 280px; 
    box-sizing: content-box !important;
    padding: 24px;
    background: #ffffff;
    border: 2px solid #C1D4BA;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    transition: height 0.5s ease; 
    overflow: hidden;
    scroll-snap-align: center;
}
/*.active {
    overflow: visible;
    height: auto;
}*/
.wp-block-post-author__bio {
    margin-top: 5px;
    font-size: 12px !important;
    font-family: 'Spartan', sans-serif;
    color: #59804A;
}
.wp-block-post-author__avatar img {
    border-radius: 48px;
}
.testimonials {
    background-position: center;
    position: relative;
    background-size: cover !important;
}
.shopslider-container {
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: transform 0.5s ease;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%;
    height: 410px;

}

.shopslider-header p a {
    text-decoration: none;
    font-family: 'Istok Web', sans-serif;
}
.shopslider {
    display: flex;
    transition: transform 0.5s smooth;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    height: 410px;
    width: 100%;
    gap: 20px;
    align-items: flex-end;
}
.shopslide {
    min-width: 334px;
    height: 410px;
    box-sizing: border-box;
    padding: 24px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    scroll-snap-align: center;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.shopslide .wp-block-woocommerce-product-price {
    margin: 0;
}
.woocommerce-LoopProduct-link img, 
.woocommerce-LoopProduct-link h2, 
.woocommerce-LoopProduct-link span {
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
}
.cta {
    position: relative
}
.top img {
    position: absolute;
    left: 10vw;
    top: 0;
}
.bottom img {
    position: absolute;
    right: 10vw;
    bottom: 0;
}
.contactform {
    font-size: 16px;
    line-height: 140%;
    padding: 0 24px 24px 24px;
    width: 100%;
    box-sizing: border-box;
}

/* Hide the contact form spinner */
.wpcf7-spinner {
    display: none !important;
}

.form-content {
    width: 100%;
    max-width: 500px;
}
.contactform input, textarea {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    width: 100%;
    box-sizing: border-box;
}
.contactform textarea {
    height: 120px;
    resize: none;
}

/* Make textarea and submit button match text input width */
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-submit {
    width: 100% !important;
    box-sizing: border-box;
}
.wpcf7-submit {
    width: 100%;
    height: 50px !important;
    border-radius: 32px !important;
    background: linear-gradient(96.52deg, #59804A 9.32%, #3A632B 93.13%);
    border: 2px solid #2E3B29 !important;
    color: #F8F9F7;
    font-size: 16px;
    box-shadow:   0px -4px 4px 0px #00000040 inset, 
    0px 4px 4px 0px #00000040 !important;
    cursor: pointer;
}
.wpcf7-form > p:nth-child(6) {
    margin-bottom: 0;
}

.contact {
    display: flex;
    justify-content: center;
    background: none;
    padding-bottom: 32px;
}

.contact-content {
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    align-items: center !important;
}

.blog-section {
    padding-left: 24px;
    padding-right: 24px;
}

.blog-content {
    max-width: 1024px;
    width: 100%;
    margin-left: 24px;
    margin-right: 24px;
}
.wp-block-latest-posts__post-title {
    font-size: 1.6em;
    letter-spacing: 4%;
}
.wp-block-latest-posts__post-excerpt {
    letter-spacing: 4%;
}
.wp-block-latest-posts__list > li:nth-child(1) > a:nth-child(1) {
    font-size: 2.1em;
    letter-spacing: 4%;
}
.wp-block-latest-posts__list > li:nth-child(1) > div:nth-child(2) {
    font-size: 1.3em;
    letter-spacing: 2%;
}
.wp-block-latest-posts__featured-image {
    display: none;
}
.wp-block-latest-posts__featured-image:first-of-type {
    display: block;
    height: 7rem;
    overflow: clip;
    border-radius: 16px;
    position: absolute;
    top: 20px;
    margin-right: var(--wp--preset--spacing--30);
}
.latest-posts {
    position: relative;
}
.wp-block-latest-posts {
    padding-top: 8rem;
}
.wp-block-latest-posts__list li {
    padding-bottom: 20px; 
}
.wp-block-latest-posts__featured-image img {
    width: 100%;
    object-fit: cover;
}
.wp-block-latest-posts__read-more {
    display: none;
}
.wp-block-details {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}
summary {
    list-style: none;
    position: relative;
    padding-right: 24px;
    outline: none;
}

summary:focus {
    outline: none;
}

/* Remove focus outlines from links and buttons */
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}
summary::after {
    content: ""; 
    background-image: url("/wp-content/uploads/2025/04/chevron-down.svg"); 
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    position: absolute; 
    right: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 24px;
    height: 24px; 
}
details[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}
.faq {
    display: grid;
    gap: 16px;
    max-width: 1024px;
    width: 100%;
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.footerlist ul {
    display: flex;
    gap: 0px 32px;
    padding-left: 20px;
}
.journeycontent {
  flex-direction: column !important;
  align-items: center !important;
  gap: 32px;
}
.introcontainercontent {
    text-align: center;
    align-items: center;
}

/* Mobile navigation - 1330px and below */
@media (max-width: 1330px) {
    .header {
        height: 52px !important;
    }
    
    .navigation {
        display: none;
    }
    
    .logo {
        margin-left: 24px;
    }
    
    .extras {
        position: static;
        margin-right: 24px;
    }
    
    .minicart {
        right: 80px !important;
    }
    
    .wc-block-mini-cart__button::before {
        top: 50%;
    }
    
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex !important;
        margin-left: auto;
        position: absolute;
        right: 24px;
    }
    
    .wp-block-navigation__container {
        display: none !important;
    }
    
    /* Show navigation container when responsive dialog is open */
    .wp-block-navigation__responsive-dialog[aria-modal="true"] .wp-block-navigation__container {
        display: flex !important;
    }
    
    #modal-1 {
    }
}

.minicart {
    position: absolute;
    right: 48px;
}

/* Desktop navigation - above 1330px */
@media (min-width: 1331px) {
    .header {
        height: 60px !important;
    }
    
    .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1024px;
    }
}

/* Small screens and up */
@media (min-width: 40rem) {
.header {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    z-index: 2;
    position: relative;
    height: 52px !important;
}

}

/* Medium screens and up */
@media (min-width: 48rem) {

}

/* Large screens and up */
@media (min-width: 64rem) {
    .faq {
        max-width: 1024px;
        width: 100%;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    /* Images area */
    .woocommerce-product-gallery__trigger {
        left: 0.5em;
    }
    .quote {
        width: 60%;
    }
div.woocommerce-product-gallery__image {
  border-radius: 16px;
  width: 512px !important;
  height: 512px !important;
  object-fit: cover;
  overflow: hidden;
}
.flex-control-nav {
  margin-top: 6px !important;
  display: flex;
  gap: 6px;
}
.flex-control-nav li img {
  height: 116px;
  width: 116px;
  object-fit: cover;
  border-radius: 16px;
}
/*-----*/

.recommendations-container h3 {
    margin-left: 18vw;
}
    .navicon {
        margin-left: 24px !important;
    }
    .nav1 {
        display: flex;
        margin-right: auto !important;
    }
    .nav2 {
        display: flex;
        margin-left: auto !important;
    }

    .botfooter {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 96px;
        padding-left: 96px;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .footerterms {
        display: flex;
        flex-direction: row;
        gap: 64px;
        align-self: center;
        margin: 0 !important;
    }
    .footerterms p {
       margin: 0; 
    }
    .footersocials {
        margin-top: 0px !important;
        margin-left: auto;
        margin-right: 0px;
    }
    .phone, .mail {
        justify-content: left;
    }
    .firstfooteritem h2, .firstfooteritem p {
    text-align: left !important;
    }
    .firstfooteritem {
        margin-left: 0px !important;
    }
    .footercontact {
        margin-right: 0px !important;
    }
    .cicadacontainer {
        padding-left: 0px;
    }
   .cicadacontainer > figure:nth-child(1) {
        margin-left: 0 !important;
    }
    .footercontent {
        display: flex;
        flex-direction: row;
        align-items: first baseline;
        padding-left: 5em;
        padding-right: 5em;
        justify-content: space-between;
    }
    .footerlinks {
        display: flex;
        flex-direction: row;
        align-items: first baseline;
        gap: 96px;
    }
    .footerlinks h2 {
    text-align: left;
}
    .footerlist ul {
        display: block;
    }
    .recentpostscontent {
    flex-direction: row;
    }
    .recentposts {
        align-items: flex-start;
        flex-direction: row;
    }
    .wp-block-latest-posts__post-title {
    	font-size: 24px !important;
    	font-family: 'Playfair Display', serif;
    }
    .latest-post-image {
        height: 280px;
        width: 280px;
        border-radius: 16px;
        overflow: hidden;
    }
    .latest-post-image img {
        height: 280px;
        width: 280px;
        object-fit: cover;
    }
    .recentpostsfeatured {
        flex-direction: row;
        height: 280px;
    }
    .recentpostlist {
        height: 270px;
        width: 50%;
        letter-spacing: 4%;
    }
    .recentpostlist ul {
        list-style: none;
        gap: 0;
    }
        .recentpostlist p {
        font-size: 12px;
	font-family: 'Spartan', sans-serif;
        }
        .recentpostlist a {
            font-size: 16px;
        }
    .contact {
        display: flex;
        justify-content: center;
    }
    
    .contact-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 1280px;
        width: 100%;
        align-items: flex-start !important;
    }
    
    .contactform {
        width: 100%;
        padding: 0 24px 24px 24px;
    }
    .testimonials {
        background-size: contain !important;
    }
    .slide {
        min-width: 500px;
        box-sizing: content-box !important;
    }
    div.fotomobile {
        display: none;
    }
    div.foto {
        display: block;
    }
    .introcontent {
        display: flex;
        align-items: center;
        padding-bottom: 10vh !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        height: calc(var(--vh, 1vh) * 100 - 60px) !important;
    }
    .introcontainercontent {
        text-align: left;
        width: 80%;
        align-items: start !important;
    }
    .introcontainer {
        width: 75%;
        border-radius: 0 300px 300px 0;
        margin-left: 0;
        margin-bottom: 1em;
        padding-left: 96px;
        padding-right: 96px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    div.foto {
        visibility: visible;
        position: relative;
        width: 400px;
        right: 96px;
        top: 5rem;
    }
    /*
    .intro p, .intro h1 {
        text-align: left;
    }
    .wp-image-455 {
        position: absolute;
        height: 21em !important;
        width: 19em !important;
        object-fit: cover;
        top: 5em;
        right: -20vw;
    }
    .introcontainer {
        height: 500px;
        border-radius: 0 250px 250px 0 !important;
        align-content: center;
}
    .introcontainercontent {
        width: 50vw;
        padding-right: 15vw;
        padding-left: 100px !important;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    .introcontainercontent .wp-block-buttons {
        justify-content: left;
    }
    .explorebutton .wp-block-button__link {
        width: 40% !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }*/
    .journeycontent {
         flex-direction: row !important;
         align-items: flex-start;
         justify-content: center;
    }
}

/* Extra large screens and up */
@media (min-width: 80rem) {

}

/* 2 Extra large screens and up */
@media (min-width: 96rem) {

}

/* Navigation link styling */
.wp-block-navigation__container li a {
    font-size: 16px !important;
    font-family: 'Spartan', sans-serif !important;
    font-weight: normal !important;
}

/* Workshop styling */
.workshop-content {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.workshop-header {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.workshop-header-content {
    max-width: 50%;
}

/* Workshop mobile styling */
@media (max-width: 768px) {
    .workshop-content {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .workshop-header {
        flex-direction: column !important;
    }
    
    .workshop-header-content {
        max-width: 100%;
    }
    
    .categoryheader {
        flex-direction: column !important;
    }
}

/* Category header container padding */
.categoryheadercontainer {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
