/* 
 Theme Name:     Yorvik Sailing
 Author:         Matthew Dinsdale / MDHosting Ltd / Yorvik Sailing
 Author URI:     https://mdhosting.co.uk
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.4.4
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/******************************/
/*** divi blurb with button ***/
/******************************/
.mdh_blurb_button a.et_pb_button {
	display: block;
	/*bottom: 10%;*/
	width: 100%;
	transition: 0.5s ease;
	cursor:pointer;
	font-size: 17px;
    background-color: green;
    border:none;
}
.mdh_blurb_button:hover a.et_pb_button { 
	background-color: red;
}
