
.form-row{margin:0 -15px;}
.form-row .form-inner {width:50%;float:left;padding:0 15px;box-sizing:border-box;}

@media screen and (max-width:768px){.form-row .form-inner{width:100%;}}
#fs-frm{clear:both;margin-bottom:0;padding-top:30px; scroll-margin-top:250px;}
option{  font-family: var(--font-family);}

/* reset */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm #card-element:disabled {
  font-size: 100%;
  border: 1px solid #878787;
  border-radius: 0;
  display: block;
  width: 100%;
  margin: 0 0 25px 0;
}
#fs-frm legend,
#fs-frm select,
#fs-frm ::placeholder,
#fs-frm #disabled {
	color:#878787;
	opacity:1;
  display: block;
  background:#fff;
	font-size:1em;
	font-family:var(--font-family);
}
#fs-frm label {
	opacity:1;
  display: block;
  font-weight:normal;
	font-size:1em;
}
#fs-frm input,
#fs-frm textarea,
#fs-frm #card-element {
  background:#fff;
  box-sizing:border-box;
  height:46px;
  padding-left:10px;
  padding-right:10px;
  color:var(--font-color);
  font-family: var(--font-family);
}

#fs-frm .nice-number {width:100%!important;}
#fs-frm .nice-number input{width:100%!important;text-align:left!important;display:block!important;}
#fs-frm .nice-number button{height:46px!important;box-sizing:border-box!important;padding:10px!important;margin:0 0!important;}
#fs-frm .nice-number button:hover{background:#f4566c;color: #fff;}

#fs-frm  #event{
  background:#fff;
  box-sizing:border-box;
  padding-left:10px;  padding-right:10px;
  border-radius:0!important;
  height:46px;
  color:#878787;
  font: var(--font-family);
}

#fs-frm input#date{height:46px;background:#fff;line-height:1em;padding-left:10px;  padding-right:10px;}

#fs-frm textarea#message{height:auto!important;margin-bottom:0;padding-top:10px;}

#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
outline:none;
border:1px solid var(--dark-color);
color:var(--font-color)!important;
box-sizing:border-box;
}
#fs-frm input  {
  width: 100%;
}
#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
	width:auto;
display:inline-block;
	margin:0 auto;
height:auto;
line-height:1em;
background:var(--dark-color);
  color: #fff;
  padding:  16px 30px;
  text-transform:uppercase;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid transparent;
  font-weight:600;
  font-family: var(--font-family);
}
#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus,
#fs-frm [type="button"]:hover,
#fs-frm [type="submit"]:hover,
#fs-frm [type="reset"]:hover,
#fs-frm [type="button"]:active,
#fs-frm [type="submit"]:active,
#fs-frm [type="reset"]:active
 {
	 color:var(--dark-color);
	background:transparent;
	border:1px solid var(--dark-color);
  outline: none;
}
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
	margin-top:25px;
  margin-bottom: 0;
}