@media only screen and (min-width: 240px) and (max-width: 766px){

	.timeline-view .entry-author{
		width: 50%;
		clear: both;
		background: none;
		padding-right: 0;
		display: block;
	}
	.timeline-view .entry-list{
		width: 100%;
		margin-right: 0%;
	}
	.timeline-view .line{
		background: none;
	}
	.timeline-view .entry-info{
		text-align: center;
		width: 100%;
	}	
	.timeline-view .entry-info .entry-author .dot{
		display: none;
	}	
	.timeline-view .entry-list.views, .timeline-view .entry-list.comments{
		display: block;
		float: left;
		width: 50%;
		text-align: center;
	}

	.timeline-view.notfull .entry-format {
	    clear: none;
	    float: none;
	    margin-bottom: 15px;
	    margin-right: auto;
	}

	.timeline-view.notfull .entry-author {
	    margin-bottom: 15px;
	    padding-right: 0;
	}
	#header-container > div.row > div:first-child {
		float: none;
	}
	.timeline-view .entry-list.views{
		margin: 0;
	}

	.single-title-container > div.the-title{
		display: block;
		width: 100%;
		clear: both;
	}
	.single-title-container > div.title-left{
		width: 100%;
		clear: both;
		display: block;
		margin-bottom: 20px;
	}
	.single-title-delimiter ul.single-controls{
		margin-bottom: 20px;
	}
	.single-title-delimiter h2{
		width: 100%;
	}
	#slider .padit{
		display: none;
	}
	.flexslider-thumbs{display: none;}
	.widget:last-child{margin-bottom: 50px;}
}