﻿/*#region global*/
/*============================================================================================
    GLOBAL
============================================================================================*/
.sezione {
    padding-top: 120px;
    padding-bottom: 120px;
}

.half-page {
    min-height: 40vh;
    display: flex;
    text-align: center;
}

.bg-immagine {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width:767px) {
    .row_reverse > div:first-child {
        order: 2;
    }
}

.text-nero{
    color:#000;
}

::marker{
    font-size:0px !important;
    display:none;
    visibility:hidden;
}

.text-marrone{
    color:#dfa877;
}

.subtitle.subtitle--single-line {
    left: 50%;
    right: 0%;
    transform: translateX(-50%);
    margin: auto;
    display: inline-table;
    max-width:100%;
    font-size:80%;
}

@media(max-width:991px){
    .next-prev-pages .pages-pack .squared-picture img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }
}

@media(max-width:370px) {
    .next-prev-pages .pages-pack span.h5{
        font-size: 0.8rem !important;
    }

    .next-prev-pages .pages-pack span.h3 {
        font-size: 1rem !important;
    }
}
/*#endregion*/

/*#region loader*/
/*============================================================================================
    LOADER
============================================================================================*/

/*#endregion*/

/*#region header*/
/*============================================================================================
    HEADER
============================================================================================*/
.header-nero .navbar[data-theme=light] .text-theme-color {
    color:#000;
}

.header-nero .hamburger-inner, .header-nero .hamburger-inner:after, .header-nero .hamburger-inner:before {
    background-color:#000;
}
/*#endregion*/

/*#region footer*/
/*============================================================================================
    FOOTER
============================================================================================*/

/*#endregion*/

/*#region home*/
/*============================================================================================
    HOME
============================================================================================*/


/*#endregion*/

/*#region vini*/
/*============================================================================================
    VINI
============================================================================================*/
.vini-container{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:transparent;
}

.vini-container > .row > a:not(:last-child){
    border-right:1px solid #fff;
}

