/* Social Share Icons By wpclimax.com */
/* Mobile View */
.wpclimax-link {
  	padding: 10px 12px 10px 12px !important;
	border-radius: 5px;
  	margin: 4px 3px 4px 3px;
  	cursor: pointer;
	display: inline-flex;
	align-items: center;
}
.wpclimax-link span.button-text {
	display: none;
}

/* End Mobile View */
/* Desktop View 
@media (min-width: 769px) {
.wpclimax-link {
    padding: 3px 10px 4px 10px !important;
    font-size: 19px;
		border-radius: 2px;
    margin: 4px 5px 4px 5px;
    cursor: pointer;
		display: inline-flex;
		align-items: center;
}
	.wpclimax-link span.button-text {
		padding-left: 6px;
		display: none;
	}
}
*/
/* Desktop View */
/* General CSS */
a.wpclimax-link {
	text-decoration: none !important;
	color: white !important;
}
/* Icon Background */
.wpclimax-twitter {
  background: #08a0e9 !important;
}
.wpclimax-twitter:hover,.wpclimax-twitter:active {
    background: #36d8ff !important;
}
.wpclimax-facebook {
  background: #3B5998 !important;
}
.wpclimax-facebook:hover,.wpclimax-facebook:active {
    background: #1877f2 !important;
}
.wpclimax-whatsapp {
    background: #075e54 !important;
}
.wpclimax-whatsapp:hover,.wpclimax-buffer:active {
    background: #25d366 !important;
}
.wpclimax-email {
    background: #bb001b !important;
}
.wpclimax-email:hover,.wpclimax-buffer:active {
    background: #ea4335 !important;
}
/* Share Text */
.share-post {
	font-size: 20px;
	margin-bottom: 5px;
}
/* Align Block */
.wpclimax-social {
	text-align: center;
	margin-bottom: 20px;
}
.wpclimax-link svg {
	fill: white;
}