/**
* Theme Name: Pressville Child
* Theme URI: http://preview.lsvr.sk/pressville
* Description: Pressville child theme
* Author: LSVRthemes
* Author URI: http://themeforest.net/user/LSVRthemes/portfolio
* Template: pressville
* Version: 1.1.1
*/

/* Add your custom CSS after this comment */

.wp-block-table.is-style-stripes.bordered table {
	border: 1px solid rgba(0,0,0,0.08);
}

.d-enotites-row.wp-block-columns {
	margin-bottom: 0;
}
.d-enotites-row .wp-block-column {
	background: rgba(0,0,0,0.01);
	border: 1px solid rgba(0,0,0,0.06);
	padding: 30px;
	margin-bottom: 30px;
}
.d-enotites-row .wp-block-column.empty {
	background: none;
	border: none;
}
.d-enotites-row .wp-block-column ul {
	margin-bottom: 0;
}

.d-enotites-row .wp-block-column p {
	margin-bottom: 15px; }

.lsvr-pressville-post-grid__post {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lsvr-pressville-post-grid__post:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


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

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

	}
