/*
ASTIR - CSS:
00: SFONDO
01:HEADER
02:FOOTER
03:MENU
04:CONTENT
05:PAGE
*/

/*00: SFONDO*/
body.custom-background {
    background-size: 100% auto !important;
}
/*01:HEADER*/
hgroup {
    width: 50% !important;
}
.site-header.clearfix {
    background:none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
.site-header h1 a:hover{
    color: #a9c02d !important;
}
.site-brand {
    margin-left: 3.125%;
}
.social-links {
   margin-right: 3.125%;
   width: 40% !important;
}
/* ENTRA IN APP */
div.registro-app {
    float: right;
   margin-right: 3.125%;
   width: 40%;
  margin-top: 20px;
  text-align: right;
}
#login_registronmd_app {
    border: 0 none;
    overflow: hidden;
    width: 100%;
    float: right;
    height: 60px;
    text-align: right;
}
span.label-registronmd:hover {
     text-decoration: none !important;
     background-color: rgba(169, 192, 45,0.7);
     color: #fff !important;
}
span.label-registronmd {
    background-color: #a9c02d;
}
span.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
/* 02:FOOTER */
.copyright {
    float: right;
    margin: 1.0639% 0;
}
.credits {
    float: left;
}
/*03:MENU*/
.main-navigation ul {
    background-color: #a9c02d;
}
.main-navigation {
    background-color: #a9c02d;
}
.main-navigation {
    font-size: 1em;
}
.main-navigation ul ul a {
   background-color:#656565 !important;
   color: #fff !important;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	color: #a9c02d !important;
}
/*04:CONTENT*/
.site-main.clearfix {
   background:none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
/* 05:PAGE  */
.entry-header h1, .entry-header h2 {
     background-color: #a9c02d;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    color: white;
    display: table;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 7px;
   margin-left: -20px;
}