/*
Theme Name: RIVALE
Author: KMSTUDIO
Version: 1.0
*/

html { font-size: 16px; }
body {
	background-color: #fff;
	color: #a2a9ad;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

h1 {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1.5rem 0;
    padding: 0;
}
h2 {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding: 0;
}
h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
    padding: 0;
}

p {
    line-height: 1.2;
}

a,
button {
	color: #bb9a37;
	-webkit-transition: color 400ms,
				background-color 400ms;
	-o-transition: color 400ms,
				background-color 400ms;
	transition: color 400ms,
				background-color 400ms;
	text-decoration: none;
}
a:hover,
button:hover {
	color: #a2a9ad;
}
a,
a:hover,
a:link,
a:visited,
a:active {
	outline: none;
}


/*--- HEADER ---------------------------*/
header.desktop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	background-color: #1a1a1a;
	padding: 1rem 0;
    border-bottom: 5px solid #bb9a37;
    z-index: 10;
}
header.desktop .logo img {
    width: 300px;
}
header.desktop .right {
    
}
header.desktop .right .cart {
    margin-left: 1.5rem;
}
header.desktop .right .cart svg {
    width: 32px;
}
header.desktop .right .cart svg span.num {
    position: absolute;
    
}
header.desktop .right .cart svg text:after {
	
}
header.desktop .right .navigation {
    margin-left: 1rem;
    font-size: 1.4rem;
    color: #bb9a37;
    cursor: pointer;
}
header.desktop a:hover {
    color: #bb9a37;
}


/*--- NAVIGATION RESPONSIVE-------------------*/
nav.responsive {
	position: fixed;
	z-index: 11;
	top: 8rem;
	right: 0;
	background-color: #1a1a1a;
	padding: 2rem;
    transform: translateX(100%);
     -webkit-transition: transform 400ms;
	-o-transition: transform 400ms;
	transition: transform 400ms;
}
nav.responsive.opened {
    transform: translateX(0);
}
nav.responsive .top {
    margin-bottom: 1.5rem;
}
nav.responsive .top h2 {
    font-weight: 600;
    font-size: 1.4rem;
    color: #a2a9ad;
    text-transform: uppercase;
    margin: 0;
}
nav.responsive .top .menu-close {
    color: #bb9a37;
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-transition: color 400ms;
	-o-transition: color 400ms;
	transition: color 400ms;
}
nav.responsive .top .menu-close:hover {
    color: #fff;
}
nav.responsive ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav.responsive ul li {
    margin: 0 0 0.4rem 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
}
nav.responsive ul li a {
    text-decoration: none;
    color: #bb9a37;
}
nav.responsive ul li a:hover {
    text-decoration: none;
    color: #fff;
}
nav.responsive hr {
    border-top: 1px solid #a2a9ad;
}


/*--- HOMEPAGE -------------------------*/
.big-slider {
    /*
    position: relative;
    background-image: url(assets/img/background-home.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    */
    background-color: #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.big-slider video {
	width: 100%;
	height: 100%;
	max-width: 600px;
	max-height: 600px;
	padding: 20px;
	box-sizing: border-box;
}
/*
.big-slider h1.logo {
	position: absolute;
	text-align: center;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.big-slider h1.logo img {
    width: 50%;
}
*/

.first-product {
	height: 800px;
}
.first-product .background-overlay {
    background-image: url(assets/img/overlay-bg-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 7rem;
    
}
.first-product .bottle {
    margin: 0 8rem 0 0;
}
.first-product .bottle img {
    width: 250px;
}
.first-product .desc {
    margin-top: 0rem;
}
.first-product .desc .logo {
    margin: 7rem 0 10rem 0;
    text-align: center;
}
.first-product .desc .logo img {
    width: 300px;
}
.first-product .desc h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 3rem 0;
	padding: 0;
	text-transform: uppercase;
	color: #bb9a37;
	text-align: center;
}

.second-product {
	height: 920px;
	background-color: #faf7f9;
}
.second-product .background-overlay {
    background-image: url(assets/img/overlay-bg-2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 12rem;
}
.second-product .desc {
    margin: 0 6rem 0 6rem;
}
.second-product .desc .logo {
    margin: 7rem 0 9rem 0;
    text-align: center;
}
.second-product .desc .logo img {
    width: 320px;
}
.second-product .desc h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 3rem 0;
	padding: 0;
	text-transform: uppercase;
	color: #1dcad3;
	text-align: center;
}
.second-product .bottle {
    margin: 0;
}
.second-product .bottle img {
    width: 230px;
}


/*--- STILI GENERALI ----------------------*/
body:not(.home) main {
    margin-top: 78px;
    margin-bottom: 5rem;
}

