/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
/*** GENERICI ***/
@font-face {
    font-family: "effra";
    src: url("../font/Effra_Std_Rg.ttf") format("truetype");
}

@font-face {
    font-family: "effra";
    src: url("../font/Effra_Std.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "effra";
    src: url("../font/Effra_Std_Lt.ttf") format("truetype");
    font-weight: 300;
}

:root {
	--blue-comar: #02548c;
}

body {
    padding-top: 54px;
    font-family: "effra";
    overflow-x: hidden;
}

@media (min-width: 992px) {
    body {
        padding-top: 4.5rem;
    }
}

@media (min-width: 1200px) {
    .container {
       max-width: 80%;
    }
	.navbar .container {
        max-width: 100%;
    }
}
/*
html {
	scroll-behavior: smooth;
} */

header {
    position: relative;
}

.bg-light {
    background-color: #fff !important;
}

a {
	text-decoration: none;
	color: var(--blue-comar);
}
article a:hover {
	text-decoration: underline;
}

/* Spaziature */
.mt-6 {
	margin-top: 4rem!important;
}
.mt-7 {
	margin-top: 5rem!important;
}
.py-md-4-5 {
	padding-top:2rem!important;
	padding-bottom:2rem!important;
}


figure.h-100 img {
	height: 100%;
}
.wp-block-image img {
    height: 100%;
}

.wp-block-media-text.h-100 img {
	height: 100%;
}

/** Scroll down **/
.scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
	z-index: 9;
    text-align: center;
}
.scroll-down a {
    cursor: pointer;
}
@media screen and (max-width: 600px) {
	.scroll-down {
		display:none;
	}
}
.scroll-down img {
  margin-bottom: 9px;
}
.scroll-down:hover img {
  animation: slide1 1s ease-in-out infinite;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 10px);
  }
}

/* Stili e formattazione titoli */
h2, h3, h4 {
    color: #0262a3;
    font-weight: 700;
}

.bold, h2.bold {
	font-weight: bold;
}

header.entry-header {
    color: #025c9a;
    font-weight: 700;
}

.entry-content h2 {
    font-weight: 500;
}

.tipo-post {
    color: #0262a3;
    font-weight: 700;
    text-transform: uppercase;
	font-size: 0.8rem;
}

.tipo-post img {
    max-width: 50px;
    margin-left: 5px;
    background: #eaeaea;
    padding: 7px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.titolo-sezione {
    border-bottom: solid 2px #0262a3;
    margin-bottom: 1rem;
	min-height: 62px;
}

.titolo-sezione h1 {
    color: #0262a3;
}

.titolo-sezione h2, .titolo-gruppo-paese h3 {
    font-weight: normal;
}

.search .titolo-sezione h2 {
	font-size:1.1rem;
	font-weight: 700;
}

.paragrafo-titolo p {
    font-size: 28px;
    color: #000;
}

.titolo-sotto-sezione {
    text-align: center;
	position: relative;
}

.titolo-sotto-sezione:before {
    content: "";
    position: absolute;
    border-bottom: solid 1px #e5e5e5;
    left: 0;
    top: 50%!important;
    width: 100%;
}

.titolo-sotto-sezione h3 {
    font-weight: normal;
    background-color: #fff;
    position: relative;
    padding: 0 20px;
    display: inline-block;
	margin-bottom: 0;
}

.titolo-gruppo-paese {
    border-bottom: solid 2px #dbdbdb;
    margin-bottom: 1rem;
}

.titolo-sotto-sezione::before {
	top: 73%;
}
.search article .btn {
	width:100%;
}


/** Form **/
.form-control {
    border-radius: unset !important;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 50px 15px;
    margin-top: 48px;
    background: #eeeeee;
}
.search-form-wrapper.open {
    display: block;
	Z-INDEX: 999;
}
.search.formcontrol {
	border-bottom: 2px solid #dcdcdc!important;
	outline:none!important;
}
.search.formcontrol:focus, .search.formcontrol:active {
	outline:none!important;
}

select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(2, 98, 163)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-position-x: calc(100% - 20px);
    background-position-y: 10px;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
	font-size: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
}

.wpcf7-checkbox {
	display: grid;
    grid-template-columns: repeat(auto-fill, 100%);
}
@media only screen and (min-width: 768px) {
	.wpcf7-checkbox {
		grid-template-columns: repeat(auto-fill, 50%);
	}
}
@media only screen and (min-width: 1280px) {
	.wpcf7-checkbox {
		grid-template-columns: repeat(auto-fill, 25%);
	}
}
@media only screen and (min-width: 1800px) {
	.wpcf7-checkbox {
		grid-template-columns: repeat(auto-fill, 15%);
	}
}
.checkbox-richiestaqualita .wpcf7-checkbox, .checkbox-richiestacustomercare .wpcf7-checkbox {
	grid-template-columns: repeat(auto-fill, 100%)!important;
}

@media only screen and (min-width: 1280px) {
	.checkbox-lineeprodotto .wpcf7-checkbox {
		grid-template-columns: repeat(auto-fill, 50%)!important;
	}
}

.wpcf7-checkbox label input {
	position: absolute;
    left: 0;
    width: auto;
    opacity: 0;
    color: black !important;
    opacity: 1;
    margin: auto;
    height: 20px;
    width: 20px;
    margin-top: 3px;
}
span.wpcf7-list-item {
    position: relative;
}
span.wpcf7-list-item label {
    margin-bottom: 1rem;
}
span.wpcf7-list-item-label {
    margin-left: 10px;
}
.wpcf7-checkbox label span.wpcf7-list-item-label:before {
    content: "";
    border-radius: 0 !Important;
    cursor: pointer !Important;
    display: inline-block !important;
    float: left !Important;
    height: 19px !important;
    position: relative !Important;
    top: 0 !important;
    margin-left: 0px !important;
    margin-top: 0px !Important;
    width: 18px !important;
}

/* Form login */
.tml-label {
    color: var(--blue-comar);
}
.tml-label {
    font-family: "effra";
    color: #0262a3 !important;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.tml .tml-field {
    color: var(--blue-comar);
    border-color: var(--blue-comar);
}

.tml-submit-wrap .tml-button {
    float: right;
    clear: right;
}

ul.tml-links {
    list-style: none;
    padding-left: 0;
}

.mc-field-group input {
    width: 100%;
    margin-bottom: 20px;
}

.privacy_gpdr {
    overflow: auto;
    height: 80px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 10px;
    color: #999;
    text-align: justify;
    line-height: 12px;
    display: block;
}

.tml-button {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 15px;
    padding: 15px 35px;
    border: 2px solid var(--blue-comar);
    letter-spacing: 1.5px;
    background: #fff;
}

.tml-button:hover {
	background-color: var(--blue-comar);
    color: #fff;
    border-color: var(--blue-comar);
	cursor:pointer;
}
.tml-indicator-wrap, .tml-indicator_hint-wrap, .tml-rememberme-wrap, .tml-links {
    display: none;
}



.column-register {
    background-color: #eeeeee;
}

.column-login {
    background-color: #dde8ed;
}

.column-login h4, .column-register h4 {
    text-transform: uppercase;
    text-align: center;
    font-family: "effra";
    color: #0262a3 !important;
    font-weight: 700;
    font-size: 24px;
    padding: 40px;
}

.wp-block-column {
    margin: 0px !important;
    padding: 32px;
}

.tml-field {
    border: none !important;
    color: #0262a3 !important;
    height: 3rem !important;
    padding-left: 1rem !important;
}

.login .tml-user_login-wrap {
    visibility: hidden;
    height: 0px;
}
.tml-lostpassword input[type=text]{
    border: 1px solid !important;
}
.modal-dialog {
    max-width: 834px !important;
}
.modal-dialog img {
	max-width:100%;
	width:100%;
}

/** Button **/
.btn {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 15px;
    padding: 15px 35px;
    border: 2px solid var(--blue-comar);
    letter-spacing: 1.5px
}

