@import url('../givingpress-lite/style.css');

.aktualnosci {
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;
     font-size: 14px;
     overflow-wrap: break-word;
     word-wrap: break-word;
}

.blog-holder .headline.img-headline {
	font-size: 14;
	padding: 12px 18px;
}

.obrazek img{
-webkit-transition: all 1.1s ease;
-ms-transition:  all 1.1s ease; 
-moz-transition: all 1.1s ease; 
-o-transition: all 1.1s ease;
}
.obrazek img:hover {
-o-transition: all 1.1s;
-ms-transition: all 1.1s;
-moz-transition: all 1.1s;
-webkit-transition: all 1.1s;
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
-o-transform: scale(1.02);
-webkit-transform: scale(1.02);
}

.post-date .align-right,
.single .post-date p:first-child {
  display: none;
}

/* Kolor wpisów, opuszczenie względem Sidebar  */
.blog-holder {
	background: #ffffff;
	position: relative;
	max-width: 820px;
	margin: 36px auto -20px;
	padding: 12px;
}

.postarea {
	padding: 2px 3%;
}

.givingpress-lite-header-active.blog .content-row,
.givingpress-lite-header-active.category .content-row,
.givingpress-lite-header-inactive.has-featured-img.blog.page .content-row,
.givingpress-lite-header-inactive.givingpress-lite-title-active.blog .content-row,
.givingpress-lite-header-inactive.givingpress-lite-title-active.category .content-row {
	margin-top: -12px;
}
.givingpress-lite-header-inactive.givingpress-lite-title-inactive.blog .content-row,
.givingpress-lite-header-inactive.givingpress-lite-title-inactive.category .content-row {
	margin-top: 14px;
}

.sidebar {
    background: #f6f6f6 !important;
    padding: 24px !important;
    border-radius: 0px 3px 3px 0px !important;
 }
 
.sidebar {
   padding: 24px;
	font-size: 0.9em;
	margin: 0px;
	border-radius: 3px 3px 3px 3px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.00)),to(rgba(0, 0, 0, 0.04)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.04));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.04));
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.04));
}


/* Zmiana czcionki i pozycjonowanie napisu na zdjęciu w tle (koniczyna) */
#masthead .site-description {
	display: block;
	position: relative;
	color: #ffffff;
/*     font-size: 3.4em;  */	
	font-size: 25px;
        font-style: italic;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -1.2px;
	line-height: 1.2;
        top: 45px;
	max-width: 1020px;
	margin: 10px;
	padding: 200px 0px;
}

.radius-full {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* zmiana tła głównej strony - kolor podajemy szestnastkowo (domyslnie #ffffff - biały)*/
.content {
	background: #ffffff;
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	border-radius: 3px;
	z-index: 8;
}

/* ustawianie tła dla paska dolnego */
/* #ffffff - domyślnie biały */
.footer {
	background: #ffffff;
	margin: 24px auto 0px;
	padding: 0px;
	border-top: 1px solid rgba(0, 0, 0, .12);
}

/* ustawianie tła dla paska górnego z logo koniczyna */
/* #ffffff - domyślnie biały */
#top-info {
	background: #ffffff;
	position: relative;
	width: 100%;
	padding: 0px;
	z-index: 9;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}



/*
Theme Name: GivingPress Lite Child theme of givingpress-lite
Theme URI: 
Description: Child theme of givingpress-lite theme for the GivingPress Lite theme
Author: <a href="http://givingpress.com/">GivingPress</a>
Author URI: 
Template: givingpress-lite
Version: 1.8
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 02 Nov 2017 23:02:31 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/