#tlc-slicknav {
    display: none;
}

#webhouse_logo,
.MasterFooterIlinkLogo,
.MasterFooterWebhouseLogo,
#webhouse {
    display: none !important;
}

strong {
    font-weight: 700;
}

.ContentPageContent img,
#content_holder img,
#block_holder img,
#slideshow img {
    max-width: 100%;
    height: auto;
}

#content .ContentPageContent {
    font-family: 'Kameron', serif;
    font-weight: 400;
}

/* Legacy CSS hid all ContentPageTable wrappers; inner pages store content inside them */
#content_holder .ContentPageTable,
#gallery_control .ContentPageTable {
    display: table !important;
    width: 100%;
    border-collapse: collapse;
}

#content_holder,
#gallery_control {
    clear: both;
    padding: 10px 0 40px;
}

#content_holder .ContentPageHeader,
#gallery_control .ContentPageHeader,
.tlc-contact-page .ContentPageHeader {
    display: block !important;
    float: none;
    clear: both;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
    color: #444;
}

#content_holder .ContentPageContent,
#gallery_control .ContentPageContent {
    display: block;
}

#content_holder .content-control,
#gallery_control .content-control {
    display: block;
}

/* Horizontal nav — ASP.NET menu JS handled this on the live site */
#nav ul.level1,
#nav_02 ul.level1 {
    overflow: visible;
    height: auto;
    min-height: 38px;
    width: 100%;
}

#nav ul.level1 > li,
#nav_02 ul.level1 > li {
    float: left;
    display: block;
}

#nav ul.level1::after,
#nav_02 ul.level1::after {
    content: '';
    display: table;
    clear: both;
}

#nav .DefaultNavigationMenu,
#bottom_nav .DefaultNavigationMenu {
    width: 100%;
}

#bottom_nav {
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden;
}

#nav_02 {
    display: block;
}

#footer {
    clear: both;
    width: 100%;
}

#legal_holder {
    overflow: hidden;
}

#legal_holder::after {
    content: '';
    display: table;
    clear: both;
}

#copyright a.tlc-admin-link,
#copyright a[href*="wp-login.php"] {
    color: #000;
    text-decoration: none;
}

#copyright a.tlc-admin-link:hover,
#copyright a[href*="wp-login.php"]:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 959px) {
    #tlc-slicknav {
        display: block;
        width: 100%;
    }

    #nav .DefaultNavigationMenu > ul.level1.slicknav_hidden {
        display: none;
    }

    #nav {
        display: none;
    }

    .slicknav_menu {
        width: 100%;
    }
}

@media only screen and (min-width: 960px) {
    #tlc-slicknav {
        display: none !important;
    }

    #nav {
        display: block;
    }

    #nav .DefaultNavigationMenu > ul.level1 {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    #logo_holder #logo {
        text-align: center;
    }

    #logo_holder #logo img {
        margin: 0 auto;
    }

    #social_network_holder {
        text-align: center;
        float: none;
        width: 100%;
    }
}

/* Programme / home block headers */
#block_holder [class^="header_"],
#block_holder_01 [class^="header_"],
#block_holder_02 [class^="header_"],
#block_holder [class^="header_"] .ContentPage td,
#block_holder_01 [class^="header_"] .ContentPage td,
#block_holder_02 [class^="header_"] .ContentPage td {
    font-weight: 700;
    color: #404041;
    font-size: 24px;
    text-align: center;
}

#block_holder .red,
#block_holder_01 .red,
#block_holder_02 .red {
    color: #d92419;
}

/* Home page welcome / about / donation blocks */
/* Home page bottom spacing */
#block_holder {
    margin-bottom: 38px;
}

#border_holder {
    margin-bottom: 40px;
}

#column_01 .block_text,
#column_02 .block_text {
    min-height: 278px;
}

.content_box_01,
.content_box_02,
.content_box_03 {
    margin-top: 10px;
    background: #e2e2e2;
}

.content_box_01 td,
.content_box_02 td,
.content_box_03 td {
    padding: 16px 20px 12px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

#grey_line_01 {
    margin-bottom: 5px;
    border-bottom: 2px solid #d4d4d4;
}

.header_welc,
.header_welc td,
.header_welc .ContentPage td {
    color: #404041;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.welcome_intro {
    text-align: justify;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    font-style: normal;
}

.ContentPage {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    line-height: 25px;
}