.wpcf7-submit {
    background: #fff;
}

.btn.btn-outline-primary {
    color: var(--blue-comar);
}

.btn.btn-outline-primary:hover {
    background-color: var(--blue-comar);
    color: #fff;
    border-color: var(--blue-comar);
}

.btn.btn-outline-primary:active {
    background-color: var(--blue-comar) !important;
    color: #fff;
    border-color: var(--blue-comar) !important;
}

.btn.btn-outline-primary.wpforms-submit {
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 0.9rem !important;
    border-radius: 0.8rem !important;
    padding: .5rem 2rem !important;
    border: 2px solid var(--blue-comar) !important;
    color: var(--blue-comar) !important;
    background-color: #fff !important;
    float: right;
}

.wpforms-field-label-inline {
    color: var(--blue-comar) !important;
}

.wpforms-field-label-inline a {
    color: var(--blue-comar) !important;
    text-decoration: underline !important;
}

.btn.btn-outline-primary.wpforms-submit:hover {
    background-color: var(--blue-comar) !important;
    color: #fff !important;
    border-color: var(--blue-comar) !important;
}

.btn.btn-outline-primary.wpforms-submit:active {
    background-color: var(--blue-comar) !important;
    color: #fff;
    border-color: var(--blue-comar) !important;
}

.btn.btn-primary {
    background-color: var(--blue-comar);
    border-color: var(--blue-comar);
    color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:active {
    background-color: #fff!important;
    border-color: var(--blue-comar)!important;
    color: var(--blue-comar)!important;
}

.btn.btn-outline-primary:focus, .btn.btn-primary:focus {
    box-shadow: unset!important;
}

.btn.disabled, .btn:disabled {
	border-color: var(--blue-comar);
}

/*** MENU ***/
.navbar {
    padding: 1rem;
    min-height: 7.5rem;
}
body.admin-bar .navbar {
	margin-top: 32px !important;
}

.navbar-nav .menu-item {
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-nav .nav-item a {
    text-transform: uppercase;
    color: #006ab2;
    font-weight: 600;
    padding-bottom: 0.9375rem;
    border-bottom: 5px solid transparent;
    margin: 0 8%;
    letter-spacing: 1.5px;
}

.navbar-light .navbar-nav a:focus, .navbar-light .navbar-nav a:hover {
    color: #006ab2;
    text-decoration: none;
}

.navbar-light .navbar-nav a:hover {
    border-bottom: 3px solid var(--blue-comar);
}

.navbar-nav>li.nav-item.current-menu-item>a {
    border-bottom: 3px solid var(--blue-comar);
}

.navbar-nav .nav-item.contatti-menu a {
	border-radius: 15px;
    padding: 10px 20px;
    border: 2px solid var(--blue-comar);
    background-color: var(--blue-comar);
    color: #fff;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.navbar-nav .nav-item.contatti-menu a:hover {
	background-color: #fff;
    border-color: var(--blue-comar);
    color: var(--blue-comar);
}

.navbar .menu-icon-contatti img {
	width: auto;
	height: 34px;
}
.navbar .menu-icon-contatti svg {
	width: auto;
	height: 34px;
	/*margin-top: 6px;*/
}


/*sub menu*/
.nav-item.menu-item.menu-item-has-children ul.sub-menu {
	opacity: 0;
    display: block;
    visibility: hidden;
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
    position: absolute;
}
.nav-item.menu-item.menu-item-has-children:hover ul.sub-menu {
	display:block;
	position:absolute;
	margin: 1rem 1rem 1rem 0;
	padding: 10px 0 10px 10px;
    top: 4rem;
	list-style: unset;
	background-color: var(--blue-comar);
	opacity: 1;
	visibility: visible;
	width: auto;
	transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
}
.nav-item.menu-item.menu-item-has-children ul.sub-menu li {
    padding-top: 0.8375rem;
	padding-bottom: 0.8375rem;
	display: block;
    width: 100%;
	position: relative;
	min-width: 305px;
}
.nav-item.menu-item.menu-item-has-children ul.sub-menu li.menu-item-has-children:first-child {
    position: static;
}

.nav-item.menu-item.menu-item-has-children ul.sub-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
	/*padding-bottom: 0.5rem;*/
	padding-bottom: 4px;
    line-height: 1.8;
	width: 100%;
}

/*
.nav-item.menu-item.menu-item-has-children ul{
  position: absolute;
  z-index: 10;
  left: 100%;
  top:60%;
  visibility: hidden;
  min-width: 200px;
  opacity: 0;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  background:rgba(50, 50, 50, 0.95);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.nav-item.menu-item.menu-item-has-children > ul{
  left: 40%;
  margin-top: -2rem;
}

.nav-item.menu-item.menu-item-has-children:hover > ul{
  top:0;
  visibility: visible;
  opacity: 1;
}

.nav-item.menu-item.menu-item-has-children:hover > ul{
  top:100%;
}

.nav-item.menu-item.menu-item-has-children li{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.nav-item.menu-item.menu-item-has-children li:last-child{
  border-bottom: 0;
}
.nav-item.menu-item.menu-item-has-children li a{
  color: #fff;
  padding: 12px 20px 10px;
  font-size: 12px;
  min-width:290px;
  font-weight:400;
}
*/

.nav-item.menu-item.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
    font-weight: 300;
}


/* Mobile */
.side-menu {
    background: #fff;
    position: fixed;
    top: 0;
    right: -500px;
    height: 100vh;
    padding: 2.5rem 1rem;
    width: 100%;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
	text-align: center;
}

.side-menu.active {
    right: 0;
}

.side-menu ul {
    padding: 0;
    list-style: none;
}

.side-menu ul li {
    margin-bottom: 20px;
}

.side-menu ul li a {
    color: #006ab2!important;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.side-menu ul li a:hover {
    text-decoration: none;
}

.side-menu ul li.contatti-menu a {
	border-radius: 15px;
    padding: 10px 20px;
    border: 2px solid var(--blue-comar);
    background-color: var(--blue-comar);
    border-color: var(--blue-comar);
    color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.side-menu ul li.contatti-menu a:hover {
	background-color: #fff;
    border-color: var(--blue-comar);
    color: var(--blue-comar);
}

.side-menu div.side-lang-selector li a {
    font-size: 15px;
    padding: 0;
}

.side-menu div.side-lang-selector li {
    display: inline-block;
    margin-right: 20px;
}

.side-menu div.side-lang-selector {
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #fff;
}

.close {
    position: absolute;
    right: 50px;
    top: 25px;
    width: 32px;
    height: 32px;
    opacity: 1 !important;
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #006ab2;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.menu-icon {
    float: right;
}
a.menu-icon span.bar {
    display: block;
    width: 27px;
    height: 2px;
    background-color: #000;
    margin: 7px 0;
}


.navbar-collapse.collapse.show {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
}
.navbar-collapse.collapse.show ul.navbar-nav {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: auto;
}
@media screen and (max-width: 600px) {
	.nav-item.menu-item {
		margin-top: 1.5rem;
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}
	/*sub item in side menu */
	.side-menu .nav-item.menu-item.menu-item-has-children ul.sub-menu {
		display:block;
		list-style: unset;
		position:relative;
		margin: auto;
		padding: unset;
		top:unset;
		background-color: #eeeeee;
		visibility: visible;
		opacity: 1;
	}
	.side-menu .nav-item.menu-item.menu-item-has-children ul.sub-menu li {
		padding: unset;
	}
	.side-menu .nav-item.menu-item.menu-item-has-children ul.sub-menu li a {
		color: #006ab2;
		font-size: 20px;
	}
	
	.side-menu #menu-menu-mobile>.nav-item.menu-item.menu-item-has-children>ul.sub-menu {
		padding: 10px 10px;
		margin-bottom: 20px;
	}
	.side-menu .nav-item.menu-item.menu-item-has-children ul.sub-menu li.menu-item-has-children:first-child {
		padding-top: 0px;
	}
	/*.side-menu .nav-item.menu-item.menu-item-has-children ul.sub-menu li:last-child {
	    padding-bottom: 10px;
	}*/
	/*
	.current_page_item a {
		border-bottom: 2px solid #006ab2!important;
	}
	.nav-item.menu-item.menu-item-has-children ul.sub-menu .current-menu-item a {
		border-bottom: 2px solid #006ab2!important;
	}
	.nav-item.menu-item.menu-item-has-children ul.sub-menu li:hover a {
		border-bottom: 2px solid #006ab2;
	}*/
	.side-menu li.sub-item a {
		border-bottom: none!important;
	}
	.side-menu .sub-item.current-menu-item a {
		border-bottom: 3px solid #006ab2!important;
	}
	.tipo-post {
		margin-bottom: 10px;
	}
}

