/* #Media Queries
================================================== */
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	   	   
	   /*Portfolio*/
	   #portfolio-stage{width:65%;}
	   .portfolio-container{width:101%;overflow:hidden;}

	   
	   .portfolio-item.columns.eight{width:48.6%;}
	   .portfolio-item.columns.five{width:32%;margin:0 9px 9px 0;}
	   .portfolio-item.columns.four{width:23.7%;margin:0 9px 9px 0;}
	   
	   
	   .portfolio-item.columns.four:nth-child(3n+3),
	   .portfolio-item.columns.five:nth-child(4n+4),
	   .portfolio-item.columns.eight:nth-child(2n+2){margin-right:0;}
	   
	   .portfolio-posts .five .thumbnail,
	   .portfolio-posts .four .thumbnail,
	   .portfolio-posts .eight .thumbnail{height:auto;}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {


	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {   
	   /*Portfolio,Grid Posts*/
	   .section header .menu li{margin-left:0;margin-right:15px;}
	   
	   .portfolio-posts .five .thumbnail,
	   .portfolio-posts .four .thumbnail,
	   .portfolio-posts .eight .thumbnail{height:260px;}
	   
	   .portfolio-item.columns.four,
	   .portfolio-item.columns.five,
	   .portfolio-item.columns.eight{width:90%;margin:0 0 10px 0;}
	   
	   .wpb_wrapper .portfolio-item.columns.four,
	   .wpb_wrapper .portfolio-item.columns.five,
	   .wpb_wrapper .portfolio-item.columns.eight{width:100%;}
	}
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {


	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	   .portfolio-posts .five .thumbnail,
	   .portfolio-posts .four .thumbnail,
	   .portfolio-posts .eight .thumbnail{height:180px;}
	   
	   .portfolio-item.columns.four,
	   .portfolio-item.columns.five,
	   .portfolio-item.columns.eight{height:215px;}
	}

