/* CUSTOM.CSS - Custom CSS block for personal customizations, activate it from WordPress menu > Apparence > Theme options */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color:rgb(228, 237, 243);;
    width: 100%; 
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0;
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
    border-color: #03BFCB;
    font-size: 14px;
    
}
.wpcf7-submit {
    margin-top: 15px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    background-color: #03BFCB;
    border-color: #03BFCB;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    position: relative;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: all .5s;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
}

.wpcf7 .columns_wrap {
	white-space: nowrap;
	letter-spacing: -20px;
}

.wpcf7 .columns_wrap div {
	letter-spacing: 0;
}

.column-1_3 {
    display: inline-block;
    padding-left: 0px;
    padding-right: 32px;
    width: 33.33%;
}

@media (max-width: 479px) {
.column-1_3 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
}