/* BARRIOTHEME > CUSTOM CSS  */

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
font-family: 'Open Sans', sans-serif;*/


/* GENERALI */

/*.grecaptcha-badge {
	right: -300px !important;
}*/

.wrapper {
	width: calc(100% - 100px);
}

blockquote {
	background: #efefef;
	padding: 20px 30px;
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0px 0px 30px 0px;
}

dl, ol, ul {
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
    margin: 0 0 30px 16px;
	padding: 0;
}

p {
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
	margin: 0px 0px 30px 0px;
}

a,
a:visited,
a:focus,
a:hover {
	color: #000;
	outline: none;
	border-bottom: 1px solid #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color:#d70b0b;
	border-bottom: 1px solid #d70b0b;
	text-decoration: none;
}

.button,
.button:visited,
.button:focus,
.button:hover {
	position: relative;
	display: inline-block;
    vertical-align: middle;
	font-size: 1.4rem;
	color: #fff;
	background: #000;
    text-align: center;
    margin: 0px;
	padding: 10px 20px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button:hover {
	background: #d70b0b;
	color: #fff;
}

.sticky {
	top: 200px;
}


/* IMMAGINI */

.hImage {
	height: 500px;
}

.hImage figure {
	width: 100%;
	height: 100%;
}

figure figcaption {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 60px 20px 20px 20px;
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 40%,transparent);
	color: #fff;
	z-index: 2;
}

/* SWIPER */

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20px;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-button-next::before,
.swiper-container-rtl .swiper-button-prev::before {
    font-family: "Font Awesome 5 Pro";
	font-size: 3rem;
	font-weight: 300;
	content: "\f054";
	color: #fff;
}

.swiper-button-prev::before,
.swiper-container-rtl .swiper-button-next::before {
    font-family: "Font Awesome 5 Pro";
	font-size: 3rem;
	font-weight: 300;
	content: "\f053";
	color: #fff;
}


/* HEADER */


header {
	background: #efefef;
}

.fullScreen {
	height: 100vh;
	background: transparent;
}

.fullWidth {
	height: 60vh;
	min-height: 600px;
	background: transparent;
}

header figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}

.fullScreen .hImage {
	height: 100vh;
}
.fullScreen .hImage::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.title {
	padding: 150px 0px 5px 0px;
}

.title h1 {
	color: #000;
}

.fullScreen .title,
.fullWidth .title {
	position: absolute;
	top: 0%;
	left: 50%;
	padding: 0px;
	transform: translateX(-50%);
	width: 50%;
	height: 100%;
	z-index: 2;
}

.title h1 {
    position: absolute;
    width: 300px;
    text-align: center;
    color: #fff;
    left: 50%;
	bottom: 20%;
	transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: 2px;
}


.logo,
.logo:visited,
.logo:focus,
.logo:hover {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:250px;
	height:50px;
	padding:0px;
	margin:0px;
	border:none;
	background:url(../img/logo-hellobarrio.png);
	background-position:center center;
	background-repeat:no-repeat;
	opacity:1;
	text-indent: -9000px;
	-webkit-background-size: cover;
	background-size: cover;
}

.title .button {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.title p.coming {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    bottom: 50px;
    transform: translateX(-50%) !important;
    left: 50%;
}



/* SECTION */

.nomeSezione {
	margin: 100px 0px 0px; /* cambiare nome in base alla sezione */
}

.nomeSezione:last-of-type {
	margin-bottom: 100px;
}

.contentTesto figure {
	margin-bottom: 30px;
}
.contentTesto figure img {
	height: auto;
}

.contentTesto *:last-child {
	margin-bottom:0px !important;
}


/* FOOTER */

footer {
	padding: 100px 0px;
	background: #efefef;
}

.credits {
	margin: 30px auto;
	background: #000;
}
