.maker a.read-more,
.maker a.less {
	color: #009640;
}

.archive {
	text-align: center;
	padding-bottom: 50px;
}

.archive a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border: 1px solid #c03944;
	color: #c03944;
	padding: 0 20px;
	margin: 0 10% 30px 10%;
	font-size: 18px;
}

.back-btn:hover,
.archive a:hover {
	background: #c03944;
	color: #fff;
}

.back-btn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border: 1px solid #c03944;
	color: #c03944;
	padding: 0 20px;
	font-size: 18px;
	margin-bottom: 30px;
}


.news.small > div {
	height: 168px;
	overflow: hidden;
} 

.insta {
	display: block;
}

.insta > div,
.insta span {
	pointer-events: none;
}

.insta:hover {
	color: #c03944 !important
}

.insta:hover img {
	opacity: 0.85;
}

.content p strong,
.sidebar p strong,
.uppercase {
	text-transform: uppercase;
}

.content .read-more a,
.sidebar .read-more a {
	color: #c03944 !important;
	text-decoration: none !important;
	border: 0 !important;
}

.sorting > div:first-child,
.sorting > div:nth-child(2) {
	display: none;
}

.no-overflow a {
	border-bottom: 1px solid !important;
}

.no-overflow + .read-more {
	display: none;
}