.home.page .entry-content {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.isotope {
    overflow: hidden;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.isotope-categories {
	width: 100%;
	margin: 2em 0 0 0 !important;
	max-width: 100% !important;
    text-align: center;
}


.grid {
	margin: 0 !important;
    padding: 0 !important;
    border: 0;
    position: relative;
}

.grid-category {
	transition-duration: 1.5s;
    font-family: HelveticaNeueB;
	display: inline-block;
    font-size: 0.5em;
	text-transform: uppercase;
    background: #000000;
    color: #616161;
    border: 2px solid #616161;
    padding: 0.5em 0.75em;
    cursor: pointer;
    margin: 0.25em 0.5em;
    border-radius: 0.6em;
}

.grid-category.active {
    background: #5400a8;
    border-color: #fff;
	color: #fff;
}

.grid-category:not(.active):hover {
    box-shadow: 0 0 10px 0 #5400a8;
    background: #000000;
    border-color: #5400a8;
    color: #9E9E9E;
}

.grid-sizer { width: 50%; }

.grid-item {
	position: relative;
    float: left;
	width: 50%;
}

.grid-item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125%;
}

.grid-content-container  {
	background: none !important;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.grid-item:hover .grid-content-container {
    background: none !important;
}

.grid-thumb {
	overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.grid-thumb div {
	height: auto;
    vertical-align: middle;
    max-height: 100%;
    height: 100%;
	background-size: cover;
	background-position: center;
}

.grid-item:hover .grid-thumb div {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.grid-content {
	opacity: 0;
    position: absolute;
    vertical-align: middle;
    line-height: 100%;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.grid-item:hover .grid-content {
    opacity: 1;
}

.grid-text {
	color: #fff;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.5em;
	line-height: 0.75em;
}

.grid-content .title {
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    font-size: 0.75em;
    color: #fff;
	font-family: HelveticaNeueB;
}

.grid-content .subtitle {

    text-transform: capitalize;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    font-size: 0.9em;
}

.fancy-title {
    padding: 0 0 0.5em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
}

.fancy-post {
    font-size: 0.65em;
    padding: 0.5em 0;
    height: 20vh;
    overflow: hidden;
    overflow-y: scroll;
}

.slimScrollDiv {
	margin-top: 0.25em;
}

@media only screen and (min-width: 700px){
    .grid-item{
		width: 33.33% !important;
	}		
	.grid-content .title {
		font-size: 0.5em;
		padding: 0.25em;
	}
	.grid-sizer { width: 33.33%; }
}

@media only screen and (min-width: 1000px){
    .grid-item{
		width: 20% !important;
	}
	.grid-sizer { width: 20%; }
}
