* {
    padding: 0;
    margin:  0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.container {
    background-color: white;
}

h1 {
    margin-bottom: 10px;
}

h4 {
    color: darkred;
}

a {
    text-decoration: none;
    color: white;
}

.flex-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* NAV MENU */
.nav-menu {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    background-color: black;
}

.nav-menu p {
    color: white;
    padding: 14px;
    margin-bottom:0;
}
.nav-menu p a {color:white; text-decoration: none;}

/* BRAND CONTAINER */

/* .brand-container {
    display: none;
} */

/* TOP IMAGE */
.top-img {
    overflow: hidden;
    width: 100%;
    /* height: 200px; */
    background-color: black;
}

.top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* GREY ROW */
.head-row {
    background-color: #f0f0f5;
}

.head-row p, .white-row p {
    padding: 0 20%;
}

/* SUB CONTAINER */

.sub-container {
    padding: 50px 0;
    text-align: center;
    width: 70%;
    max-width: 1200px;
}

.white-row, .testimonials-row {
    background-color: white;
}

.white-row p {
    color: grey;
    font-size: 13px;
}

.img-boxes {
    margin: 50px 15%;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
}

.img-boxes img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-boxes .left-img {
    width: 50%;
    height: 100%;
    background-color: yellow;
}

.img-boxes .right-img {
    width: 50%;
    height: 100%;
}

.right-img .up-img {
    width: 100%;
    height: 50%;
    background-color: red;
}

.right-img .down-img {
    width: 100%;
    height: 50%;
    background-color: blue;
}

.signature {
    margin-top: 20px;
}

/* VIDEO ROW */

.video-row {
    background-color: black;
    color: white;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.video-row .text-div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}

.text-div .actual-text {
    width: 70%;
}

.text-div .actual-text h2{
    margin-bottom: 15px;
}

.video-div {
    position: relative;
    width: 50%;
}

/* TESTIMONIALS ROW */

.testimonials-row {
    display: flex;
    justify-content: center;
    width: 100%;
}

.testimonials-row h2 {
    margin: 10px 0;
}

.img-first {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.testimonial-img {
    width: 50%;
    background-color: yellow;
}

.testimonial-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.left-aligned-text {
    width: 50%;
    padding: 60px 30px;
    text-align: left;
}

.right-aligned-text {
    width: 50%;
    padding: 60px 30px;
    text-align: right;
}

/* CTA ROW */

.CTA-row {
    background-color: gray;
    display: flex;
    padding: 80px 0;
    justify-content: center;
    width: 100%;
    text-align: center;
    background-image: url("https://www.piccininiorologiai.it/wp-content/uploads/2021/01/homepage_quote_banner_img_1680x400.jpg");
    background-size: cover;
    
}

.CTA-row h2 {
    color: white;
    padding: 0 20%;
}

/* FOOTER ROW */

.footer-row {
    height: 300px;
    background-color: black;
}


/* CLASSI DINAMICHE */

.menu-selezionato {
    color: grey;
}

.menu-voice {
    cursor: pointer;
}

.active {
    display: block;
}

/*
MEDIA QUERY
*/

@media screen and (max-width: 992px) {
    .sub-container {
        width: 95%;
    }

    .img-boxes {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .img-boxes .left-img {
        width: 100%;
        height: 50%;
    }
    .img-boxes .right-img {
        width: 100%;
    }
    .right-img {
        display: flex;
    }
    .head-row p {
        padding: 0 5%;
    }
    .video-row .text-div {
        width: 100%;
    }
    .video-row .video-div {
        width: 100%;
    }
    .text-div .actual-text {
        width: 95%;
        text-align: center;
    }
    .CTA-row h2 {
        color: white;
        padding: 0 5%;
    }
    .right-aligned-text, .left-aligned-text, .testimonial-img {
        width: 100%;
    }
    .beckham-img {
        margin-bottom: 20px;
    }
  }

  .page-template-collezioneTudor #main .wf-wrap,
  .page-template-modelloTudor #main .wf-wrap {width: 100%;}