/*
Theme Name:     TownPress Child
Theme URI:      http://demos.volovar.net/townpress.wp/demo
Description:    Child theme of the TownPress theme
Author:         LSVRthemes
Author URI:     http://themeforest.net/user/LSVRthemes/portfolio
Template:       townpress
Version:        1.0.0
*/


/* your CSS here */

/* ----- Happenings page posts ----- */

.happenings_notices_post .title,
.happenings_events_post .title{
	font-size: 21px; 
	font-weight: bold;
} 
.happenings_notices_post .display-posts-listing li,
.happenings_events_post .display-posts-listing li  {
	list-style-type: none;
}

.happenings_notices_post .content, 
.happenings_events_post .content {
	padding-top: 15px;
}

/* ----- The History of Sunnyside page images center ----- */

.c-tabs .content-list>li>* {
	margin: 12px auto;
}

/* ----- Back to top BTN align----- */

.back_to_top_BTN {
	float: right;
}

/* -----------------------------------------------------------------------------

    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 ) {

		/* 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 */

	}