/*
Theme Name: ILO Child Theme
Author: Gareth Edwards
Description: <themeDescription>
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.0
Text Domain: UKRI
Template: masters-theme
*/

body,
.btn-utility-primary a,
.btn-utility-secondary a,
.bg-blue,
body .flex-panel.bg-accent .btn {
    background-color: #2E2D62 !important;
}

body .flex-panel.bg-accent .btn:hover,
body .flex-panel.bg-accent .btn:focus {
    background-color: #FFF !important;
    color: #2E2D62 !important;
}

body .cta-full-width .btn:hover,
body .cta-full-width .btn:focus {
    background-color: #FFF !important;
    color: #2E2D62 !important;
}

body .cta-full-width .btn:hover span,
body .cta-full-width .btn:focus span {
    color: #2E2D62 !important;
}

body .flex-panel.bg-accent .btn:focus span,
body .flex-panel.bg-accent .btn:hover span {
    color: #2E2D62 !important;
}

body .flex-panel.slider-panel .view-all-btn a:hover,
body .flex-panel.slider-panel .view-all-btn a:focus {
    background-color: #f1a240 !important;
    color: #2E2D62 !important;
}

body .flex-panel.slider-panel .view-all-btn a:hover span,
body .flex-panel.slider-panel .view-all-btn a:focus span {
    color: #2E2D62 !important;
}