/* Modern CSS Reset */
/* === HARD RESET CSS === */

/* Reset all margins, paddings, borders */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* Remove default font styling */
html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    background: #fff;
    color: #100e0d;
    font-family: "Open Sans", sans-serif;
}

/* Remove all default list styles */
ol,
ul {
    list-style: none;
}

/* Remove quote styles */
blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
}

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

/* Remove default link styles */
a {
    text-decoration: none;
    color: inherit;
}

/* Remove outline and inherit font for form elements */
input,
textarea,
select,
button {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
    appearance: none;
}

/* Images, media: responsive by default */
img,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Buttons should have pointer */
button {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

/* Remove all headings default spacing */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

/* Remove strong/em default styles */
em,
i,
strong,
b {
    font-style: normal;
    font-weight: normal;
}

/* Clear floats (if needed) */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}


.mobile-buttons-holder,
.closer {
    display: none;
}

header {
    position: fixed;
    width: 100%;
    background: transparent;
    max-height: 100px;
    z-index: 99;
    border-bottom: 1px solid rgba(216, 202, 171, 0.5);
}

header .logo {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    transition: width 0.3s ease;
}

header .logo svg {
    width: 140%;
    height: 140%;
    position: absolute;
    top: -22px;
    max-width: inherit;
    left: -20px;
    transition: width 0.3s ease;
}

.lang-menu {
    width: 30px;
}

.lang-dropdown {
    margin-right: 20px;
}

.pll-parent-menu-item {
    position: relative;
}

.pll-parent-menu-item>a img {
    width: 20px !important;
    height: 15px !important;
}

.pll-parent-menu-item .sub-menu {
    display: none;
}

.pll-parent-menu-item:hover .sub-menu {
    display: block;
    padding: 20px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 8px;
}

.pll-parent-menu-item:hover .sub-menu li {
    margin: 0 0 10px !important;
}

.pll-parent-menu-item:hover .sub-menu li:last-child {
    margin: 0 !important;
}

.pll-parent-menu-item:hover .sub-menu li a {
    display: block;
    width: 17px;
}

#site-header {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

#site-header.scroll {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    /* blur efekat */
    -webkit-backdrop-filter: blur(10px);
    /* za Safari */
}

#site-header.scroll .logo {
    height: 60px;
    width: 60px;
}

#site-header.scroll .logo svg {
    top: -13px;
    left: -13px;
}

.cls-1 {
    fill: #fff;
    stroke-width: 0px;
}

#site-header.scroll .logo .cls-1 {
    fill: #fff;
    stroke-width: 0px;
}

.left-navigation,
.right-navigation {
    width: 40%;
}

.left-navigation .left-menu-items {
    display: flex;
    justify-content: flex-start;
    color: #fff;
}


.left-navigation .left-menu-items a {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    padding-bottom: 4px;
    color: inherit;
}

.left-navigation .left-menu-items a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: currentColor;
    /* ista boja kao tekst */
    transition: width 0.3s ease;
}

.left-navigation .left-menu-items a:hover::after,
.left-navigation .left-menu-items a:focus::after {
    width: 100%;
}

.left-navigation .left-menu-items a:hover {
    color: #100e0d;
}

.right-navigation .primary-menu-wrapper .primary-menu {
    display: flex;
    justify-content: flex-end;
}

.right-navigation .primary-menu-wrapper .primary-menu li {
    margin-left: 30px;
    color: #fff;
}

.left-navigation .left-menu li {
    margin-right: 30px;
}

.right-navigation .primary-menu-wrapper .primary-menu li a {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    padding-bottom: 4px;
    color: inherit;
}

.right-navigation .primary-menu-wrapper .primary-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: currentColor;
    /* ista boja kao tekst */
    transition: width 0.3s ease;
}

.right-navigation .primary-menu-wrapper .primary-menu li a:hover::after,
.right-navigation .primary-menu-wrapper .primary-menu li a:focus::after {
    width: 100%;
}

.right-navigation .primary-menu-wrapper .primary-menu li a:hover {
    color: #100e0d;
}

#site-header.scroll .right-navigation .primary-menu-wrapper .primary-menu li a {
    color: #fff;
}

#site-header.scroll .right-navigation .primary-menu-wrapper .primary-menu li a:hover {
    color: #100e0d;
}

#site-header.scroll .left-navigation .left-menu-items a {
    color: #fff;
}

#site-header.scroll .left-navigation .left-menu-items a:hover {
    color: #100e0d;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: "Playfair Display";
}

