.news-list {
	position: relative;
}

.news-list__form {
	margin-top: 60px;
}

.news-list__results {
	font-size: 22px;
}
.news-list__result {
	padding: 20px 0;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.6);
}
.news-list__result-records .news-list__result:nth-child(odd){
	background: none;
}
.news-list__result-date {
	opacity: 0.5;
}
.news-list__result-title {
    font-size: 22px;
    font-family: 'ThemeFont-Tertiary', sans-serif;
}
.news-list__result-count {
    font-family: 'ThemeFont-Tertiary', sans-serif;
    opacity: 0.5;
}


.news-list__input--date {
	width: 100%;
	padding: 20px;
	height: 61px;
	overflow:hidden;
	border: none;
	cursor: pointer;
	font-size: 18px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.2);
	margin-bottom: 15px;
}

.icon-container__label--calendar {
    position: absolute;
    right: 0;
    cursor: pointer;
    right: 20px;
    top: 17px;
}


@media (max-width: 767px) {
	.news-list__form {
		margin-top: 20px;
	}
}


/* RTL */
[dir="rtl"] .icon-container__label--calendar {
    right: auto;
	left: 20px;
}