/*
    Theme Name: Muru
    Author: Codelive
    Version: 1.0
*/
body {
    font-family: 'Raleway', Sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    line-height: 1.1;
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw);
}
a, .accent, .cms-page-subtitle {
    color: #bc8d46;
}
a:hover {
    color: #bc8d46
}
.text-gray {
    color: rgb(155, 155, 155);
}
.fz-15 {
    font-size: 15px;
}
.mtm-2 {
    margin-top: -20px;
}
.cms-page-subtitle {
    font-family: "Great Vibes", cursive;
    font-size: 35px;
}
.site-content {
    padding: 110px 0 190px 0;
}
.svg-decoration,
.svg-decoration-black {
    position: absolute;
    bottom: -2px;
    max-width: 90px;
    left: 0;
    right: 0;
    margin: auto;
    height: 23px;
}
.svg-decoration {
    fill: white;
}
.svg-decoration-black {
    fill: black;
}
.dark-grey-bg {
    background-color: #222;
}
.black-bg {
    background-color: #000;
}

input[type='text'], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select {
    background-color: #fff;
    color: #9b9b9b;
    font-size: 13px;
    padding: 8px 18px;
    line-height: 22px;
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-color: #eee;
    height: 52px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-weight: 500;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
    height: 111px;
}
#wl-wrapper.woocommerce .button, .btn, button, .button, input[type="submit"] {
    background-color: #282828;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding: 0 45px;
    line-height: 46px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: relative;
    border: 2px solid #282828;
    letter-spacing: 0.02em;
}
input[type=submit].btn-block {
    width: 100%;
}

.navbar {
    z-index: 2;
    padding-top: 40px;
}
.navbar-nav li a {
    color: white;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    transition: all 300ms linear 0ms !important;
    font-weight: 800;
    line-height: 100px;
    visibility: inherit !important;
    position: relative;
    text-decoration: none;
}

.navbar-nav li a::after {
    content: '';
    width: 22px;
    height: 2px;
    background: white;
    position: absolute;
    top: 63px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.navbar-nav li.current_page_item a::after,
.navbar-nav li:hover a::after {
    transform: translateX(-50%) scaleX(1);
}

.error404 .navbar-nav li a {
    color: black;
}
.navbar-toggler {
    background-color: #222;
}
#logo {
    max-height: 42px;
    width: 100%;
    height: 100%;
}
.header-container {
    height: 100vh;
    max-height: 1200px;
}
#custom-bg {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: -250px;
    margin-bottom: -250px;
    z-index: -1;
    max-height: 1300px;
    min-height: 700px;
}
#custom-bg > * {
    z-index: 1;
}
#custom-bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: rgba(27, 26, 26, 0.65);
}
#custom-bg.small-header-container {
    height: 450px;
    min-height: auto;
    top: -125px;
    margin-bottom: -125px;
}
.fp-content {
    padding: 110px 70px;
}
.fp-content .image-container > div:first-of-type img {
    margin-top: -20px;
}
.fp-content .image-container > div:last-of-type img {
    margin-bottom: -20px;
}
.opening-times .accent {
    font-size: 35px;
    line-height: 1;
    font-family: "Great Vibes", cursive;
}
.opening-times .separator-icon {
    height: 14px;
    width: fit-content;
    margin: 11px auto;
}
.opening-times > p {
    font-size: 45px;
    line-height: 1.1;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 18px;
    font-family: "Kaushan Script", cursive;
}
.opening-times .description {
    max-width: 730px;
    margin: auto;
}
.opening-times .description > * {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 19px;
    color: rgb(155, 155, 155);
}

