/*
Theme Name: Stackable Child
Description: Stackable Child Theme
Author: Karen Chu
Template: stackable
Version: 1.0.0

*/ 

h1 { 
    font-size:28px;
}

h1.stats-heading {
    font-size:24px !important;
    text-align:center;
}

h2 {
    margin-bottom:10px;
}

a {
    color: #0087BC;
}

a:hover {
    color: #006289;
}

h2.feed_title {
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom:3px;
}

span.feed_date {
    font-size:16px !important;
}

@media screen and (min-width: 768px) {
     h2.feed_title {
           font-size: 20px;
           margin-top:10px;
     }

     .elementor-button.elementor-size-sm {
           font-size: 20px !important;
     }
}

span#ytdAwardDollar {
    font-size:28px;
    text-align:center !important;
}

span#ytdAwardCount {
    font-size:28px;
}


.post-content {
    padding-bottom:20px;
}

.hentry {
    padding-top: 15px;
    
}

.current {
    background-color: #FCB116;
    padding: 20px;
    margin-bottom:10px;
    color: white;
    border-radius: 15px;
}

.pending {
    background-color: #fc9716;
    padding: 20px;
    margin-bottom:10px;
    color: white;
    border-radius: 15px;
}

.previous {
    background-color: #27AA36;
    padding: 20px;
    margin-bottom:10px;
    color: white;
    border-radius: 15px;
}

.irb-arc {
    background-color: #1C96CA;
    padding: 20px;
    margin-bottom:10px;
    color: white;
    border-radius: 15px;
}

footer#colophon {
    display:none;
}
