/*
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;
}

.home .rank-math-breadcrumb {
  display: none;
}

/*KAFELKI E-USŁUG*/

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

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

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

/*media i text*/

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 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: 1100px) {
  .footer-content .wp-block-column:nth-of-type(1) img {
    margin-right: 120px;
    margin-bottom: 20px;
  }
}

/*Newsletter*/

.newsletter-form div.tnp-subscription,
div.tnp-profile,
form.tnp-subscription,
form.tnp-profile {
  margin-left: 0;
}

/*e-PLATNOSCI*/

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

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

/*eformularze*/

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

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

.bst-eforms__post{
	width:920px;
}

.bst-eforms__post-header{
	cursor:pointer;
}

.bst-eforms__post-label,
.bst-eforms__post-link{
	margin:0;
}

.bst-eforms__post-link{
	overflow-wrap:break-word;
}

.bst-eforms__post-link:hover{
text-decoration:underline;
}


.bst-eforms__post-label{
	font-weight:600;
}

.bst-eforms__post-field{
padding:1em 1em 0 1em;
	width:auto;
}

.bst-eforms__post-field.bst-eforms__post-field--last{
	padding:0 1em 1em 1em;
}

.bst-eforms__post-desc{
	margin:0 0 20px 0;
}
@media(max-width:1300px){
		.bst-eforms__post{
		width:70%;
	}
}

@media(max-width:768px){
	.bst-eforms__section,
.bst-eforms__menu{
		margin:0;
	}
		.bst-eforms__post{
		width:auto;
	}
}

/*Przełącznik języka*/

.current-language-item{
	min-height:72px;
}

