/*
Theme Name: Iamcp
Description: Custom theme for Iamcp 
Author: Braindata s.a.s.
Author URI: https://www.braindata.it
Version: 1.1.0
Template: guidingvoice*/
@import url("../guidingvoice/style.css");

.evento-biella ul{
	list-style: inherit;
	padding-left: 40px;
}

.button-beecode.yellow{
	background-color: #1e73be !important;
	color: #ffffff !important;
	border-color: #1e73be !important;
	padding: 10px 20px !important;
	border-radius: 6px !important;
	border: 1px solid !important;
	box-shadow: none !important;
	font-size: 17px;
}
.button-beecode.yellow:hover{
	background-color: transparent !important;
	color: #1e73be !important;
	border-color: #262a33 !important;
}