/*
** Progetti Astratti
** www.progettiastratti.com
** Version 2.0
*/

/* Hide google captcha v3 */
.grecaptcha-badge {
    visibility: hidden!important;
}

/* Navbar center dropdown menu items */
.uk-navbar-nav li {
    text-align:center!important;
}

/* Plugin: Contact Form 7  */
small { font-size: 10px; }
.wpcf7 {
    border: 0px solid #669433;
    width: 80%;
    padding: 10px 10px 10px 30px;
    margin: 0 auto;
 }
 .wpcf7 .wpcf7-list-item {
    margin:0px; padding: 0; 
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="file"],
.wpcf7 textarea {
     margin: 0 auto;
     font-size: 14px;
     background-color: #f5f5f5;
     border: none;
     width: 90%;
     padding: 2%;
     color: #808480;
     border-radius: 0;
}
.wpcf7 select {
    width: 90%;
    height:50px;
    margin: 0 auto;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #808480;
    line-height: 50px;
    padding: 2%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
}
.wpcf7 input[type="checkbox"] {
    height: 25px!important;
    width: 25px!important;
    vertical-align: middle;
    border-radius: 0;
    -moz-border-radius: 0;
}
.wpcf7 input[type="submit"] { width: 95%; }

 /* Css animations  */
.pa-float {
  animation: float_4246 2s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes float_4246 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-6px) }
  100% { transform: translateY(0) }
}