/* Top Section*/
@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/ProximaNovaCond-Regular.otf") format("truetype");
    font-weight: normal;
}
body{
    background-color: #fff;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
	background: url(../images/background/pattern/7.jpg) top left repeat;
}

.btn.btn-success:hover{
    color: #bd434f;
	background-color:#fff;
	border:1px solid #bd434f;
}

.btn.btn-info, .btn.btn-info:hover{
    color: #bd434f;
}

.top-section{
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.overlay-container-black{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(24,21,20,0.6);
}

/*Primary Navigation bar*/
.primary-navbar{
background :  #ddc89e;
padding-top: 12px;
padding-bottom: 10px;
}

.primary-navbar li .nav-link{
color: #000;
font-size: 0.8rem;
text-transform: uppercase;
font-weight: 500;
line-height: 1.3rem;
margin-left: 0.95rem;
margin-right: 0.95rem;
letter-spacing:0.7px;
}

.primary-navbar li .dropdown-item{
    color:#4a4a4a;
    font-size: 0.813rem;
    text-transform: uppercase;
    font-weight: 500;

}

.primary-navbar li.active a,.primary-navbar li a:hover{
    color: #bd434f;
}

/*backgrounds */
.bg-light{
    background-color: rgba(251, 251 , 251);
}

/* Headers */
.h-style-1{
font-size: 2.5rem;
text-transform: uppercase;
font-weight: 500;
color: #fff;
letter-spacing: 0.19em;
}

/*Card Box*/
.box{
    border: none;
   }

   /* DATE ROW */

.date-box{
    text-align: center;
    cursor: pointer;
    color: #4a4a4a;
}
.date-box.today{
    text-align: center;
    cursor: pointer;
    background-color: #ddc89e;
    color: white !important;

}

.date-box span{
    text-align: center;
    display: block;
}

.date-box .day{
    font-size: 19px;
    font-weight: 500;
}

.date-box .month{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.full-date{
    color: #262626;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    font-weight: 500;
    padding-top: 7px;
    cursor: pointer;
    padding-bottom: 10px;
}


.full-date span{
display: block;
font-size: 13px;
letter-spacing: 0.7px;
padding-top: 0px;
position: relative;
}

.full-date i{
    position: relative;
}

.select-box{
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.7px;
padding-top: 0px;
font-weight: normal;
color: white;
}

.select-box img{
    position: relative;
    top: 1px;
}

.select-box .selected-option{
    color: #262626;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.select-box .selected-option.active{
    color: #262626;
}

.category-list{
    cursor: pointer;
    position: absolute;
    top: 45px;
}

.event-list{
    cursor: pointer;
    position: absolute;
    top: 45px;
    position: absolute;
    z-index: 999999;
    margin-top: 22px;
    display: none;
    }

.event-list h5{
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    color: #ddc89e;
    text-transform: uppercase;
}

.event-list small{
    font-weight: normal;
    text-transform: uppercase;
}

.event-list p{
    text-align: left;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-weight: normal;
    color: #4a4a4a; 
	margin-bottom:0px;
	line-height:17px!important;
}


@media screen and (max-width: 767px) {
    .select-box{
      
        padding-top: 25px;
     
        }
	
	.event-image-left{
		width:120px;
		margin-left:15px;
	}
	
  }

  @media screen and (min-width: 767px) and (max-width: 1023px)  {
    .select-box{
        border-right: 1px solid rgba(0,0,0,0.2);
        padding-top: 35px;
        }
  }

  @media screen and (min-width: 1024px) {
    .select-box{
        /*border-right: 1px solid rgba(0,0,0,0.2);*/
        padding-top: 12px!important;
        }
  }

.date-box.date-box-large .month{
    position: relative;
    padding-top: 17px;
    font-size: 13px !important;
    letter-spacing: 0.7px;
    color: #262626;
}

.month,.day{
    color: #262626;
}

.date-box .secondary-color{
    color: #262626;
}

.date-box.date-box-large .month span{
    display: inline-block;
    color: #262626;
}

.category-list{
    position: absolute;
    z-index: 999999;
    margin-top: 22px;
    display: none;
	left:6%;
  }

.category-list h5{
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
}

.category-list small{
    font-weight: 500;
    text-transform: uppercase;
}

.category-list p{
    text-align: left;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-weight: normal;
    color: #4a4a4a; 
}

/* MAP ASSETS */
.map-background{
    padding: 2px;
    background-color:transparent;
    border-radius: 10px;
}

polygon.polygon-active{
    fill: rgba(0,0,0,.0);
    cursor: pointer; 
    
}

polygon.polygon-deactive{
    cursor: not-allowed;
    fill:#69eefbb5;
}

polygon.polygon-deactive-category{
    cursor: not-allowed;
    fill: #69eefbb5;
}

polygon.polygon-booked{
    cursor: pointer;
    fill: #69eefbb5;
}

polygon.polygon-holding{
    fill: rgba(1,163,253,0.6);
    cursor : pointer;
}

polygon.polygon-booked-by-me{
    fill: #501078;
    cursor: not-allowed;
}

.popup-text.popup-category-name{
	color: #2a2a2a;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	display: block;
	padding-bottom: 3px;
	letter-spacing: 1px;
	padding-top: 5px;
}

.popup-text.popup-category-note{
    color: rgba(0,0,0,0.7);
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding-bottom: 3px;
    letter-spacing: 0.8px;
}

.popup-text.popup-category-capacity{
    color: #161616;
    font-weight: 500;
    font-size: 13px;
    display: block;
    letter-spacing: 1px;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.popup-text.popup-category-button{
    background-color: #bd434f;
    color: white !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;
    border:1px solid #bd434f;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer !important;
}

.popup-text.popup-category-button:hover{
	color:#bd434f!important;
}

.close-btn{
    cursor: pointer !important;
}

.secondary-color{
    color: #212529;
}

.popover-header{
    background-color: white;
    text-align: center;
    color: #4a4a4a;
}

.popover{
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.cart-count{
    
    border-radius: 11px;
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: #000;
    font-size: 12px;
    width: 22px;
    display: inline-block;
    height: 22px;
    position: relative;
    bottom: 10px;
    left: 0px;
}

.card-heading{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #4a4a4a;
}


.card-para{
    color: #7a7a7a;
     font-weight: 500;
}

.cart-table td{
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.8px;
}

.cart-table td .btn{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.8px;
}

.text-second{
    color: #218838 !important;
}

.amount-row{
    display: block !important;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.amount-total-row{
    display: block !important;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.8px;
   }

   .login-button{
       border-top-right-radius: 0px;
       border-bottom-right-radius: 0px;
       background-color: #ddc89e;
       border : 1px solid #ddc89e;
       text-transform: capitalize;
       font-weight: 500;
       border-right: none;
       cursor: pointer; 
    }


   .register-button{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
    border : 1px solid #ddc89e;
    color: #ddc89e;
    text-transform: capitalize;
    font-weight: 500;
    border-left: none;
    cursor: pointer;
   }

   .login-button:hover, .register-button:hover{
    box-shadow: none;
    border: 1px solid #ddc89e;
    background-color: #ddc89e;
   }

   .self-form label{
       /*text-transform: capitalize;*/
       font-weight: 500;
       font-size: 15px;
       color: #4a4a4a; 
       position: relative;
       left: 5px; 
    }

.self-form .form-control{
    border: 2px solid #efefef;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.self-form .form-control:focus{
   
}

.modal-header{
    background :  url(assets/images/background2.html) !important;
    border : none;
}

.modal-header .modal-title{
    color: white;
}

.btn-primary{
	background-color: #bd434f;
	color:#fff;
	border : 1px solid #bd434f;
}

.btn-primary:hover{
	background-color: #fff;
	color:#bd434f;
	border : 1px solid #bd434f;
}

.self-form .btn-primary{
background-color: #bd434f;
font-weight: 500;
color: white !important;
text-transform: capitalize;
font-size: 14px;
border-radius: 15px;
border : 1px solid #bd434f;
}

.self-form .btn-secondary{
    background-color: transparent;
    color: #bd434f;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 15px;
    font-weight: 500;
    border:none
}

.member-btn{
font-size: 14px;
font-weight: 500;
color: #4a4a4a;
letter-spacing: 0.5px;
position: relative;
left:10px;
top:2px;
}

.alert.alert-danger{
    font-size: 13px;
    letter-spacing: 0.6px;
    font-weight: 500;
}

.orders-table td{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color : #5a5a5a; 
}

.ajax-loader{
    position: fixed;
    left: 0px;
    right: 0px;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #ddc89e; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .my-btn{
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
  }

#dragWrapper{
    width: calc(100vw - 80px);
    height: calc(100vh - 80px);
    position: relative;
    overflow: hidden;
}
#drag {
    touch-action: auto;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.legend-block{
    display: inline-block;
    height: 17px;
    width: 17px;
    border: 2px solid white;
}

.legend-block.legend-booked{
    background-color: #ddc89e;
}

.legend-block.legend-deactive{
    background-color: rgba(0,0,0,.7);
}

.legend-block.legend-deactive-category{
    background-color: #FFBF00;
}

.legend-text{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 500;
    position: relative;
    bottom: 3px;
}

.total-amount{
font-size: 15px;
}


/* headlines with lines */
.decorated{
    overflow: hidden;
    text-align: center;
}
.decorated > span{
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #4a4a4a;
   font-weight: 500;
   letter-spacing: 0.8px;
   text-transform: uppercase;
}
.decorated > span:before, .decorated > span:after{
   content: '';
   position: absolute;
   top: 50%;
   border-bottom: 1px solid #9a9a9a;
   width: 592px; /* half of limiter */
   margin: 0 20px;
}
.decorated > span:before{
   right: 100%;
}
.decorated > span:after{
   left: 100%;
}
.back-link{
    font-size: 14px;
    font-weight: 500;
    position: relative;
    bottom: 15px;
    cursor: pointer;
}

.select-box{
cursor: pointer;
}

.login-strip .alert-primary{
font-size: 16px;
font-weight: 500;
letter-spacing: 0.6px;
}

.login-strip .alert-primary a{
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.success-title{
    color:#4a4a4a;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin-top: 25px;
}

.success-text{
color: #6a6a6a;
font-size: 18px;
letter-spacing: 0.6px;
}

.success-btn{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.8px;
    cursor: pointer;
    background-color: #bd434f !important;
    border: 1px solid #bd434f !important;
}

.success-btn:hover{
	 border: 1px solid #bd434f !important;
}
.success-btn:after{
	 border: 1px solid #bd434f !important;
}

.select-event{
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.7px;
padding-top: 18px;
font-weight: normal;
color: #262626;
position: relative;
top: 12px;
}

.select-event.active{
    color: #262626;
    }
    

.select-event-div{
    cursor: pointer;
}

p.event-date{
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 500;
    text-transform: uppercase;
}

.addon-card .card-title{
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: capitalize;
}

.addon-card .card-text{
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 500;
    max-height: 90px;
    letter-spacing: 0.7px;
    overflow: auto;
}

.addon-card .addon-button{
	border:1px solid #bd434f;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: white !important;
	padding:5px 10px;
}

.addon-card .addon-button:hover{
	border:1px solid #bd434f;
	background-color:#fff!important;
	color:#bd434f!important;
}


.addon-card .addon-input{
    font-size:14px;
    border : 2px solid #efefef;
    color: #4a4a4a;
    border-radius: 5px;
    width:60px;
    position: relative;
    top: 2px;
    font-weight: 500;
    text-align: center !important;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
}

.addon-card .addon-input:focus{
    box-shadow: none;
    outline: none;
}

.cart-table tbody td{
    font-size: 13px;
    font-weight: 500;
    color: #4a4a4a;
    text-align: center;
    vertical-align: middle;
}

.cart-total-footer{
    border: 0px !important;
    color: #4a4a4a !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #ffffff !important;
    letter-spacing: 0.7px;
}   

.popover-body{
    text-align: center;
}

.blue-background{
    background :  url(assets/images/background2.html);
}

.top-row{
    background : white;
}

.top-row .card.box{
    background-color: transparent;
}

.note-card{
    background: transparent;
}

.note-card h2{
color: white;
font-size: 22px;
text-transform: uppercase;
font-weight: 500;
padding-bottom: 10px;
letter-spacing: 0.7px;
}

.note-card p{
    color:rgba(255,255,255,1);
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.paypal-logo-card-visa,.paypal-button-card-visa{
    visibility: hidden !important;
}

.paypal-instructions h6{
    font-size:15px;
    letter-spacing: 0.7px;
    line-height: 24px !important;
    color : #4a4a4a;
    font-weight: 500;
}

.paypal-instructions h6 b{
    font-weight: 500;
}

footer{
   
    position: relative;
    padding-top: 20px;
    padding-bottom: 15px;
    width: 100%;
   
}

.overlay-fullscreen.active{
    background-color: rgba(0,0,0,0.8);
    z-index:99;
    position: absolute;
    left: 0px;
    width: 100%;
    overflow: hidden;
}

.book-tickets{
    font-size:13px;
    letter-spacing:0.7px;
    text-transform : uppercase;
    background-color: #bd434f !important;
    display: none;
    color: #fff;
    border:1px solid #bd434f;

}

.book-tickets:hover{
	 color: #bd434f!important;
	 background-color: #fff!important;
	 border:1px solid #bd434f!important;
}

.special-book-ticket{
    font-size:13px;
    font-weight:600;
    letter-spacing:0.7px;
    text-transform : uppercase;
    background-color: transparent !important;
    color: #262626;
    border:1 px solid #262626;
}

.special-book-ticket[disabled="disabled"]
{opacity: 1 !important;
background-color: #161616 !important;
color: white !important;
}

.special-book-ticket:hover{
    background-color: #262626 !important;
    color: white;
}

.event-booking-quantity{
    width:50px;
    height:28px;
    border-top-right-radius : 0px;
    border-bottom-right-radius : 0px;
    padding-top:0px;
    padding-bottom:0px;
    position:relative;
    border : 1px solid #ddc89e;
    border-right:0px;
    bottom:0px;
    font-size:13px;
    font-weight:600;
    text-align:center;
    display: none;
}

.text-event{
    font-size:13px !important;
    text-transform: none !important;
}

h5.mb-1{
    font-size: 13px;
}

.select-event-option small{
    font-size: 13px;
}

.event-date{
    font-size: 13px !important;
}

.event-cart-table{
	position: relative;
	margin-top: 20px;
}

.event-cart-table thead th{
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #4a4a4a;
    background-color : rgba(0,0,0,.05);
   }

.event-cart-table tbody td{
    font-size: 13px;
    font-weight: 500;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.alert-success, .alert-warning{
    background-color:#bd434f!important;
    border-color: #bd434f!important;
    color:#fff !important;
    font-weight:normal;
	font-size:14px;
}
.alert-success .close{
	color:#fff;
	opacity:1;
	margin-top:3px;
}
.btn-success{
    background: #bd434f;
 }

.btn-info{
    background: #8f286c!important;
}

.badge-info{
    background: #fff!important;
	color:#bd434f!important;
	border:1px solid #bd434f!important;
}

.btn-outline-info{
    border-color: #8f286c!important; 
    color: #8f286c!important;
}

.text-success{
    color: #8f286c!important;
}

.btn.cart-empty{
    background-color: #bd434f;
    border:none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.7px;

}


.proceed-to-checkout{
    border: 1px solid #bd434f;
    font-size: 14px;
}

.proceed-to-checkout:focus, .proceed-to-checkout:active{
    color: bd434f !important;
	border: 1px solid #bd434f;
    border: none;
    font-size: 14px;
}

.proceed-to-checkout:hover{
    background-color: transparent;
    color: white !important;
    font-weight: 500;
    border: 1px solid black;
}

.event-sub-name{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #8f286c;
    font-weight: 500;
}

.event-sub-description{
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.7px;
    color: #6a6a6a;
    font-weight: 500;
    margin-bottom: 5px;
}

.event-sub-rate{
    font-size: 13px;
    color: #8f286c;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.event-sub-quantity{
    position: relative;
    height: 18px;
    top: 0px;
    left: 1px;
    border: none;
    font-weight: 500;
    font-size: 15px;
    color: #4a4a4a;
    width: 30px;
    text-align: center;
    background: transparent;

}

.add-ticket-to-cart{
    text-transform: uppercase;    
}

.change-sub-quantity{
    font-weight: 500;
    font-size: 14px;
    width: 25px;
    text-align: center;
    border: none;
    border-radius: 3px;
    background: #fff;
	color:#000!important;
}

.change-package-quantity{
    font-weight: 500;
    color: #4a4a4a;
    font-size: 14px;
    width: 25px;
    text-align: center;
    border: none;
    border-radius: 3px;
    background: transparent;

}

.dropdown-item:hover{
    background-color: #ddc89e;
    cursor: pointer;
    
}

.event-sub-name-sub{
    font-size: 12px;
    color: #6a6a6a;
}

.fa-minus-circle,.fa-plus-circle{
    font-size: 13px;
    cursor: pointer;
    color: #4a4a4a;
}

.event-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.packages-title{
    font-size: 28px;
    font-weight: 500 !important;
    color: #bd434f;
    letter-spacing: 0.8px;
}

.packages-p{
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.packages-select-date{
    font-size: 14px;
    color: #161616;
    font-weight: 500;
    letter-spacing: 0.7px;
    cursor: pointer;
    border-left: 1px solid #dfdfdf;
    text-transform: uppercase;
}

.packages-select-date:hover{
background-color: #bd434f;
color: white;
}

.packages-date{
    font-size: 14px;
    color: #161616;
    font-weight: 500;
    letter-spacing: 0.7px;
    
    text-transform: uppercase;
}

.color-yellow{
    color: #ddc89e;
    font-weight: 500;
}

.color-purple{
    color: #8f286c;
    font-weight: 500;
}

#select-date-input{
    width: 1px;
    background-color: transparent;
    border: none;
    color: transparent;
}

.package-card .card-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #4a4a4a;
}

.package-card .card-text{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.package-card .btn-primary.add-to-cart{
background-color: #bd434f;
font-size: 11px;
letter-spacing: 0.7px;
font-weight: 500;
color: white !important;
border : 1px solid #bd434f;
}

.package-card .btn-primary.book-by-staff{
    background-color: #bd434f;
font-size: 11px;
letter-spacing: 0.7px;
font-weight: 500;
color: white;
border : 1px solid #bd434f;
}

.package-card .package-rate{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #4a4a4a;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.7px;
}

#payBtn{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6x;
    text-transform: uppercase;
    border: #bd434f;
    color: #fff;
    background: #bd434f;
}

#payBtn:hover{
	color: #bd434f;
	background: #fff;
	border:1px solid #bd434f!important;
}


.confirm-event-select{
    font-size: 10px;
    text-transform: uppercase;
    color: white !important;
    font-weight: 500;
    margin-bottom: 5px;
    border: 1px solid #ddc89e !important;
    position: relative;
    top: 3px;
}

@media only screen and (max-width: 600px) {
    .text-event{
      display:none;
    }
	.event-image-left > img{
		width:120px;
		margin-left:15px;
	}
	
}

	.anchor-path{
      cursor: pointer;
	}
 
	.active-svg{
		stroke-width: 3;
	}
	
	svg a:focus {
		outline: none!important;
	}
	a:active {
		text-decoration: none!important;
	}
		
  .main-content {
    position: relative;
  }
  .main-content .owl-theme .custom-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
  }
  .main-content .owl-theme .custom-nav .owl-prev,
  .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    color: #bd434f;
  }


  .main-content .owl-theme .custom-nav .owl-prev:hover,
  .main-content .owl-theme .custom-nav .owl-next:hover{
     background-color: #ddc89e;
  }

  .main-content .owl-theme .custom-nav .owl-prev:focus,
  .main-content .owl-theme .custom-nav .owl-next:focus{
      outline: none;
      border: none;
  }

  .main-content .owl-theme .custom-nav .owl-prev i,
  .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
   
  }



  .main-content .owl-theme .custom-nav .owl-prev {
    left: -32px;
  }
  .main-content .owl-theme .custom-nav .owl-next {
    right: -33px;
  }

.events-pagination{
    border:none;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.events-pagination ul{
    margin-bottom: 0px;
}

.events-pagination .page-item .page-link{

    font-size: 16px;
    color:#4a4a4a;
    font-weight: 500;
    border:none;

}

.events-pagination .page-item.active .page-link, .events-pagination .page-item .page-link:hover{
    background-color : #ddc89e;
    color:white;
    border-radius: 5px;
}


.page-item.disabled{
    cursor:not-allowed;
    opacity: 0.5;
}

  
@media only screen and (max-width: 600px){
    .full-date span{
        display: none !important;
    }
    .full-date{
        border: 0px none;
    }
    .col-12-mob{
        padding: 0px;
    }
    .date-box span{
        display: inline;
    }
    .select-box >div {
        display: none !important;
    }
    .select-box >i{
        display: none;
    }
    .select-event-div >i{
        display: none;
    }
    .select-event-div{
        position: static !important;
        padding-top: 0px !important;
        bottom: 2px !important;
    }
    .select-event-div, .select-box{
        border: 1px solid black;
        border-radius: 1.8rem;
    }
}
@media only screen and (max-width: 600px){
    /* font color of navigation */
    .primary-navbar li .nav-link{
        color:black;
    }

    div .date-box{
        display:none !important;
    }

    .select-event-div, .select-box, .guest-box, .full-date-mob, .seat-ticket-btn, .time-slot-box{
        height: 1.5rem !important;
        font-size: 10px !important;
        padding: 0 2px !important;
        font-size: 0.775rem;
        text-decoration: none;
        text-transform: uppercase;
        border: 0px none;
        outline: none;
        /* background-color: #6200ee; */
        background-color: #191919cf;
        color: #fff;
        letter-spacing: .0892857143em;
        /* padding: 4px 16px; */
        border-radius: 4px;
        height: 30px !important;
		margin-left:5px!important;
    }
    .full-date{
        display: none !important;
        top: 0px !important;
        border: 1px solid black;
        border-radius: 1.8rem;
    }
    .select-box{
        line-height: 12px;
        text-transform: capitalize;
        margin: 0 4px !important;
        width:41.6%;
    }
    .full-date i{
        top: -6px !important;
    }
    .select-event-div{
        line-height: 12px;
        padding-top: 3px !important;
        width:25%;
		margin-right:5px;
        
        /* background: radial-gradient(black, transparent 141%); */
        
    }
    .select-event-div span{
        font-size: 9px !important;
        top: 4px !important;
        text-transform: uppercase;
        color: white !important;
        font-weight: 500;
    }
    .full-date-mob{
        display: block !important;
        padding-top: 3px !important;
        text-align: center;
        top: 0px !important;
    }
    .full-date-mob span{
        top: 1px !important;
    }
    .icon-uxpin-icon-set-calendar-regular{
        top: 3px !important;
    }
    .select-box .selected-option{
        top: 10px !important;
        color: white;
        font-weight: 500;
        text-transform: uppercase;
    }
    .select-box .active{
        color: white !important;
    }
    .date-row{
        flex-wrap: nowrap;
        /* transform: translate(-4px); */
		margin-bottom:10px;
    }

    .daterangepicker.show-calendar{
        left: 77px !important;
        top: 115px !important;
    }
    .daterangepicker.opensright:after, .daterangepicker.opensright:before{
        left:215px !important;
    }
    .footer-text{
        display: none !important;
    }
    .primary-navbar{
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: white ;
    }
    .footer-btn-span{
       margin-bottom: 1rem;
    }
    .btn-sm-none{
        display: none !important;
    }
    .footer-checkout-btn{
        height: 40px;
        width: 100%;
		line-height: 27px;
        font-size: 0.775rem;
        text-decoration: none;
        text-transform: uppercase;
        border: 0px none;
        outline: none;
        /* background-color: #6200ee; */
        background-color: #fff;
        color: #bd434f;
        letter-spacing: .0892857143em;
        padding: 4px 16px;
        border-radius: 4px;
		border:2px solid #bd434f;
		font-weight:600;
        /* box-shadow: 0px 3px 1px -2px #f8f4fe, 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%); */
    }
    .footer-class{
        /* height: 30vh; */
        background-color: #fff;
        border-top: 0px none !important;
        position: sticky;
		bottom: 0px;
		width: 100%;
    }
    /* change body color to white in mobile */
    body{
        background-color: #000;
    }
    .legend-text{
        color: #000;
		font-size:10px;
    }
    .container-pb-0{
        padding-bottom: 0px !important;
    }

    /*popover model in center with no pointer*/
    .popover{
        /*transform: translate(18%, 243px) !important;*/
    }
    .popover .arrow::after, .popover .arrow::before{
        display: none;
    }
    .popup-text.popup-category-note{
        text-transform: none !important;
        font-size: 12px !important;
    }

    .arrrow-span{
        transform: rotate(-45deg);
        /* position: absolute; */
        display: inline-block;
        /* top: 0; */
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #bd434f;
        border-right: 2px solid #bd434f;
        vertical-align: middle;
        animation: animate 2s infinite;
        margin: 4px 1px;
    }
    .arrrow-span:nth-child(1){
        animation-delay: -0.2s;
    }
    .arrrow-span:nth-child(2){
        animation-delay: -0.4s;
    }

    @keyframes animate{
        0%{
            opacity: 0;
        }
        50%{
            opacity: 1;
        }
        100%{
            opacity: 0;
        }
    }

    /* logo width decreses */
    .img-fluid{
        /* width: 110px; */
    }

    /* category model tiles display */
    .list-group-item{
        margin-bottom: 2px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        contain: content;
    }

    .slots-time{
        margin-bottom: 0 !important;
        height: 0!important;
    }

    .select-box-time .selected-time-option {
        color: #fcf9f9;
        cursor: pointer;
        position: relative;
        top: 3px;
    }
    .select-box-time {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0px;
        line-height: 10px !important;
        overflow: hidden;
        padding-top: 0px;
        font-weight: normal;
        padding-top: 5px;
    }

	.time-slot-color a{
        color: #000 !important;
    }
    .d-flex{
        flex-direction: column;
        justify-content: center;
    }
    .mb-1{
        margin: 0px !important;
        font-weight: bold;
    }
    .img-container{
        width: 42%;
        height: 100%;
        position: absolute;
        right: 0px;
        overflow: hidden;
    }
    .mob-wd{
        width: 60% !important;
    }
    .cat-event-img{
        width: 100%;
        height: auto;
        clip-path: ellipse(99% 140px at 100% 50%);
    }
    .cat-arrow:nth-child(1){
        animation-delay: -0.2s;
    }
    .cat-arrow:nth-child(2){
        /* animation-delay: -0.4s; */
    }
    .cat-arrow{
        transform: rotate(-45deg);
        /* display: inline-block; */
        width: 10px;
        height: 10px;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        /* vertical-align: middle; */
        animation: animate 2s infinite;
    }    
    /* select event */
    .event-row{
        padding-top: 0 !important;
    }
    .select-event-option{
        padding: 0.2rem 1.25rem;
        height: fit-content;
    }
    .img-container-event{
        width: 99%;
        height: 211% !important;
        right: -187px !important;
    }
    .text-event{
        max-width: 57%;
        display: block;
    }

    /* cart changes in mobile */
    .cart-table tr{
        display:block;
        border-radius: 18px;
    }
    .cart-delete-div{
        border-radius: 50%;
        background-color:white;
        width:35px;
        height:35px;
    }
    /*.remove-from-cart, .remove-from-addon{
        position: relative !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
    }*/
    .cart-table tbody td{
        size: 11px;
        border: 0px none;
    }
    .table-responsive{
        width: 110%;
        transform: translate(-5%);
    }
    .width-5{
        width: 5%;
    }
    .mob-pt{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .mob-pb-1{
        padding-bottom: 1rem !important;
    }
    .mob-pt-0{
        padding-top: 0rem !important;
    }
    .mob-mt-0{
        margin-top: 0rem !important;
    }
    .dis-none{
        display: none !important;
    }
    .moretext{
        display: none;
    }
    .mob-m-0{
        padding: 0px !important;
        margin: 0px !important;
    }
    .owl-dots{
        display: none ;
    }
    .card-heading{
        font-size: 14px;
        text-transform: uppercase;
		padding-top:7px;
    }

    /* single entry ticket */
    .single-entry-ticket{
		font-size: 12px !important;
		top: 50px !important;
		right: 15px!important;
    }
	
	.guest-box .selected-guest-option {
		font-size: 10px !important;
		top: 4px !important;
		text-transform: uppercase;
		color: white !important;
		font-weight: 500;
	}

}
.moretext{
    display: none;
}
.single-event-btn{
    position: relative;
    top: -15px;
}
.event-image-left{
	width:140px;
	padding:0px!important; 
	padding-left:5px;
}
.daterangepicker table{
	 border-collapse: separate;
     border-spacing: 5px;
}

.daterangepicker .calendar-table td{
	border:none!important;
	width:28px!important;
	min-width:28px!important;;
}
.daterangepicker .calendar-table td.available.show-event{
	border-radius: 100%;
	border:2px solid #9de9a1!important;	
}
.daterangepicker .calendar-table table{
	border-collapse:separate!important;
	border-spacing:revert!important;
	margin:auto!important;
}

.subscription{
	margin-top:20px;
}
.subscription .card-title{
	margin-top: 5px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
}  
.subscription .card-text{
	font-size: 15px;
}

.subscription .add-info{
	font-size: 13px;
	margin:5px 0px;
	font-weight:500;
	background-color: #f1f1f1;
    padding:3px 10px;
}
.subscription .add-info span{
	padding-right:30px;
	text-transform:capitalize;
	color:#333;	
}
.subscription h5{
	font-size: 15px;
	margin-bottom:5px;
	font-weight:600;	
}
.subscription .specific{
	color:#666;
}

.subscription .price{
	margin:15px 0px 10px;
	font-size:18px;
}
.subscription button{
	
}
.layout-section{
	padding-top:16px;
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
   font-weight: 500;
   cursor:pointer;
}
.filter-url-selection{
	padding-top:16px;
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
   font-weight: 500;
   cursor:pointer;
}
.layout-box, .filter-url-box {
    position: absolute;
    border: 1px solid #f1f1f1;
    width: 100%;
	left:0px;
    margin-top: 17px;
    text-align: left;
    border-radius: 5px;
    background: #fff;	
	z-index:9999;
	display:none;
}

.layout-box ul, .filter-url-box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.layout-box  ul li, .filter-url-box ul li {
    padding:12px 20px;
	border-bottom:1px solid rgba(0,0,0,.125);
}
.layout-box ul li:hover, .filter-url-box ul li:hover{
	background-color:#e9ecef;
}
.layout-box ul li > a, .filter-url-box ul li > a {
    color:#000;
	font-size:13px;
	text-decoration:none;
	
}
.layout-box ul li > a:hover, .filter-url-box ul li > a:hover{
	text-decoration:none;
	font-weight:600;
}
.layout-box .date-box .month, .filter-url-box .date-box .month{
	display:inline-block!important;
	padding-top:5px!important;
}

.layout-box .date-box .month > span, .filter-url-box .date-box .month > span{
	top:-3px;
	padding-top:0px;
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 500;
}

.full-date .date-box .month {
	display:inline-block!important;
	padding-top:5px!important;
}

.full-date .date-box .month > span{
	top:-3px;
	padding-top:0px;
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: normal;
}

.layout-box.show{
	display:block;
}
.filter-url-box.show{
	display:block;
}


.popover {
	min-width:250px;
}

.popover-header{
	border:none;
}

.entry-ticket-box {
    /*position: absolute;
	right:0;*/
	float:right;
}

.entry-ticket-box .event-date-box {
	border: 1px solid #bd434f;
	padding: 8px 10px;
	color: #bd434f; 
	font-size:13px; 
	background-color:#fff;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}
.entry-ticket-box .event-calendar{
	width:0px;
	height:0px;
	position:absolute;
	right:260px;
	top:30px;
	background:transparent;
	border:none;
	color:white
}
.entry-ticket-box .event-date-box a{
	color: #fff; 
	text-decoration:none;
}

@media (min-width: 992px){
	.modal-lg, .modal-xl {
		max-width: 992px;
	}
	
}

.modal-content{
	border-radius:0!important;
}
.modal-content .modal-header {
	padding:10px 15px;
	border-bottom:1px solid #ccc;
}
.modal-content .modal-header h5.modal-title{
	color:#333;
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
}
.modal-content p{
	margin-bottom:8px;
}

.modal-content .table-list .row{
	
}

.modal-content .table-list .row:nth-child(even) {
	background-color:#fff;	
	margin-top:5px;
	margin-bottom:5px;
	box-shadow: inset 0 0 100px 100px rgb(22 27 71 / 0%);
    border-bottom: 1px solid rgba(0,0,0,.06);
	
}
.modal-content .table-list .row:nth-child(odd) {
	margin-bottom:5px;
	margin-top:5px;
	box-shadow: inset 0 0 100px 100px rgb(209 201 202 / 14%);
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.modal-content .table-list .e-title{
	font-size:15px; 
	color:#bd434f;
	text-transform:uppercase;
	padding-top:7px;
}
.modal-content .table-list .e-sub-title{
	font-size:15px; 
	color:#bd434f;
	text-transform:uppercase;
	padding-top:7px;
}
.modal-content .table-list .e-description{
	font-size:14px; 
}
.modal-content .table-list .e-qty{
	padding: 3px 10px;
    /*border: 1px solid #ccc;*/
	color:#333!important;
	width:30px!important;
}

.modal-content .table-list .e-price{
	font-size:15px;
	padding-top:3px;
	color:#000;
	font-weight:500;
}

.btn-box{
	margin-top:20px;
	text-align:center;	
}

.btn-box:hover > button{
	background-color:#fff;
	color:#bd434f;
}

.btn-box > button{
	color:#fff;
	background-color:#bd434f;
	border:1px solid #bd434f;	
	text-decoration:none;
	font-size:13px;	
	text-transform:uppercase;
	font-weight:500;
	padding:4px 10px;
	
}

.btn-box > button > i{
	display:none;
}
.btn-box button:hover{
	color:#bd434f;
}

.event-date-box.btn-new{
	background-color:#bd434f;
}

.layout-section{
	border-right: 1px solid rgba(0,0,0,0.2);
}

.retail-box img{
	width:600px;
	margin-bottom:20px;
	border:2px solid #fff;
	/* Add the blur effect */
	  filter: blur(2px);
	  -webkit-filter: blur(2px);

	  /* Full height */
	  height: 100%;
}
.retail-box img:hover{
	filter: blur(0px);
	-webkit-filter: blur(0px);
}

.retail-box h5{
	text-align: center;
  font-weight: 600;
  color:#bd434f;
}

.comming-msg{
	color:#bd434f!important;
	font-weight:600!important;
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.powered-by{
	font-size:11px;
	color:#666;
	font-weight:600;
	letter-spacing:1px;
}
.alert{
 padding: 10px 34px 10px 10px!important;;
}

.e-date{
	color:#bd434f;
	font-weight:600;
}

.addon-box {
	padding:5px 20px;
	border:none;
}

.addon-box .row{
	padding-top:3px;
	padding-bottom:3px;
	margin-right:0px;
	margin-left:0px;
}

.addon-box .addon-title{
	font-size:12px;
	font-weight:bold;
	color:#bd434f;
	border-bottom:1px dotted #bd434f;
	padding-bottom:5px;
	
}


.addon-box .inner-table td{
	padding:3px;
	padding-left:0px;
	padding-right:0px;
	border:none;
}
.inner-table{
	width:100%;
}

i.remove-button{
	color: #fff;
    background-color: #bd4651;
    /* padding: 2px 2px 2px 4px; */
    border-radius: 50%;
    font-size: 9px;
    margin-right: 20px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
	padding-left:1px;
	cursor:pointer;
}
.inner-table td.last{
	text-align:right;
}

.event-cart-table td.amt-box { text-align : right; padding-right:30px;}

.default-btn{
	color: #fff;
    background-color: #bd434f;
    border: 1px solid #bd434f;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 4px 10px;
}

.default-btn:hover{
	color: #bd434f;
    background-color: #fff;
    border: 1px solid #bd434f;
    
}

.toc-box{
	font-size:14px;
}
.toc-box h3{
	font-size:16px;
	font-weight:600;
	margin-bottom:20px;
	color:#bd434f;
}

.toc-box h4{
	font-size:15px;
	font-weight:600;
	color:#bd434f;
}

.btn-disabled{
	color: #333;
    background-color: #ccc;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 4px 10px;
}

/* hide close when burger shown */
.navbar-toggler>.close {
    display:inline;
	font-size:22px;
	opacity:1;
}

.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}
.navbar-toggler-icon{
	padding-top:5px;
	color: #bd434f;
}
.navbar-toggler-icon > i{
	font-size:22px;
}

.event-area .mob-view{
	display:none;
}
.event-area .mob-view .img-event img{
	width:auto;	
}

.cart-div .heading {
    padding: 8px 15px 6px;
    background-color: #bd434f;
    margin-bottom: 15px; 
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
}

.cart-div .item-box {
    padding: 0px 10px 10px 10px;
	font-size:14px;
}

.cart-div .item-box .last{
	text-align:right;
	padding-right:20px;
}

.cart-div .cart-items {
    border-bottom: 1px solid #ccc;
	margin-bottom:20px;
}

.cart-div .cart-addon-box{
	padding:5px 20px;
}

.cart-div .cart-addon-box .title {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px dotted #bd434f;
    padding-bottom: 5px;
	color:#bd434f;
}
.cart-div .addon-list{
	font-size:14px;
	margin-top:10px;
}
.toc{
	font-size:14px;
	color:#bd434f;
}

.error-message{
	color:red;
	font-size:13px;
}

a.back-button {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #ccc;
    border-radius: 50%;
    padding: 8px;
}


@media only screen and (max-width: 600px){
	.entry-ticket-box{
		position: relative;
		margin: 5px auto 10px;
		width: 100%;
		text-align: center;		
	}
	.entry-ticket-box .event-date-box{
		padding:6px 10px;
		font-size:11px!important;
	}
	.entry-ticket-box .event-date-box a{
		font-size: 11px!important;
		top: 0px!important;
		left: 0px!important;
	}	
	.modal-content .table-list .e-title{
		font-size:12px;
		margin-top:10px;
	}
	.modal-content .table-list .e-description{
		font-size:12px;
	}
	
	.modal-content .table-list .e-sub-title{
		font-size:12px;
	}
	
	.modal-content .table-list .e-price{
		font-size:12px;
	}
	.btn-box > button > i{
		display:block;
		font-size:14px;		
	}
	.modal-content .table-list .e-qty {
		padding:2px;
		/*border: 1px solid #ccc;*/
	}
	.modal-content .btn-box > button{
		width:100%;
		margin-bottom:20px;
	}
	.event-list-section{
		padding-bottom:100px;
	}
	.subscription{
		padding-bottom:100px;
	}
	
	.event-area .mob-view{
		display: inline;
		position: absolute;
		margin: 0px auto;
		text-align: center;
		top: -95px;
		width: 100%;
		z-index: 0;
	}
	.event-area .mob-view img{
		max-width:200px;
	}
	.event-area .desk-view{
		display:none;
	}			
	.ticket-m-button{
		position:absolute!important;
		right:0px;
	}	
	.powered-by {
		font-size: 9px;
		color: #666;
		letter-spacing: 1px;
		margin-top:5px;
	}
	.primary-navbar{
		border-bottom:2px inset #bd434f;
	}
	.m-date{
		color:#bd434f;
		font-size:13px;
		padding-top:3px;
		padding-bottom:3px;
	}
	.cart-div .item-box{
		padding:0px;
		padding-bottom:10px;
	}
	.cart-div .cart-addon-box{
		padding:5px 0px;
	}
	
	.cart-div .addon-list{
		font-size:12px;
	}
	.addon-box{
		padding:5px 0px;
	}
	.cart-box{
		display:none;
	}
	.user-box{
		display:none;
	}
	.mobile-user-icon{
		position:relative;
	}
	.mobile-user-icon a.nav-link{
		color:#fff!important;
	}
	a.back-button {
		width: 45px;
		height: 45px;
		position: absolute;
		background-color: #60c4c9;
		border-radius: 50%;
		padding: 6px;
		margin-top: 30px;
		z-index: 999;
		left: 12px;
	}
	a.nav-link.mobile-cart {
		left: 60px!important;
		position: relative;
	}
	
	a.mobile-user {
		left: 30px;
		position: relative;
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.readmore{
	font-size: 12px;
    color: rgb(189, 67, 79);
    cursor: pointer;
}

#toc{
	margin-left:2px;
}

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


#data-map-view {
    background-color: #fff;
}

#data-map-view .carousel .carousel-item {
    width: 100%;
    height: auto;
}

#data-map-view .carousel .carousel-item > img {
    width: 100%;
    height: auto;
    border-radius: 12px !important;
}

#data-map-view .carousel .carousel-indicators {
    bottom: -18px !important;
}

#data-map-view .carousel .carousel-indicators li {
    border-radius: 100%;
    width: 6px !important;
    height: 6px !important;
}

#data-map-view .p-subTitle {
    font-size: 12px;
}

#data-map-view .p-title {
    font-size: 18px;
    font-weight: bold;
}

