﻿p a {
    color: #C3A165
}

    p a:hover {
        color: #C3A165;
        text-decoration: underline
    }

.overtop-nav .navbar .navbar-nav .nav-item a {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #141414;
    font-size: 13px;
    font-weight: 600;
}
/*.flag {
    width: 38px;
    padding-left: 20px;
}*/
.flag-button {
    height: 14px;
    width: 20px;
    background-color: transparent;
    border: 0;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin-left: 10px;
    margin-top: 10px;
}
.error{color:red; font-size:12px;}
#Switcher_list2 {
    padding-top: 8px;
}

.item-bg-one {
    background-image: url(../../assets/img/slider-bg-1.jpg);
}

.item-bg-two {
    background-image: url(../../assets/img/slider-bg-2.jpg);
}

.item-bg-three {
    background-image: url(../../assets/img/slider-bg-3.jpg);
}

.item-bg-four {
    background-image: url(../../assets/img/slider-bg-4.jpg);
}

.item-bg-five {
    background-image: url(../../assets/img/slider-bg-5.jpg);
}

.item-bg-six {
    background-image: url(../../assets/img/slider-bg-6.jpg);
}

.item-bg-seven {
    background-image: url(../../assets/img/slider-bg-7.jpg);
}

.item-bg-eight {
    background-image: url(../../assets/img/slider-bg-8.jpg);
}

.navbar img, .logo img {
    max-width: 250px;
}

.memory-item-right {
    left: -200px;
}

    .memory-item-right::before {
        position: absolute;
        content: "";
        height: 10px;
        width: 38px;
        background-color: #c3a165;
        top: 311px;
        left: 506px;
    }

    .memory-item-right::after {
        position: absolute;
        content: "";
        height: 10px;
        width: 38px;
        background-color: #c3a165;
        top: 295px;
        left: 520px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.dot-image-right img {
    position: absolute;
    top: -30px;
    left: 10px;
}

.lang {
    position: relative;
    float: right;
    display: inline;
    list-style-type: none;
    padding: 0px 15px;
}

    .lang li {
        display: inline;
        padding: 0px 5px;
    }

#Switcher_list {
    display: none;
}

#Switcher_list2 {
    display: inline;
}

.fooetr-item-left {
    text-align: left !important;
}

.fooetr-item .footer-text p {
    font-size: 13px;
    color: #b3adad;
    line-height: 20px;
    margin: 0 50px;
}

.fooetr-item .footer-logo {
    margin-bottom: 10px;
}

.footer-content {
    margin-bottom: 40px;
}

.hotel-banner {
    background-image: url(../../assets/img/hotel-banner-bg.jpg);
}

.risto-banner {
    background-image: url(../../assets/img/risto-banner-bg.jpg);
}

.cantina-banner {
    background-image: url(../../assets/img/cantina-banner-bg.jpg);
}

.sala-banner {
    background-image: url(../../assets/img/sala-banner-bg.jpg);
}

.about-banner {
    background-image: url(../../assets/img/about-banner-bg.jpg);
}

.single-room-section {
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 1;
}

.gallery-page-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.reception-item ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
}

.reception-item li {
    color: #4e4d4d;
    font-size: 15px;
    font-weight: 500;
    list-style-type: none;
    padding-bottom: 6px;
}

    .reception-item li:last-child {
        padding-bottom: 0;
    }

.reception-item ul i {
    color: #c3a165;
    margin-right: 4px;
}

    .reception-item ul i::before {
        font-size: 18px;
    }

.reception-item .reception-content span {
    font-size: 15px;
    color: #c3a165 !important;
    font-weight: 700;
    font-family: poppins, sans-serif;
    margin-top: 45px !important;
}

.reception-item .reception-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    max-width: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.current img {
    border: 3px solid #CBAD79;
    padding: 3px !important;
}
#HoneySpot {
    display: none;
    visibility: hidden;
}

.privacy {
    display: flex;
    align-items: center; /* Allinea verticalmente */
    gap: 0.5rem; /* Distanza tra il checkbox e il testo */
}
.nice-select{
    width:100% !important;
}
.contactForm .form-group textarea.form-control {
    border: 1px solid #f2eeee;
    border-radius: 0;
    height: 200px;
}
@media only screen and (max-width: 992px) {
    #Switcher_list2 {
        display: none;
    }

    #Switcher_list {
        display: inline;
    }
}

.blog-details .article-content {
    padding: 15px 0px;
}

@media only screen and (max-width: 991px) {
    .overtop-mobile-nav {
        display: block;
        position: relative;
        padding-top: 12px;
        padding-bottom: 12px !important;
    }

        .overtop-mobile-nav .logo {
            /*! position: relative; */
            z-index: 9910;
            left: 15px;
            width: 50%;
        }

    .logo img {
        max-width: 180px;
    }

    .overtop-mobile-nav .logo a {
        display: inline-block;
    }

    .overtop-nav {
        display: none;
    }
}

@media only screen and (max-width: 991px) {

    .memory-item-right {
        padding: 20px 24px;
        left: 0
    }

    .flag {
        width: 38px;
        padding-left: 20px;
        padding-top: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .memory-item-right {
        left: -120px;
    }

    .dot-image-right img {
        position: absolute;
        top: 100px;
        left: -38px;
    }
}

@media only screen and (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1150px) {
    .navbar-brand img {
        width: 150px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1440px) {
    .memory-item-right::before, .memory-item-right::after, .memory-item::before, .memory-item::after {
        display: none;
    }
}
/*@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .memory-item-right::before {
        display: unset;
        position: absolute;
        content: "";
        height: 10px;
        width: 38px;
        background-color: #c3a165;
        top: 240px;
        left: 670px;
    }
}*/
