@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,500,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=PT+Sans&subset=latin-ext");
/* Theme Name: Ziemiabiecka.pl
Author: kasanowak ❤
Author URI: www.kasanowak.dev
Description: Ziemiabiecka.pl
Version: 1.0
*/
/*
MIXINS
 */
/*
VARIABLES
 */
/*
MAIN STYLES
 */
html, body {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0;
  background: #FFF;
  font-family: Raleway, Arial, serif;
  color: #131313;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}

body {
  overflow-x: hidden;
}

a {
  color: #FFB400;
  text-decoration: none;
}

h1,
h2,
p {
  margin: 0;
  padding: 0;
  z-index: 1;
}

h2 {
  font-weight: 900;
  text-transform: uppercase;
  margin: 40px 0;
}

p {
  margin-bottom: 15px;
}

.header {
  width: 100%;
  background-image: url(img/480-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 50px;
  height: 510px;
}
@media only screen and (min-width: 480px) {
  .header {
    background-image: url(img/480-bg.png);
  }
}
@media only screen and (min-width: 768px) {
  .header {
    height: 380px;
    background-image: url(img/768-bg.png);
  }
}
@media only screen and (min-width: 960px) {
  .header {
    background-image: url(img/960-bg.png);
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    background-image: url(img/1024-bg.png);
  }
}
@media only screen and (min-width: 1366px) {
  .header {
    background-image: url(img/1366-bg.png);
  }
}
@media only screen and (min-width: 1920px) {
  .header {
    background-image: url(img/1920-bg.png);
  }
}

.header--with-thumbnail {
  height: 400px;
}

.header__logo-container {
  text-align: center;
}

.header__logo {
  height: 90%;
}

.header__site-label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.page .header__site-label {
  display: none;
}

.header__site-label__text__container {
  position: relative;
  width: 80%;
  height: 300px;
}

.header__site-label__text__container__text {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(img/geolearning-label-mobile.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 1111111;
}

@media only screen and (min-width: 1024px) {
  .header__site-label__text__container__text {
    background-image: url(img/geolearning-label.png);
  }
}
.header__site-label__text__container--overlay {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  filter: blur(8px);
  -webkit-filter: blur(100px);
  z-index: 0;
}

.header__site-label__desc {
  text-align: center;
  color: #FFF;
  font-size: 20px;
  line-height: 45px;
  font-weight: 100;
  z-index: 1;
  text-transform: uppercase;
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .header__site-label__desc {
    font-size: 38px;
  }
}
.header nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(10, 10, 10, 0);
  width: 100%;
  z-index: 9999999;
  transition: all 0.5s ease-out;
  height: 110px;
  padding: 0 30px;
  box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
  .header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
  }
}
.header nav.toggle {
  height: 140px;
  background-color: #fff;
}
.header nav.toggle .header__logo-container {
  color: #000;
}
.header nav.toggle .menu a {
  color: #000;
  text-shadow: none;
}

@media only screen and (min-width: 1024px) {
  .header nav.toggle {
    height: 90px;
  }
}
.header nav .mobile-menu-input {
  display: none;
}

.header nav .mobile-menu-input:checked ~ .mobile-menu {
  z-index: 1;
}

.header nav .mobile-menu-input:checked ~ .mobile-menu:after {
  content: "";
}

.header nav .mobile-menu-input:checked ~ .mobile-menu ~ div .menu {
  height: auto;
  padding: 40px 0 0;
  background-color: #fff;
}

.header nav .mobile-menu {
  position: absolute;
  top: 48px;
  right: 20px;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
}

.header nav .mobile-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon", serif;
  color: #27302e;
  font-size: 39px;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 1024px) {
  .header nav .mobile-menu {
    display: none;
  }
}
.header nav .menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

@media only screen and (min-width: 1024px) {
  .header nav .menu {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    overflow: unset;
  }
}
.header nav .menu a {
  position: relative;
  display: block;
  width: 100%;
  color: #27302e;
  font-size: 17px;
  margin: 10px 20px;
  padding: 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
}
.header nav .menu a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -2px;
  transform: scaleX(0);
  background: #27302e;
  transition: all 0.3s ease-out;
}
.header nav .menu a:hover:after {
  transform: scaleX(1);
}

.container-box {
  position: relative;
  box-sizing: border-box;
  padding-top: 80px;
}
.container-box__title {
  margin-bottom: 40px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 25px;
  line-height: 34px;
}
@media all and (min-width: 960px) {
  .container-box__title {
    margin-left: 40px;
    font-size: 41px;
  }
}

