body #main .testo_bianco * {
  color:#FFF;
}

body h3 {
  margin:0 0 25px;
}
body p:last-of-type {
  margin:0;
}

/* MENU */
#side-header .fusion-main-menu > ul > li > a,
#side-header .fusion-main-menu > ul > li:first-child > a {
  border:0;
}
.fusion-main-menu-container {
  margin-top:15%;
}

/* HOME */
.home #main {
  padding-top:0;
  padding-bottom:0;
}

.home #main #full_height {
  padding-top:15%;
  box-sizing:border-box;
}
.home #main #full_height .fusion-row {
    position: relative;
    display: block;
    height: 100%;
}
.home #main #full_height .fusion-row #cont_freccia_giu {
  width:100px;
  position:absolute;
  bottom:5%;
  left:50%;
  margin-left:-50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home #main #full_height .fusion-row #cont_freccia_giu:hover {
  padding-top:10px;
  bottom:4%;
}

.home #box_cont .fusion-row,
.home #map_cont .fusion-row
{
  max-width:unset;
}
.home #box_cont .box_hp {
  width:20%;
  margin-right:0;
  height:300px;
  position:relative;
  overflow:hidden;
}
.home #box_cont .box_hp .fusion-column-wrapper {
  height:300px;
}

.home .box_hp .over {
  background-color: rgba(0,189,244,0.8);
  position:absolute;
  box-sizing:border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width:100%;
  padding:0 2%;
}
.home .box_hp:hover .over {
  bottom:0 !important;
}
.home .box_hp .over img {
  padding:30px 0 0;
}
.home .box_hp .over h3 {
  font-size:40px;
  line-height:45px;
}
.home .box_hp .over p {
  font-size:18px;
  line-height:22px;
}
.home #map_cont {
  position:relative;
}
.home #map_cont .infoBox {
  top:0 !important;
  left:0 !important;
  width:25% !important;
  z-index:10;
  min-width: 230px;
}
.home #map_cont .infoBox img {
  display:none;
}
.home #map_cont .infoBox .fusion-info-box {
  background-color: rgba(0,189,244,0.8) !important;
  height:400px;
  box-sizing:border-box;
  padding: 90px 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.home #map_cont .infoBox .fusion-info-box * {
  margin:0;
  text-align:center;
  color:#FFF;
  font-family: "Marvel",Arial,Helvetica,sans-serif;
}
.home #map_cont .infoBox .fusion-info-box h4 {
    font-size: 70px;
    line-height: 75px;
}
.home #map_cont .infoBox .fusion-info-box p {
    font-size: 25px;
    line-height: 28px;
}
.home #map_cont #hp_map .infoBox {
  display:none;
}

/* FOOTER */
.fusion-footer {
    position: absolute;
    width: 400px;
    bottom: 0px;
}
.fusion-footer .fusion-footer-widget-area {
  border-top:none;
  background:none;
  padding:0;
}
.fusion-footer .fusion-footer-widget-area .widget-title {
  margin-bottom:10px;
}
.fusion-footer-widget-area .contact_info p {
  font-size:14px;
  line-height:16px;
}

/* INTERNE */
#titolo .fusion-one-full h3 {
  margin-bottom:0;
  color:#FFF;
}
#wrapper .full .fusion-row {
  width:100%;
  max-width:unset;
}

#wrapper .full .fusion-one-third {
  margin-right:0;
  width:33.33%
}

/* GALLERY */
#wrapper .full #envira-gallery-wrap-210 {
  max-width:unset;
}

/* CONTATTI */
#wrapper form .wpcf7-submit {
  background-color:#00bdf4;
  margin-top:15px;
}
#wrapper form .wpcf7-submit:hover {
  background-color:#179ac0;
}

#wrapper form .wpcf7-text[type="text"],
#wrapper form .wpcf7-text[type="email"]{
  height: 40px;
  background-color: #EEE;
  border: 0px none;
  color: #000;
  font-size: 20px;
  font-family: "Marvel",Arial,Helvetica,sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper form .wpcf7-text[type="text"]:focus,
#wrapper form .wpcf7-text[type="email"]:focus {
  background-color: #00bdf4;
  color: #FFF;
}
#wrapper form .wpcf7-textarea {
  background-color: #EEE;
  border: 0px none;
  color: #000;
  font-size: 20px;
  font-family: "Marvel",Arial,Helvetica,sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper form .wpcf7-textarea:focus {
  background-color: #00bdf4;
  color: #FFF;
}

/* MEDIA QUERY */
@media all and (max-width:1560px) {
 
  #map_cont {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
} 

@media all and (max-width:1300px) {
  .home #box_cont {
    height:900px !important;
  }
 .home #box_cont .box_hp {
    width:50%;
    margin-bottom:0 !important;
  }
  .home #box_cont #box3 {
    width:100%;
  }
}

@media all and (max-width:1023px) {
  .fusion-footer {
    bottom: 0;
    position: relative;
    width: 100%;
  }
}

@media all and (max-width:800px) {
  .fusion-logo img {
    width: auto;
    height: 70px;
    padding-bottom: 10px;
  }
  .fusion-main-menu-container {
    margin-top: 25px;
  } 
  .first .fusion-one-full {
    margin-top:3% !important;
  }
  .logo.aligncenter.wp-image-25.size-full {
    width: auto;
    height: 150px;
  }
  .post-content .first h1 {
    font-size: 18px;
    line-height: 20px;
  }
  .home #main #full_height .fusion-row #cont_freccia_giu img {
    width: 40px;
  }
}
@media all and (max-width:550px) {
  .home #map_cont .infoBox .fusion-info-box {
    height:auto;
    margin-top: 246px;
    padding:20px 10px;
  }
  .home #map_cont .infoBox .fusion-info-box h4 {
    font-size: 40px;
    line-height: 45px;
  }
  .home #map_cont .infoBox .fusion-info-box p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media all and (max-width:400px) {
  .home #box_cont {
    height:1200px !important;
  }
 .home #box_cont .box_hp {
    width:100%;
    margin-bottom:0 !important;
  }
  
}