/**
Theme Name: SWD Client
Author: Spencer Web Design, Inc.
Author URI: https://spencerwebdesign.com
Description: A customized child theme developed for clients by Spencer Web Design, Inc.
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: swd-client
Template: astra
*/

/* Standard Buttons */

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	background: #B30839;
	border: 2px solid #fff;
}

.fl-builder-content a.fl-button:hover {
	background: #EA0A4A;
}


.fl-builder-content a.fl-button .fl-button-text {
	color: #fff !important;
	font-weight: 300 !important;
}

/* Ghost Buttons */
/* add class button-ghost to button module */

.button-ghost a.fl-button {
	background: #fff !important;
	border: 2px solid #B30839 !important;
}

.button-ghost a.fl-button .fl-button-text {
	color: #B30839 !important;
}

.button-ghost a.fl-button:hover {
	background: #B30839 !important;
}

.button-ghost a.fl-button:hover .fl-button-text {
	color: #fff !important;
}