/*!
Theme Name: avp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

avp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */



/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root{
	--my-theme-color: #0074AD;
}

html {
	color-scheme: light;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	
	   width: 100%;
    height: 100%;
    display: table;
	margin:0px;
	padding:0px;

}
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');*/
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	min-height:100%;
	  width: 100%;
    display: table-cell;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration:none;
	outline:0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #444;
	font-family: Roboto, sans-serif;
	
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:500;
}

p {
	margin-bottom: 1.5em;
	color:#444;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	outline:0;
}

a:visited {
	color: #800080;
	outline:0;
}

a:hover,
a:focus,
a:active {
	color: #191970;
	outline:0;
}

a:focus {
/* 	outline: thin dotted; */
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc;
	border-radius: 0px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* zmiany */
p{
	font-size:14px;
}
a, a:visited{
    color: #161616;
	text-decoration: none;
    transition: all .25s ease-in-out;
}

 a:focus, a:active {
	color: #161616;
}
a:not(.btn):not(.text-link):hover{
    color: #161616;
	/*   	text-shadow: 2px 2px #fff, 2px -2px #fff, -2px 2px #fff, -2px -2px #fff;  */
    box-shadow: 0 -1px 0 0 #fff inset,0 -2px 0 0 #161616 inset; 
}
a.text-link:hover{
	color:#161616;
}
.single-post .entry-content  a:not(.back-link){
color: var(--my-theme-color);
}
.entry-content a:hover{
text-decoration:underline;
}
#page{
    max-width: 1200px;
    margin: 0 auto;	
	padding:0px 20px 10px 20px;
	height:100%;
	position:relative;
}	
.post-template-default .widget.widget_search_filter_register_widget{
	display:none;
}
.widget_search_filter_register_widget li ul{
	padding-left:0px;
}
.widget_search_filter_register_widget h4{
	font-weight:500;
	font-size:14px;
}
.searchandfilter label{
	font-size:14px;
}
.searchandfilter ul li li {
    padding: 1px 0 1px;
white-space: nowrap;
}
.searchandfilter h4 {    
    padding: 0px 0 5px;
}
.searchandfilter ul li.sf-level-0.sf-item-267{
	display:none;
}


/* zwin pokaz kategorie
li.sf-field-category ul{
	transition:.2s all ease-in-out;
}
li.sf-field-category h4:hover{
	background:#e3e3e3;
}
li.sf-field-category h4{
	position:relative;
}
 li.sf-field-category h4:after{
	content:'+';
	position:absolute;
	right:0px;
	top:-5px;
	font-size:20px;
	font-weight:400;
	color:#404040;	
}
li.sf-field-category >ul{
	height:0px;
	overflow:auto;	
}
li.sf-field-category h4.active:after{
	content:'-';
	position:absolute;
	right:0px;
	top:-5px;
	font-size:20px;
	font-weight:400;
	color:#404040;	
}
li.sf-field-category >ul.active{
	height:auto;
	overflow:auto;	
} */

#primary{
width:72%;
	float:left;
}
#secondary{
	float:right;
		width:28%;
	background:#fafafa;
	margin-top:22px;
	padding:20px 40px 20px 40px;
border-radius:8px;
}
.page-id-25506 .entry-header{
	display:none;
}

.home #primary{
	width:100%;
	float:none;
}
.home #secondary{
	width:100%;
	background:#fff;
	display:none;
}
.home .button-link.see-all{
	margin-right:0px;
}
.avp-navigation{
	flex-basis:100%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	
}

.avp-navigation a{
	color:#666;
	font-size:13px;
	font-weight:500;
	padding:3px 0px;
	margin:0px 0px 0px 15px;
}
.avp-navigation a.active{
	color:#222;
	 box-shadow: 0 -1px 0 0 #fff inset,0 -2px 0 0 #444 inset; 
}
_:-ms-fullscreen, :root .avp-navigation a.active{
	 box-shadow: 0 -1px 0 0 #fff inset,0 -2px 0 0 #444 inset; 
}

.search-filter-results{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	    justify-content: space-around;
	margin-top:140px;
}
.search-filter-results > div{
	width:46%;
}
.search-filter-results > div p >br{
	display:none;
}
.search-filter-results .page-number{
	flex-basis:100%;
	text-align:center;
	font-size:14px;
}
.sf-field-search{
	position: absolute;
    left: 0px;
    padding-left: 20px !important;
    width: calc(72% - 60px) !important;
    top: 70px;
}
.searchandfilter ul{
	margin-left:0px;
	padding-left:0px;
}