.page {
    min-height: 700px;
}
.page .header-image {
	margin-bottom: 5rem;
}
.page .header-image img {
	width: 100%;
}
.page.page-no-header {
    padding-top: 3rem;
}

ul.own-socials {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.own-socials li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.3rem;
}
ul.own-socials li a {
    text-decoration: none;
    color: #a2a9ad;
}

.button {
	background-color: #1a1a1a;
	color: #d0d0d1;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.8rem 3rem;
	font-size: 1.1rem;
    display: inline-block;
}
.button:hover {
	background-color: #bb9a37;
	color: #fff;
    text-decoration: none;
}


/*--- PRODUCT (SINGLE) -------------------*/
.product-rivale {
	position: relative;
	height: 100%;
	overflow: hidden;
	padding-bottom: 6rem;
}
.product-rivale:after {
	content: "";
	padding-bottom: 10rem;
	background-image: url(assets/img/watermark.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	width: 65%;
	height: 100%;
	right: -33%;
	max-width: 1400px;
    z-index: -1;
    opacity: 0.4;
}
.product-rivale .header-image {
	margin-bottom: 5rem;
}
.product-rivale .header-image img {
	width: 100%;
}
.product-rivale .logo {
    text-align: center;
    margin-bottom: 6rem;
}
.product-rivale .logo img {
    width: 450px;
}
.product-rivale .content-gutenberg {
    margin-bottom: 5rem;
}
.product-rivale .description {
    margin-bottom: 4rem;
}
.product-rivale .description .left {
    border-right: 1px solid #bb9a37;
}
.product-rivale .description .right {
    padding: 0 0 0 4rem;
}
.product-rivale .description .right h2 {
	font-weight: 700;
	font-size: 1.1rem;
	color: #1dcad3;
	text-transform: uppercase;
    margin: 0 0 0.2rem 0;
}
.product-rivale .description .right p {
	margin: 0 0 1.5rem 0;
}
.product-rivale .description .right p strong {
	color: #1dcad3;
    font-weight: 700;
}
.product-rivale .description .right .nutritional-values {
    margin-top: 3rem;
}
.product-rivale .description .right .seal-of-quality {
    margin-top: 2rem;
}
.product-rivale .description .right .seal-of-quality img {
    width: 150px;
}
.product-rivale .buy {
    text-align: center;
    margin-bottom: 2rem;
}
.product-rivale .buy svg {
    width: 40px;
    margin-bottom: 3rem;
}

.product-rivale.vino .description .right h2 {
	color: #bb9a37;
}


/*--- CONTACT ------------------------*/
.contact {
	padding-bottom: 6rem;
}
.contact .header-image {
	margin-bottom: 5rem;
}
.contact .header-image img {
	width: 100%;
}
.contact .logo {
    text-align: center;
    margin-bottom: 3rem;
}
.contact .logo img {
    width: 300px;
}
.contact .details {
	text-align: center;
	margin: 0 auto 3rem auto;
	width: 55%;
    border-top: 1px solid #bb9a37;
    border-bottom: 1px solid #bb9a37;
    padding: 2.5rem;
}
.contact .details h1 {
    font-size: 1rem;
    font-weight: 700;
    color: #bb9a37;
    text-transform: uppercase;
    margin: 0 0 0 0;
}
.contact .details .svg-telephone {
    margin-bottom: 0.3rem;
}
.contact .details .svg-telephone svg {
    width: 25px;
}
.contact .details .svg-email {
    margin-bottom: 0.1rem;
}
.contact .details .svg-email svg {
    width: 25px;
}
.contact .details a {
    color: #a2a9ad;
    text-decoration: none;
}
.contact .details a:hover {
    color: #bb9a37;
    text-decoration: none;
}
.contact .details ul.socials {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact .details ul.socials li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.6rem;
}
.contact .gallery {
    
}
.contact .gallery a {
	padding: 0.5rem;
    display: inline-block;
    width: 26%;
}
.contact .gallery a img {
	
}


/*--- FOOTER ---------------------------*/
footer.primary {
    
}
footer.primary .top {
    background-color: #1a1a1a;
    padding: 2.5rem 0;
    border-top: 5px solid #a2a9ad;
}
footer.primary .top .logo {
    margin-bottom: 2.5rem;
}
footer.primary .top .logo img {
    width: 350px;
}
footer.primary .top p {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
}
footer.primary .bottom {
    background-color: #4d4d4d;
    padding: 1rem 0;
}
footer.primary .bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer.primary .bottom ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
}
footer.primary .bottom ul li:after {
    content: "|";
    margin: 0 0.5rem;
}
footer.primary .bottom ul li:last-child:after {
    content: "";
    margin: 0;
}
footer.primary .bottom ul li a {
    color: #a2a9ad;
    text-decoration: none;
}
footer.primary .bottom ul li a:hover {
    color: #bb9a37;
    text-decoration: none;
}