#data-map-view .p-para p{
    font-size: 14px;
}

#data-map-view .title-divider {
    max-width: 80px;
}

#data-map-view ::-webkit-scrollbar {
    width: 5px;
}
 
  /* Track */
  #data-map-view ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  #data-map-view ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  #data-map-view ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

#data-map-view .border-text-main-color {
    border:1px solid #000 !important;
}

#data-map-view .categoryBtn {
    border:1px solid rgb(221, 221, 221);
    border-radius: 50px;
}
#data-map-view .categoryBtn:hover {
    border:1px solid #000;
}

.btn:focus {
    box-shadow: none !important;
}

.borderCheck {
    border:2px solid #000 !important;
}

#data-map-view .form-check {
    display: inline-block;
    margin-bottom: 15px;
  }
  
  #data-map-view .form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  #data-map-view .form-check label {
    position: relative;
    cursor: pointer;
  }
  
  #data-map-view .form-check label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgb(176, 176, 176) !important;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
  }

  #data-map-view .form-check label:hover::before {
    border: 1px solid #000 !important;
  }

  .caret {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='presentation' focusable='false' style='display: block; fill: none; height: 12px; width: 12px; stroke: currentcolor; stroke-width: 5.33333; overflow: visible;'%3e%3cg fill='none'%3e%3cpath d='m28 12-11.2928932 11.2928932c-.3905243.3905243-1.0236893.3905243-1.4142136 0l-11.2928932-11.2928932'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-left:0.45rem
}
  .caretup {
    transform: rotate(180deg);
  }
  #data-map-view .form-check input:checked + label:after {
    content: '\f00c';
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 800;
    position: absolute;
    padding: 0px 3.8px;
    color: #fff;
    background-color: black;
    top: 0;
    left: 0;
    border-radius: 3px;
  }

