/*
Theme Name: Gillion Child
Description: Child theme for Gillion theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: gillion
*/

/* Add your custom CSS below */
.category_post_list{
	padding: 5px;
	position: relative;
	padding-bottom:15px;
}

.category_post_list:hover {
	background-color: #d68a46;
	color: white !important;
	cursor: pointer;
	border-radius: 5px;
}


.category_post_list_active{
	background-color: #d68a46;
	color: white !important;
	border-radius: 5px;
}

.post-auhor-date{
	
	display: none !important;
	
}
	
.post-auhor-date-full{
	display: none !important;
}

@media (max-width: 550px), all
	responsive.css:213.container {
	max-width: 450px!important;
}


@media (max-width: 550px) {
	.post-content-gallery.masonry .post-content-gallery-item,
	.post-content-gallery.grid .post-content-gallery-item {
		min-width: 50%;
	}
	
	#wrapper{
		margin-left: 20px;
		margin-right: 20px;
	}    
}


#wrapper{
	margin-top: 20px;
}

.sh-header{
	background-color: #fffffff5;
}

.timeline_widget_title{
	margin-bottom: 20px;
}

.category_post_list category_post_list_{
	position: relative;
}

.thumb_cont{
	width: 40px;
	border-radius: 5px;
	top: 25px;
	position: absolute;
	overflow: hidden;
}

.triangolo{
	font-size: 60px;
position: absolute;
top: -10px;
right: -25px;

}

#logo_category_image{
		
		position: absolute;
		width: 120px;
		z-index: 10;
		left: -35px;
		top: 20px;
		
}
