/* Global Variables */
/* ==========================================================================
   Custom Post Types styles
   ========================================================================== */
/* ==========================================================================
# Restaurant Menu List style - begin
========================================================================== */
.qode-restaurant-menu-list {
  box-sizing: border-box;
}

.qode-restaurant-menu-list .qode-restaurant-menu-list-holder-title-holder {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 8px 0;
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.qode-restaurant-menu-list .qode-restaurant-menu-list-holder-title-holder .qode-restaurant-menu-list-holder-title {
  display: table-cell;
  vertical-align: middle;
}

.qode-restaurant-menu-list .qode-restaurant-menu-list-holder-title-holder .qode-restaurant-menu-list-holder-label {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.qode-restaurant-menu-list .qode-restaurant-menu-list-holder-title-holder .qode-restaurant-menu-list-holder-label span {
  color: #000;
}

.qode-restaurant-menu-list ul {
  list-style-type: none;
}

.qode-restaurant-menu-list ul li {
  margin-bottom: 25px;
}

.qode-restaurant-menu-list ul li:last-child {
  margin-bottom: 0;
}

.qode-restaurant-menu-list .qode-rml-title-holder {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding-right: 5px;
}

.qode-restaurant-menu-list .qode-rml-line {
  height: 3px;
  border-bottom: 1px dotted #828383;
  display: table-cell;
  width: 98%;
  z-index: 1;
  position: relative;
  bottom: 6px;
}

.qode-restaurant-menu-list .qode-rml-price-holder {
  display: table-cell;
  width: 1%;
  padding-left: 7px;
  white-space: nowrap;
}

.qode-restaurant-menu-list .qode-rml-bottom-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qode-restaurant-menu-list .qode-rml-description-holder {
  float: left;
}

.qode-restaurant-menu-list .qode-rml-label-holder {
  float: right;
}

.qode-restaurant-menu-list .qode-rml-label-holder .qode-rml-label {
  background-color: #1abc9c;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  padding: 3px 7px;
  text-align: center;
  display: block;
  line-height: 12px;
}

.qode-restaurant-menu-list.qode-rml-with-featured-image .qode-rml-item-content {
  padding-left: 110px;
}

.qode-restaurant-menu-list.qode-rml-with-featured-image .qode-rml-item-image {
  float: left;
  width: 83px;
  position: relative;
}

.qode-restaurant-menu-list.qode-rml-with-featured-image .qode-rml-item-image a {
  display: block;
}

.qode-restaurant-menu-list.qode-rml-with-featured-image .qode-rml-item-image img {
  vertical-align: middle;
}

.qode-restaurant-menu-list.qode-rml-light .qode-rml-title,
.qode-restaurant-menu-list.qode-rml-light .qode-rml-price,
.qode-restaurant-menu-list.qode-rml-light .qode-rml-label {
  color: #fff;
}

.qode-restaurant-menu-list.qode-rml-light .qode-rml-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* ==========================================================================
# Restaurant Menu List style - end
========================================================================== */
/* ==========================================================================
   Shortcodes styles
   ========================================================================== */
.qode-rf-holder input[type=text],
.qode-rf-holder select {
  border: none;
  outline: none;
  background-color: transparent;
}

.qode-rf-holder .qode-rf-row {
  display: table;
  width: 100%;
  margin: 0 -10px;
}

.qode-rf-holder .qode-rf-col-holder {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  box-sizing: border-box;
  padding: 0 10px;
}

.qode-rf-holder .qode-rf-col-holder.qode-rf-btn-holder {
  width: 1%;
}

.qode-rf-holder .qode-rf-field-holder {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qode-rf-holder .qode-rf-field-holder select,
.qode-rf-holder .qode-rf-field-holder input[type=text] {
  padding-left: 60px;
  padding-right: 15px;
  display: block;
  width: 100%;
  font-family: inherit;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  border: 3px solid #000;
  background-color: transparent;
  margin: 0;
  height: 57px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qode-rf-holder .qode-rf-field-holder input[type=text] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.qode-rf-holder .qode-rf-field-holder input[type=text]::-webkit-input-placeholder {
  color: #000;
}

.qode-rf-holder .qode-rf-field-holder input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.qode-rf-holder .qode-rf-field-holder input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.qode-rf-holder .qode-rf-field-holder select {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
}

.qode-rf-holder .qode-rf-field-holder select::-ms-expand {
  display: none;
}

.qode-rf-holder .qode-rf-field-holder .qode-rf-icon {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 23px;
  line-height: 55px;
  height: 100%;
  text-align: center;
}

.qode-rf-holder .qode-rf-field-holder .qode-rf-icon span {
  color: #000000;
  line-height: inherit;
}

.qode-rf-holder .qode-btn {
  display: block;
  width: 100%;
  font-size: 15px;
}

.qode-rf-holder .qode-btn.qode-btn-icon .qode-btn-icon-holder,
.qode-rf-holder .qode-btn .qode-btn-text {
  padding-top: 8px;
  padding-bottom: 8px;
}

.qode-rf-holder.qode-rf-light .qode-rf-field-holder select,
.qode-rf-holder.qode-rf-light .qode-rf-field-holder input[type=text] {
  color: #fff;
  border-color: #fff;
}

.qode-rf-holder.qode-rf-light .qode-rf-field-holder select option {
  background-color: #000;
}

.qode-rf-holder.qode-rf-light .qode-rf-field-holder input[type=text]::-webkit-input-placeholder {
  color: #fff;
}

.qode-rf-holder.qode-rf-light .qode-rf-field-holder input[type=text]:-moz-placeholder {
  color: #fff;
}

.qode-rf-holder.qode-rf-light .qode-rf-field-holder input[type=text]::-moz-placeholder {
  color: #fff;
}

.qode-rf-holder.qode-rf-light .qode-rf-field-holder .qode-rf-icon span {
  color: #fff;
}

.qode-rf-holder.qode-rf-light button {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.qode-rf-holder.qode-rf-light button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  opacity: 0.9;
}

/* ==========================================================================
   #jQuery Datepicker styles - start
   ========================================================================== */
#ui-datepicker-div {
  z-index: 1000 !important;
  background-color: #fff;
  min-width: 220px;
  -webkit-box-shadow: 0 0 2px #ddd;
  -moz-box-shadow: 0 0 2px #ddd;
  box-shadow: 0 0 2px #ddd;
  font-size: 12px;
}

#ui-datepicker-div table tr {
  border: none;
}

#ui-datepicker-div table {
  padding: 0 4px 4px;
}

#ui-datepicker-div table td {
  padding: 3px;
  line-height: 1.5em;
}

