/*
Theme Name: tempera - child
Version: 1.0
Description: A child theme of Tempera
Template: tempera
Author: Amministratore
*/
@import url("../tempera/style.css");
/* Your awesome customization starts here */
#access{
    margin: 0 auto 0;
}
#main {
    margin-top: 0px;
}
#header-container > div {
	width: 100% !important;
	margin: auto !important;
	position: absolute !important;
	left: 0 !important;
	top: 20px !important;
	padding: 15px !important;
text-align: center !important;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
.myButton:active {
	position:relative;
	top:1px;
}
.accredia {
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    margin: 5px 0px 5px 0px;
}
.accredia > div{
    padding:5px;
}
.accredia-text{
    display: block;
    margin: auto;
}
.accredia-img > img {
    width: auto;
    height: auto;
    max-height: 100px;
    text-align: right;
    display: block;
margin: auto !important;
}

.group-contacts {
    display: grid;
    width: 100%;
    grid-template-columns: 70px max-content;
    margin: 5px 0px 5px 0px;
}