.navbar-toggler.nav-open {
    z-index: 1031;
    position: fixed;
    top: 10px;
    right: 15px;
}





/* Ricerca */
.ricercaLingua {
    margin-left: 50px;
}

.navbar-cerca {
    margin-left: 2rem;
}

.navbar-cerca img {
    height: 1.2rem;
    width: auto;
}



/* --- barra ricerca ---*/
.mobile-search {
    padding-top: 1rem;
}

#ricerca-mobile {
    padding: 0.5rem;
}

.fa.fa-search.search-mobile {
    position: absolute;
    right: 10px;
    top: 12px;
}

/* Slideshow */
.carousel-indicators {
    bottom: 7%;
    left: unset;
    right: -8%;
}

.carousel-control-next-icon {
    background-image: url(../images/arrow-dx.png);
}

.carousel-control-prev-icon {
    background-image: url(../images/arrow-sx.png);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 40px;
}

/*
.carousel-caption {
    right: unset;
    left: unset;
    bottom: unset;
    width: 100%;
    top: 35%;
}*/
.carousel-caption {
    right: unset;
    left: unset;
    bottom: 20%;
    width: 100%;
    top: unset;
}

.carousel-caption h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 3vw;
}

.carousel-caption p {
    color: #fff;
    font-size: 1.5vw;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
}

a.btn.btn-carousel {
    margin-top: 20px;
    width: 15%;
}


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: -100px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px !important;
    margin-bottom: 20px;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    font-size: 40px !important;
}

.owl-carousel .owl-nav button.owl-next img, .owl-carousel .owl-nav button.owl-prev img {
    margin: 0 20px;
}

.owl-theme .owl-nav [class*=owl-] {
    outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #f8f9fa !important;
}




/* slider v owlcarousel */
.owl-slider-header .item {
    height: 75vh !important;
    /* min-height: 300px;
    overflow: hidden;
    padding-top: 100%;
    max-height: 75vh;
    position: relative; */
}
.owl-slider-header .owl-item img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.owl-slider-header .item .slider-content {
	position: absolute;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    align-content: center;
    justify-content: center;
}
.owl-slider-header .item .slider-content h3 {
	text-transform: uppercase;
    color: #fff;
    font-size: 2.8rem;
}
.owl-slider-header .item .slider-content p {
    color: #fff;
    font-size: 1.4rem;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
}



/*
.owl-slider-header .slider-item {
	height: 75vh !important;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.owl-slider-header .slider-item .slider-content {
	position: absolute;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
	right: unset;
    left: unset;
    bottom: 20%;
    width: 100%;
    top: unset;
}
.owl-slider-header .slider-item .slider-content h3 {
	text-transform: uppercase;
    color: #fff;
    font-size: 3vw;
}
.owl-slider-header .slider-item .slider-content p {
    color: #fff;
    font-size: 1.5vw;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
} */

.owl-slider-header.owl-theme .owl-nav {
	margin-top: 10px;
    top: 40%;
    width: 100%;
}
.owl-slider-header.owl-theme .owl-nav button:hover, .owl-slider-header.owl-theme .owl-nav button:focus {
	background: unset!important;
}
.owl-slider-header.owl-theme .owl-nav button img {
	filter: brightness(0.5) invert(1) grayscale(1);
	transition: all 0.5s ease;
}
.owl-slider-header.owl-theme .owl-nav button:hover img {
	filter: brightness(0) invert(1);
	transform: scale(1.1);
}
.owl-slider-header.owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0;
}
.owl-slider-header.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
}



.owl-slider-header.owl-theme .owl-dots {
    position: absolute;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    bottom: 7%;
    left: unset;
    right: -8%;
}
.owl-slider-header.owl-theme .owl-dots .owl-dot span {
    width: 30px!important;
    height: 3px!important;
    border-radius: 1px!important;
    background: rgba(255,255,255,.5);
	transition: all 0.5s ease;
	margin: 0 3px;
}
.owl-slider-header.owl-theme .owl-dots .owl-dot span:hover {
	background: rgba(255,255,255, 1);
}
.owl-slider-header.owl-theme .owl-dots .owl-dot.active span {
	background: rgba(255,255,255, 1);
}