@media only screen and (max-width:992px) {
    .filter-width {
        max-width: 100% !important;
    }
    
}

.btn-pos {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.filter {
    cursor: pointer;
}

@media only screen and (max-width:768px) {
    .filter-img-w {
        width: 100% !important;
    }
    .filter-title-w {
        width: 100% !important;
    }
    .btn-pos {
        position: inherit !important;
    }
}


[class^="hvr-"] {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
}

.hvr-sweep-to-bottom,.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

}


.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: #bd434f !important;
}
    
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border:1px solid #000 !important;
    background: white;
}
            
.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left:-1px;
    right: 0;
    background: white;
    bottom: -1px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border:1px solid #000 !important;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media only screen and (max-width:992px) {
    .filter-height {
        height: auto !important;
        margin-bottom:75px !important;
    }
    .filter-width {
        overflow: initial !important;
    }
}
#data-map-view ::-webkit-scrollbar {
    width: 5px;
}

.nav-link > i{
	font-size:20px;
}
.remove-cart-icon{
	color: #fff;
    background: red;
    width: 16px;
    text-align: center;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 5px;
    cursor: pointer;
    padding-top: 3px;
}
.read-more-event{
	color:#f6ce35;
	font-weight:700;
	background-color:white;
	border: 1px solid #f6ce35;
	font-size:10px;
}

