/*
Theme Name: CPLEA Base Theme
Theme URI: https://cplea.ca
Author: CPLEA
Author URI: https://cplea.ca
Description: CPLEA base theme for cplea.ca websites, based on Twenty Twenty-Three.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: cplea
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
.wp-block-group.is-style-lead.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    display: none;
}
.is-style-clickable-card {
    position: relative;
    cursor: pointer;
    /* card appearance */
    border: 1px solid black;
    color: black;
    background-color: #3C8D9E;
    transition: box-shadow 0.2s;
}
.is-style-clickable-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
/* stretches any child link to cover the whole group */
.is-style-clickable-card a.stretched-link::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
}
h3.wp-block-heading.is-style-superheading {
    display: none;
}
.wp-block-group.alignfull.header-main-row.is-content-justification-right.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-dd80e280.wp-block-group-is-layout-flex {
    width: 90%;
}
.wp-block-button__link.has-green-dark-color:hover {
    background-color: #F2A38A !important;
    border-color: #F2A38A !important;
    color: #000000 !important;
    font-weight: 700 !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-green-dark-color:hover {
    background-color: #3C8D9E !important;
    border-color: #3C8D9E !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

h1.wp-block-post-title {
    color:  #0a6F8c;
}

h2.wp-block-heading {
    color: #084C61;
}
h3.wp-block-heading {
    color: #F26A4B;
}
/* Accordion - closed state */

.ghostkit-accordion-item {
    background-color: #d6e0e3;
}

.ghostkit-accordion-item .ghostkit-accordion-item-heading button {
    background-color: #D6E0E3 !important;
    color: #000000;
}

/* Accordion - border always */
.ghostkit-accordion-item {
    border-color: #D6E0E3 !important;
}

/* Accordion - open state */
.ghostkit-accordion-item.ghostkit-accordion-item-active .ghostkit-accordion-item-heading button {
    background-color: #ffffff;
    color: #000000;
}

.ghostkit-accordion-item.ghostkit-accordion-item-active .ghostkit-accordion-item-content {
    background-color: #ffffff;
    color: #000000;
}
h2#mission-statement {
    color: #FFF;
}

h2#territory-acknowledgement {
    color: white;
}

h2#funders-and-partners {
    color: white;
}
a.btn.btn-primary {
    background-color: #084C61;
}
a.btn.btn-primary :hover{
    background-color: #3C8D9E;
}
a.btn.btn-secondary {
    background-color: #FFF;
    border: 1px solid #3C9D9;
}
a.btn.btn-secondary :hover{
    background-color: #3C8D9E;
    color:#000;
}
.ld_course_grid_button {
    background-color: #084C61;
    font-weight: bold;
}

.ld_course_grid_button :hover {
    background-color: #3C8D9E;
}