.colors-custom .entry-content .more-link {
	display:none;
}

body.page-template-default #secondary {
	display:none;
}

html .sm-grid .grid-sm-boxes-in {
	width: 50%;
	opacity: 1;
	filter: alpha(opacity=1);
}

@media screen and (max-width: 800px) {
	html .sm-grid .grid-sm-boxes-in {
		width: 100% !important;
	}
}

html .sm-list-inline.sm-grid-boxes-news {
	display: none;
}

html .sm-grid .grid-sm-boxes-in a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

html .sm-grid .grid-sm-boxes-in a:hover {
	color: hsl( 184, 50%, 0% );
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 2px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 2px 0 rgba(0, 0, 0, 1);
}