/*
	Theme Name: Concept Room
	Theme URI: https://conceptroom.it
	Description: Arredamento
	Version: 1.4.3
	Author: Jacopo Zane
	Author URI: https://www.jacopozane.it
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 17px/1.4 'RocGrotesk-Regular';
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
section img {
	margin: 50px 0;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 16px;
	font-family:'RocGrotesk-Regular';
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 28px;
	font-family:'SchnyderWideS';
}
h3 {
	font-size: 24px;
	font-family:'SchnyderWideS';
}
h4 {
	font-family:'RocGrotesk-Regular';
	font-size: 16px;
	font-weight: bold;
}
.pulsante {
	
}
.pulsante:hover {
	
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
}
.zoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.zoom:hover {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}
.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1800px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.content {
	max-width:1800px;
	width:90%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {
	position: relative;
	width: 100%;
	height: 150px;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
	margin-top: 38px;
}
.logo-img {
	max-width: 200px;
	width: 100vw;
}
.logo-white {
	display: none;
	max-width: 200px;
}
/* nav */
.nav {
	display: none;
	background-color: #fff;
	color: #000;
	width: 100%;
	height: 90vh;
	position: fixed;
	top: 11%;
	left: 0;
	z-index: 10;
	flex-direction: column;
	overflow-y: scroll;
}
.nav a {
	color: #000;
}
.nav a:hover {
	color: #000;
}
.nav ul {
	list-style-type: none;
	text-align: center;
	width: 90%;
	margin: 10% auto 20px;
}
.nav ul li {
	font-size: 45px;
	text-align: left;
	line-height: 1.2;
	font-family:'SchnyderWideS';
}
.nav .current-menu-item a .hover {
	display: inline-block;
	width:40px;
	height: 1px;
	background-color: #000;
	margin-bottom: 15px;
}
.openclose img {
	position: absolute;
	top: 0;
	right: 0;
	margin: 35px 5%;
	z-index: 90;
	max-width: 20px;
	cursor: pointer;
}
.openclose p {
	position: absolute;
	top: 0;
	right: 0;
	margin: 35px 5%;
	z-index: 90;
	cursor: pointer;
	font-family:'SchnyderWideS';
}
.nav .dati {
	width: 90%;
	margin: 20px auto;
	font-family:'RocGrotesk-Regular';
}
.nav .dati .download {
	margin-bottom: 20px;
	display: block;
}
.nav .dati h4 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.nav .dati h4 {
	font-weight: bold;
	font-size: 16px;
}
#icl_lang_sel_widget-2 ul {
	display: grid;
}
#icl_lang_sel_widget-2 a {
	padding: 0;
	font-family: 'RocGrotesk-Regular';
	font-weight: bold;
	font-size: 16px;
	border: none;
}
.nav .dati h4 {
	margin-bottom: 10px;
}
.nav .dati p {
	margin-top: 20px;
}
.nav .social {
	font-family:'RocGrotesk-Regular';
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 30px;
}
.nav .autore {
	margin-top: 20px;
	font-size: 12px;
}
.nav .autore img {
	max-width: 45px;
}
.nav .sfondo {
	display: none;
}
.nav .dati .lingue {
	margin-bottom: 20px;
}
.open {
	position: fixed;
	background-color: #fff;
    z-index: 999;
}
/* footer */
.footer {
	font-size: 12px;
	font-family:'RocGrotesk-Regular';
	height: 50px;
	line-height: 50px;
}
.copyright {
	padding-bottom: 30px;
}
/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/home/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 5%;
	z-index: 1;
	outline: none;
}
.slick-next {
	background-image: url(img/home/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 1;
	outline: none;
}
.nav a:hover .hover {
	display: inline-block;
	width: 40px;
	background-color: #000;
	margin-bottom: 15px;
	height: 1px;
	animation-name: trattino;
	-webkit-animation: trattino;
	-ms-animation-name: trattino;
	-moz-animation-name: trattino;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	-ms-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
}
@keyframes trattino {
	0% {width:0;}
	20% {width:0.2;}
	35% {width:0.3;}
	50% {width:0.5;}
	65% {width:0.7;}
	80% {width:0.8;}
	100% {width:1;}
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*--------------HOME------------------*/
#home h1 {
	font-size: 28px;
	font-family:'SchnyderWideS';
	font-weight: normal;
	letter-spacing: 1.3px;
	max-width: 300px;
}
#home h3 {
	margin-bottom: 40px;
}
#home .popup-gallery {
	column-count: 2;
    column-gap: 7px;
    width: 100%;
    margin-bottom: 20px;
}
#home .popup-gallery a {
	width: 33.33333333%;
	padding: 1%;
}
#home .popup-gallery img {
	margin: 0;
}
#home .fascia-2 img:nth-child(1) {
	margin-bottom: 0;
}
#home .fascia-2 img:nth-child(2) {
	margin-top: 25px;
}

