/*
Theme Name: Omnipress Magazine
Theme URI: https://omnipressteam.com/themes/?theme=omnipress-magazine
Author: Omnipress Team
Author URI: https://omnipressteam.com/
Description: The Omnipress Magazine is a new and stylish WordPress Block theme build with Full Site Editing (FSE) capability. Omnipress Magazine is best for magazine and blog websites. It flaunts an attractive and modern layout that sets it apart from other block based theme.
Tags: blog, news, one-column, two-columns, left-sidebar, right-sidebar, block-patterns, block-styles, editor-style, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-site-editing,  threaded-comments, wide-blocks, translation-ready
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: omnipress-magazine
*/

/* moje css */

.karty{
	margin-bottom: 30px;
	overflow: hidden;
	width: calc(100% / 3);
	height: 150px;
}

@media only screen and (max-width: 600px) {
	.karty{
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
	height: 150px;
}
}



.wp-block-latest-posts__post-excerpt {
  margin-bottom: 3em; /* zmniejsz lub zmień na 10px */
	border-bottom: 1px solid black;
	padding-bottom:2em;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100%;
}

.wp-block-separator {
    border: none;
    border-bottom: 1px solid;
    margin-left: auto;
    margin-right: auto;
}

.wp-elements-f4f462afaf9aa29e4311fd32f2f8c316 a:where(:not(.wp-element-button)) {
    color: #005a8e;
    font-size: 16px;
}

@media only screen and (max-width: 600px) {

	.top{
		gap:10px;
	}
	.has-primary-color .as-text-color .as-link-color .as-merriweather-font-family .p-elements-729ad73e93c99c85a1be8697c44d2d9e{
		text-align:center;
	}
}


@media (max-width: 781px) {
.leftside{
order:2;
}} /*lewa strona na drugiej pozycji mobile*/


@media (max-width: 781px) {
    .rightside{

order:3;
}} /*prawa strona na drugiej pozycji mobile*/

:root :where(.wp-block-post-title) {
    margin-bottom: 20px;
}

/*ZAJAWKA MAIN PRAWA BRAK TYTULU*/
.category-sejm-kluby-i-kola .wp-block-post-title{
	display:none
}


.category-senat-kluby-i-kola .wp-block-post-title{
	display:none
}

.category-europarlament-grupy-polityczne .wp-block-post-title{
	display:none
}

/** CZYTAJ WIECEJ PO BOKACH **/
.wp-block-post-excerpt__more-link em{
    color: #005a8e;
    font-weight: bold;
}