/********** Left Sidebar Stylesheet **********/


/***** Left Sidebar Container *****/
#leftsidebar-ctn {
    width: 100%;
    min-height: 250px;
}

/***** Left Sidebar Items ****/
.leftsidebar-item-ctn {
    width: 100%;
    height: auto;
	    margin-bottom: 40px;
    text-align: center;
}


/***** Left Sidebar Item Image *****/
.leftsidebar-item-img {
    width: 100%;
    height: auto;
}

/***** Left Sidebar Item Title *****/
.leftsidebar-item-title {
    width: 100%;
    height: auto;
	
    padding: 10px;
    color: #fff;
    margin: 0;
	    margin-bottom: 25px;
    background-color: #000;
    font-size: 25px;
    text-align: center;
    border: solid 2px white;
    box-shadow: 0 0 10px black;
}


/***** Featured Event *****/
#leftsidebar-featured-event-ctn a {
    text-decoration: none;
    color: #005025 !important;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