.sf-field-search label,
.sf-field-search input,
.sf_date_field input{
	width:100%;
	font-size:100%;
	border-radius:0px;
}
.searchandfilter .sf_date_field li{
	padding:0px;
}
.searchandfilter .sf_date_field li:first-child label{
	margin-right:2%;
}
.sf_date_field label{
	width:49%;
	font-size:100%;
	border-radius:0px;
	float:left;
	display:block;
}
.searchandfilter ul li.sf-field-tag{
	   clear: both;
	 margin-top: 35px;
}
.searchandfilter ul li.sf-field-reset{
	clear:both;
	margin-top:30px;
}
.searchandfilter ul li.sf-field-reset a{        
    margin-top:10px;
	font-size: 14px;
    border: 2px solid #666;
    padding: 5px 10px;
    background: #fff;
    text-align: center;
	width:100%;
	padding:6px;
	display:block;
border-radius:6px;
}
.searchandfilter ul li.sf-field-reset a:hover{
	box-shadow:none;
	background:#666;
	color:#fff;
	
}


section#search_filter_register_widget-2 input[type="text"]{
font-size:14px;	
	padding:5px 10px;
border-radius:4px;
}
.chosen-container.chosen-container-multi{
	width:100% !important;	
}
.chosen-container-multi .chosen-choices{
	background-image:none;
	border-color:#ccc;
	height:31px;
border-radius:4px;
}
p.site-description{
	display:none
}
p.article-date {
    padding: 0px;
    margin: 0px;
    position: absolute;
	font-size:12px;
	color:#989898;
}
.single-avp-article{
	padding-bottom:40px;
	position:relative;
}
.single-avp-article p:not(.article-date){
	margin-top:10px;
}
.single-avp-article p:nth-of-type(3){
	padding-bottom:0px;
	margin-bottom:0px;
}
.single-avp-article p:empty{
	display:none;
}
.single-avp-article a.read-more{
	font-size:14px;
	font-weight:400;
	color:var(--my-theme-color);
}
.single-avp-article a.read-more:hover{
text-decoration:none}
.entry-content .single-avp-article h2 a{
color: #161616;
    text-decoration: none;
}
.entry-content .single-avp-article h2 a:hover{
}
_:-ms-fullscreen, :root .single-avp-article a.read-more{
	color:#017EBB;
}
.najnowsze{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	justify-content: space-between;
}
.najnowsze article{
	width:31%;
	padding-left: 0%;
    padding-right: 1%;
    float: left;
    min-height: 1px;
    box-sizing: border-box;
	position:relative;	
	margin-bottom:0px;
}
.najnowsze article p{
	margin-top:10px;
}
.najnowsze article p:empty,
.col-2 p:empty{
	display:none;
}
.najnowsze .entry-meta, .promowane-container .entry-meta{
	position:absolute;
	top:0px;
	color: #989898;
	font-size:12px;
}
.kategorie{
	padding:30px;
	background:#f8f8f8 !important;
}
.kategorie a{
	    transition: .2s all ease-in-out;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 6px 18px;
    border: 1px solid #f5f5f5;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-transform: uppercase;
    background: #fff;
}
.promowane-container{
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	padding:0px 0px 30px;
	flex-wrap:wrap;
}
.promowane{
	width:100%;
}
.promowane-drugie{
	width:auto;
	padding-left:40px;
}
.promowane-drugie article{
	position:relative;
	
}
.promowane article{
	padding:50px 30px 30px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	background:#f4f4f4;
	width:100%;	
	
	
}
.promowane:hover h1, .promowane:hover p{
background: #01a7ed;
}
.promowane a, .promowane a:hover{
	box-shadow:none;
	text-shadow:none;
	color:#fff;
	
}
.promowane p:empty{
	display:none
}
.promowane p{
	
	padding: 5px 10px !important;
    margin: 0px 0px 0px !important;    
    font-weight: 400;
    font-size: 14px !important;
	color:#383838;
	    background: #fff;
 
    
	
}
.promowane h1{
	padding:0px;
	margin:0px;	
	padding: 5px 10px !important;
    color:#fff;
    font-size: 26px !important;
    margin: 0px !important;
    line-height: 1.2;
    font-weight: 500;
	
	    background: #01a7ed;
    
	
}
.promowany{
	width:100%;
	position:relative;
	padding:0px;
	    display: flex;
    align-items: center;
    justify-content: flex-end;
	margin-bottom:10px;
	min-height:350px;
/*	border:1px solid #e7e7e7;*/
border-radius:8px;
}