.hero-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.4);
}

.hero-background {
    background: url('../images/header-shape-1-1.svg') no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.hero-content .hero-text {
    max-width: 1100px;
}

.hero-content h1,
.hero-content h2 {
    font-size: 12vh;
    text-transform: uppercase;
}

.hero-content p {
    font-size: 2.5vh;
    line-height: 3.2vh;
    margin: 5vh auto;
    display: block;
    max-width: 600px;
}

.hero-content h3 {
    font-size: 6vh;
    margin-top: 5vh;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
}

.header-inner.section-inner {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 90%;
    align-items: center;
}


.discover {
    width: 100%;
    background: #100e0d;
    color: #fff;
    padding: 80px 0;
}

.discover .container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.discover .container h3 {
    font-family: "Playfair Display", sans-serif;
    font-size: 5vh;
    text-transform: uppercase;
    line-height: 6.8vh;
    margin-bottom: 60px;
    opacity: 0.8;
}

.discover .container a.button {
    background: #fff;
    border-radius: 5px;
    padding: 14px 35px;
    color: #100e0d;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.discover .container a.button:hover {
    background: none;
    color: #fff;
}

.two-column-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 80px 0 0;
}

.two-column-section.third {
    padding: 0;
}

.second-section-two {
    padding-top: 0;
}

.two-column-section .left,
.two-column-section .right {
    width: 50%;
}

.two-column-section .right .left-inner {
    max-width: 80%;
    margin: auto;
}

.two-column-section .right .left-inner strong,
.two-column-section .right .left-inner b {
    font-weight: 700;
}

.two-column-section.second-section-two .left .left-inner {
    max-width: 80%;
    margin: auto;
}

.two-column-section.second-section-two .left .left-inner strong {
    font-weight: 700;
}

.two-column-section a.button {
    background: #100e0d;
    border-radius: 5px;
    padding: 14px 35px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #100e0d;
    transition: all 0.3s ease;
    margin-top: 30px;
    line-height: 22px;
}

.two-column-section a.button:hover {
    background: none;
    color: #100e0d;
}

.left-inner h4 {
    font-family: "Playfair Display";
    color: #d8caab;
    text-transform: uppercase;
}

.left-inner h2 {
    font-size: 5vh;
    line-height: 6vh;
    text-align: left;
    text-transform: uppercase;
    font-family: "Playfair Display";
    margin-bottom: 40px;
}

.left-inner p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.left-inner p:last-child {
    margin-bottom: 0;
}

.left-inner ul li {
    font-size: 16px;
    line-height: 24px;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.image-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 1rem;
    cursor: pointer;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

.wine-lovers-section {
    padding: 80px 0;
    background: #E4D5D3 url('../images/file-cropped.svg') no-repeat top right;
    text-align: center;
    min-height: 100vh;
}

.wine-lovers-section h2 {
    font-size: 10vh;
    line-height: 11vh;
    color: rgb(145, 47, 70);
    font-family: "Playfair Display";
    text-transform: uppercase;
    margin-bottom: 5vh;
}

.wine-lovers-section h4 {
    text-transform: uppercase;
    font-size: 13px;
    color: rgb(145, 47, 70);
    margin-bottom: 5vh;
}

.wine-lovers-section p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4vh;
}

.wine-lovers-section a {
    background: rgb(145, 47, 70);
    border-radius: 5px;
    padding: 14px 35px;
    color: #E4D5D3;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid rgb(145, 47, 70);
    transition: all 0.3s ease;
}

.wine-lovers-section a:hover {
    background: transparent;
    color: rgb(145, 47, 70);
}

.wines-in-sell {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 80vw;
    justify-content: space-between;
    margin: auto;
}

.wines-in-sell .image-wine {
    max-width: 20vw;
    width: 100%;
    text-align: center;
}

.wines-in-sell .image-wine img {
    max-width: 14vw;
    display: inline-block;
}

.wines-in-sell .image-wine span {
    color: rgb(145, 47, 70);
}

.wines-in-sell h4 {
    font-family: "Playfair Display";
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}

.left-image-wine {
    text-align: right;
}

.left-image-wine img {}

.right-image-wine {
    text-align: left;
}

.right-image-wine img {}

.food-experience-section {
    width: 100%;
    background: #F5F1E9;
    padding: 80px;
}

.food-experience-section h2 {
    text-transform: uppercase;
    font-size: 12vh;
    line-height: 13vh;
    font-family: "Playfair Display";
    text-align: center;
    color: #100e0d;
    border-bottom: 1px solid #100e0d;
    max-width: fit-content;
    margin: 0 auto 5vh;
}

