/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

main {
    color: #222222;
    font-size: 1rem;
    line-height: 1.7rem;
}

h2 {
    font-family: "Saol Display", serif;
    font-size: 3.6rem;
}

h3 {
    font-family: "Saol Display", serif;
    font-size: 2rem;
}

.collapsing {
    transition: height 0.01s;
}

.container {
    max-width: 960px;
}

.row {
    margin: 0 auto;
}

.logo {
    height: 68px;
}

/* DATE RANGE PICKER OVERRIDES
-------------------------------------------------- */
:root {
    --litepicker-container-months-box-shadow-color: #00000040;
    --litepicker-button-prev-month-color-hover: #a97c50;
    --litepicker-button-next-month-color-hover: #a97c50;
    --litepicker-day-color: #222222;
    --litepicker-day-color-hover: #a97c50;
    --litepicker-is-today-color: #a97c50;
    --litepicker-is-in-range-color: #f8f1ea;
    --litepicker-is-start-color: #fff;
    --litepicker-is-start-color-bg: #a97c50;
    --litepicker-is-end-color: #fff;
    --litepicker-is-end-color-bg: #a97c50;
    --litepicker-is-locked-color: #cccccc;
}

.litepicker {
    font-family: "Inter", sans-serif;
}

.litepicker .container__months {
    border-radius: 0;
}

.litepicker .container__days .day-item {
    border-radius: 0 !important;
}

.litepicker .container__days .day-item.check-in {
    color: #aaa;
}

.litepicker .container__days .day-item.check-out {
    color: #aaa;
}

.litepicker .container__days .day-item.is-locked {
    text-decoration: line-through;
}

.litepicker .container__days .day-item.is-locked:hover {
    color: var(--litepicker-is-locked-color);
}

.litepicker .month-item-year {
    font-weight: 700;
}

/* INTRO
-------------------------------------------------- */

#intro .navbar-collapse .nav-item.booking {
    border: 1px solid #ffffff;
    margin: -1px 2rem 0;
}

.navbar-dark .navbar-toggler {
    border: none;
    box-shadow: none;
    padding-right: 0;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/icons/list.svg");
}

.navbar-dark .navbar-toggler-icon.close {
    background-image: url("../images/icons/x.svg");
    margin: 43px 3px;
    font-size: 32px;
}

#intro {
    background:
    /* Darken image */ linear-gradient(#0007, #0007),
        url("../images/backgrounds/intro.jpg") no-repeat top;
    background-size: cover;
    height: 100vh;
}

#intro .container {
    height: 100%;
    position: relative;
}

#intro .navbar {
    padding-top: 2rem;
    width: 100%;
}

#intro h2 {
    color: #ffffff;
    font-size: 4.5rem;
    line-height: 1;
    padding: var(--bs-gutter-x, 0.75rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#intro .navbar-nav a {
    color: #ffffff;
    font-size: 0.8rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    text-transform: uppercase;
}

#intro .navbar-nav .glyph {
    height: 16px;
    margin: -5px 2px 0 0;
}

#intro .navbar-nav .nav-item:first-child a {
    padding-left: 0;
}

#intro .navbar-nav .nav-item:last-child a {
    padding-right: 0;
}

#intro .navbar-collapse .logo {
    display: none;
}

#booking {
    background: #101010;
    /* Remove whitespace */
    font-size: 0;
    padding: 25px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 12px;
}

#booking .field {
    box-sizing: content-box;
    display: inline-block;
    padding-right: 12px;
    width: 240px;
}

#booking .field.guests {
    padding-right: 0;
    width: 150px;
}

#booking label {
    border-right: 1px solid #404040;
    color: #909090;
    font-size: 0.7rem;
    margin-right: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
}

#booking input,
#booking select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.8rem;
    padding: 0;
    width: 135px;
}

#booking select {
    display: inline-block;
    /* Remove extra padding on the left hand side; Firefox requires -2px! */
    text-indent: 0;
    width: 30px;
}

#booking input:focus,
#booking select:focus {
    outline: none;
    box-shadow: none;
}