.menu-container {
    max-width: 1170px;
    margin: 0 auto;
}
.menu-container .nav-pills {
    padding-top: 10px;
}
.menu-container .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 30px;
    transition: border-color 0.3s ease;
    padding-bottom: 5px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    text-align: left;
    text-transform: none;
}
.menu-container .nav-link.active {
    font-weight: 700;
    border-color: black;
}
.menu-container .accordion-button {
    font-size: 20px;
    line-height: 26px;
    color: #282828;
    padding: 14px 17px 14px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid black;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    text-transform: none;
}
.menu-container .accordion-button:not(.collapsed) {
    font-weight: 600 !important;
}

.accordion-button:not(.collapsed) {
    color: black !important;
    font-weight: bold !important;
}
.error404 .logo,
.accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

.menu-container .list-group {
    padding: 12px 0 25px;
    border-radius: 0;
}
.menu-container .list-group-item .title {
    font-size: 20px !important;
    margin-bottom: 5px;
    font-weight: 600;
    max-width: 400px;
    padding-top: 12px;
}
.menu-container .additional-info {
    list-style: none;
    color: rgb(165, 165, 165);
}
.menu-container .accent {
    font-weight: 600;
    padding-right: 14px;
}


.uritus-posts img {
    width: fit-content;
}
.uritus-item {
    display: flex;
    width: 100%;
    height: 400px;
    flex-direction: column;
    align-items: start;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    justify-content: flex-end;
    flex: 23%;
}

.uritus-item a {
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.uritus-item a:after {
     content: '';
     background: black;
     width: 100%;
     height: 100%;
     position: absolute;
     inset: 0;
     opacity: 0.5;
 }
.uritus-item a > p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-weight: 600;
    font-size: 20px;
    color: white;
}
.uritus-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info h4 {
    font-size: 20px;
    margin-bottom: 19px;
}
.contact-page p:not(.opening-times p) {
    color: #9b9b9b;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}
.contact-info p {
    margin-bottom: 9px;
}
.contact-info a:not(.email){
    font-size: 13px;
    font-weight: 800;
    color: #bc8d46;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 6px;
    text-decoration: none;
}
.contact-info > div {
    flex: 45% !important;
}

footer {
    color: #9b9b9b;
    margin-top: auto;
}
footer .dark-grey-bg {
    padding: 95px 0 40px 0;
}
footer .black-bg {
    padding: 40px 0 40px 0;
}

.footer-text-block {
    max-width: 200px;
}
.social-media {
    height: 42px;
    width: 42px;
    min-width: 42px;
    min-height: 42px;
    line-height: 42px;
    font-size: 14px;
    background-color: #1b1b1b;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0 !important;
    transition: all 0.3s ease;
}
.social-media:hover {
    background-color: #bc8d46;
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-top: 30px !important;
        padding-bottom: 30px;
        max-width: 1170px;
        margin: 0 auto;
        width: 100%;
        flex-direction: row !important;
        justify-content: space-between !important;
    }
    .navbar li a {
        padding: 10px 10px;
        color: #282828;
        text-transform: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }
    .navbar li:last-of-type a {
        border-bottom: none;
    }
    .navbar .navbar-nav {
        gap: 0 !important;
    }
    .navbar .current-menu-item a {
        color: #bc8d46;
    }
    .navbar-collapse {
        position: absolute;
        border-top: 1px solid lightgray;
        top: 100px;
        width: 100%;
        background: white;
        padding: 30px 18px;
        left: 0;
        right: 0;
    }
    .logo {
        filter: brightness(0);
    }
    #custom-bg {
        top: 0 !important;
        margin-bottom: 0 !important;
    }
    .fp-content {
        padding-left: 0;
        padding-right: 0;
    }
    .opening-times {
        margin-top: 50px;
    }
    .uritus-item {
        flex: 45%;
    }
    .site-content {
        padding: 100px 0 100px;
    }
    .contact-info > div {
        flex: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .fp-content .image-container > div:first-of-type img {
        margin-bottom: 30px;
    }
    .uritus-item {
        height: 200px;
        flex: 100%;
    }
    .contact-info {
        margin-bottom: 60px;
    }
    .contact-info > div {
        flex: 45% !important;
    }
}