/*
Theme Name:  Art2web
Theme URI:  https://art2web.com.br
Description:  Art2web
Author:  Daniel Ferraz Ramos
Textdomain:  daniel
Author URI:  https://art2web.com.br
Template:  portfolio-lite
Version:  1.0
*/

/* Form wrapper */
.wpcf7 form {
    max-width: 450px;
}

/* Labels */
.wpcf7 form p label {
    color: #b69117;
    font-weight: 600;
}

/* Inputs e textarea */
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #80661a;
    border-radius: 4px;
    background: #fff;
    color: #1a1013;
    transition: 0.2s ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #b69117;
    box-shadow: 0 0 0 2px rgba(182, 145, 23, 0.25);
    outline: none;
}

/* Botão */
.wpcf7 input[type='submit'] {
    background: #b69117;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s ease;
}

.wpcf7 input[type='submit']:hover {
    background: #80661a;
}

.wpcf7 textarea {
    max-height: 100px;
}

/* Mensagens */
.wpcf7-response-output {
    border-color: #b69117 !important;
    color: #1a1013;
}

.headline {
    color: #22110f;
}

/* .home .headline {
    display: none;
} */

aside .wp-block-social-link {
    margin-top: 12px !important;
    padding: 12px !important;
    border-radius: 0 !important;
}
