/* ~~~~~~~~~~ Global ~~~~~~~~~~ */
section {
    padding: 35px 0;
}

#iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 37%;
}

p {
    color: #0c0c0c;
}

.mobile_br {
    display: none;
}

.underline {
    text-decoration: underline;
}

.faq_link_click {
    color: white;
}

.form-control {
    border: 1px solid #c0c0c0;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive_iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#landscape-popup {
    display: none;
}

button.btn, .btn:not(.close):not(.mfp-close) {
    background-color: #2f056b;
    border-color: #2f056b;
}

/* ~~~~~~~~~~ Home Page ~~~~~~~~~~ */
#featured-home-banner {
    background: rgb(1252, 73, 28);
    background: linear-gradient(0deg, rgba(252, 73, 28,1) 0%, rgba(196, 54, 18,0.8) 100%);
    padding: 5px;
}

/* .halfscreen {
    height: 85%;
    min-height: 100vh;
} */

#opening-video {
    padding: 0;
}

a:not(.btn):not(.badge):hover {
    color: #f36c21;
}

.text-light, 
.text-light h1, 
.text-light h2, 
.text-light h3, 
.text-light h4, 
.text-light h5, 
.text-light h6, 
.text-light .lead, 
.text-light p {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.party_divider {
    padding: 0 10px;
}

#home-page-book-now.book_now_btn {
    font-size: x-large;
	background-color:white;
	padding:25px;
	border: 5px solid black;
	color:black;
}

.btn:not(.close):not(.mfp-close).btn-light.btn-outline:hover {
    color: white;
}

#reservation-tab-content .reserve_btn, #room-reserve-nav .room_btn {
    margin-top: 25px;
    background-color: red;
    border-color: red;
}

#reservation-tab-content .reserve_btn:hover, #room-reserve-nav .room_btn:hover {
    background-color: orange;
    border-color: orange;
}

#reservation-tab-content .tab_title, #reservation-card .tab_title {
    margin-bottom: 25px;
    color: red;
    font-weight: 500;
}

#reservation-tab-content .tab_image, #reservation-card .tab_image {
    max-width: 100%;
    height: 400px;
}

/* Date Picker */
input:not([type="checkbox"]):not([type="radio"]),
select.form-control:not([size]):not([multiple]) {
    margin-bottom: 15px;
}

#booking-wizard-menu h5:not(:last-child) {
    margin-bottom: 0;
}

#desktop-review-table h4:not(:last-child) {
    margin-top: 0;
    margin-bottom: 0;
}

/* ~~~~~~~~~~ Portal ~~~~~~~~~~ */
#reservation-portal {
    padding: 3px;
    background-color: rgba(148, 148, 148, 0.7);
    position: absolute;
    width: 50%;
    height: auto;
    border: 3px solid black;
    margin: auto;
    top: 10vh;
    /* top: 113vh; */
    right: 0;
    left: 0;
    z-index: 999;
    border-radius: 15px;
    display: none;
}

#reservation-portal .card {
    margin-bottom: 0;
}

.modal_header {
    display: inline;
}

input[type="checkbox"].form-control {
    height: 18px;
    width: 20px;
    margin-right: 10px;
}

/* ~~~~~~~~~~ Room Reservations ~~~~~~~~~~ */
/* General */
#room-reserve-nav {
    margin-top: 25px;
}

#reservation-card {
    border-color: black;
}

#reservation-card .card-body {
    padding: 2rem;
    padding-top: 1.5rem;
}

#room-reserve-nav li {
    display: inline;
}

#room-reserve-nav button:hover {
    background-color: orange;
    border-color: orange;
}

.polo-carousel-item img {
    height: 50vh;
    object-position: top;
    object-fit: cover;
}

#reservation-card .reserve_btn {
    margin-top: 25px;
}

#reservation-card .card-body .flickity-page-dots {
    bottom: -17px;
}

/* Red Room */
.fireup_red_room {
    width: 100%;
    height: auto;
}
/* BOOKING WIZARD */

#booking-wizard-portal{
	position:fixed;
	width:80%;
	height: 90%;
	margin:auto;
	right:0; left:0; top:8%;
	background-color:white;
	border:5px solid #f30d0d;
	border-radius:10px;
	z-index:999;
	display:none;
	overflow-y:auto;
}
.booking_wizard_container{
	position:relative;
	width:96%;
	margin-left:2%;
	height:100%;
}
.booking_wizard_nav{
	margin-left:2%;
}
.booking_wizard_title{
	height:65px;
}
.booking_wizard_title h3{
	margin-top:-8px;
	font-weight:800;
}
.booking_wizard_footer{
	padding: 15px 0;
	height:75px;
}
.nav_info_circle{
	height:75px;
	width:75px;
	border:3px solid black;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
}
.nav_info_circle h2 {
	margin-top:12px;
}
.order_side{
	border-right:5px solid red;
	padding: 0 25px;
}
.order_side h3{
	margin-bottom:0;
}
#wizard-back-btn{
	display:none;
	margin-left:25px;
	height:50px;
}
.close_booking_wizard{
	margin-right:0;
	margin-top: 25px;
}