.promowany .promowany-content{
	background:rgba(92,92,92,.95);
	padding:45px;
	width:505px;
	height:auto;	
	margin-right:40px;
	border-radius:8px;
	
}
.promowany .promowany-content h1, .promowany .promowany-content p{
	color:#fff;
	padding:0px;
	margin:0px;
	line-height:20px;
}
.promowany .promowany-content h1{
font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.promowany .promowany-content p{
	margin-top:15px;
	color:#dedede;
/* 	font-size:13px; */
}
.promowany .promowany-content a.promowany-link{
	color:#fff;
}
.promowany .promowany-content a.promowany-link:hover{
	color:#fff;
	box-shadow: 0 -1px 0 0 #5C5C5C inset, 0 -2px 0 0 #fff inset;
}
.promowany .promowany-content a.btn{
	display:inline-block;
	margin-top:10px;
	background: transparent;
	font-size:12px;
	padding:8px 25px;
	color:#fff;
	font-weight:500;
	border: 2px solid #fff;
border-radius:6px;
}
_:-ms-fullscreen, :root .promowany-content a.btn{
	background:#017EBB;
}
.promowany .promowany-content a.btn:hover {
    background: #fff;
    color: #161616;
}
.promowany-banerek:hover{
	box-shadow:none !important;
}
.promowany-banerek{
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 30px;
    min-height: 300px;
border-radius:8px;
}
.promowany-banerek h1{
	    display: inline;
    margin: 0px 20px 10px;
    padding: 0px;
    line-height: 18px;
    white-space: pre-wrap;
}
_:-ms-fullscreen, :root .promowany-banerek h1{
	display:block;
	margin:0px;
}
.promowany-banerek h1 span{
text-align: left;
    background: var(--my-theme-color);
    font-size: 14px;
    padding: 8px 0px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    display: block;
    background: #5C5C5C;
    box-shadow: 10px 0 0 #5C5C5C, -10px 0 0 #5C5C5C;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
width:100%;
border-radius:8px;
}
_:-ms-fullscreen, :root .promowany-banerek h1 span{
	background:#017EBB;
	display:block;
	padding:10px;
	box-shadow:none;
}
.promowany-banerek:hover h1 span{
	    background: var(--my-theme-color);
    box-shadow: 10px 0 0 var(--my-theme-color), -10px 0 0 var(--my-theme-color);
}
_:-ms-fullscreen, :root .promowany-banerek:hover h1 span{
	background:#017EBB; 
	box-shadow:none;
}
#masthead{
	display:flex;
	flex-direction:row;
	align-items:center;
}
.site-branding{
/* 	flex-basis:100%; */
}
.site-branding h1{
	margin:5px 0px 10px 0px;
	padding:0px;
}
.site-branding h1 a{
	font-size:20px;
	font-weight:500;
}
#masthead .main-navigation {
/*     display: flex;
    width:100%;
	justify-content: flex-end; */
	display:none;
}
.button-link.see-all{
	width:100%;
	margin-bottom:0px;
	margin-right:40px;
	max-width:245px;
}

.container .col-2 {
    width: 48%;
}
.col-2 article{	
	display:flex;	
}
.col-2 article p{
	margin-top:10px;
}
.col-2 article > a div{
	width:155px;
	height:95px;	
	margin-right:25px;
}
.col-2 article > a:hover{
	box-shadow:none;
}
.col-2 article img{
	margin-top: 18px;
        border-radius:8px;
	
}

