
#button-examples {
	padding: 0;
	list-style: none;
	margin-left: 0;
}

	#button-examples li {
		margin-bottom: 10px;
	}

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

	#button-examples {
		text-align: center;
	}

		#button-examples li {
			display: inline-block;
			margin: 5px;
		}

}

#booking-form fieldset {
	margin-bottom: 40px;
}

	#booking-form input[type="submit"] {
		width: 300px;
		height: 55px;
	}

/*#escape_room_calendar {
	display: none;
}*/

	#escape_room_calendar.slick-initialized {
		display: block;
	}

#escape_room_calendar .slide {
	width: 100%;
	text-align: center;
}

	#button-examples span,
	#escape_room_calendar label {
		background: #cdb48f;
	    border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
	    display: block;
	    width: 125px;
	    cursor: pointer;
	    margin: 0px auto;
	    transition: 0.4s linear all;
	    -webkit-transition: 0.4s linear all;
	    -moz-transition: 0.4s linear all;
	    -ms-transition: 0.4s linear all;
	    color: #fff;
	    max-width: 95%;
	}

	#button-examples span {
		padding-left: 15px;
		padding-right: 15px;
		width: 200px;
		margin-left: 0;
		max-width: 100%;
		text-align: center;
	}

		#escape_room_calendar .expensive label,
		#button-examples .expensive span {
			background: #9f8764;
		}

		body #button-examples .disabled span,
		#button-examples span {
			cursor: default;
		}

		#button-examples .my-check span, 
		#escape_room_calendar label.checked {
			background: #0a601a;
		}

		#escape_room_calendar .expensive label:hover ,
		#escape_room_calendar label:hover {
			text-decoration: underline;
		}
	
		#button-examples .disabled span,
		#escape_room_calendar label.disabled {
			-webkit-opacity: .5;
			-moz-opacity: .5;
			-o-opacity: .5;
			opacity: .5;
			cursor: not-allowed;
			background: none;
			text-decoration: line-through !important;
			color: #232323;
		}

		#button-examples .disabled:hover span,
		#escape_room_calendar label.disabled:hover {
			background: transparent !important;
		}

		#button-examples .disabled span {
			color: #232323;
		}

#booking-info-row {
	margin-bottom: 15px;
}

@media all and ( max-width: 1023px ) {

	#booking-info-row {
		position: relative;
		padding-top: 200px;
	}

	#booking-info-row .medium-12{
		position: absolute;
		top: 0;
	}

	#booking-info-row .large-3.right-column {
		float: right;
	}

}

	#escape_room_calendar label input {
		visibility: hidden;
		position: absolute;
	}

	.escaperoom_submit_btn {
		float: left;
		padding: 0;
		color: #fff;
	}

	
	#escape_room_calendar .slick-slide {
		outline: none;
		height: auto;
		height: 100%;
	}	

		#escape_room_calendar .slick-slide .h3 {
			padding-bottom: 30px;
			width: 100%;
			text-align: center;
		}

#escape_room_calendar .booking {
	width: 100%;
	padding: 20px 25px;
	display: table-cell;
	vertical-align: top;
}

	#escape_room_calendar .booking a {
		text-decoration: none;
	}

	#escape_room_calendar .booking a:hover {
		color: #cdb48f !important;
	}

	#escape_room_calendar .booking.current {
		border: 2px solid #9f8764 !important;
	}

		.page-template-template-escape-rooms #escape_room_calendar .booking.current {
			border: 0 !important;
		}

	#escape_room_calendar .booking .time-cell {
		margin: 10px 0px;
		float: left;
		width: 100%;
		height: 30px;
	}

		#escape_room_calendar .booking.two-columns .time-cell{
			width: 50%;
		}

@media all and ( max-width: 1024px ) {

	#escape_room_calendar .booking {
		padding: 10px 10px;
	}

	#escape_room_calendar .booking .time-cell {
		width: 50%;
		margin-top: 3px;
		margin-bottom: 3px;
	}

} 	

#escape_room_calendar .booking {
	display: inline-block;
	height: auto;
	width: 16.25% !important;
}

