/*
Description: cf7s-default
Default Contact Form 7 Skins Styling - provides base styling for all CF7 Skins Forms
Author: Neil Murray
Author URI: cf7skins.com
Version: 1.1
*/
 
/* 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
------------------------------------------------------------ */
/* @import url('../parent/style.css'); */

/* Resets
------------------------------------------------------------ */

/* Alters the box model so that any border or padding property values are included within the width and height of an element */

.wpcf7-form.cf7skins *,
.wpcf7-form.cf7skins *:before,
.wpcf7-form.cf7skins *:after {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

.wpcf7-form.cf7skins p {
	margin: 0; /* Overide the current themes default <p> element style within CF7 forms */
	padding: 0;  /* NOTE: vertical margins combine while paddings don't */
}

.wpcf7-form.cf7skins em {
}

.wpcf7-form.cf7skins span {
}

/* Form & Controls
NOTE: These items should be used to style the overall CF7 Form
------------------------------------------------------------ */

.wpcf7-form.cf7skins {
	color: #000; /* Need to take control of this within CF7 Skins forms */
}

.wpcf7-form.cf7skins .wpcf7-form-control {
}
.wpcf7-form.cf7skins .wpcf7-form-control-wrap {	
}

/* Fieldset, Legend, Label
------------------------------------------------------------ */

.wpcf7-form.cf7skins fieldset {
	margin: 0;  /* Removes normalize.css defaults  margin: 0 2px; */
}

.wpcf7-form.cf7skins legend {
}

.wpcf7-form.cf7skins label {