
/**
 * ochFollowMe - Fields plugin
 *
 * @version     3.0.3
 * @package     Joomla
 * @subpackage  plg_fields_ochfollowme
 *
 * @author      Ruud van Lent
 * @copyright   Copyright (C) 2017 - 2024 OnlineCommunityHub (J.L.R. van Lent Holding B.V.). All rights reserved.
 * @license     GNU/GPL version 3 or later
 * @link        https://onlinecommunityhub.nl
 */
.ochfollowme a.aboutme {
	background: #044a75;
}

.ochfollowme a.aboutme:hover {
	background: #022b44;
}

.ochfollowme a.academia {
	background: #000;
}

.ochfollowme a.academia:hover {
	background: black;
}

.ochfollowme a.blogger {
	background: #f60;
}

.ochfollowme a.blogger:hover {
	background: #cc5200;
}

.ochfollowme a.email {
	background: #3490f3;
}

.ochfollowme a.email:hover {
	background: #0e76e6;
}

.ochfollowme a.facebook {
	background: #3b5998;
}

.ochfollowme a.facebook:hover {
	background: #2d4373;
}

.ochfollowme a.flickr {
	background: #ff0084;
}

.ochfollowme a.flickr:hover {
	background: #cc006a;
}

.ochfollowme a.followme {
	background: #ccc;
}

.ochfollowme a.followme:hover {
	background: #b3b3b3;
}

.ochfollowme a.github {
	background: #101010;
}

.ochfollowme a.github:hover {
	background: black;
}

.ochfollowme a.instagram {
	background: #e95950;
}

.ochfollowme a.instagram:hover {
	background: #e32e23;
}

.ochfollowme a.linkedin {
	background: #007bb5;
}

.ochfollowme a.linkedin:hover {
	background: #005882;
}

.ochfollowme a.mastodon {
	background: #595aff;
}

.ochfollowme a.mastodon:hover {
	background: #2627ff;
}

.ochfollowme a.medium {
	background: #00ab6b;
}

.ochfollowme a.medium:hover {
	background: #00784b;
}

.ochfollowme a.mobile {
	background: #666;
}

.ochfollowme a.mobile:hover {
	background: #4d4d4d;
}

.ochfollowme a.pinterest {
	background: #cb2027;
}

.ochfollowme a.pinterest:hover {
	background: #9f191f;
}

.ochfollowme a.reddit {
	background: #ff4500;
}

.ochfollowme a.reddit:hover {
	background: #cc3700;
}

.ochfollowme a.skype {
	background: #00aff0;
}

.ochfollowme a.skype:hover {
	background: #008abd;
}

.ochfollowme a.slideshare {
	background: #f6931e;
}

.ochfollowme a.slideshare:hover {
	background: #d87909;
}

.ochfollowme a.snapchat {
	background: #fc0;
}

.ochfollowme a.snapchat:hover {
	background: #cca300;
}

.ochfollowme a.soundcloud {
	background: #f6a46a;
}

.ochfollowme a.soundcloud:hover {
	background: #f3873a;
}

.ochfollowme a.stumbleupon {
	background: #eb4924;
}

.ochfollowme a.stumbleupon:hover {
	background: #ca3412;
}

.ochfollowme a.tumblr {
	background: #32506d;
}

.ochfollowme a.tumblr:hover {
	background: #22364a;
}

.ochfollowme a.twitter {
	background: #55acee;
}

.ochfollowme a.twitter:hover {
	background: #2795e9;
}

.ochfollowme a.x {
	background: #55acee;
}

.ochfollowme a.x:hover {
	background: #2795e9;
}

.ochfollowme a.vimeo {
	background: #aad450;
}

.ochfollowme a.vimeo:hover {
	background: #93c130;
}

.ochfollowme a.vk {
	background: #45668e;
}

.ochfollowme a.vk:hover {
	background: #344d6c;
}

.ochfollowme a.youtube {
	background: #f00;
}

.ochfollowme a.youtube:hover {
	background: #c00;
}

.ochfollowme a {
	cursor: copy;
	text-align: center;
	padding: 10px;
	color: #fff !important;
	text-decoration: none !important;
	width: 1em;
	height: 1em;
	line-height: 1em;
	margin: 0px 5px 5px 0px;
	float: left;
	box-sizing: unset;
}

.ochfollowme a:hover {
	text-decoration: none;
	color: #fff;
}
