/* BOTONES COMPARTIR
---------------------------------------------------------------------------------*/
.dashicons {
	line-height: inherit !important;
}
.social-sharer {
	/*display: table;*/
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-top:-6px
}

.share-love {
	float: left;
	height: 42px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 0 10px 0 10px;
	border-radius: 2px;
	line-height: 41px;
	background-color: #333;
}

.share-facebook {
	/*float: left;*/
	height: 42px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 0 10px 0 10px;
	border-radius: 2px;
	line-height: 41px;
	background-color: #3b5998;
    width:100%;
}

.share-twitter {
	/*float: left;*/
	font-size: 14px;
	height: 42px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 0 10px 0 10px;
	border-radius: 2px;
	line-height: 41px;
	background-color: #00aced;
    width:100%;
}

.share-whatsapp {
	/*float: left;*/
	height: 42px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 0 10px 0 10px;
	border-radius: 2px;
	line-height: 41px;
	background-color: #00E676;
    width:100%;
}

.social-sharer a{
    width:calc(33.33% - 8px);
    margin-left:12px;
}
.social-sharer a:first-child {
    margin-left:0;
  }

.share-text,
.share-text-twitter {
	color: #ffffff;
	font-size: 14px;
}

.longtext {
	display: none;
}

.share-facebook:hover,
.share-twitter:hover,
.share-whatsapp:hover {
	opacity: 0.9;
}

@media only screen and (max-width:422px) {
	.share-love {
		display: none;
	}
}

@media only screen and (min-width:724px) and (max-width:1023px) {
	.longtext {
		display: inline;
		color: #ffffff;
		text-align: left;
	}

	.share-text-twitter {
		display: none;
	}
}

@media only screen and (min-width:1140px) {
	.longtext {
		display: inline;
		color: #ffffff;
		text-align: left;
	}

	.share-text-twitter {
	display: none;
	}
}
/* BOTONES COMPARTIR FIN----------------------------------*/