@media all and ( max-width: 640px ) {

	#escape_room_calendar .booking {
		width: 33.2% !important;
	}

} 

@media all and ( max-width: 480px ) {

	#escape_room_calendar .booking {
		width: 49% !important;
	}

} 

#prebooked-times {
	position: relative;
	margin-bottom: 20px;
}

	#prebooked-times .delete {
		color: #92000a;
		font-size: 30px; 
		line-height: 0.8;
		cursor: pointer;
		width: 25px;
		height: 25px;
		outline: 0;
		position: absolute;
		left: 0px;
		top: 3px;
	}

	#prebooked-times p {
		margin: 0;
		font-size: 14px;
		display: inline-block;
		width: 48%;
		padding: 2px 0px;
		position: relative;
		line-height: 2.2;
		float: left;
		height: auto;
		padding-left: 28px;
	}

#checkBox {
	margin-right: 15px;
}

#price-section *{
	font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 27px !important;
}

@media screen and ( max-width: 640px )  {
	
	#price-section {
		margin-bottom: 15px;
		padding-top: 15px;
	}

	#prebooked-times p {
		width: 100%;
	}
	
}

#loader-3,
#loader-2,
#loader {
	display: inline-block;
	visibility: hidden;
	position: absolute;
	top: 10px;
	right: 30px;
	margin: auto;
}

	#loader-3.visible,
	#loader-2.visible,
	#loader.visible {
		visibility: visible;
	}

	#loader .icon {
		display: inline-block;
		width: 25px;
		height: 25px;
		position: relative;
	}

	#loader .icon.icon-spin4:before {
	    position: absolute;
	    line-height: 25px;
	    width: 25px;
	    margin: 0;
	}

input#voucher {
	background: transparent url( ./../../svg/email_field_2.svg) no-repeat; 
}

#isic-slide,
#voucher-slide,
#discount-slide {
	display: none;
}

	#voucher-number {
		padding: 2px 30px 5px;
		line-height: 40px;
	}

	#voucher-block {
		display: none;
	}

#voucher-response {
	text-decoration: underline;
	margin: 0;
}

#room-calendar {
	background: #f8f8f8;
	padding: 15px;
	max-width: 275px;
	width: 275px;
	min-width: 275px;
	height: 295px;
	overflow: hidden;
	margin: 0 0 0 auto;
}

	#room-calendar span{
		display: inline-block;
		padding: 2px 5px;
		width: 35px;
		text-align: center;
		border-radius: 1px;
		border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
		background: #E6E6E6;
		cursor: pointer;
	}

	#room-calendar span.disabled {
		background: transparent;
		cursor: default;
	}
	#room-calendar span.activated{
		background: #cdb48f !important;
	}

	#room-calendar .header {
		font-family: 'RefrigeratorDeluxe';
		text-align: center;
	}
	#room-calendar .header .heading {
		font-weight: bold;
	}

	#room-calendar .subheader {
		font-family: 'RefrigeratorDeluxe';
		font-size: 14px;
	}

	#room-calendar .header .week-days {
		list-style: none;
		margin: 0;
		display: block;
		padding: 0;
	}

	#room-calendar .header .week-days li {
		display: inline-block;
		width: 35px;
		font-weight: 400;
	}

	#room-calendar span.not-in-range {
		background: rgba( 230,230,230,0.50 );
		color: #cccccc;
	}

	#room-calendar span:not(.disabled):hover {
		background: #cdb48f;
	}

#room-calendar .slick-prev,
#room-calendar .slick-next {
	width: 24px;
	height: 24px;
	top: 20px;
	margin: 0;
	background: #232323;
}

#room-calendar .slick-prev {
	left: 15px;
}
#room-calendar .slick-next {
	right: 15px;
}
#room-calendar .slick-next:before,
#room-calendar .slick-prev:before,
#room-calendar .slick-next:after,
#room-calendar .slick-prev:after {
	width: 10px;
}
#room-calendar .slick-next:before,
#room-calendar .slick-prev:before {
	top: 8px;
}
#room-calendar .slick-next:after,
#room-calendar .slick-prev:after {
	bottom: 8px;
}

	#room-calendar .header {
		font-family: 'RefrigeratorDeluxe';
		font-weight: bold;
	}

	#room-calendar .subheader {
		font-family: 'RefrigeratorDeluxe';
		font-size: 14px;
	}

	#room-calendar span.next-month {
		background: rgba( 230,230,230,0.50 );
	}

	#room-calendar span:not(.disabled):hover {
		background: #cdb48f;
	}

