/* Normal icons */
.social {
    height: 30px;
    width: auto;
    background-image: url(../images/socials.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    display: block;
}
.social.social-ig {
	background-image: url('../images/instagram-blue.svg');
}
.social.social-fb {
	background-image: url('../images/facebook-blue.svg');
}
.social.social-yt {
	background-image: url('../images/youtube-blue.svg');
}
.social.social-wa {
	background-image: url('../images/whatsapp-blue.svg');
}
.social.social-in {
	background-image: url('../images/linkedin-blue.svg');
}

/* Bigger icons */
.socialbigwhite {
    height: 53px;
    width: auto;
	display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.socialbigwhite.social-fb {
	background-image: url('../images/facebook.svg');
}
.socialbigwhite.social-in {
	background-image: url('../images/linkedin.svg');
}
.socialbigwhite.social-wa {
	background-image: url('../images/whatsapp.svg');
}
.socialbigwhite.social-yt {
	background-image: url('../images/youtube.svg');
}
.socialbigwhite.social-ig {
	background-image: url('../images/instagram.svg');
}

/* Image icons */
.imageicons {
	height: 30px !important;
	width: 40px !important;
	background-image: url('../images/imageicons.png');
	display: inline-block;
}
.imageicons.heart {
	background-position: 0 0;
}
.imageicons.chat {
	background-position: -40px 0;
}
.imageicons.send {
	background-position: -80px 0;
}