#video-vimeo-single-home + #video-youtube-single-home,
#video-youtube-single-home + #featured-image-single-home,
#video-vimeo-single-home + #featured-image-single-home {
	display: none;
}

#single-home-content section {
	padding: 18px 24px 24px;
	margin-bottom: 24px;
	background: #f4f4f4;
}

#single-home-content section ul {
	margin: 0;
}

.home-info ul li,
.home-features ul li {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 3px;
}

.home-info ul {
	padding-left: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.home-info-ul li {
	padding: 0 12px 3px;
}

.home-info ul li strong {
	margin-right: 6px;
}

.single-home-section-title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin-bottom: 18px;
	padding-bottom: 18px;
	position: relative;
	margin-top: 0;
}

.single-home-section-title::after {
	content: '';
	height: 2px;
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.home-features ul {
	padding-left: 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.home-features ul li {
	padding: 0 12px 3px 20px;
	position: relative;
}

.home-features ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #222;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 3px;
}

#domyno-button-locandina {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

#domyno-button-locandina div:not(.dropup) {
    background: #d54e21;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
}

#domyno-button-locandina:hover div:not(.dropup) {
	border-radius: 0 0 4px 4px;
}

#domyno-button-locandina .dropup a {
    display: block;
    font-size: 75%;
    padding: 5px 15px;
    background-color: #ff8034;
    color: #fff;
}

#domyno-button-locandina .dropup a:first-child {
	border-radius: 4px 4px 0 0;
}

#domyno-button-locandina .dropup a:hover {
    background-color: #d54e21;
}

#domyno-button-locandina .dropup {
	display: none;
}

#domyno-button-locandina:hover .dropup,
#domyno-button-locandina:active .dropup {
	display: block;
}

.elenco-documenti ul {
    display: grid;
    list-style: none;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    padding-left: 0;
    gap: 2%;
	margin-top: 10px;
}

.elenco-documenti ul img {
	margin-top: 5px;
}

.domyno-slideshow img {
	width: 100%;
	object-fit: cover;
}

.tns-ovh {
	overflow: visible;
}

.tns-controls > button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background: rgb(255 255 255 / 62%) !important;
	height: 32px;
	width: 32px;
	line-height: 30px;
	border-radius: 5px !important;
	font-size: 25px;
	color: #000 !important;
	z-index: 1;
	padding: 0 0 5px 0;
}

.tns-controls > button:first-child {
	left: 1%;
}

.tns-controls > button:last-child {
	right: 1%;
}

.owl-prev span,
.owl-next span {
	font-size: 30px;
	line-height: 25px !important;
	display: inline-block;
	margin-top: -1px;
}