@media all and (max-width: 1200px) {
	body #other-rooms {
		padding: 3em 0;
	}
}
@media all and (max-width: 639px) {
	#room-calendar {
		margin: 0 auto;
	}
}

@media all and ( min-width: 1024px ) and ( max-width: 1200px )  {
	#booking-info-row .large-3 {
		width: 26%;
	}

	#booking-info-row .large-6 {
		width: 44%;
	}
}

#inner-form-content a {
	text-decoration: underline;
}


/*Room Loader*/
#escape_room_calendar {
	position: relative;
}

#escape_room_calendar_loader {
	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(191, 191, 191, 0.5);
    z-index: 150;
}

#escape_room_calendar_loader .arrow {
  display: inline-block;
  position: absolute;
  top: calc(50% - 170px/2);
  left: calc(48% - 170px/2);
  transform: translate(-50%, -50%);
  opacity: .8;
}
#escape_room_calendar_loader .arrow:before,
#escape_room_calendar_loader  .arrow:after {
  content: '';
  border-color: transparent;
  border-style: solid;
  position: absolute;
  box-sizing: unset;
}
#escape_room_calendar_loader .arrow .curve {
  position: absolute;
  overflow: hidden;
}
#escape_room_calendar_loader .arrow .curve:before {
  content: '';
  position: absolute;
  box-sizing: unset;
}

#escape_room_calendar_loader .arrow-animate {
  -webkit-animation: spin 1.5s infinite linear;
  animation-direction: reverse;
  margin-left: 20px;
  height: 170px;
  width: 170px;
}
#escape_room_calendar_loader .arrow-animate .arrow-item {
  width: 170px;
  height: 85px;
  position: absolute;
}
#escape_room_calendar_loader .arrow-animate .arrow-item:before {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  border: 30.6px solid transparent;
  box-sizing: unset;
}
#escape_room_calendar_loader .arrow-animate .arrow-item .curve {
  height: 71.4px;
  width: 170px;
}
#escape_room_calendar_loader .arrow-animate .arrow-item .curve:before {
  -moz-border-radius: 2000px;
  -webkit-border-radius: 2000px;
  border-radius: 2000px;
  border: 17px solid #555;
  height: 96.9px;
  width: 96.9px;
  left: 19.55px;
  box-sizing: unset;
}
#escape_room_calendar_loader .arrow-animate .arrow-item:first-child {
  top: 0;
  left: 0;
}
#escape_room_calendar_loader .arrow-animate .arrow-item:first-child:before {
  border-top-color: #555;
  bottom: -30.6px;
  box-sizing: unset;
}
#escape_room_calendar_loader .arrow-animate .arrow-item:first-child .curve {
  top: 0;
  left: 0;
}
#escape_room_calendar_loader .arrow-animate .arrow-item:first-child .curve:before {
  top: 19.55px;
  box-sizing: unset;
}
#escape_room_calendar_loader .arrow-animate .arrow-item:last-child {
  top: 85px;
  left: 0;
}
#escape_room_calendar_loader .arrow-animate .arrow-item:last-child:before {
  border-bottom-color: #555;
  top: -34px;
  right: 0;
}
#escape_room_calendar_loader .arrow-animate .arrow-item:last-child .curve {
  bottom: 0;
  left: 0;
}
#escape_room_calendar_loader .arrow-animate .arrow-item:last-child .curve:before {
  bottom: 19.55px;
  box-sizing: unset;
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.unikoveVoucherLink {
	margin-top: 75px;
	margin-top: calc(25% - 25px);
}

@media all and ( max-width: 1024px) {

	.unikoveVoucherLink {
		margin-top: 0;
	}

}