#booking select option {
    font-size: 1rem;
}

#booking button {
    background: transparent;
    border: 1px solid #a97c50;
    color: #a97c50;
    font-size: 0.8rem;
    line-height: 17px;
    padding: 10px 30px;
    text-align: center;
    width: 222px;
}

#booking button .glyph {
    font-family: sans-serif;
    padding-left: 35px;
}

#booking-modal .hidden {
    display: none;
}

#booking-modal .modal-content {
    border-radius: 0;
    padding: 20px 60px;
}

#booking-modal button {
    box-shadow: none;
}

#booking-modal .btn-close {
    background-size: 10px;
    position: absolute;
    opacity: 1;
    top: 10px;
    right: 10px;
}

#booking-modal .modal-title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
}

#booking-modal .subtitle {
    margin: 0;
    text-align: center;
    padding: 1rem 0 2rem;
}

#booking-modal #booking-form .subtitle {
    padding-top: 0;
}

#booking-modal input,
#booking-modal textarea {
    border: 1px solid #101010;
    border-radius: 0;
    color: #222222;
    font-size: 0.75rem;
    line-height: 26px;
    margin-bottom: 20px;
    transition: none;
}

#booking-modal input:placeholder-shown,
#booking-modal textarea:placeholder-shown {
    border-color: #c0c0c0;
}

#booking-modal input::placeholder,
#booking-modal textarea::placeholder {
    color: #909090;
}

#booking-modal input:focus,
#booking-modal textarea:focus {
    border-color: #a97c50;
    box-shadow: none;
    color: #a97c50;
    outline: none;
}

#booking-modal input:focus::placeholder,
#booking-modal textarea:focus::placeholder {
    color: #a97c50;
}

#booking-modal button.btn-primary {
    background: #a97c50;
    border-color: #a97c50;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 26px;
    position: relative;
    width: 100%;
}

#booking-modal button.btn-primary .spinner-border {
    bottom: 11px;
    display: none;
    position: absolute;
    right: 10px;
}

#booking-modal button.btn-primary[disabled] .spinner-border {
    display: block;
}

/* PAST MEETS FUTURE
-------------------------------------------------- */

#past-meets-future {
    background-color: #f8f5f2;
    overflow: hidden;
    position: relative;
}

#past-meets-future .background {
    position: absolute;
    height: 100%;
    right: calc(50% + 3rem);
}

/* PHOTOS
-------------------------------------------------- */

#photos {
    overflow: hidden;
    padding-top: 32px;
    position: relative;
}

#photos .gallery {
    font-size: 0;
    padding-left: 25%;
    overflow: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
}

/* Hide scrollbar */
#photos .gallery::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}
#photos .gallery {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

#photos figure {
    display: inline-block;
    padding-right: 30px;
    position: relative;
}

#photos figure:last-child {
    padding-right: 35%;
}

#photos .photo {
    height: 300px;
}

#photos .fullscreen {
    background-image: url("../images/icons/fullscreen.svg");
    background-color: #efefef;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 50%;
    display: none;
    height: 44px;
    position: absolute;
    left: 14px;
    text-align: center;
    top: 14px;
    width: 44px;
    z-index: 1;
}

#photos figure:hover .fullscreen {
    display: block;
}

#photos .fullscreen .icon {
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

#photos .drag {
    background-color: #a97c50;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.6rem;
    height: 64px;
    left: 50%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    top: 0;
    width: 64px;
    z-index: 2;
}

#photos .drag p {
    margin: 1rem 0 0;
    letter-spacing: 1px;
}

#photos .drag .instructions {
    margin-top: -12px;
    font-size: 0.8rem;
}

#photos .drag .instructions .arrow {
    cursor: pointer;
    font-family: sans-serif;
    padding: 0 4px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

/* FACILITIES
-------------------------------------------------- */

#facilities ul {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0;
}

#facilities .col:nth-child(2) ul {
    padding-left: 2rem;
    padding-right: 2rem;
}

#facilities .col:nth-child(3) ul {
    padding-left: 4rem;
    padding-right: 0;
}

