/*

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

*/
@media screen and (min-width: 768px) {
	.campos-esq, .campos-dir {
		width: 50%;
		float: left;
	}

	.campos-esq {
		padding-left: 5px;

	}

	.campos-dir {
		padding-right: 5px;

	}
}

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;
}

.wpcf7 select, .wpcf7 textarea, .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="time"], .wpcf7 input[type="week"], .wpcf7 input[type="number"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="color"] {
    border: none;
    background: #fff;
    border-radius: 0px;
	padding: 8px 15px;
	margin-bottom:.7em;
}

.wpcf7 select, .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="time"], .wpcf7 input[type="week"], .wpcf7 input[type="number"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="color"] {
    height: 42px;
}

.x-row.form-contatos .wpcf7 textarea {
height: 94px !important;
    padding: 13px 15px;
}

input.wpcf7-submit {
    width: 100%;
    border: none;
    padding: 0px 5px;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    border-radius: 0px;
text-transform: uppercase;
	background-color:#443F8A;
}