/* slider statica */
.carousel-item.home-statica {
	height: auto!important;
    max-height: 80vh;
}
@media only screen and (min-width: 1440px) {
	.carousel-item.home-statica {
		max-height: 85vh;
	}
}
.carousel-item.home-statica img {
	visibility: hidden;
    height: auto!important;
    max-height: 100%;
    object-fit: cover;
}
.carousel-item.home-statica .carousel-caption {
	display: flex;
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.carousel-item.home-statica .carousel-caption h3 {
	font-weight: normal;
    text-transform: none;
    color: #0262a3;
	font-size: 6rem;
	font-weight: 300;
}
body:not(.home) .carousel-item.home-statica .carousel-caption h3 {
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.carousel-item.home-statica .carousel-caption h3 {
		font-size: 4rem;
	}
}
@media screen and (max-width: 600px) {
	.carousel-item.home-statica .carousel-caption h3 {
		font-size: 2.5rem;
	}
}


/* liste */
.list-unstyled a {
    color: #fff;
}

.list-unstyled a:hover {
    color: #fff;
    text-decoration: underline;
}

/* card */
.card a {
    color: inherit;
    text-decoration: inherit;
}

.card a h5:hover, .prodoti-carousel .card:hover .card-body .card-prodotto {
    color: #0262a3;
    text-decoration: underline;
}

/**test su altri caroselli prodotto**/
.card-img-top {
    /*max-height: 20vh;*/
    /*object-fit: cover;*/
    height: 100%;
}

.card-img-top.i-academy {
    min-height: 19vh;
    height: auto;
}

.card-img-top.r-news {
    max-height: 20vh;
}

.card-body.b-news {
    min-height: 7rem;
}

.card-body.b-news h4 {
    font-size: 1.36rem;
	color: #0262a3;
}

.card-body.t-academy {
    min-height: 10rem;
}

/**FIX admin bar**/ /*
.admin-bar nav.navbar.fixed-top {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar nav.navbar.fixed-top {
        top: 46px;
    }
} */

/****/
/* PAGINA HOMEPAGE */
.card-prodotto {
    margin-bottom: 0.7rem;
    margin-top: 20px;
    font-weight: 700;
    font-size: 1.50rem;
}

.marg-bott-5.prodoti-carousel.item {
    margin-bottom: 5rem;
}

.barra-ricerca {
    /*background-color:#d0e7f7;*/
    background-color: #eeeeee;
    padding: 100px 15px;
}

.btn.btn-primary.btn-cerca {
    border-radius: 0;
    /*padding: .5rem 3rem;*/
    padding: 1rem 3rem;
    background-color: #006ab2;
    border-color: #006ab2;
}

.btn.btn-primary.btn-cerca:hover {
    color: #006ab2;
    background-color: #fff;
}

.bg-grey {
    background-color: #eeeeee;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
    float: right;
    padding: 6px;
    border: none;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 25px;
}

.form-control {
    font-size: 1.2rem !important;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
    .barra-ricerca input[type=text] {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .barra-ricerca input[type=text] {
        border: 1px solid #ccc;
    }
}

.img-cubotto {
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
.img-cubotto:hover {
    /*-webkit-transform: scale(1.05);
	transform: scale(1.05);*/
}
.img-cubotto:hover {
	animation: slide3 .8s ease-in-out infinite alternate;
}
@keyframes slide3 {
  0% {
	  transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

/****/
/* PAGINA AZIENDA */
.digital-energy p, .digital-energy ul li {
    font-size: 1.5rem;
    padding-bottom: 1rem;
}

.digital-energy ul li {

}

.azienda-comar p {
    font-size: 1.3rem;
}

.row.loghi-certificati {
    margin-left: 1.5rem;
}

.loghi-certificati img {
    width: 100px;
}

.sostenibilita {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;

}

.testo-sostenibilita p {
    color: #fff;
    font-size: 1.5rem;
}

/****/
/* PAGINA ACADEMY */
/* slideshow */
.page-academy .carousel-caption {
    top: 40%;
    bottom: unset;
    text-align: center;
    overflow: hidden;
}

.page-academy .carousel-caption h1 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    font-size: 3.5rem;
    letter-spacing: 5px;
}

/* */
.card {
    border: none;
}

.card-body {
    padding: 1.25rem 0;
}

. {
    text-transform: uppercase;
}

.card-title.card-title-academy {
    min-height: 5rem;
}

/****/
/* PAGINA SOLUZIONI */
.row.categorie-progotto {
	display: none!important;
}
.row.categorie-progotto div {
    background-color: #eeeeee;
    border: solid 1px #dcdcdc;
    /*min-height: 85px;*/
	height: 100%;
	transition: 0.3s ease;
}

.row.categorie-progotto div h6 {
    text-transform: uppercase;
    color: #0262a3;
    margin-bottom: 0;
    letter-spacing: 1px;
    /*padding: 7%;*/
	padding: 9% 7%;
}
@media only screen and (min-width: 2000px) {
	.row.categorie-progotto div h6 {
		    padding: 40px 7%;
	}
}

.row.categorie-progotto div.active, .row.categorie-progotto div:hover {
    background-color: #025c9a;
    border: solid 1px #025c9a;
}

.row.categorie-progotto div.active h6, .row.categorie-progotto div:hover h6 {
    color: #fff;
    text-decoration: underline;
}

.drop-mobile .dropdown-menu.show {
    /*top: 10rem!important;*/
    position: relative !important;
    transform: none !important;
    will-change: unset !important;

}

.drop-mobile .dropdown-menu.show .dropdown-item {
    padding: 0.3rem 1rem;
}

.btn.btn-documentazione {
    font-weight: bold;
}

/*dropdown page soluzioni*/
.categorie-progotto.dropdown {
    display: none;
}

/* banner head soluzioni */
.banner-head-soluzioni {
    min-height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner-head-soluzioni h1 {
    color: #fff;
    font-size: 2.5rem;
	font-weight: 700;
}

.banner-head-soluzioni h4 {
    color: #fff;
    font-size: 2.5rem;
}

.banner-head-soluzioni p {
    color: #fff;
    font-size: 1.5rem;
}

.testo-hover-prodotto {
    font-size: 1rem;
}

@media only screen and (max-width: 989px) {
    .categorie-progotto.dropdown {
        display: block;
    }

    .drop-mobile.dropdown {
        display: grid;
    }

    .categorie-progotto.no-dropdown {
        display: none;
    }

    .row.categorie-progotto.dropdown div {
        background-color: #eeeeee;
        border: solid 1px #dcdcdc;
        height: auto;
    }

    .row.categorie-progotto.dropdown div h6 {
        text-transform: uppercase;
        color: #0262a3;
        margin-bottom: 0;
    }

    .row.categorie-progotto.dropdown div.active, .row.categorie-progotto.dropdown div:hover {
        background-color: #eee;
        border: solid 1px #dcdcdc;
    }

    .row.categorie-progotto.dropdown div.active h6, .row.categorie-progotto.dropdown div:hover h6 {
        color: #0262a3;
    }

    .dropdown .btn.dropdown-toggle {
        width: 100%;
        border-radius: 0;
        background-color: #eeeeee;
        border: solid 1px #dcdcdc;
        text-transform: uppercase;
        color: #0262a3;
        font-weight: 400;
        padding: 1rem 2rem;
    }

    .dropdown.show .btn.dropdown-toggle {
        color: #fff;
    }

    .dropdown-toggle::after {
        margin-left: 0 !important;
        position: absolute;
        right: 29px;
        /*top: 26px;*/
        top: 40px;
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        background-color: #025c9a;
        border-color: #025c9a;
    }

    .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .dropdown-menu.show {
        width: 100%;
        /*left: 23px!important;*/
        border-radius: 0;
        background-color: #eeeeee;
        border: solid 1px #dcdcdc;
    }

    .dropdown-menu.show .dropdown-item {
        padding: 1rem 1.5rem;
    }
}

/****/
/* PAGINA SERVIZIO */
.btn-collapse {
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 400;
    border: unset;
    border-bottom: 2px solid var(--blue-comar);
    border-radius: unset;
    color: var(--blue-comar);
    text-transform: capitalize;
    padding: .8rem 0rem .8rem 0.3rem;
}

.btn-collapse:hover, .btn-collapse:active {
    color: var(--blue-comar) !important;
    background-color: inherit !important;
    border-color: inherit !important;
}

.btn-collapse:focus {
    box-shadow: unset !important;
}

.btn-collapse .fas {
    float: right;
    padding-top: 10px;
}

.btn-servizio {
    background-color: #fff;
    padding: .7rem 1.5rem;

}

.text-servizio {
    font-size: 1.5rem;
    color: #0262a3;
    margin-bottom: 0;
}

.testo-collapse-distributori {
    font-size: 1.5em;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.22rem;
    background-color: #fff;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    margin: 1rem 0;
    position: relative;
    white-space: normal;
    display: inline-block;
}

/*
.testo-collapse-distributori.attivo, .testo-collapse-distributori0.attivo, .testo-collapse-distributori1.attivo {
    color: #0262a3;
}

.testo-collapse-distributori.disattivo, .testo-collapse-distributori0.disattivo, .testo-collapse-distributori1.disattivo {
    color: #686868;
}*/
.btn.btn-collapse-distr .testo-collapse-distributori, .btn.btn-collapse-distr1 .testo-collapse-distributori {
    color: #0262a3; /*blu*/
}

.btn.btn-collapse-distr.collapsed .testo-collapse-distributori, .btn.btn-collapse-distr1.collapsed .testo-collapse-distributori {
    color: #686868;
}

.collapse-distributori:before, .collapse-distributori0:before, .collapse-distributori1:before {
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 2.5rem;
    width: 100%;
    border-top: 1px solid #dbdbdb;
}

/* Icona distributore */
.container-single-collapse .icon-servizio {
	filter: grayscale(100%);
	transition: all 0.5s;
}
.container-single-collapse.active .icon-servizio {
	filter: grayscale(0%);
}
.icon-servizio {
	padding-bottom: 0.4rem;
	padding-left: 0.8rem;
}

/* freccette */
.distributori .fas {
    font-size: 1.5rem;
    color: #dbdbdb;
}

.distributori .fas.fa-angle-up {
    color: #0262a3;
}

.btn-collapse-distr, .btn-collapse-distr0, .btn-collapse-distr1 {
    -webkit-appearance: inherit !important;
    border: unset;
    border-radius: unset;
    text-transform: capitalize;
    padding: .8rem 0rem .8rem 0.3rem;
}

.btn-collapse-distr:focus, .btn-collapse-distr0:focus, .btn-collapse-distr1:focus {
    box-shadow: unset !important;
}

.icona-collapse {
	position: absolute;
    right: 15px;
    top: 25px;
    height: 100%;
    width: auto;
}
.container-single-collapse .icona-collapse i {
    transition: all 0.5s;
}
.container-single-collapse.active .icona-collapse i {
    transform: rotate(180deg);
    transition: all 0.5s;
}


.testo-paese strong {
    text-transform: uppercase;
}

/****/
/* PAGINA PRODOTTO */
.alignleft {
    float: left;
}

.single-prodotto h4 {
	font-size: 1.75rem;
    font-weight: 400;
}

.icon-pdf.alignleft {
    margin-right: 20px;
    margin-bottom: 5px;
}

p.alignleft {
    margin-top: 15px;
}

.link-scheda-prodotto {
    font-weight: 700;

}

ul.lista-prodotto {
    list-style: none;
}

.lista-prodotto li:before {
    content: "-";
    padding-right: 8px;
    color: #000;
}

.link-scheda-prodotto {
    color: #000;
}

.descrizione_tecnica ul {
    list-style: none;
    padding: 0;
}

.scheda-prodotto p {
	font-size: 1.3rem;
}

/****/
/* PAGINA CONTATTI */
div.main.contatti {
    background-color: #dde8ed;
}

.info-contatto {
    color: #0262a3;
}

.info-contatto a {
    color: #0262a3;
    padding-bottom: 0.4rem;
    border-bottom: 2px #0262a3 solid;
    text-decoration: none;
}

.info-contatto a:hover {
    border-bottom: none;
}

.carousel-item {
    height: 75vh !important;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

/* form di contatto */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400 !important;
    color: #0262a3 !important;
    margin: 0 0 10px 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #0262a3 !important;
}

div.wpforms-container-full .wpforms-form input[type="date"], div.wpforms-container-full .wpforms-form input[type="datetime"], div.wpforms-container-full .wpforms-form input[type="datetime-local"], div.wpforms-container-full .wpforms-form input[type="email"], div.wpforms-container-full .wpforms-form input[type="month"], div.wpforms-container-full .wpforms-form input[type="number"], div.wpforms-container-full .wpforms-form input[type="password"], div.wpforms-container-full .wpforms-form input[type="range"], div.wpforms-container-full .wpforms-form input[type="search"], div.wpforms-container-full .wpforms-form input[type="tel"], div.wpforms-container-full .wpforms-form input[type="text"], div.wpforms-container-full .wpforms-form input[type="time"], div.wpforms-container-full .wpforms-form input[type="url"], div.wpforms-container-full .wpforms-form input[type="week"], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    border: none !important;
    color: #0262a3 !important;
    height: 50px !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 120px !important;
}

label.fom-control {
    color: #0262a3 !important;
}

.wpcf7-form-control.campo-input, .wpcf7-form-control.campo-input option {
    border: none !important;
    color: #0262a3 !important;
    height: 3rem !important;
    padding-left: 1rem !important;
}

.wpcf7-form-control.campo-input.campo-area {
    height: 8rem !important;
}

#lbl-up {
    color: #0262a3;
    font-weight: 700;
}

#lbl-up span#testo-spec {
    font-weight: 400;
}


/*modifiche su upload form contatti**/
/*
.wpcf7-form-control-wrap.file-123 {
    visibility: hidden;
    position: absolute;
    /*z-index: -1;*/
}
.wpcf7-form-control-wrap.file-123 {
    visibility: hidden;
    position: absolute;
}
/*
.wpcf7-form-control-wrap.file-123 span.wpcf7-not-valid-tip {
	visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0;
} */
/***/


span.wpcf7-list-item {
    margin: 0 1.5em 0 0em !important;
    color: #0262a3 !important;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

.row.form-group a {
    color: unset;
    text-decoration: underline;
}

#icon-upload {
    padding-right: 20px;
}

.testo-accordion {
    font-size: 1.5rem;
    padding-bottom: 1rem;
}

.form-servizio .campo-input {
    border: 1px solid #dbdbdb !important;
}

span.wpcf7-list-item {
    margin-right: 10px!important;
}

/****/
/* PAGINA LANDING */
.testo-header-landing h3 {
    font-weight: 500;
}

.testo-header-landing {
    margin-left: 10%;
}

.testo-header-landing h4 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}