i.fa-caret-down{
	color:#262626;
	position:relative;
	left:5px;
	font-size:16px;
	cursor:pointer;
}

#venue-zoom {
    border: 1px solid #fff;
    border-radius: 5%;
	background-color:#fff;
	padding:5px 0px;
	display:inline;	
	position:absolute;
	right:0px;
	z-index:999;
}

#venue-zoom span:first-child{
	border-right:1px solid #ccc;
}

#venue-zoom span{
	color:#000;
	font-size:13px;
	font-weight:normal;
}
#venue-zoom span > i{
	padding:5px 15px;
}

.main-box{
	background-color: transparent;
}
.select-event-div > i.fa-caret-down{
	top:12px!important;
}
.table-book {
    display: none;
    position: absolute;
    right: 10px;
}
.table-book a{
	background-color: #fff;
    border: 1px solid #439999;
    color: #000;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
	text-decoration:none;
}
.table-book .table-price{
	background-color: #f1f1f1;
    padding: 5px 10px;
    font-size: 13px;
}

.seat-ticket-book {
    position: absolute;
    right: 10px;
	margin-top:3px;
}
.seat-ticket-book a{
	background-color: #fff;
    border: 1px solid #333;
    color: #000;
    padding: 7px 10px;
    font-size: 13px;
    text-transform: uppercase;
	text-decoration:none;
}
.seat-ticket-book .ticket-price{
	padding: 5px 10px;
    font-size: 14px;
}
.bg-img-p{
	min-height:300px!important;
}

