Current File : /home/aventura/www/site/wp-content/themes/kleo/assets/css/plugins/contact-form-7.less |
/* --------------------------------------------------
Contact form 7 - KLEO Compatibility
----------------------------------------------------- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="password"]{
border: 1px solid rgba(0,0,0, .1);
background: rgba(255,255,255, .1);
/*height: 30px;
line-height: 30px;*/
height: 48px;
line-height: 48px;
padding: 0 10px;
width:100%;
/*margin-top: 10px;*/
margin-bottom: 10px;
color: #bbb;
}
.wpcf7 textarea {
border: 1px solid rgba(0,0,0, .1);
background: rgba(255,255,255, .1);
margin: 0;
width: 100%;
color: #bbb;
padding: 10px;
}
.wpcf7 input[type="submit"] {
color: #fff;
border: 1px solid #00ea6d;
background: #00ea6d;
transition: all 0.3s ease-in-out 0s;
border-radius: 2px;
font-size: 12px;
height: auto;
line-height: 18px;
margin: 0;
padding: 14px 16px;
text-transform: uppercase;
min-width: 100px;
}
.wpcf7 input[type="submit"]:hover {
background: #fff;
color: #00ea6d
}
div.wpcf7-validation-errors {
border: 1px solid #F7E700;
}
div.wpcf7-response-output {
margin: 0;
}
/* See through style */
.kleo-line-form select {
border: 1px solid rgba(0,0,0, .1);
margin-bottom: 10px;
width: 100%;
}
.kleo-line-form {
text-align:center;
}
.kleo-line-form input[type="submit"] {
padding: 8px 40px;
font-size:14px;
background:transparent;
border-radius:20px;
margin-top:30px;
}