/*
 * CSS file to be included on Mentor academy site
 * to slightly mimic the STEMP look-and-feel
 *
 */
@import "https://www.succesvoltotenmetpensioen.nl/wp/wp-content/themes/zodan-skeleton/css/effra.css";

html,
html body {
    background-color: rgb(251, 250, 247) !important;
    color: #2e353e !important;
    font-weight: 450;
    --primary-color: rgb(0, 149, 233);
}
html,
html body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4 {
    font-family: "effra-cc", "Montserrat", 'Helvetica Neue', sans-serif !important;	
}
body h2 {
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    text-transform: none;
    color: #2e353e !important;
}
@media (min-width: 992px) {
    .course-overview .col-lg-8 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .course-overview .col-lg-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}
.course-overview .container .row .col-lg-8 .bg-white.shadow-sm {
    background: transparent !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    font-size: 18px;
    font-weight: 402;
    letter-spacing: 0.25px;
    line-height: 1.6;
}
.course-overview .container .row .col-lg-4 .bg-white.shadow-sm {
    background: rgba(0, 0, 0, 0.03) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    font-size: 16px;
    font-weight: 402;
    letter-spacing: 0.25px;
    line-height: 1.6;
    border-radius: 30px;
}
.course-overview .container .row .col-lg-4 .bg-white.shadow-sm img {
    border-radius: 30px 30px 0 0;
}
body .btn.btn-primary {
    background-color: rgb(0, 149, 233);
    border-color: rgb(0, 149, 233);
    border-radius: 40px;
    color: #fff;
    font-weight: 520;
    letter-spacing: 1px;
}
body .btn.btn-primary:focus,
body .btn.btn-primary.focus,
body .btn.btn-primary:hover {
    background-color: rgb(0, 120, 195) !important;
    border-color: rgb(0, 120, 195) !important;
    border-radius: 40px;
    color: #fff !important;
}
.course-overview .btn:not(:disabled):not(.disabled),
.available-tracks .btn:not(:disabled):not(.disabled) {
    border-color: rgb(0, 149, 233) !important;
    background-color: rgb(0, 149, 233) !important;;
    color: #fefefe;
    font-weight: 590;
    cursor: pointer;
    text-decoration: none;
    width: max-content;
    padding: 0 30px;
    min-height: 40px;
    border-radius: 40px !important;
    font-size: 18px;
}
.course-overview > .container > a {
    color: #b6b6b6 !important;
    font-weight: 500 !important;
}

.available-tracks .btn:not(:disabled):not(.disabled) {
    padding: 0 20px;
    font-size: 16px;
}
.track-card {
    border-radius: 20px 20px 0 0;
    box-shadow: 0 4px 4px transparent !important;
    border: none;
}
.track-card .info-row .value {
    font-weight: 450;
    color: #2e353e !important;
}
.track-card:hover {
    box-shadow: 0 4px 4px #fff !important;
}
.track-header {
    background-color: rgba(0,0,0,0.06);
    border-radius: 20px 20px 0 0;
    border-bottom: 0 !important;
}
.track-footer {
    border-radius: 0 0 20px 20px;
}
#registration-wizard-modal {
    --primary-color: rgb(0, 149, 233);
}
#registration-wizard-modal label {
    color: inherit;
}
.text-muted,
.bmd-help {
    font-weight: 400;
}
body button,
body a.btn {
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 40px !important;
}
body button.btn-sm {
    padding-left: 10px !important;
    padding-right: 10px !important;  
}