/*
Theme Name: MiguelWeb
Description: Divi Child Theme
Author:  Miguel Manchego
Author URI:  http://branduinc.com
Template: Divi
Version:  1.0.2
*/

 
/* =Theme customizations
------------------------------------------------------- */
html, body { height: 100%; }


 font-size: 24px;
}


/**************************************
  Contact Form 7
****************************************/
ul.myform {
    list-style: none;    
    padding: 20px;
    border-radius: 3px;
    background-color:#2f308c; 
}
ul.myform li{
    padding-bottom: 5px;
}
ul.myform li label{
    display: block;
    color: #FFF;
}
input.wpcf7-text {
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #FFF;
    width: 100%;
    border:none;
}
textarea.wpcf7-textarea {
    padding: 10px;
    border-radius: 3px;
    background-color: #FFF;
    width: 100%;
    border:none;
}
input.wpcf7-submit {
    background-color: #000;
    color: #FFF;
    border-radius:3px;
    min-width: 100px;
    padding: 10px 30px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
}