/*
Theme Name: Govillje
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.4.1771497021
Updated: 2026-02-19 10:30:21

*/

img.custom-logo {
    width: 5.5em;
}
a.custom-logo-link img.custom-logo {
    width: 21vh;
}
.gv-main-slider { position: relative; width: 100%; overflow: hidden; }
.slide-item { 
    height: 500px; 
    background-size: cover; 
    background-position: center; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    color: #F5F2E9; /* Artisan Cream */
    text-align: center;
}
.slide-content { background: rgba(45, 41, 38, 0.6); padding: 20px; border-radius: 8px; }

@layer base {
    /* Change Swiper active dot to Sage Green */
    .swiper-pagination-bullet-active {
      @apply bg-sage opacity-100 !important;
    }
    /* Style the navigation arrows */
    .swiper-button-next, .swiper-button-prev {
      @apply after:text-2xl after:font-bold !important;
    }
  }
.slider-btns {
    background: #d4a373;
    padding: 5px;
    border-radius: 15px;
}
.slider-btns:before, .slider-btns:after{font-size: 15px !important;font-weight: 600;}
.swiper-pagination-bullet-active{background: #8a9a5b !important;}
/* Responsive Adjustments */
.nav-menu-categories a{
	margin: 5px 0 8px;
}
.nav-menu-categories a div {
    width: 50%;
    height: auto;
}
.nav-menu-categories a div img {
    height: auto;
}
body.archive form input, body.archive form textarea {
    border: 1px solid #c7c7c7;
    height: 48px;
    border-radius: 7px;
    margin: 5px 0;
}

/* 1. The Slide Container */
.govillje-video-slider .swiper-slide {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    align-items: stretch !important;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

/* 2. The Bulletproof Video Wrapper */
.govillje-video-wrapper {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 150% !important; /* Forces perfect 16:9 ratio */
    height: 0 !important; /* Height is handled by the padding */
    flex: 0 0 auto !important; /* CRITICAL: Stops the white-box collapsing issue */
    background: #000000;
    margin-bottom: 0px !important;
}

/* 3. The Iframe */
.govillje-video-wrapper iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}

/* 4. Formatting */
.govillje-video-slider h3 {
    padding: 0 15px;
    font-size: 1.2rem;
    margin-top: 5px;
}

.govillje-video-slider p, 
.govillje-video-slider div {
    padding: 0px;
}

.govillje-linked-product {
    margin: auto 15px 15px 15px; /* Pushes button beautifully to the bottom */
}

 @keyframes marquee {
        0% { transform: translateX(0%); }
        100% { transform: translateX(-100%); }
    }
    @keyframes marquee2 {
        0% { transform: translateX(100%); }
        100% { transform: translateX(0%); }
    }
    .animate-marquee {
        animation: marquee 30s linear infinite;
    }
    .animate-marquee2 {
        animation: marquee2 30s linear infinite;
    }
    .stroke-cream {
        color: transparent;
    }

.cs-form-wrapper input[type="text"], .cs-form-wrapper input[type="tel"], .cs-form-wrapper input[type="url"], .cs-form-wrapper input[type="email"], .cs-form-wrapper textarea {
    color: #111;
}
@media (max-width: 768px) {
    .slide-item { height: 350px; }
    .slide-content h2 { font-size: 24px; }
	body.archive form input, body.archive form textarea{width: 100%;}
}