.food-experience-section .food-experience-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-content h4 {
    font-family: "Playfair Display";
    font-size: 5vh;
    line-height: 6vh;
    margin-bottom: 3vh;
    text-transform: uppercase;
    color: #100e0d;
}

.text-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4vh;
}

.text-content .button {
    background: #100e0d;
    border-radius: 5px;
    padding: 14px 35px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #100e0d;
    transition: all 0.3s ease;
}

.text-content .button:hover {
    background: transparent;
    color: #100e0d;
}

.wine-basement {
    width: 100%;
    background-color: #100e0d;
    padding: 30px;
    color: #fff;
    overflow: hidden;
}

.wine-basement h2 {
    text-align: center;
    font-size: 5vw;
    line-height: 7vw;
    font-family: "Playfair Display";
    text-transform: uppercase;
    color: #fff;
}

.wine-basement h4 {
    text-align: center;
    font-size: 2vw;
    line-height: 4vw;
    font-family: "Playfair Display";
    margin-bottom: 30px;
    color: #d8caab;
    text-transform: uppercase;
}

.wine-basement .wine-images {
    display: flex;
    gap: 30px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.wine-basement .wine-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: flex 0.4s ease;
    height: 70vh;
}

.wine-basement .wine-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.wine-basement .wine-image-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 16px;
    border-radius: 4px;
}

.wine-basement .wine-image:hover {
    flex: 3;
}

.wine-basement .wine-image:hover img {
    transform: scale(1.05);
}

.wine-bottom-content {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px 0 0;
    margin: 30px 0 0;
    text-align: center;
}

.wine-bottom-content p {
    max-width: 50%;
    margin: 0 auto 30px;
    display: block;
    font-size: 18px;
    line-height: 26px;
}

.wine-bottom-content .button {
    background: #fff;
    border-radius: 5px;
    padding: 14px 35px;
    color: #100e0d;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.wine-bottom-content .button:hover {
    background: none;
    color: #fff;
}

.before-footer-section {
    padding: 80px 0;
}

.before-footer-section p {
    max-width: 700px;
    font-size: 18px;
    line-height: 24px;
    margin: auto;
}

.before-footer-inner {
    max-width: 90%;
    margin: auto;
    width: 100%;
    text-align: center;
}

.before-footer-inner h4 {
    font-family: "Playfair Display";
    color: #d8caab;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.before-footer-inner h2 {
    font-size: 5vh;
    line-height: 6vh;
    text-align: center;
    text-transform: uppercase;
    font-family: "Playfair Display";
    margin-bottom: 40px;
}

.before-footer-inner a.button {
    background: #100e0d;
    border-radius: 5px;
    padding: 14px 35px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #100e0d;
    transition: all 0.3s ease;
    line-height: 22px;
}

.before-footer-inner a.button:hover {
    color: #100e0d;
    background: none;
}


.wine-basement-wrapper {
    padding: 80px 0;
}

.wine-basement-wrapper .container {
    max-width: 100%;
    margin: 0 auto;
}

.wine-title {
    text-align: center;
    font-size: 5vw;
    line-height: 7vw;
    font-family: "Playfair Display";
    text-transform: uppercase;
    margin-bottom: 40px;
}

.wine-main-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    height: 60vh;
    position: relative;
    overflow: hidden;
    background-size: 100% auto !important;
}

.overlay-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);
    pointer-events: none;
}

.wine-sections {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 30px;
}

.wine-sections-bottom p {
    margin-bottom: 20px;
    line-height: 30px;
}

.wine-sections-bottom .wine-section {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.wine-sections-bottom p strong {
    font-weight: 700;
    display: block;
    color: #100e0d;
    font-size: 30px;
    font-family: "Playfair Display";
    margin-bottom: 20px;
    text-transform: uppercase;
}

.wine-section {
    background-color: #fff;
    padding: 0 25px;
    text-align: center;
    color: #d8caab;
}

.wine-section h4 {
    font-size: 5vw;
    line-height: 7vw;
    font-family: "Playfair Display";
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #100e0d;
}

@media (min-width: 768px) {
    .wine-sections {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .wine-sections {
        grid-template-columns: repeat(4, 1fr);
    }
}


.degustation-wrapper {
    padding: 80px 0;
}

.degustation-wrapper .container {
    max-width: 100%;
    margin: 0 auto;
}

.degustation-title {
    text-align: center;
    font-size: 5vw;
    line-height: 7vw;
    font-family: "Playfair Display";
    text-transform: uppercase;
    margin-bottom: 40px;
}

.degustation-main-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    height: 60vh;
    position: relative;
    overflow: hidden;
    background-size: 100% auto !important;
}

.overlay-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);
    pointer-events: none;
}

