/*!
Theme Name: oscarkilo-wp-project
Theme URI: 
Author: Every1
Author URI: http://www.helloevery1.com/us
Description: oscarkilo-wp-project Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oscarkilo-wp-project
Tags:
*/
/*----------------------------*/
/*----------- Mixins-----------*/
/*----------------------------*/
/* @include box-shadow(1px,1px,1px,0, #fff, true); */
.u-list-reset {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.u-display-none {
  display: none !important;
}

.u-display {
  display: block !important;
}

.u-relative {
  position: relative;
}

.u-noscroll {
  position: fixed;
  width: 100%;
}

.u-clearfix {
  content: "";
  display: table;
  clear: both;
}

.u-round-corners {
  border-radius: 20px;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-min-height-auto {
  min-height: inherit !important;
}

.u-min-height-10 {
  min-height: 10px !important;
}

.u-min-height-30 {
  min-height: 30px !important;
}

.u-no-margin {
  margin: 0 !important;
}

.u-neg-mar-top-10 {
  margin-top: -10px !important;
}

.u-neg-mar-top-20 {
  margin-top: -20px !important;
}

.u-750 {
  width: 750px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-950 {
  width: 950px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-1170 {
  width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.svg-menu-burger, .svg-menu-close {
  background: url("../images/sprite.svg") no-repeat;
}

.svg-menu-burger {
  background-position: 0 0;
  width: 43px;
  height: 31px;
}

.svg-menu-close {
  background-position: 0 100%;
  width: 35px;
  height: 35px;
}

/* Every1 styles - 15/10/19 */
/* Calendar / Booking form Overrides */
.c-booking--wrapper .datepick-inline {
  border: 1px solid #B2B2B2;
  border-radius: 0;
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
}

.c-booking--wrapper .datepick-inline .calendar-links {
  border: 0;
  background: none;
  background-color: transparent;
  padding: 0;
  height: 50px;
  margin-bottom: -36px;
}

.c-booking--wrapper .datepick-inline .calendar-links .datepick-prev,
.c-booking--wrapper .datepick-inline .calendar-links .datepick-next {
  height: 50px;
  width: 50px;
  background-color: #B2B2B2;
  margin-top: 0;
  padding: 15px 20px;
  z-index: 9;
}

.c-booking--wrapper .datepick-inline .calendar-links .datepick-prev a,
.c-booking--wrapper .datepick-inline .calendar-links .datepick-next a {
  font-weight: 400px;
  color: #ffffff;
  text-shadow: none;
}

.c-booking--wrapper .datepick-inline .datepick-header {
  padding-bottom: 20px;
  text-shadow: none;
}

.c-booking--wrapper .datepick-inline .datepick-header span {
  font-size: 14px;
  color: #575756;
  font-family: "canada-type-gibson", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: none;
}

.c-booking--wrapper .datepick-one-month {
  padding: 0 15px 15px;
}

.c-booking--wrapper .datepick-inline .datepick-days-cell {
  border: 0;
}

.c-booking--wrapper .entry-content tr {
  border: 0;
}

.c-booking--wrapper .datepick-inline .datepick-one-month .datepick .datepick-current-day a {
  text-shadow: none;
}

.c-booking--wrapper .datepick-inline .datepick-days-cell a,
.c-booking--wrapper .datepick-inline .datepick-days-cell span {
  z-index: 9 !important;
}

.c-booking--wrapper .entry-content tr:nth-child(even) {
  background-color: transparent;
}

.c-booking--wrapper .datepick-inline .date_available {
  background-color: #E2E7EE;
}

.c-booking--wrapper .datepick-inline .datepick-one-month .datepick .datepick-current-day {
  background-color: #1B3257;
}

.c-booking--wrapper .datepick-inline .date_available a {
  text-shadow: none;
  color: #1B3257;
}

.c-booking--wrapper .datepick-inline .datepick-days-cell.datepick-unselectable {
  text-shadow: none;
  color: #879AB0;
}

.c-booking--wrapper .datepick-inline .datepick-days-cell.datepick-unselectable.date_approved {
  background-color: #E74037;
  color: #ffffff;
}

.c-booking--wrapper div.datepick-inline .datepick-title-row {
  padding-bottom: 6px;
  height: 40px;
}

.c-booking--wrapper .datepick-inline .date2approve {
  background-color: #E18C0D;
  color: #ffffff !important;
  text-shadow: none;
}

.c-booking--wrapper div.datepick-inline .datepick-title-row th {
  border: none;
  background-color: transparent;
}

.booking_form .block_hints {
  padding: 15px;
  border: 1px solid #B2B2B2;
  border-top: 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  margin: 0 !important;
}

.booking_form .block_hints .block_text {
  font-size: 12px;
  color: #575756;
  font-weight: 600;
  height: auto;
}

.booking_form .block_hints .block_free,
.booking_form .block_hints .block_booked,
.booking_form .block_hints .block_pending {
  text-shadow: none !important;
  border: 1px solid #E1E1E1 !important;
}

.booking_form .wpdev_hint_with_text {
  float: none;
}

.booking_form .block_hints .block_free {
  background-color: #E2E7EE !important;
}

.booking_form .block_hints .block_booked {
  background-color: #E74037 !important;
  border: 1px solid #F0F0F0 !important;
}

.booking_form .block_hints .block_pending {
  background-color: #E18C0D !important;
  border: 1px solid #F0F0F0 !important;
}

/* Payment Form */
.booking_form .payment-form {
  padding-top: 15px;
}

.booking_form .payment-form__field {
  margin-bottom: 10px;
}

.booking_form .payment-form__submit input[type=button] {
  background-color: #E74037;
  border: 0;
  border-radius: 0;
  padding: 12px 25px !important;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  width: 140px !important;
}

.booking_form .payment-form__field label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.booking_form .payment-form__field.check {
  margin: 30px 0;
}

.booking_form .payment-form__field.check input[type="checkbox"] {
  margin-top: -4px !important;
}

.booking_form .payment-form__field.check a {
  color: #E74037;
}

.booking_form .payment-form__field.check label {
  padding-left: 10px;
  vertical-align: bottom;
}

.booking_form .payment-form__field.check .wpdev-checkbox .wpdev-list-item {
  padding-right: 0;
}

.booking_form .booking_form_div input[type="text"] {
  height: 40px;
}

.booking_form .booking_form_div input[type="text"],
.booking_form .booking_form_div select,
.booking_form .booking_form_div textarea {
  border-radius: 0;
  border: 1px solid #B2B2B2;
  margin-left: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.booking_form .booking_form_div textarea {
  margin-bottom: 20px;
}

.booking_form .payment-form__field input.wpdev-validates-as-required.error-validation {
  border: 1px solid #E74037;
}

.booking_form .payment-form__field.check span.wpdev-validates-as-required.error-validation {
  border: 1px solid #E74037;
  padding: 10px;
}

.booking_form .payment-form__field.check input.wpdev-validates-as-required.error-validation {
  border: 0;
}

.booking_form .payment-form__field .wpdev-help-message {
  opacity: 1 !important;
  display: block !important;
}

.booking_form .payment-form__field .wpdev-help-message {
  display: none !important;
}

.booking_form .wpdev-help-message.wpdev-element-message.alert.alert-warning {
  position: absolute;
  color: #E74037;
  background-color: transparent  !important;
  border: 0 !important;
  opacity: 1 !important;
  display: block !important;
  margin-top: -36px !important;
}

/* Structure and new elements */
.c-booking--wrapper {
  background-color: #fcf5f5;
}

.c-booking--wrapper-inner {
  width: 100%;
}

.c-booking-process-guide {
  background-color: #1B3257;
  width: 100%;
  padding: 30px;
}

.c-booking-process-guide h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
  text-transform: none;
}

.c-booking-process-guide p {
  color: #1B3257;
  font-size: 14px;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 20px;
}

.c-booking-process-guide p a {
  color: #E74037;
  text-decoration: underline;
}

.c-booking-process-guide ul {
  list-style: none;
  padding-left: 0;
}

.c-booking-process-guide ul li {
  padding-left: 38px;
  font-size: 14px;
  position: relative;
  color: #ffffff;
  margin-bottom: 20px;
}

.c-booking-process-guide ul li span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding-top: 2px;
  display: block;
  font-family: "futura-pt", sans-serif;
}

.c-booking-process-guide ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  color: #1B3257;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  left: 0;
  font-family: "futura-pt", sans-serif;
}

.c-booking-process-guide ul li:nth-child(1)::before {
  content: "1";
}

.c-booking-process-guide ul li:nth-child(2)::before {
  content: "2";
}

.c-booking-process-guide ul li:nth-child(3)::before {
  content: "3";
}

.c-booking-process-guide ul li:nth-child(4)::before {
  content: "4";
}

.c-booking-process-guide ul li:nth-child(5)::before {
  content: "5";
}

.c-step h3 {
  font-weight: 400;
  color: #1B3257 !important;
  font-size: 23px !important;
  margin-bottom: 0;
  text-transform: none;
  font-family: "canada-type-gibson", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.c-step h3 span {
  font-weight: 700;
  color: #1B3257 !important;
  font-size: 23px !important;
}

.c-step p {
  font-size: 16px !important;
  color: #575756 !important;
  padding-bottom: 10px;
}

.c-step--two {
  border-top: 1px solid #B2B2B2;
  margin-top: 15px;
}

.c-step--two + p {
  display: none;
}

.c-header__sub-text {
  padding: 10px 0 0;
}

.c-header__sub-text p {
  margin-bottom: 0;
}

.booking_form .booking_form_div input[type="text"]:focus, .booking_form .booking_form_div select, .booking_form .booking_form_div textarea:focus {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .page-template-page-booking .c-booking-calendar {
    padding: 45px 40px 30px !important;
    margin-left: 0;
  }
  #booking_form_div1 {
    width: 100%;
  }
  .bk_calendar_frame {
    width: 100% !important;
  }
  .datepick-one-month {
    float: left;
    width: 100% !important;
  }
  .c-booking--wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-booking-process-guide-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 40%;
    background-color: #fcf5f5;
    padding: 15px 40px 0 0;
    margin-top: 65px;
  }
  .c-booking-process-guide {
    max-width: 330px;
    padding: 15px;
    border: 5px solid #1B3257;
  }
  .c-booking-calendar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 60%;
  }
  .booking_form .booking_form_div input[type="text"],
  .booking_form .booking_form_div select,
  .booking_form .booking_form_div textarea {
    width: 100%;
  }
  .booking_form .payment-form__submit {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-page-booking .c-booking-calendar {
    padding: 45px 40px !important;
  }
  .c-booking-process-guide {
    padding: 30px;
  }
  .c-booking--wrapper-inner {
    max-width: 1400px;
  }
  .c-booking-process-guide-wrapper {
    width: 35%;
  }
  .c-booking-calendar {
    width: 65%;
  }
  .datepick-one-month {
    float: left;
    width: 49% !important;
  }
  .datepick-one-month.datepick-new-row {
    margin-right: 2%;
  }
  .booking_form .payment-form__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .booking_form .payment-form__field-wrapper .payment-form__field {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin: 0 0 25px;
  }
  .booking_form .payment-form__field-wrapper .payment-form__field:nth-child(2n) {
    margin-left: 4%;
  }
  .booking_form .payment-form__field.textarea,
  .booking_form .payment-form__submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0 !important;
  }
  .c-step--two {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 1240px) {
  .page-template-page-booking .c-booking-calendar {
    padding: 50px 70px !important;
  }
  .c-booking-process-guide-wrapper {
    margin-top: 65px;
  }
}

@media only screen and (min-width: 1600px) {
  .datepick-one-month {
    padding: 0 40px 40px;
  }
  .datepick-one-month.datepick-new-row {
    margin-right: 2%;
  }
}

/*# sourceMappingURL=style.min.css.map */