#wizard-finish-btn{
	display:none;
}
.nav_active_circle{
	background-color:#bff3aa;
}
.nav_inactive_circle{
	background-color:white;
}

#page2-title{
	margin-bottom:0;
}
#rock-band-box img{
	width:100%;
	border-radius:5px;
	cursor:pointer;
}
#red-room-box img{
	width:100%;
	border-radius:5px;
	cursor:pointer;
}
#black-room-box img{
	width:100%;
	border-radius:5px;
	cursor:pointer;
}

#hex-pod-box img,
#escape-pod-box img
{
	width: 100%;
	border-radius:5px;
}

.room_inputs{
	top:5px;
	right:5px;
}
#page2 h5{
	margin-bottom:0;
}
.small_h3{
	font-size:1.0em;
}
/* .comes_with_text{
	font-size:0.8em;
} */
#booking-title-main{
	line-height:24px;
	font-size:24px;
	margin-top:15px;
	margin-left:2%;
}
/* #included-row{
	margin-left:15px;
} */
.img_btn_border{
	/*border: 5px solid #0dd100;*/
	border: 2px solid black;
}
#page3 h5{
	margin-bottom:0;
}
/* #page3 input{
	margin-bottom:5px;
} */
.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}
#booking-wizard-menu{
	padding: 0 5px;
}
.jdr_quarter_col{
	width:25%;
}
.jdr_footer_col{
	width:33.3%;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.mobile_price{
	display:none;
}

#booking-review-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#booking-review-table td, #booking-review-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#booking-review-table tr:hover {background-color: #ddd;}

#booking-review-table td {
  font-size:0.8em;
}

#mobile-review-table{
	display:none;
}

#booking-time {
	max-height:200px;
	overflow-y: scroll;
}
.jdr_swal_wide{
	width:110%;
}

.booking_wizard_body .card .card-header {
    padding: .5rem;
}

.booking_wizard_body .card .card-body {
    padding: 0;
}

.included_hr {
    border-top: 2px solid #2f056b;
    margin-top: 15px;
}

/* Newer Booking Card Layout*/
/* Keep until finalized layout is confirmed */
#page2.pricing-table .plan,
#page2.pricing-table .plan .plan-header {
    margin-bottom: 0;
    padding: 5px 0;
}

#page2.pricing-table .plan .plan-header img {
    width:94%;
	margin-left:0%;
}

#page2.pricing-table .plan .plan-header,
#page2.pricing-table .plan-list,
#page2.pricing-table .plan-list ul {
    padding: 0;
}

#page2.pricing-table .plan-list ul li {
    line-height: 25px;
}


/* FAQ Portal */
#faq-btn{
	margin-top:25px;
}
#mobile-faq-btn {
    display: none;
}

#faq-portal .accordion.accordion-theme .ac-item {
    background-color:#2f056b;
}

.accordion.accordion-theme .ac-item .ac-content, 
.accordion.accordion-theme .ac-item .ac-content p {
    color: white;
}

#faq-portal {
    position: fixed;
    height: 85%;
    width: 85%;
    margin: auto;
    top: 50px; right: 0; bottom: 0; left: 0;
    border: 3px solid black;
    border-radius: 25px;
    background-color: white;
    z-index: 1000;
    display: none;
}

#faq-portal #faq-portal-contents {
    position: absolute;
    top: 0; right: 10px; bottom: 0; left: 0;
    height: 100%;
    max-height: 97%;
    width: 99%;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

#faq-portal .card .card-header,
#faq-portal .card .card-body {
    padding: 1rem 2rem;
}

.modal_header {
	display: inline;
}
.jdr_active_shadow{
	box-shadow:0 0 20px rgb(0 0 0 / 10%);
}

.plan-list ul li{
	text-align:center;
}

.logo-default img{
	width:85%;
}

#page2 .pricing-table .col-lg-4{
	padding-right:5px;
	padding-left:5px;
}
.include_more_info{
	display:none;
}
#mobile-faq-side, #mobile-close-side{
	display:none;
}
#booking-wizard-portal input {
	width:100%;
}

#mobile-more-info-portal {
    display: none;
}

.buttonload {
  background-color: #04AA6D; /* Green background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 12px 24px; /* Some padding */
  font-size: 16px; /* Set a font-size */
}
.finish_loader{
	height:25px;
	margin-left:10px;
	display:none;
}
.faq_click_here{
	font-size:1.5em!important;
	margin-top:0!important;
}