#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
}

#ui-datepicker-div .ui-datepicker-header {
  padding: 5px 16px;
  position: relative;
}

#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev {
  position: absolute;
  font-size: 14px;
}

#ui-datepicker-div .ui-datepicker-prev {
  left: 12px;
}

#ui-datepicker-div .ui-datepicker-next {
  right: 12px;
}

#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-today {
  color: #111;
  background-color: #1abc9c;
}

#ui-datepicker-div .ui-datepicker-today a {
  color: #111;
}

#ui-datepicker-div .ui-datepicker-current-day:not(.ui-datepicker-today) a {
  color: #1abc9c;
}

/* ==========================================================================
   #jQuery Datepicker styles - end
   ========================================================================== */
.qode-restaurant-timeline .qode-restaurant-timeline-inner {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}

.qode-restaurant-timeline .qode-rt-item {
  width: 49%;
  padding: 0 20px 100px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  position: relative;
  vertical-align: top;
}

.qode-restaurant-timeline .qode-rt-item:nth-of-type(odd) {
  top: -200px;
  margin-bottom: -200px;
  float: left;
}

.qode-restaurant-timeline .qode-rt-item .qode-rt-item-title h2 {
  margin: 0;
}

.qode-restaurant-timeline .qode-rt-item .qode-rt-item-line {
  background-color: #c2c2c2;
  width: 1px;
  height: 100px;
  margin: 30px 0 30px 30px;
}

.qode-restaurant-timeline .qode-rt-item .qode-rt-item-image {
  margin-bottom: 40px;
}

.qode-restaurant-timeline .qode-rt-item .qode-rt-item-text p {
  margin: 0;
}

.qode-restaurant-timeline .qode-rt-item-separator {
  display: block;
  position: relative;
  width: 100%;
}

.qode-working-hours-holder {
  position: relative;
}

.qode-working-hours-holder .qode-wh-title-holder {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 8px 0;
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.qode-working-hours-holder .qode-wh-title-holder .qode-wh-title {
  display: table-cell;
  vertical-align: middle;
}

.qode-working-hours-holder .qode-wh-title-holder .qode-wh-label {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.qode-working-hours-holder .qode-wh-title-holder .qode-wh-label span {
  color: #000;
}

.qode-working-hours-holder .qode-wh-item {
  position: relative;
  margin-top: 30px;
  display: table;
}

.qode-working-hours-holder .qode-wh-item:first-child {
  margin-top: 0;
}

.qode-working-hours-holder .qode-wh-item * {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  font-style: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

.qode-working-hours-holder .qode-wh-day {
  padding-right: 3px;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
}

.qode-working-hours-holder .qode-wh-day .qode-wh-icon {
  margin-right: 2px;
}

.qode-working-hours-holder .qode-wh-hours {
  padding-left: 4px;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  text-align: right;
}

.qode-working-hours-holder .qode-wh-dots {
  display: table-cell;
  width: 98%;
  z-index: 1;
  position: relative;
}

.qode-working-hours-holder .qode-wh-dots .qode-wh-dots-inner {
  border-bottom: 1px dotted #828383;
  display: block;
}

/*# sourceMappingURL=../../../qode-restaurant/assets/css/qode-restaurant.css.map */
