/*
Theme Name: Philanthropy Child
Description: Philanthropy is created by <a href="http://themefuse.com">ThemeFuse</a>. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com/
Template: philanthropy-parent
Version: 2.0
Text Domain: philanthropy
Tags: left-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.donate-button {
	font-size: 16px;
    line-height: 1.1;
    color: rgba(152, 30, 96, 1);
    border: 2px solid rgba(150, 30, 96, 1);
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 20px 10px 20px;
	    transition-duration: 0.50s;
    transition-property: color, box-shadow, background, border-color;
	    font-family: Lato, sans-serif;
    font-weight: 700;
}