/**
 * Style Sheet
 *
 * @author Koko
 * @package koko-restaurant-booking/css
 * @since 1.1.3
 */

.padding-2 {
	padding: 20px;
}

.kokoContainerBtnReservation {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.wprb-booking-button {
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	pointer-events: auto;
	line-height: 1;
	z-index: 999999;
	width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #595b4d;
}

#wprb-avvertenze-widget {
	margin-top: 20px;
}

#wprb-avvertenze-widget h5 {
	margin-top: 20px;
	margin-bottom: 0px;
}

#wprb-avvertenze-widget ol {
	padding-left: 16px;
}

#wprb-avvertenze-widget ol li {
	margin-top: 10px;
}

.wprb-booking-button.top {
	position: fixed;
	top: 1rem;
}

.wprb-booking-button.left {
	left: 1rem;
}

.wprb-booking-button.right {
	right: 1rem;
}

.wprb-booking-button.admin-bar {
	top: 3rem;
}

.wprb-booking-button:hover {
	webkit-filter: brightness(110%);
	filter: brightness(110%);
}

.wprb-booking-button a,
.wprb-booking-button a:hover {
	color: #fff !important;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.8;
	text-transform: uppercase;
    background-color: #595b4d;
    font-size: 25px;
    font-weight: 800;
}

.wprb-booking-button {
	width: 100%;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	display: inline-block;
	background-color: #595b4d;
	color: #f9c11e !important;
}

.jquery-modal.blocker.current {
	z-index: 999999;
}

#wprb-booking-modal {
	display: none;

	padding: 0;
	width: 320px;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	word-wrap: normal;
	z-index: 9999999;
}

#wprb-booking-modal h2::before {
	content: "";
	padding: 0;
	margin: 0;
	height: 0;
	background: none;
}

#wprb-booking-modal h2 {
	text-align: center;
	background: #f5b016;
	margin: 0;
	padding: 40px 0 20px;
	color: #fff;
	font-size: 2em;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	line-height: 1;
}

.booking-label {
	font-weight: bold;
}

.left-20 {
	padding-top: 4px;
	float: left;
	width: 20%;
}

#wprb-booking-modal .header-bar {
	display: block;
	background: #f5b016;
	min-height: 100px;
}

#wprb-booking-modal ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

#wprb-booking-modal ul li {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	margin: 0;
}

.header-bar_steps li:first-child::before {
	content: "";
	display: none;
}

.header-bar_steps li::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -15px;
	width: 30px;
	height: 2px;
	background: #000;
	opacity: 0.3;
}

#wprb-booking-modal ul li span {
	text-align: center;
	background-color: #f5b016;
	width: 44px;
	height: 44px;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 0.5rem;
	opacity: 0.5;
}

#wprb-booking-modal ul li.active span {
	opacity: 1;
	background-color: #fff;
	border: 2px solid #f0a417;
	cursor: pointer;
}

#wprb-booking-modal ul li i {
	font-size: 24px;
	padding-top: 8px;
}

#wprb-booking-modal ul li {
	font-size: 13px;
	text-transform: capitalize;
}

.booking-step {
	display: none;
}

.booking-step.active {
	display: block;
}

p.wprb-step-description {
	text-align: center;
	font-weight: bold;
	color: #;
}

p.wprb-step-description.last-minute {
	margin-top: 2.5rem;
	margin-bottom: 0;
}

.people-container {
	opacity: 0.3;
}

.people-container.active {
	opacity: 1;
}

#wprb-booking-modal ul.booking-people_numbers {
	margin: 0;
	padding: 0 0 2rem;
	float: right;
}

#wprb-booking-modal ul.booking-people_numbers li {
	width: auto;
	margin-left: 10px;
}

.people .value {
	display: inline;
	padding-right: 2px;
}

