/*
 Theme Name:   Cherry Hills Springfield POA
 Theme URI:    https://wordpress.org/themes/sixteen/
 Description:  Sixteen Child Theme
 Author:       Trent Bullock
 Author URI:   http://thebullocksolution.com
 Template:     sixteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sixteen-child
*/

.main-navigation a {
  color: #E4E0C6;
  padding: 25px 15px;
}

#secondary .widget-title, #footer-sidebar .widget-title {
    background: #100d0a;
    color: #E4E0C6;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.single-post .featured-image-single {
    display: none;
}

a[href $='.pdf'] { 
   padding-right: 28px;
   background: transparent url(pdf.png) no-repeat center right / auto 20px;
}