/*
FONTS
font-family: 'Montserrat Alternates', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
COLOR PALETTE
primary: blue - #101921
accent: orange - #ff8704
accent 2: blue - #0060a9
text: black - #000
backgrounds: silver - #bfc0c0
other: white - #ffffff
other: red - #BB0A21
*/

/* WPML */
.wpml-ls-statics-footer,
.otgs-development-site-front-end{
	display: none;
}

html{
	font-size: 14px;
}

body {
  font-weight: normal;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.21rem;
  color: #000;
}

.home .main{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: -100px;
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-family: 'Noto Sans JP', sans-serif;
}
/* FORMATTAZIONE */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #101921;
	font-weight: bold;
}
h1 {
	font-size: 3.3rem;
}
h2 {
	font-size: 2.8rem;
	font-weight: bold;
}
h3 {
	font-size: 36px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400;
}

h3.vc_custom_heading{
	text-transform: uppercase;	
}

h4 {
	font-size: 30px;
}
h5 {
	font-size: 26px;
}
h6 {
	font-size: 16px;
	text-transform: uppercase;
}

h6 .titoletto{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.21rem;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}

.btn-custom:hover button{
	background-color: transparent !important;
	color: #ff8704 !important;
	border-color: #ff8704 !important;
}

/* NAVBAR */
#logo{
	width: 100%;
	max-width: 293px;
}

.navbar-brand,
.navbar{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.navigazione{
	/*padding-top: 25px;
	padding-bottom: 1.1rem;*/
	background: #101921;
	color: #ffffff;
	border-bottom: 1px solid #ccc;
}

.navigazione .bg-dark,
.navigazione .bg-light,
.home .navigazione{
	background-color: transparent !important;
	transition:0.75s ease;
}

.navigazione.scrolled,
.navigazione.scrolled{
	background: #101921 !important;
}
		
.navigazione a{
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	color: #ffffff;
	text-decoration: none;
	text-transform: initial;
}

.navigazione a:active,
.navigazione a:hover,
.navigazione a:visited{
	color: #ffffff;
	text-decoration: none;
	text-transform: initial;
}

.navigazione li{
	display: block;
	position: relative;
	padding: 1.1rem 1.1rem 1.1rem 1.1rem;
	
}

.navigazione .navbar-nav .dropdown-menu {
  padding-bottom: 0px;
  background: #101921;
  padding: 5px 0px;
  border-radius: 0;
  border: none;
}

.navigazione .navbar-nav .dropdown-menu li a {
	-o-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
  text-transform: uppercase;
  line-height: 20px;
  background: none;
  color: #ccc;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  letter-spacing: 0px;
  padding-right: 0px;
  text-align: left;
  padding: 7px 20px;
}

/*.navigazione .navbar-nav .dropdown-menu li a:hover,
.navigazione .navbar-nav .dropdown-menu li a:focus,
.dropdown-item:focus,
.dropdown-item:hover{
	color: #ff8704 !important;
}*/

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: 0 !important;
}

.navigazione .dropdown-menu li a::after{
	display: none;
}
.navigazione .dropdown-menu .menu-item:hover{
	background-color: #0060A9;
	border-bottom: 2px solid #ff8704;
}

.navigazione .dropdown-parent:hover >.dropdown-menu,
.navigazione .dropdown-parent>.dropdown-menu>.dropdown-parent:hover .dropdown-menu{
	display: block;
}

.navigazione .dropdown-parent>.dropdown-menu>.dropdown-parent>.dropdown-menu{
	left:100%;
	top:-7px;
}

.nav-border-right{
	border-right: 1px solid #ccc;
}

.nav-border-left{
	border-left: 1px solid #ccc;
}
/* FOOTER */
footer{
	background: #101921;
	color: #fff;
	font-size: .5em;
	border-bottom: 10px solid #0060A9;
}

footer p{
	color: #fff;
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 0;
}

footer a,
footer a:active,
footer a:visited{
	color: #fff;
}

footer a:hover{
	color: #FF8704;
}

.footer-col-sm{
	text-align: left;
	font-size: 1.5em;
	line-height: 1.6em;
}

.footer-col-sm .widgettitle{
	font-size: 1.1rem;
	color: #FF8704;
	text-align: left;
	font-weight: 400;
}

.footer-col-sm .menu{
	padding: 0;
}

.footer-col-sm .menu .li{
	list-style-position: inside;
}

.footer-contatti{
	text-align: center;
}

.footer-col-disclaimer{
	margin-top: 2.8rem;
}

.footer-mail::before{
	content: "";
	display: block;
	width: 20%;
	border-bottom: 1px solid #666868;
	margin: 0 auto 2.8rem;
}

.footer-mail{
	text-align: center;
}

.footer-mail a,
.footer-mail a:active,
.footer-mail a:link{
	color: #ff8704 !important;
}

.mail-icon{
	border: 1px solid #ff8704;
	padding: 5px;
}

#footer-bottom{
	background: #0B1116;
	color: #666868;
	text-align: center;
	border-top: 10px solid #FF8704;
}

/* HOME PAGE */

/*-----news */
#news-hp .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item,
#news-hp .wpb_content_element{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.news-archive-title h3{
	font-size: 32px !important;
	line-height: 33px !important;
}

.news-archive-img{
	
}

.news-btn-custom{
	
}

.news-btn-custom .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus, 
.news-btn-custom .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover{
	background-color: transparent !important;
	color: #ff8704 !important;
	border-color: #ff8704 !important;
}

/* PRODOTTI */

.grayscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all 0.3s ease;
}

.grayscale:hover{
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	filter: none;
}

.gallery-prodotti .featured-item{
	width: 100% !important;
	padding-bottom:50px;
}

.gallery-prodotti .img-gallery{
	width:  100%;
	max-width: 90px !important;
}

/* ARCHIVE */
#bg-taxonomy{
	background-image: url('https://ciancaleoni.progressocreativo.it/wp-content/uploads/2022/07/innerpage.jpg');
	background-position: center;
	background-size: cover;
	min-height: 500px;
	height: auto;
	text-align: center;
	padding-top: 10%;
	padding-left: -15px;
	padding-right: -15px;
}

.titolo-tax{
	color: #ccc;
	text-transform: lowercase;
}

.breadcrumb-trail{
	color: #ccc;
}

.breadcrumb-trail a,
.breadcrumb-trail a:link,
.breadcrumb-trail a:active{
	color: #ccc;
}

#taxonomy-child{
	background-color: #E6E6E6;
}

.btn-tax{
	border: 1px solid #FF8704;
	padding: 1.1rem;
	text-transform: uppercase;
	color: #B7BABC;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1.8rem;
	height: auto;
	min-height: 150px;
	max-height: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative
}

.box-tax{
	border: 1px solid #FF8704;
	padding: 1.1rem;
	text-transform: uppercase;
	color: #B7BABC;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1.8rem;
	height: auto;
	min-height: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;	
}

.btn-tax::after,
.box-tax::after{
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; 
	display: inline-block;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}

.btn-tax a,
.btn-tax a:link,
.btn-tax a:active,
.btn-tax a:visited,
.box-tax a,
.box-tax a:link,
.box-tax a:active,
.box-tax a:visited{
	color: #B7BABC;
}

.btn-tax a:focus,
.box-tax a:focus{
	color: #ff8704;
}

.btn-tax:hover,
.box-tax:hover{
	color: #ff8704;
}

.btn-tax:hover > a,
.box-tax:hover > a{
	color: #ff8704;
}

.box-tax figure{
	display: block;
	height: 166px;
	overflow: hidden;
}

.box-tax img{
	max-height: 365px;
}