@charset "UTF-8";

/**
	Responsive Style
**/

/* Mini laptop */
@media all and (max-width: 960px){
	
	#main{
		max-width:96%;
		margin:2% auto;
	}

	#wpt-scroll-top{
		display:none;
	}

}

/* Tablet devices */
@media all and (max-width: 768px){

	#header, .hentry-wrap, .post-navigation,
	.comments-area, .single-title, #footer{
		padding: 30px;
	}

	.author-template{
		padding: 30px 30px 20px 30px;
	}

	.no-media{
		padding-top: 0;
	}

	.date-wrap{
		position:relative;
		right:0;
		margin-bottom:25px;
	}

	.footer-widgets .widget{
		float:none !important;
		width:100% !important;
		margin-top:30px !important;
		margin-right:0 !important;
	}

	.footer-widgets .widget:first-child{
		margin-top:0 !important;
	}

}

/* Mobile devices */
@media all and (max-width: 480px){

	.logo h1{
		font-size: 22px;
	}
	
	.featured-soundcloud, .featured-vimeo, .featured-youtube{
    	height:320px;
	}

	.post-share a{
		margin-right:0;
		display:block;
		margin-bottom:15px;
	}

	.post-share a:last-child{
		margin-bottom:0;
	}

}

/* Mobile devices */
@media all and (max-width: 320px){

	.featured-soundcloud, .featured-vimeo, .featured-youtube{
    	height:220px;
	}

}