/* Mostrar el logo Divi a buena calidad */
#logo {
-webkit-transition: initial;
-moz-transition: initial;
transition: initial;
-webkit-transform: initial;
}

/* Contact Form 7 Submit Button  

-------------------------------*/ 


.wpcf7 input[type="submit"] { 

  color: #ffffff; 

  font-size: 18px; 

  font-weight: 500; 

  background: #027F7B; 

  padding: 15px 25px 15px 25px; 

  border: none; 

  border-radius: 5px; 

  width: auto; 

  text-transform: uppercase; 

  letter-spacing: 5px; 

  margin: 25px auto; 

} 

.wpcf7 input:hover[type="submit"] { 

  background: none; 

  transition: all 0.4s ease 0s; 

} 

  

.wpcf7 input:active[type="submit"] { 

  background: #000000; 

} 

  

/* Contact Form 7 Form Background And Border CSS 

-----------------------------------------------*/ 

  

.wpcf7 { 

  background: #FFFFFF; 

  border: none; 

  width: 90%; 

  padding: 20px 20px 20px 50px !important; 

  border-radius: 5px 
    


   

} 

  

/* Contact Form 7 Input CSS  

---------------------------*/ 

  

.wpcf7 input[type="text"], 

.wpcf7 input[type="email"], 

.wpcf7 input[type="tel"], 


textarea { 

  font-size: 13px; 

  background-color: #F1F1F1; 

  border: 1px solid #EAEAEA;

  width: 95%; 

  padding: 2%; 

} 

  

/* Contact Form 7 Submit Button  

/* Checkbox CSS 

----------------*/ 

  

input[type="checkbox"] { 

  transform: scale(1.3); 

  margin-left: 5px; 

} 

  

span.wpcf7-list-item { 

  margin: 0; 

  padding-bottom: 20px; 

} 

  

label { 

  font-weight: bold; 

} 

 

/* End css contact form 7 

 -----------------------------------------------*/