/* Import font. */
@import url('https://fonts.googleapis.com/css2?family=' Gilroy':wght@300;400;500&display=swap');

/* Main background. */
.fwds3dcov-main-background {
	background: #FFFFFF;
}

/* Scrollbar text */
.fwds3dcov-scrollbar-text {
	font: 300 12px 'Gilroy' !important;
}

/* Categories menu. */
.fwds3dcov-menu-button {
	font: 500 14px 'Gilroy' !important;
	text-transform: uppercase;
}

/* Video and audio time. */
.fwds3dcov-time {
	font: 400 14px 'Gilroy' !important;
}

/* Thumbnails button. */
.fwds3dcov-thumbnail-button {
	overflow: visible !important;
	display: inline-block !important;
	box-sizing: border-box !important;
	overflow: visible !important;
}

.fwds3dcov-thumbnail-button div {
	text-transform: uppercase !important;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, 0.07) !important;
	border: 2px solid #FFFFFF !important;
	box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.3) !important;
	backdrop-filter: blur(18.5px) !important;
	border-radius: 90px !important;
	color: #FFFFFF !important;
	transition: border .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
}

.fwds3dcov-thumbnail-button.has-image img {
	position: absolute !important;
	top: 18px !important;
	right: 40px !important;
}

.fwds3dcov-thumbnail-button div:hover {
	border: 2px solid #E70973 !important;
	background: #E70973 !important;
	box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0) !important;
}

.fwds3dcov-thumbnail-button p {
	font: 400 14px 'Gilroy' !important;
	white-space: nowrap !important;
	margin: 0 !important;
	padding: 19px 68px 18px 41px !important;
}

/* Thumbnails text. */
.fwds3dcov-header {
	font-size: 27px;
	font-weight: 400;
	font-family: 'Gilroy';
	line-height: 30px;
	text-align: center;
	margin: 9px 20px 0;
	color: #000000;
}

.fwds3dcov-text {
	font: 400 14px 'Gilroy' !important;
	line-height: 20px !important;
	text-align: center;
	margin: 9px 20px 0;
	color: #777777;
}

/* Lightbox text. */
.fwds3dcov-lightbox-header {
	font: bold 28px 'Gilroy' !important;
	line-height: 33px !important;
	text-align: center;
	margin: 23px 20px 6px;
	color: #FFFFFF;
}

.fwds3dcov-lightbox-paragraph {
	font: normal 14px 'Gilroy' !important;
	line-height: 24px !important;
	text-align: center;
	margin: 10px 20px 26px;
	color: #E4E4E4;
}

@media screen and (max-width: 600px) {
	.fwds3dcov-lightbox-header {
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.fwds3dcov-lightbox-paragraph {
		font-size: 12px !important;
		line-height: 16px !important;
		margin-bottom: 20px;
	}
}

.spolink {
	text-decoration: none;
}