/**
* Style Name: Lime Juice (Pro)
* Description: Lime Juice is a bright and sophisticated form which excels at grabbing attention and bringing class to your forms. Designed to fit in with a similar color scheme it will also work well on white backgrounds.
* Instructions:
* Version: 2.1
* Version Date: 2020-03-08
* Tags: green, white, black, 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
Use to import other style sheets
------------------------------------------------------------ */
/* @import url('../parent/style.css'); */

/** Resets
Use to reset HTML form elements within CF7 forms
------------------------------------------------------------ */
.wpcf7 .cf7s-lime-juice p {
}

.wpcf7 .cf7s-lime-juice em {
}

.wpcf7 .cf7s-lime-juice a {
}

/** Form & Controls
Use to style the overall CF7 form
------------------------------------------------------------ */
.wpcf7 .cf7s-lime-juice {
	padding: 15px;
	color: #333;
	border: 1px solid #86c543;
	background: #c7ef9d;
}

/** Fieldset, Legend, Label
------------------------------------------------------------ */
.wpcf7 .cf7s-lime-juice fieldset {
	margin: 10px 0;
	padding: 15px;
	border: 2px solid #fff;
	background: #a5db6c;
}

.wpcf7 .cf7s-lime-juice legend {
	font-weight: bold;
	padding: 2px 10px;
	color: #fff;
	background: #34302d;
}

.wpcf7 .cf7s-lime-juice label {
}

.wpcf7 .cf7s-lime-juice fieldset p {
}

