/*
Theme Name: Divi Child Theme
Version: 2.0
Description: Basic Child Theme by Greylock Creative.
Author: Edward L Gomes
Template: Divi
Author URL: https://greylockcreative.com
*/
 
/*------- Theme Customizations------- */

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

a.pa-blurb-button {
	color: #ffffff;
	background: #1B3A26;
	border: 2px solid #ffffff;
	padding: .7em 1.3em;

	margin-top: 20px;
	border-radius: 50px;
	text-transform: capitalize;
	display: inline-block;
	width: 80%;
	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: #1B3A26;
	font-weight: bold; 
	border: 2px solid #1B3A26;
	cursor: pointer;
	transition: all 0.3s ease-in-out;	
}  