/**
 * Copyright (C) 2019 thirty bees
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@thirtybees.com so we can send you a copy immediately.
 *
 * @author    thirty bees <modules@thirtybees.com>
 * @copyright 2019 thirty bees
 * @license   Academic Free License (AFL 3.0)
 */

.btn-facebook {
	color: #fff;
	background-color: #435f9f;
}

.btn-facebook:hover {
	color: #ccc;
}

.btn-twitter {
	color: #fff;
	background-color: #00aaf0;
}

.btn-twitter:hover, .btn-twitter:focus {
	color: #fff;
}

.btn-pinterest {
	color: #fff;
	background-color: #ce1f21;
}

.btn-pinterest:hover, .btn-pinterest:focus {
	color: #fff;
}
