/**
 * Stylesheet for RSVP to Beth & Ian's Wedding
 *
 * Colors
 * ------
 * Red    #FB561D
 * Blue   #375066
 * Yellow #FFCA48
 */

.input-text {
  padding: 8px;
  width: 100%;
  border: none;
  border-radius: 0;
}

.radio-wrapper {
  float: left;
  margin-right: 16px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 32px;
  cursor: pointer;
}

.radio-wrapper.active:after {
  content: ' ';
  display: block;
  margin: 6px;
  width: 24px;
  height: 24px;
  background-color: #FB561D;
  border-radius: 24px;
}

.radio-wrapper > input {
  display: none;
}

.input-meal {
  width: 100%;
  height: 96px;
  text-align: center;
  color: #375066;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}

.input-meal.input-meal-beef {
  background-image: url(/images/beef.svg);
}

.input-meal.input-meal-fish {
  background-image: url(/images/fish.svg);
}

.input-meal.input-meal-veggie {
  background-image: url(/images/veggie.svg);
}

.input-submit {
  display: inline-block;
  padding: 16px 24px;
  font-family: 'Mission Gothic';
  font-size: 32px;
  text-transform: uppercase;
  color: #FB561D;
  background-color: transparent;
  border: 4px solid #FB561D;
}

.input-label {
  display: block;
  line-height: 36px;
  font-size: 24px;
  font-family: 'Roboto Slab';
  font-weight: normal;
  color: #375066;
  cursor: pointer;
}

.input-textarea {
  padding: 8px;
  width: 100%;
  border: none;
  border-radius: 0;
}

#input-selfie {
  display: none;
}

#input-selfie-icon {
  margin-bottom: 8px;
  max-width: 96px;
  cursor: pointer;
}

.table > tbody > tr > td:first-child {
  width: 33%;
}
