/*
Theme Name: ohenglishtheme
Author: ARTEKOT
Author URI:https://www.artekot.com
Description: Powered by:_s underscores + bootstrap v4.6.1 + wp bootstrap navwalker ver.1179194 + afterimagedesigns wp-bootstrap-starter. Szablon autorski. Zakaz dalszej dystrybucji.

Version: 2022-03-26
Requires PHP: 7.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ohenglishtheme

ohenglishtheme 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/
*/
/* cormorant-300 - latin_latin-ext */
/* montserrat-300 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/montserrat-v26-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-300italic - latin_latin-ext */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	src: url('fonts/montserrat-v26-latin_latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-regular - latin_latin-ext */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/montserrat-v26-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-italic - latin_latin-ext */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/montserrat-v26-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-600 - latin_latin-ext */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/montserrat-v26-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-600italic - latin_latin-ext */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 600;
	src: url('fonts/montserrat-v26-latin_latin-ext-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
:root {
	--fs-n: 1.2rem;
	--fs-m: 1.1rem;	
	--fs-l: 1.5rem;
	--fs-s: 1rem;
	--lh-n: 2.5rem;
	--lh-m: 2rem;	
	--fs-h1-xxl: clamp(2.5rem, 1.1rem + 3vw, 5rem);
	--fs-h1: clamp(2rem, 1.1rem + 2vw, 3rem);
	--fs-h2: clamp(1.5rem, 1.1rem + 1.5vw, 2.5rem);
	--fs-h3: clamp(1.3rem, 1.1rem + 1vw, 2rem);
	--bg: #FFF;
	--white: #FFF;
	--black: #000;
	--grey: #545454;
	--darkgrey:#292929;
	--lightgrey: #f0f0f0;
	--darkblue: #46829c;
	--lightblue: #9ed3ea;
	--lightred:#e57d89;
	--orange:#f9e1c8;

}
@media (max-width:769px){
	:root {

	}
}
html {
	-webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility; /* Optymalizacja czytelności tekstu */

}
body {
	margin: 0;
	font-size: var(--fs-n);
	line-height: var(--lh-n);
	background-color:var(--white);
	font-family:'Montserrat', sans-serif;
	font-weight: 400;
	color: var(--grey);
	 -moz-osx-font-smoothing: grayscale; /* Wygładzenie dla OS X */
    font-smoothing: antialiased; /* Wygładzenie, może nie działać we wszystkich przeglądarkach */
}
/* Wygładzanie krojów pisma dla przeglądarek webkit (Chrome, Safari) */
* {
    -webkit-font-smoothing: antialiased; /* Wygładzenie krojów pisma */
}
main {
	display: block;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:var(--darkgrey);
    font-family: 'Montserrat', serif;
	font-weight:600;
}
h1 {
	font-size: var(--fs-h1);
	margin: 1rem 0rem 2rem 0rem;
}
h2 {
	font-size: var(--fs-h2);
	margin: 1rem 0rem 2rem 0rem;
}
.widget-area h2{
	font-size: var(--fs-h2);
	background-color:#FFF;
	padding:10px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
p {
	margin-bottom: 1.5em;
}

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
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,ol {
	margin: 0 0 0em 1rem;
}

ul {
	list-style: square;
}

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;
}
embed,iframe,object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
a {
	color: #4169e1;
}
a:visited {
	color: #800080;
}
a:hover,
a:focus,
a:active {
	color: #191970;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}
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 {
}
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 {
	border: 2px solid var(--lightred);
	border-radius: 0;
	padding: 3px;
	border-top: none;
	border-left: none;
	border-right: none;
	width:100%;
}
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%;
}
.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;
}
.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%;
}
.sticky {
	display: block;
}
.post{
	margin: 0 0 1.5em;
	overflow: auto;
}
.page {
}
.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;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-logo-link {
	display: inline-block;
}
.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;
}
.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;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.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;
}
.center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.menu-center{
	justify-content: center;
}
.top-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}
.top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1110px;
	padding: 1rem;
}
.top-inner {
	display: flex;
	/*flex: 0 1 34%;  Zmiana width na flex oraz dodanie flex-grow: 0 i flex-shrink: 0 */
	justify-content: center;
	align-items: center;
	font-size:1.5rem;
	font-weight: 300;
}
.top-inner a{
	color: var(--grey);
}
.top-inner:nth-child(1){
	justify-content: left;
	order:1;
}
.top-inner:nth-child(2){
	order:2;
}
.top-inner:nth-child(3){
	justify-content: right;
	order:3;
}
.top-inner>img{
	padding-right: 1rem;
}
a.nav-link {
	color: var(--darkblue);
	border-bottom: 1px solid var(--white);
	text-transform: uppercase;
	font-size: var(--fs-m);
}
ul.navbar-nav li:not(:last-child)  {
	margin-right: 1rem;
}
a.nav-link:hover {
	color: var(--lightred);	    
}
li.current-page-item a.nav-link, li.active a.nav-link{
    color: var(--darkgrey);
}
.main-banner{
	background-color:#F0F0F0;
	height:200px;
}
.error-404{
	min-height:70vh;
}
#masthead {
	background-color:#FFF;
}
.navbar-toggler {
  padding: 0px;
}
.navbar-toggler-icon {
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	width:60px;
	height:60px;
	cursor:pointer;
	transition: all .5s ease-in-out;
	background-image:none;
}
.menu-btn-burger {
	position:absolute;
	width:40px;
	height:3px;
	background-color:#000;
	border-radius:5px;
	transition: all .5s ease-in-out;
}
.menu-btn-burger::before,
.menu-btn-burger:after {
	content:"";
	position:absolute;
	left:0px;
	width:40px;
	height:3px;
	background-color:#000;
	border-radius:5px;
	transition: all .5s ease-in-out;
}
.menu-btn-burger::before {
	transform:translateY(-10px);
}
.menu-btn-burger::after {
	transform:translateY(10px);
}
.navbar-toggler-icon.open .menu-btn-burger {
	transform: rotate(0deg) translateX(0px);
	background:transparent;
}
.navbar-toggler-icon.open .menu-btn-burger::before {
	transform: rotate(-45deg) translate(0px, 0px);
}
.navbar-toggler-icon.open .menu-btn-burger:after {
	transform: rotate(45deg) translate(0px, 0px);
}
ul, ol {
	margin-bottom:2rem;
}
ul.pros, ul.cons {
    list-style: none; /* Usuwamy domyślne wypunktowanie */
    padding-left: 0; /* Usuwamy domyślne wcięcie */
}

