.simple-link-labeled a.btn {
	/* display: none; */
	background: no-repeat;
	color: #007375;
	border-bottom: 1px solid #007375;
	border-radius: 0;
	padding: 6px 5px;
}
.type-popup a.btn, .type-ajax a.btn {
	margin-top: 30px;
}
.revealed-text {
	display: none;
	margin-top: 20px;
	padding-top: 1px;
}
.overlayed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000c2;
	z-index: 999;
	text-align: center;
	display: none;
}
.overlayed .poping {
	max-width: 450px;
	background: white;
	margin: 40vh auto 0;
	padding: 25px;
	border-radius: 5px;
	position: relative;
}
.simple-link-wrapprer .overlayed .poping {
	max-width: 650px;
	margin: 10vh auto 0;
	max-height: 80vh;
	overflow-y: auto;
}
@media all and (max-width: 767px) {
	.simple-link-wrapprer .overlayed .poping {
		margin: 10vh auto 0;
		max-height: 70vh;
	}
}
.simple-link-wrapprer .overlayed .closeme {
	padding: 4px 14px 8px;
	line-height: 25px;
}
.overlayed .closeme {
	color: white;
	background: black;
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 2px 12px 6px;
	border-radius: 25px;
	font-size: 19px;
	text-align: center;
	cursor: pointer;
}
.inner-poping li {
	text-align: left;
	margin-left: 10px;
}
.position-lefted {
	text-align: left !important;
}
.position-centered {
	text-align: center !important;
}
.position-righted {
	text-align: right !important;
}

.btn-img.simple-link {
	text-indent: -9999px;
	padding: 0;
	border: 0;
	background: url(/modules/custom/filabe_simple_link/img/scroll.png);
	width: 46px;
	height: 46px;
	background-size: cover;
	box-shadow: none;
}
.btn-img.simple-link:hover {
	background: url(/modules/custom/filabe_simple_link/img/scroll.png);
	box-shadow: none;
	background-size: cover;
	border: 0;
}
.paragraph-type--video-element .field--name-field-google-event-code {
	display: block !important;
}
.type-slide a.btn, .type-slide a.btn:hover {
	color: #333 !important;
	border: none !important;
	background: none !important;
	transition: 0s !important;
	box-shadow: none !important;
}
div.simple-link-wrapprer.type-slide a.btn.btn-sm.simple-link:hover::after {
	background: url(/modules/custom/filabe_simple_link/img/arrow-down.svg) no-repeat !important;
}
div.simple-link-wrapprer.type-slide.revealed a.btn.btn-sm.simple-link:hover::after {
	background: url(/modules/custom/filabe_simple_link/img/arrow-up.svg) no-repeat !important;
}
.type-slide a.btn::after {
	content: '';
	background: url(/modules/custom/filabe_simple_link/img/arrow-down.svg) no-repeat !important;
	width: 24px;
	height: 18px !important;
	display: inline-block;
	margin-left: 5px;
}
.type-slide.revealed a.btn::after {
	background: url(/modules/custom/filabe_simple_link/img/arrow-up.svg) no-repeat !important;
}
/* .type-slide.revealed a.btn {
	text-decoration: underline !important;
} */