/*
Theme Name: Divi Child
Template: Divi
Version: 1.0.0
*/

.jn-wa-wrap {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999999;
}

.jn-wa-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	background: #25d366 !important;
	color: #ffffff !important;
	border-radius: 999px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(0,0,0,.18);
	font-family: inherit;
}

.jn-wa-button:hover,
.jn-wa-button:focus,
.jn-wa-button:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}

.jn-wa-desktop {
	padding: 14px 22px;
	font-size: 16px;
}

.jn-wa-mobile {
	width: 56px;
	height: 56px;
	font-size: 14px;
}

@media (min-width: 981px) {
	.jn-wa-mobile {
		display: none !important;
	}
}

@media (max-width: 980px) {
	.jn-wa-wrap {
		right: 16px;
		bottom: 16px;
	}

	.jn-wa-desktop {
		display: none !important;
	}
}