/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*
*****************************************************************************************************
*
* CONTENT
*
*****************************************************************************************************
*/

.header-content {
/*
position: relative;
top:0;
z-index: 10;
*/
}

.body-content {}

.slogan-container {
    padding-top: 80px;
}

blockquote.border-2 {
    border-width: 2px !important;
}

.head-background {
    background-repeat: no-repeat;
    min-height: 600px;
    background-size: cover !important;
    background-position: center center;
    /*filter: brightness(75%);*/
}

.head-background:after {
    filter: brightness(75%);
}

.leaf {
    position: absolute;
    z-index: 30;
    right: 0;
    top: 360px;
}

#winery-menu li {
    border: none;
}

.tour-blockquote {
    padding-left: 10px;
}
/*
*****************************************************************************************************
*
* IMAGES
*
*****************************************************************************************************
*/
            
.imageH100 {
    max-height: 100px;
    width: auto;
}

.imageW100 {
    max-width: 50px;
    height: auto;
}

.imageDisabled {
    opacity: 0.1;
}

.activeLogo img {
    filter: grayscale(1) invert(1);
}

.imageDesaturate {
    filter: grayscale(100%);
    opacity: 0.5;
}

.imageDesaturate:hover {
    filter: grayscale(0);
    opacity: 1;
}

.zone-overlay {
    position: relative;
    z-index: 2;
    top: 100px;
    width: 100px;
    height: 100px
}
/* Size font-awesome personalizzato */

.fa-1x {
    font-size: 1.5em;
}

.w-110 {
    width: 110% !important;
}

.w-120 {
    width: 120% !important;
}

.w-150 {
    width: 150% !important;
}

.wineryHighlightContainer {
    overflow: hidden;
}

.wineryImgHighlight {
    position: absolute;
    z-index: 10;
    max-height: 400px;
    vertical-align: middle;
}

.imgHighlightLeft {
    left: 5%;
}

.imgHighlightRight {
    right: 5%;
}

.twa-card-img-top {
    position: relative;
    width: 116%;
    left: -8%;
    top: 20px;
}
/*
*****************************************************************************************************
*
* UTILITIES
*
*****************************************************************************************************
*/
            
.dmSerifDisplay {
    font-family: 'DM Serif Display', serif;
}

.ptSans {
    font-family: 'PT Sans', sans-serif;
}

.columns-2 {
    column-count: 2;
    column-gap: 40px;
    /*column-rule-style: solid;
column-rule-width: 1px;*/
}

.section-title {
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

.breadcrumb-item {
    font-family: 'PT Sans', sans-serif;
}

#reservationBar {
    top: 124px;
}

form span.error {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
}

.winery-sidebar {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.winery-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 250px;
    padding: 0 15px;
}

/* Espando la classe Bootstrap card-img per avere altezza fissa e cover style dell'immagine: */
.card-img.height-fixed {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
/*
*****************************************************************************************************
*
* MASONRY
*
*****************************************************************************************************
*/

.masonry {
    overflow: hidden;
}

/*.grid-item {
    padding-bottom: 1rem;
}

.grid-item img {
    /*display: block;
    min-width: 100%;
    /*margin-bottom: 2px;*/
}
/*
*****************************************************************************************************
*
* CAROUSEL
*
*****************************************************************************************************
*/
            
#headerCarousel .card-img {
    min-height: 600px;
}

.in-carousel.card-img-overlay {
    z-index: 1001;
}
/* Rende visibile owl carousel solo quando le immagini sono state caricate. Deve essere attiva l'opzione lazy-loading*/

.owl-carousel:not(.owl-loaded) {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
/* cerchio */

.circle-map {
    border: 2px solid #fff;
    border-radius: 100px;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 #fff;
    width: 50px;
    height: 50px;
    padding-top: 7px;
    padding-left: 11px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
/*
*****************************************************************************************************
*
* CUSTOM BS
*
*****************************************************************************************************
*/
            
html,
body {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Serif Display', serif;
}

/*.breadcrumb>li+li:before {
    content: " > " !important;
    padding: 0 5px;
}

.breadcrumb-item {
    font-size: 0.85em;
}

.breadcrumb-item.active {
    font-weight: bold;
}

.breadcrumb {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb .breadcrumb-item {
    display: inline;
}*/

a.nav-link.active {
    font-weight: bold;
}

a {
    text-decoration: none !important;
}

.breadcrumb {
    padding-top: 25px;
}

/*
*******************************************
*
* GOOGLE MAP
*
*******************************************
*/
            
#tuscanyMap,
#tourMap {
    height: 650px;
}
.modal-xl #tuscanyMap {
    min-height: 100vh;
}
.modal-xl .btnclose.position-absolute {
    z-index: 100;
    top: 15px;
    right: 15px;
}