.img-landing h3 {
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
}

.row.align-items-center.video-cloud {
    min-height: 50vh;
}

a.btn.play-video {
    background-color: transparent;
    border-color: unset;
    border-radius: 0;
    padding: .5rem 2rem;
    border: none;
}

a.btn.play-video.wp-video-lightbox-fr {
	position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.btn.play-video.wp-video-lightbox-fr img {
	width: auto;
}

.video-cloud .testo-video {
    color: #fff;
    font-weight: 500;
}

/* video lightbox */
#video {
    width: 960px;
    height: 540px;
    /*width:100%;
    height:auto;*/
}

#button-video {
    /* Dimensions */
    /*width: 100px;
    height: 100px;*/
    /* Positioning */
    /*top: 45%;
    left: 50%;
    position: absolute;
    z-index: 2;*/
    /* The code above makes sure the video is
    both vertically and horizontally centered
    to the screen */
    /* Styling */
    background-color: transparent;
    border: 0; /* remove annoying grey border */
    cursor: pointer;
    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

#button-video.btn-academy {
    background-color: inherit;
    border: inherit;
}

#button-video.btn-academy {
    background-color: inherit;
    border: inherit;
    color: inherit;
}

#button-video:hover {
    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);

    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

#button-video > i {
    /* Text */
    color: grey;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);

    /* Make play sign 3d-ish */

    /* Positioning */
    position: relative;
    margin-top: 4px;
    margin-left: 6px;

    /* ----- Transitions ----- */
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}

#button-video:hover > i {
    /* Text */
    color: white;

    /* ----- Transitions ----- */
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;

    /* When we hover on the button make the play sign white. */
}

#lightbox {
    /* ----- Positioning ----- */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;

    /* The code above makes sure that the
    lightbox covers the entire page*/

    /* ----- Visibility ----- */
    display: none;

    /* ----- Styling ----- */
    background-color: rgba(0, 0, 0, 0.95);

    /* Normally, most lightboxes do not use
    a completely solid black, but with about
    90-95% opacity so that the background is
    somewhat visible */
}

#video-wrapper {
    /* ----- Positioning ----- */
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    /* The code above makes sure the video is
    both vertically and horizontally centered
    to the screen */

    /* ----- Styling ----- */
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);

    /* The code above is used to add a little shadow to the video making blend in better */
}

#close-btn {
    /* ----- Text ----- */
    color: grey;
    font-size: 25px;

    /* ----- Positioning ----- */
    position: fixed;
    top: 15%;
    right: 3%;
    z-index: 999;

    /* The code above is used to put the button on the upper right corner of the lightbox */

    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);

    /* The code above is used to initialize the scale for the button so that it can be used in transitions */

    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
}

#close-btn:hover {
    /* ----- Text ----- */
    color: white;
    /* ----- Styling ----- */
    cursor: pointer;
    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
}

.liste-paragrafi ul li {
    padding: 0.5rem 0;
    font-size: 1.3rem;
}

.p-land, .p-land p {
    font-size: 1.5rem;
}

.s-land, .s-land p {
    font-size: 1.5rem;
}

.s-vantaggi-land p {
    font-size: 1.5rem;
}

/*** FOOTER ***/
/* Barra divisoria footer */
.barraDivisoriaMenu { 
	border-right: 1px solid #eeeeee;
}
.barra-divisoria {
	position: relative;
}
.barra-divisoria:before {
    content: "";
    position: absolute;
    height: 11rem;
    left: 0px;
    border-right: 1px solid var(--blue-comar);
}

.icon-social {
    width: 2rem;
    height: auto;
}

.elenco-menu li {
    text-transform: uppercase;
}

.spaziatura {
    padding-top: 80px;
    padding-bottom: 80px;
}

/** PAGINA NEWS **/
.pagination {
    display: block;
    text-align: right;
    margin-top: 120px;
}
.search.search-results .navigation.pagination {
	text-align: center;
	margin-top: 0px;
}