#facilities li {
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: 32px;
    line-height: 1.25rem;
    list-style: none;
    padding: 0 0 3rem 3.5rem;
}

#facilities li:last-child {
    padding-bottom: 1em;
}

#facilities .bedrooms {
    background-image: url("../images/icons/bedrooms.svg");
}

#facilities .cellar {
    background-image: url("../images/icons/cellar.svg");
}

#facilities .hottub {
    background-image: url("../images/icons/hottub.svg");
}

#facilities .yoga {
    background-image: url("../images/icons/yoga.svg");
}

#facilities .kitchen {
    background-image: url("../images/icons/kitchen.svg");
}

#facilities .terrace {
    background-image: url("../images/icons/terrace.svg");
}

#facilities .garden {
    background-image: url("../images/icons/garden.svg");
}

#facilities .wifi {
    background-image: url("../images/icons/wifi.svg");
}

/* SEASONS
-------------------------------------------------- */

#pricing {
    background: #f8f5f2;
    padding: 3em;
}

#pricing .container {
    /* Remove whitespace */
    font-size: 0;
    text-align: center;
}

#pricing .season {
    display: inline-block;
    margin-bottom: 5rem;
    width: 312px;
}

#pricing .season p {
    font-size: 0.7rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

#pricing .season p.price {
    margin-top: 1rem;
}

#pricing .season p.price span {
    font-family: "Saol Display", serif;
    font-size: 1.5rem;
}

#pricing .text {
    font-size: 0.8rem;
    margin-bottom: 0;
    text-align: center;
}

/* ENERGIES
-------------------------------------------------- */

#energies {
    background:
  /* Darken image */ linear-gradient(
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.35)
        ),
        url("../images/backgrounds/energies.jpg") no-repeat 0 center;
    background-size: cover;
    color: #ffffff;
    padding: 7rem 0;
}

#energies h2 {
    margin-bottom: 4.5rem;
}

/* GIFT
-------------------------------------------------- */

#gift {
    background-color: #f8f5f2;
    overflow: hidden;
    position: relative;
}

#gift .voucher {
    border: 2px solid #a97c50;
    box-shadow: 0 0 10px #666666;
    width: 100%;
}

#gift p a {
    color: inherit;
}

/* ADVENTURES
-------------------------------------------------- */

#adventures .col {
    padding-bottom: 60px;
    padding-right: 30px;
}

/* Remove padding from last row */
#adventures .col:nth-last-child(-n + 3) {
    padding-bottom: 0;
}

/* Remove padding from last column */
#adventures .col:nth-child(3n) {
    padding-right: 0;
}

#adventures .col a {
    display: block;
    position: relative;
}

#adventures .vinarium .background {
    background-image: linear-gradient(0deg, #101010 0%, #5f5f5f00 50%),
        url("../images/adventures/vinarium.jpg");
}

#adventures .wine-roads .background {
    background-image: linear-gradient(0deg, #101010 0%, #5f5f5f00 50%),
        url("../images/adventures/wine-roads.jpg");
}

#adventures .cycling .background {
    background-image: linear-gradient(0deg, #101010 0%, #5f5f5f00 50%),
        url("../images/adventures/cycling.jpg");
}

#adventures .expano .background {
    background-image: linear-gradient(0deg, #101010 0%, #5f5f5f00 50%),
        url("../images/adventures/expano.jpg");
}

#adventures .mura .background {
    background-image: linear-gradient(0deg, #101010 0%, #5f5f5f00 50%),
        url("../images/adventures/mura.jpg");
}

#adventures .castles .background {
    background-image: linear-gradient(0deg, #101010 0%, #5f5f5f00 50%),
        url("../images/adventures/castles.jpg");
}

#adventures .bukovnica .background {
    background-image: linear-gradient(0deg, #101010 0%, #5f5f5f00 50%),
        url("../images/adventures/bukovnica.jpg");
}

#adventures .spa .background {
    background-image: linear-gradient(0deg, #101010 0%, #5f5f5f00 50%),
        url("../images/adventures/spa.jpg");
}

