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

b {
	font-weight: bold;
}

.headshot {
	width: 100%;
}

.headshot > * {
	display: inline-block;
	vertical-align: middle;
}

.headshot + .wpb_text_column {
	margin-top: 4em;
}

.headshot-image {
	height: 140px;
	width: 140px;
	margin: 1em 0;
	background-size: cover;
	background-position: center;
	border: 1px solid #333;
	margin-right: 5%;
}

.footer-bottom-inner {
	background-color: 	white;
}

.footer-text {
	max-width: 100%;
	width: 100%;

}

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

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

	}