h2.screen-reader-text {
    display: none;
}

/*
.barra-ricerca form button .screen-reader-text {
	display:block;
} */
.pagination .current, .page-numbers.current {
    background-color: var(--blue-comar);
    color: #fff;
    border-color: var(--blue-comar);
    text-decoration: none;
}



.page-numbers {
    color: #c7c7c7;
    border-radius: 15px;
    border: 1px solid #c7c7c7;
    margin: 5px;
    letter-spacing: 1.5px;
    padding: 7px 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-numbers:hover {
    background-color: var(--blue-comar);
    color: #fff;
    border-color: var(--blue-comar);
    text-decoration: none;
}

.widget-title {
    border-bottom: solid 2px #0262a3;
    font-weight: normal;
    padding-bottom: .5rem;
}

.widget {
    margin-bottom: 40px;
}

.widget ul {
    list-style: none;
    padding-left: 0;
}

.widget ul li {
    padding: 20px 0;
}

.widget ul li a {
    color: var(--blue-comar);
    border-radius: 15px;
    border: 2px solid var(--blue-comar);
    letter-spacing: 1.5px;
    padding: 7px 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.widget ul li a:hover {
    background-color: var(--blue-comar);
    color: #fff;
    border-color: var(--blue-comar);
    text-decoration: none;
}

.testo-parallasse{
	color: #fff;
    font-weight: 100;
	font-size:40px;
}


.btn-guide {
	/*float:left; */
	width: 100%;
	margin: 10px 0;
}

/** MEDIA QUERIES **/
@media screen and (max-width: 600px) {

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1rem;
    }

    /*card*/
    .card-body {
        text-align: center;
    }

    .card-body.b-news {
        min-height: unset;
    }

    .card-body.b-news {
        text-align: center;
    }

    .card-body.b-news h4 {
        font-size: inherit;
    }

    .card-img-top.r-news {
        max-height: unset;
    }

    .card-body.t-academy {
        min-height: unset;
    }

    .card-img-top.i-academy {
        min-height: unset;
    }

    .card-title.card-title-academy {
        min-height: unset;
    }

    /*titoli sezione*/
    .titolo-sezione.t-news {
        border-bottom: none;
    }

    .titolo-sezione.t-news::after {
        border-bottom: solid 2px #0262a3;
        position: absolute;
        content: "";
        width: 85%;
        left: 7%;
    }

    /*button*/
    .btn {
        font-size: 0.9rem;
        white-space: normal;
    }

    .btn.btn-documentazione {
        font-size: 1.5rem;
    }

    .btn.btn-primary.btn-cerca {
        padding: 0.5rem 2rem;
        padding: 15px 15px;
    }

    .btn.btn-prodotto {
        white-space: normal;
    }

    .marg-bott-5.prodoti-carousel.item {
        margin-bottom: 2rem;
    }

    /*azienda*/
    .digital-energy p, .azienda-comar p, .testo-sostenibilita p, .digital-energy ul li {
        font-size: 1rem;
    }

    .row.loghi-certificati {
        margin-left: inherit;
    }

    .loghi-certificati a.btn {
        font-size: 0.75rem !important;
    }

    /*academy*/
    .paragrafo-titolo p {
        font-size: inherit;
    }

    /*servizio*/
    .text-servizio {
        font-size: 1.5rem;
    }

    .btn-servizio {
        font-size: 0.8rem;
        padding: .5rem 1rem;
        white-space: normal;
    }

    .btn-collapse-distr, .btn-collapse-distr0, .btn-collapse-distr1 {
        padding: .8rem 0rem;
    }

    .testo-collapse-distributori, .testo-collapse-distributori0, .testo-collapse-distributori1 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .p-land, .p-land p, .liste-paragrafi ul li, .s-land, .s-land p, .s-vantaggi-land p {
        font-size: 1rem;
    }

    /*news*/
    a.next.page-numbers {
        display: none;
    }

    /*contatti*/
    .wpforms-field {
        margin-left: inherit !important;
        width: 100% !important;
    }

    .navbar-brand {
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-brand img {
        width: 10rem;
        height: auto;
    }

    .nav-item.menu-item {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    /*landing*/
    .row.align-items-center.video-cloud {
        min-height: 30vh;
    }

    .carousel-inner.landing {
        width: unset;
    }

    .carousel-inner.landing .carousel-item {
        height: unset;
        min-height: 40vh;
    }

    .testo-header-landing h4 {
        font-size: 2.2rem;
        max-width: 85%;
    }

    /* owl carousel */
    .owl-nav {
        display: none;
    }

    .btn-guide {
        text-align: center;
    }

    .carousel-indicators {
        bottom: 7%;
        left: 0;
        right: 0;
    }

    .carousel-control-next, .carousel-control-prev {
        display: none;
    }

    .carousel-caption h3 {
        font-size: 2rem;
    }

    .carousel-caption p {
        font-size: 1.3rem;
    }

    /*.carousel-caption {
        top: 20%;
		padding: 15px;
    } */
	.carousel-caption {
        /*top: 45%;*/
		padding: 15px;
    }
	
	.page-template-page-homepage-francese .carousel-caption {
		top: 38%;
	}

    a.btn.btn-carousel {
        width: unset;
    }
}

@media screen and (max-width: 1350px) {
    .navbar-nav .nav-item a {
        margin: 0 5px;
    }

    .btn {
        padding: 12px 28px;
    }

    .marg-bott-5.prodoti-carousel.item {
        margin-bottom: 3rem;
    }
}

@media screen and (min-width: 1351px) {
    .navbar-nav .nav-item a {
        /*margin: 0 8px;*/
		margin: 0 0px;
        font-size: 1.1rem;
    }
}
@media only screen and (max-width:767px) {
	.selettor-lingua {
		margin-left: auto;
		margin-right: auto;
		padding-top: 1rem;
	}

}

@media only screen and (min-width:768px) and (max-width:1350px) {
	.navbar-expand-md .navbar-nav {
		flex-flow:wrap;
		line-height: 3rem;
	}
	#navbarResponsive #menu-main-menu li {
		padding-right:20px;		
	}
}

/**************************************************31march**************************************************/
.modal .close:after, .modal .close:before {
    display: none;  
}
.modal-header {
    color: #fff;
    justify-content: center;
    border-radius: 0;
}
#exampleModalLong .modal-title{display:none !important;}
.modal-header .close {
    padding: 0 !important;
    margin: 0;
    font-size: 25px;
    right: 5px;
    top: 0;
    color: #0262A3;
    border-radius: 50%;
}
.modal-header .close:hover{opacity:0.8 !important;}
#exampleModalLong .modal-footer {
    display: none;
}
#exampleModalLong figure {
    width: 100%;
    height: auto; 
}
#exampleModalLong figure img {
    width: 100%;
    height: auto;
}
#exampleModalLong ul{padding: 0 0 0 1rem !important;}
a.titolo-video {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

/****************/
#anchorprodotti {
	position: absolute;
	bottom: 180px;
	z-index: -1;
}
.cat-prod-ancoraggio a {
	color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.cat-prod-ancoraggio i.fas {
	color: #fff;
    font-size: 1rem;
    padding: 0 10px;
}
.cat-prod-ancoraggio i {
  margin-bottom: 3px;
}
.cat-prod-ancoraggio:hover i {
  animation: slide2 1s ease-in-out infinite;
}
@keyframes slide2 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 4px);
  }
}

/*** Back to top ***/
#btnBackToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid var(--blue-comar);
  outline: none;
  background-color: var(--blue-comar);
  color: #fff;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 50%;
}

#btnBackToTop:hover {
	background-color: #fff;
	color: var(--blue-comar);
}

/*** Privacy page ***/
body.privacy-policy p {
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}


/*** Home - scroll down ***/
#prodotti-evidenza {
	position: absolute;
    top: -120px;
}


