/*Retina*/
/* Site Globals - btn's, body styling etc
-------------------------*/
/* -------------------------------------------------------------
                            Mixins
------------------------------------------------------------- */
/* Automatically generate percentage based on width you want for element based on the context of original design */
/* Retina Image Sizing
 *-------------------------*/
/* BACKGROUND GRADIENT */
/* Retina bg image
 *-------------------------*/
/* Layout/Base
-------------------------*/
/* Plugins
-------------------------*/
/* Components
-------------------------*/
.booking-widget {
  clear: both;
  background: #0BBD58;
  color: #fff;
  padding: 2rem;
  margin: 2rem 0 4rem;
}

@media (min-width: 1024px) {
  .booking-widget {
    display: table;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .booking-widget {
    padding: 2rem 3rem;
  }
}

.booking-widget__title, .booking-widget__date-time {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .booking-widget__title, .booking-widget__date-time {
    margin: 0;
    display: table-cell;
    padding-right: 1rem;
    vertical-align: middle;
  }
}

@media (min-width: 1200px) {
  .booking-widget__title, .booking-widget__date-time {
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .booking-widget__title {
    padding-left: 0;
    width: 20rem;
  }
}

@media (min-width: 1200px) {
  .booking-widget__title {
    width: 22rem;
  }
}

.booking-widget__promo {
  margin-bottom: 1.5rem;
  width: 50%;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .booking-widget__promo {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
  .booking-widget__promo input {
    width: 111px !important;
  }
}

@media (min-width: 1200px) {
  .booking-widget__promo {
    padding-right: 2rem;
  }
  .booking-widget__promo input {
    width: 127px !important;
  }
}

.booking-widget__date-time div {
  padding-right: 1rem;
}

@media (min-width: 600px) {
  .booking-widget__date-time div {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .booking-widget__date-time div {
    padding-right: .5rem;
  }
}

@media (min-width: 1200px) {
  .booking-widget__date-time div {
    padding-right: 1rem;
  }
}

.booking-widget label {
  font-weight: 400;
  display: block;
  height: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.booking-widget input {
  display: block;
  line-height: 34px;
  height: 34px;
  border-radius: 4px;
  width: 100%;
  color: #000;
  padding: 0 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.booking-widget input.hasDatepicker {
  background-image: url("../images/calendar.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.booking-widget input:focus {
  border: none;
  outline: 0;
}

.booking-widget .select {
  position: relative;
  margin-top: 1.5rem;
  padding-right: 0;
}

@media (min-width: 600px) {
  .booking-widget .select {
    margin-top: 0;
    float: right;
    padding-left: 1rem;
  }
}

@media (min-width: 1024px) {
  .booking-widget .select {
    padding-left: .5rem;
  }
}

@media (min-width: 1200px) {
  .booking-widget .select {
    padding-left: 1rem;
  }
}

.booking-widget .select:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  right: 0px;
  top: 25px;
  line-height: 1;
  padding: 8px 14px;
  height: 34px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #eee;
  border: 1px solid #ccc;
  border-bottom: none;
  pointer-events: none;
  cursor: pointer;
}

.booking-widget select {
  border: none;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1.5rem;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  font-weight: 600;
  border-radius: 4px;
}

.booking-widget select:focus {
  border: none;
  outline: 0;
}

.booking-widget__title {
  font-size: 2.9rem;
  font-weight: 600;
}

.booking-widget__title > div,
.booking-widget__title > span {
  display: inline-block;
  vertical-align: middle;
}

.booking-widget__title > span {
  line-height: 1;
  margin-left: 1rem;
}

@media (min-width: 1024px) {
  .booking-widget__title > span {
    max-width: 9rem;
  }
}

@media (min-width: 1200px) {
  .booking-widget__title > span {
    margin-left: 2rem;
    max-width: 11rem;
  }
}

.booking-widget__title div {
  position: relative;
  width: 60px;
  height: 60px;
  background: url("../images/parking-icon.png") no-repeat 50% 50%;
}

@media (min-width: 1024px) {
  .booking-widget__btn {
    display: inline-block;
  }
}

.booking-widget .curved-btn {
  margin: 0;
  width: 100%;
  padding: 0 1rem;
  height: 34px;
  line-height: 34px;
  font-weight: 600;
  font-size: 1.1em;
}

.booking-widget .curved-btn:focus {
  border: none;
  color: #fff;
  outline: 0;
}

@media (min-width: 1024px) {
  .booking-widget .curved-btn {
    width: auto;
    margin-top: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .booking-widget .curved-btn {
    width: 13rem;
  }
}
/*# sourceMappingURL=core.css.map */
