
.no_desk{
  display: none;
}
body{
  font-size: 1vw;
}

/*animazione titoli*/

.animate_h1 .visible h1 span{
    width: 100%;
  /*  float: left;*/
      -webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 100%,0% 100%);
      clip-path: polygon(0% 50%, 100% 100%, 100% 100%,0% 100%);
    transform: translateY(-50px);
    opacity: 0;
    animation-name: titleAnimation;
    animation-timing-function:ease-out;
    animation-duration:0.4s ;
  }
.animate_h1 .visible h1 span{
  /*animation-delay: 0.6s;*/
  -webkit-animation-fill-mode: forwards;
}
@keyframes titleAnimation {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 100%,0% 100%);
      clip-path: polygon(0% 50%, 100% 100%, 100% 100%,0% 100%);
/*
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
	      */
  }
  100% {
      transform: translateY(0);
      opacity: 1;
	      /*
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
	      */
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%,0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%,0% 100%);
  }
}

header{
  position: absolute;
  top:0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
  padding: 3vh 0;
}

.shrink,.shrink_team{
  position: fixed;
  background-color: rgba(250, 250, 250,0.8);
padding: 1vh 0;
  top: 0;
  left: 0;
  z-index: 9;
  transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
}

.head{
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.logo{
  width: 20%;
   opacity: 0;
font-size: 200%;
 }

 .shrink .logo,.shrink_team .logo{
   opacity: 1;
  font-size: 200%;
  color: #555;
}

 .logo_interno{
   opacity: 1 !important;
  font-size: 200%;
  color: #fff !important;
}

.logo img{
  height: 3vh;
}

.logo a,.logo a:hover{
  color: #fff;
  text-decoration: none;
}

.shrink .logo a,.shrink .logo a:hover,.shrink_team .logo a,.shrink_team .logo a:hover{
 color: #555 !important;
}

.nav{
  width: 56%;
  color: #fff;
}

.nav ul{
  padding: 0;
margin: 0;
list-style-type: none;
display: inline;
}

.nav li{
  display: inline;
}

.shrink .nav,.shrink_team .nav{
  width: 52%;
  color: #555;
}

.nav a{
  font-size: 100%;
  text-decoration: none;
  color: #fff;
  /*display: block;*/
  position: relative;
  padding: 0 0.5vw;
}
.nav a:after{
  content: '-';
  font-size: 100%;
  color: #fff;
  /*display: block;*/
  position: absolute;
  top:0;
    right: -0.5vw;
  margin: auto;
}
.nav li:last-child a:after{
display: none;
}

.nav a::before{
content: '.';
position:absolute;
width: 0%;
height: 1px;
color: transparent;
background-color: #fff;
bottom: -5px;
left: 0;
right: 0;
margin: auto;
transition: all .5s;
}
/*
.nav a::after{
  content: '-';
  color: #fff;
  font-size: 100%;
  margin:0 0.5vw;
}*/

.nav a:hover::before{
  width: 50%;

}

.shrink .nav a,.shrink_team .nav a{
  color: #555;
  font-size: 90%;
}

.shrink .nav a::before,.shrink_team .nav a::before{
background-color: #00041F;
}


.shrink .nav a:hover,.shrink_team .nav a:hover{
  text-decoration: none;
  color: #00041F;
}

.shrink .nav a:after,.shrink_team .nav a:after{
  content: '-';
  font-size: 100%;
  color: #555;
  /*display: block;*/
  position: absolute;
  top:0;
    right: -0.5vw;
  margin: auto;
}


.animate_h1 p{
transition: all 0.5s linear;
opacity:0;
}

.animate_h1 .visible p{
opacity:1 ;
}

.intro_hp{
	width: 100%;
	height: 100vh;
	position: relative;
  overflow: hidden;
}

.owl-carousel{
	display: inline !important;
	width: 100vw  !important;
	height: 100vh  !important;
}

.owl-carousel .item{
	width: 100%;
	height: 100vh;
  position: relative;
	background-repeat:no-repeat;
  background-size:cover;
  background-position:top center;
}


.gradient_slide{
  width: 100%;
  height: 100%;
background: linear-gradient(142deg, rgba(2,4,54,0.8) 0%, rgba(8,10,34,0.3) 100%);
 }


 .content_slide{
   width: 80%;
   margin: 0 auto;
 }

 .txt_slide{
   width: 50%;
   padding: 25vh 0 0 0;
 }

 .content_slide .empty{
   width: 50%;
 }

 .icone_slide img{
   height: 20vh;
   /*margin-right: 1vw;*/
 }

 .txt_slide h1{
   font-size: 650%;
   color: #fff;
   font-weight: normal;
   margin: 0 0 2vh 0;
   font-weight: 200;
 }

 .txt_slide p{
   color: #fff;
   font-size: 100%;
   width: 65%;
   font-weight: 200;
 }

 .txt_slide p::after{
   content: '';
   display: block;
   width:40px;
   height: 2px;
   background-color: #fff;
   margin-top: 3vh;
 }


 .studio_hp{
   width: 100%;
   background: radial-gradient(#fff, #9EA5B2);
   position: relative;
   overflow: hidden;
 }

.content_studio_hp{
  width: 80%;
  margin: 0 auto;
  padding: 10vh 0;
}

.img_studio_hp{
  position: absolute;
  width: 25vw;
height: 25vw;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
transform: rotate(45deg);
  background-color: #fff;
  left: 8vw;
  top: 6vh;
}

.img_studio_hp::before{
  content: '';
  position: absolute;
  top: -8%;
  right: 0;
  left: -39%;
  margin: auto;
  z-index: 0;
  width: 200%;
  height: 200%;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: top right;
  transform: rotate(-45deg);
  background-image: url(/wp-content/themes/archeolegis/images/team/team1.jpg);
}


.img_studio_hp::after{
  content: '';
  position: absolute;
  width: 21vw;
height: 21vw;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
  border: 2px solid #fff;
  left: 8%;
  top: 8%;
}

.empty_img_studio{
  width: 30%;
}

.txt_studio_hp{
  width: 60%;
}

.txt_studio_hp h1{
    font-size: 650%;
    color: #888;
    font-weight: normal;
    margin: 0 0 2vh 0;
    font-weight: 200;
  }

  .txt_studio_hp p{
    color: #555;
    font-size: 100%;
    font-weight: 200;
    margin-bottom: 3vh;
  }



  .more{
    border-radius: 0.2vw;
    padding: 0.5vh 1vw;
    background-color: #222;
    color:#fff;
    transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  text-decoration: none;
  font-size: 80% !important;
  margin-top: 3vh;
  text-align: center;
  }



  .more:hover{
    background-color: #00041F;
    transition: 0.5s;
    color:#fff;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  text-decoration: none;
  }




  .team_hp{
    width: 100%;
    padding: 10vh 0;
    position: relative;
    overflow:hidden;
  }

.back_rombo1{
  width: 40vw;
  height: 40vw;
  background-image: url(/wp-content/themes/archeolegis/images/rombo_grey.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top:-3vh;
  right: -20vw;
  z-index: -1;
}

.back_rombo2{
  width: 40vw;
  height: 40vw;
  background-image: url(/wp-content/themes/archeolegis/images/rombo_grey.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top:35vh;
  left: -25vw;
  z-index: -1;
}


  .content_h1{
    width: 40%;
    margin: 0 auto;
  }

  .svg_team{
    width: 12%;
    height: 10vh;
    background-image: url(/wp-content/themes/archeolegis/images/rombi.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center center;
  }

  .content_h1 h1{
    font-size: 600%;
    color: #A2A1A6;
    font-weight: normal;
    margin: 0 0 0 0;
    font-weight: 200;
  }

.content_team{
  width: 80%;
  margin: 0 auto;
}

.box_team{
  width: 30%;
  padding: 5vh 0;
  border-bottom: 8px solid #E6E6E6;
  margin: 0 1vw;
}

.img_team{
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.txt_team{
  width: 85%;
  margin: 0 auto;
}

.txt_team h1{
  color: #555;
  font-size: 120%;
  font-weight: 300;
  margin: 5vh 0 1vh 0;
}
.txt_team p{
  color: #555;
  font-size: 100%;
  font-weight: 200;
  margin: 0 0 4vh 0;
}

.txt_team .more{
  display: block;
  margin: 0 auto;
  width: 60%;
}


.aree_competenza{
  width: 80%;
  position: relative;
  margin: 9vh auto;
  border: 2px solid #8E8E8E;
}

.aree_rombi{
  width: 20vw;
  height: 20vw;
  position: absolute;
  top:-15vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background-image: url(/wp-content/themes/archeolegis/images/rombi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0.3;
}

.div_back_white{
  position: absolute;
  top:-7vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  width: 66%;
  background-color: #fff;
  height: 8vh;
}

.aree_tit{
  position: absolute;
  top:-7vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  font-size: 500%;
  color: #8E8E8E;
  font-weight: 200;
  /*! bottom: 0; */
  text-align: center;

  z-index: 2;
}

.aree_competenza p{
  width: 52%;
  margin: 10vh auto 2vh auto;
  font-size: 100%;
  font-weight: 200;
  color: #8E8E8E;
  z-index: 5;
}


.content_aree {
  width: 80%;
  margin: 8vh auto;
}

.box_area{
  width: 33%;
  text-align: center;
  margin-bottom: 4vh;
  cursor: pointer;
  transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
height: 20vh;
}

.box_area img{
  height: 8vh;
  transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
}

.box_area:hover img{
  height: 10vh;
}

.box_area a{
  display: block;
  font-size: 100%;
  text-decoration: none;
  color: #555;
  font-weight: 300;
  text-align: center;
  margin: 2vh 0 0 0;
  transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
}

.box_area:hover a{
  font-size: 110%;
  text-decoration: none;
  color: #00041F;
}


footer{
  width: 100%;
  background-color: #ccc;
  padding: 3vh 0;
}

.foot{
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.txt_foot{
  color: #555;
  font-size: 80%;
  line-height: 1.6;
}

.foot a{
  text-decoration: none;
  color: #222;
}

.foot a:hover{
  text-decoration: none;
  color: #00041F;
}

.tit_footer{
  margin-bottom: 1vh;
}

.tit_footer img{
  display: block;
  height: 4vh;
}

.tit_footer h1{
  font-size: 100%;
  color: #555;
}



.servizi_hp{
  width: 100%;
  padding: 8vh 0;
  background-color: #E6E6E6;
}

.content_servizi_hp{
  width: 70%;
  margin: 0 auto;
}

.tit_servizi_hp{
  width: 35%;
  text-align: right;
}

.tit_servizi_hp h1{
  font-size: 300%;
  color: #00041F;
  font-weight: 200;
  margin-bottom: 5vh;
  position: relative;
}

.tit_servizi_hp h1::before{
  content: '';
  position: absolute;
  left: 1vw;
  top: 0;
  width: 3.8vw;
  height: 3.8vw;
  background-image: url(/wp-content/themes/archeolegis/images/rombi_blu.svg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}


.txt_servizi_hp{
  width: 60%;
  text-align: left;
  font-size: 90%;
  color: #555;
  font-weight: 200;
}

.txt_servizi_hp h1{
  margin-bottom: 1vh;
    font-size: 100%;
}

/**page/*/

article{
  overflow: hidden;
}

.intest_page{
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.alpha_black{
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 4, 31, 0.5);
}

.tit_page{
  color: #fff;
  text-align: center;
  font-size: 300%;
  font-weight: 800;
}

.content_tit{
  width: 70%;
  margin: 0 auto;
}

.tit_page_small{
  color: #fff;
  text-align: center;
  font-size: 180%;
  font-weight: 800;
  width: 60%;
  margin: 0 auto;
}


.content_page{
  width: 60%;
  margin: 0 auto;
  padding: 8vh 0;
  position: relative;
  min-height: 44vh;
}

.content_page70{
  width: 70%;
  margin: 0 auto;
  padding: 8vh 0;
  position: relative;
}

.content_team_page{
  min-height: 62vh;
}

.content_page .back_rombo1{
  top: -100px !important;
right: -43vw !important;
}

.content_page .back_rombo2{
  top: 35vh !important;;
  left: -30vw !important;;
}

.content_page h1{
  font-size: 180%;
  color: #00041F;
  margin:10vh 0 1vh 0;
  font-weight: 700;
}

.content_page p{
  font-size: 100%;
  color: #222;
  margin-bottom: 3vh;
}

.content_team_page p{
  font-size: 100%;
  color: #222;
  margin-bottom: 3vh;
}

.content_page ul{
  font-size: 100%;
  color: #222;
  margin-bottom: 3vh;
}

.content_page_full{
  width: 100%;
  margin: 0 auto;
  padding: 0 0 8vh 0;
  position: relative;
}

.content_page_full h1{
  font-size: 180%;
  color: #00041F;
  margin:10vh 0 1vh 0;
  font-weight: 700;
}

.content_page_full p{
  font-size: 100%;
  color: #222;
  margin-bottom: 3vh;
}

.content_page_full ul{
  font-size: 100%;
  color: #222;
  margin-bottom: 3vh;
}

.breadcrumb_page{
  margin-bottom: 2vh;
  font-size: 90%;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb_page a{
  font-size: 90%;
  color: #fff;
  text-decoration: none;
}

.breadcrumb_page a:hover{
  font-size: 90%;
  color: #00041F;
  text-decoration: none;
}



.square_grey_page{
  position: absolute;
  top: 20vh;
  left: -35vw;
  width: 45vw;
  height: 45vw;
  -webkit-clip-path: inset(0 0 0 0 round 10%);
  clip-path: inset(0 0 0 0 round 10%);
  transform: rotate(45deg);
  background-color: #E6E6E6;
  z-index: -1;
  opacity: 0.8;
}

.content_page figure{
  /*margin-top: 5vh;*/
  text-align: center;
}

.content_chi_siamo{
  width: 60%;
  margin: 0 auto;
  padding: 10vh 0 !important;
  line-height: 1.6 !important;

}

.chi_siamo_full{
  width: 100%;
  padding: 25vh 0 !important;
}

.txt_chi_siamo_full{
  width: 50%;
  margin: 0 auto;
  line-height: 1.6 !important;
}




/*page contatti*/



.location{
  width: 90%;
  margin: 5vh auto 8vh auto;
  padding: 0vh 0;
  text-align: center;
}

.location h1{
font-size: 200%;
}

#map{
  width: 100%;
  height: 80vh;
  margin: 0 auto;
}


.txtmaps{
  padding:20px 30px;font-size:13px;text-align:center;color:#222;
}

.txtmaps img{
  height:8vh;margin-bottom:10px;
}

.txtmaps h2{
  font-weight:bold;font-size:150%;
}
.txtmaps h3{
  font-weight:bold;font-size:110%;
}

.txtmaps p{
line-height:1.5;margin-top:10px;
}





.bg_contact {
    width: 100%;
}


.container-contact {
  width: 100%;
  min-height: 90vh;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;*/
  padding: 80px 0;

}

.cont-contact{
	width: 70%;
	margin: 0 auto;
}


.wrap-contact {
  width: 60%;
  background:#ededed;
  overflow: hidden;
  padding: 60px 40px 80px 40px;

}



.wrap-contact-text {
  width: 38%;
  overflow: hidden;
  padding: 0;
/*	margin-right: 20px;*/
	color: #fff;
}




	.text-contact h1{
		color: #222;
		font-size:150%;
		text-align: justify;
		/*width: 60%;*/
		line-height: 1.2;
		margin:8vh 0 4vh 0;
		padding: 0;
		font-weight: 600;

	}

	.text-contact{
		color: #222;
		font-size:100%;
		/*width: 60%;*/
		line-height: 1.8;
	}





/*------------------------------------------------------------------
[  ]*/

.contact2-form {
  width: 100%;
}

.contact2-form-title {
  display: block;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 10px;

font-size: 120%;
			font-weight: 600;
	text-transform: uppercase;
	 color: #555;
}

.contact2-form-title2 {
  display: block;
  line-height: 1.2;
  text-align: center;
font-size: 150%;
			font-weight: 600;
	text-transform: uppercase;
	 color: #555;
}

.contact2-form-title_small {
  display: block;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 50px;

font-size: 90%;
			font-weight: 400;
	 color: #555;
}

.wrap-input-privacy {
    width: 100%;
    position: relative;
    color: #555;
    margin: 40px auto;
    text-align: center;
}



/*------------------------------------------------------------------
[  ]*/

input {
    outline: none;
    border: none;
    background-color: transparent;
}

textarea {
    outline: none;
    border: none;
    background-color: transparent;
}



.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #00041F;
  margin-bottom: 30px;
}

.input2 {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #555;
  line-height: 1.2;
}

.focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: rgba(255,0,0,1);
  background: -webkit-linear-gradient(45deg, #00041F, #dedede);
  background: -o-linear-gradient(45deg, #00041F, #dedede);
  background: -moz-linear-gradient(45deg, #00041F, #dedede);
  background: linear-gradient(45deg, #00041F, #dedede);
}

.focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;

  font-size: 1em;
  color: #555;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input-visita {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #555;
  line-height: 1.2;
}

.focus-input-visita {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input-visita::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: rgba(255,0,0,1);
  background: -webkit-linear-gradient(45deg, #00041F, #dedede);
  background: -o-linear-gradient(45deg, #00041F, #dedede);
  background: -moz-linear-gradient(45deg, #00041F, #dedede);
  background: linear-gradient(45deg, #00041F, #dedede);
}

.focus-input-visita::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;

  font-size: 1em;
  color: #555;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
input.input2 {
  height: 45px;
}

input.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

textarea.input2 {
  min-height: 80px;
  padding-top: 13px;
  padding-bottom: 13px;
}

textarea.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

.input2:focus + .focus-input2::after {
  top: -13px;
	color: #222;
}

.input2:focus + .focus-input2::before {
  width: 100%;
}

.has-val.input2 + .focus-input2::after {
  top: -13px;
	color: #888;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}
/*---------------------------------------------*/
input.input-visita {
  height: 45px;
}

input.input-visita + .focus-input-visita::after {
  top: 16px;
  left: 0;
}

textarea.input-visita {
  min-height: 80px;
  padding-top: 13px;
  padding-bottom: 13px;
}

textarea.input-visita + .focus-input-visita::after {
  top: 16px;
  left: 0;
}

.input-visita:focus + .focus-input-visita::after {
  top: -13px;
	color: #222;
}

.input-visita:focus + .focus-input-visita::before {
  width: 100%;
}

.has-val.input-visita + .focus-input-visita::after {
  top: -13px !important;
	color: #888 !important;
}

.has-val.input-visita + .focus-input-visita::before {
  width: 100% !important;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0px;
}

.wrap-contact2-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  width: auto;
  overflow: hidden;
  margin: 0 auto;
}

.contact2-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: rgba(219,21,99,1);
  background: -webkit-linear-gradient(-135deg, #00041F, #dedede, #00041F, #dedede);
  background: -o-linear-gradient(-135deg, #00041F, #dedede, #00041F, #dedede);
  background: -moz-linear-gradient(-135deg, #00041F, #dedede, #00041F, #dedede);
  background: linear-gradient(-135deg, #00041F, #dedede, #00041F, #dedede);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 244px;
  height: 50px;




  font-size: 16px;
  color: #555;
  line-height: 1.2;


}

.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
  left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact2 {
    padding: 72px 15px 90px 15px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #000;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;


  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


 #show_info{
   margin: 0 auto;text-align: center;
   width: 100%;
   cursor: pointer;
   color: #555;
 }

 #show_info:hover{
   color: #222;
 }

 #info
 {margin: 15px auto;
   display: none;
   text-align: center;
   width: 100%;
   padding:15px;
   background-color: #f5f5f5;
	 font-size: 80%;
 }


  #info a{
    color: #222;
  }
  #info a:hover{
    color: #222;
  }


  #primary{
    overflow: hidden;
  }



/*form scheda*/

.form_info{
	width: 100%;
	background-color: #f5f5f5;
	padding: 5vh 0 10vh 0;
  position: relative;
}



	#form_info h2{
	font-size: 200%;
	margin: 4vh 0 2vh 0;
	padding: 0 0 0 0;
	color: #00041F;
	line-height: 1.2;
	text-align: center;
	}





	.container-contact-info {
	  width: 60%;
		margin: 0 auto 0 auto;
	  padding:1vh 0;
	}



	.cont-form{
		width: 100%;
	}




	.text-modulo {
    padding: 10vh 0;
    width: 70%;
    margin: 0 auto;
   text-align:center;
   min-height:60vh;
	}


	.text-modulo h1{
  	font-size: 200%;
		font-weight: 800;
	  color: #222;
	}

	.text-modulo p{
		margin: 20px 0 30px 0;
}

	.text-modulo a{
		color: #00041F;
		text-decoration: none;
	}
	.text-modulo a:hover{
		color: #222;
		text-decoration: none;
	}


  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li{
    width: 80% !important;
  }


  .textinputshort3{
    border: 1px solid #ccc !important;
width: 100% !important;
margin-bottom: 2vh;
  }