.h5-title{
	text-align:center;
	padding-top:50px;
	font-size:14px;
}
.continue-booking{
	position:absolute;
	top:-40px;
	padding:5px 15px 4px 15px;
	display:inline-block;
	border:1px solid #fff;
	border-radius: 0.25rem;
	z-index:999;
	color:#fff;
	font-size:13px;
	text-decoration:none;	
}

.continue-booking > i{
	padding-right:10px;
}
.continue-booking:hover{
	background-color:#fff;
	color:#000;
	text-decoration:none;
}

.full-date.date-filter-box {
    /* color: #fff!important; */
    display: inline;
    position: absolute;
    top: 0px;
    background-color: #fff;
    padding: 2px 15px 0px;
	z-index:999;
}
.full-date.date-filter-box span.month{
	padding-top:10px!important;
}

.list-group-item.select-event-option{
	padding:0 1.25rem;
}

.ticket-box ul > li.active{
	background-color:#64c9ce87;
}


.event-link {
	display:none;
	margin-left: 15px;
	position: absolute;
	left: 0px;
	top: 30px;
	color: #fff!important;	
	background-color: #191919cf!important;
	z-index:9;
	font-size:10px!important;
	letter-spacing: 2px;
	text-transform:uppercase;
	display:none;
}
.event-link:hover{
	background-color: #fff!important;
	border: 1px solid #191919cf!important;
	color:#fff!important;
}

