/*
    Theme Name: GivingPress Lite Child
    Theme URI: https://responsiblehomeschooling.org
    Author: Jedediah Holler
    Version: 1.0.0
    Text Domain: givingpress-lite-child
    Template: givingpress-lite
*/

.covid-19-banner {
    margin: 15px auto 0 auto;
    max-width: 1180px;
    height: 500px;
    background-image: url('images/covid-19-banner.png');
    position: relative;
}

@media screen and (max-width: 768px) {
    .covid-19-banner {
        display: none;
    }
}

.covid-19-banner .content-container {
    width: 735px;
    height: 466px;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 15px;
}

#covid-left-text,
#covid-right-text {
    float: left;
}

#covid-left-text {
    width: 370px;
}

#covid-right-text {
    width: 300px;
    margin-left: 40px;
}

#covid-19-header h1 {
    text-align: center;
    font-weight: 300;
    color: #f93621;
    font-size: 2em;
}

#covid-19-header h1 a {
    color: #f93621;
    text-decoration: underline;
}

#covid-19-header h1 a:hover {
    color: #f93621;
    text-decoration: none;
}

.covid-subheader {
    color: #f2924b;
    font-weight: 300;
    font-size: 1.5em;
}

.covid-text,
.covid-link,
.covid-link:hover,
.covid-link:visited {
    color: #d0d0d0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.3;
}

.covid-link {
    color: #d0d0d0 !important;
    text-decoration: underline !important;
    text-transform: uppercase;
}

.covid-link:hover {
    text-decoration: none !important;
}

.covid-link:visited {
    color: #d0d0d0 !important;
    text-decoration: underline !important;
}

.covid-resource-links {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.covid-resource-links li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.transform-upper {
    text-transform: uppercase;
}

.homeschool-class-banner {
    width: 100%;
    max-width: 1180px;
    margin: 15px auto 0 auto;
    padding: 10px;
    box-sizing: border-box;
    border: 1px #ccc solid;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
}

#class-banner-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: #ccc;
}

#class-banner-close-button:hover {
    color: #000;
}