/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 3.13
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

-------------------------------------------------------------- */

.wiki-disabled{
    pointer-events: none;
    opacity: 0.5;
}

.wiki-hide{
    display: none;
}

p.available-hours {
    background: #274d5e;
    padding: 5px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.wpestate_stripe.wpestate_stripe_form_1 input, .wpestate_stripe.wpestate_stripe_form_1 fieldset {
    background-color: #274d5e !important;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #304a56;
}

.wpestate_stripe.wpestate_stripe_form_1 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 15px 15px 0;
  background-color: #274d5e;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #304a56;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.wpestate_stripe.wpestate_stripe_form_1 input::placeholder {
  color: #fb785a;
}

#wpestate_stripe_booking_recurring,
#wpestate_stripe_booking {
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
  padding: 0px 33px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #274d5e;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}

.wpestate_stripe.wpestate_stripe_form_1 button:active {
  background-color: #274d5e;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #304a56;
}