/* BARRIOTHEME > CUSTOM CSS  */

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


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

#particles-js {
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}

html,
body {
	font-family: Georgia, serif;
}

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

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

.fullScreen .title h1 {
	color: #000;
	font-size: 5rem;
	text-transform: uppercase;
}

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

a:hover {
	border-bottom: 1px solid #fff;
	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;
}

/* LOGO ROTATE */

.logo-rotate {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #000;
	-webkit-mask: url(../img/reis-logo.svg) no-repeat;
  mask: url(../img/reis-logo.svg) no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 276px;
  height: 550px;
  z-index: 2;
}

.radici{
	background-color: #fff;
	-webkit-mask: url(../img/disegni/alleradici.svg) no-repeat;
  mask: url(../img/disegni/alleradici.svg) no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	width: 162px;
	height: 24px;
  margin: 20px auto;
}

.slash{
	background-color: #fff;
	-webkit-mask: url(../img/disegni/slash.svg) no-repeat;
  mask: url(../img/disegni/slash.svg) no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	width: 11px;
	height: 25px;
  margin: 20px auto 30px;
}

/* CONT-DISEGNO */

.cont-disegno {
  position: relative;
	height: 100vh;
	width: 100%;
  overflow: hidden;
}

/* FOOTER */

footer {
	background-color: #000;
  overflow: hidden;
  padding: 150px 0px 100px;
}

footer p {
	margin-bottom: 10px;
	color: #fff;
}

footer p:last-of-type {
	margin-bottom: 0;
  margin-top: 35px;
}

footer p:last-of-type a,
footer p:last-of-type a:visited,
footer p:last-of-type a:focus,
footer p:last-of-type a:hover {
	border: none !important;
}

footer p a i {
	color: #efefef;
	font-size: 2rem;
	border: none !important;
}

footer p a:hover i {
	color: #fff;
}

.tickerwrapper {
  position: absolute;
  left: 0%;
  top: 85px;
	width: 500%;
	overflow: hidden;
}

ul.list {
	position: relative;
	display: inline-block;
	list-style: none;
	padding:0;
	margin:0;
	font-size: 0;
}

ul.list.cloned {
	position: absolute;
	top: 0px;
	left: 0px;
}

ul.list li {
	display: inline-flex !important;
	position: relative;
	float: left;
	margin-right: 20px;
	line-height: 80px;
}
