/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.25.0.1733299153
Updated: 2024-12-04 07:59:13

*/

/*style the Divi Blurb link as a button*/

a.pa-blurb-button {
	color: #ffffff;
	background: #d13321;
	border: 2px solid #d13321;
	padding: .7em 1.3em;
	margin-top: 20px;
	border-radius: 5px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}


/*style the Divi Blurb link text as a button on hover*/

a.pa-blurb-button:hover {
	background: transparent;
	color: white;
	border: 2px solid #d13321;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}