.card-box{
	padding-top:20px;
}
.read-btn{
	font-weight:600;
}
.read-btn:hover{
	text-decoration:underline;
}

.addons-box{
	position:relative;
}
.addons-box .continue-booking{
	top:10px;
}
.pre-load {
    position: absolute;
    width: 100%;
	top:0px;
    background-color: #fff;
    height: 100%;
    z-index: 999;	
}

.pre-load .loader {
  position: absolute;
  background:#fff;
  left: 50%;
  top: 30%;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -200px 0 0 -26px;
  border: 8px solid #000;
  border-radius: 50%;
  border-top: 8px solid #fff;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite; 
  
 
}

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

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

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}


.event-mobile-view{
	display:none;
}

.success-booking p {
    margin-bottom: 6px!important;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.9px;
}

.success-booking .success-btn{
	margin-top:20px;
}
.success-booking {
	min-height:400px;
}

.category-list {
    max-height: 225px;
    overflow-y: scroll;
    left: 0%!important;
    width: 100%;
}

.time-slot-list{
	position:absolute;
	z-index:999;
	max-height: 225px;
    overflow-y: scroll;
    left: 0%!important;
    width: 100%;
	top:30px;
	display:none;
	cursor:pointer;
}

.select-box-time {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 42px;
    overflow: hidden;
    padding-top: 0px;
    font-weight: normal;
    padding-top: 5px;
}

.select-box-time .fa.fa-clock{
	font-size:14px;
	padding-right:10px;
	color:#999;
}

/*.footer-class.bottom-position{
	position:absolute;
	width:100%;
	bottom:0px;
}*/

label span.optional{
	font-size: 12px!important;
    color: #666;
}
label span.required{
	font-size: 12px!important;
    color: red;
}
.form-error{
	color:red;
	font-size:12px;
	margin-top:10px;
}

