/*
Theme Name: WS-theme
Theme URI: https://www.watsonsolutions.it/
Author: Watson Solutions
Author URI: https://www.watsonsolutions.it/
Description: Watson solutions starter theme based on Underscore.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wstheme
This theme, like WordPress, is licensed under the GPL.
*/

@font-face {
    font-family: 'Boulevard';
    src: url('fonts/Regency-.woff2') format('woff2'),
        url('fonts/Regency-.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.woff2') format('woff2'),
        url('fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ANIMATIONS */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body,
html {
    font-family: 'Montserrat';
    font-weight: 400;
    height: 100%;
    animation: fadeIn .8s ease-in-out;
}

.skip-link {
    display: none;
}

a:link {
    color: #000;
    text-decoration: none;
}
  
a:visited {
    color: #000;
    text-decoration: none;
}
  
a:hover {
    color: #000;
    text-decoration: none;
}
  
a:active {
    color: #000;
    text-decoration: none;
}

.zz-section-standard-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* BTN */
a.btn-basic {
    display: inline-block;
    color: #fff;
    background-color: #8C93A8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 45px;
}

/* TITLE */
h1.zz-title,
h2.zz-title,
h3.zz-title {
    font-family: 'Boulevard';
}

/* HEADER */
.site-header {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100px;
    padding-right: 50px;
    z-index: 9;
}

img.logo-header {
    height: 70px;
    position: absolute;
    left: 50px;
    top: 15px;
}

.hamburger {
    display: none;
}

nav#site-navigation {
    margin-right: 100px;
}

nav#site-navigation ul {
    padding: 0;
    margin: 0;
}

nav#site-navigation ul li {
    display: inline-block;
    letter-spacing: .5px;
    margin-right: 30px;
}

nav#site-navigation ul li {
    display: inline-block;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: .5px;
    margin-right: 30px;
}

nav#site-navigation ul li a {
    color: #8C93A8;
}

.header-cta {
    display: flex;
}

.header-cta img {
    height: 30px;
    margin-left: 10px;
}

/* HOME */
.hp-hero {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background-image: url('img/hero.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding-left: 100px;
    padding-right: 100px;
}

.hp-hero-content-logo-container {
    position: relative;
    margin-top: -50px;
    margin-bottom: 15px;
}

img.hp-hero-content-logo {
    width: 700px;
    z-index: 2;
}

img.hp-hero-content-logo-2 {
    position: absolute;
    width: 550px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
}

.hp-hero-content h1 {
    font-size: 4.5rem;
    margin: 0 0 15px 0;
}

.hp-hero-content p {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 45px 0;
}

.zz-hero-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px;
}

.zz-hero-info p {
    display: inline-block;
    margin-bottom: 0;
}

img.hp-hero-content-logo-belluco {
    display: inline-block;
    width: 120px;
    margin-left: 15px;
}

.zz-hp-2 {
    position: relative;
    padding-top: 0;
}

.zz-hp-2 h2 {
    text-align: center;
    font-size: 3rem;
    line-height: .8;
    margin-bottom: 50px;
}

.zz-hp-grid {
    position: relative;
    display: flex;
    height: 400px;
    width: 100%;
    margin-bottom: 50px;
}

