.news-archive-filter-wrapper .news-title-year {
    text-transform: uppercase;
}
.news-table-row {
    display: flex;
}
.table-col.title-col {
    flex: 0 0 78%;
	width: 78%;
}
.table-col.date-col {
    flex: 0 0 12%;
	width: 12%;
}
.table-col.hits-col {
    flex: 0 0 10%;
	width: 10%
}

.news-filter-table {
    border: 1px solid #d8d8d8;
}
.news-table-body:not(:last-child) .table-col {
    border-bottom: 1px solid #d8d8d8;
}
.news-table-head {
    border-bottom: 1px solid #d8d8d8;
	color: #EE0008;
	font-weight: 500;
}
.news-filter-table .title-col,
.news-filter-table .date-col{
	border-right: 1px solid #d8d8d8;
}
.news-filter-table .table-col {
    padding: 18px 10px;
	display: flex;
    align-items: center;
}

.title-col h4 {
    margin: 0px;
	font-size: 16px;
}

.news-table-body .hits {
    background-color: #EE0008;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    padding: 1px 6px;
    font-weight: 500;
    white-space: nowrap;
}
.news-table-body .date {
    font-size: 14px;
}

.news-filter-table .date-col, 
.news-filter-table .hits-col {
    justify-content: center;
	text-align: center;
}

.news-search-search {
    position: relative;
    width: 100%;
    margin: 0 auto 36px;
    max-width: 400px;
}

.news-search-search input {
    max-height: 46px;
    padding: 0 8px;
    display: inline-block;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border: 0px;
    border-radius: 0;
    line-height: 44px;
    width: 100%;
}
.news-filter-wrapper {
    margin-bottom: 62px;
}
.news-search-search button {
    position: absolute;
    right: 0;
    border: 0;
    width: 50px;
    height: 44px;
    padding: 0;
    margin: 0;
}

.news-search-search button:hover,
.news-search-search button:focus {
    background-color: #f8f8f8;
}

.news-archive-filter-wrapper .no-data {
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 80px;
}



/* // Search page */
#inner-srch-form {
    position: relative;
}
#inner-srch-form input{
    height: 46px;
    padding: 0 8px;
    display: inline-block;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    border: 0px;
    border-radius: 0;
    line-height: 44px;
    width: 100%;
}
#inner-srch-form button{
    position: absolute;
    right: 0;
    border: 0;
    width: 50px;
    height: 46px;
    padding: 0;
    margin: 0;
}
#inner-srch-form button:hover,
#inner-srch-form button:focus {
    background-color: #f8f8f8;
}
#inner-srch-form .cancel_keyword svg {
    width: 12px;
    display: block;
    fill: #ee0008;
    margin: auto;
}
.result-wrapper {
    padding: 60px 0 0;
}
.result-wrapper .more-result{
    border: 1px solid #EE0008;
    background-color: #EE0008;
    color: #fff !important;
}
.result-wrapper .more-result:hover{
    color: #EE0008 !important;
    background-color: transparent;
    border-color: #EE0008;
}

@media (max-width: 768px){
	.table-col.title-col {
		flex: 0 0 calc(100% - 152px);
		width: calc(100% - 152px);
	}
	.table-col.date-col {
		flex: 0 0 82px;
		width: 82px;
	}
	.table-col.hits-col {
		flex: 0 0 70px;
		width: 70px;
	}
	.news-filter-table .table-col {
		padding: 18px 5px;
	}
	.news-table-body .date {
		font-size: 12px;
		font-weight: 500;
	}
	.title-col h4 {
		font-size: 14px;
	}
}

.rtl .news-filter-table .title-col,
.rtl .news-filter-table .date-col{
	border-left: 1px solid #d8d8d8;
	border-right: 0px;
}

.rtl .news-search-search button,
.rtl #inner-srch-form button {
    left: 0;
    right: auto;
}





.page-content > #ra-player{
    display: none;
}