/*
-----------------------------------
	NEWS LIST
-----------------------------------
*/

.news-list .pagination {
	margin:0;
}

.news-list .news-list-item + .news-list-item {
	border-top:1px solid rgba(0,0,0,0.1);
	padding-top:10px;
}

.news-list .media {
	width:100%;
}

.news-list .media-left {
	padding-right:20px;
	width:200px;
	max-width:200px;
	/*min-width:200px;*/

}

#news-list_wrapper .table-responsive {
	overflow: hidden;
  }

.news-list .media-left img {
	width:100%;
}

.news-list-item {
    h4 {
      font-size: 18px;
      font-weight: 600;
    }

	.media {
		gap: 1rem;
	}
}

.news-list {
    thead {
        display: none;
    }

    table td {
        padding: .25rem;
    }
}

@media (max-width: 479px) {
	.news-list .media-left {
		padding-right:0;
		width:100%;
		display:block;
	}

	.news-list .media-body {
		width:100%;
		display:block;
	}

	.news-list-item .media {
		flex-direction: column;

		.carousel-sm.thumbnail {
			width: 70vw;
		}
	}

}
