/*
 Theme Name:     DelRio&CO
 Theme URI:      
 Description:    
 Author:         www.open5.cl
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* MENÚ ----------------------------------------------------
------------------------------------------------------------*/



/* CONTACTO -------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
#form-id h3{
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}
/* Contact Form 7 Input Fields CSS
---------------------------------*/
#form-id .wpcf7 label, #form-id .wpcf7 p{
	color: #333 !important;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
}
#form-id .wpcf7 input[type="text"],
#form-id .wpcf7 input[type="email"],
#form-id .wpcf7 input[type="tel"],
textarea
{
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #999;
    color: #000;
    width: 100% !important;
	  padding: 10px 20px;
    text-transform: none;
}

#form-id .wpcf7 textarea {
    height: 110px;
	/*width: 95%;*/
}

/* Contact Form 7 Submit Button 
-------------------------------*/

#form-id .wpcf7 input[type="submit"] {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: var(--primary);
    padding: 10px 20px;
    border: 0px solid var(--primary);
    /*width: 95%;*/
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: ease-in-out 0.3s;
}

#form-id .wpcf7 input:hover[type="submit"] {
    background: #333;
    color: #fff;
}

#form-id .wpcf7 input:active[type="submit"] {
    background: #ff5b41;
    color: #fff;
}

/* FORM 2 COLUMNS  ----------------------------------------------- */
/*
Formulario CF7 a 2 columnas responsive
*/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
#form-id .wpcf7 .form-row{
	width: 100%!important;
}
#form-id .wpcf7 .column-half, #form-id .wpcf7 .column-full{
	float: left;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
#form-id .wpcf7 .clearfix:after {
	content: "";
	display: block; /*table;*/
	height:0;
	visibility:hidden;
	overflow:hidden;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	#form-id .wpcf7 .column-half{
		width: 50%;
	}
}

/* Ocultar icono de reCaptcha v3 */
.grecaptcha-badge{
visibility: collapse !important;  
}