/*
Theme Name: Check the Wallet
Theme URI: https://checkthewallet.com
Version: 1.0
Description: Tema hijo de Divi para hacer cambios sin riesgo
Author: Yell Ducal S.L.
Author URI: https://yellducal.es
Template: Divi
*/
@import url("../Divi/style.css");

/* Cookies */
div#cmplz-cookiebanner-container{z-index: 9999999!important;}
#btnPanelCookies{background: none; border: none; color: #2d2e85; font-size: 16px; font-weight: 500; cursor: pointer; padding:0;}


/* Verificador de Wallets */
#formVerificacion #address{width: 85%; padding: 0 30px; border: 1px solid #fff; color: #000; box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3) !important; transition: all .2s;}
#formVerificacion #search{width: 15%; background-color: #2d2e85; color: #fff; font-weight: 800;  border: 1px solid #2d2e85; transition: all .2s;}
#formVerificacion #search:hover{background-color: #fff; color: #2d2e85; cursor: pointer;}
#formVerificacion #address, #formVerificacion #search{height: 50px; font-size: 17px;}

#formVerificacion #result{margin-top: 20px; background-color: #ffffff80; background-color: #ffffff80; color: #2d2e85; font-weight: 800; line-height: 2.5em; padding: 0 3%;}
/**************************/

.et_pb_contact_field_options_title, h1.et_pb_contact_main_title{display: none!important;;}
.et_pb_contact_field_checkbox label a{text-decoration: none;}

/* Registro */
._form_50{width: 100%;}
._form_50 input, ._form_50 label, ._form_50 div{font-family: Quicksand!important;}
._x60221994 label, ._x73823557 label, ._field19 label, ._field63 label, ._field67 legend{display: none!important;}
._form_50 #firstname,
._form_50 #email,
._field19 div input,
._field63 div input,
._field64 div select,
._field64 div label{width: 100%!important;
    margin-top: 20px;
    border-width: 0;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    padding: 16px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3) !important;}
/*._form_50 #firstname, ._field19 div input{margin-right: 2%; float: left;}
._form_50 #email, ._field63 div input{float: right;}*/
#_form_50_submit{color: #ffffff !important;
    border-width: 1px !important;
    border-color: #2d2e85;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 700 !important;
    background-color: #2d2e85 !important;
    padding-top: 8px !important;
    padding-right: 40px !important;
    padding-bottom: 8px !important;
    padding-left: 40px !important;
    float: right;
    margin-top: 20px; transition: color 300ms ease 0ms,background-color 300ms ease 0ms;}
#_form_50_submit:hover{cursor: pointer; color: #2d2e85 !important; background-color: #fff!important; transition: color 300ms ease 0ms,background-color 300ms ease 0ms;}
._form_50 ._html-code{line-height: 1.2em;
font-size: 17px;
margin-bottom: 10px;
margin-top: 20px;}
._error-inner{color: red!important;}
/************/

/*=========================================*/
@media only screen and ( max-width: 632px ) {
	.et_pb_row{width: 90%;}
}