/* Theme Name: Torino Graphic Days v03
Author: Dario F Genoese // dario@quattrolinee.it
Author URI: www.quattrolinee.it
Version: 5/2018 */

html {
	font-size: 16px;
}

body {
  background: #fff;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin:0; padding:0;
  color: #000000;
} body b, body strong {
  font-weight: 700;
} body i, body em {
  font-style: italic;
}

h1 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}	

p {
	font-size: 1rem;
}

a {
	color: #000;
}	a:hover {
	color: #000;
	text-decoration: underline;
}	

a.button {
	display:inline-block;
	background: #000;
	color: #fff;
	padding:1rem;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.btn-custom {
	text-transform: uppercase;
	padding: .5rem;
	font-size: .8rem;
	transition: .15s linear;
}	.btn-white {
	color: #fff;
	border: 1px solid #fff;
}	.btn-white:hover {
	background: #fff;
}

#logo a {
    display: inline-block;
    width: 115px;
    height: 83px;
    background: url('../img/logo.png') no-repeat;
    background-size: contain;
    z-index: 1000;
    position: absolute;
    top: 2rem;
	left: 15px;
}	.lang {
	position: absolute;
	top: 0; right: 0;
	font-size: .8rem;
}	.lang ul {
	display: flex;
	list-style: none;
	padding: 0; margin: 0;
}	.lang ul li:first-of-type {
	display: flex;
	align-items: center;
	margin-right: .5rem;
}	.lang ul li:first-of-type:after {
	content: '';
	display: inline-block;
	width: 5px; height: 1px;
	background: #000;
	margin-left: .5rem;
} 	.current-lang {
	font-weight: 700;
}

#catalogo {
	height: 100vh;
}	#catalogo img {
	height: 100vh;
	object-fit: cover;
}	#catalogo .carousel {
	margin: 0 -15px;
}	.carousel-indicators li {
	position: relative;
	width: 18px; height: 18px;
	border-radius: 50%;
	border: 1px solid #000;
	margin-right: 10px; margin-left: 10px;
	background: #fff;
}	.carousel-indicators li.active {
	border: 1px solid #fff;
	background: #fff;
	position: relative;
}	.carousel-indicators li.active:after {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 90%; height: 90%;
	background: #000;
}

#paper-copy {
	background: #000;
	color: #fff;
	padding: 2rem 2rem 2rem 0; box-sizing: border-box;
	position: relative;
	margin: 0 -15px 3rem 0;
}	#paper-copy:before {
	content: '';
    display: inline-block;
    width: 50px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
}	#paper-copy a:hover {
	background: #fff;
	color: #000;
	text-decoration: underline;
}

#form-catalogo form > div{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}	#form-catalogo form > div > .mc-field-group {
	flex-basis: 100%;
	margin-bottom: 1rem;
}	#form-catalogo form > div > .input-group > strong {
	margin-bottom: .5rem;
}	#form-catalogo form > div > .input-group ul {
	padding: 0; margin: 0;
	list-style: none;
}	#form-catalogo form > div > .input-group ul > li {
	display: flex;
	align-items: center;
}	#form-catalogo form > div > .input-group a {
	text-decoration: underline;
}	#form-catalogo form > div > .input-group label {
	margin-bottom: 0;
}	#form-catalogo form #mce-responses {
	flex-basis: 100%;
}	#mc_embed_signup div.mce_inline_error {
	margin: 0 !important;
}	#form-catalogo form label {
	width: 100%;
}	#form-catalogo form .wpcf7-acceptance > span {
	margin-left: 0;
}	#form-catalogo form input:not([type="checkbox"]) {
	width: 100%;
}	#form-catalogo form select {
	display: block;
	width: 100%; height: 30px;
}	#form-catalogo form input[type="submit"] {
	width: auto;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: .8rem;
	padding: .5rem;
	border: 1px solid #000;
	color: #000;
	transition: .15s linear;
	background: #fff;
}	#form-catalogo form input[type="submit"]:disabled {
	background: #949494;
	cursor: not-allowed;
	border: 0;
	color: #fff;
}	#form-catalogo form input[type="submit"]:enabled:hover {
	background: #000;
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}	#form-catalogo form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    border: 1px solid;
    width: 16px;
    height: 16px;
    margin: 0 12px 0 0;
    cursor: pointer;
    transition: none;
	font-size: .8em;
}	#form-catalogo form input[type="checkbox"]:checked {
	background: url('../img/tick.svg') no-repeat center;
	background-size: 75% auto; 
}	#mce-success-response {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
	border: 1px solid #000;
	box-sizing: border-box;
}	#form-catalogo {
	position: relative;
}

@media (min-width: 992px) {

	h1 {
		font-size: 2rem;
	}

	/* header */
	#logo a {
		position: fixed;
		top: 1.5rem;
		left: 2rem;
	}

	/* catalogo */
	#catalogo .carousel {
		position: fixed;
		right: 50%; left: 0; bottom: 0; top: 0;
	}	.carousel-control-prev {
		margin-left: 0;
	}	.carousel-control-next {
		margin-right: 0;
	}	#catalogo .carousel img {
		width: 100%; height: 100vh;
		object-fit: cover;
	}	#paper-copy {
		margin: 0 0 3rem 0;
	}	#catalogo .carousel {
		margin: 0;
	}	#form-catalogo form > div > div.mc-field-group {
		flex-basis: 47.5%;
	}	.max-width {
		max-width: 85%;
	}	#form-catalogo form > div > div.input-group {
		flex-basis: 100%;
	}
	
}

@media (min-width: 1440px) {
	h1 {
		font-size: 2.5rem;
	}	
}