.ova-audio-featured {
	.item-featured {
		display: flex;
		padding: 30px;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);

		@media screen and (max-width: 1024px) {
			flex-direction: column;
		}

		&:not(:last-child) {
			margin-bottom: 30px;
		}

		&:hover {
			.host-img {
			    -webkit-transition: all 1s ease; 
				transition: all 1s ease;
				-webkit-transform: scale(1.2);
				transform: scale(1.2);    
			}
		}

		.image {
			position: relative;
			width: 510px;
			margin-right: 30px;

			.audio-img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center;
			}

			.host-img {
				position: absolute;
				left: 30px;
				top: 30px;
				border-radius: 50%;
				overflow: hidden;
				-webkit-transition: all 1s ease; 
				transition: all 1s ease;
				width: 50px;
				height: 50px;
				object-fit: cover;
				display: inline-flex;
				justify-content: center;
				align-items: center;
				background-color: var(--primary);
				border: 2px solid var(--primary);
			}

			@media screen and (max-width: 1024px) {
				width: 100%;
				.audio-img {
				 	height: auto;
				}
			}
		}

		.item-content {
			width: 50%;

			@media screen and (max-width: 1024px) {
				width: 100%;
			}

			.episode-category {
				.episode {
					font-size: 16px;
					color: var(--text);
				}

				.seperate {
					font-size: 18px;
					font-weight: 600;
					color: var(--text);
				}

				.category {
					a {
						font-size: 16px;
						color: var(--text);
						@include transaction( all, 0.3s, ease );

						&:hover {
							color: var(--primary);
						}
					}
				}
			}

			.title {
				margin: 0;
				font-size: 36px;
				font-weight: bold;
				color: var(--heading);

				a {
					font-size: 36px;
					font-weight: bold;
					color: var(--heading);
					@include transaction( all, 0.3s, ease );

					&:hover {
						color: var(--primary);
					}
				}
			}

			.item-player {
				display: flex;
				align-items: center;
				width: 100%;
				margin: 30px 0;

				.ovau-btn-play {
					display: flex;
					align-items: center;
					justify-content: center;
					width: 60px;
					min-width: 60px;
					height: 60px;
					border-radius: 50%;
					background-color: var(--primary);
					margin-right: 20px;
					-webkit-tap-highlight-color: transparent;
					cursor: pointer;
					@include transaction( all, 0.3s, ease );

					i {
						@include transaction( all, 0.3s, ease );
						color: #FFFFFF;
						font-size: 14px;
					}

					&:hover {
						background-color: var(--heading);
					}
				}

				.ovau-player-featured {
					width: 100%;

					.ovamejs-container {
		  				height: 40px;
		  				.ovamejs-controls {
		  					.ovamejs-skip-back-button, .ovamejs-jump-forward-button {
		  						display: flex;
		  						align-items: center;
		  						justify-content: center;
		  						width: 40px;
		  						min-width: 40px;
		  						height: 40px;

		  						&:first-child {
		  							margin-right: 10px;
		  						}

		  						& > button {
		  							display: flex;
			  						align-items: center;
			  						justify-content: center;
			  						width: 40px;
			  						min-width: 40px;
			  						height: 40px;
			  						background-color: #f5f5f5;
			  						border-radius: 50%;
			  						color: #000000;
			  						font-size: 14px;
			  						font-weight: 400;
			  						@include transaction( all, 0.3s, ease );

			  						&:hover {
			  							background-color: var(--primary);
			  							color: #FFFFFF;
			  						}
		  						}
		  					}

		  					.ovamejs-time-rail {
		  						.ovamejs-time-total {
		  							background-color: #000000;
		  							height: 2px;
		  							border-radius: 2px;

		  							.ovamejs-time-current {
		  								background-color: var(--primary);
		  							}

		  							.ovamejs-time-loaded, .ovamejs-time-current, .ovamejs-time-hovered {
		  								height: 2px;
		  								border-radius: 2px;
		  							}

		  							.ovamejs-time-handle {
		  								.ovamejs-time-handle-content {
		  									top: -9px;
		  									border-color: var(--primary);
		  								}
		  							}
		  						}
		  					}

		  					.ovamejs-time {
		  						display: flex;
		  						align-items: center;
		  						padding: 0;
		  						min-width: 42px;

		  						.seperate {
		  							margin: 0 10px;
		  						}

		  						@media screen and (max-width: 500px) {
		  							.ovamejs-duration {
		  								display: block;
		  							}
		  						}
		  					}

		  					.ovamejs-volume-button {
		  						margin-left: 20px;

		  						@media screen and (max-width: 768px) {
		  							display: block;
		  						}
		  						@media screen and (max-width: 500px) {
		  							display: none;
		  						}

		  						&.ovamejs-mute {
		  							width: 50px;
		  							min-width: 50px;
		  							height: 50px;
		  						}

		  						& > button {
									width: 50px;
									min-width: 50px;
									height: 50px;
									background-color: #f5f5f5;
			  						border-radius: 50%;
			  						color: #000000;
			  						@include transaction( all, 0.3s, ease );

			  						&:before {
			  							@include transaction( all, 0.3s, ease );
			  						}

			  						&:hover {
			  							background-color: var(--primary);
			  							color: #FFFFFF;

			  							&:before {
											color: #FFFFFF;
										}
			  						}
								}
		  					}
		  				}
		  			}
				}
			}

			.excerpt {
				margin: 0 0 30px 0;
				font-size: 16px;
				color: var(--text);
			}

			.btn-view-detail {
				a {
					display: inline-flex;
					font-size: 12px;
					font-weight: bold;
					text-transform: uppercase;
					line-height: 1.2;
					color: var(--text);
					@include transaction( all, 0.3s, ease );

					i {
						line-height: 1;
						vertical-align: middle;
						margin-left: 10px;
					}

					&:hover {
						color: var(--primary);
					}
				}
			}
		}
	}
}