/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2022 | 07:48:25 */
#webr-leadmagnets {
	position: fixed;
	bottom: 4em;
	right: 4em;
	width: 140px;
	height: 55px;
	z-index: 2;
}

#webr-leadmagnets > ul > li > a {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#webr-leadmagnets > ul {
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
	padding-left: 0px;
}

#webr-leadmagnets > ul > li > a > i {
	font-size: 25px;
}

.magnet-li-whatsapp > a {
	background-color: #25d366;
	transition: color 0.25s;
	transition: background-color 0.25s;
}

.magnet-li-whatsapp > a:hover {
	background-color: var(--wit);
	color: #25d366 !important;
}

.magnet-li-mail > a {
	background-color: #257dd4;
	transition: color 0.25s;
	transition: background-color 0.25s;
}

.magnet-li-mail > a:hover {
	background-color: var(--wit);
	color: #257dd4 !important;
}

@media (max-width: 959px) {
	#webr-leadmagnets {
		bottom: 3em;
		right: 0.5em;
	}
}