.col-2 article div{
	display:flex;
	flex-direction:column;
}
.container {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.block-head-b {
    margin-bottom: 7px;
	margin-top:5px;
    border-bottom: 1px solid #e7e7e7;   
	    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.home .block-head-b:nth-of-type(2){
	margin-top:0px;	
}
.block-head-b a{
	font-size: 12px;
    font-weight: 500;
    flex-grow: 2;
    text-align: right;
    margin-bottom: -20px;
    padding-bottom: 8px;
	color:var(--my-theme-color);
}
_:-ms-fullscreen, :root .block-head-b a{
	color:#017EBB;
}
.block-head-b .title {
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 1px;
    padding-bottom: 8px;
/* 	    border-bottom: 1px solid #666; */
    
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
	color:#888;
}
h1.entry-title, 
.search-filter-results h2,
.polecane h1{
	    position: relative;
    margin-top: 18px;
    margin-bottom: 0px;
    font-family: Roboto,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
	font-weight:500;
	color:#161616;
}
.polecane{
	margin-top:30px;
}
.polecane h1.entry-title{
	font-size:14px;
}
.search-filter-results .pagination{
	display:flex;
	width:100%;
	margin-top:20px;
	align-items:center;
	justify-content:space-between;
}
.search-filter-results .pagination a{
	margin:0px 5px;
}
.single-post .entry-header .entry-title{
	font-size:28px;
	font-weight:600;
	margin-top:5px;
}
.single-post .entry-meta{
	color: #989898;
	font-size:12px;
}
.single-post #secondary{
	background:#fff;
	margin-top:0px;
	padding-right:0px;
}

.center{
	 display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:10px;
}
.button-link{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
    border: 2px solid #444;
    padding: 6px 25px;   
  	max-width:200px;
border-radius:6px;
}
_:-ms-fullscreen, :root .button-link{
	border:2px solid #444;
}
.button-link:hover{
	background:#444;
	color:#fff !important;
}
_:-ms-fullscreen, :root .button-link:hover{
	background:#444
}
.back-link{
	cursor:pointer;
}
.sf-field-submit input[type="submit"] {
    display: inline-block;
    margin-top: 10px;
    background: var(--my-theme-color);
    font-size: 14px;
    padding: 10px 25px;
    color: #fff;
    font-weight: 500;
	outline:0;
	box-shadow:none;
	border-radius:0px;
	    width: 100%;
    margin-top: 30px;
}
_:-ms-fullscreen, :root .sf-field-submit input[type="submit"]{
	background:#017EBB
}
.sf-field-post-meta-modul li label,
.sf-field-post-meta-modul li input,
.sf-field-category  li label,
.sf-field-category  li input{
	cursor:pointer;
}
.entry-content ul, .entry-content ol{
	font-size:14px;
	padding-left:0px;
}
.entry-content ul li,
.entry-content ol li{
	    margin-bottom: .5em;
}
.entry-content table{
	border-color:#c4c4c4;
}
.entry-content table td,
.entry-content table th{
	padding:10px;
	border:1px solid #c4c4c4;
}
.entry-content table td p{
	margin:0px;
	padding:0px;
}
.entry-content h2{
	font-size:16px;
	color:#161616
}
.entry-content h3{
	font-size:15px;
	color:#161616
}
.entry-content > p:first-child strong{
	font-size:16px;
	font-weight:500;
}
.entry-content strong{
	color:#161616;
	font-weight:500;
}
.entry-content img{
	border:1px solid #e7e7e7;
}
.entry-content p a:hover{
	box-shadow:none !important;
}
.back-to-top{
	display:none;
	background:rgba(0,0,0,.5);
	position:fixed;
	bottom:20px;
	right:20px;
	align-items:center;
	justify-content:center;
	color:#fff;
	padding:6px 7px;
	transition:.2s all ease-in-out;
	cursor:pointer;
border-radius:4px;
}
.back-to-top:hover{
	background:rgba(0,0,0,.8);
}
.ll-skin-melon .ui-widget,
.ll-skin-melon .ui-datepicker td{
	background:#fff;
}
.searchandfilter-date-picker .ui-datepicker .ui-datepicker-header {   
    background: #888;
}
.searchandfilter-date-picker .ui-datepicker .ui-datepicker-header a:hover{
	box-shadow:none;
}
.ll-skin-melon .ui-datepicker th {
    border-color: #fff;
}
.ll-skin-melon td .ui-state-default{
	color:#222;
}
.ll-skin-melon td .ui-state-active {
	background:#0083b4;
	color:#fff;
}
.ll-skin-melon .ui-datepicker th {    
    color: #888;        
}
.ll-skin-melon td a:hover{
	box-shadow:none !important;
}
.ll-skin-melon td .ui-state-hover{
	background:#c4c4c4;
	box-shadow:none;
}
.avp-footer-info {
	margin-top:20px;
    border-left: 4px solid #e7e7e7;
    padding: 10px 20px;
    font-size: 13px;
    background: #fafafa;
}
.avp-footer-info .title{
	color:#888;
}
.chosen-container-multi .chosen-choices li.search-choice{
	background-image:none;
	background:#F3F2F1;
	border:1px solid #F3F2F1;
}
.ABSwyrnieniemocneznak{
	font-style:italic;
	color:#BF045B;
	font-weight:500;
}

.ABSWypunktowanie1,
.ABSwskazwkanumerowanaCxSpFirst,
.ABSwskazwkanumerowanaCxSpMiddle,
.ABSwskazwkanumerowanaCxSpLast,
.ABSWypunktowanie1CxSpFirst,
.ABSWypunktowanie1CxSpMiddle,
.ABSWypunktowanie1CxSpLast
 {
    margin: 2px 0px 2px !important;
    padding: 0px 0px 0px 15px;
    line-height: 21px !important;
    position:relative;
    text-indent: 0 !important;
}

.ABSWypunktowanie2,
.ABSWypunktowanie2CxSpFirst,
.ABSWypunktowanie2CxSpMiddle,
.ABSWypunktowanie2CxSpLast{
margin: 2px 0px 2px 20px !important;
    padding: 0px 0px 0px 13px;
    line-height: 21px !important;
    position:relative;
    text-indent: 0 !important;	
}
.ABSWypunktowanie3CxSpFirst,
.ABSWypunktowanie3CxSpMiddle,
.ABSWypunktowanie3CxSpLast{
margin: 2px 0px 2px 40px !important;
    padding: 0px 0px 0px 13px;
    line-height: 21px !important;
    position:relative;
    text-indent: 0 !important;		
}




/*.ABSWypunktowanie1 span[style="mso-list: Ignore;"],
.ABSWypunktowanie2 span[style="mso-list: Ignore;"],
.ABSwskazwkanumerowanaCxSpFirst span[style="mso-list: Ignore;"],
.ABSwskazwkanumerowanaCxSpMiddle span[style="mso-list: Ignore;"],
.ABSwskazwkanumerowanaCxSpLast span[style="mso-list: Ignore;"],
.ABSWypunktowanie1CxSpFirst span[style="mso-list: Ignore;"],
.ABSWypunktowanie1CxSpMiddle span[style="mso-list: Ignore;"],
.ABSWypunktowanie1CxSpLast span[style="mso-list: Ignore;"],
.ABSWypunktowanie2CxSpFirst span[style="mso-list: Ignore;"],
.ABSWypunktowanie2CxSpMiddle span[style="mso-list: Ignore;"],
.ABSWypunktowanie2CxSpLast span[style="mso-list: Ignore;"],
.ABSWypunktowanie3CxSpFirst span[style="mso-list: Ignore;"],
.ABSWypunktowanie3CxSpMiddle span[style="mso-list: Ignore;"],
.ABSWypunktowanie3CxSpLast span[style="mso-list: Ignore;"]*/
span[style="mso-list: Ignore;"]
{
	position:absolute;
	left:2px;
	top:8px;	
	width:4px;
	height:4px;	
	background:#999;
	display:block;
	font-size:0px !important;
}
/*.ABSWypunktowanie2 span[style="mso-list: Ignore;"]{
	position:absolute;
	left:2px;
	top:8px;	
	width:4px;
	height:4px;	
	background:#e3e3e3;
	display:block;
	font-size:0px !important;	
}*/
/*.ABSWypunktowanie1 span[style="mso-list: Ignore;"] > span,
.ABSWypunktowanie2 span[style="mso-list: Ignore;"] > span,
.ABSwskazwkanumerowanaCxSpFirst span[style="mso-list: Ignore;"] > span,
.ABSwskazwkanumerowanaCxSpMiddle span[style="mso-list: Ignore;"] > span,
.ABSwskazwkanumerowanaCxSpLast span[style="mso-list: Ignore;"] > span,
.ABSWypunktowanie1CxSpFirst  span[style="mso-list: Ignore;"] > span,
.ABSWypunktowanie1CxSpMiddle  span[style="mso-list: Ignore;"] > span,
.ABSWypunktowanie1CxSpLast  span[style="mso-list: Ignore;"] > span,
.ABSWypunktowanie2CxSpFirst  span[style="mso-list: Ignore;"] > span,
.ABSWypunktowanie2CxSpMiddle  span[style="mso-list: Ignore;"] > span,
.ABSWypunktowanie2CxSpLast  span[style="mso-list: Ignore;"] > span,
.ABSWypunktowanie3CxSpFirst  span[style="mso-list: Ignore;"] > span,
.ABSWypunktowanie3CxSpMiddle  span[style="mso-list: Ignore;"] > span,
.ABSWypunktowanie3CxSpLast  span[style="mso-list: Ignore;"] > span,*/
span[style="mso-list: Ignore;"] > span{
	display:none;
}


.ABSwyrnienieboldznak{
	font-weight:500;
	color:#222;
}
.ABSwyrnienierednieznak{
	font-style:italic !important;
	font-weight:500;
}
.ABSNagwkiwtekcie{
	font-weight:500;
	color:#161616;
	font-size:15px;
}
.ABSKodZnak {
    background: #f0f0f0;
    font-weight: 500;
    padding: 2px;
}
.ABSCytat {
    background: #fafafa;
    padding: 20px 20px 20px 50px;
    font-style: italic;
    font-weight: 500;
    position: relative;
}
.ABSCytat:before {
    content: '\201C';
    color: #e3e3e3;
    position: absolute;
    font-size: 61px;
    top: -9px;
    left: 5px;
}
.ABSEDUwskazwka {
    border-left: 2px solid #ddd;
    padding-left: 10px;
}
.ABSwskazwkanumerowanaCxSpFirst,
.ABSwskazwkanumerowanaCxSpMiddle,
.ABSwskazwkanumerowanaCxSpLast,
.ABSwskazwkapunktowanaCxSpFirst,
.ABSwskazwkapunktowanaCxSpLast,
.ABSwskazwkapunktowanaCxSpMiddle
{
    border-left: 2px solid #ddd !important;
    padding-left: 20px !important;
}
.ABSwskazwkanumerowanaCxSpFirst span[style="mso-list: Ignore;"],
.ABSwskazwkanumerowanaCxSpMiddle span[style="mso-list: Ignore;"],
.ABSwskazwkanumerowanaCxSpLast span[style="mso-list: Ignore;"],
.ABSwskazwkapunktowanaCxSpFirst span[style="mso-list: Ignore;"],
.ABSwskazwkapunktowanaCxSpLast span[style="mso-list: Ignore;"],
.ABSwskazwkapunktowanaCxSpMiddle span[style="mso-list: Ignore;"]
{
left:8px;
}
.ABSRysunek{
margin-bottom:5px;
}

/* Style utrzymywane przez PREQA
Kontakt Kamil Szymanski / Edyta Nowak */

.PREQANag1 {
    background-color: rgba(0 140 210 / 30%);
    font-size: 22px;
    border-radius: 4px;
    padding: 6px 8px;
    color: #262626;
    line-height: 30px;
    font-weight: 500;
}

.PREQANag2 {
   background-color: rgb(0 140 210 / 20%);
    font-size: 20px;
    border-radius: 4px;
    padding: 6px 8px;
    color: #262626;
    line-height: 26px;
    font-weight: 500;
}

.PREQANag3 {
  background-color: rgb(0 140 210 / 10%);
  font-size: 18px;
  border-radius: 4px;
  padding: 6px 8px;
  color: #262626;
  line-height: 26px;
  font-weight: 500;
}

.PREQAPunktowanie li {
  list-style-type: none;
  margin-top: 10px;
}

.PREQAPunktowanie li::before {	 
  content: "";	
  display: inline-block;
	margin: 0 9px 1px -16px;
  width: 7px;
  height: 7px;  
  background-color: #00a4e0;
  border-radius: 50%;
}

.PREQAPunktowanie2 li {
  margin-left: 50px;
  list-style-type: none;
  margin-top: 10px;
}

.PREQAPunktowanie2 li::before {
  content: "";
  display: inline-block;
  margin: 0 9px 1px -16px;
  width: 7px;
  height: 7px;  
  border: 1px solid black;
  background-color: white;
  border-radius: 50%;
}

.PREQAPunktowanie3 li {
  margin-left: 75px;
  list-style-type: none;
  margin-top: 10px;
}

.PREQAPunktowanie3 li::before {
  content: "";
  display: inline-block;
  margin: 0 9px 1px -16px;
  width: 7px;
  height: 7px;  
  background-color: black;
  border-radius: 50%;
}

.PREQAwyrnienieitalicznak {
	font-style: italic;
}

.PREQAwyrnieniemocneznak {
	color: #00A4E0;
	font-style: italic;
}

.PREQARysunek {
    display: flex;
    justify-content: center; 
  	align-items: center;
		margin-bottom: 15px;
}

.PREQALegenda {
	text-align: center;
	color: #323E4F;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 40px;
}

.PREQAzazNag {
  background-color: #F0f0f0;
  border: solid 2px #262626;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  border-radius:4px;
}

.PREQAKod {
	background-color: #F5F5F5;
	font-family: "Lucida Console", Monaco,   monospace;
	font-weight: lighter;
	font-size: 16px;
}

.PREQARamka {
	background-color: #D5F4FF;
	border: 1px solid #00B0F0;
	padding: 4px;
	font-size: 13px;
}

.PREQAEduPolecenie {
	background-color: #FFFFCC;
	border-left: 3px solid #FFFF00;
	padding: 3px 0 3px 8px;	
}

.PREQAWskazowka2 {
	border-left: 3px solid #00B0F0;
	padding-left: 8px;
}

.PREQAWskazowka,
.PREQAWskazowka2,
.PREQAWskazowkaNum,
.PREQAWskazowkaPkt{
    font-size: 14px;
    border: 1px dashed #008CD2;
    margin: 0px;
    background: #FBFEFF;
    padding: 16px;
    border-radius: 0px;
    
    border-radius:4px;
    margin:10px 0px;
}

.PREQAwyrnieniemocneznakBC {
	color: #00A4E0;
	font-style: italic;
}

.PREQATabela {
	background-color: rgba(0 140 210 / 20%);
	border-collapse: collapse;
}

.PREQATabela tr:first-child {
	background-color: rgb(0 140 210 / 35%) !important;
	font-weight: bold !important;
}

.PREQATabela tr:nth-child(even) {
	background-color: rgb(0 140 210 / 10%);
}

/*---------------------*/


.MsoCaption{
	margin-top:0px;
}
p.MsoCaption {
    color: #111;
    font-weight: 500;
    text-align: center;
	font-size: small;
}
.avp-post-id{
	display:none;
}
#popup-container {
	box-shadow: 0px 0px 20px #ddd;
	box-shadow:none !important;
}
#popup-container .popup-content{
	margin-left: 436px;
    margin-top: 91px;
	position:relative;
}
#popup-container .popup-content .close{
	position:absolute;
	top:-110px;
	right:0px;
	opacity:.6;
}
#popup-container .popup-content .close:hover{
	opacity:1;
	cursor:pointer;
}
#popup-container .popup-content h1{
	font-size:28px;	
	line-height:32px;
	margin:110px 0px 0px;
	font-weight:600;
}
#popup-container .popup-content h1 .color{
	color:var(--my-theme-color);
}
_:-ms-fullscreen, :root #popup-container .popup-content h1 .color{
	color:#017EBB
}
#popup-container .popup-content p{
	font-size:15px;
	font-weight:500;
	margin-bottom:15px;
}
#popup-container .popup-content ul{
	margin-left:0em;
	font-size: 14px;
    padding-left: 20px;
}
#popup-container .popup-content .popup-btn{
    display: inline-block;
    margin-top: 10px;
    background: var(--my-theme-color);
    font-size: 13px;
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
}
_:-ms-fullscreen, :root #popup-container .popup-content .popup-btn{
	background:#017EBB;
}
#popup-container .popup-content .popup-btn >div{
	display:flex;
	align-items:center;
	justify-content:center;
}
#popup-container .popup-content .popup-btn .icon{
	display:flex;
	margin-left:10px;
}
#popup-container .popup-content .popup-btn:hover{
	background: #666;
   
}
.ylHiddenBanner { display: none; }