#adventures .golf .background {
    background-image: linear-gradient(0deg, #101010 0%, #5f5f5f00 50%),
        url("../images/adventures/golf.jpg");
}

#adventures .title {
    bottom: 0.75rem;
    color: #ffffff;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

#adventures .background {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 360px;
    width: 292px;
}

#adventures .background .author {
    background: #101010;
    color: #fff;
    display: none;
    font-size: 10px;
    padding: 0 5px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

#adventures .wine-roads .background .author {
    display: block;
}

/* FAQ
-------------------------------------------------- */

#faq dd {
    margin-bottom: 2rem;
}

/* FOOTER
-------------------------------------------------- */

footer {
    background-color: #f8f5f2;
}

footer ul {
    margin-bottom: 0;
    margin-top: 6px;
    padding: 0;
}

footer li {
    list-style: none;
}

footer a,
footer a:hover {
    color: inherit;
    text-decoration: none;
}

footer .social,
footer .contact {
    text-align: right;
}

footer .social a {
    padding-left: 0.8rem;
}

footer .social img {
    height: 20px;
    width: 20px;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (max-width: 991px) {
    #intro h2 {
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    #booking {
        left: 50%;
        margin: auto 0;
        transform: translateX(-50%);
        width: 500px;
    }

    #booking .field {
        width: 100%;
        padding: 0 0 20px 0;
    }

    #booking .field.guests {
        width: 100%;
    }

    #booking label {
        width: 30%;
    }

    #booking input,
    #booking select {
        width: calc(70% - 1rem);
    }

    #booking button {
        margin-top: 6px;
        width: 100%;
    }

    #energies .col-md-6 {
        padding-right: 0 !important;
        width: 100%;
    }

    #adventures .col {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #adventures .background {
        margin: 0 auto;
    }

    #adventures .col:nth-last-child(-n + 3) {
        padding-bottom: 60px;
    }

    #adventures .col:last-child {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 2.6rem;
    }

    #intro .navbar {
        position: static;
    }

    #intro .navbar-collapse {
        text-align: right;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #101010;
        z-index: 10;
    }

    #intro .navbar-collapse .nav-item {
        padding: 0;
        text-align: center;
    }

    #intro .navbar-collapse .nav-item.booking {
        border: none;
        color: #a97c50;
        margin: 0;
    }

    #intro .navbar-collapse .nav-item a {
        font-size: 1rem;
        padding: 2rem 0;
        transition: none;
    }

    #intro .navbar-collapse .nav-item.booking a,
    #intro .navbar-collapse .nav-item a:hover {
        color: #a97c50;
    }

    #intro .navbar-collapse .logo {
        position: absolute;
        bottom: 0;
        display: block;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #past-meets-future {
        text-align: center;
    }

    #past-meets-future .background {
        position: relative;
        width: 100%;
        right: 0;
    }

    #past-meets-future .col-md-6:last-child {
        padding-left: 0 !important;
    }

    #legend .col-md-6:first-child {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #legend .col-md-6:last-child {
        padding-left: 0 !important;
    }

    #legend p {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    #facilities .col {
        flex-basis: 50%;
    }

    #facilities .col:first-child {
        flex-basis: 100%;
    }

    #facilities .col:nth-child(2) ul {
        padding-right: 3rem;
    }

    #facilities .col:nth-child(3) ul {
        padding-left: 2rem;
        padding-right: 3rem;
    }

    #pricing .text br {
        display: none;
    }

    #energies {
        background-position: center center;
    }

    #gift .row {
        margin: 0 !important;
    }

    #gift .voucher {
        margin-top: 0 !important;
    }

    #contact .row {
        padding: 0 !important;
    }

    #contact .col {
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #contact .logo-wrapper {
        text-align: center;
    }

    #contact .col ul {
        text-align: center;
        margin-top: 2rem;
    }

    #contact .social a:last-child {
        padding-right: 0.8rem;
    }
}

@media (max-width: 575px) {
    #intro h2 {
        font-size: 3rem;
    }

    #booking {
        width: 100%;
    }

    #booking-modal .modal-content {
        padding: 20px;
    }
}
