@media screen and (min-width: 992px) {
    .enquiry-body-personal-grid {
        display: grid!important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

#pc4uCF7Dropdown_Postcode {
    width: 100%;
}

#pc4uCF7Lookup_Postcode {
    margin-bottom: 0!important;
}

.enquiry-body-personal-grid div:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.enquiry-address {
    margin-bottom: 0;
}

.tbl-checkmark:after {
    content: '✓';
}

.tbl-danger:after {
    content: '✗';
}

.wpcf7-spinner {
    width: 100px;
    height: 100px;
}

.wpcf7-spinner::before {
    top: 30px;
    left: 30px;
    width: 20px;
    height: 20px;
}

.tbl-resp:before {
    z-index: -1;
}

/*.section-intro table,
.section-prices table,
.section-gallery-text table,
.intro-text-section table {
    display: none;
}
*/

.prices-service-tables {
    margin-top: 40px;
}

.form-field-number {
    user-select: none;
}

.ez-toc-js-icon-con,
.ez-toc-title-container label {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.alignleft {
    margin-right: 20px!important;
}

.wpcf7-form .message {
    font-size: 18px;
}

.enquiry-head + * .message {
    margin-top: 1em;
}

.wpcf7-form .message:after {
    content: '🎄';
}

.new-years-message {
    padding: .5rem;
    font-size: 18px;
    border: 1px solid red;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .new-years-message {
        margin: 1em 0;
    }
}

.wpcf7-select {
    min-height: 50px;
    padding-right: 4rem;
}