.wpcf7 .form-group{
	display:flex;
	flex-direction:column;
	margin-bottom:10px;
}
.wpcf7 .form-group label {
    font-size: 13px;
    font-weight: 500;
}
.wpcf7 .star{
	color:var(--my-theme-color);
}
_:-ms-fullscreen, :root .wpcf7 .star{
	color:#017EBB
}
.wpcf7 span.wpcf7-list-item {
	margin:0px;
		
}
.wpcf7 span.wpcf7-list-item label{
	display:flex;
}
.wpcf7 span.wpcf7-list-item label span{
	padding-left:5px;
}
.wpcf7 .form-info , .wpcf7 .form-acceptance{
	font-size:14px;
	margin-bottom:10px;
}
.wpcf7-not-valid-tip {
    color: #444;    
    font-weight: normal;
    display: block;
    background: #fff5f5;
    font-size: 13px;
    padding: 5px 10px;
    width: auto;
    margin-top: 5px;
    border-left: 3px solid #eb5757;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	background:#fdf8e8;
	color: #444;    
    font-weight: normal;
    display: block;    
    font-size: 13px;
    padding: 5px 10px;
    width: auto;
    margin-top: 5px;
    border-left: 3px solid #ebc375;
	border-width:0px 0px 0px 3px;
}
.wpcf7 .wpcf7-not-valid{
	border-color:#eb5757;
}
.wpcf7 .form-container input{
	line-height: 1.6;
	width:100% !important;
}
.wpcf7 .form-container{
	 display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpcf7 .form-container .form-group{
	width:48%;
}
.wpcf7 input[type="submit"]{
	background: var(--my-theme-color);
    font-size: 12px;
    padding: 8px 25px;
    color: #fff;
    font-weight: 500;
	border:0px;
	width:150px;
}
_:-ms-fullscreen, :root .wpcf7 input[type="submit"]{
	background:#017EBB
}
.wpcf7 input[type="submit"]:hover{
	background: #666;
	border:0px;	
}
/* input:not([type=checkbox]){
	width:80%;
} */

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
	margin-bottom:30px;
border-radius:8px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.html-version .avp-navigation{

    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
}
.html-version .site-branding{
display:none;
}
.html-version .site-main .back-link{
position: absolute;
    top: 7px;
    font-size: 13px;
    font-weight: 500;
}
#itu1o:hover{box-shadow:none}
.popup-step > div {
    border-radius: 8px;
}


/* zapisz sie na newsletter panelik */
.postid-36354 .zapisz-na-newsletter{
	display:none;
}
.zapisz-na-newsletter{
    background:#fafafa;
    border-radius:8px;
    margin:20px 0px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:12px;
    text-align:center;
}
.zapisz-na-newsletter .entry-title{
    margin:6px 0px 12px;
    font-size:15px;
}
.zapisz-na-newsletter .button-link{
    margin-bottom:6px;
    padding:6px 6px;
    width:100%;
}
@media (min-width:1024px){
	.single-post #secondary{
		  position: -webkit-sticky;
		  position: sticky;
		  top: 0;
	}
}
@media (max-width: 1024px) {
	.container {
    	display: flex;
    	justify-content: center;
    	flex-direction: column;
	}
	.container .col-2 {
    	width: 100%;
    	margin-bottom: 20px;
	}
	.najnowsze{
		    display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: nowrap;
		flex-flow: nowrap;
		justify-content: center;
		flex-direction: column;
	}
	.najnowsze article{
		width:100%;
		padding-right:0%;
		margin:0;
	}

	.search-filter-results > div {
    	width: 92%;
    	padding-bottom: 20px;
	}
	.single-post #primary {
    	width: 100%;
    	float: left;
	}
	.single-post #secondary {
		float: right;
		width: 100%;
		background: #fafafa;
		margin-top: 22px;
		padding: 0px 20px 20px;
		margin-bottom:20px;
	}
	.single-post .polecane {
    	margin-top: 10px;
	}
	.page-template-default #primary {
    	width: 65%;
	}
	.page-template-default #secondary{
		width: 35%;
	}
	.page-template-default .sf-field-search {
    	width: calc(65% - 60px) !important; 
	}
	.wpcf7 .form-container .form-group input, .wpcf7 .form-container .form-group {
		width:100%;
	}
	
}