.degustation-sections {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 30px;
}

.degustation-section {
    background-color: #F9F8F4;
    padding: 25px;
    text-align: center;
    color: #100e0d;
    line-height: 22px;
    border-radius: 10px;
}

.degustation-section h3 {
    font-size: 3vh;
    line-height: 4vh;
    font-family: "Playfair Display";
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #100e0d;
}

.section-content {
    margin: 60px auto 60px;
    max-width: 1200px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.section-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.date-field {
    margin: 0 auto 15px;
    max-width: 840px;
}

.acf-datetime {
    display: flex;
    gap: 20px;
    align-items: center;
}

.acf-datetime div {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-style: italic;
}

.acf-datetime div svg {
    margin-right: 5px;
}

.top-image {
    margin: 0 auto 30px;
    display: block;
    text-align: center;
    max-width: 840px;
}

.top-image img {
    display: inline-block;
}

.events-list {
    display: grid;
    gap: 24px;
}

/* Kartica: slika desno (background), tekst levo */
.event-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    /* podešavaj odnos kolona */
    align-items: stretch;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    background: #fff;
}

/* Background image bok */
.event-media {
    display: block;
    background-size: cover;
    background-position: center;
    min-height: 360px;
    /* menjaš visinu po želji */
    /* ili koristi aspect-ratio umesto min-height: */
    /* aspect-ratio: 16/9; */
}

/* Tekstualni bok */
.event-body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.event-title {
    font-size: 24px;
    margin: 0;
    line-height: 1.25;
    font-family: "Playfair Display";
    margin: 0 0 10px;
}

.event-title a {
    text-decoration: none;
    color: #d8caab;
}

.event-title a:hover {
    color: #100e0d;
}

.event-excerpt p {
    margin: 0;
}

.event-readmore {
    margin-top: 8px;
    text-decoration: underline;
    background: #100e0d;
    border-radius: 5px;
    padding: 14px 35px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #100e0d;
    transition: all 0.3s ease;
    line-height: 22px;
    text-decoration: none;
    max-width: fit-content;
}

.event-readmore:hover {
    background: none;
    color: #100e0d;
}

/* Responsive: stack na mobilnom */
@media (max-width: 900px) {
    .event-card {
        grid-template-columns: 1fr;
    }

    .event-media {
        order: -1;
        /* slika gore */
        min-height: 220px;
        /* smanji visinu ako želiš */
    }
}

