/**
* Style Name: Stewart (Pro)
* Description: Stewart is bound to catch your website visitor’s attention with its sophisticated contrasted color scheme.
* Instructions:
* Version: 1.1
* Version Date: 2020-03-08
* Tags: white, blue, orange, light
**/

/** Table of Contents
* Import
* Resets
* Form & Controls
* Fieldset, Legend, Label
* Text Fields
* Ordered & Unordered lists
* Checkboxes, Radio Buttons and Drop Down Menus
* Other Fields
* Submit Buttons
* Special Classes
* Ready Styles
 * Multi Styles
*/
/** Import
NOTE: Use to import other style sheets before setting cf7s defaults
------------------------------------------------------------ */
/* @import url('../parent/style.css'); */

/** Resets
NOTE: These are used to reset standard HTML form elements within CF7 forms
------------------------------------------------------------ */
.wpcf7 .cf7s-stewart p {
}

.wpcf7 .cf7s-stewart em {
}

.wpcf7 .cf7s-stewart a {
}

/** Form & Controls
Use to style the overall CF7 form
------------------------------------------------------------ */
.wpcf7 .cf7s-stewart {
	padding: 20px;
	color: #0575a4;
	background: #f0f0f0;
}

/** Fieldset, Legend, Label
------------------------------------------------------------ */
.wpcf7 .cf7s-stewart fieldset {
	margin: 10px 0;
	padding: 10px 25px;
	background: #fcf9f9;
}

.wpcf7 .cf7s-stewart legend {
	font-size: 1.2em;
	padding: 3px 20px;
	color: #fff;
	border: 1px solid #fff;
	background: #f16b09;
}

.wpcf7 .cf7s-stewart label {
}

.wpcf7 .cf7s-stewart fieldset p {
}

.wpcf7 .cf7s-stewart fieldset fieldset {
	margin: 10px 0;
	color: #fff;
	background: #0575a4;
}

