/*
 Theme Name:   WordPress Theme IFPS Child
 Description:  WordPress Theme IFPS Child Theme
 Author:       Andrzej Kuca
 Author URI:   http://kuca.waw.pl/
 Version:      1.0.0
 Template:     theme1205
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  theme1205child
*/

@import url("../theme1205/style.css");

/** zmienione ustawienia w child theme */

html {
    margin: 0 !important;
}


.grid_8{
    margin: 0 !important;
}

.extra-wrap a {
	box-sizing:border-box;
}

.wp-block-file:not(.wp-element-button) {
  font-size:1.1em !important;
	margin-bottom: 20px;
}

.wp-block-gallery{
	margin-bottom: 20px;	
}

.blocks-gallery-caption {
	font-size: 1.1em;
	font-style: italic;
}

#trescstrony ol li, #trescstrony li {
   margin-bottom: 0em;
}

header {
  background-repeat: repeat-x;
  background-position: center top;
  height: auto;
  margin: -10px auto 40px !important;
}
.logoue-top{
	border:0; 
	max-height:40px !important; 
	margin-left: 50px !important;
}

@media (max-width: 950px) {
	
	.logoue-top{
		margin: 20px auto !important;
		max-height:40px; 
	}
	
	
}
label input{
	border: solid 1px #000;
	margin: 10px;
}