/*
Theme Name: Twenty Twenty-Three Child
Theme URI: https://wordpress.org/themes/twentytwentythree
Template: twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,accessibility-ready,blog,portfolio,news
Version: 1.1.1689860851
Updated: 2023-07-20 13:47:31

*/

            /* GLOBALNIE */


.otgs-development-site-front-end{
    display: none;
}


h1, h2, h3, h4, h5, h6, p, a, input, button, div {
    font-family: 'Open Sans' !important;
  }

 

    /*KAFELKI E-USŁUG*/


    @media (min-width:782px){
.services .wp-block-column {
    min-height: 280px;
    border-radius: 8px;
    }
}


.services .wp-block-column:hover{
    box-shadow: 0 0 14px 4px rgba(0,0,0,.22);
}

.services .wp-block-column:hover a{
    text-decoration: underline;
}

    /*media i text*/

    @media (max-width:600px){
.wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }
}


/*naglowek*/

body .is-layout-constrained > * + *{
    margin-block-start: 0;
}

    /*Stopka loga*/

    @media (max-width:781px){
.footer figure{
    text-align: center;
    }
}

@media (min-width:782px){
    .footer .wp-block-column:nth-of-type(1) figure{
        text-align: left;
        }
    }

@media (min-width:782px){
    .footer .wp-block-column:nth-of-type(3) figure{
      text-align: right;
      }
}


/*STOPKA zawartosc*/

@media (min-width:1200px){

.footer-content .wp-block-column:nth-of-type(1){
    position: relative;
    padding-bottom: 150px;
}

.footer-content .wp-block-column:nth-of-type(1) p{
    position: absolute;
}


.footer-content .wp-block-column:nth-of-type(1) img{
    padding-top: 70px;
    position: absolute;
    left: 70px;
    }
}



/*formularze bs*/

.wp-block-post-content a:where(:not(.wp-element-button)){
    color: #000;
}

.bst-eforms__list-item{
    padding-bottom: 8px;
}

/*e-PLATNOSCI*/

.e-payment a{
    text-decoration: underline;
}

.wp-block-post-content a:where(:not(.wp-element-button)){
    color: #000!important;
}


/*ePowiadomienia*/
.notification-block{
	border-radius:8px;
}
.notification-block h2, .notification-info-block h2{
	font-size: clamp(18px, 1.125rem + ((1vw - 7.68px) * 0.721), 24px);
	font-weight:bold;
}
.notification-info-block ul{
	margin-left:1.5rem;
}

