html, body {
  width:100%;
  height:100%;
  margin:0;
}
body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.content, #app { height: 100% }
.gridWrapper {
  height: 100%;
  display: grid;
  grid-template-areas: 
    "header header header header"
    "main main main main"
    "main main main main"
    "footer footer footer footer";
}

.info-container {
  margin-top: 20px;
  margin-right: 20px;
}

.fab { margin-right:  5px; }
.fab ~ span { color: black; margin-right: 5px; }

.info-container .panel { 
  padding: 16px; 
  color:#faf7f1;
  border:1px solid #e9e8da;
  box-shadow: 0 0 0;
}

.info-container .panel h2 { font-size: 17px; }
.info-container .panel p { font-size: 12px; }

.booking-container {
  min-height: 400px;
  margin-bottom: 80px;
  margin-top: 20px;
  margin-left: 20px;
}

.booking-container .panel { 
  background:#f5f5f5;
  border:1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  margin-bottom: 20px;
  padding:19px;
 }

 .booking-container .panel button {
    border:0; 
    color:white;
    height:35px;
    border-radius: 4px;
    background:rgb(175, 134, 78);
    cursor: pointer;
 }

 .booking-container .panel button:disabled {
   background: lightgray;
   cursor: not-allowed;
 }

.booking-input { 
  margin-bottom: 20px!important;
  min-height: 40px;
  display: flex;
  flex-wrap:wrap;
}

.booking-input div.custom-select {
  position: relative;
  display: inline-block;
  height:100%;
  width:100%;
  font-size:15px; /* Taken from .booking-input label which was previously applied to the select since the select was wrapped in a label */
}

.custom-select select {
  box-sizing: content-box;
  display: inline-block;
  margin:0;
  font: inherit;
  outline: none;
  line-height: 1.2;
  background:white;
  color:#333;
  border:1px solid lightgray;
  width:100%;
  border-radius: 4px;
}

.booking-input input {
  border-radius: 4px;
  border: 1px solid lightgray;
  background:white;
  color:black;
  padding-left: 10px;
  margin-right: 15px;
}

.custom-select select,
.booking-input input {
  height:35px;
  padding: 0px 1px 0px 2px;
}

.booking-input .inputWrapper {
  display: flex;
  flex-wrap:wrap;
  width:100%;
}

.inputWrapper > ul {
  padding:0;
  margin:0;
  display: flex;
  width:100%;
}

.inputWrapper > ul li {
  list-style: none;
  flex-grow: 1;
  max-width: 50%;
  position: relative;
}

.inputWrapper > ul li small {
  padding: 4px 8px 0px;
  color: #7f7f7f;
  font-size: 75%;
}

.inputWrapper > ul li#li-amount:before {
  width: 30px;
  height: 35px;
  content: "$";
  background:lightgray;
  position: absolute;
  bottom:0;
  left:0;
  border-radius: 4px 0 0 4px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inputWrapper > ul li input { width: 90%; }
.inputWrapper > ul li#li-amount input { padding-left: 35px; box-sizing: border-box; width: calc(90% + 10px) }
.inputWrapper > ul li input:focus { outline: none; border: 1px solid lightgray }

.inputWrapper > ul li.second-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 28px;
}

.inputWrapper.amount { width: 30%; }
.inputWrapper.amount li#li-amount { max-width: 100%; }

.booking-input label {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  width:100%;
  font-size:15px;
  color:#333;
  font-weight: bolder;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.booking-input input:focus { border: 1px solid gray; }

.booking-input div:before, .booking-input div:after { display: none; }

.payment-container {
  min-height: 300px;
  margin-top: 20px;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: baseline;
}

.payment-container .panel {
  padding:16px;
}

.payment-container h1, .booking-container h1 {
  width:100%;
  margin-top: 0;
  font-size: 24px;
  font-weight: lighter;
}

.payment-container h3, .booking-container h3, .payment-container h5 {
  font-size: 14px;
  font-weight: lighter;
  margin:0;
  width:100%;
  margin-bottom: 20px;
}

.payment-container h5 { font-weight: bolder; display: flex; align-items: center; }

.header-logo {
  max-height: 110px;
  max-width: 350px;
}

#paymentForm { width: 100%; }

.header-link {
  text-decoration: none;
}

.footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-area: footer;
}

.footer { min-height: 140px; }

.horizontallyCentered {
  margin: auto;
}

.surcharge-amount {
  margin-top:25px;
}

.surcharge-amount ul {
  width:100%;
  display:flex;
  list-style: none;
  margin:0;
  padding:0;
  flex-wrap: wrap;
}

.surcharge-amount ul > li {
  padding: 0 6px;
  border:1px solid lightgray;
  border-right:0;
  height:35px;
  display: flex;
  align-items:center;
}
.surcharge-amount ul > li i { margin-right: 5px; }
.surcharge-amount ul > li:first-of-type { border-radius: 4px 0 0 4px; }
.surcharge-amount ul > li:last-of-type { border-radius:  0 4px 4px 0; border-right: 1px solid lightgray; }

.content-wrapper {
  border:1px solid red;
  display: flex;
  justify-content: center;
  width:100%;
}

.section-wrapper {
  border:1px solid green;
  width: 100%;
  max-width: 1170px;
  display:flex;
}

@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wpwl-form { border:0; }

.wpwl-form-card {
  background: #ADA996;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, white, white, white, white);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, white, white, white, white); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.wpwl-wrapper {
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  background:transparent;
}
.wpwl-wrapper-brand { border:0; }

.wpwl-label {
  color:black;
  font-size: 13px;
  font-weight: bolder;
}

.wpwl-control::placeholder { color: transparent; }

.wpwl-control {
  background: transparent;
  border:0px 0px 1px 0px;
  border-color:lightgray;
  color:black;
  font-weight: bolder;
}
select.wpwl-control { color: black; }
select.wpwl-control option { color: black; }

input[name$='card'] {
  border:2px solid orange;
}

.wpwl-wrapper-submit { border:0; }
.footer-links {
  width:100%;
  display:flex;
  justify-content: space-around;
  list-style: none;
  margin:0;
}

.footer-links li {
  list-style: none;
  margin: 5px 0 20px 0;
}

.footer-links li a {
  color: black;
}

.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#C95656 0%, #A71C1C 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #A71C1C;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #A71C1C;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #A71C1C;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #A71C1C;
}