.zatoka-logo {
    color: #ffffff;
    display: inline-block;
    font-family: "Lora", serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    padding: 18px 0;
    text-decoration: none;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

.zatoka-logo:hover {
    color: #ffffff;
    text-decoration: none;
}

.menu-nav-1 > li > a {
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
}

.menu-nav-1 > li.current-menu-item > a,
.menu-nav-1 > li.current-menu-item > a:hover {
    border-bottom: 2px solid #ffffff;
    color: #ffffff !important;
    opacity: 1;
    padding-bottom: 6px;
}

.menu-nav-2 li.current-menu-item > a {
    color: var(--main-color) !important;
}

.top-location,
.book-now {
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
}

.topSingleBkg {
    height: 390px;
    /* margin-bottom: 58px; */
}

.topSingleBkg .item-img {
    background-size: cover;
    filter: none;
}

.topSingleBkg .item-img:before {
    background: rgba(0, 0, 0, 0.52);
}

.topSingleBkg .inner-desc {
    padding: 48px 24px 0;
}

.topSingleBkg .single-post-title {
    font-size: 58px;
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 12px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.topSingleBkg .post-subtitle {
    display: inline-block;
    font-size: 18px;
    line-height: 1.45;
    max-width: 860px;
    opacity: 0.95;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55);
}

.footer-links {
    margin: 28px 0 10px;
    text-align: center;
}

.footer-links a {
    color: var(--footer-color);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 12px 10px;
    text-transform: uppercase;
}

.footer-links a:hover {
    color: var(--main-color);
}

.menu-badge {
    color: var(--main-color);
    display: inline-block;
    font-weight: 600;
    margin-left: 10px;
}

.menu-empty {
    margin-bottom: 42px;
    text-align: center;
}

.contact-page-zatoka .contact-info {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.contact-page-zatoka .contact-info li {
    margin-bottom: 12px;
}

.contact-page-zatoka .contact-info label {
    color: #252525;
    font-weight: 700;
    margin-right: 6px;
}

.contact-page-zatoka .map-link {
    margin-top: 24px;
    text-align: center;
}

.post-author {
    color: #777777;
}

.zatoka-blog-card {
    margin: 0 0 34px;
    padding: 0 0 34px;
}

.zatoka-blog-card .post-image {
    height: auto;
}

.zatoka-blog-card .post-image a {
    aspect-ratio: 16 / 10;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.zatoka-blog-card .post-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.zatoka-blog-card .post-content {
    font-size: 15px;
    line-height: 1.8;
}

.zatoka-blog-card .more-btn {
    margin-top: 22px;
}

.blog-pagination {
    margin-bottom: 18px;
}

.blog-pagination .disabled-page {
    color: #d5d5d5;
    cursor: default;
}

.blog-tags {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.blog-tags span {
    border: 1px solid #e5e5e5;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 8px 8px 0;
    padding: 7px 12px;
    text-transform: uppercase;
}

.single-post-content {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 18px;
}

.single-post-content p {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 24px;
}

.blog-post-single {
    padding-bottom: 40px;
}

.menu-page-holder {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}

.menu-page-holder .menu-holder {
    margin-bottom: 52px;
}

.menu-page-holder .categ-name {
    margin-top: 10px;
}

.menu-page-holder .menu-post {
    margin-bottom: 28px;
}

.menu-page-holder .menu-post h4 {
    font-size: 18px;
    line-height: 1.45;
    padding-right: 96px;
    text-transform: none;
}

.menu-page-holder .menu-price {
    color: var(--headings-color);
    font-size: 17px;
    font-weight: 700;
    min-width: 78px;
    text-align: right;
}

.menu-page-holder .menu-text {
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 8px;
}

.gallery-img img {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.gallery-img:before {
    z-index: 1;
}

@media (max-width: 767px) {
    #header-1 {
        padding-top: 10px;
    }

    .top-location,
    .book-now {
        display: none;
    }

    .nav-content-1 {
        width: auto;
    }

    .zatoka-logo {
        font-size: 22px;
        padding: 12px 0;
    }

    .topSingleBkg {
        height: 280px;
        margin-bottom: 42px;
    }

    .topSingleBkg .inner-desc {
        padding-top: 54px;
    }

    .topSingleBkg .single-post-title {
        font-size: 34px;
    }

    .topSingleBkg .post-subtitle {
        font-size: 15px;
    }

    .zatoka-blog-card .post-image,
    .zatoka-blog-card .post-holder {
        float: none;
        width: 100%;
    }

    .zatoka-blog-card .post-holder {
        padding-left: 0;
        padding-top: 20px;
    }

    .zatoka-blog-card .article-title,
    .zatoka-blog-card .post-meta,
    .zatoka-blog-card .more-btn {
        text-align: center;
    }

    .menu-page-holder .menu-post h4 {
        font-size: 17px;
        padding-right: 0;
    }

    .menu-page-holder .menu-price {
        display: block;
        margin-top: 6px;
        min-width: 0;
        position: static;
        text-align: left;
    }

    .menu-page-holder .menu-dots {
        display: none;
    }

    .single-post-content p {
        font-size: 16px;
        line-height: 1.85;
    }

    .footer-links a {
        margin-left: 8px;
        margin-right: 8px;
    }
}
