#frm-newsletter {
  padding: 0 15px; }
  #frm-newsletter h4 {
    font-family: "Baskerville Regular", "Times New Roman", Times, Georgia, serif;
    font-size: inherit;
    margin-top: 36px;
    margin-bottom: 24px; }

input {
  width: 100%;
  color: #333;
  padding: 6px;
  margin-bottom: 24px;
  border: 1px solid #d2b5a4; }

.subscribe-button-row {
  margin-top: 36px; }

.btn-form {
  display: inline-block;
  padding: 14px 30px;
  font-size: .875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid;
  border-color: #d2b5a4;
  background-color: #d2b5a4;
  width: auto;
  font-family: "Baskerville Regular", "Times New Roman", Times, Georgia, serif; }

.accent_border, main.content .sub-menu a,
input[type=text], input[type=email],
input[type=tel], input[type=date],
input[type=number],
select, textarea,
.btn2 {
  border-color: #d2b5a4; }

.accent_border,
main.content .sub-menu a,
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
select,
textarea,
.btn2 {
  border-color: #d2b5a4; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #d2b5a4; }

input:focus + .slider {
  box-shadow: 0 0 1px #d2b5a4; }

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px); }

/* Rounded sliders */
.slider.round {
  border-radius: 26px; }

.slider.round:before {
  border-radius: 50%; }

.slider-label {
  font-size: 13px;
  letter-spacing: 0; }

.slider-label-last {
  width: 85%;
  line-height: 1;
  overflow: hidden;
  display: block;
  float: right; }

/*# sourceMappingURL=wifi-form.css.map */
