@font-face {
	font-family: open-sans-condensed;
	src: url('../../fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf');
	font-weight: 300;
}
@font-face {
	font-family: open-sans-condensed;
	src: url('../../fonts/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf');
	font-weight: 700;
}
@font-face {
	font-family: open-sans-condensed;
	src: url('../../fonts/Open_Sans_Condensed/OpenSansCondensed-LightItalic.ttf');
	font-weight: 300;
	font-style: italic;
}

.rhwp-recordings {
	width: 100%;
	height: 100%;
}

.a-dt-loading:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
}

.rhwp-recordings ul {
	list-style: none !important;
}

.rhwp-recordings .rhwp-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto !important;
	padding: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 1200px;
}

.rhwp-recordings .rhwp-wrapper .a-hide {
	display: none !important;
}

.rhwp-recordings .rhwp-wrapper .cover-placeholder {
	width: 50px;
	height: 50px;
	background-color: #3333;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
}

.rhwp-recordings .rhwp-wrapper .rh-recordings.template-1 {
	overflow-x: hidden;
}

.rhwp-recordings .rhwp-wrapper .rh-recordings.template-1 .nav .nav-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rhwp-recordings .rhwp-wrapper .rh-recordings.template-1 .table {
	width: 100% !important;
	border: none;
}

.rhwp-recordings .rhwp-wrapper .rh-recordings.template-1 .table thead {
	display: none !important;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
tr
td:nth-child(2) {
	width: 30%;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
tr
td:nth-child(3) {
	width: 40%;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
tr
td:nth-child(1),
.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
tr
td:nth-child(4),
.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
tr
td:nth-child(5) {
	width: 10%;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.dataTables_wrapper
.row
> div {
	display: flex;
	align-items: center;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.dataTables_wrapper
.row
.dataTables_filter
input[type="search"] {
	padding: 0.2em 0.8em;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.dataTables_wrapper
.row
.paginate_button.page-item {
	margin: 0;
	padding: 0;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.dataTables_wrapper
.row
.paginate_button.page-item
.page-link {
	color: #313131;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.dataTables_wrapper
.row
.paginate_button.page-item.active
.page-link {
	background-color: #313131;
	border-color: #313131;
	color: #fff;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.dataTables_wrapper
.row
> div:nth-child(2) {
	justify-content: flex-end;
}

.rhwp-recordings .rhwp-wrapper .rh-recordings.template-1 .table tbody td {
	padding: 35px 0;
	border-bottom: 1px solid #d0d0d0;
	border-top: none;
	border-left: none;
	border-right: none;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
td
.a-recording-title {
	font-family: "open-sans-condensed", sans-serif;
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #313131;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
td
.a-recording-description {
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 24px;
	vertical-align: baseline;
	text-decoration: none;
	outline: none;
	color: #616161;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
td
.a-recording-description
.a-recording-progress-wrapper {
	position: relative;
	width: 50%;
	height: 10px;
	display: inline-block;
	background-color: #d0d0d0;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	cursor: pointer;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
td
.a-recording-description
.a-recording-progress-wrapper .recording-progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #333;
	border-radius: 5px;
	pointer-events: none;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
td
.a-recording-duration {
	font-family: "open-sans-condensed", sans-serif;
	font-weight: 700;
	font-size: 0.8rem;
	color: #000;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
td
.a-recording-actions {
	display: flex;
	flex-flow: column;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
td
.a-recording-actions
i {
	color: #000;
	cursor: pointer;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.table
tbody
td
.a-recording-actions
> span {
	margin-top: 0.5em;
}

.rhwp-recordings .rhwp-wrapper .rh-recordings.template-1 .nav-tabs,
.rhwp-recordings .rhwp-wrapper .rh-recordings.template-1 .nav-tabs .nav-item {
	margin: 0;
	padding: 0;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.nav-tabs
.nav-item:not(:last-child) {
	border-right: 1px solid #d0d0d0;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.nav-tabs
.nav-item
.nav-link {
	font-family: "open-sans-condensed", sans-serif;
	font-weight: 700;
	font-size: 0.8rem;
	color: #313131;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1;
	border: none;
	border-bottom: 5px solid transparent;
	cursor: pointer;
	transition: border-bottom-color 0.25s linear;
	padding: 1.25em 3em;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.nav-tabs
.nav-item
.nav-link.active,
.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.nav-tabs
.nav-item
.nav-link:hover {
	border-bottom-color: #313131;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.nav-tabs
.nav-item
.nav-link.active.a-bg-image {
	background-color: transparent;
}

.rhwp-recordings
.rhwp-wrapper
.rh-recordings.template-1
.nav-tabs
.nav-item
.nav-link:focus {
	outline: none;
}

.rhwp-recordings
.rhwp-wrapper
.fa-spinner:before {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@media screen and (max-width: 768px) {
	.rhwp-recordings {
		width: 95%;
		margin: 0 auto;
	}

	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.dataTables_wrapper
	.row
	> div,
	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.dataTables_wrapper
	.row
	> div:nth-child(2) {
		justify-content: center;
	}

	.rhwp-recordings .rhwp-wrapper .cover-placeholder {
		width: 5rem;
		height: 5rem;
	}

	.rhwp-recordings .rhwp-wrapper .rh-recordings.template-1 .table tbody td .img {
		width: 5rem;
	}

	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.table
	tbody
	td
	.a-recording-title {
		font-size: 1.6rem;
		text-align: center;
	}

	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.table
	tbody
	td
	.a-recording-description {
		font-size: 1.5rem;
		text-align: center;
	}

	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.table
	tbody
	td
	.a-recording-duration {
		font-size: 1.4rem;
	}

	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.table
	tbody
	td
	.a-recording-actions {
		font-size: 3rem;
		display: flex;
		flex-flow: row;
		justify-content: center;
		align-items: center;
	}

	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.table
	tbody
	td
	.a-recording-actions
	> i {
		margin-right: 0.25em;
		padding: 0.25em;
	}

	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.table
	tbody
	td
	.a-recording-actions
	span {
		margin-top: 0;
	}

	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.table
	tbody
	td
	.a-recording-actions
	span
	a {
		margin-top: 0;
		margin-left: 0.25em;
		padding: 0.25em;
	}

	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.table
	tbody
	td
	.a-recording-actions
	> i:hover,
	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.table
	tbody
	td
	.a-recording-actions
	> span
	a:hover {
		background-color: rgba(0, 0, 0, 0.1);
	}

	.rhwp-recordings .rhwp-wrapper .rh-recordings.template-1 .table tbody {
		display: grid;
		grid-template-columns: auto;
	}

	.rhwp-recordings .rhwp-wrapper .rh-recordings.template-1 .table tbody > tr {
		display: grid;
		grid-template-columns: auto;
	}

	.rhwp-recordings
	.rhwp-wrapper
	.rh-recordings.template-1
	.table
	tbody
	> tr
	> td {
		width: 100% !important;
		display: grid;
		justify-content: center;
		align-items: center;
	}
}
