/*
Theme Name: DTC Child Theme
Author: Gareth Edwards
Description: DTC Child Theme
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.0
Text Domain: UKRI
Template: masters-theme
*/

.single-programmes #panel-1 h1 {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 27px;
    min-width: 245px;
    padding-top: 50px;
}

/* Health */
.programmes-deep-tech-catalyst-health #panel-1 h1 {
    background-image: url(assets/img/dtc-health.svg);
}

/* Bio */
.programmes-deep-tech-catalyst-bio #panel-1 h1 {
    background-image: url(assets/img/dtc-bio.svg);
}

/* Quantum */
.programmes-deep-tech-catalyst-quantum #panel-1 h1 {
    background-image: url(assets/img/dtc-quantum.svg);
}

/* Space */
.programmes-space-esa-phi-lab-uk #panel-1 h1,
.programmes-space-esa-bic-uk #panel-1 h1 {
    background-image: url(assets/img/dtc-space.svg);
}

/* Programmes listing */
.archive-listing .deep-tech-catalyst-health h2 {
    background-image: url(assets/img/dtc-health.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 27px;
    min-width: 245px;
    padding-top: 50px;
}

.archive-listing .deep-tech-catalyst-bio h2 {
    background-image: url(assets/img/dtc-bio.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 27px;
    min-width: 245px;
    padding-top: 50px;
}

.archive-listing .deep-tech-catalyst-quantum h2 {
    background-image: url(assets/img/dtc-quantum.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 27px;
    min-width: 245px;
    padding-top: 50px;
}

.archive-listing .space-esa-phi-lab-uk h2,
.archive-listing .space-esa-bic-uk h2 {
    background-image: url(assets/img/dtc-space.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 27px;
    min-width: 245px;
    padding-top: 50px;
}

.tag-bio h2 {
    background-image: url(assets/img/dtc-bio.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 24px;
    min-width: 196px;
    padding-top: 34px;
}

.tag-health h2 {
    background-image: url(assets/img/dtc-health.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 24px;
    min-width: 196px;
    padding-top: 34px;
}

.tag-quantum h2 {
    background-image: url(assets/img/dtc-quantum.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 24px;
    min-width: 196px;
    padding-top: 34px;
}

.tag-space h2 {
    background-image: url(assets/img/dtc-space.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 24px;
    min-width: 196px;
    padding-top: 34px;
}