.disabled-notice {
    padding: 50px;
}
.disabled-notice h2 {
    margin: auto;
    display: block;
    text-align: center;
}
.disabled-notice p {
    margin: auto;
    display: block;
    text-align: center;
}
.grotto-landing { 
    padding:0;
}
.grotto-landing .row {
    position:relative;
}
#grotto-vid, .grotto-landing .row .overlay {
    position:absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    bottom:0;
    object-fit:cover;
    z-index: 1;
}
#grotto-vid {
    filter:blur(1px);
}
.grotto-landing .row .overlay {
    background: rgba(0,0,0,0.5);
    z-index: 2
}
.grotto-landing .row .grotto-content {
    width: 90%;
    max-width: 600px;
    text-align:justify;
    text-align-last: center;
    z-index:3;
}

.form-btn {
    min-width:100px;
    font-weight:bold;
    border:0 none;
    color:white;
    border-radius:25px;
    cursor:pointer;
    padding:10px;
    margin:10px 5px;
}

/* Stop WP Admin overwriting bootstrap's form control style */
.form-control {
    height: calc(1.5em + .75rem + 2px)!important;
    padding: .375rem .75rem!important;
    line-height: 1.5!important;
}
textarea.form-control {
    height: auto!important;
}

.form-btn:hover, .form-btn:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

.form-btn-next {
    background: #ee0979;
}
.form-btn-prev {
    background: #ee0909;
}
.fs-title, .bc-title {
    font-size: 28px;
    text-transform: uppercase;
    text-align:center;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    display:block;
    margin:auto;
    width:100%;
}

.fs-subtitle, .bc-subtitle {
    text-align:center;
    font-weight: normal;
    font-size: 18px;
    color: #888;
    margin: auto;
    margin-bottom: 40px;
}

td#paid i, td#insurance i {
    font-size: 30px;
    color: green;
}

td#paid i.fa-times, td#insurance i.fa-times{
    color:red;
}


.grotto-card label {
    font-weight:bold;
}
.grotto-card label small {
    display:block;
}
.grotto-card #tree-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grotto-card #tree-tag .tree-tag-img {
    display: block;
    max-width: 300px;
    height: auto;
}
.grotto-card select {
    margin-bottom:10px;
}
.grotto-card, .track-progress {
    background-color:#f7f7f7;
    border: 0 none;
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius:8px;
    margin: 30px auto;
}

.grotto-card .row .adult-container, .grotto-card .row .child-container, .person-container {
    width:90%!important;
    border-radius:10px;
    padding:10px;
}
.grotto-card .row .child-container, .person-container {
    box-shadow:0 0 8px 1px rgba(0,0,0,0.2);
    margin:20px auto;
    background-color: #ffffff;
}


/*BOOKING CONFIRM*/
.bc-card {
    margin: 15px auto;
    box-shadow: 0 0 9px 5px rgba(155,155,155,0.75);
    border: none;
    border-radius: 0px;
    color: black;
}
.bc-title {
    color: white;
    font-size: 2rem;
}
.bc-card .bc-title {
    color: black;
    font-size:28px;
}
.bc-card > div.card-body > div.card-subcontent > div.row > div.card > div.card-header {
    padding:25px 0;
    text-align:center;
}
.bc-card > div.card-body > div.card-subcontent > div.row {
    padding:20px 0;
}
.bc-card > div.card-body > div.card-subcontent > div.row > div.card > div.card-header h5.card-title,
.bc-card > div.card-body > div.card-subcontent > div.row > div.card > div.card-body > p {
    margin-bottom:0;
}
.bc-card > div.card-body > div.card-subcontent > div.row > div.card {
    box-shadow: 0 0 9px 4px rgba(0,0,0,0.25);
    border: none;
}
.bc-card > div.card-body > div.card-subcontent > div.row > div.card > div.card-body {
    background-color: #e0e0e0;
}
#bc-upsell .card {
    border:none;
}
#bc-upsell .card:hover {
    box-shadow: 0 0 9px 5px rgba(155,155,155,0.75);
}
#bc-upsell .card-title {
    color:black;
    font-weight:bold;
    height:50px;
}
#bc-upsell  .card-body > a.btn {
    font-size:15px;    
}
#bc-upsell .card-body p{
    color: black;
}
@media (min-width:768px) {
    #bc-upsell {
        margin: 20px -30px;
    }
}
.card-img-top {
    height:150px;
    object-fit:cover;
    object-position: center;
}

#main-contact-card {
    max-width:380px;
    width:100%;
}

.inputRequired {
    color:red;
    size:1rem;
}
.custom-checkbox-center label {
    font-weight:normal;
    text-align:center;
}
.custom-checkbox-center label::before, .custom-checkbox-center label::after {
    left:0;
    right:0;
    margin:auto;
    top: calc(100% + 15px);
    bottom:0;
}
/*==============================================*/
/*                 ADMIN STYLES                 */
/*==============================================*/
#wpcontent {
    padding:0px 20px!important;
    /* background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); */
}



@media print {
    #wpadminbar, #adminmenumain, #daily-list-btn-wrap, #delivery-list-btn-wrap, #cutting-list-btn-wrap {
        display:none;
    }
    #wpbody-content > div.container.mt-4 > div:nth-child(1) > div,
    #wpbody-content > div:nth-child(3) > div:nth-child(1) > p,
    #cutting-list-grotto-table_wrapper > div:nth-child(3),
    #cutting-list-grotto-table_wrapper > div:nth-child(1),
    #cutting-list-grotto-table > thead > tr > th:nth-child(7),
    #cutting-list-grotto-table  tbody  tr  td:nth-child(7),
    #daily-list-tabs-list,
    div[data-id="trial_promotion"].fs-notice,
    #cutting-list-grotto-table tr th:last-child,
    #cutting-list-grotto-table tr td:last-child {
        display:none!important;
    }

    #cutting-list-grotto-table, #delivery-list-grotto-table{
        text-transform:uppercase;
    }

    #wpcontent {
        margin:0;width:100%;
    }
    #wpbody, #wpbody-content {
        width:100%;
    }
}

