.hh-events .section-title:before {
    content:none !important;
}
.hh-events .section-title {
    font-size: unset;
    left: 0;
}
.hh-module .section-title:after {
    background-color: #f4bd47;
}
.hh-module a .event-details .title {
   color: #0c0c0c !important;
}

 .hh-module a .event-details .title:hover, .hh-module a .event-details .title:focus,  .hh-module .event a:hover .title {
     text-decoration: underline;
     color: #0c0c0c;
}
.hh-events .event .event-image {
    color: #0c0c0c;
}
.hh-events #mini-calendar .input-daterange input {
    z-index: 1;
}
 .hh-events .back-to-top {
     background-color: #0c0c0c;
     color: #fff;
     border: 1px solid #0c0c0c;
     transition: border .2s cubic-bezier(0.16,.62,.7,.47),color .2s cubic-bezier(0.16,.62,.7,.47);
}
 .hh-events .back-to-top:hover,  .hh-events .back-to-top:focus{
     background-color: #fff;
     color: #c00026
     border-color: #c00026
}

.datepicker.datepicker-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.datepicker table {
    border-top: 0
}
.datepicker.datepicker-dropdown {
    z-index: 1 !important;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    color:#0c0c0c;
}

.hh-events #mini-calendar .input-daterange input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #e8eaed
}
.hh-events .datepicker .datepicker-switch:hover, .hh-events .datepicker .next:hover, .hh-events .datepicker .prev:hover,  .hh-events .datepicker tfoot tr th:hover {
    background: #eee;
    color:#0c0c0c;
}
.hh-events .sidebar-detail .dropdown:after {
    top: 10px;
    font-size: 20px;
}
.hh-events .icon {
    color: #0c0c0c;
}
.related-events .event .title {
    color:#0c0c0c !important;
}
.related-events .event > a:hover,
.related-events .event > a:focus{
  text-decoration: none !important;   
}
.related-events .event > a:hover .title, .related-events .event > a:focus .title {
  text-decoration: underline !important;
}
.hh-events .icon-list a:hover,  .hh-events .icon-list a:focus {
    text-decoration: none;
} 
.hh-module blockquote.blockquote {
    font-family: adelle, serif;
}