/*** Header - fix barra menu ***/
@media only screen and (min-width: 576px) and (max-width: 1199px) {
	.navbar .navbar-brand img {
		max-height: 50px;
	}
	.navbar-expand-md .navbar-nav {
		line-height: 2rem;
	}
	.navbar-nav .nav-item a {
		font-size: 0.70rem;
	}
	#navbarResponsive #menu-main-menu li {
		padding-right: 15px;
	}
	.ricercaLingua {
		margin-left: 15px;
	}
}

/*** Fix ancoraggi categoria prodotto **/
.ancoraggio-sezione {
	position: absolute;
	top: 0;
	margin-top: -120px;
}

/*** Sistemazione bandierine **/
.wpml-ls ul {
    list-style: none;
    padding: 0;
    margin-left: 5px;
}
.wpml-ls ul li {
    display: inline-block;
    margin: 15px 8px 0 8px;
}

/*** MODIFICHE MENU  - gestione III livello ***/
.navbar-nav .nav-item.menu-item.menu-item-has-children ul.sub-menu li.nav-item.menu-item.menu-item-has-children ul.sub-menu {
	display: block;
	width: 100%;
    left: 100%;
    top: 0;
	opacity: 0;
	margin-top: 0;
	margin-right: 0;
	visibility: hidden;
	background-color: #006ab2;
}
.navbar-nav .nav-item.menu-item.menu-item-has-children ul.sub-menu li.nav-item.menu-item.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
.navbar-nav .nav-item.menu-item.menu-item-has-children>ul.sub-menu>li.nav-item.menu-items:hover>a, .navbar-nav .nav-item.menu-item.menu-item-has-children>ul.sub-menu>li.nav-item.menu-item.menu-item-has-children:hover>a, .navbar-nav .nav-item.menu-item.menu-item-has-children>ul.sub-menu>li.nav-item.menu-item.menu-item-has-children>ul.sub-menu>li:hover>a, .navbar-nav .nav-item.menu-item.menu-item-has-children>ul.sub-menu>li.nav-item.sub-item:hover>a {
    border-bottom: 2px solid #fff!important;
}
.nav-item.menu-item.menu-item-has-children:hover ul.sub-menu {
	padding: unset;
}/*
.nav-item.menu-item.menu-item-has-children:hover ul.sub-menu li ul.sub-menu {
	padding: 10px 0 10px 10px;
} */
.nav-item.menu-item.menu-item-has-children ul.sub-menu li {
	padding-left: 18px;
    padding-right: 18px;
}
.navbar-nav .nav-item.menu-item.menu-item-has-children>ul.sub-menu>li.nav-item.sub-item.menu-item-has-children:hover {
	background-color: #006ab2;
}
/* Fix menu 1o liv */
@media only screen and (min-width:768px) and (max-width:1200px) {
	#navbarResponsive #menu-main-menu li {
		padding-right:10px;		
	}
}
@media only screen and (min-width:1200px) and (max-width:1440px) {
	.navbar-brand img {
		max-width: 230px
	}
	#navbarResponsive #menu-main-menu li {
	    padding-right: 10px;
		font-size: 0.9rem;
	}
}

/* Mobile menu */
.side-menu .nav-item.menu-item-has-children>ul.sub-menu>li.nav-item.menu-item-has-children>ul.sub-menu>li.menu-item {
    margin-bottom: 0;
}
.side-menu .nav-item.menu-item-has-children>ul.sub-menu>li.nav-item.menu-item-has-children>ul.sub-menu>li.menu-item>a {
    font-size: 16px;
	text-transform: none;
}
.side-menu .nav-item.menu-item-has-children>ul.sub-menu>.sub-item.current-menu-item>ul.sub-menu>li.menu-item>a {
	border-bottom: unset!important;
}


/*** Fix pagina documentazione ***/
.btn.btn-documentazione.collapsed[aria-expanded="false"] i {
    transition: all 0.5s;
}

.btn.btn-documentazione[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all 0.5s;
}


/*** Fix pagina blog e academy ***/
article .card-articolo {
	display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
}
article .card-articolo h4 {
	font-weight: 400;
}

aside#secondary .widget-title {
	border-bottom: unset;
	color: #0262a3;
    font-weight: 700;
	display: none;
}
aside#secondary .widget ul li:first-child {
	padding-top: 7px;
}
/*
aside#secondary .widget ul li {
	padding: 5px 0;
}
aside#secondary .widget ul li a {
    color: #212529;
    border-radius: unset;
    border: unset;
	padding: 7px 10px 7px 0;
}
aside#secondary .widget ul li a:hover {
    background-color: unset;
    color: #212529;
    border-color: unset;
    text-decoration: underline;
} */

.widget.widget_search form.search-form {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.widget.widget_search form.search-form .input-group {
	flex-direction: column;
}
.widget.widget_search form.search-form .input-group input.search.form-control {
	width: 100%;
    margin-bottom: 10px;
}

/** Plugin video youtube **/
.sby-owl-dots .sby-owl-dot span {
	background: var(--blue-comar)!important;
	width: 30px!important;
    height: 3px!important;
	border-radius: 1px!important;
}
[id^=sb_youtube_].sb_youtube svg:not(:root).svg-inline--fa, [id^=sb_youtube_].sb_youtube_lightbox svg:not(:root).svg-inline--fa {
	color: var(--blue-comar)!important;
}

/*** NUOVA PAGINA CONTATTI ***/
#tab-form-contatti.nav-tabs {
	border-bottom: 1px solid #dde8ec;
	border-left: 1px solid #0262a3;
	border-top: 2px solid #0262a3;
	border-right: 1px solid #0262a3;
}
#tab-form-contatti.nav-tabs .nav-item {
	width: 100%;
}
@media only screen and (min-width: 992px) {
	#tab-form-contatti.nav-tabs .nav-item {
		max-width: 25%;
	}
}

#tab-form-contatti a.nav-link {
	color: inherit;
	padding: 1.3rem 0.75rem 1rem;
	border-left: 1px solid #0262a3;
	border-right: 1px solid #0262a3;
	border-bottom: 1px solid #0262a3;
	border-radius: 0!important;
	cursor: pointer;
	margin-bottom: calc(-2 * var(--bs-nav-tabs-border-width));
}
#tab-form-contatti a.nav-link:hover {
	background-color: #dde8ec;
	border-color: #0262a3;
	border-bottom: 1px solid #0262a3;
	border-top-color: #dde8ec;
}
#tab-form-contatti a.nav-link.active {
	background-color: #dde8ec;
	border-color: #0262a3;
	border-bottom-color: #dde8ec;
	border-top-color: #dde8ec;
	cursor: inherit;
}

h4.title-tab-form {
	margin-bottom: 0!important;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: normal;
	font-size: 1.1rem;
}
img.icon-tab-form {
	max-width: 48px;
	width: 100%;
	height: auto;
}
.testo-tab-form {
	margin-top: 10px;
	line-height: normal;
	font-style: italic;
	font-size: 13px;
	letter-spacing: 1.05px;
}

@media only screen and (min-width: 767px) {
	h4.title-tab-form {
		font-size: 1.25rem;
	}
}

@media only screen and (min-width: 992px) {
	h4.title-tab-form {
		min-height: 48px;
	}
	.testo-tab-form {
		min-height: 39px;
		font-size: 16px;
	}
}


#content-tab-form-contatti {
	border-left: 2px solid #0262a3;
	border-right: 2px solid #0262a3;
	border-bottom: 2px solid #0262a3;
	background-color: #dde8ec;
}


/* Option per schermi grandi */
@media only screen and (min-width: 1600px) {
	#tab-form-contatti a.nav-link {
		padding: 2rem 1.5rem;
	}
	.testo-tab-form {
		font-size: 19px;
		letter-spacing: 1.1px;
		min-height: 47px;
	}
	h4.title-tab-form {
		font-size: 1.5rem;
		min-height: 60px;
	}
}

