/*
Theme Name: cabelloxmure
 
Theme URI: 
 
Version: 1.0
 
Description: Un tema hijo de cabelloxmure
 
Author: 
 
Author URI: 
 
Template: Divi
*/

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

/* ##### CABELLOXMURE 

TAMAÑOS:

Escritorio grande: @media all and (min-width: 1405px) { ....
Escritorio normal: @media all and (min-width: 1100px) and (max-width: 1405px) { ...
Portatiles y tablets grandes: @media all and (min-width: 980px) and (max-width: 1100px) { 
Para todos los escritorios: @media only screen and ( min-width:980px ) { ...
Tablets: @media all and (min-width: 768px) and (max-width: 980px) { ...
Smartphones and Tablets pequeñass: @media all and (max-width: 767px) { ...
Smartphones apaisado:@media all and (max-width: 479px) { ...

##### */

/*###################################*/
/*** ESTILOS CONTACT FORM -STAR-**/
/*###################################*/
/***ESTILOS CONTACT FOPRM PARA DESPLEGABLES**/

    .wpcf7-select {
        width: 100%;
        padding: 15px;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0px;
        color: #999;
        background-color: #eee;
        font-size: 14px; 
        -moz-appearance: none;
        -webkit-appearance: none;
        background-position: center right 15px;
        background-image: url("arrow.png"); /* URL del archivo de la imagen */    background-repeat: no-repeat;
     }
 /**Estilo Checbox**/
 .et_pb_contact p input[type="checkbox"], .et_pb_contact p input[type="radio"] {
    display: table-row!important;

}
/*###################################*/
/*** ESTILOS CONTACT FORM -STOP-**/
/*###################################*/

.cursor a:hover{
cursor: url(arrow.gif), auto;
}