/*
Theme Name: vita
 */




body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;

}

h2 {
  color: rgba(25, 71, 94, 1);
  text-align: left;
  margin-top: 30px;
}
p {
  color: rgba(25, 71, 94, 1);
}

h1 {
  color: white;
  text-align: center;
  margin-top: 25vh;
}

.n  {
  color: rgba(64, 182, 75, 1);
  margin-top: -63px;
  text-align: left;
  margin-left: 25%;
  font-size: 55px;
}






.main {
    background:  url("./img/provuno.jpg");
    height: 90vh;
    margin: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}






.mainsingle {
    background-image: url("./img/news-single.jpg");
    height: 90vh;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.mainevento {
    background-image: url("./img/eventi-single.jpg");
    height: 90vh;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.mainazienda {
    height: 9vh;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.mainus {
    background-image:  url("./img/us.jpg");
    height: 90vh;
    margin: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.mainus p {
    font-size: 17px;
    margin-left: 26vh;
    font-weight: bold;
}

.mainev {
    background-image:  url("./img/eventi.jpg");
    height: 90vh;
    margin: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.maincontatti {
    background-image:  url("./img/eventi.jpg");
    height: 90vh;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}



.nav {
  position: absolute;
  top: 40px;
  left: 48px;
  margin-top: 40px;
}

.main h3 {
  text-align: left;
  margin-top: 22vh;
  margin-left: 26vh;
  line-height: 40px;
  color: rgba(64, 182, 75, 1);
  font-weight: bold;
}

.main p {
   margin-left: 26vh; 
   font-size: 17px;
   font-weight: bold;
   color: rgba(25, 71, 94, 1);
}

.main h4 {
    margin-left: 26vh; 
   font-size: 22px;
   font-weight: bold;
   color: rgba(64, 182, 75, 1);
   line-height: 50px;
   border: 3px;
   
}

.mainus h3 {
   margin-left: 26vh; 
   font-size: 25px;
   font-weight: bold;
   color: rgba(64, 182, 75, 1);
   line-height: 35px;
   border: 3px;
}

.us {
    padding-top: 90px;
}

.us p {
   margin-left: 26vh; 
   font-size: 20px;
   font-weight: bold;
   color: rgba(25, 71, 94, 1);
}



.mainev h3 {
    margin-top: 35vh;
  margin-left: 26vh; 
   font-size: 45px;
   font-weight: bold;
   color: rgba(64, 182, 75, 1);
   line-height: 40px;
   border: 3px;
}

.contacts {
    padding-top: 90px;
}

.contacts p{
    margin-left: 26vh; 
   font-size: 20px;
   font-weight: bold;
   color: rgba(25, 71, 94, 1);
}


.mainsingle h1 {
  color: white;
  text-align: center;
  margin-top: 30vh;
}

.mainsingle p {
  color: white;
  text-align: center;
}




.mainevento h1 {
  color: white;
  text-align: center;
  margin-top: 30vh;
}

.mainazienda h1 {
  color: white;
  text-align: center;
  margin-top: 30vh;
}

.mainevento p {
  color: white;
  text-align: center;
}

.mainazienda p {
  color: white;
  text-align: center;
}


.mainev a {
  color: rgba(38, 35, 95, 1);
}

.mainsingle a {
  color: white;
}


.main h4 {
   border: solid;
  border-width: 2px;
  border-color: rgba(64, 182, 75, 1);
  padding: 2px 14px 2px;
  margin-top: 39px;
  margin-right: 1063px;
  border-radius: 25px;
}

.main a:hover {
    text-decoration: none;
    color: rgba(64, 182, 75, 0.6);
}

.mainus a:hover {
    text-decoration: none;
    color: rgba(64, 182, 75, 0.6);
}



/* Header */


.menu {
    color: rgba(25, 71, 94, 1);
    text-decoration: none;
    padding: 5px;
    font-weight: bold;
    margin-top: -44px;
    margin-left: 50vh;

}

.menu-page {
    color: white;
    text-decoration: none;
    padding: 5px;

}

.menu-news {
    color: rgba(38, 35, 95, 1);
    text-decoration: none;
    padding: 5px;

}

.menu li{
    display: inline;
    color: black;
    text-decoration: none;
    padding: 20px 40px 0 0;
}

.menu a {
  color: rgba(25, 71, 94, 1);
  font-size: 18px; !important
}

.menu-page a {
  color: white;
  font-size: 18px; !important
}

.menu-news a {
  color: rgba(38, 35, 95, 1);
  font-size: 18px; !important
}

.menu a:active {
  margin-top: 90px;
  line-height: 30px;
}

.mainus a:active {
   margin-top: 90px;
  line-height: 30px; 
}


.sub-menu {
left: -999em;
position: absolute;
display: block;
}

li:hover > .sub-menu {
left: 63%;
}

.sub-menu li {
  display: block;
}


.logo {
  position:absolute;
  top: 39px;
  left: 15vh;
}

.logo-news {
  position:absolute;
  top: 39px;
  left:50px;
}

.pos {
  position: relative;
}


.menu a:hover {
    text-decoration: none;
    color: rgba(64, 182, 75, 0.6);
}







.arch {
    margin-left: 20vh;
    margin-right: 20vh;
}







/* BURGER BUTTON */

.navbar {
padding: 10px;
display: block;
visibility: hidden;
float:right;
margin-top: 50px;
}

.icon-bar {
display: block;
width: 20px;
height: 1px;
background-color: #fff;
margin-bottom: 5px;
}





/*servizi*/

.aree {
  margin-bottom: 20vh;
}

.servizi h2 {
  margin-bottom: 50px;
  text-align: left;
}

.servizi i {
  color: rgba(25, 71, 94, 1);
  font-size: 30px;
}

.servizi p {
  color: black;
  text-align: left;
}

.aree {
  margin-top: 15vh;
}

.blu {
  color: rgba(25, 71, 94, 1);
}

.servizi h4 {
  text-align: center;
}

.servizi p {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  margin-top: -70px;
  margin-left: 100px;
  color: rgba(25, 71, 94, 1);
}

.title {
  font-weight: bold;
  margin-top: 30px;
}

.clinico {
    background-image: url("./img/clinico3.png");
    background-repeat: no-repeat;
    background-size: auto 70px;
    background-position: center;
}

.diagnostico {
    background-image: url("./img/diagnostico3.png");
    background-repeat: no-repeat;
    background-size: auto 70px;
    background-position: center;
}

.icons {
    height: 75px;
    width:  75px;
    
}

@media only screen and (max-width: 1024px) {
    .servizi h2{
        font-size: 4rem;
    }
    
    .icons {
        height: 150px;
        width: 150px;
        margin-left: 37%;
    }
    
    .clinico {
        background-size: auto 90px;
    }
    
    .diagnostico {
        background-size: auto 90px;
    }
    
    .servizi p {
        text-align: center;
        font-weight: bold;
        font-size: 35px;
        margin-top: 17px;
        margin-bottom: 50px;
        color: rgba(25, 71, 94, 1);
}
}






/* LUOGHI */



.luoghi {
    background:  url("./img/tramonto.jpg");
    height: 50vh;
    margin: 0;
    margin-top: 90px;
    background-attachment: ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}

.lessinia {
    text-align: left;
    padding-right: 0%;
    padding-top: 130px;
    width: 100%;
    height: 100%;
    }
    
.lessinia p {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  margin-top: -70px;
  margin-left: 200px;
  color: rgba(25, 71, 94, 1);
}

.lessinia h4 {
    font-weight: bold;
}

.mappa {
    background-image: url("./img/mappa.png");
    background-repeat: no-repeat;
    background-size: 400px 400px;
    background-position: center;
    
}

.map{
    height: 50vh;
    padding-top: 10vh;
}

.map p {
    margin-top: 120px; 
    text-align: left; 
}

.map h4{
    text-align: left; !important
    font-weight: bold;
    color: rgba(25, 71, 94, 1);
}

.tautsch {
    background-image: url("./img/lessinia.png");
    background-repeat: no-repeat;
    background-size: auto 350px;
    background-position: left;
    margin-left: 200px;
    height: 350px;
    margin-top:-190px;
}

@media only screen and (max-width: 1024px) {
    .map{
        height: 900px;
        margin-bottom: 90px;
    }
    .map p{
        text-align: center;
    }
    .mappa{
        
        background-size: 600px 600px;
    }
    
    .col-map{
        height: 600px;
    }
    
    .tautsch {
    background-image: url("./img/lessinia.png");
    background-repeat: no-repeat;
    background-size: auto 700px;
    background-position: center;
    height: 700px;
    margin-top:-190px;
}
}










/* news */
.news {
  margin-top: 90px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.news h2 {
  color: rgba(25, 71, 94, 1);
  margin-bottom: 40px;
}

.ratio-box {
  width: 100%;
}

.inner-ratio-box {
  padding-top: 75%;
  height: 0;
  overflow: hidden;
  background-color: #57BCB7;
  position: relative;
}

img.inner-img  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news a {
  color: rgba(25, 71, 94, 1);
}

.ntitle {
  margin-top: 20px;
}

.team figure {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}


ul {
  list-style-type: none; !important
}

.nopoint {
  text-align: left;
}



/*aziende*/

.aziende a {
  text-align: center;
}

.aziende p {
  text-align: center;
}





/*eventi*/

.eventi {
    margin-left: 10vh;
    margin-right: 10vh;
    margin-top: 10vh;
}

.eventi a {
    text-decoration: none;
    color: rgba(64, 182, 75, 1);
}

.eventi a:hover {
    text-decoration: underline;
    color: rgba(64, 182, 75, 1);
}




















/*page*/

.contatti p {
  text-align: left;
}




.responsive,
.responsive img {
    width: 100%;
    height: auto;
}








.resp {
    margin-left: 70px;
    margin-top: -70px;
}


.container {
    background-color: white;
    min-width: 100%;
    padding: 10px;
}


/* footer */

.footer {

  background-color: rgba(42, 49, 52, 1);
  margin-top: 90px;
  padding-top: 90px;
  padding-bottom: 90px;

}

.footer .container {
    background-color: rgba(42, 49, 52, 1);
}

.footer  p{
    color: white;
}

.footer a {
    color: white;
}

.footer h2{
    color: white;
}

.footer {
    padding-left: 13%;
}




/*RESPONSIVE MENU*/

@media only screen and (max-width: 1024px) {


  .n {
    margin-left: 35%;
  }

.resp {
	width: 320px;
	
}

.main h3 {
  font-size: 90px;
  margin-top: 30vh;
  line-height: 120px;
}

.mainus h3 {
  font-size: 90px;
  line-height: 120px;
}

.main p {
    font-size: 50px;
}

.mainus p {
    font-size: 50px;
}



.main h4 {
    font-size: 60px;
    line-height: 90px;
}



.mainev h3 {
  font-size: 40px;
  margin-top: 30vh;
}



.content {
    margin-left: -37%;
    margin-top: -200px;
}

.container {
    padding: 50px;
}




.logo {
	top: 20px;
	left: -20px;
	width: 320px;
}

  .menu {
    display: none;
    position: absolute;
    left: -135px;
    top: -50px;
    
  }
  
  #rmp_menu_trigger-72 {
      top: 100px;
      line-height: -30px;
  }

  .menu-news {
    display: none;
    position: absolute;
    left: -135px;
  }

  .menu a {
    line-height: 40px;
    font-size: 20px;
    color: white;
    text-align: center; !important
  }

  .menu li {
    display: block;
    padding-left: 150px;
  }

  .show {
    display: block;
    padding: 60px 0 40px;
    float: none;
    text-align: left;
    line-height: 10px;
    transition: 0.5s;
    font-size: 50px;
  }

  .hide {
    visibility: hidden;
  }

  .navbar {
    visibility: hidden;
  }

  .sfondo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url("./img/home.jpg");
  }

  .bianco {
    color: white;
  }

  .nopoint {
    margin-top: 50px;
  }
}







.us a:hover {
    text-decoration: none;
    color: rgba(64, 182, 75, 0.6);
} 







.eventi em {
    color: rgba(25, 71, 94, 1);
}


.arch a {
    color: rgba(38, 35, 95, 1);
}

.us a {
    color: rgba(64, 182, 75, 1);
}



.us {
    height: 670px;
}

.info {
    background-image: url("./img/info.png");
    background-repeat: no-repeat;
    background-size: 400px 400px;
    background-position: center;
}









.aree {
    padding-left: 200px;
    padding-right: 200px;
}

.pennello {
    background-image: url("./img/contattaci.png");
    background-repeat: no-repeat;
    background-size: auto 150px;
    background-position: left;
}

.pennello {
    height: 150px;
    margin-left:26vh;
    margin-top: -35px;
}

@media only screen and (max-width: 1024px) {
    .pennello {
        background-size: 450px 450px;
        margin-left: 460px;
        height: 250px;
    }
}




.collab {
    background-image: url("./img/collaborazioni.png");
    background-repeat: no-repeat;
    background-size: auto 180px;
    background-position: left;
    height: 180px;
    margin-left:26vh;
    margin-top: -35px;
}

@media only screen and (max-width: 1024px) {
    .collab {
    background-image: url("./img/collaborazioni.png");
    background-repeat: no-repeat;
    background-size: auto 464px;
    background-position: left;
    height: 371px;
    margin-left:452px;
    margin-top: -85px;
}
}





.mainus .content{
    margin-top: -20px;
}

.us p {
    font-size: 17px;
}


@media only screen and (max-width: 1024px) {
  .us p {
      font-size: 36px;
      margin-left: 5vh;
  }
  
  .us {
      height: 1150px;
  }
}