/* Fix form */
@media only screen and (min-width: 1280px) {
	/* Form customer care */
	#wpcf7-f23074-o2 .wpcf7-checkbox {
		grid-template-columns: repeat(auto-fill, 50%);
	}
	#wpcf7-f23094-o2 .wpcf7-checkbox {
		grid-template-columns: repeat(auto-fill, 50%);
	}
}


/* Accordion - mobile */
.btn.btn-accordion-form {
	padding: 15px 0.7rem;
	border: 1px solid var(--blue-comar);
	position: relative;
}
.btn.btn-accordion-form .testo-tab-form {
	max-width: 75%;
}
@media only screen and (min-width: 767px) {
	.btn.btn-accordion-form {
		padding: 15px 1rem;
	}
	.btn.btn-accordion-form .testo-tab-form {
		max-width: 100%;
	}
}

span.sottotitolo-tab-form {
	font-style: italic;
	font-size: 0.65rem;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1.3px;
}
.btn-accordion-form .fas.fa-angle-down {
	padding-top: 0;
	float: none;
	font-size: 1.5rem;
	
	position: absolute;
	right: 10px;
	top: 35%;
}

.btn.btn-accordion-form img.icon-tab-form {
	max-width: 40px;
	margin-right: 10px;
}
.content-accordion-form {
	background-color: #dde8ec;
	border: 1px solid rgb(2, 84, 140);
	border-top: unset;
}
.btn.btn-accordion-form.collapsed[aria-expanded="false"] i {
	transition: all 0.5s;
}

.btn.btn-accordion-form[aria-expanded="true"] i {
	transform: rotate(180deg);
	transition: all 0.5s;
}
/*** NUOVA PAGINA CALCOLATORE ***/
#tab-form-calcolatore.nav-tabs {
	border-bottom: 1px solid #dde8ec;
	border-left: 1px solid #0262a3;
	border-top: 2px solid #0262a3;
	border-right: 1px solid #0262a3;
}
#tab-form-calcolatore.nav-tabs .nav-item {
	width: 100%;
}
@media only screen and (min-width: 992px) {
	#tab-form-calcolatore.nav-tabs .nav-item {
		max-width: 50%;
	}
}

#tab-form-calcolatore a.nav-link {
	color: inherit;
	padding: 1.3rem 0.75rem 1rem;
	border-left: 1px solid #0262a3;
	border-right: 1px solid #0262a3;
	border-bottom: 1px solid #0262a3;
	border-radius: 0!important;
}
#tab-form-calcolatore a.nav-link:hover {
	background-color: #dde8ec;
	border-color: #0262a3;
	border-bottom: 1px solid #0262a3;
	border-top-color: #dde8ec;
	cursor: pointer;
}
#tab-form-calcolatore a.nav-link.active {
	background-color: #dde8ec;
	border-color: #0262a3;
	border-bottom-color: #dde8ec;
	border-top-color: #dde8ec;
}

#content-tab-form-calcolatore {
	border-left: 2px solid #0262a3;
	border-right: 2px solid #0262a3;
	border-bottom: 2px solid #0262a3;
	background-color: #dde8ec;
}


/* Option per schermi grandi */
@media only screen and (min-width: 1600px) {
	#tab-form-calcolatore a.nav-link {
		padding: 2rem 1.5rem;
	}
}

/*Stile campi form calcolatore */

#form_calcolo_potenza_simple label, .tabella-risultati label {
	width:100%;
	margin-top: 15px;
}

#form_calcolo_potenza_simple input, .tabella-risultati input {
	width:100%;
	height: 3rem;
    padding-left: 1rem;
	font-size: 14px;
}

#form_calcolo_potenza_simple input, #form_calcolo_potenza_extended input {
    border: none;
    color: #0262a3;
}

#form_calcolo_potenza_extended {
	max-width:100%;
}

.titolo-sezione img {
    margin-right: 10px;
}

@media only screen and (max-width: 480px) {
	#form_calcolo_potenza_extended label {
		font-size:12px;
	}
	#form_calcolo_potenza_extended .col-2 {
		padding: 0 5px;
	}
}
.grecaptcha-badge {
	visibility:hidden;
}

/* Popup scroll */

#popUp {
  position: fixed;
  max-width: 350px;
  height: 225px;
  background: #dde8ec;
  border: 7px solid #fff;
  bottom: 20%;
  /* margin-left: -425px;*/
  margin-right: -425px;
  right: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9;
}

#new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

#popUp .close {
  color: #464646;
  right: 8px;
  top: 0px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}

#popUp h2 {
  font-size: 17px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}

.btn.button-pop {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 140px;
  font-size: 15px;
  padding: 8px 0;
  background-color: var(--blue-comar);
  border-color: var(--blue-comar);
  color: #fff;
}
.btn.button-pop:hover,
.btn.button-pop:active {
  background-color: #fff!important;
  border-color: var(--blue-comar)!important;
  color: var(--blue-comar)!important;
}
.btn.button-pop:focus {
	outline: unset;
    box-shadow: unset;
}

#plus {
  position: fixed;
  color: #fff;
  bottom: 35%;
  font-size: 15px;
  /* margin-left: 0; */
  margin-right: 0;
  right: 0;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 9;
}

#plus span {
  position: absolute;
  margin-top: 38px;
  /*left: 4px;*/
  right: 4px;
}

#plus::after {
  content: '';
  display: block;
  display: relative;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  /*border-left: 55px solid #dde8ec;*/
  border-right: 55px solid #dde8ec;
}

@media all and (max-width: 900px) {
  #popUp {
    /*margin-left: -425px; */
	margin-right: -425px;
	height: 210px;
	bottom: 150px;
  }
  #plus {
    /*margin-left: 0px;*/
	margin-right: 0px;
  }
}


/** Mod Homepage ott 2022 **/
.carousel-item.home-statica .sottotitolo-slide {
	margin-top: 20px;
}
.carousel-item.home-statica .sottotitolo-slide p {
	color: #0262a3;
    font-weight: 300;
}
.carousel-item.home-statica .sottotitolo-slide a {
	color: inherit;
	text-decoration: underline;
}
/* NOTA: c'è del css in linea usato per la pagina demo in file template */

/** Mod selettore lingua ott 2022 **/
.wpml-ls-legacy-dropdown {
    width: 100%!important;
    max-width: 100%;
	margin-left: 10px;
}
.wpml-ls ul li {
	display: list-item;
}
.page-template-page-homepage-francese .wpml-ls ul li {
	display: inline-block;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
	border-radius: 50%;
}
.wpml-ls-legacy-dropdown a {
	border: unset!important;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	background: transparent!important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:hover .wpml-ls-flag {
    opacity: 0.75;
    transition: opacity 0.3s ease;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: unset!important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	background-color: transparent;
}



.side-menu ul li.menu-item.wpml-ls-item {
    display: inline-block;
    padding: 0 15px;
	margin-top: 20px;
    margin-bottom: 0;
}
.side-menu ul li.menu-item.wpml-ls-item .wpml-ls-flag {
    border-radius: 50%;
}


@media only screen and (min-width: 1350px) {
	.navbar-nav .nav-item a {
		margin: 0 0%;
	}
	#navbarResponsive #menu-main-menu li a {
		font-size: 0.9rem;
		white-space: nowrap;
	}
}
@media only screen and (min-width: 1800px) {
	#navbarResponsive #menu-main-menu li a {
		font-size: 1.1rem;
		white-space: nowrap;
	}
}


/* Home */
/*.carousel-item.home-statica:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	top: 0;
	left: 0;
} */
.scroll-down a:hover {
	text-decoration: unset;
}
.scroll-down .scroll-text {
	display: block!important;
}
.scroll-down .scroll-text p {
	margin-bottom:0;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1.1px;
	font-size: 22px;
}
@media screen and (max-width: 600px) {
	.scroll-down {
		display: block;
		bottom: 0;
	}
	.scroll-down img {
		margin-bottom: 9px;
		max-width: 40px;
	}
}
#prodotti-evidenza {
	top: 120px;
}
/**/