/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
form {
    margin: 0 !important;
}
.balao-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
}
.balao-whatsapp-form .whats-recebido p {
    max-width: 85%;
    background: #fff;
    border-radius: 0.3em;
    color: #616161;
    line-height: 1.3;
    padding: 7px;
    box-shadow: -1px 1px 2px #dbdbdb;
}
.balao-whatsapp-form .whats-enviado p {
    width: 85%;
    float: right;
    margin-bottom: 0;
}
.balao-whatsapp-form .whats-enviar {
    width: 100%;
}
.balao-whatsapp-form .whats-enviar p {
    max-width: 85%;
    float: right;
    text-align: right;
}
.balao-whatsapp-form form > div {
    float: left;
}
.balao-whatsapp-form .wpcf7 input {
    background: #e7ffe7;
}
.balao-whatsapp-form input.wpcf7-submit {
    background: #0b6156;
    padding: 0 15px;
    font-size: 0.9em;
}
.balao-whatsapp-form input.wpcf7-submit:hover {
    background: rgb(4, 73, 65);
}
.x-anchor-toggle.balao-whatsapp-form {
    position: fixed;
    right: 20px;
    bottom: 20px;
}