/*
Theme Name:   GenForward
Description:  GenForward Child Theme
Author:       Jeaneen Ford
Author URL:   Write here the author's blog or website url
Template:     salient
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  genforward
*/

/* Write here your own personal stylesheet */

.gfs-social {
    width: 100%;
}

.gfs-social a {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 26px;
    border-radius: 100%;
    vertical-align: middle;
    background: linear-gradient(125deg, #f29d48, #f27900);
    color: #ffffff;
    text-align: center;
    transition: background 1s ease;
}

.gfs-social a:hover {
    background: linear-gradient(125deg, #f27900, #f29d48);
}