@media (max-width: 768px){
	.col-2 article > a div {
	    display:none;
	}
	.promowany .promowany-content{
		max-width: 100%;
    	width: 100%;
    	margin-right: 0px;
	}
	.promowany{
		min-height:auto;
	}
	
	#masthead{
		flex-direction:column;
		margin-bottom:25px;
	}
	.site-branding h1 {
	    margin: 5px 0px 5px 0px;
	    padding: 0px;
		}
	.avp-navigation a{
		margin:0px 10px;
	}
	.sf-field-search{
		top:120px;
	}
	.html-version 	.sf-field-search{
		top:90px;
	}
	.search-filter-results > div {
    width: 100%;
    padding-bottom: 20px;
}
	.page-template-default #primary,
	.page-template-default #secondary{
		width:100%;
	}

	#page.site{
			display:flex;
			flex-direction:column;
			align-items:center;
	}
	#page.site #masthead{
		order:1;
		width:100%;

	}
	.html-version .site-main .back-link{
		top:50px;
		color: var(--my-theme-color);
	}
	#page.site #primary{
		order:3;
		width:100%;
	}
	.single-post #page.site #primary{
		order:2;
	}
	#page.site #secondary{
		order:2;
		width:100%;
		padding: 100px 20px 20px;
		margin-top:0px;
	}
	.single-post #page.site #secondary{
		order:3;
		width:100%;
		padding: 0px 20px 20px 20px;
		margin-top:0px;
	}
	.page-template-default .sf-field-search {
 		   width: calc(100% - 60px) !important;
    		margin-left: 20px;
		}
		select option{
			padding:5px;
		}
		.searchandfilter select.sf-input-select{
			width:100%;
		}
		.search-filter-results{
			margin-top:10px;
		}
		.single-post .entry-header .entry-title {
		    	font-size: 26px;
		    	font-weight: 500;
			line-height:1.2;
	    	
		}

}
_:-ms-fullscreen, :root .col-2 article .text-link{
		position:absolute;
		top:0px;
		left:0px;
	}
_:-ms-fullscreen, :root .home .col-2 article{
		display:block;
		padding-left:180px;
		position:relative;
	}
_:-ms-fullscreen, :root #popup-container .popup-content .close{
	position:fixed;
	top:0px;
	right:0px;
	background:#fff;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	pointer-events:none;
	opacity:.8;
}
_:-ms-fullscreen, :root .promowany .promowany-content{
	margin-top:40px;
	padding:30px 35px;
}