.header_welc .ContentPage,
.header_welc .ContentPage td,
.header_abt .ContentPage,
.header_abt .ContentPage td,
.header_special .ContentPage,
.header_special .ContentPage td,
.header_price .ContentPage,
.header_price .ContentPage td,
#block_holder [class^="header_"] .ContentPage,
#block_holder [class^="header_"] .ContentPage td,
#block_holder_01 [class^="header_"] .ContentPage,
#block_holder_01 [class^="header_"] .ContentPage td,
#block_holder_02 [class^="header_"] .ContentPage,
#block_holder_02 [class^="header_"] .ContentPage td {
    font-style: normal;
}

#column_02,
#column_03 {
    position: relative;
    margin-top: 10px;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
}

.header_abt {
    margin-top: 28px;
    margin-bottom: 10px;
    color: #000;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.list_01 {
    display: block;
    padding-bottom: 14px;
    border-bottom: dotted 2px #b7b7b7;
}

.list_02 {
    display: block;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: dotted 2px #b7b7b7;
}

span.red_text {
    display: block;
    margin-bottom: -7px;
    color: #d92419;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn_block_01,
.btn_block_02 {
    padding: 7px 18px 10px;
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    background: url('../images/layout/btn_block.png') repeat-x #d92419;
}

.black_box {
    display: block;
    margin-top: 32px;
    min-height: 132px;
    background: #444;
    border: 1px solid #fff;
    text-align: center;
}

.header_special {
    display: block;
    padding-top: 20px;
    color: #404041;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.yellow {
    color: #fcdb00;
}

.slogan_01 {
    color: #7e7e7e;
    margin-top: -5px;
}

.slogan_02 {
    margin-top: 4px;
    color: #fff;
}

.block_center {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.block_center td {
    padding-left: 10px;
    padding-right: 10px;
}

.block_center a {
    color: #fefefe;
    text-decoration: none;
}

.grey_box {
    display: block;
    margin-top: 47px;
    min-height: 132px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    background: #e2e2e2;
}

.header_price {
    display: block;
    padding-top: 20px;
    color: #444;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.block_price {
    text-align: center;
    line-height: 21px;
}

.block_price a {
    display: block;
    margin-top: 12px;
    color: #7e7e7e;
    font-size: 18px;
    text-decoration: none;
}

.block_price td {
    padding-left: 14px;
    padding-right: 14px;
}

#grey_line_02 {
    margin-bottom: 0;
    border-bottom: 2px solid #d4d4d4;
}

/* Contact Us page */
.tlc-contact-page #form_holder {
    clear: both;
    margin-top: 10px;
    padding: 0 10px 20px;
}

.tlc-contact-page .ContentPageContent table {
    width: 80%;
    max-width: 100%;
}

.tlc-contact-page .ContentPageContent td {
    vertical-align: top;
    padding: 4px 8px 4px 0;
}

.tlc-enquiry-form-wrap {
    max-width: 100%;
    margin-top: 10px;
}

.tlc-enquiry-form-wrap .ContentPageHeader {
    margin-top: 20px;
}

.tlc-contact-notice {
    padding: 10px 12px;
    margin: 0 0 16px;
    border: 1px solid #ccc;
}

.tlc-contact-notice--success {
    background: #f4fff4;
    border-color: #8bc78b;
}

.tlc-contact-notice--error {
    background: #fff4f4;
    border-color: #d92419;
}

.tlc-enquiry-form__hp {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}

.tlc-enquiry-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.tlc-enquiry-form__row--3 .tlc-enquiry-form__field {
    flex: 1 1 calc(33.333% - 12px);
    min-width: 180px;
}

.tlc-enquiry-form__row--2 .tlc-enquiry-form__field {
    flex: 1 1 calc(50% - 8px);
    min-width: 200px;
}

.tlc-enquiry-form__field label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
}

.tlc-enquiry-form__field input,
.tlc-enquiry-form__field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 8px;
    border: 1px solid #bbb;
    background: #fff;
    font-family: inherit;
    font-size: 14px;
}

.tlc-enquiry-form__field textarea {
    min-height: 140px;
    resize: vertical;
}

.tlc-enquiry-form__actions {
    margin-top: 8px;
}

.tlc-enquiry-form__submit {
    padding: 6px 18px;
    border: 1px solid #bbb;
    background: #e8e8e8;
    color: #333;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
}

.tlc-enquiry-form__submit:hover {
    background: #ddd;
}

@media only screen and (max-width: 767px) {
    .tlc-enquiry-form__row--3 .tlc-enquiry-form__field,
    .tlc-enquiry-form__row--2 .tlc-enquiry-form__field {
        flex: 1 1 100%;
    }
}
