/*
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 */

.sidebar .widget-title {
    position: relative;
    margin: -20px -20px 0 -20px;
    padding: 20px 20px 15px 20px;
    font-size: 1.143em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    text-align: center;
}
.side-menu nav .current_page_item>a, .side-menu nav .current-menu-item>a {
    font-weight: bold;
    color: #00aeef;
}
.sidebar-copy {
	font-size: 16px;
	line-height: 22px;
}
.my-icon {
    vertical-align: middle;
    font-size: 40px;
}
h2 {
    margin-bottom: 24px;
    line-height: 1.2em;
    font-size: 24px;
    font-weight: bold;
}
.collapseomatic {
    padding: 0 0 10px 16px;
    cursor: pointer;
	font-size: 14px;
}

h3 {
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 1.125em;
    font-weight: bold;
}
/* -----------------------------------------------------------------------------

    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 */

	}