ul.lista_cat, .boxListRelCol ul {
    padding: 0;
    list-style: none;
    border-bottom: 0;
    /*box-shadow: 0px 3px 3px #ccc;*/
	
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.lista_cat .media-box a, .boxListRelCol ul a {
    padding: 10px;
    display: block;
    color: #043353;
    font-weight: 700;
	font-size: 16px;
	transition: all 0.5s ease;
	/*border-bottom: 1px solid #f3f3f3;*/
}

.lista_cat .media-box a:hover, .boxListRelCol ul a:hover {
	color: #E5007E;
}



.boxListRelCol ul a {
    font-size: 16px;
}

.lista_cat .media-box a:before, .boxListRelCol ul a:before {
    content: "\f105";
    font-family: "Font Awesome 5 free";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

/*.lista_cat .media-box:nth-child(odd) a {
    background-color: #f3f3f3;
}*/



ul.lista_cat li, .boxListRelCol ul li {
    background-color: #f3f3f3 !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
}


ul.lista_cat h4, .boxListRelCol ul h4 {
    display: inline-block !important;
    padding: 5px 5px 5px 20px !important;
	margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}



.lista_cat .media-box a:hover, .boxListRelCol ul a:hover {
    padding-left: 30px;
}

.btnSlide {
	background-color: #E5007E !important;
	color: #fff !important;
}

.btnSlide:hover{
	background-color: #fff !important;
	color: #000 !important;
}

.boxTesto h2 {
  font-size:28px !important;
	color: #000 !important;
}

.boxTesto a {
	overflow-wrap: break-word !important;
}

.boxTesto ul,
.boxTesto li {
  padding: 0;
  margin: 0;
}

.boxTesto ul {
  margin: 2em 0;
}

.boxTesto ul li {
  margin-bottom: .3em;
  margin-left: 1em;
}

.boxForm .form-row {
	margin-bottom: 20px;
}

.boxForm input[type=date], .boxForm input[type=email], .boxForm input[type=number], .boxForm input[type=password], .boxForm input[type=search], .boxForm input[type=tel], .boxForm input[type=text], .boxForm input[type=url], .boxForm select, .boxForm textarea {
	width: 100%;
	height: 60px;
	padding: 0 30px;
	border: none !important;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,.08);
	box-shadow: 0 10px 32px 0 rgba(0,0,0,.08);
	background-color: #fff;
}



.boxForm textarea {
	min-height: 150px;
	padding: 20px;
}

@media(max-width: 767px){

	.twocol .ccchildpage {
		width: 100%;
	}
	
	.ccchildpage {
		float: none;
	}
	
	ul.lista_cat, .boxListRelCol ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	
	.titoloSezione h2 {
		font-size: 38px !important;
	}
	
	
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sp-slides-container {
	margin-bottom:30px !important;
}

.elementoPagina:before{
	content: "\25AE";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
	
}

.boxForm input[type=date], .boxForm input[type=email], .boxForm input[type=number], .boxForm input[type=password], .boxForm input[type=search], .boxForm input[type=tel], .boxForm input[type=text], .boxForm input[type=url], .boxForm select, .boxForm textarea {
	height:42px;
}

/* css ottimizzazione barra cookie xonex desktop */

#cookie-notice {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    max-width: 300px !important;
    display: block !important;
    min-width: initial !important;
    z-index: 100000000000 !important;
    top: inherit !important;
}

.cookie-notice-container {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.cookie-notice-container {
    padding: 20px 15px;
}

#cn-more-info {
    margin: 0 !important;
    width: 100%;
    min-width: 100% !important;
    background-color: transparent !important;
    border: solid 1px #fff !important;
    padding: 15px 10px !important;
    color: #fff !important;
}

#cn-close-notice {
    top: 0% !important;
    margin-top: 2px !important;
    right: 5px !important;
}

#cn-notice-text {
    text-align: left;
    margin-bottom: 20px;
}

#cn-accept-cookie, #cn-refuse-cookie {
    margin: 0px 0px 20px 0px !important;
    width: 100% !important;
    padding: 15px 10px !important;
}

#cn-notice-buttons {
    width: 100% !important;
}

/* css ottimizzazione barra cookie mobile xonex */

@media only screen and (max-width: 992px) {
    #cookie-notice {
	    bottom: 50px !important;
	    left: 0px !important;
	    max-width: 90% !important;
	    margin: 0 auto !important;
	    right: 0px !important;
	    
    }
}

li.elementor-icon-list-item::marker {
    color: transparent;
}



@media (max-width: 767px) {
    .testoMainPage h2 {
		font-size: 30px !important;
	}
}