#webform-component-email_address {
	padding-right:10px;
}

#error-container {
	display:none;
	
}


label.error {
	display:none !important;
}


#form-section {
	float: none;
}


.opt-in-row {
	text-align: left;
}

.opt-in {
	display: flex !important;
}

@media screen and (min-width: 400px) {
  .preferred-guest #form-footer-text p {
    font-size: 10px;
  }
}

.preferred-guest a {
  color: rgb(122, 97, 81);
  font-weight: normal;
}
.preferred-guest .fine-print {
  font-size: 9px;
}

.preferred-guest #required-text-section {
	text-align: center;
}
.preferred-guest .content-container > .content {
  width: 316px;
}
.preferred-guest .content-container > .content {
  position: relative;
  width: 454px;
  padding: 20px 20px 0 20px;
  padding-top: 10px;
  display: inline-block;
  background-color: #F9F9EE;
  overflow: hidden;
}


#form-section {
  float: none;
}

.preferred-guest .form-item,
.preferred-guest .webform-component {
  display:block;
}

.preferred-guest #form-rows {
  padding-top: 0;
}

.preferred-guest #preferred-guest-container {
  padding: 0;
  overflow-y: hidden;
}

.preferred-guest .row {
  margin-top: 10px;
  display: flex;
}

.preferred-guest .row > .webform-component { 
  margin-right: 14px;
  flex-basis: 50%;
}

.preferred-guest .row.store-select > * {
  flex-basis: 100%;
  text-align: left;
}

.preferred-guest .row.store-select label {
  font-size: 13px;
  font-weight: normal;
}

.preferred-guest .row > *:first-child {
  margin-right: 14px !important;
}

.preferred-guest .row > *:last-child {
  margin-right: 0;
}
.preferred-guest .row.locations {
  margin-top: 0;
}

.preferred-guest .row label {
  margin-bottom: 5px;
}

.preferred-guest .view-preferred-guest-locations  {
  text-align: left;
}

.preferred-guest .required-text-section {
  padding-top: 10px;
}

.preferred-guest .heading {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #B6A999;
}

.preferred-guest .heading h2 {
    font-size: 13px;
    font-family: "Arial";
    color: rgb(122, 97, 81);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.794;
    text-align: center;
    margin-bottom: 10px;
}

.preferred-guest .heading .tagline {
    font-size: 13px;
    font-family: "Arial";
    color: rgb(122, 97, 81);
    line-height: 1.455;
    text-align: center;
}

.preferred-guest input {
  width: 100%;
  padding-left: 5px;
  box-sizing: border-box;
}

.preferred-guest input:focus,
.preferred-guest select:focus {
  border-color: rgb(122, 97, 81);
  outline: none;
}

.preferred-guest input[type=checkbox] {
  width: auto;
  margin-right: 10px;
}
.preferred-guest .opt-in-row {
  font-size: 13px
}

.preferred-guest .opt-in-row p {
  margin-bottom: 10px;
}

.preferred-guest .opt-in-row a {
  text-decoration: underline;
}

.preferred-guest .opt-in-row label {
  margin-top: 5px;
  font-size: 13px;
}

::-moz-focusring {
  outline: none;
}

.preferred-guest .close {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 1;
  font-size: 18px;
  cursor: pointer;
}

.preferred-guest .footer-container {
  text-align: center;
	margin: 45px 0;
}

.preferred-guest .footer {
  width: auto;
}