/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

*:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, p {
    margin: 0 0 15px !important;
}

.margin-0 h1, .margin-0 h2, .margin-0 h3, .margin-0 h4, .margin-0 h5 {
    margin: 0 !important;
}

h1, h2, h3 {
    line-height: 1.3em;
}

h4, h5, p {
    line-height: 1.5em;
}

p:last-child {
    margin: 0 !important;
}

ul {
    margin: 0;
}

li {
    margin: 0;
}

a {
    transition: color 0.3s !important;
}

.upper {
    text-transform: uppercase !important;
}

.form-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin: 0 0 15px;
}

.form-flex.no-labels {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0;
    margin: 0 0 15px;
}

.form-flex .col-1 {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.form-flex .col-2, .form-flex .col-3 {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 10px;
}

.form-flex .field {
    margin-top: 10px;
}

.form-flex .col-2 .field {
    width: 50% !important;
}

.form-flex .col-1 .field {
    width: 100%;
}

.form-flex .col-3 .field {
    width: 33.3333%;
}

.form-flex .col-3 .field.w-20 {
    width: 20%;
}

.form-flex .col-3 .field.w-30 {
    width: 30%;
}

.form-flex .col-3 .field.w-40 {
    width: 40%;
}

.form-flex .col-3 .field.w-60 {
    width: 60%;
}

.form-flex .col-3 .field.w-70 {
    width: 70%;
}

.form-flex .col-3 .field.w-80 {
    width: 80%;
}

.form-flex label {
    font-size: 0.9em;
    font-weight: 600;
    padding-left: 5px;
}

.form-flex input, .form-flex select {
    padding: 3px 10px 5px;
    font-size: 14px;
    color: #555555;
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    outline: none;
    border: 1px solid rgba(85, 85, 85, 0.5) !important;
    border-radius: 5px;
    transition: all 0.30s ease-in-out;
}

.form-flex select {
	width: calc(100% - 5px);
	margin-left: 5px;
	border-radius: 3px;
}

.form-flex .wpcf7-list-item {
    margin: 0;
}

.form-flex input[type=checkbox] {
    width: unset;
    height: unset;
}

.form-flex .wpcf7-list-item-label:not([for="checkbox"]) {
    color: #000;
	font-weight: 500;
	font-size: 1em;
}

span.wpcf7-list-item {
	padding-top: 10px;
	padding-right: 10px;
}

.form-flex .wpcf7-list-item-label a {
    color: #EB6C21;
}

.form-flex input[type=text]:focus, .form-flex input[type=email]:focus, .form-flex textarea:focus {
    box-shadow: 0 0 5px rgba(235,108,33,1);
    border: 1px solid rgba(235,108,33,1);
}

*::placeholder {
    font-size: 1em;
    font-weight: 500;
    color: #555555;
}

span.caracteres {
    font-size: 0.75em;
    font-style: italic;
    color: #262222;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    padding: 11px 5px;
    background: #262222;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    border: none !important;
    border-radius: 5px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #7B6C4B;
}

.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output {
    color: #ffffff;
    background: #675a41;
}

.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
    color: #ffffff;
    background: #675a41;
}

.newsletter .wpcf7-not-valid-tip {
    display: none;
}

.newsletter .wpcf7 form .wpcf7-response-output {
    margin: 5px 5px 5px 0;
    padding: 5px 15px;
    width: 100%;
    border: none;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    font-size: 0.75em;
    text-align: center;
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	text-align: center;
	background-color: #675A41;
	border-color: #675A41;
	width: 100%;
    margin: 0;
	padding: 15px;
}

.uacf7_conditional.tipo_de_pessoa_cpf,
.uacf7_conditional.tipo_de_pessoa_cnpj {
	width: 50%;
}

.uacf7_conditional.tipo_de_pessoa_cpf div.field,
.uacf7_conditional.tipo_de_pessoa_cnpj div.field {
	width: 100% !important;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -32px;
    font-size: 12px;
}


@media screen and (max-width: 767px) {
    .form-flex .col-2, .form-flex .col-3 {
        flex-direction: column;
        column-gap: 0;
    }

    .form-flex .col-2 .field, .form-flex .col-3 .field {
        width: 100% !important;
    }
	
	.uacf7_conditional.tipo_de_pessoa_cpf,
	.uacf7_conditional.tipo_de_pessoa_cnpj {
			width: 100%;
	}
}
