/*
Theme Name: Hello Elementor Child - AnimusLAB
Theme URI: https://animuslab.it/
Description: Tema Child per il tema hello-elementor
Author: AnimusLAB
Author URI: https://animuslab.it/
Template: hello-elementor
Version: 0.1.0
*/
.site-branding{
  display: none;
}
.wpsm_box {
	background-color:#f15a2510;
}
.gray_type {
 color:#666;
 background:#f9f9f9
}
.red_type {
 color:#de5959;
 background:#ffe9e9
}
.green_type {
 color:#5f9025;
 background:#ebf6e0
}
.blue_type {
 color:#5091b2;
 background:#e9f7fe
}
.yellow_type {
 color:#c4690e;
 background:#fffdf3
}
.wpsm_button{
	padding: 20px;
	color: #fff !important;
	background: var(--e-global-color-18e17865);
	display: block;
	width: 20%;
	min-width: 200px;
	text-align: center;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: inherit;
	margin: auto;
	transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.wpsm_button:hover{
	transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	background: #161616;
}