/**
* Theme Name: Wordbench Child
* Theme URI: http://preview.lsvr.sk/wordbench
* Description: Wordbench child theme
* Author: LSVRthemes
* Author URI: http://themeforest.net/user/LSVRthemes/portfolio
* Template: wordbench
* Version: 1.2.1
*/


/* Add your custom CSS after this comment */
.lsvr-wordbench-post-grid__more {
	text-align:center;
}
.header-title-tagline {
	max-width:400px;
}

.main-header__title {
	max-width:100%!important;
}

.lsvr-wordbench-post-grid--style1 .lsvr-wordbench-post-grid__more-link, .lsvr-wordbench-post-grid--style2 .lsvr-wordbench-post-grid__more-link {
	color: #259bbb!important;
}

.lsvr-wordbench-post-grid--style1 .lsvr-wordbench-post-grid__more-link:hover, .lsvr-wordbench-post-grid--style2 .lsvr-wordbench-post-grid__more-link:hover {
	border-color:#259bbb!important;
}

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

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

	}