/*
 Theme Name:   Bushwick child theme
 Description:  Custom Child Theme based on Bushwick Theme
 Template:     bushwick
*/
@import url("../bushwick/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
.single .hentry .entry-title {
    display: block;
}

#masthead h1 {
    margin-bottom: 0.1em;
}
#masthead img {
    width: 25%;
}
#social-badges a{
    display: inline-block;
    padding: 5px;
}
.dashicons{
    color: white;
    font-size: 1.5em;
}

#support-us{
    background: #fdeff3;
    padding: 20px;
    margin-bottom: 1.5em;
}
#support-us h4 {
    margin-bottom: 0;
}
#support-us p{
  margin-bottom: 0;  
}



