/*
Theme Name: SQHA Child
Theme URI: http://yourwebsite.com
Description: Child theme for Blackbird
Author: Your Name
Author URI: http://yourwebsite.com
Template: blackbird
Version: 1.0
Text Domain: sqha
*/

/* Add your custom CSS below this line */

.sidebar .widget {
    margin-top: 35px;
}

.sidebar .widget:last-child {
    margin-bottom: 40px;
}

.sidebar h2 {
    font-size: 14px;
    font-weight: bold;
    color: #5FB9D4;
    text-transform: uppercase;
    padding-bottom: 0px;
    line-height: 14px;
}

.sidebar h2::after {
    background: url(/wp-content/uploads/2015/06/archives_general_use2.jpg) no-repeat bottom;
    display: block;
    width: 228px;
    height: 62px;
    content: "";
    margin-left: -15px;
    margin-top: -40px;
}

.sidebar .widget ul {
    list-style-type: disc;
}

.sidebar .widget ul li {
    padding: 7px 5px 7px 12px;
    background: url(../blackbird/images/arrow_3.png) no-repeat 0px 12px;
    list-style-type: disc;
    color: #2AA2C5;
    line-height: 18px;
    margin-left: 10px;
}