.gm-style .gm-style-iw-c {
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border: none !important;
}

.gm-style .gm-style-iw-t::after {
    display: none;
}

.gm-ui-hover-effect {}

.gm-style-cc {
    display: none;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}
/* Bottone x */

.gm-style-iw button {
    background-color: #fff !important;
    top: 9px !important;
    right: 8px !important;
}
/*
*******************************************
*
* XS
*
*******************************************
*/
/* Extra small devices (portrait phones, less than 576px) */

@media only screen and (max-width: 375px) {
    .display-1 {
        font-size: 3.2em;
    }
    .display-2 {
        font-size: 2.0em;
    }
    .display-3 {
        font-size: 1.8em;
    }
    .display-4 {
        font-size: 1.6em;
    }
    .display-5 {
        font-size: 1.4em;
    }
    .w-110 {
        width: 110% !important;
    }
    .w-120 {
        width: 120% !important;
    }
    .w-150 {
        width: 150% !important;
    }
    .zone-overlay {
        left: 70%;
    }
    .columns-2 {
        column-count: 1;
    }
}
/*
*******************************************
*
* SM
*
*******************************************
*/
/* Small devices (landscape phones, 376px and up) */

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .display-1 {
        font-size: 4.0em;
    }
    .display-2 {
        font-size: 3.0em;
    }
    .display-3 {
        font-size: 2.5em;
    }
    .display-4 {
        font-size: 2.1em;
    }
    .display-5 {
        font-size: 1.5em;
    }
    .w-sm110 {
        width: 110% !important;
    }
    .w-sm120 {
        width: 120% !important;
    }
    .w-sm150 {
        width: 150% !important;
    }
    .zone-overlay {
        left: 70%;
    }
    .columns-2 {
        column-count: 1;
    }
}
/*
*******************************************
*
* MD
*
*******************************************
*/
/* Medium devices (tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .display-1 {
        font-size: 5.0em;
    }
    .display-2 {
        font-size: 3.0em;
    }
        .display-3 {
        font-size: 2.8em;
    }
    .display-4 {
        font-size: 2.6em;
    }
    .display-5 {
        font-size: 1.8em;
    }
    .w-md110 {
        width: 110% !important;
    }
    .w-md120 {
        width: 120% !important;
    }
    .w-md150 {
        width: 150% !important;
    }
    .zone-overlay {
        left: 70%;
    }
}
/*
*******************************************
*
* LG
*
*******************************************
*/
/* Large devices (desktops, 992px and up) */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .display-5 {
        font-size: 1.8em;
    }
    .w-lg110 {
        width: 110% !important;
    }
    .w-lg115 {
        width: 115% !important;
    }
    .w-lg120 {
        width: 120% !important;
    }
    .w-lg150 {
        width: 150% !important;
    }
    .zone-overlay {
        left: 30%;
    }
}
/*
*******************************************
*
* XL
*
*******************************************
*/
/* Extra large devices (large desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .display-5 {
        font-size: 1.8em;
    }
    .w-xl105 {
        width: 105% !important;
    }
    .w-xl110 {
        width: 110% !important;
    }
    .w-xl115 {
        width: 115% !important;
    }
    .w-xl120 {
        width: 120% !important;
    }
    .w-xl150 {
        width: 150% !important;
    }
    .zone-overlay {
        left: 30%;
    }
    /* Add extra negative margin */
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -5rem !important;
    }
}

.font-mini {
    font-size: 0.4em;
}

.font-small {
    font-size: 0.6em;
}

.font-medium {
    font-size: 0.8em;
}
/* FEATURES UFFICIALE BSTRAP PER FONT RESPONSIVE */

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw);
    }
    h1,
    .h1 {
        font-size: calc(1.375rem + 1.5vw);
    }
    h2,
    .h2 {
        font-size: calc(1.325rem + 0.9vw);
    }
    h3,
    .h3 {
        font-size: calc(1.3rem + 0.6vw);
    }
    h4,
    .h4 {
        font-size: calc(1.275rem + 0.3vw);
    }
    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }
    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }
    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }
    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
    .close {
        font-size: calc(1.275rem + 0.3vw);
    }
}

/* Sovrascrivo le colonne di default Bootstrap per la classe group-columns: */
@media (min-width: 34em) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 75em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/* IMMAGINE DI BANNER ARCHITETTO IN CANTINA 2022 */

.bg-architettocantina {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
                        url('/images/uploads/photos/cover_evento_architetto_cantina_2022.jpg');
}