:root {
  --gap: 15px;
  --border-radius: 30px;
  --primary: #5B6670;
  --secondary: #5b6670;
  --black: #000000;
  --white: #FFFFFF;
  --background: #F1F1F1;
  --bgdarkshadow: #999999;
  --bglight: #f8f8f8;
  --bglightless: #f0f0f0;
  --bgshadow: #e9e9e9;
  --transparent-dark: rgba(0, 0, 0, 0.7);
  --box-shadow: 0px 10px 20px 0px rgba(169.99999999999997, 169.99999999999997, 169.99999999999997, 0.27);
  --transition: 0.4s;
}
.notFound{
  border-radius: 100%;
  padding:1rem;
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.2rem;
}

ul {
  margin: 0;
}

h1.entry-title{
  text-align: center;
}

h2.head__title--2 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
  justify-content: flex-start;
}

h3.head__title--3 {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.col--1 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.col--2 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.col--3 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.col--4 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.col--5 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.col--6 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.col--7 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.col--8 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

.col--9 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--9 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

.col--10 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--10 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.col--11 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--11 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

.col--12 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 668px) {
  .col--12 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .col--12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.col--fr--1 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--1 {
    grid-template-columns: 1fr 1fr;
  }
}
.col--fr--2 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--2 {
    grid-template-columns: 2fr 1fr;
  }
}
.col--fr--3 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--3 {
    grid-template-columns: 3fr 1fr;
  }
}
.col--fr--4 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--4 {
    grid-template-columns: 4fr 1fr;
  }
}
.col--fr--5 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--5 {
    grid-template-columns: 5fr 1fr;
  }
}
.col--fr--6 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--6 {
    grid-template-columns: 6fr 1fr;
  }
}
.col--fr--7 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--7 {
    grid-template-columns: 7fr 1fr;
  }
}
.col--fr--8 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--8 {
    grid-template-columns: 8fr 1fr;
  }
}
.col--fr--9 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--9 {
    grid-template-columns: 9fr 1fr;
  }
}
.col--fr--10 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--10 {
    grid-template-columns: 10fr 1fr;
  }
}
.col--fr--11 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--11 {
    grid-template-columns: 11fr 1fr;
  }
}
.col--fr--12 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 668px) {
  .col--fr--12 {
    grid-template-columns: 12fr 1fr;
  }
}
body,
body.page,
body.post {
  background: #f6f6f6;
  background-image: url(../img/budynek-glowny-background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
}

.d-none {
  display: none !important;
}

button,
a {
  color: var(--black);
}
button:focus,
a:focus {
  outline: 0px solid var(--black);
  color: var(--black);
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--black);
  color: var(--black);
}
button:visited,
a:visited {
  color: var(--black);
}
button:active,
a:active {
  color: var(--black);
}
button:hover,
a:hover {
  color: var(--black);
}

.btn {
  background: none;
  border: none;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-flex;
  padding: 0.4rem 1.5rem;
  transition: var(--transition);
}

.btn:hover {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

a.btn--success,
.btn--success {
  border: 2px solid var(--primary);
  border-radius: var(--border-radius);
  color: var(--primary);
}

a.btn--info,
.btn--info {
  border: 2px solid var(--primary);
  background: var(--primary);
  border-radius: var(--border-radius);
  color: var(--white);
}

.container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.container--full {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}

.header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
  padding: 0.5rem;
  background: var(--background);
}
@media screen and (min-width: 668px) {
  .header {
    background: none;
    flex-wrap: nowrap;
    padding: 0 1rem;
  }
}
.header__nav {
  display: flex;
}
.header__section {
  display: flex;
  flex:auto;
  align-items: center;
  gap: var(--gap);
}
.header__section--right {
  justify-content: flex-end;
  display: none;
}
@media screen and (min-width: 668px) {
.header__section {
  flex:2;
}
  .header__section--right {
    display: flex;
  }
}
.header__logo {
  height:80px;
  display:flex;
  gap:1rem;
  object-fit: contain;
}
.header__logo__title {
  display: none;
}
.header__button {
  border: none;
  background: var(--white);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1rem;
  border-radius: 100%;
  box-shadow: var(--box-shadow);
  padding: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 668px) {
  .header__button {
    display: none;
  }
}
.header__button--hidden {
  display: none;
}
@media screen and (min-width: 668px) {
  .header__button--hidden {
    display: flex;
  }

}

.menu {
  display: inline-flex;
  justify-content: flex-end;
  width: auto;
  align-items: center;
  flex:auto;
}
.menu__container {
  padding: 0.25rem;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  background-color: var(--white);
  display: none;
}
@media screen and (min-width: 668px) {

  
  .menu{
    flex:8;
    justify-content: center;
  
  }
  .menu__container {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
}
.menu.toggled .menu__container {
  display: flex;
  position: absolute;
  top: 70px;
  right: 0;
  width: 100%;
}

.menu__list {
  gap: var(--gap);
}

.menu__link {
  text-transform: uppercase;
  transition: var(--transition);
  padding: 0.5rem 1rem;
  color: var(--black);
  border-radius: var(--border-radius);
  text-decoration: none;
}
.menu__link[aria-current=page] {
  background: var(--background);
}
.menu__link:visited {
  color: var(--black);
}
.menu__link:hover {
  background: var(--background);
}

.footer {
  background: var(--white);
  padding: 3rem 0;
}
.footer__container {
  gap: 4rem;
}
.footer__menu {
  justify-content: flex-start;
}
.footer__menu__container {
  padding: 0;
  background: none;
  box-shadow: none;
}
.footer__menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu__link {
  text-decoration: none;
  padding: 0;
}

.footer__section{
  gap:2rem;
  
}

#post {
  padding: 3rem 1rem;
  gap: 3rem;
  display: grid;
}
#post .post__container {
  padding: 0;
}
@media screen and (min-width: 668px) {
  #post .post__container {
    padding: 0 2rem;
  }
}
#post .post__content {
  margin-top: -6rem;
  padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  background-color: var(--white);
  position: relative;
}
#post .post__header {
  display: flex;
  flex-direction: column;
}
#post .post__thumbnail {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
  border-radius: var(--border-radius);
  order: 0;
}
#post .post__title {
  order: 2;
}
#post .post__meta {
  order: 1;
}

.posts .post__img {
  border-radius: var(--border-radius);
  height: 130px;
  object-fit: cover;
}

.wpcf7-response-output{
  text-align: center;
  background: var(--wp--preset--color--vivid-green-cyan);
  color: var(--white);
}

/*# sourceMappingURL=style.css.map */