.booking-people_numbers__number input[type="button"] {
	width: 30px;
	height: 30px;
	padding: 0;
	color: #333;
	background-color: #fff !important;
	border-radius: 50% !important;
	border: 1px solid #cdcdcd !important;
	font-size: 10px !important;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.booking-people_numbers__number input[type="button"]:hover,
.booking-people_numbers__number input[type="button"].active {
	background: #f5b016 !important;
	text-decoration: none;
	color: #fff;
}

.booking-people_numbers__number:last-child {
	position: relative;
	width: 55px;
	height: 30px;
	transition: all 0.1s linear;
}

.booking-people_numbers__number:last-child::after {
	border-top: 5px solid #f8b333;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 13.5px;
	right: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-radius: 0;
	z-index: 1;
	pointer-events: none;
}

.booking-people_numbers__number select {
	outline: none;
	box-shadow: none;
	position: relative;
	width: 56px;
	height: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 15px;
	padding: 0 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cdcdcd;
}

.booking-people_numbers__number.active select {
	background: #f5b016;
	color: #fff;
}

.booking-people_numbers__number.active::after {
	border-top: 5px solid #fff;
}

.booking-date {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;
}

.booking-date .datepicker {
	margin: 0 auto;
}

.booking-hours {
	text-align: center;
}

.booking-hours .loading {
	margin: 0 auto;
	position: relative;
	left: -6px;
}

.booking-hours ul {
	min-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}

.booking-hours ul.last-minute {
	height: 80px;
}

.last-minute-text {
	text-align: center;
	color: #cdcdcd;
}

.last-minute-text a {
	text-decoration: underline;
}

.booking-hours ul li {
	width: 25%;
	text-align: center;
}

.booking-hours ul li input {
	border: 1px solid #cdcdcd;
	box-shadow: none;
	width: 90%;
	height: 30px;
	margin-bottom: 8px;
	padding: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: 20px;
	font-size: 12px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #212121;
}

.tooltip_templates {
	display: none;
}

#until-message span {
	display: inline-block;
	padding: 5px 10px;
	margin: 20px 5px 0 0;
	border-radius: 3px;
	cursor: pointer;
}

#until-message span.confirm {
	background: #74b81f;
}

#until-message span.cancel {
	background: red;
}

.booking-hours ul.last-minute li input {
	border-color: #f5c6cb;
	box-shadow: none;
	width: 90%;
	height: 30px;
	margin-bottom: 8px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f8d7da;
	border-radius: 20px;
	font-size: 12px;
	text-align: center;
	color: #721c24;
}

.booking-hours ul li.not-available input:hover,
.booking-hours ul li.not-available input.active {
	color: inherit;
	background: inherit;
}

.booking-hours ul li.not-available {
	opacity: 0.4;
}

.booking-hours ul li.not-available input {
	cursor: default;
}

.booking-hours ul li input:hover,
.booking-hours ul li input.active {
	color: #fff;
	text-decoration: none;
	background: #f5b016;
}

.wprb-external-container {
	display: none;
	margin: 1rem 0;
	text-align: center;
}

.wprb-external-container a {
	display: inline-block;
	width: 58px;
	border: 1px solid #cdcdcd;
	color: inherit;
	padding: 0.5rem 0;
	margin: 0 3px;
}

.wprb-external-container a.only {
	width: auto;
	padding: 0.5rem 1rem;
	margin: 0;
}

.wprb-external-container a:hover,
.wprb-external-container a.active {
	color: #fff;
	background: #cdcdcd;
	text-decoration: none;
	cursor: pointer;
}

#wprb-reservation input {
	border: 1px solid #cdcdcd;
	outline: none;
	box-shadow: none;
	width: 100%;
	height: 40px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	text-align: left;
	color: #212121;
	margin-bottom: 10px;
}

#wprb-reservation input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	border: 1px solid #cdcdcd;
	box-shadow: none;
	width: 15px;
	height: 15px;
	overflow: hidden;
	margin: 0 6px 0 0;
	padding: 0;
	cursor: pointer;
	top: 3px;
	background-color: #fff;
}

#wprb-reservation input[type="checkbox"]:checked {
	background-color: #f5b016;
}

#wprb-reservation input[type="checkbox"]:checked:after {
	content: "✔";
	color: white;
	position: relative;
	top: -3px;
	left: 1px;
	border: 0;
	transform: none;
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-align: left;
}

#wprb-reservation input[type="checkbox"]:checked:before {
	content: "";
}

label[for="policy-field"] {
	display: block;
	margin: 20px 0;
	color: #898989;
	font-size: 12px;
	padding-left: 15px;
	text-indent: -15px;
}

label[for="policy-field"] a {
	color: #666;
	text-decoration: none;
}

#wprb-reservation input.error {
	border: 1px solid red;
}

#wprb-reservation input[type="submit"]:disabled {
	opacity: 0.4;
}

#wprb-reservation input[type="submit"]:disabled:hover {
	opacity: 0.4;
	cursor: not-allowed;
}

#wprb-reservation input[type="submit"] {
	background-color: #333;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.8;
	cursor: pointer;
	height: auto;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wprb-reservation input[type="submit"]:hover {
	opacity: 1;
}

#wprb-reservation input::placeholder,
#wprb-reservation textarea::placeholder {
	color: #cacaca;
}

#wprb-reservation textarea {
	margin-bottom: 5px;
	font-size: 14px;
	width: 100%;
	border: 1px solid #ccc;
}

.wprb-confirmation-email {
	color: #888;
	display: block;
	margin: 1.5rem 0;
}

.booking-end .fa-check-circle {
	font-size: 400%;
	color: #f5b016;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 1000px) {}

.wprb-booking-button a, .wprb-booking-button a:hover {
    background-color: transparent;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
	color:#fff !important;
}


.wprb-external-container.tooltips {
	font-size: 11px;
}