/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

td {
padding:5px;
}
p.posted {
font-size: 10px !important;}
.category-43 .archivefeed, .category-55 .archivefeed, .category-42 .archivefeed, .category-35 .archivefeed, .category-45 .archivefeed, .category-40 .archivefeed, .category-51 .archivefeed, .category-52 .archivefeed {
    display:none;
}
/* Social Footer */
.social-footer {
  display: block;
  float: right;
  margin-top: 20px;
}
#footer-widget-area .textwidget .social-footer img {
  margin-right: 0;
}

/* ---- Events ---- */
.em-events-search {background-color:#eee;padding:10px;}
input.em-events-search-submit {border: #dddddd 1px solid;font-size: 12px;padding: 5px; color:#fff; background-color:#002868;}

.events-table {margin-top:20px; width:100%;}
.events-table th {background-color:#002868; color:#fff; text-align:left;padding:5px;}
.events-table td {padding:5px;}
.events-table tr:nth-child(odd) { background-color:#fff; }
.events-table tr:nth-child(even) { background-color:#eee; }

.em-calendar.fullcalendar {width: 100%;}
.em-calendar.fullcalendar td.month_name {text-align:center;}
.single-event #archivebox {
    display: none;
}
.single-event p.post_date {
    display:none;
}


.events-table {
    margin-top:0 !important;
    margin-bottom: 20px;
}
/* Toggle Styles */
.shortcode-toggle.border {
    border: none!important;
}
.shortcode-toggle h4 a {
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
    background: #002b7f url(../images/shortcode-toggle-close.png) no-repeat 99% center;
    color: #ffffff;
}
.shortcode-toggle .toggle-content {
    background: #ffffff;
}
.shortcode-toggle.white h4 a {
    background-color: #f7f7f7;
    color: #000000;
}