
@import url("../../../prostore/assets/css/responsive.css");

@media only screen and ( min-width: 960px ) and ( max-width: 1319px ) {
/*===============================================

	T A B L E T   /   L A P T O P
	960px/1319px

===============================================*//**/

	/*===========================================
		L A Y O U T
	===========================================*/

	/*--- Header ------------------------------*/

	#header-holder {
		width: 100%;
	}

		#logo {
			float: none;
			width: 175px;
			height: auto; 
			margin: 37px auto;
		}
		
	/*--- Posts ------------------------------*/
	
	.post-t4 .thumb-wrapper {
		display: block;
		float: left;
		width: 150px;
		margin: 0 0 0 -180px;
	}

	.post-t4 {
		padding-left: 190px;
	}

	.post-t4-no-thumb {
	padding-left: 0;
	}

	a.post-thumb {
		display: block;
		width: 100%;
		height: 150px;
		background-color: #F2F6FA;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		overflow: hidden;
	}
}



@media only screen and ( min-width: 640px ) and ( max-width: 959px ) {
/*===============================================

	T A B L E T   V
	640px/959px

===============================================*//**/

	/*===========================================
		L A Y O U T
	===========================================*/

	/*--- Header ------------------------------*/

	#header-holder {
		width: 100%;
	}
		
		#logo {
			float: none;
			width: 175px;
			height: auto; 
			margin: 37px auto;
			padding: 0;
		}
	
	#footer-box .sidebar-footer, #footer-box .sidebar-footer.last {
		width: 307px;
		min-height: 230px;
	}
}



@media only screen and ( min-width: 480px ) and ( max-width: 639px ) {
/*===============================================

	P H O N E   H
	480px/639px

===============================================*//**/

	/*===========================================
		L A Y O U T
	===========================================*/

	/*--- Header ------------------------------*/

	#header-holder {
		width: 100%;
	}
		
		#logo {
			float: none;
			width: 175px;
			height: auto; 
			margin: 37px auto;
			padding: 0;
		}
	
	.post-t4 .thumb-wrapper {
		display: block;
		float: none;
		margin: 0 0 15px;
		width: 175px;
	}
}



@media only screen and ( max-width: 479px ) {
/*===============================================

	P H O N E   V
	320px/479px

===============================================*//**/

	/*===========================================
		L A Y O U T
	===========================================*/

	/*--- Header ------------------------------*/

	#header-holder {
		width: 100%;
	}
		
		#logo {
			float: none;
			width: 175px;
			height: auto; 
			margin: 37px auto;
			padding: 0px;
		}
	
	.post-t4 .thumb-wrapper {
		display: block;
		float: none;
		margin: 0 0 15px;
		width: 175px;
	}
}