
/* ENTRY HEADER - Obrazek w nagłówku wpisu */






.entry-img  { 
position: relative;
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important;

}

.site {
position: relative;
}








	
.gradient a {
	background-color: rgba(0,0,0,0.);

transition: all .3s ease-in-out;
}



.panel-grid .box {
	background-position: center center;
}




/* przyciemnienie obrazka - gradient */
.gradient  a:hover {
	background-color: rgba(0,0,0,0);
height: 100%;
width: 100%;
}


.box .textwidget a:hover {



}








