/*
Theme Name: S.Ellen Design
Description: S.Ellen Design Web Site
Author: Twofold
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

.gform_wrapper {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	margin-top: 20px;
}

.gform_wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper ul li {
	margin: 0 0 15px;
}

.gform_wrapper ul li input[type=text] {
	border-radius: 25px;
}

.gform_wrapper ul li input[type=text]:focus, .gform_wrapper ul li textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

::-webkit-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 2.4em;
  color: #bbbbbb;
}
:-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 2em;
  color: #bbbbbb;
}
::-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 2em;
  color: #bbbbbb;
}
:-ms-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 2em;
  color: #bbbbbb;
}

.gform_wrapper input[type=submit] {
	text-transform: uppercase;
}

.gform_ajax_spinner, .validation_error {
	display: none;
}

#projects.grid .item {
cursor: default !important;
}