/**
 * Responsive Styles
 *
 * @package Stare
 * @since Stare 0.1.0
 */

/*	Media Queries for Laptop
-------------------------------------------------------------- */
@media screen and (max-width:1440px){

}


/*	Media Queries for iPad
-------------------------------------------------------------- */
@media screen and (max-width:975px){


}



/*	Archive with 3 columns
-------------------------------------------------------------- */
/*
@media screen and (max-width:980px){
	#wrapper { 
		.stare-archives #content { 
			.post { width: 33% !important; }
		}
	}
}
*/



/*	Archive with 2 columns
-------------------------------------------------------------- */
@media screen and (max-width:695px){

	
}