#home .fascia-3 h4 {
	margin: 30px 0 20px;
}
/*--------------ABOUT------------------*/
#about h1 {
	margin-bottom: 10px;
}
#about h2 {
	letter-spacing: 0.9px;
}
/*--------------DESIGN------------------*/
.design h2 {
	letter-spacing: 0.9px;
}
.design {
	background-color: #000;
	color: #fff;
}
.design .openclose {
	color: #fff;
}
.design .logo-white {
	display: block;
}
.design .logo-black {
	display: none;
}
.design .small {
	margin: 0 auto 50px;
}
.design picture img {
	margin-bottom: 25px;
}
.design .footer a {
	color: #fff;
}
#design h1 {
	margin-bottom: 10px;
}
#design h3 {
	margin-bottom: 20px;
}
#design .fascia-2 img:nth-child(1) {
	margin: 50px 0;
}
/*--------------PARTNERS------------------*/
#partners h1 {
	margin-bottom: 10px;
}
#partners h2 {
	letter-spacing: 0.9px;
}
#partners h4 {
	margin-bottom: 20px;
}
#partners p {
	margin-bottom: 20px;
}
#partners .fascia-3 {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#partners .fascia-3 a {
	width: 50%;
	padding: 10%;
}
/*--------------GALLERY------------------*/
.gallery {
	background-color: #000;
	color: #fff;
}
.gallery .openclose {
	color: #fff;
}
.gallery .logo-white {
	display: block;
}
.gallery .logo-black {
	display: none;
}
.gallery .footer a {
	color: #fff;
}
#gallery h1 {
	margin-bottom: 30px;
}
#gallery .popup-gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
#gallery .popup-gallery a {
	width: 100%;
	padding: 2%;
	display: grid;
}
#gallery .popup-gallery a img {
	margin: 0;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'RocGrotesk-Regular';
	src:url('fonts/RocGrotesk-Regular/RocGrotesk-Regular.eot');
	src:url('fonts/RocGrotesk-Regular/RocGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/RocGrotesk-Regular/RocGrotesk-Regular.woff') format('woff'),
		url('fonts/RocGrotesk-Regular/RocGrotesk-Regular.ttf') format('truetype'),
		url('fonts/RocGrotesk-Regular/RocGrotesk-Regular.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'SchnyderWideS';
	src:url('fonts/SchnyderWideS/SchnyderWideS-Demi.eot');
	src:url('fonts/SchnyderWideS/SchnyderWideS-Demi.eot?#iefix') format('embedded-opentype'),
		url('fonts/SchnyderWideS/SchnyderWideS-Demi.woff') format('woff'),
		url('fonts/SchnyderWideS/SchnyderWideS-Demi.ttf') format('truetype'),
		url('fonts/SchnyderWideS/SchnyderWideS-Demi.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:375px) {
	.logo .logo-img,
	.logo .logo-white {
		max-width: 240px;
	}
}
@media only screen and (min-width:768px) {
	body {
		font:500 18px/1.4;
	}
	.logo .logo-img, .logo .logo-white {
		max-width: 300px;
	}
	.logo {
		margin-top: 60px;
	}
	.openclose p {
		font-size: 20px;
		margin: 55px 5%;
	}
	.openclose img {
		margin: 55px 5%;
	}
	.nav {
		top: 10%;
		height: 90vh;
	}
/*--------------HOME------------------*/
	#home h1 {
		max-width: 100%;
	}
	#home .fascia-2 {
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
	}
	#home .fascia-2 img:nth-child(1) {
		width: 60%;
		margin: 100px auto;
	}
	#home .fascia-2 img:nth-child(2) {
		width: 38%;
		margin: 100px auto;
	}
	#home .popup-gallery {
		column-count: 3;
		column-gap: 5px;
	}
