/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output{
    font-size: 15px !important;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
    padding: 10px 15px !important;
    margin-bottom: 15px !important;
    border-radius: 20px !important;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff !important;
    font-size: 16px !important;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    opacity: 0.8 !important;
    color: #fff !important;
    font-style: italic !important;
}

.wpcf7 input[type="submit"] {
    display: inline-block !important;
    line-height: 1 !important;
    padding: 12px 24px !important;
    text-align: center !important;
    transition: all .3s !important;
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    fill: #0E1111 !important;
    color: #0E1111 !important;
    background-color: transparent !important;
    background-image: linear-gradient(270deg, #FACC25 0%, #F83700 100%) !important;
    border-radius: 50px 50px 50px 50px !important;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:active {
    transform: scale(0.9) !important;
}