/*
Puoi aggiungere qui il tuo codice CSS.

Per maggiori informazioni consulta la documentazione (fai clic sull'icona con il punto interrogativo qui sopra).
*/

#no-ads > .google-auto-placed {
display:none !important;
}

.widgets-list-layout .widgets-list-layout-blavatar {
    float: left;
    width: 80px;
    max-width: 80px;
    height: auto;
    border-radius: 50%;
    opacity: 1;
		position: absolute;
}

.widgets-list-layout-blavatar:hover {
  opacity: 0.8;
		transition: all 0.2s ease-in-out;
}

.widget ul li::before {
    content: "";
   
	}

.widget ul li {
    position: relative;
    padding-left: 0px;
	border-bottom: 1px dashed #e2e2e2;
	padding-bottom: 10px;
}

.widgets-list-layout-links {
  font-size: 15px;
	padding-left: 30px;
  font-family: Open Sans;
    font-weight: 300;
    font-style: normal;
    border-bottom: none;
	
}

#secondary .widget a:hover {
    color: #548fc9;
}

.widget-last-posts__item__title a {
    font-size: 15px;

}

.widget-last-posts__item__title a:hover {
    color: #4090e5;
}

body {
	background-color: #f6f5f5 !important;
}

.widget_top-posts ul li { 
	min-height: 90px;
}

.registrati-banner {
	background-color: #2190d1;
	border-color: #76a0ca;
	padding: 8px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 10px;
}

.registrati-banner a, .registrati-banner a:hover,.registrati-banner a:visited {
	color: white;
}


#infinite-handle span {
    background: #116ebf;
    border-radius: 1px;
    color: #eee !important;
    cursor: pointer;
    font-size: 13px;
    padding: 6px 16px;
}


.record {
    border: 2px solid #2190d1ad;
    padding: 13px;
    border-radius: 10px;
    color: #999999;
    margin-bottom: 10px;
    padding-bottom: 0px !important;
	max-height: 140px !important;
}

.record::after {
		content: "\f005";
    background: #379cd6;
    color: #ffff00;
    position: relative;
    font-family: FontAwesome;
    text-decoration: inherit;
    font-size: 30px;
    height: 63px;
    padding: 15px;
    width: 63px;
    border-radius: 50%;
    z-index: 990;
    margin-left: 97%;
    top: -145px;
}

@media only screen and (max-width: 450px) {
    
	.record {
    border: 2px solid #2190d1ad;
    padding: 13px;
    border-radius: 10px;
    color: #999999;
    margin-bottom: 10px;
    padding-bottom: 0px !important;
	max-height: 200px !important;
}

.record::after {
		content: "\f005";
    background: #379cd6;
    color: #ffff00;
    position: relative;
    font-family: FontAwesome;
    text-decoration: inherit;
    font-size: 25px;
    height: 63px;
    padding: 10px;
    width: 60px;
    border-radius: 50%;
    z-index: 990;
    margin-left: 97%;
    top: -180px;
}
	
    
}