@media (min-width: 768px) {
    .degustation-sections {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .degustation-sections {
        grid-template-columns: repeat(4, 1fr);
    }
}


footer {
    background: #100e0d;
    color: #fff;
    position: relative;
}

.footer-shape {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: url('../images/footer-shape.svg') no-repeat top;
    background-size: 100% auto;
    z-index: 0;
}

footer * {
    color: #fff;
}

footer .section-inner {
    margin: auto;
    max-width: 90%;
    position: relative;
    z-index: 1;
}

footer .logo {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

footer .logo svg {
    width: 100%;
    height: 100%;
}

footer .logo .cls-2 {
    fill: #fff;
}

footer .logo-text {
    font-family: "Playfair Display";
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer-top .boxes {
    padding: 15vh 0 60px;
    display: flex;
    justify-content: space-between;
}

.footer-top .boxes .box-one {
    max-width: 40%;
    width: 100%;
}

.footer-top .boxes .box-two {
    max-width: 40%;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer-top .boxes .box .box {
    display: flex;
    flex-direction: column;
}

.footer-top .boxes .box .box.box-two {
    justify-content: flex-start;
}

.footer-top .boxes .box .box h4 {
    font-family: "Playfair Display";
    letter-spacing: 0.5px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-top .boxes .box .box li {
    margin-bottom: 20px;
    color: #fff;
}

.footer-top .boxes .box .box li a {
    position: relative;
    text-decoration: none;
    padding-bottom: 4px;
    color: inherit;
}

.footer-top .boxes .box .box li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.footer-top .boxes .box .box li a:hover::after,
.footer-top .boxes .box .box li a:focus::after {
    width: 100%;
}

.footer-links {
    padding: 40px 0 0;
    display: flex;
}

.footer-links ul li {
    display: inline-block;
    margin: 0 20px 20px 0;
    font-size: 14px;
}

.footer-links ul li a {
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
}

.footer-links ul li a:hover {
    opacity: 0.5;
}

.footer-links ul li a svg {
    margin-right: 10px;
}

.footer-bottom {
    border-top: 1px solid #fff;
    opacity: 0.5;
    padding: 40px 0 40px;
    font-size: 12px;
}

.working-time {
    font-size: 0.9rem;
    line-height: 1.4rem;
}

.inner-pages .left-inner p {
    margin-bottom: 30px;
}

.inner-pages .left-inner p:last-child {
    margin-bottom: 0;
}

.inner-pages .left-inner p em {
    font-style: italic;
}

.contact-wrapper {
    width: 100%;
    margin: 80px 0;
}

.contact-wrapper .acf-map iframe {
    height: 100%;
}

.contact-boxes {
    max-width: 1100px;
    margin: auto;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
}

.contact-boxes .box {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
    background-color: #F9F8F4;
    padding: 25px;
    text-align: center;
    color: #100e0d;
    line-height: 22px;
    border-radius: 10px;
}

.contact-boxes .box p {
    margin-bottom: 20px;
}

.contact-boxes .box strong {
    display: block;
    font-size: 22px;
    font-family: "Playfair Display";
    line-height: 30px;
}

.page-id-60 .image-slider img,
.page-id-385 .image-slider img {
    max-height: 90vh;
    width: auto;
    margin: auto;
}

.page-id-60 .slider-next,
.page-id-60 .slider-prev,
.page-id-385 .slider-next,
.page-id-385 .slider-prev {
    display: none;
}

.page-id-60 .left-inner h4,
.page-id-241 .left-inner h4,
.page-id-385 .left-inner h4 {
    margin-bottom: 30px;
}

.contact-form {
    width: 100%;
}

.contact-form-inner {
    max-width: 800px;
    width: 90%;
    margin: auto;
}

.wpcf7 li {
    margin-bottom: 30px;
}

.wpcf7 label {
    display: block;
    font-style: italic;
    font-family: "Playfair Display";
    margin-bottom: 10px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 16px;
    padding: 8px 16px;
    appearance: auto;
    height: 46px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.wpcf7 textarea {
    height: 200px;
    resize: none;
}

.wpcf7 input[type="submit"] {
    background: #100e0d;
    border-radius: 5px;
    padding: 14px 35px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #100e0d;
    transition: all 0.3s ease;
    line-height: 22px;
    height: auto;
    max-width: fit-content;
    margin: auto;
    display: block;
}

.wpcf7 input[type="submit"]:hover {
    color: #100e0d;
    background: none;
}

.vk-card {
    --b: #e9e9ee;
    --tx: #222;
    --muted: #666;
    --bg: #fff;
    --accent: #000;
    border: 1px solid var(--b);
    border-radius: 16px;
    background: var(--bg);
    padding: 20px;
    max-width: 900px;
    margin: 24px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
}

.vk-head {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.vk-title {
    margin: 0;
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.2;
    color: var(--tx)
}

.vk-actions {
    display: flex;
    gap: 10px
}

.vk-btn {
    appearance: none;
    border: 1px solid var(--accent);
    background: var(--accent);
    color: #fff;
    padding: 14px 35px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s transform, .2s opacity;
    text-transform: uppercase;
}

.vk-btn:hover {
    transform: translateY(-1px)
}

.vk-btn:active {
    transform: translateY(0)
}

.vk-more {
    background: #fff;
    color: var(--accent)
}

.vk-join-panel,
.vk-details {
    border-top: 1px dashed var(--b);
    margin-top: 16px;
    padding-top: 16px
}

.vk-join-panel p {
    margin-bottom: 20px;
}

.vk-details {
    font-size: 16px;
    line-height: 24px;
}

.vk-details p {
    margin-bottom: 20px;
}

.vk-details h3 {
    margin: 20px 0;
    font-size: 24px;
    font-family: "Playfair Display";
    line-height: 30px;
}

.vk-details ul {
    list-style: disc;
}

.vk-contact {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.vk-link {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid var(--b);
    border-radius: 10px;
    text-decoration: none;
    color: var(--tx);
    background: #f9f9fb
}

.vk-list {
    margin: 10px 0 0 18px;
    display: grid;
    gap: 6px
}

/* animacija otvaranja */
.vk-anim {
    overflow: hidden;
    transition: max-height .28s ease;
    max-height: 0
}

.vk-anim[aria-hidden="false"] {
    max-height: 1200px
}

.menu-section {
    width: 100%;
}

.menu-section-inner {
    width: 95%;
    max-width: 1360px;
    margin: auto;
}

.pw-menu .pw-section {
    margin-bottom: 100px;
}

.pw-menu .pw-section-title h2 {
    text-transform: uppercase;
    font-family: "Playfair Display";
    margin-bottom: 20px;
}

.pw-menu .pw-item-sub {
    font-size: 14px;
    margin-bottom: 10px;
}

.pw-menu .pw-item-title,
.pw-menu .pw-price {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: "Playfair Display";
}

.pw-menu .pw-price:after {
    content: " rsd";
}

.events-single {
	text-align: center;
}

/* responsive */
@media (max-width:600px) {
    .vk-actions {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .wine-sections-bottom .wine-section {
        grid-template-columns: repeat(1, 1fr);
    }

    #site-header.scroll .right-navigation .primary-menu-wrapper .primary-menu li a,
    #site-header.scroll .right-navigation .primary-menu-wrapper .primary-menu li a:hover,
    #site-header.scroll .right-navigation .primary-menu-wrapper .primary-menu li a:focus {
        color: #fff;
    }

    #site-header .right-navigation .primary-menu-wrapper .primary-menu li a,
    #site-header .right-navigation .primary-menu-wrapper .primary-menu li a:hover,
    #site-header .right-navigation .primary-menu-wrapper .primary-menu li a:focus {
        color: #fff;
    }


    body:not(.overlay-header) .primary-menu ul {
        background: none;
    }

    .contact-boxes {
        width: 90%;
        margin: auto;
        grid-template-columns: repeat(1, 1fr);
    }

    .hero-content {
        padding: 1rem;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 10.5vw;
    }

    .hero-content h3 {
        font-size: 7vw;
        line-height: 9.5vw;
    }

    .hero-content p {
        font-size: 2vh;
        line-height: 3vh;
    }

    .two-column-section {
        flex-direction: column;
    }

    .two-column-section .left {
        margin-bottom: 30px;
    }

    .two-column-section .left,
    .two-column-section .right {
        width: 100%;
    }

    .two-column-section .right {
        margin-bottom: 40px;
    }

    .left-inner h2 {
        font-size: 8vw;
        line-height: 9.5vw;
    }

    .wine-basement .wine-images {
        flex-direction: column;
    }

    .wine-basement .wine-images .wine-image {
        flex: none;
        height: 40vh;
    }

    .wine-bottom-content p {
        max-width: 90%;
    }

    .wine-main-image,
    .degustation-main-image {
        background-size: cover !important;
        background-position: center !important;
    }

    .wine-section h4 {
        font-size: 10vw;
    }

    .wine-lovers-section {
        margin-bottom: 40px;
    }

    .wine-lovers-section h2 {
        font-size: 10vw;
        line-height: 11vw;
    }

    .wines-in-sell {
        flex-direction: column;
    }

    .wines-in-sell .image-wine {
        max-width: 80vw;
    }

    .wines-in-sell .image-wine img {
        max-width: 20vw;
    }

    .two-column-section .right .left-inner,
    .two-column-section.second-section-two .left .left-inner {
        max-width: 90%;
    }

    .degustation-wrapper {
        padding-bottom: 0;
    }

    .before-footer-inner h2 {
        font-size: 8vw;
        line-height: 5vh;
    }

    .footer-top .boxes {
        flex-direction: column;
    }

    .footer-top .boxes .box-one {
        margin-bottom: 30px;
    }

    #site-header.scroll {
        top: 0;
    }

    .footer-top .boxes {
        padding: 7vh 0 40px;
    }

    .footer-top .boxes .box-one,
    .footer-top .boxes .box-two {
        max-width: 100%;
    }

    .mobile-buttons-holder {
        text-align: right;
    }

    .mobile-buttons-holder a {
        display: inline-block;
    }

    .mobile-buttons-holder,
    .closer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .primary-menu-wrapper,
    .left-menu {
        display: none;
    }

    .primary-menu-wrapper.active {
        display: block;
        position: fixed;
        background: #100e0d;
        width: 80%;
        top: 0;
        right: 0;
        height: 100vh;
    }

    .right-navigation .primary-menu-wrapper .primary-menu {
        flex-direction: column;
        padding: 20% 30px;
    }

    .right-navigation .primary-menu-wrapper .primary-menu li {
        margin: 0 0 20px;
    }

    .closer {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}