/*--------------------------------------------------------------------
	PLUGINS
--------------------------------------------------------------------*/


/*------------------------------------------------------------------*/
/*	Contact Form 7
/*------------------------------------------------------------------*/

div.wpcf7 br { display: none; }
div.wpcf7-response-output { float: left; width: 98%; }
span.wpcf7-not-valid-tip { display: none; }
span.wpcf7-list-item { margin: 0; }

/* TPJ Edits, added additonal rules to display on viewing form validation */
input.wpcf7-not-valid,
input.error,
select.wpcf7-not-valid,
select.error,
textarea.wpcf7-not-valid,
textarea.error { background: #FFBBBD; border: 1px solid #CB4C58; }

label.error { display:none!important; }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok { line-height: 1.2; color: #FFF; padding: 1.5%; margin: 6px 0 0 0; text-align: center; background-color: #CB4C58; border: none; }
div.wpcf7-mail-sent-ok { background-color: #9FAD3C; }


/*------------------------------------------------------------------*/
/*	Table Press
/*------------------------------------------------------------------*/


.tablepress tfoot th,
.tablepress thead th { font-size: 1.2em; font-weight: 400; color: #FFF; background-color: #0083AA; }
.tablepress td,
.tablepress th { padding: 10px; }

/* Selling Guide */
.tablepress.sellingguide .column-1 { width: 70%; }
.tablepress.sellingguide .column-2 { width: 25%; }