body{
	background-color: #EEEEEE;
}

span.posted-on {
    display: none;
}

#secondary .widget a {
    color: #DA4453;
}

#secondary .widget {
    color: #6B6B6B;
}

#secondary .widget > h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #636467;
}

.widget .post-content span {
    font-size: 12px;
    display: none;
}

img.attachment-medium.size-medium.wp-post-image {
    border-radius: 5px;
}

/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
	    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

 /*Events Title*/
.event-description {
    font-weight: bold;
}

.timeslot-description {
   font-weight: bold;
}

.page #main time {
    font-size: 10px;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
    color: #fab526;
    display: inline-block;
    margin: .5rem .25rem .25rem;
    text-decoration: none;
    font-size: 11px;
  font-weight: bold;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
    font-size: 0.9em;
    margin: -0.4rem;
}

.event-subtitle {
    font-size: 11px !important;
}

.mptt-shortcode-row-23 {
    height: 115px;
}

.lead-in {    
	font-size: 15px;
}


/*Post*/
#lcp_instance_0 [title] {
   font-weight: bold;
}
#lcp_instance_0 a img {
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 5px;
}

#lcp_instance_0 li {
    border-bottom: 1px solid #e8e8e8;
  margin-bottom:10px
}
/*Side Sub menu Desktop */
.main-navigation ul li ul.childopen {
    display: table;
    padding-bottom: 3px;
    width: 122px;
}

.success 
{background-color: #4CAF50;}

.danger 
{background-color: #f44336;} 

.warning {
  background-color: orange;
}

.flexslider {
    background: transparent;
}

.dropdown-menu {
    background-color: #363636;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a, .dropdown-menu > li > a, .dropdown-menu > li > .caret {
    color: white;
}

h3.timeslots-title {
    color: #444;
}

img.single-featured.wp-post-image {
    height: auto;
    width: 100%;
}