:root {
    --separatorWidth: 600px;
}

body {
    font-family: 'EB Garamond', serif !important;
    color: #fff !important;
    /* background-color: #000000 !important; */
    background-color: #728cad !important;
    font-size: 20px !important;
}

.et_pb_row {
    margin: 0 auto;
    max-width: 900px !important;
    box-sizing: border-box;
    padding: 0 20px !important;
    /* background-color: #728cad; */
    display: flex;
}

.et_pb_row.thirds {
    max-width: 600px !important;
}

.et_pb_row.thirds>div {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 0;
}

.et_pb_row.thirds>div:nth-of-type(1) {
    border-left: none;
}

.et_pb_row>div {
    width: 100% !important;
}

.et_pb_row.two_cols>div {
    width: 50% !important;
    box-sizing: border-box;
    padding: 0 20px;
}

.et_pb_row.two_cols.dsd_row>div:nth-of-type(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* p {
    padding-bottom: 0px !important;
} */

.et_pb_row.narrow {
    max-width: var(--separatorWidth) !important;
}

.breakfastSection {
    hr.line {
        margin: 50px auto !important;
    }
}

@media (max-width: 900px) {
    .et_pb_row.two_cols {
        display: block;
    }

    .et_pb_row.two_cols>div {
        width: 100% !important;
    }

    .et_pb_row.two_cols.dsd_row>div:nth-of-type(2) {
        border-left: none !important;
    }
}

@media (max-width: 300px) {

    .et_pb_row.thirds {
        display: block;
    }
}

.et_pb_row div:nth-of-type(2) {
    /* border-left: 1px solid #f00; */
}


footer {
    margin-top: 40px;
    margin-bottom: 20px;
}

.closeButton {
    font-family: Roboto, sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #728cad;
    /* border: 1px solid #ffffff; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 10000;
    cursor: pointer;
    box-sizing: border-box;
    color: #ffffff;
}

.et_pb_section {
    padding: 0 !important;
}

hr {
    width: 200px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(divider.svg);
    background-size: contain;
    border: none;
    opacity: 0.5;
}

hr.separator {
    height: 50px;
    width: 250px;
    background-image: url(divider-main.svg);
}

hr.line {
    height: 1px;
    background-image: none;
    background-color: #ffffff;
    width: 100%;
    max-width: var(--separatorWidth);
}

hr.separatorTwo {
    margin-top: 30px;
    margin-bottom: 30px;
}

hr.distancer {
    background-image: none;
    height: 40px;
}

hr.distancerBig {
    background-image: none;
    height: 60px;
}

h1,
h2,
h3 {
    color: #fff !important;
}

p {
    font-size: 1em !important;

    em {
        font-size: 0.8em !important;
    }
}

p.bottom {
    font-size: 0.6em !important;
    line-height: 1.5;
    font-family: Roboto !important;
    margin: 0 !important;
    margin-top: 20px !important;
    a {
        color: #fff;
        font-size: 1.5em !important;
        text-decoration: underline;
    }
}

ins {
    font-family: Roboto !important;
    font-variant: normal;
    font-style: normal;
    font-size: 0.6em !important;
    display: inline-block !important;
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    position: relative;
    opacity: 0.5;
}

/* PRICE */
blockquote {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 1.2em !important;
    opacity: 0.7;

}

#et-main-area ul {
    li {
        font-size: 1em;
    }
}

ul {
    li {
        em {
            opacity: 0.7;
            display: inline-block;
            line-height: 110%;
        }
    }
}

.et_pb_row.bar_row ul {

    li {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        text-align: left;
        margin-top: 10px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        em {
            margin-left: auto;
            vertical-align: bottom; 
            font-variant: normal !important;
            font-style: normal !important;
            opacity: 1 !important;
        }
    }
}
.barSection hr.line {
    margin: 50px auto !important;
}

.barSection {
    margin-top: 50px !important;
    p {
        padding-bottom: 0px !important;
    }
}

.et_pb_row.bar_row {
    max-width: 640px !important;
}

.dsd_row {
    padding: 30px 0 !important;

    ul {
        li em {
            margin: 10px 0px !important;
        }
    }

    h2 {
        margin: 20px 0px !important;
    }
}



h1 {
    font-family: "Roboto" !important;
    font-weight: 300 !important;
    font-size: 2em !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    display: block !important;
    width: fit-content;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    /* padding-bottom: 20px !important; */
    /* margin-bottom: 20px !important; */
    /* padding-top: 50px !important; */
    /* font-family: Garamond, 'EB Garamond', serif !important; */
}

.et_pb_column:has(h1) {
    width: 100%;
}

h2 {
    font-family: 'EB Garamond', serif !important;
    font-size: 1.4em !important;
    letter-spacing: 0px !important;
}

h3 {
    font-family: 'EB Garamond', serif !important;
    font-size: 1.2em !important;
    letter-spacing: 0px !important;
}

h2+p {
    font-size: 1.1em !important;
}

body h2:nth-of-type(1) {
    /* margin-top: 50px !important; */
}

.mobileSeparator {
    display: none;
}

@media (max-width: 900px) {
    body {
        font-size: 16px !important;
    }

    p.bottom {
        font-size: 0.8em !important;
    }

    .mobileSeparator {
        display: block;
    }

}


/* Hamburger */
.fixed-hamburger {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: #728cad;
    /* border: 1px solid #ffffff; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 10000;
    cursor: pointer;
    box-sizing: border-box;
}

.fixed-hamburger span {
    display: block;
    width: 30px;
    height: 4px;
    background: #ffffff;
    transition: all 0.3s ease;
}

/* Transformacija u X */
.fixed-hamburger.menu-open span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.fixed-hamburger.menu-open span:nth-child(2) {
    opacity: 0;
}

.fixed-hamburger.menu-open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Menu - 100% visine */
.slide-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    padding-top: 90px;
    background: #728cad;
    background: #303030;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    visibility: visible;
    /* Osiguraj da je vidljivo */
    display: block;
    /* Osiguraj da je blok element */
    box-sizing: border-box;
    padding: 90px 20px 0 20px;
    /* border-right: 1px solid #c0c0c0; */
}

/* Klasa za otvoreni menu */
.slide-menu.open {
    transform: translateX(0);
}

/* Sadržaj unutar menija */
/* .menu-content {
    padding: 80px 1.5rem 1.5rem 1.5rem;
    min-height: 100vh;
    box-sizing: border-box;
} */

/* Linkovi */
.cosmosMenusNav ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.menu-item {
    margin-bottom: 5px;
}

.menu-item a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
    padding: 3px 0 !important;
    margin: 0;
    background: none;
    border: none;
    font-family: Roboto, sans-serif !important;
    border-bottom: 1px solid #d0d0d0;
    text-transform: uppercase;
}

.menu-item a:hover {}