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

/* Add your custom CSS after this comment */

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

    RESPONSIVE DEFINITIONS

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

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

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}
@media (min-width: 992px) {
		/*.header-menu-primary__item--dropdown .header-menu-primary__submenu {
    		background-color: #93bbbf;
		}*/
	.header-menu-primary__item-link--level-1 {
    color: #222222!important;
}
	.header-menu-primary__item-link--level-1 a:hover {
    color: #79af42!important;
}
	.header-menu-primary__item-link--level-2 {
    color: #222222!important;
}
	.header-menu-primary__item-link--level-3 {
    color: #222222!important;
}
	}
    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */
		.header-menu-primary__item-link {
    color: #ffffff;
}
			

	}
	 @media ( min-width: 992px ) {

		/* your CSS here */
		.header-menu-primary__item--dropdown .header-menu-primary__item-link {
    color: #ffffff;
}
.header-menu-primary__item--dropdown .header-menu-primary__item--level-1.current-menu-ancestor > .header-menu-primary__item-link, .header-menu-primary__item--dropdown .current-menu-item > .header-menu-primary__item-link {
    background-color: #efefef;
}
		 .header-menu-primary__item--dropdown .header-menu-primary__submenu--level-0 .header-menu-primary__item-link a:hover {    
    background-color: #efefef;
}
		 .header-menu-primary__item-link--level-1 a:hover{
    text-decoration: underline;
}
	}
.header-menu-primary__item--dropdown .header-menu-primary__item--level-1.menu-item-has-children:after {
    color: #888;
}

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

	}