@import url('ollsys_inc/ricerca.css');
@import url('ollsys_inc/footer.css');


dd.list-style-none, 
ol.list-style-none, 
ul.list-style-none {
	margin: 0;
	padding: 0;
	list-style: none;
}

button {
	background-color: transparent;
	color: inherit;
	border-width: 0;
	padding: 0;
	cursor: pointer;
}


/* MENU LATERALE */
@media (min-width: 992px){
	.border-col {
		 border-right: 1px solid #e5e5e5;
	}
}
.menu-wrapper .accordion-button{
	border:none;
	font-size: .9rem;
}
.navbar.it-navscroll-wrapper .link-list-wrapper .accordion {
	border-bottom: unset;
}
.link-list-wrapper ul li a span {
	font-size: 1.1rem;
}

/* LOGO */
img.logo {
	height: 70px;
	margin: 0px 16px 0px 0px;
    padding: 5px;
    background: #ffffff;
    border-radius: 10px;
}
.is-sticky img.logo {
	height: 36px;
	margin: 0px 8px 0px 0px;
    padding: 2px;
    background: #ffffff;
    border-radius: 5px;
}

/* HOMEPAGE */
.link-list-wrapper ul li a:hover:not(.disabled) .valuta {
	fill: #ffffff;
}
h5.card-title span {
	font-size: 3rem;
    display: block;
    margin-bottom: 15px;
}
#sponsor div.img-wrapper a img {
	max-height: 200px;
	width: auto;
	margin: 0 auto;
	max-width: 100%;
}

#head-section img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

h4.card-title{
	font-size: 1.45rem;
    line-height: 1.17;
}

/* NAVBAR */
.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper {
    /* z-index: 99; */
}

@media (min-width: 992px){
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
padding-left: 0;
padding-right: 0;
}
}

/* FOOTER */
.link-list-wrapper .dropdown ul li a {
	font-size: .889em!important;
	line-height: 2.3em!important;
	padding: 0 24px!important;
}
.link-list-wrapper ul li a:hover:not(.disabled) .icon,
.link-list-wrapper .dropdown .dropdown-toggle svg {
	fill: #fff;
}

/* SCHEDA PICCOLA */
.card-piccola .categoria .text{
	letter-spacing: 1px;
	font-size: .878em;
	font-weight: 600!important;
	line-height: 1.2em;
}
.card-piccola .categoria{
	color:#555;
}
.card-piccola .categoria svg{
	height:26px;
}
.card-piccola::after{
	margin-top:13px;
}









/* UFFICI */
.link-list-wrapper.menu-link-list h3:after {
	background-color: transparent;
}
span.responsabile {
	line-height: 39px;
}
form div.form-group {
	z-index: 0;
}

/* ARTICOLI */
.timeline-element .card:after {
    margin-top: 0px;
}
#ImmagineModal .modal-footer {
	justify-content: flex-start;
}
.img-wrapper img:hover {
	cursor: pointer;
}

/* MAPPA GOOGLE */
/* #origin-input {
  left: 50px !important;
  width: 200px;
  height: 32px;
}
#destination-input {
  left: 255px !important;
  width: 200px;
  height: 32px;
}
#mode-selector {
  left: 460px !important;
  height: 32px;
} */

/* PAGINA */
img#immagine-pagina {
    max-height: 300px;
}

.row-shadow{
	box-shadow: 0 .9375rem 1.325rem -.9rem rgba(0,0,0,.1);
}


/* FEEDBACK */
#rating .card:after{
	display:none;
}

#rating h2{
	font-size:1.333rem;
	font-weight: 600;
	line-height: 1.2;
}

#rating h3{
	font-size:1rem;
	font-weight:600;
	line-height:2;
}

#rating .radio-body{
	margin-bottom:.89rem;
}
#rating .radio-body label {
	margin-bottom: 1.11rem;
	font-size: 0.95rem;
	line-height: 32px;
	font-weight: 600;
	}


/* GALLERIA */
.comandiGalleria {
	position:absolute;
	top:50%;
	color:white;
	z-index:9999;
}
#avantiModal {
	right:2%;
}
#indietroModal {
	left:2%;
}
#imgModal{ max-height: 70vh }



/* SERVIZI */
#services-container .card .card-header a{
	font-size:.9rem;
	font-weight:700;
	line-height:1.6;
}
#services-container .card h3{
	font-size:1.46rem;
	font-weight:600;
	line-height:1.2;
}
#services-container .card p{
	margin:0;
}
#services-container .card::after{
	display:none;
}

/* PROCEDIMENTO / SERVIZIO */
#responsabile .card-title{
	font-weight: 600;
}
#responsabile .card-text p{
	font-size: 1rem;
	line-height: 1.5;
}

.it-page-section .card.card-teaser-info {
	border-left: 8px solid rgba(0,102,204,.1);
}
.has-bg-grey {
	background-color: rgba(0,102,204,.05);
}


/* CONTATTI PRE FOOTER */
.cmp-contacts .card:after{content:unset}
.cmp-contacts .contact-list li{font-size:1.15rem;margin:1rem 0;font-weight:400}
@media(min-width:768px){
	.cmp-contacts .contact-list li{line-height:1.5;margin:.889rem 0}
}
.cmp-contacts .contact-list li:last-child{margin-bottom:0}
.cmp-contacts .contact-list li span{margin-left:10px}

.cmp-contacts ul {list-style: none;}



/* RESPONSIVE */

@media (max-width: 991px) {
	/* LOGO */
	img.logo {
		height: 64px;
	}
	
	/* MAPPA GOOGLE */
	#destination-input {
	  left: 50px !important;
	  top: 40px !important;
	}
	#mode-selector {
	  left: 50px !important;
	  top: 80px !important;
	}
}

/* on Safari and Chrome  */
/* @media screen and (-webkit-min-device-pixel-ratio:0) {
    div.it-brand-wrapper {
        width: 75% !important;
    }
} */