//Sidebar

aside{
	&.bazz_sidebar{
		background-color:$gray-100;
		padding :2rem 0 2rem 0rem;
		position:relative;
		height:100%;

		@include mq($min-width: 768px) {
			
			padding :2rem 0 2rem 2rem;
			padding-top:5rem;
		}

		&:after, &:before{
	 		background-color:$gray-100;
	 		content:'';
	 		position:absolute;
	 		width:200%;
	 		top:0;
	 		bottom:0;
	 		height:100%;
		}

		&:after{
			content:'';
			right:-200%	;
		}

		&:before{
			
			left:-200%	;

			@include mq($min-width: 768px) {
				content:none;
			}
		}



 	.widget{
 		    margin: 0 0 3rem;

 		     
 	}

	}
	.recent-posts-wrapper{
		margin-top:-1.5rem;
	}
	.recent-posts-item, .product_list_widget li{
		position:relative;
		padding:3rem;
		padding: 1.5rem 0 1.5rem 5rem;
		border-bottom:1px solid $gray-200;



	}

	.recent-posts-thumb,.product_list_widget li img{
		position:absolute;
		left:0;
		top:1.5rem;
	}

	.recent-posts-meta{
		    font-size: 0.9rem;
    		/*margin: 0 1.5rem;*/

    		i{
				@include font-size(.7);
				margin-right:.1rem;
			}
	}

	.gallery-item{
		padding:.3rem;
		margin:0;

		 
	}

	li {
		border-bottom:1px solid $gray-200;
		padding: .5rem 0;

		a{

		color:$gray-700;
		@include font-size(.9);

		}

		&:last-child{
			border-color:transparent;
		}
	}
}