/**
* Style Name: Caspar
* Description: Caspar is a simple monochromatic theme with the ability to blend in with most white or grayscale themes. It is incredibly simple yet effective.
* Instructions:
* Version: 2.0
* Version Date: 2018-05-30
* Tags: white, gray, 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-caspar p {
}

.wpcf7 .cf7s-caspar em {
}

.wpcf7 .cf7s-caspar a {
}

/** Form & Controls
Use to style the overall CF7 form
------------------------------------------------------------ */
.wpcf7 .cf7s-caspar {
	padding: 20px;
	color: #000;
	border: 1px solid #c3c3c3;
	background: #fff;
}

/** Fieldset, Legend, Label
------------------------------------------------------------ */
.wpcf7 .cf7s-caspar fieldset {
	margin: 10px 0;
	padding: 10px 20px;
	border: 1px solid #c3c3c3;
	background: #fff;	
}

.wpcf7 .cf7s-caspar legend {
	font-size: 1.2em;
	padding: 2px 10px;
	color: #1a1a1a;
	border: 1px solid #c3c3c3;
	background: #ededed;
}

.wpcf7 .cf7s-caspar label {
}

.wpcf7 .cf7s-caspar fieldset p {
}

.wpcf7 .cf7s-caspar fieldset f