/*
 Theme Name:     Blind Squirrel
 Description:    A Twenty Twenty Child Theme
 Author:         Matthew Zak
 Author URI:     http://www.matthewzak.com
 Template:       twentytwenty
 Version:        1.1.3
*/

/* Theme customization starts here
-------------------------------------------------------------- */

body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon,
.modal-menu a,
.footer-menu a,
.footer-widgets a,
#site-footer .wp-block-button.is-style-outline,
.wp-block-pullquote::before,
.singular:not(.overlay-header) .entry-header a,
.archive-header a,
.header-footer-group .color-accent,
.header-footer-group .color-accent-hover:hover {
    color: #efefef !important;
}

.entry-content section {
    padding: 0;
}

.course-title,
.challenge-pot,
.challenge-title {
    text-align: center;
}

h4.challenge-pot {
    margin: 2.5rem auto;
}

.row {
    display: flex;
    margin: 10px 0;
    width: 100%;
}
.header .hole {
    background: #1a5743;
    color: #efefef;
}
.label {
    align-items: center;
    display: flex;
    justify-content: right;
    padding: 0 10px 0 0;
    width: 15%;
}
.holes {
    align-items: center;
    display: flex;
    width: 85%;
}

.cell {
    align-items: center;
    border-top: thin solid #cdcdcd;
    border-right: thin solid #cdcdcd;
    border-bottom: thin solid #cdcdcd;
    color: #777777;
    display: flex;
    height: 45px;
    justify-content: center;
    width: 10.1%;
}

.score-0 {
    color: #efefef;
}

.complete {
    background-color: #006747;
    color: #fff;
}

span.dashicons {
    font-family: dashicons;
    font-weight: bold;
}

.cell:first-child {
    border-left: thin solid #cdcdcd;
}

@media only screen and (max-width: 420px) {
    h3.challenge-title {
        margin: 3.5rem auto 1rem;
    }
    h4.challenge-pot {
        margin: 1rem auto 1.5rem;
    }
    .header,
    .label {
        font-size: 1.4rem;
    }
    .cell {
        height: 30px;
    }
    span.dashicons {
        font-size: 14px;
        height: auto;
        width: auto;
    }
}
