a {
	color: #e42026;
}

a:hover {
	color: #494c4f;
}


a.aic-btn-small {
    padding: 10px;
    font-family: "Asap",Sans-serif;
    font-weight: 500;
    background: 0 0 !important;
    border: 1px solid #e42026 !important;
    color: #e42026 !important;
    padding: 12px 35px !important;
    border-radius: 0 !important;
    display: inline-block;
}


a.aic-btn-small:hover {
    background: #e42026!important;
    color: #fff !important;
}


input.elementor-search-form__input::-webkit-search-cancel-button {
    display: none;
}


/* classe per post grid */
.aic-post-grid .elementor-post {
    background-color: #fff;
    margin-bottom: 5px!important;
}


/* classe per sidebar */
.aic-sidebar .elementor-button-link {
    border-radius: 0!important;
}

.aic-sidebar .newsletter input, .aic-sidebar .newsletter button {
    border-radius: 0!important;
}


/**** link target blank *****/
#aic-main-content a[target=_blank]:after {
		    content: "\f35d";
		        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 80%;
    margin-left: 5px;
}

/******* anni zoom *********/

#anni-zoom {
	padding: 30px 15px;
}

#anni-zoom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row; 
    justify-content:flex-start;
	flex-wrap: wrap;
}


#anni-zoom ul li {
	margin: 0 15px;
	margin-bottom: 30px;
	display: flex;
    width: calc(25% - 30px);
}

@media (max-width: 768px){
	#anni-zoom ul li {
		width: calc(50% - 30px);
	}
}

#anni-zoom ul li a {
	border: solid 1px #e42026;
	padding: 12px 35px !important;
	width: 100%;
	text-align: center;
	    flex-grow: 1;
}