/*
Theme Name: 	Graphene Child
Theme URI: 		http://www.graphene-theme.com/
Description: 	Child theme for Graphene.
Version: 		1.9.4.1
Author: 		Tony Celia
Author URI: 	http://
Template: graphene
Version: 1.0
*/
@import url("../graphene/style.css");
/* Your modification goes here */
/* Hide Graphene developer credit in footer */
#developer {
  display: none !important;
}
/* Hide slider controls */
/* Disabled slider on 9/10/24
.carousel-control {
	display: none !important;
}
*/

/* Uniform font-size of announcement and event titles */
.listing-item > a.title {
	font-size: 1.1em !important;
	font-weight: bold !important;
}

.ecs-event > h4.entry-title {
        font-size: 1.1em !important;
        font-weight: bold !important;
}

/* Margin between posts */
.listing-item {
    margin-bottom: 10px !important;
}
/* Float image to left of listing-item */
.listing-item > .image {
    float: left;
    margin-right: 10px;
}
/* Keep image within boundary of each listing-item */
.listing-item {
    overflow: auto;
}
