/* Google reCAPTCHA styling fix for the 2016 theme */
#recaptcha_table {
	table-layout:auto !important;
}


.wpcf-nd-error-message {
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    color: red;
}


.wpcf_wrapper p {
	margin-top:10px;
}



/* Integration with WP Live Chat Support */

#wp-live-chat-inner .wpcf_wrapper {
    display: block;
    height: 80%;
    overflow: auto;
    position: fixed;
}

#wp-live-chat-2 .wpcf_wrapper input {
	width: auto !important;
}

.g-recaptcha { margin-top:10px; }