/*
Theme Name: Conference Event Planner Child
Theme URI: your-theme-url-here
Description: Child theme for Conference Event Planner
Author: Your Name
Author URI: your-website-url-here
Template: conference-event-planner
Version: 1.0
*/

/* Add your custom CSS below */


/* nice button shortcode */

.niceButtonContainer {
	
	width: 100%;
	margin-bottom: 10px;

}

a.niceButton  {

	display: inline-block;
	max-width: 80%;
	min-width: 50%;
	background: #F5177E;
	color: white !important;
	padding: 13px 23px;
	font-size: 13pt;
	text-align: center;
	text-decoration: none !important;
	border-radius: 30px;
	font-weight: bold;
	transition: color 0.2s;

	
}


a.niceButton:hover {	

	text-decoration: none;
	background: #2B22D4;
	color: white;
	
}