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

/* Add your custom CSS after this comment */
.header-menu-primary__item--level-0 {
    padding: 0 2px 0 2px !important;
}


.shadowWhite{ text-shadow: 2px 2px 2px #fff; }
.shadowPantone{ text-shadow: 2px 2px 2px #2e008b; }
.shadowBlue{ text-shadow: 2px 2px 2px #06338e; }
.neonWhite{text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;}
.neonPantone{text-shadow: 0 0 0.2em #2e008b, 0 0 0.2em #2e008b, 0 0 0.2em #2e008b;}
.neonBlue{text-shadow: 0 0 0.2em #06338e, 0 0 0.2em #06338e, 0 0 0.2em #06338e;}

.widget__more-link {
    color: #2e008b !important;
    border-color: rgba(46,0,139,0.6) !important;
}
.widget__more-link:hover {
    color: white !important;
    border-color: rgba(46,0,139,0.6) !important;
	background: #2e008b !important;
}

.lsvr_person-featured-widget__social-link:hover {
    background-color: #2e008b!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 */

	}