.ph_shared_mobileHide {
	display: none;
}

.pg_shared_button {
	border-radius: 30px;
	padding: 10px 19px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-family: Montserrat-SemiBold, sans-serif;
	box-shadow: none;
	text-shadow: none;
	border: none;
	position: relative;
	overflow: hidden;
	transition: color .5s, border-color .5s;
	text-decoration: none;
	outline: none !important;
	background: #6CC100;
}

.pg_shared_button:hover:before {
	top: -30px;
	right: -50%;
}
.pg_shared_button span {
	position: relative;
	z-index: 2;
}
.pg_shared_button:hover {
	color: #fff!important;
}

.pg_shared_button:before {
	content: "";
	position: absolute;
	z-index: 1;
	background: #c50178;
	border-radius: 50%;
	top: 0;
	transition: all .7s;
	width: 200%;
	height: 300%;
	right: 100%;
}

@media (min-width: 768px) {
	.ph_shared_mobileHide {
		display: block;
	}
}