/*
Theme Name: Zegen Child
Description: Child Theme for Zegen Theme
Author: Zozothemes
Version: 1.2
Template: zegen
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozotheme
*/

/*Custom Style Code Right Here */
.h-donate-btn{
background: #bf0a30 !important;
}

.wspieram-charity-menu{
background: #bf0a30 !important;
}

ul.dropdown-menu > li {
	text-transform: none;
}

.timeline > li.timeline-inverted{
	padding-left:20px;
}

.timeline-badge{
	block:none;
}

.timeline > li > .timeline-sep-title{
	font-size:20px;
}

.timeline > li > .timeline-panel{
	padding:20px;
	width:75%;
}

.timeline.tl-border-solid:before{
	display: none;
}

.timeline:before{
	displat: none;
	width:0px;
	content:none;
}

.timeline > li.timeline-inverted > .timeline-sep-title{
	text-align: right;
	right: 72%;
}

.timeline > li {
	margin-bottom: 10px;
}
/*
#dba956 złoty kolog

#1267A5 - granatowy
*/

.tekst-powiekszone{
	font-size: 19px;
}

h1.page-title{
	text-transform: none;
}


.page-title-wrap:before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -44px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
	/*background: #681620; /* bordowy z logo */
	/*background: #002747; /* niebieski */
	background: #fff;
	/*background: #dba956; /*#f3e414; /* żółty - logo */
    border-radius: 90%; /* dawniej 30% */
    border: solid #fff 6px;
    /*border-top-left-radius: 30px;*/
    transform: rotate(0deg);
	
}
.page-title-wrap-inner:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -23px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
	background:transparent;
	transform: rotate(0deg);
    border-radius: 6px;
	background-image: url("https://siostryszensztackie.pl/wp-content/uploads/2025/08/logo-sygnet-niebieski.png");
    background-size: contain; /* dopasowuje do elementu */
    background-repeat: no-repeat;
    background-position: center;
}
.page-title-wrap-inner:after {
    content: none;
    width: 2px;
    height: 45px;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: -1px;
    background: #fff;
    margin: auto;
    z-index: 9;
    border-radius: 6px;
}
/* kopia 
.page-title-wrap-inner:after {
    content: none;
    width: 2px;
    height: 35px;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: -1px;
    background: #fff;
    margin: auto;
    z-index: 9;
    border-radius: 6px;
}
*/
.button-footer{
	align-content: center;
	
}

.zegen-button a{
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
}

/* -- zwiększenie odstępu w mobilnych dla belki w headerze */

@media only screen and (max-width: 520px) {
    body .zegen-content-wrapper .page-title-wrap-inner {
        padding: 60px;
    }
}


.zegen-blog .page-title-wrap a, .zegen-single-post .page-title-wrap a{
	color: #b29850;
}

