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

/* General */
select {
    font-size: 15px;
    color: #000!important;
    text-transform: uppercase;
    background-color: transparent;
    padding: 20px;
}

/* Load Custom Font */
@font-face {
    font-family: 'MyMak'!important;
    src: url('../fonts/mak.woff') format('woff');
    font-weight: normal;
 	font-style: normal;
}

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

/* Navbar center dropdown menu items */
.uk-navbar-dropdown-nav li a {
	justify-content: center;
}

/* Plugin: GDPR Cookie Consent */
.wt-cli-ckyes-brand-logo { display: none; }

/* Plugin: Iubenda */
.iubenda-tp-btn a { display: none!important; }

/* Plugin: Contact Form 7  */
.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%; }
.wpcf7 input[type="submit"] a { 
	border: 1px solid #fff!important;
	color: 000!important;
}
.wpcf7 input[type="submit"]:hover {
	color: #fff;
	background-color:
	#fff!important;
	color: #000!important;
}
small { font-size: 10px; }

/* 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) }
}