.fsmal{
	font-size:14px;
	padding:3px 15px;
	
}


/*Promotion Coupon Code*/
.apply-coupon-box .input-group-text{
	padding:0px;
}

.apply-coupon-box .coupon-apply{
	text-transform:uppercase;
	border:none;
	background-color:#bd434f;
	color:#fff;
	font-weight:500;
	border-radius:0px;
	padding:5px 15px;
}

.apply-coupon-box h6, .applied-coupon h6{
	font-size:15px;
	padding-bottom:5px;
	padding-left:10px;
}

.applied-coupon-box{
	border: 1px dashed #a9abb2;
    color: #535665;
    font-size: 15px;
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0 15px;
    margin: 10px 0 15px;
    font-weight: 500;
    height: 60px;
	max-width:350px;
	position:relative;
}


.applied-coupon-box.success{
	border: 1px dashed #63c34e!important;
	color:#094a05!important;
	
}
.applied-coupon-box.success:before {
	font-family: FontAwesome;
    top: 7px;
    left: 8px;
    content: "\2713";
    position: absolute;
    padding: 5px;
    border: 2px solid #61dd61;
    border-radius: 50%;
    padding: 0px 6px;
    font-size: 16px;
    background-color: #fff;
    font-weight: bold;
    color: #61c161;
}
.applied-coupon-box .c-message, .c-discount{
	padding-left: 35px;
    padding-top: 12px;
}

.remove-coupon{
	position: absolute;
    right: 10px;
    top: 16px;
    color: red;
    font-size: 12px;
    font-weight: 400;
}

#promotion-code .modal-dialog{
	width:400px;
}
.red-color{
	color:red;
}


/************************Custom Text CSS********************/
.cart-email-info{
	position:absolute;
	font-size:14px;
	top:34px;
	right:30px;
	text-transform:none;
}


.qty-btn{
	background: #ddd !important;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
}

#booking-modal{
	
}

@media only screen and (max-width: 600px){
	.cart-email-info{
		position:relative;
		font-size:11px;
		top:0px;
		right:0px;
		text-transform:none;
		display:block;
	}
	#venue-zoom{
		padding:0px;
		top:30px;
		right:10px;
	}
	#venue-zoom span{
		font-size:11px;
		
	}
	#venue-zoom span > i{
		padding:3px 7px;
	}
	.layout-section{
		padding-top:8px;
		font-size: 10px;
		font-weight:500;
		text-transform: uppercase;
		font-weight: normal;
		cursor:pointer;
		background-color:#60c4c9;
		color: #fff;
		letter-spacing: .0892857143em;
		border-radius: 4px;
		height: 30px !important;
		margin-left:0px;
		padding-left:6px;
	}
	.layout-section i.fa-caret-down{
		font-size:10px;
		color:#fff;
		padding-left:3px;
	}
	.layout-box ul li{
		padding:6px 10px;
	}
	.layout-box ul li a{
		font-size:12px;
	}
	.container-fluid.top-row{
		padding-left:0px;
		padding-right:32px;
	}
	.guest-box{
		text-align:center;
		/*padding-left:11px!important;*/
	}
	.guest-box i.fa-caret-down{
		font-size:10px;
		color:#fff;
		padding-left:3px;
		left:unset;
		top: 10px;
		position:absolute;
	}
	.m-btn{
		padding-left:5px!important;
		padding-right:5px!important;		
	}
	.top-row > .container{
		padding-left:13px;
		padding-right:15px;
	}
	
	.continue-booking{
		position:relative;
		top:-7px;
	}
	.full-date.date-filter-box{
		display: inline!important;
		top: 31px!important;
		position: absolute;
		width: 90px;
		text-align: left;
		border-radius: inherit;
		padding: 2px 3px;		
	}
	.full-date.date-filter-box > i{
		left:0px!important;
		font-size:12px;
	}
	.full-date.date-filter-box span{
		display:inline!important;
		padding-left:0px!important;
	}
	.full-date.date-filter-box .date-box .month{
		display:inline!important;		
	}
	.full-date.date-filter-box .date-box .month > span{
		font-size: 9px;
		position: absolute;
		width: 73px;
		padding-top: 14px;
		display: inline-block;
		padding-left: 0px!important;
	}
	.full-date.date-filter-box > .ml-2{
		margin-left:0px!important;
	}
	.select-event-div {
		margin-top: 0px!important;
		margin-left: 5px;
		margin-right: -30px;
	}
	.m-seat-box{
		position: absolute;
		right: -2px;
		top: 83px;
		z-index: 9999;
	}
	.seat-ticket-book {
		position: absolute;
		right: 10px;
		background-color: #fff;
		margin-top: 3px;
		height: 36px;
		padding: 5px;
	}
	.add-ticket-to-cart .m-hide{
		display:none;
	}
	.modal-content .btn-box .add-ticket-to-cart {
		width: 74%;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.book-tickets{
		z-index:999;
	}
	.event-link{
		display:inline-block;
	}
	.list-group-item{
		border:none;
		border-bottom:1px solid #f1f1f1;
		padding-bottom:5px;
	}
	#event-modal{
		padding-right:0px!important;
	}
	.addons-box .continue-booking{
		top:-8px;
	}
	.pre-load .loader {
		top:70%;
	}
	.event-mobile-view{
		display:block;
	}
	
	.navbar-nav li.nav-item{
		padding-top:3px;
		padding-bottom:3px;
	}
	.full-date-mob.border-right{
		border-right: none!important;
	}
	
	.m-btn.border-right{
		border-right: none!important;
	}
	
}


@media only screen and (max-width: 768px){
	.mobile-user-icon a.nav-link {
		color: #2c2829!important;
	}
	.full-date span{
		font-size:10px;
		padding-left:10px;
	}
	.d-lg-inline {
		display: inline!important;
	}
	.full-date{
		font-size:10px;
	}
	.layout-section{
		font-size:10px!important;
		padding-top:8px;
	}
	.filter-url-section{
		font-size:10px!important;
		padding-top:8px;
	}
	.guest-box{
		font-size:10px!important;
		padding-top:10px!important;
	}
	.select-event{
		font-size:10px!important;
		top:8px!important;
	}
	.select-event i{
		top:0px!important;		
	}
	
	.select-event-div > i.fa-caret-down{
		top:10px!important;
	}
	
	.full-date > i{
		position: absolute;
		left: 8px;
		font-size: 15px;
		top: 8px !important;
	}
	.select-event-div{
		border-right:1px solid #dee2e6!important;
		margin-top:2px;
	}
	.legend-text{
		font-size:11px;
	}
	a.back-button {
		width: 40px;
		height: 40px;
		position: absolute;
		background-color: #60c4c9;
		border-radius: 50%;
		padding: 4px;
		margin-top:20px;
	}
	.full-date.border-right{
		border-right:none!important;;
	}	
	.layout-box ul li > a{
		font-size:11px;
	}
	.layout-box ul li{
		padding:10px 14px;
	}
	.bg-img-p{
		min-height:150px;
	}
}




@media only screen and (max-width: 989px) and (min-width: 768px) {
	.mobile-user-icon a.nav-link {
		color: #2c2829!important;
	}
	.full-date span{
		font-size:10px;
		padding-left:10px;
	}
	.d-lg-inline {
		display: inline!important;
	}
	.full-date{
		font-size:10px;
	}
	.layout-section{
		font-size:10px!important;
		padding-top:10px;
	}
	.guest-box{
		font-size:10px!important;
		padding-top:10px!important;
	}
	.select-event{
		font-size:10px!important;
		top:8px!important;
	}
	.select-event i{
		top:0px!important;		
	}
	
	.select-event-div > i.fa-caret-down{
		top:10px!important;
	}
	
	.full-date > i{
		position: absolute;
		left: 8px;
		font-size: 15px;
		top: 8px !important;
	}
	.select-event-div{
		border-right:1px solid #dee2e6!important;
		margin-top:2px;
	}
	.legend-text{
		font-size:11px;
	}
	a.back-button {
		width: 40px;
		height: 40px;
		position: absolute;
		background-color: #60c4c9;
		border-radius: 50%;
		padding: 4px;
		margin-top:20px;
	}
	.full-date.border-right{
		border-right:none!important;;
	}	
	.layout-box ul li > a{
		font-size:11px;
	}
	.layout-box ul li{
		padding:10px 14px;
	}
	.bg-img-p{
		min-height:150px;
	}
	
	
}

