/*======================================
Theme Name: Free Divi Child Theme By Pee-Aye Creative
Theme URI: https://www.peeayecreative.com/
Description: This is a free Divi child theme from Pee-Aye Creative!
Author: Nelson Lee Miller (aka The Divi Teacher)
Author URI: https://www.peeayecreative.com/
Author Email: nelson@peeayecreative.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * New to Divi? Take our full Divi course: https://www.peeayecreative.com/product/beyond-the-builder-the-ultimate-divi-website-course/
 * 
 * Learn cool tricks and features with our Divi tutorials: https://www.peeayecreative.com/blog/
 * 
 * Discover our premium Divi products: https://www.peeayecreative.com/shop/
 * 
 * =============================================================================== */

/*add your custom CSS below this line*/
/*provide some top and bottom spacing to the button*/

.ecs-weburl {
	margin: 1.5em 0
}


/*hide the icon*/

.ecs-weburl:before {
	display: none;
}


/*hide the label*/

.ecs-weburl .ecs-detail-label {
	display: none;
}


/*style the link to look like a button*/

.decm-show-detail-center .decm_weburl a {
	color: #FFFFFF!important;
	border: 2px solid #0048FF;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold!important;
	background-color: #0048FF!important;
	padding: 0.5em 1em;
  transition: all ease 0.3s;
}


/*style the link to look like a button on hover*/

.decm-show-detail-center .decm_weburl a:hover {
	color: #0048FF!important;
	background-color: #ffffff!important;
}


/*style the link to look like a button*/

.et-db #et-boc .et-l .diec_event_page_0_tb_body p.ecs-weburl a {
	color: #FFFFFF!important;
	border: 2px solid #0048FF;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold!important;
	background-color: #0048FF!important;
	padding: 0.5em 1em;
  transition: all ease 0.3s;
}


/*style the link to look like a button on hover*/

.et-db #et-boc .et-l .diec_event_page_0_tb_body p.ecs-weburl a:hover {
	color: #0048FF!important;
	background-color: #ffffff!important;
}