/** 
	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 
*/
 .menu-sep {
     border-left: 1px solid #e53438 !important;
}
.tribe-events-title-bar {
     margin-top:50px;
}
.wpfc-calendar-wrapper h2 {
     font-size: 22px !important;
     line-height: 0;
}
span#category-button {
     width: inherit !important;
}
.ui-widget-header {
     border: 1px solid #f3f3f3;
     background: #f3f3f3;
}
.ui-widget-content {
     border: 1px solid #f3f3f3;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-left, .ui-corner-bl {
     border-radius:0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
     border: 1px solid #d3d3d3;
     background: #f3f3f3;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
     border: 1px solid #ddd;
     background: #ddd;
}

span.day:last-child {
    border-right: none;
}
span.day {
    margin-right: 10px;
    border-right: 1px solid #e53438;
    padding-right: 10px;
}