/* 
 Theme Name:   Estellerimport
 Theme URI:    
 Description:  
 Author:       Jhotan Luna
 Author URI:   
 Template:     automotive
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../automotive/style.css");

 /* == Add your own styles below this line ==
--------------------------------------------*/

/*Custom css Added by David*/

#calsel {
    max-width:50%;
}
.my-form{
    width:48%;
    margin-right:2%;
    margin-bottom:10px;
    display:inline-block;
    float:left;
    min-height:70px !important;
    
}

.my-form input, .my-form select, .my-form textarea{
    display:inline;
    width:100% !important;
    border: solid 2px #BDBDBD;
    background-color:#E0E0E0 !important;
    
}

.my-form2{
    float:none;
    clear:both;
    
}

.salto {
    clear: both;
    display: block;
}

.my-form label{
    width:80%; 
    display:block;
    font-weight: bold;
    
}

.my-error{
    color:#CC0033;
    
}

.reque{
    color:#CC0033;
    
}

.comentarios{
    font-size:9px;
    line-height: 16px !important;
    
}   

#lopd-cita{
    font-size:9px !important;
    line-height: 16px !important;
}

/*IPHONE STYLES*/
@media only screen and (max-device-width: 480px) {
    #calsel{
        max-width:98%;
    }
    .my-form{
        width:98%;
        margin-right:2%;
        margin-bottom:10px;
        display:inline-block;
        float:left;
        min-height:100px;
        
    }
    .my-form input, .my-form select, .my-form textarea{
        display:inline; width:100%;
    }
    .my-form2{
        float:none;
        clear:both;
    }
    .my-form label{
        width:80%;
        display:block;
    }
    .my-error{
        color:#CC0033;
    }
    .reque{
        color:#CC0033;
    }
}