/*
 Theme Name:   Forcast Child
 Theme URI:
 Description:  Child theme for Forcast theme
 Author:
 Author URI:
 Template:     forcast
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  forcast-child
*/

/* Add your custom styles below this line */

/* Viber Share Button Styles */
.social-box .share-wrap .vb,
.share-wrap .vb {
    border-color: #7360F2;
    color: #7360F2;
}

.social-box .share-wrap .vb:hover,
.share-wrap .vb:hover {
    background: #7360F2;
    color: #fff;
}

/* Telegram Share Button Styles */
.social-box .share-wrap .tg,
.share-wrap .tg {
    border-color: #0088cc;
    color: #0088cc;
}

.social-box .share-wrap .tg:hover,
.share-wrap .tg:hover {
    background: #0088cc;
    color: #fff;
}