.zz-hp-grid-50 {
    height: 100%;
    width: 50%;
    background-image: url('img/Zelie-et-Jules.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.zz-hp-grid-25-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 25%;
}

.zz-hp-2-right-logo {
    width: 250px;
}

.zz-hp-grid-25-2 {
    height: 100%;
    width: 25%;
    background-color: #cfdcc8;
    background-image: url('img/zelie-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.zz-hp-2-right {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.zz-hp-2-right-map {
    position: relative;
    width: 70%;
    height: auto;
    z-index: 2;
}

.zz-hp-2-right-brand {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: auto;
    z-index: 1;
}

.zz-hp-2-3 {
    position: relative;
    height: 450px;
    width: 100%;
    background-image: url('img/zelie-4.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.zz-hp-2-3 img {
    position: absolute;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zz-hp-3 {
    position: relative;
}

.zz-hp-3-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #cfdcc8;
    z-index: 0;
}

.zz-hp-3-bg-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 42%;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}

.zz-bottle-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
}

.zz-bottle-container img {
    width: 250px;
    margin-bottom: 50px;
}

.zz-bottle-container .btn-basic {
    margin-top: 20px;
}

.zz-bottle-text-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.zz-bottle-container h3 {
    text-transform: uppercase;
    font-weight: 600;
}

/* WINE PAGE */
.zz-wine-header {
    height: 100px;
    width: 100%;
    background-color: #cfdcc8;
}

.zz-wine {
    position: relative;
    padding-top: 100px;
    padding-bottom: 0;
}

.zz-wine-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url('img/zelie-4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 1;
}

.zz-wine h1 {
    color: #b2b3b6;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 100px;
}

img.zz-wine-bottle {
    position: relative;
    display: block;
    height: 70%;
    margin: 0 auto;
    z-index: 2;
}

.zz-wine-content {
    padding-left: 100px;
}

img.zz-wine-brand {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    width: 40%;
    height: auto;
    z-index: 3;
}

/* 404 */
.container-404 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.container-404 h2,
.container-404 h3 {
    font-size: 1.5rem;
}

/* FOOTER */
.site-footer {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}

.copy {
    background-color: #000;
    color: #fff;
    font-size: .9rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 10px;
    padding-bottom: 10px;
}

.copy p {
    margin: 0;
}

/* MOBILE */
@media only screen and (max-width: 992px) {
    nav#site-navigation {
        margin-right: 0;
    }

    .hp-hero-content h1 {
        font-size: 3.5rem;
        line-height: 1;
    }

    img.hp-hero-content-logo {
        width: 450px;
    }

    img.hp-hero-content-logo-2 {
        width: 350px;
    }

    .zz-hp-grid-25-1 {
        width: 50%;
    }

    .zz-hp-grid-25-2 {
        display: none;
    }

    .zz-hp-2-right-brand {
        height: 20%;
    }

    .zz-hp-2-3 img {
        height: auto;
        width: 70%;
    }

    .zz-bottle-container {
        margin-bottom: 70px;
    }

    .zz-hp-3-bg-2 {
        height: 100%;
    }

    .zz-hp-3 {
        padding-bottom: 0;
    }

    img.zz-wine-bottle {
        height: 450px;
        margin-bottom: 50px;
    }

    .zz-wine-content {
        text-align: center;
        padding-left: 0;
        margin-bottom: 150px;
    }

    .zz-wine-content h1 {
        margin-bottom: 30px;
    }

    .zz-wine-content ul {
        list-style-type: none;
        padding-left: 0;
    }

    .zz-wine-bg {
        display: none;
    }

    img.zz-wine-brand {
        bottom: 25px;
        width: 30%;
    }

    /* .hamburger {
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        cursor: pointer;
        z-index: 99;
    }

    nav#site-navigation {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.3);
    } */

}

@media only screen and (max-width: 600px) {
    .site-header {
        padding-right: 0;
    }

    nav#site-navigation ul li {
        font-size: 1rem;
        letter-spacing: 0;
        margin-right: 15px;
    }

    img.logo-header {
        height: 40px;
        left: 15px;
        top: 27px;
    }

    .hp-hero {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hp-hero-content h1 {
        font-size: 2.5rem;
        line-height: 1;
    }

    .hp-hero-content p {
        font-size: 1.25rem;
    }

    img.hp-hero-content-logo {
        width: 100%;
    }

    img.hp-hero-content-logo-2 {
        width: 85%;
    }

    .zz-hp-grid {
        flex-direction: column;
        height: auto;
    }

    .zz-hp-grid-50 {
        height: 350px;
        width: 100%;
    }

    .zz-hp-grid-25-1 {
        height: 350px;
        width: 100%;
    }

    .zz-hp-grid-25-2 {
        display: block;
        height: 350px;
        width: 100%;
    }

    .zz-hp-2-right-brand {
        display: none;
    }

    .zz-hp-2-right-map {
        width: 95%;
        margin-top: 50px;
    }

}