.container-box__section--blog-list {
  padding: 10px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
@media all and (min-width: 960px) {
  .container-box__section--blog-list {
    width: 90%;
    flex-direction: row;
  }
}

.container-box__section__blog-item {
  margin: 40px 0;
  flex-grow: 1;
  width: 100%;
}
@media all and (min-width: 960px) {
  .container-box__section__blog-item {
    margin: 40px;
    width: 30%;
  }
}
@media all and (min-width: 1366px) {
  .container-box__section__blog-item {
    width: 26%;
  }
}
.container-box__section__blog-item:hover .container-box__section__blog-item__title {
  color: #f2a302;
}
.container-box__section__blog-item:hover .container-box__section__blog-item__thumbnail__overlay {
  opacity: 1;
  transform: translate(0, 0);
}
.container-box__section__blog-item:hover .container-box__section__blog-item__thumbnail:before {
  box-shadow: -3px -4px 0 1px #f2a302;
}
.container-box__section__blog-item:hover .container-box__section__blog-item__thumbnail:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #f2a302;
  transition: all 0.1s ease-out;
}
.container-box__section__blog-item__thumbnail {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url(img/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.container-box__section__blog-item__thumbnail:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 52px;
  bottom: -13px;
  background: #FFF;
  transform: rotate(45deg);
  z-index: 1;
  transition: all 0.1s ease-out;
}
.container-box__section__blog-item__thumbnail__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #27302ed9 22%, rgba(242, 163, 2, 0.68) 69%);
  content: "";
  opacity: 0;
  transform: translate(0, 50%);
  transition: all 0.3s ease-out;
}
.container-box__section__blog-item__title {
  display: block;
  color: initial;
  font-weight: 400;
  margin: 20px 0;
}
.container-box__section__blog-item__description {
  font-size: 15px;
  line-height: 19px;
}

.container-box__article {
  padding: 10px;
  margin: 0 auto 40px;
}
@media all and (min-width: 960px) {
  .container-box__article {
    width: 80%;
  }
}
@media all and (min-width: 1024px) {
  .container-box__article {
    width: 60%;
  }
}
@media all and (min-width: 1366px) {
  .container-box__article {
    width: 50%;
  }
}
.container-box__article__title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 51px;
  letter-spacing: 6px;
  text-align: left;
  line-height: 57px;
}
.container-box__article__created-date {
  margin-bottom: 60px;
  text-align: left;
  display: block;
  font-size: 12px;
}

.wp-block-image figcaption {
  font-size: 13px;
}

.page .container-box:after, .page .container-box:before {
  display: none;
}

.container-box h2 {
  text-align: center;
}

.container-box .contact {
  position: relative;
  background-color: #27302e;
}

@media only screen and (min-width: 1024px) {
  .container-box .contact {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 350px;
  }
}
.container-box .contact__info {
  z-index: 10;
  display: flex;
  justify-content: center;
}
.container-box .contact__info__social-media {
  display: flex;
}
.container-box .contact__info__social-media a {
  margin: 35px;
}
.container-box .contact__info__social-media span {
  display: block;
  color: #fff;
  font-size: 40px;
}

.container-box .contact__form {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  color: #FFF;
}

.container-box .contact__form .wpcf7 {
  width: 100%;
}

.container-box .contact__form .wpcf7-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container-box .contact__form .wpcf7-form .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 12px;
}

.container-box .contact__form .wpcf7-form .wpcf7-validation-errors,
.container-box .contact__form .wpcf7-form .wpcf7-acceptance-missing {
  border: none;
  font-size: 15px;
}

.container-box .contact__form .wpcf7-form .ajax-loader {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.button {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 25px;
  box-sizing: border-box;
  font-weight: 900;
  color: #EE7930;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  background: #FFF;
  margin: 45px;
  text-align: center;
}

.button--icon-go:after {
  content: "";
  font-family: "icomoon", serif;
  color: #EE7930;
  font-size: 25px;
  margin-left: 15px;
}

.copyright {
  text-align: center;
  background: #f2a302;
  color: #FFF;
  font-size: 11px;
  padding: 5px;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  margin: 5px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  color: #FFF;
  padding: 10px;
  border: 1px solid #FFF;
  background: transparent;
  box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: solid #FFC7AF 4px;
  border-color: transparent;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 1024px) {
  .wpcf7 input,
.wpcf7 textarea {
    width: 400px;
  }
}
.wpcf7 input[type=submit] {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  font-size: 14px;
}

.hash {
  position: absolute;
  top: 0;
  left: 0;
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar {
  width: 12px;
  height: 7px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #27302e;
}

::selection {
  color: #fff;
  background: #f2a302;
}

::-moz-selection {
  color: #FFF;
  background: #f2a302;
}

::selection:window-inactive {
  background: #6f6f6f;
}

/* EXTERNAL COMPONENTS STYLE */
#wpadminbar {
  display: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-45deg, #FFC7AF 0%, rgba(80, 0, 255, 0.5) 75%);
  background: linear-gradient(-45deg, #FFC7AF 0%, rgba(80, 0, 255, 0.5) 75%);
  z-index: 0;
  opacity: 0.5;
}

.header nav.toggle h1 {
  max-height: 100%;
}

.header__logo {
  height: 60px;
  border-radius: 120px;
}

.header__logo-container {
  display: flex;
  height: auto;
  align-items: center;
  color: #27302e;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 15px;
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .header__logo-container {
    justify-content: center;
    margin-top: 0;
  }
}
.header__logo-container img {
  margin-right: 20px;
}

.container-box {
  overflow-x: hidden;
}

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