@charset "UTF-8";

.player-list-item {
	margin-bottom: 10px;
	cursor: pointer;
}
.player-list-thumbnail {
	position: relative;
	display: block;
}
.figure-img {
	margin-bottom: 8px;
	line-height: 1em;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.player-list-item-duration-outer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 8px 5px 5px;
	background-color: #fff;   
}
.player-list-item-play-btn {
	width: 6px;
	height: 8px;
	box-sizing: border-box;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
	border-top: 4px solid transparent;
	border-left: 6px solid #000;
	border-bottom: 4px solid transparent;   
}
 .player-list-item-duration {
	 font-size: 11px;
	 font-weight: bold;
	 color: #000;
 }
 .player-list-item-info h4 {
	 display: block;
	 margin: 10px 0 12px;
	 width: 80%;
	 height: 50px;
	 overflow: hidden;
	 font-family: Ridley Grotesk,sans-serif;
	 font-size: 14px;
	 font-weight: 700;
	 font-style: normal;
	 line-height: 1.2em;
	 color: #000;
 }
 .player-list-item-date {
	color: #9e9e9e;
	font-size: 11px;   
 }
 .player-outer {
    padding: 0 0 40px 0;
}
.vid-details {
    padding: 0 20px;
}
h3#player-details-title {
	margin-top: 0;
    font-family: Ridley Grotesk,sans-serif;
    font-style: normal;
    font-size: 24px;
	font-weight: 700;
	line-height: 1.15em;
}
#player-details-date {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.player-details-toggle {
	transition: max-height .35s ease-in-out;
	position: relative;
}
.player-details-toggle-less {
    max-height: 100px;
	overflow: hidden;
}
.player-details-toggle:before {
	display: none;
    content: "";
    width: 100%;
    height: 15px;
    background: #fff;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.player-details-toggle-less.player-details-toggle:before {
	display: block !important;	
}
#player-details-desc {
    font-size: 14px;
	font-weight: 500;
}
.toggle-text {
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    color: #ff8661;
    text-transform: lowercase;
}

/* Home Module Styles Only */
h3.home-player-header {
	font-family: Ridley Grotesk,sans-serif;
	font-size: 24px;
	font-weight: 700;	
	color: #000;
}
a.see-all {
	padding-right: 14px;
	font-size: 14px;
	font-weight: 700;
	color: #ff8661;
	position: relative;
	text-decoration: none;
}
a.see-all:before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: "";
	display: inline-block;
	height: 7px;
	position: absolute;
	top: 7px;
	vertical-align: top;
	width: 7px;
	right: 0;
	transform: rotate(45deg);
}

/* Grid Module Styles Only  */
#btn-load-more {
	background-color: #ff8661;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 10px;
	color:#fff;
}

@media (max-width: 1250px) {
	h3#player-details-title {
		margin-top: 10px;
	}
}
