/*
 * BarossaFolio style.css
 * to be used with Barossa Template
 * by Craig800 http://themeforest.net/user/craig800
 * */

/* Filtering */
#portfolio-grid .mix { opacity: 0; display: none; }
.filtering { margin-bottom: 44px; margin-top: 0; }
.filtering li { margin-right: 10px; }
.filtering li:after {
	content: "/";
	color: #898989;
	padding-left: 15px;
}
.filtering li:last-of-type:after { content: ""; float:left; } /* float left for IE fixed */
.filter { text-transform: lowercase; color: #424242; cursor: pointer; display: inline-block; }

.row .work-row {
	margin-bottom: 30px;
}

.projectlist { list-style: none; }
/* Styles for screens that are atleast 768px; */

li.large-4.mix {
	float:left;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	padding-bottom: 1.875em;
	width: 100%;
}

/* magnific pop up */
.mfp-figure figure { margin: 0; padding: 0; }


@media only screen {
  .li.large-4.mix {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
	li.large-4.mix {
		width: 33.3333%;
	}
}

.popup-link span { color: #222; }
.work-img-holder {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.work-img-holder img{
	width: 100%;
}

.work-overlay{
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background-color: rgba(255,255,255,0.8);
	padding: 180px 15px 15px 15px;
	position: absolute;
	font-weight: 300;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.work-overlay h6{
	letter-spacing: 7px;
	margin-right: -7px;
}	

.work-overlay .hr{
	margin: 0px;
	margin-top: 11px;
	margin-bottom: 11px;
}

.work-img-holder:hover .work-overlay{
	opacity: 1;
	width: 94%;
	height: 94%;
	top: 3%;
	left: 3%;
}

/************** SMARTPHONES ****************/

@media only screen and (max-width: 767px){
	.work-item{ margin-bottom: 22px; }
	.work-row{ margin-bottom: 0px; }
}

/***************** TABLETS (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.work-overlay{ padding: 100px 15px 15px 15px; }
	.work-img-holder{ height: 220px; }
}