.alert-confirm-button > button {
    padding: 5px 30px;
}
.alert-box .alert-body{
	padding:10px 0px;
	text-align:center;
}
.alert-confirm-button{
	margin-top:20px;
}
.alert-success{
	z-index:9999!important;
}
.single-entry-ticket {
   border: 1px solid #fff!important;
    z-index: 999!important;
    position: absolute;
    right: 0px;
    padding: 6px 10px;
    font-size: 13px;
    text-transform: uppercase;
	display:none!important;
}

.cart-thumb > img{
	width:60px!important;
	border:1px solid #ccc;
	margin-right:10px;
}
.pt10{
	line-height:30px;
}
.guest-box {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding-top: 0px;
    font-weight: 500;
    padding-top: 14px;
}

.guest-box .selected-guest-option {
    color: #262626;
    cursor: pointer;
    position: relative;
    top: 0px;
}

.guest-list{
    position: absolute;
    z-index: 999;
    margin-top: 22px;
    display: none;
	left: 260px;
    height: 192px;
    overflow-y: scroll;
	top:40px;
}

.guest-list .list-group-item{
	padding:8px 15px;
}

.guest-selection-box{
	position:absolute;
	background-color:#fff;
	width:230px;
	top:50px;
	border:1px solid #ccc;
	z-index:999;
	font-size:14px;
	display:none;
	border-radius:5px;
}
.guest-selection-box input{
	width:24px;
	text-align:center;
	border:none;
	background:none;
}

.guest-selection-box .row{
	padding:10px 0px;
	border-bottom:1px solid #ccc;	
	margin:0px;
}

.guest-selection-box .btn-minus{
    background: #333;
    width: 24px;
	height:24px;
    font-size: 12px;
	color:#fff;
}
.guest-selection-box .btn-plus{
    background: #333;
    width: 24px;
	height:24px;
    font-size: 12px;
	color:#fff;
}
.event-filter-image {
    position: absolute;
    top: -5px;
	right: 0px;
}

.event-filter-image > img{
	max-height:60px;	
}


.guest-box {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding-top: 0px;
    font-weight: 500;
    padding-top: 15px;
}

.guest-box .selected-guest-option {
    color: #262626;
    cursor: pointer;
    position: relative;
    top: 0px;
}

.guest-list{
    position: absolute;
    z-index: 999;
    margin-top: 22px;
    display: none;
	left: 260px;
    height: 192px;
    overflow-y: scroll;
	top:40px;
}

.guest-list .list-group-item{
	padding:8px 15px;
}


.seat-ticket-category{
	position:absolute;
	background-color:#fff;
	width: 250px;
    top: 55px;
	border:1px solid #ccc;
	z-index:999;
	font-size:14px;
	display:none;
	border-radius:5px;
}
.seat-ticket-category input{
	width:24px;
	text-align:center;
	border:none;
	background:none;
}

.seat-ticket-category .row{
	padding:10px 0px;
	border-bottom:1px solid #ccc;	
	margin:0px;
}

.seat-ticket-category .btn-minus{
    background: #333;
    width: 24px;
	height:24px;
    font-size: 12px;
	color:#fff;
}
.seat-ticket-category .btn-plus{
    background: #333;
    width: 24px;
	height:24px;
    font-size: 12px;
	color:#fff;
}
.strike-price {
    margin-bottom: 0rem;
    text-decoration: line-through;
    color: #a7a4a4;
    margin-right: 10px;
    font-size: 14px;
}
.exta-text {
    font-size: 17px;
    position: absolute;
    left: 25%;
    padding-top: 5px;
	top:0px;
}
.additional-guest {
	text-align:center;
	margin-bottom:10px;
	font-size:12px;
	font-weight:none;
}
.additional-guest .pop-adult-box{
	text-align:center;
	padding:5px;
	font-weight:400;
	margin-right:5px;
	position:relative;
	border: 1px solid #000;
    padding: 2px 10px;
	width: 95px;
	display:inline-block;
	cursor:pointer;
}
.additional-guest .pop-child-box{
	text-align:center;
	padding:5px;
	font-weight:400;
	position:relative;
	border: 1px solid #000;
    padding: 2px 10px;
	width: 95px;
	display:inline-block;
	cursor:pointer;
}
.additional-guest .adult-qty{
	margin-right:5px;
	padding:5px;
}
.additional-guest .child-qty{
	padding:5px;
}
.additional-guest i.adult-child{
	padding: 4px 3px;
    font-size: 12px;
    margin-right: 2px;
	text-align:center;
}
.additional-guest .pop-child-box > i.adult-child{
	 padding: 5px 6px;
}

.additional-guest  i.qty-update{
	margin-left: 3px;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 5px;
    font-weight: 600;
    font-size: 10px;
}
.additional-guest .adult-total{
	text-align:center;
	padding:0px 8px;
}
.additional-guest ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    display: inline-grid;
    width: 95px;
    top: 24px;
    background-color: #fff;
    border: 1px solid #000;
    left: -1px;
	display:none;	
}
.additional-guest ul > li:hover{
	background-color:#f1f1f1;
}

.layout-box ul li span{
    font-size:11px;
    float:right;
    padding-top:2px;
}

.alert.alert-warning{
	z-index:9999!important;
}

#inputDate{
	width:0px;height:0px;position:absolute;top:40px;background:transparent;border:none;color:white
}
.extra-info {
    font-size: 13px;
}
	
.lds-ripple {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 40%;
	left: 48%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.select-multi{
	font-size: 29px;
    position: absolute;
    left: -8px;
    top: -3px;
	color:#666;
}
.select-multi:hover{
	text-decoration:none;	
}
.select-multi > .un-checked{
	color:#fff;
}
.select-multi > .checked{
	color:green;
}
.staff-table-selection{
	list-style:none;
	padding:0px;
}
.staff-table-selection li{
	display:inline-block;
	border:1px solid #999;
	padding:3px 10px;
	margin-right:10px;
}
.remove-seleted-table{
	color:#ff0000a8;
	padding-left:5px;
	cursor:pointer;
}
span.remaining-label {
    position: absolute;
    right: 150px;
    color: #000;
    font-size: 16px;
    padding-top: 10px;
}
span.cart-venue-name{
	font-size:14px;
	float:right;
	padding-right:15px;
	font-weight:600;
}
.cart-extra-text{
	font-size:13px;
	font-style:italic;
	color: #646363;
    padding: 3px 10px;
	margin-bottom:0px;
	font-weight:600;
}
.card-list{
	list-style:none;
	width:100%;
	padding:0px;
	margin-top:30px;
}
.card-list li{
	display:inline;
	padding:2px;
}
.card-list li img{
		height:34px;
	}
@media only screen and (max-width: 600px){
    span.remaining-label {
        left: 15px;
        top: 25px;
        font-size: 12px;
    }
	#inputDate{
		right:0px;width:0px;height:0px;position:absolute;top:10px;background:transparent;border:none;color:white
	}
	
	.seat-ticket-category{
		width:230px;
		top:38px;
		z-index:9999;
		left:0px;
	}
	.guest-box{
		padding-top:5px!important;
	}
	.m-hide{
		display:none;
	}
	.exta-text{
		left:0px;
		font-size:14px;
		position:relative;
		text-align:left;
	}
	.self-form label{
		font-size:13px;
	}
	.mobile-hide{
		display:none;
	}	
	select{
		max-height:100px;
		overflow:scroll;
	}
	.layout-box ul li {
		padding: 10px 14px 18px;
	}
	.layout-box ul li span {
		font-size: 10px;
		position: relative;
		padding-top: 2px;
		color: #000;
		clear: both;
		display: block;
		width:100%;
	}
	.back-link {
		bottom:5px!important;
	}
	.lds-ripple {
		top: 40%;
		left: 40%;
	}
	.time-slot-list{
		z-index:9999;
	}
	.layout-box, .filter-url-box{
		width:220px;
		margin-top:14px;
	}
	.select-box-time{
		font-size:10px!important;
	}
	.cards-box{
		position: fixed;
		bottom:45px;
	}
	.card-list li img{
		height:19px;
	}
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.book-table:hover{
    color: #fff;
}