/* Luxeritas WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link https://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */

/* Widget Follow button */
#thk-follow {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
}
#thk-follow ul {
	display: table-row;
}
#thk-follow ul li {
	display: table-cell;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}
#thk-follow .snsf {
	display: block;
	border-radius: 4px;
	padding: 1px;
	height: 100%;
	width: 100%;
}
#thk-follow li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	border: 3px solid #fff;
	border-radius: 2px;
	line-height: 1.2;
	letter-spacing: 0px;
	padding: 5px 0;
	color: #fff;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, Roboto;
	text-align: center;
	text-decoration: none;
}
#thk-follow .fname {
	display: block;
	font-size: 10px;
}
#thk-follow a: hover {
	opacity: 0.7;
}

/*#thk-follow .twitter { background: #1c9be2; }*/
#thk-follow .twitter { background: #010101; }
#thk-follow .facebook { background: #3b5998; }
#thk-follow .instagram {
	background: linear-gradient(200deg,#6559ca,#bc318f 35%,#e33f5f 50%,#f77638 70%,#fec66d 100%);
}
#thk-follow .pinit { background: #bd081c; }
#thk-follow .hatena { background: #3875C4; }
#thk-follow .google { background: #dd4b39; }
#thk-follow .youtube { background: #ae3a34; }
#thk-follow .line { background: #00c300; }
#thk-follow .rss { background: #f86300; }
#thk-follow .feedly { background: #2bb24c; }