.wpcf7 .cf7s-stewart fieldset fieldset legend {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart fieldset fieldset input,
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart fieldset fieldset textarea {
	color: #0575a4;
	border: 1px solid #c0c0c0;
	background: #fafafa;
}

/** Text Fields
------------------------------------------------------------ */
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input,
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart textarea {
	margin-bottom: 8px;
	padding: 7px;
	color: #0575a4;
	border: 1px solid #c0c0c0;
	background: #fafafa;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input::placeholder,
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart textarea::placeholder {  /* may not be necesary */
	color: #0575a4;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="text"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="email"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="tel"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="url"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="number"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="range"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type=date],
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type=file] {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="text"] {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="email"] {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="tel"] {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart textarea {
}

/** Ordered & Unordered lists
------------------------------------------------------------ */
.wpcf7 .cf7s-stewart ol,
.wpcf7 .cf7s-stewart ul,
.wpcf7 .cf7s-stewart li {
}

.wpcf7 .cf7s-stewart ol {
}

.wpcf7 .cf7s-stewart li {
	margin-bottom: 5px;
}

.wpcf7 .cf7s-stewart li label {
}

.wpcf7 .cf7s-stewart .wpcf7-list-item {
}

.wpcf7 .cf7s-stewart .wpcf7-list-item-label {
	margin-right: 7px;
}

/** Checkboxes, Radio Buttons and Drop Down Menus
------------------------------------------------------------ */
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="checkbox"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="radio"] {
	margin-right: 6px;
	background: none;
}

.wpcf7 .cf7s-stewart select {
	margin-bottom: 8px;
	padding: 6px;
	color: #0575a4;
	background: #fafafa;
}

.wpcf7 .cf7s-stewart select option {
}

.wpcf7 .cf7s-stewart select option:hover {
	color: #fff;
	background: #0575a4;
}

.wpcf7 .cf7s-stewart .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .cf7s-stewart .wpcf7-radio .wpcf7-list-item {
	margin-left: 13px;
}

/** Other Fields
------------------------------------------------------------ */


/** Submit Buttons
------------------------------------------------------------ */
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type='submit'] {
	padding: 5px 15px;
	color: #fff;
	border: none;
	background: #f16b09;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart input[type="submit"]:hover {
	background: #0575A4;
}

/** Special Classes
NOTE: Special Classes are classes added in the CF7 Form HTML for a particular form 
------------------------------------------------------------ */


/** Ready Styles
------------------------------------------------------------ */
.wpcf7 .cf7s-stewart .singleline {
}

.wpcf7 .cf7s-stewart .singleline li {
}

.wpcf7 .cf7s-stewart .singleline input {
}

.wpcf7 .cf7s-stewart .horizontal,
.wpcf7 .cf7s-stewart .checkbox-horizontal,
.wpcf7 .cf7s-stewart .radio-horizontal {
}

.wpcf7 .cf7s-stewart .box {
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
	background: #0575a4;
}

.wpcf7 .cf7s-stewart .box select {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart .grid-hover [data-row-span] [data-field-span]:hover {
	color:#fff;
	background: #0575a4;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart .grid-lined {
	border-top: 1px solid #0575a4;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart .grid-lined [data-row-span] {
	border-bottom: 1px solid #0575a4;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart .grid-lined [data-row-span] [data-field-span] {
	border-right: 1px solid #0575a4;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart .grid-lined [data-row-span] [data-field-span]:first-child {
	border-left: 1px solid #0575a4;
}

	/* Needed to over-write Ready Default styling in cf7s-ready.css */
	@media only screen and (min-width: 0) and (max-width: 700px) {
		.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart .grid-lined [data-row-span] {
			border-bottom: none;  /* Needed so don't get additional line */
		}
		.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart .grid-lined [data-row-span] [data-field-span] {
			border-bottom: 1px solid #0575a4;
			border-left: 1px solid #0575a4;
		}
	}

/** Multi Styles
------------------------------------------------------------ */

/* Multi Fixes */
.wpcf7 .cf7s-stewart.cf7multi {
}

.wpcf7 .cf7s-stewart.cf7multi .etabs li {
}

/* Easytabs */
.wpcf7 .cf7s-stewart.cf7multi .tab-container {
}

.wpcf7 .cf7s-stewart.cf7multi .etabs {
}

.wpcf7 .cf7s-stewart.cf7multi .tab {
	border: 1px solid #444209;
	border-bottom: none;
	background: #0575a4;
}

.wpcf7 .cf7s-stewart.cf7multi .tab a {
	color: #fff;
}

.wpcf7 .cf7s-stewart.cf7multi .tab.active {
	background: #f0f0f0;
}

.wpcf7 .cf7s-stewart.cf7multi .tab a.active {
	color:#000;
}

.wpcf7 .cf7s-stewart.cf7multi .epanels {
	border: 1px solid #0575a4;
}

.wpcf7 .cf7s-stewart.cf7multi .panel-container {
}

/* Navigation */
.wpcf7 .cf7s-stewart.cf7multi .navigation {
}

.wpcf7 .cf7s-stewart.cf7multi .navigation .previous,
.wpcf7 .cf7s-stewart.cf7multi .navigation .next {
	color: #fff;
	border:none;
	background: #f16b09;
}

.wpcf7 .cf7s-stewart.cf7multi .navigation .previous:hover,
.wpcf7 .cf7s-stewart.cf7multi .navigation .next:hover {
	text-decoration: none;  /* Removes underline from button link */
	color: #fff;
	background: #0575a4;
}

/* Pagination */
.wpcf7 .cf7s-stewart.cf7multi .pagination {
}

/* Start & End Tabs */
.wpcf7 .cf7s-stewart.cf7multi .navigation .start,
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart.cf7multi .navigation .end {
	padding: 5px 10px;
	color: #fff;
	border: none;
	background: #f16b09;
}

.wpcf7 .cf7s-stewart.cf7multi .navigation .start:hover,
.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart.cf7multi .navigation .end:hover {
	text-decoration: none;  /* Removes underline from button link */
	color: #fff;
	background: #0575a4;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart.cf7multi .navigation .end {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-stewart.cf7multi .navigation .end:hover {
}

/* Progress Bar */
.wpcf7 .cf7s-stewart.cf7multi .cf7m-progress {
	border: 1px solid #0575a4;
	background: #fcf9f9;
}

.wpcf7 .cf7s-stewart.cf7multi .cf7m-progress div {
	background: #0575a4;
}

/* Thank You Tab */
.wpcf7 .cf7s-stewart.cf7multi .cf7m-thanks {
}