.wpcf7 .cf7s-lime-juice fieldset select {
	background: #c7ef9d;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice fieldset input ,
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice fieldset textarea {
	background: #c7ef9d;
}

.wpcf7 .cf7s-lime-juice fieldset fieldset {
	margin: 10px 0; /* Above CSS ovewritten by cf7s-default */
	background: #c7ef9d;
}

.wpcf7 .cf7s-lime-juice fieldset fieldset legend {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice fieldset fieldset input,
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice fieldset fieldset textarea {
	background: #a5db6c;
}

/** Text Fields
------------------------------------------------------------ */
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input,
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice textarea {
	padding: 5px 7px;
	border: 1px solid #86c543;
	background: #a5db6c;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="text"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="email"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="tel"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="url"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="number"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="range"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type=date],
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type=file] {
	margin: 0 0 10px;  /* because list items have box around */
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="text"] {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="email"] {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="tel"] {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice textarea {
	margin: 0 0 10px;  /* because list items have box around */
}

/** Ordered & Unordered lists
------------------------------------------------------------ */
.wpcf7 .cf7s-lime-juice ol,
.wpcf7 .cf7s-lime-juice ul,
.wpcf7 .cf7s-lime-juice li {
}

.wpcf7 .cf7s-lime-juice ol {
}

.wpcf7 .cf7s-lime-juice li {
}

.wpcf7 .cf7s-lime-juice li label {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .wpcf7-list-item { /* adds box around list items  */
	margin: 0 0 5px;
	padding: 10px 15px;
	border: 1px solid #86c543;
	background: #a5db6c;
}
	
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice fieldset .wpcf7-list-item {  /* same background as inputs */
	background: #c7ef9d;
}
	
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice fieldset fieldset .wpcf7-list-item {  /* same background as inputs */
	background: #a5db6c;
}

.wpcf7 .cf7s-lime-juice .wpcf7-list-item-label {
}

/** Checkboxes, Radio Buttons and Drop Down Menus
------------------------------------------------------------ */
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="checkbox"],
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="radio"] {
	background: none;  /* needed for IE - cf7s-default is not specific enough */
}

.wpcf7 .cf7s-lime-juice select {
	width: 100%;
	margin: 5px 5px 5px 0;
	padding: 10px 15px;
	border: 1px solid #86c543;
	background: #a5db6c;
}

.wpcf7 .cf7s-lime-juice select option {
}

.wpcf7 .cf7s-lime-juice select option:hover {
	background: #254306;
	color: #fff;
}

.wpcf7 .cf7s-lime-juice .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .cf7s-lime-juice .wpcf7-radio .wpcf7-list-item {
}

/** Other Fields
------------------------------------------------------------ */


/** Submit Buttons
------------------------------------------------------------ */
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="submit"] {
	font-weight: bold;
	color: #fff;
	border: 1px solid #254306;
	background: #254306;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice input[type="submit"]:hover {
	background: #000;
}

/** Special Classes
NOTE: Special Classes are classes added in the CF7 Form HTML for a particular form 
------------------------------------------------------------ */


/** Ready Styles
------------------------------------------------------------ */
.wpcf7 .cf7s-lime-juice .singleline {
}

.wpcf7 .cf7s-lime-juice .singleline li {
}

.wpcf7 .cf7s-lime-juice .singleline input {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .horizontal,
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .checkbox-horizontal,
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .radio-horizontal {
	margin: 5px 0 10px;
	padding: 0 0 10px;  /* Allows for padding added in .wpcf7-list-item */
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .horizontal label,
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .checkbox-horizontal label,
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .radio-horizontal label{
	margin: 0 0 8px;  /* Allows for padding added in .wpcf7-list-item */
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .horizontal .wpcf7-list-item,
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .checkbox-horizontal .wpcf7-list-item,
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .radio-horizontal .wpcf7-list-item {
	margin: 10px 10px 10px 0;
}

/* box */
.wpcf7 .cf7s-lime-juice .box {
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #fff;
	background: #a5db6c;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .boxaround .wpcf7-list-item,
.wpcf7 .cf7s-lime-juice .box select {
	background: #c7ef9d;
}

.wpcf7 .cf7s-lime-juice fieldset .box {
	background: #c7ef9d;
}

.wpcf7 .cf7s-lime-juice fieldset .box .wpcf7-list-item ,
.wpcf7 .cf7s-lime-juice fieldset .box select {
	background: #a5db6c;
}

.wpcf7 .cf7s-lime-juice fieldset fieldset .box {
	background: #a5db6c;
}

.wpcf7 .cf7s-lime-juice fieldset fieldset .box .wpcf7-list-item,
.wpcf7 .cf7s-lime-juice fieldset fieldset .box select {
	background: #c7ef9d;
}

.wpcf7 .cf7s-lime-juice fieldset .box {
	background: #c7ef9d;
}

.wpcf7 .cf7s-lime-juice fieldset .box .wpcf7-list-item ,
.wpcf7 .cf7s-lime-juice fieldset .box select {
	background: #a5db6c;
}

.wpcf7 .cf7s-lime-juice fieldset fieldset .box {
	background: #a5db6c;
}

.wpcf7 .cf7s-lime-juice fieldset fieldset .box .wpcf7-list-item,
.wpcf7 .cf7s-lime-juice fieldset fieldset .box select {
	background: #c7ef9d;
}/* end box */

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .grid-hover [data-row-span] [data-field-span]:hover {
	background: #d2f2b0;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .grid-lined {
	border-top: 1px solid #86c543;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .grid-lined [data-row-span] {
	border-bottom: 1px solid #86c543;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .grid-lined [data-row-span] [data-field-span] {
	border-right: 1px solid #86c543;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .grid-lined [data-row-span] [data-field-span]:first-child {
	border-left: 1px solid #86c543;
}

	/* 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-lime-juice .grid-lined [data-row-span] {
			border-bottom: none;  /* Needed so don't get additional line */
		}
		.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice .grid-lined [data-row-span] [data-field-span] {
			border-bottom: 1px solid #86c543;
			border-left: 1px solid #86c543;
		}
	}

/** Multi Styles
------------------------------------------------------------ */

/* Multi Fixes */
.wpcf7 .cf7s-lime-juice.cf7multi {
}

.wpcf7 .cf7s-lime-juice.cf7multi .etabs li {
}

/* Easytabs */
.wpcf7 .cf7s-lime-juice.cf7multi .tab-container {
}

.wpcf7 .cf7s-lime-juice.cf7multi .etabs {
}

.wpcf7 .cf7s-lime-juice.cf7multi .tab {
	border: 1px solid #86c543;
	border-bottom: none;
	background: #a5db6c;
}

.wpcf7 .cf7s-lime-juice.cf7multi .tab a {
	color: #333;
}

.wpcf7 .cf7s-lime-juice.cf7multi .tab.active {
	background: #c7ef9d;
}

.wpcf7 .cf7s-lime-juice.cf7multi .tab a.active {
}

.wpcf7 .cf7s-lime-juice.cf7multi .epanels {
	border: 1px solid #86c543;
}

.wpcf7 .cf7s-lime-juice.cf7multi .panel-container {
}

/* Navigation */
.wpcf7 .cf7s-lime-juice.cf7multi .navigation {
}

.wpcf7 .cf7s-lime-juice.cf7multi .navigation .previous,
.wpcf7 .cf7s-lime-juice.cf7multi .navigation .next {
	color: #fff;
	border: 1px solid #254306;
	background: #254306;
}

.wpcf7 .cf7s-lime-juice.cf7multi .navigation .previous:hover,
.wpcf7 .cf7s-lime-juice.cf7multi .navigation .next:hover {
	background: #000;
}

/* Pagination */
.wpcf7 .cf7s-lime-juice.cf7multi .pagination {
}

/* Start & End Tabs */
.wpcf7 .cf7s-lime-juice.cf7multi .navigation .start,
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice.cf7multi .navigation .end {
	padding: 5px 10px;
	color: #fff;
	border: 1px solid #254306;
	background: #254306;
	font-weight: normal;
}

.wpcf7 .cf7s-lime-juice.cf7multi .navigation .start:hover,
.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice.cf7multi .navigation .end:hover {
	background: #000;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice.cf7multi .navigation .end {
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-lime-juice.cf7multi .navigation .end:hover {
}

/* Progress Bar */
.wpcf7 .cf7s-lime-juice.cf7multi .cf7m-progress {
	border: 1px solid #86c543;
	background: #c7ef9d;
}

.wpcf7 .cf7s-lime-juice.cf7multi .cf7m-progress div {
	background: #a5db6c;
}

/* Thank You Tab */
.wpcf7 .cf7s-lime-juice.cf7multi .cf7m-thanks {
}
