/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2022 | 08:34:26 */
@media (min-width: 768px) {
	#webr-mobile-bottom-buttons {
		display: none !important;
	}
}
#webr-mobile-bottom-buttons {
	position: sticky;
	bottom: -1px;
	left: 0px;
	width: 100%;
	text-align: center;
	
	/*font-family: Jost;*/
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 23px;
	z-index: 2
}
#webr-mobile-bottom-buttons > ul {
	list-style: none;
	margin: 0px;
	display: flex;
	padding-left: 0px;
}
#webr-mobile-bottom-buttons > ul > li {
	margin: 0px;
	flex-basis: auto;
	flex-grow: 1;
}
#webr-mobile-bottom-buttons > ul > li > a {
	display: block;
	padding: 15px;
	background-color: #f8f8f8;
	color: #000000;
	border-width: 0px;
	transition: all 300ms ease-in-out;
	line-height: 1em;
	border-top: 1px solid #E12454
}
#webr-mobile-bottom-buttons > ul > li:not(:first-child) > a {
	border-left: 1px solid #e12454;
}
#webr-mobile-bottom-buttons > ul > li > a:hover {
	opacity: 1;
	background-color: #000000;
	border-color: #ffffff;
	color: #ffffff;
}
#webr-mobile-bottom-buttons > ul > li > a > :first-child {
	display: block;
	font-size: 1.5em !important;
	margin-bottom: .55em;
	color: #e12454;
}
#webr-mobile-bottom-buttons > ul > li > a:hover > :first-child {
	color: #ffffff;
}

.page-scroll-up.show {
	bottom: 95px;
}