/* Enter Your Custom CSS Here */
.section-title-2 h2 {
  margin-top: 20px;
}
.li1 {
background-color: #fff;
}
.li2 {
background-color: #fffadd;
}
a.button_enter {
	display: none;
}
/* rimpicciolisco il logo nei menu */
#logo-in {
    margin: 4px 0 0;
    width: 120%;
    height: 120%;
}

#homepage {
  height: auto;
}
#intro-txt {
position: absolute;
top: 400px;
width: 120%;
}
#top-nav ul li {
margin: 0 8px 0 0;
padding-top: 25px;
}
#top-menu li {
padding-left: 10px;
}
#sidebar {
display: none;
}
.button5 {
color: rgb(255, 255, 255);
font-size: 20px;
padding: 10px;
background: rgb(57, 186, 210);
}
.widget_wysija_cont .wysija-submit {
border: none;
background: #8dc63f;
color: #fff;
font-size: 12px;
padding: 7px 12px;
margin-top: 10px;
text-decoration: none;
transition: background .5s ease;
display: inline-block;
margin-bottom: 20px;
cursor: pointer;
}
.single-style ul {
padding: 0px 0px 0px 0px;
list-style-type: none;
}
.container .eleven.columns {
width: 100%;
}
.post h3 a {
display: none;
}
.post_info {
display: none
}
.single-style table thead th, .pagi table thead th {
padding: 1%;
}
/*css per cf7*/
.form1 {
background: #fff;
border: 3px solid #e6e6e6;
border-radius: 2px;
color: #777;
display: block;
font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
margin-bottom: 10px;
outline: none;
padding: 8px;
width: 90%;
box-shadow: 0 0 10px #eee inset;
}
/* abbasso lo spazio bianco fra le SEZIONI
.padding-bottom {
    background: #ffffff none repeat scroll 0 0;
padding-bottom: 50px;} */
.padding-bottom {
    background: #ffffff none repeat scroll 0 0;
   padding-bottom: 0px;
}
/* colore del testo dei link   */
a:link, a:visited {
    background-color: transparent;
     color: #8dc63f;
    text-decoration: none;
}
/* colore del testo dei link  attivo */
a:hover, a:active {
    color: #55742E;
    text-decoration: none;
}
/* bottoni del SITO WEB in Dintorni */
.button_3:hover {
    background: #adc63f none repeat scroll 0% 0%;
  	border-radius: 2px;
}
/* Bottone PRENOTA ONLINE in Homepage */
a.button_R, .button_R {
    background: #8dc63f none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    /*display: inline-block;*/
	border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 7px 12px;
    text-decoration: none;
    transition: background 0.5s ease 0s;
}
.button_R:hover {
    background: #333 none repeat scroll 0 0;
}
/* rimuovo il box cerchiato nella home */
#activities figure span {
    /* height: 100%; */
    height: 0%;
    z-index: 99;
}
/* cambio h1 (indicizzazione SEO è su h1 e non su h3) */
h1 {
    color: #464646 !important;
    font-family: Lato !important;
    font-size: 22px !important;
    font-weight: bold !important;
    text-shadow: none;
}

/** CAMBIO HOVER PULSANTE PRENOTA **/
.btn-prenotazione:hover h2{
    transition: all 0.5s ease;
}
.btn-prenotazione:hover h2{
  color:white !important;
}
