.link {
	display: inline-block;
	white-space: nowrap;
	border: 0;
	background: transparent;




	
	&-sm {
		font-size: 0.75em;
	}
	
	&-line {
		&:before {
			content: '';
			width: 30px;
			height: 2px;
			background-color: #000;
			display: inline-block;
			margin-right: 10px;
			vertical-align: super;
		}
		
		&.link-sm {
			&:before {
				width: 15px;
			}
		}
	}
}

.btn-share {
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border: 1px solid #000;
	color: #000;
	margin-top: 30px;
	
	&:hover, &:focus, &:active {
		border: 1px solid $aqua;
		color: $aqua;
	}	
}

// plyr

.plyr__progress--played, .plyr__volume--display {
	color: $aqua !important;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
	background: $aqua !important;
}

.plyr__play-large {
	padding: 20px !important;
	border: none !important;
}