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


/* your CSS here */

.header-btn {
  height: 40px;
  line-height: 25px !important;
  margin-bottom: 0px;
}

#lsvr_image_widget-2 {
	text-align:center;
}

.home-logo {
	margin-top: -50px !important;
	height: 500px !important;
}

.home-logo-column {
	text-align: center;
}

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

    RESPONSIVE DEFINITIONS

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

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

    @media ( max-width: 1199px ) {

		

	}

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

    @media ( max-width: 991px ) {

		.home-logo{
			margin-top: 0px !important;
			height: 400px !important;
		}

	}

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

    @media ( max-width: 767px ) {

		.home-logo{
			margin-top: 0px !important;
			height: 400px !important;
		}

	}

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

	@media ( max-width: 480px ) {

		.home-logo{
			margin-top: 0px !important;
			height: 400px !important;
		}

	}