/*
Theme Name:     Five Hacks for Twenty Seventeen
Theme URI:      http://premium.wpmudev.org/blog
Description:    A Twenty Seventeen child theme developed to demonstrate how to implement five theme customizations: a custom social links menu, a personalized site footer message, dynamic one page navigation, custom front page sidebars, and a large featured image.
Author:         Jon Penland
Author URI:     https://www.jonpenland.com
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Template:       twentyseventeen
Version:        1.11
*/


/* Force sticky navigation into position */
#page-header {
  margin-bottom: 0 !important;
}
/* Force header image to full height */
#custom-header-media {
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
div#content.site-content {
   background:url(http://www.thebiletones.com/wp-content/uploads/2017/01/bg_band.jpg);
}

#post-2  .entry-header {
    display: none;
}
#post-2 div.wrap {
   padding-top: 2em;
}
h1.entry-title,
h2.entry-title {
   font-size: 2rem!important;
}
#player a span {
   display:none!important;
}
/* calendar */
.ecwd_theme_calendar .calendar-head {
    background: #ba9f5a!important;
}
.ecwd_theme_calendar .calendar-head .previous {
    border-right: 1px solid #A88D46!important;
}
/* lt blue, turquoise */
.ecwd_theme_calendar .calendar-head .current-month {
    border-left: 1px solid #DCCFAD!important;
    border-right: 1px solid #A88D46!important;
}
/* turquoise */
.ecwd_theme_calendar .calendar-head .next {
    border-left: 1px solid #DCCFAD!important;
}
/* turquoise */
.ecwd_theme_calendar .ecwd_calendar_view_tabs ul li a:hover {
    background: #B18C47!important;
}
.ecwd_theme_calendar .ecwd_calendar_view_tabs ul li a {
    background: #B18C47!important;
}
.ecwd_theme_calendar .ecwd_calendar_view_tabs ul li.ecwd-selected-mode a {
    color: #444!important;
}
/*search */
.ecwd_theme_calendar .ecwd-search button, .ecwd_theme_calendar .ecwd-search button:hover {
    background: #DCCFAD!important;
}
/* current day */
.ecwd_theme_calendar table.cal_blue.ecwd_calendar_container .current-day .day-number {
    background: #B18C47!important;
}
.ecwd-event {
    background-color: inherit!important;
}
.ecwd_theme_calendar .mini .current-day {
     background: #B18C47!important;
}