ul.pros li, ul.cons {
    position: relative; /* Ustawiamy pozycjonowanie dla elementów li */
    padding-left: 30px; /* Dodajemy przestrzeń po lewej stronie, aby miejsce na symbol */
}

ul.pros li::before {
    content: '✓'; /* Możemy użyć ptaszka '✓' lub inny symbol, np. '+' */
    color: green; /* Ustawiamy kolor na zielony */
    position: absolute; /* Element przed */
    left: 0; /* Położenie na lewym końcu */
    font-size: 20px; /* Wymiary symbolu */ 
}
ul.cons li::before {
    content: '—'; /* Możemy użyć ptaszka '✓' lub inny symbol, np. '+' */
    color: red; /* Ustawiamy kolor na zielony */
    position: absolute; /* Element przed */
    left: 0; /* Położenie na lewym końcu */
    font-size: 20px; /* Wymiary symbolu */ 
}
.site-content a:link {
	color:var(--darkblue);
}
.site-content a:visited {
	color:var(--darkblue);	
}
.site-content a:hover {
	color:var(--black);	
}
.site-content a:active{
	color:var(--darkblue);	
}
.site-content p a:link, .site-content ul a:link, .site-content ol a:link {
	text-decoration:underline;
}
strong{
	color:var(--darkgrey);
}
.btn, .btn-r {
	margin:.5rem;
	border: none;
	background-color: var(--lightblue);
	border: none;
	border-radius: 10px;
	color: var(--black);
	padding: 1rem;
	position: relative;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	min-width:200px;
	font-size:1rem;
	line-height:1.3rem;
	min-width: 270px;
	text-transform: uppercase;
}
.btn:hover, .btn-r:hover {
	background-color: var(--lightred);
	color: var(--white);
}
.btn-r {
	background-color: var(--lightred);
	color: var(--white);
}
.btn-r:hover {
	background-color: var(--darkblue);
	color: var(--white);
}
.button, .wp-block-button__link {
	margin:.5rem;
	border: none;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	color: var(--white);
	padding: 1rem;
	position: relative;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	min-width:200px;
	font-size:1rem;
	line-height:1.3rem;
	min-width: 270px;
	text-transform: uppercase;
}
.button:hover, .wp-block-button__link:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: var(--white);
}
.main-title {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	color: var(--darkblue);
	margin-bottom: 5rem;
}
.main-title:after{
	content: '';
	position: absolute;
	bottom:-1.5rem;
	left:50%;
	transform: translate(-50%, 0%);
	background-color: var(--lightred);
	height: 3px;
	width: 10vw;
}
.main-title span {
	font-size: var(--fs-h3);
}
.offer-inner-1, .offer-inner-2, .offer-inner-3, .offer-inner-4 {
	width: 100%;
	min-height: 300px;
	background: var(--lightgrey);
    background-size: cover; /* czy ma być dopasowane do rozmiaru elementu */
    background-position: center; /* centrowanie obrazka */
	margin-bottom: 2rem;
}
.offer-inner-1 {
	background-image: url('gfx/angielski_przed.jpg'); /* ścieżka do obrazka */
}
.offer-inner-2 {
	background-image: url('gfx/angielski_1-7.jpg'); /* ścieżka do obrazka */
}
.offer-inner-3 {
	background-image: url('gfx/angielski-8.jpg'); /* ścieżka do obrazka */
}
.offer-inner-4 {
	background-image: url('gfx/angielski-dor.jpg'); /* ścieżka do obrazka */
}
.offer-inner-1 h2, .offer-inner-2 h2, .offer-inner-3 h2, .offer-inner-4 h2 {
	text-transform: uppercase;
	text-align: left;
	color: white;
	position: absolute;
	top: 0;
	left: 1rem;
	margin: 1rem;
	font-size: var(--fs-h3);
	font-weight:400;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 1); /* Cień: przesunięcie w poziomie, przesunięcie w pionie, rozmycie, kolor */
}
.offer-inner-1 button, .offer-inner-2 button, .offer-inner-3 button, .offer-inner-4 button  {
	position: absolute;
	bottom:3rem;
	left: 50%;
	transform: translateX(-50%);
}
.dziennik-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin:5rem 0rem;
	
}
.dziennik-wrapper:before {
	content: '';
	position: absolute;
	top: 20%;
	width: 100%;
	height: 65%;
	background-color: var(--orange);
	transform: skew(0deg, 3deg);
}
.dziennik div {
	min-height: 300px;
}
.header-like {
	font-size: var(--fs-h1);
	color: var(--lightred);
}
.news-h{
	color: var(--white);
	background-color: var(--lightred);
	font-size: var(--fs-h3);
	padding: 1rem;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.news-h:hover {
	background-color: var(--darkblue);
}
.news-h:hover {
	background-color: var(--darkblue);
}
.news-trimmed {
	line-height: 1.5;
	text-align: justify;
	padding: 0;
	margin: 0;
}
.right {
	text-align: right;
}
.news-img {
	/* filter: sepia(0.4); */
}
.date{
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	font-size:var(--fs-h3);
	padding:1rem 1rem 1rem 2rem;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}
.float-left {
	float: left;
	margin-right: 1rem;
}
.news a:hover {
	text-decoration:none;
}
.entry-title, h2.entry-title {
	font-size: var(--fs-h3);
	font-weight: normal;
}
.entry-title {
	color: white;
	background-color: var(--lightred);
	padding: 1rem;
	padding: 1rem;
	margin: 1rem 0;
}
h2.entry-title a:link {
	color: white;
}
h2.entry-title a:visited {
	color:white;
}
h2.entry-title a:hover {
	color: white;
	text-decoration: none;
}
.waves {
	background-image: url('gfx/wave.jpg'); /* ścieżka do obrazka */
	width: 100%;
	background-repeat: repeat-x;
	height:53px;

}
.dive-in {
	background-color: var(--lightblue);
	color:var(--darkblue);
}
.spot {
	color:var(--lightred);
	display: block;
	padding: 2rem;
	font-size: var(--fs-h3);
}
.sign-in {
	font-size: var(--fs-h2);
	font-weight: 600;
	text-transform: uppercase;
	padding:2rem;
	display: block;
	color: white;
}
.g-to-footer {
	width: 100%;
	height: 70px;
	background: rgb(249,225,200);
	background: linear-gradient(0deg, rgba(249,225,200,1) 0%, rgba(158,211,234,1) 100%); 
}
.footer-inner {
	background-color:rgb(249,225,200);
}
a:link{
	color: var(--darkblue);
}
a:visited{
	color: var(--darkblue);
}
a:hover{
	color: var(--lightred);
}
a:active{
	color: var(--darkblue);
}
.footer-h {
	font-size: var(--fs-h3);
	color: var(--darkblue);
	padding: 0;
	margin: 0;
	margin-bottom: 1rem;
}
ul.wp-block-list {
	margin-bottom:2rem;
}
ul.wp-block-list{
    list-style: none; /* Usuwamy domyślne wypunktowanie */
    padding-left: 0; /* Usuwamy domyślne wcięcie */
}

ul.wp-block-list {
    position: relative; /* Ustawiamy pozycjonowanie dla elementów li */
    padding-left: 40px; /* Dodajemy przestrzeń po lewej stronie, aby miejsce na symbol */
}

ul.wp-block-list li::before {
    content: '';
    position: absolute; /* Element przed */
    left: 0px;
	height: 25px;
	width: 30px;
	background-image: url('gfx/uk-love.png');
	background-repeat: no-repeat;
	margin-top: 7px;
}
.zgoda {
	font-size: var(--fs-s);
	line-height: 1.3;
}
.wp-block-details summary {
  cursor: pointer;
  background-color: #AFCDCB;
  color: #fff;
  font-size: 1.7rem;
  padding:10px;
}
a.green{
	background-color:#AFCDCB;
}
a.green:link,
a.green:visited {
	color:#000;
}
.menu-item-1790 a:link{
	background-color:#E57D89;
	color:#FFF;
}
.menu-item-1790 a:hover{
	background-color:#E57D89;
	color:#000;
}
.menu-item-1790 a:visited{
	background-color:#E57D89;
	color:#FFF;
}
.menu-item-1790 a:active{
	background-color:#E57D89;
	color:#FFF;
}
@media screen and (max-width: 768px) {
	body {
		font-size: var(--fs-m);
		line-height: var(--lh-m);
	}
	.top-inner .pin, .top-inner .tel {
		display: none;
	}
	.top {
		display: flex;
		flex-wrap: wrap;
	}
	.top-inner {
		font-size: 1rem;
	}
	.top-inner:nth-child(1){
		justify-content: left;
		order:1;
		flex-basis: 50%;
	}
	.top-inner:nth-child(3){
		order:2;
		flex-basis: 50%;
	}
	.top-inner:nth-child(2){
		justify-content: right;
		order:3;
		flex-basis: 100%;
		justify-content: center;
	}
}
