/**
Theme Name: Sticky-child
Author: StickyPages
Author URI: http://www.stickypages.ca
Description:
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Sticky-master
*/

.row.sermon.sermon-list { margin-bottom: 30px; }

.single-homepage-event { text-align:center; }
.single-homepage-event .taxonomy { font-size: 90%; text-transform: uppercase; color: darkgray; }
.single-homepage-event .event-date { font-size: 90%; text-transform: uppercase; }
.single-homepage-event .event-title { font-size: 120%; padding: 0 20px; }

.category-list ul { list-style: none; padding: 0; }
.category-list li a { padding: 5px 7px; border-bottom: solid 1px #f3f3f3; display:block; }
.category-list li a:hover { background-color:#f3f3f3; 
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }