/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#top-bar h2 {
	line-height: 44px;
	min-width: 0;
}

.posts-sm .entry-title h4 a:hover {
	font-weight: bolder;
	color: inherit;
}

.posts-sm .entry-meta li:hover {
	color: #1abc9c;
}

.grid-filter {
	width: 100%;
}

#top-bar .animated {
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}

@media (min-width: 992px) {

	#top-bar h2 {
		min-width: 300px;
	}

	.grid-filter {
		width: auto;
	}

	.portfolio-container {
		height: calc( 100vh - calc( 198px + 20px ) );
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.side-filter-widget .posts-sm {
		height: calc( 100vh - calc( 140px + 20px ) );
		overflow-y: scroll;
		overflow-x: hidden;
	}

}


