/*steff*/
/* --------------- Forms -------------- */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="submit"], button[type="submit"], textarea, select {
  height: 38px;
  width: 100%;
  padding: 6px 10px;
  background-color: #FBF8EC;
  border: 1px solid transparent;
  border-bottom: 1px solid #555;
  box-shadow: none;
  box-sizing: border-box;
  color: #1B1B1B;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="text"].captcha {
  display: inline-block;
  width: 4em;
}
.widget-calendar #ctrl_6_wrapper {
  display: flex;
}
.widget-calendar input[type="text"] {
  width: calc(100% - 40px);
}
.widget-calendar a.input-button {
  display: inline-flex;
  width: 40px;
  height: 35px;
  justify-content: center;
  align-items: center;
}
.widget-calendar a.input-button svg {
  width: 20px !important;
  height: 20px !important;
}
.light input[type="email"], .light input[type="number"], .light input[type="search"], .light input[type="text"], .light input[type="tel"], .light input[type="url"], .light input[type="password"], .light textarea, .light select {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  background-color: white;
  background-color: rgba(255, 255, 255, 0);
  outline: 0;
}
label, legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.radio_container label, .checkbox_container label {
  display: inline-block;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"], input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}
label.block {
  width: 100%;
}
.widget.block select {
  width: 100%;
}
select {
  border-bottom-left-radius: 0;
}
.error {
  color: #ff0000;
}
/*.ce_comments input[type="email"],
.ce_comments input[type="number"],
.ce_comments input[type="search"], 
.ce_comments input[type="text"],
.ce_comments input[type="tel"],
.ce_comments input[type="url"],
.ce_comments input[type="password"],
.ce_comments textarea,
.ce_comments select {
	width:auto;
	}
	
.ce_comments label {
	display: inline;
	}
*/
.comment_default {
  border: 1px solid #dedede;
  padding: 1em;
  margin-bottom: 1em;
}
.comment_default .reply {
  padding-left: 2em;
}
.comment_default .reply p.info {
  font-weight: bold;
}
/* ------------- Buttons and input submit -------------- */
input, textarea, select, fieldset, button {
  margin-bottom: 1.5rem;
}
input[type="submit"], button[type="submit"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #D1A537;
  color: #D1A537;
  cursor: pointer;
  box-sizing: border-box;
}
input[type="submit"]:hover, input[type="submit"]:focus button:hover, button:focus {
  color: #FFBE37;
  border-color: #FFBE37;
  outline: 0;
}
.light input[type="submit"], .light button[type="submit"] {
  color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.light input[type="submit"]:hover .light button[type="submit"]:hover {
  color: #0FA0CE;
  border-color: #0FA0CE;
}
* [class * ="btn"] a, a.btn, a.btn-large, a.btn-small {
  display: inline-block;
  border: 1px solid #425786;
  color: #425786;
  text-decoration: none;
  padding: 0.5em 0.8em;
  border-radius: 3px;
  margin-bottom: 0.5em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
* [class * ="btn"] a:hover, a.btn:hover, a.btn-large:hover, a.btn-small:hover {
  border-color: #0FA0CE;
}
* [class * ="btn"].invert a, a.btn.invert, a.btn-small.invert, a.btn-large.invert {
  background-color: #425786;
  color: #fff;
}
* [class * ="btn"].invert a:hover, a.btn.invert:hover, a.btn-small.invert:hover, a.btn-large.invert:hover {
  background-color: #0FA0CE;
}
.btn-small a, a.btn-small {
  padding: 0.4em 1em;
  font-size: 80%;
}
.btn-large a, a.btn-large {
  padding: 1em 2em;
  font-size: 110%;
}
.light * [class * ="btn"] a, .light a.btn, .light a.btn-large, .light a.btn-small, * [class * ="btn"].light a, .light.btn-large a, .light.btn-small a {
  border: 1px solid #fff;
  color: #fff;
}
.light * [class * ="btn"].invert a, * [class * ="btn"].light.invert a {
  background-color: #fff;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvirtual%2Fcastel-annenberg.com%2Fhtdocs%2Ffiles%2Flayout%2Fforms.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAApIA%3BAAyIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%22%7D */