/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */

	/* FONT */
	/* body { font-family: 'insert-font-family-name-here', 'Arial', sans-serif; } */

	/* STANDARD LOGO DIMENSIONS */
	.header-branding img { width: 140px; }

	/* LARGE LOGO DIMENSIONS */
	.header-branding.m-large-logo img { width: 200px; }
	/* Scroll down to "MEDIUM DEVICES" to change width of large logo on mobile devices */

	/* your CSS here */


/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* LARGE LOGO DIMENSIONS */
		.header-branding.m-large-logo img { width: 140px; }

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}
	
	
	
	.post-image {
	position:relative;
	}
	
	.post-image .post-core {
	position:absolute !important;
	bottom:0px;
	width:100%;
	background:rgba(255,255,255,0.9)
	}
	
	.post-list-content .post-title  {
	 margin:0px;
	 padding:0px 0px;
	 font-size:16px !important;
	}
	
	.post-title  a{
		color:#000000 !important;
	}
	
	.post-excerpt {
	margin-top:5px !important;
	display:none;
	font-size:14px;
	line-height:12px;
	}
	
	.post-image img {
	width:100%;}
	
	.page-title h1 em {
	font-size:26px;
	}
	
	.post .event-date {
	text-align:center;
	
	}
	.post .event-month {
		display:block;
		   
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
        color: #FFF;
    background-color: #607d8b;

	}
	
	.post .event-day {
    display: block;
    height: 24px;
    line-height: 22px;
    font-size: 1.143em;
        color: #333;
    background-color: #e5e5e5;
}

.cc-image {
	
	vertical-align:middle;
}

.cc-image img {
	vertical-align:middle;
}

.post-image-little {

float:left;
margin-right:20px;
width:50%;
}

.selfilterstyle {
padding:10px 0px;
}

.social-button {
	float:left; 
	padding-right:10px;
}
	
	
