/*
Theme Name: Gotowanie
Template: elara
Author: m.
Author URI: https://mi69.ssd-linuxpl.com
Description: Blog kuchenny
Tags: one-column,two-columns,right-sidebar,grid-layout,flexible-header,custom-background,custom-colors,custom-header,custom-menu,custom-logo,featured-images,footer-widgets,full-width-template,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,blog,food-and-drink,photography,rtl-language-support
Version: 1.0.1556094328
Updated: 2019-04-24 10:25:28

*/

.footer {
	padding-bottom: -10px;
	background-color: transparent 
/*fff*/
}

.footer-copyrights {
	font-family: "Playfair Display", serif;
	font-size: 12px;
	line-height: 12px;
	color: #242424;
	margin-top: -30px;
	margin-bottom: 10px
}
 .widoczne, .niewidoczne
{
  display:block;
}
.widoczne .niewidoczne
  {
    display:none;
  }
  .widoczne:hover > .niewidoczne
  {
    display:block;
  }