@charset 'utf-8';
/*
  Theme Name: Bonko Child
Theme URI: http://bonko.ancorathemes.com/
Description: Bonko - excellent WordPress theme with many different blog and header layouts
Author: AncoraThemes
Author URI: http://ancorathemes.com/
  Template: bonko
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready

*/



p{
	font-size:18px;
}
.sc_icons_item_description span{
	font-size:18px!important;
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line2 {
    font-size: 15px;
    margin: 0 !important;
    line-height: normal;
}
/* =Theme customization starts here
-------------------------------------------------------------- */
.zoo-events-table-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.zoo-events-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.zoo-events-table thead {
    background-color: #2e6442;
    color: #fff;
}

.zoo-events-table th,
.zoo-events-table td {
    text-align: left;
    padding: 14px 18px;
    font-size: 20px;
}

.zoo-events-table tbody tr {
    border-bottom: 1px solid #eee;
    transition: background 0.3s ease;
}

.zoo-events-table tbody tr:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

.zoo-events-table td:first-child {
    color: #35735c !important;
}
.zoo-events-table td {
    color: #3d332a !important;
    font-size: 23px;
}

.event_date {
    font-family: Beacon;
    font-size: 75px !important;
    font-weight: 400;
    line-height: 3rem !important;
}
.zoo-events-table td:first-child:hover {
    color: #d8a53c !important;
}
.event_info {
	display:none;
}