.vini-bianchi-container, .vini-rossi-container, .vini-spumanti-container, .vini-territorio-container {
    background: rgba(0,0,0,0.4);    
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.vini-bianchi-container:hover {
    background: #eec216;
}

.vini-rossi-container:hover {
    background: #c5161c;
}

.vini-spumanti-container:hover {
    background: #f6836c;
}

.vini-territorio-container:hover {
    background: #679d70;
}

@media(max-width:767px){
    .vini-container {
        position: unset;
        top: unset;
        left: unset;
        background: transparent;
    }

        .vini-container > .row > a:not(:last-child) {
            border: none;
            border-bottom: 1px solid #fff;
        }

        .vini-bianchi-container {
            background: #eec216;
        }

        .vini-rossi-container {
            background: #c5161c;
        }

        .vini-spumanti-container {
            background: #f6836c;
        }

        .vini-territorio-container {
            background: #679d70;
        }


}

/*----- Vini Dettaglio -----*/

.vino-bottiglia-container {
    position: relative;
    display:flex;
}

.vino-bottiglia-img {
    max-height: 60vh;
    max-width: 70%;
    margin: auto;
    z-index: 10;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.vino-bottiglia-goccia {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    width: 220px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

.vino-item:hover .vino-bottiglia-img {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.vino-item:hover .vino-bottiglia-goccia {
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
/*#endregion*/

/*#region vendemmia*/
/*============================================================================================
    VENDEMMIA
============================================================================================*/

.vendemmia-wrapper .background-section .bg {
    background-position-x: 10% !important;
    background-position-y: top !important;
}
/*#endregion*/

/*#region degustazioni*/
/*============================================================================================
    DEGUSTAZIONI
============================================================================================*/
.bottone-degustazioni {
    padding: 25px 18px;
    color: #000;
    border: 1px solid #dfa877;
    border-radius: 1.75rem;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .bottone-degustazioni:hover, .bottone-degustazioni:focus {
        color: #fff;
        background: #dfa877;
    }

@media(max-width:767px){
    .bottone-degustazioni {
        padding: 15px 8px;
    }
}
/*#endregion*/



/*#region contatti*/
/*============================================================================================
    CONTATTI
============================================================================================*/
.form-input-custom {
    display:block;
    width:100%;
    padding:15px 5px;
    height:auto;
    border:none;
    border-bottom:1px solid #000;
    background:#fff;
    color:#555;
}

.form-input-custom:focus {
    border-bottom: 1px solid #dfa877;
}

    .form-input-custom:placeholder {
        color:rgb(230, 230, 230);
    }


.tp-contact-right {
    margin-left: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-right {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-contact-right {
        margin-top: 40px;
        margin-left: 0;
    }
}

.tp-contact-text p {
    margin-right: 95px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-contact-text p {
        font-size: 14px;
        margin-right: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-contact-text p {
        font-size: 14px;
        margin-right: 0;
    }
}

.tp-contact-shape-1 {
    position: absolute;
    bottom: 0;
    left: -2%;
    z-index: -1;
    animation: tptranslateX2 2.5s infinite alternate;
}

.tp-contact-icon {
    position: absolute;
    top: 16px;
    right: 20px;
}

    .tp-contact-icon span {
        color: var(--tp-common-white);
    }

.tp-contact-input-box {
    position: relative;
}

    .tp-contact-input-box input {
        padding-right: 50px;
        border: 1px solid rgba(230, 230, 230, 0.4);
        color: var(--tp-common-white);
    }

        .tp-contact-input-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: var(--tp-common-white);
        }

        .tp-contact-input-box input::-moz-placeholder { /* Firefox 19+ */
            color: var(--tp-common-white);
        }

        .tp-contact-input-box input:-moz-placeholder { /* Firefox 4-18 */
            color: var(--tp-common-white);
        }

        .tp-contact-input-box input:-ms-input-placeholder { /* IE 10+  Edge*/
            color: var(--tp-common-white);
        }

        .tp-contact-input-box input::placeholder { /* MODERN BROWSER */
            color: var(--tp-common-white);
        }

.tp-contact-textarea-box {
    position: relative;
}

    .tp-contact-textarea-box textarea {
        height: 150px;
        padding-right: 50px;
        border: 1px solid rgba(230, 230, 230, 0.4);
        color: var(--tp-common-white);
    }

        .tp-contact-textarea-box textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: var(--tp-common-white);
        }

        .tp-contact-textarea-box textarea::-moz-placeholder { /* Firefox 19+ */
            color: var(--tp-common-white);
        }

        .tp-contact-textarea-box textarea:-moz-placeholder { /* Firefox 4-18 */
            color: var(--tp-common-white);
        }

        .tp-contact-textarea-box textarea:-ms-input-placeholder { /* IE 10+  Edge*/
            color: var(--tp-common-white);
        }

        .tp-contact-textarea-box textarea::placeholder { /* MODERN BROWSER */
            color: var(--tp-common-white);
        }

        .tp-contact-textarea-box textarea:focus {
            border-color: var(--tp-theme-1);
        }

.tp-contact-box {
    margin-left: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-contact-box {
        margin-left: 0;
    }
}

.tp-contact-box ul li {
    list-style-type: none;
}

    .tp-contact-box ul li:not(:last-child) {
        margin-bottom: 30px;
    }

.tp-contact-box p {
    color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-contact-box p {
        font-size: 14px;
    }
}

.tp-contact-icon-2 span {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background-color: #F8F8F8;
    display: inline-block;
    margin-right: 28px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-contact-icon-2 span {
        margin-right: 18px;
    }
}

.tp-contact-content h5 {
    font-size: 20px;
    font-weight: 600;
}

.tp-contact-content a {
    color: var(--tp-common-black);
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    transition: background-size 0.6s linear;
    background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-contact-content a {
        font-size: 14px;
    }
}

.tp-contact-content a:hover {
    background-size: 0% 1px, 100% 1px;
}

.tp-form-input-box input {
    height: 70px;
    line-height: 70px;
    color: var(--tp-common-black);
    border: 1px solid #E6E6E6;
}

    .tp-form-input-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: var(--tp-common-black);
    }

    .tp-form-input-box input::-moz-placeholder { /* Firefox 19+ */
        color: var(--tp-common-black);
    }

    .tp-form-input-box input:-moz-placeholder { /* Firefox 4-18 */
        color: var(--tp-common-black);
    }

    .tp-form-input-box input:-ms-input-placeholder { /* IE 10+  Edge*/
        color: var(--tp-common-black);
    }

    .tp-form-input-box input::placeholder { /* MODERN BROWSER */
        color: var(--tp-common-black);
    }

.tp-form-textarea-box textarea {
    height: 199px;
    color: var(--tp-common-black);
    border: 1px solid #E6E6E6;
}

@media (max-width: 767px) {
    .tp-form-textarea-box textarea {
        height: 160px;
    }
}

.tp-form-textarea-box textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--tp-common-black);
}

.tp-form-textarea-box textarea::-moz-placeholder { /* Firefox 19+ */
    color: var(--tp-common-black);
}

.tp-form-textarea-box textarea:-moz-placeholder { /* Firefox 4-18 */
    color: var(--tp-common-black);
}

.tp-form-textarea-box textarea:-ms-input-placeholder { /* IE 10+  Edge*/
    color: var(--tp-common-black);
}

.tp-form-textarea-box textarea::placeholder { /* MODERN BROWSER */
    color: var(--tp-common-black);
}

.tp-form-textarea-box textarea:focus {
    border-color: var(--tp-theme-1);
}

.tp-form-box-style-2 {
    margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-form-box-style-2 {
        margin-right: 0;
    }
}

.tp-form-box-style-2 .tp-form-input-box input {
    border: none;
    background-color: #F8F8F8;
    border: 1px solid #E0E2E3;
}

    .tp-form-box-style-2 .tp-form-input-box input:focus {
        border-color: var(--tp-theme-1);
    }

.tp-form-box-style-2 .tp-form-textarea-box textarea {
    background-color: #F8F8F8;
    border: 1px solid #E0E2E3;
}

    .tp-form-box-style-2 .tp-form-textarea-box textarea:focus {
        border-color: var(--tp-theme-1);
    }

.tp-form-box-style-2 .tp-btn-theme {
    border-radius: 0;
}

.tp-map-box {
    line-height: 0;
}

    .tp-map-box iframe {
        height: 361px;
        width: 100%;
    }
/*#endregion*/

/*#region addons*/
/*============================================================================================
    ADDONS-PLUGINS
============================================================================================*/
/*Per hidden col*/

@media (max-width: 575px) {
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up,
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint XL */
@media (min-width: 1200px) {
    .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg {
        display: none !important;
    }
}
/*#endregion*/