@media only screen and (min-width: 801px) {
    .page-content--centered {
        width: auto !important;
    }
}
.wpfc-calendar-wrapper { 
    position:relative; 
}
div.wpfc-loading { 
    position:absolute; 
    width:100%; 
    height:100%; 
    background:#FFFFFF url(../../img/loading.gif) 50% 50% no-repeat; 
    left:0px; top:0px; 
    opacity:0.8; 
    filter:alpha(opacity=80); z-index:9999; 
    display: none;
}
.reveal-opener {
    display: none;
}
/* Modal Css */
body.modal-open {
    overflow: hidden;
}
.modal-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-popup .modal-content {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    background-color: white;
    /* padding: 20px; */
    max-width: 80%;
    /* border-radius: 0.5rem; */
    min-height: unset;
}
.modal-popup .modal-header,
.modal-popup .content-wrap{
    padding: 20px;
}
.modal-popup .modal-header,
.modal-popup .modal-main-content,
.modal-popup .modal-footer {
    width: 100%;
}

.modal-popup .close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.modal-popup .close-button:hover {
    background-color: darkgray;
}

.modal-popup.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-popup .modal-title{
    margin: 0px;
    line-height: normal;
}
/* Tab Css */

.tabs-content .content{
    display: none;
}
.tabs-content .content.is-active {
    display: block;
}
/* .modal-popup .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
}
.modal-popup .row .col-md-12{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.modal-popup .row .col-md-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
} */
.alertify-notifier {
    z-index: 99999 !important;
    width: 320px !important;
}
.alertify-notifier .ajs-message.ajs-error{
    color: #fff;
}
.alertify-notifier.ajs-center .ajs-message.ajs-visible {
    transform: translate(-100%);
}
.modal-popup h1,
.modal-popup h2,
.modal-popup h3,
.modal-popup h4,
.modal-popup h5,
.modal-popup h6{
    margin: 0px;
}
.card_info .help_info {
    font-size: 12px;
    text-decoration: underline;
    text-align: right;
    cursor: default;
    position: relative;
}
.card_info .help_info p{
    display: none;
    text-align: left;
    background-color: #3293af;
    padding: 20px;
    width: 250px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: 10px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.4;
    z-index: 1;
    cursor: text;  
}
.card_info .help_info p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #3293af;
    right: 10px;
    top: -12px;
}
.t1-giftcard-wrap {
    display: flex;
}
.t1-giftcard-wrap input {
    border-radius: 4px 0 0 4px;
}
.modal-popup .t1-giftcard-box .btn {
    margin: 0px;
    border-left: 0;
}
.info-bar,
.error-bar,
.message-bar
{
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #1e73be;
    list-style: none outside;
    zoom: 1;
    width: auto;
    word-wrap: break-word;
}
.error-bar{
    border-top-color: #b81c23;
}
.events-filter .events-items .description-opener:after{
    content: "";
    background-image: url(../../img/chevron-right.png);
    width: 8px;
    height: 8px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.events-filter .events-items .description-opener.opened:after {
    transform: rotate(90deg);
}
.modal-popup .modal-header {
    background: #f18544;
}
.modal-popup .modal-main-content{
    padding-top: 0px;
}
.modal-popup .modal-header h4{
    color: #ffffff;
    font-weight: bold;
    width: 100%;
}
.modal-popup .modal-header .close-button{
    background: none;
    font-size: 24px;
}
.modal-popup .estimation_info .sidebar {
    width: 100%;
    padding: 10px;
}
.modal-popup .estimation_info .review_cart {
    background-color: #000;
    text-transform: uppercase;
    padding: 16px;
    color: #ffffff;
}
.modal-popup .estimation_info div.row {
    margin: 0px 0px 24px 0px;
    color: #fff;
}
.modal-popup .estimation_info .review_cart h4{
    color: #ffffff;
    font-weight: bold;
}
.modal-popup .custom-checkbox {
    display: inline-block;
    outline: none !important;
}
.modal-popup .custom-checkbox label{
    font-weight: bold;
    font-size: 15px;
}
.modal-popup .custom-checkbox input,
.modal-popup .custom-checkbox label {
    outline: none !important;
}
#t1-giftcard-redeem-error {
    color: red;
}
.modal-popup small{
    font-size: 80%;
}
.remove-t1-giftcard-event, .remove-t1-giftcard-membership{
    color: #fff;
    opacity: 0.7;
}
.membership_package_wrapper .buy_now_btn a.btn.loading,
a.book-event.loading {
    background: #FFFFFF url(../../img/loading.gif) 50% 50% no-repeat;
    background-size: 20px;
    background-position: center right;
}
.account-body form #FormField_35,
.account-body form #FormField_32,
.account-body form #FormField_26,
.account-body form #FormField_27 {
    display: none;
}
.wc-auth-login-popup-range {
    display: none;
}
.bigcommerce-info {
    background: #4db8e8;
    border: 0;
    color: #fff;
    transition: .3s;
    padding: 1em;
    margin: 0 0 2em;
    position: relative;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.bigcommerce-info a, .bigcommerce-info a:hover {
    color: #fff;
}
.card_thumbs {
    margin-top: 5px;
}
.card_thumbs img.active {
    border: 2px solid #f18544;
}
.datepicker-container  {
    z-index: 99999 !important;
}
@media only screen and (max-width: 767px) {
    .modal-popup .estimation_info .sidebar{
		padding: 0px;
	}
}
.wpfc-calendar{
    min-height: 100px;
}