/*--------------DESIGN------------------*/
	#design .fascia-2 {
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
	}
	#design .fascia-2 img:nth-child(1) {
		width: 66%;
		margin: 100px auto;
	}
	#design .fascia-2 img:nth-child(2) {
		width: 30%;
		margin: 100px auto;
	}
	.design .small {
		margin: 0 auto 100px;
	}
}
@media only screen and (min-width:1024px) {
	.header {
		width: 80%;
		margin: 0 auto;
		height: 250px;
	}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 20px;
	}
	.content {
		width: 100%;
	}
	.contenitore {
		margin: 0 auto;
		max-width: 72%;
		width: 100%;
	}
	section img {
		margin: 100px 0;
	}
	.open {
		width: 100%;
	}
	.open .logo {
		left: 42%;
	}
	.open .logo,
	.open .openclose {
		
	}
	.nav {
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		padding: 1%;
		height: 100vh;
		top: 0;
	}
	.nav ul {
		margin: 0 auto;
	}
	.nav .menu {
		width: 60%;
		margin-top: 150px;
		height: 70vh;
	}
	.nav .sfondo {
		width: 30%;
		display: flex;
		height: 96vh
	}
	.nav .dati {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		flex-direction: row;
	}
	.nav .dati div {
		width: 50%;
	}
	.nav .dati .social,
	.nav .dati .autore {
		width: 100%;
	}
	.nav .autore {
		margin-top: 73px;
	}
	.openclose img {
		max-width: 25px;
	}
	.copyright {
		width: 80%;
		margin: 50px auto;
	}
/*--------------HOME------------------*/
	#home h1 {
		font-size: 45px;
		max-width: 72%;
		text-align: left;
	}
	#home h3 {
	    margin-bottom: 60px;
	}
	#home .fascia-2 {
	    width: 80%;
		margin: 0 auto;
	}
	#home .fascia-3 h4 {
		margin: 50px auto;
	}
/*--------------ABOUT------------------*/
	.small {
		width: 80%;
		margin: 80px auto;
		display: block;
	}
	#about h1 {
		margin-bottom: 30px;
	}
/*--------------DESIGN------------------*/
	#design .fascia-2 {
		width: 80%;
		margin: 0 auto;
	}
	#design h1 {
		margin-bottom: 30px;
	}
	#design h3 {
		margin-bottom: 40px;
	}
/*--------------PARTNERS------------------*/
	#partners h1 {
		margin-bottom: 30px;
	}
	#partners .fascia-2 {
		text-align: center;
		display: flex;
		justify-content: space-evenly;
		align-items: flex-start;
		margin: 0 auto;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#partners .fascia-2 div {
		width: 35%;
	}
	#partners .fascia-3 {
		width: 60%;
	}
	#partners .fascia-3 a {
		padding: 0 10%;
	}
	#partners p {
		height: 120px;
	}
/*--------------GALLERY------------------*/
	#gallery .popup-gallery {
		width: 83%;
		margin: 0 auto;
	}
	#gallery .popup-gallery a {
		width: 50%;
	}
}
@media only screen and (min-width:1600px) {

}


