/*
Theme Name:   astra child theme
Description:  Scrivi qui una breve descrizione del tuo child theme
Author:       admin
Author URL:   https://blogtest.quintarelli.it
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* Scrivi qui il tuo foglio di stile personalizzato */
.ast-desktop .site-main article {
	padding:0 !important;
}
.ast-archive-description {
	background-color: transparent !important;
	padding-top:0 !important;
	padding-left:0 !important;
}
.post-content {
	padding:20px 0 !important;
}

#news-link:hover, #blog-link:hover {
	opacity:0.8;
	cursor:pointer;
}

/* Read More in search */
p.read-more a {
	border: none;
    background-color: #4b61d1;
    color: #ffffff;
    line-height: 1;
    border-radius: 3px;
    padding: 15px 30px;	
}
p.read-more a:hover {
    background-color: #181f41;
    border-color: #181f41;
}

/* Previews on left */
.uagb-post-grid.image-left .uagb-post__image img{
	height:100px;
	width:auto;
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}
.uagb-post-grid.image-left .uagb-post__text:last-child {
	clear:left;
}