/*!
Theme Name: Dozamel
Author: Wonders Ahead
Author URI: https://wondersahead.pl
Version: 1.0.0
Text Domain : dozamel
*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

::-moz-selection {
  background: #00c0ff;
  color: #fff !important;
}

::selection {
  background: #00c0ff;
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hind Siliguri";
}

h1 {
  font-size: 60px !important;
  line-height: 71px !important;
  letter-spacing: 0px;
}

h2 {
  font-size: 48px !important;
  line-height: 57px !important;
  letter-spacing: 0px;
}

h3 {
  font-size: 28px !important;
  line-height: 33px !important;
  letter-spacing: 0px;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

body {
  font: normal normal normal 1rem/1.5rem;
  font-family: Hind Siligur, sans-serif;
  letter-spacing: 0;
  color: #00445c;
}

#page {
  min-height: 100vh;
}

.site-content {
  min-height: 100vh;
}

.wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.row {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .site-hamburger {
    display: none;
  }
}

.site-hamburger #nav-icon3 {
  width: 30px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.site-hamburger #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.site-hamburger #nav-icon3 span:nth-child(1) {
  top: 0px;
}

.site-hamburger #nav-icon3 span:nth-child(2),
.site-hamburger #nav-icon3 span:nth-child(3) {
  top: 9px;
}

.site-hamburger #nav-icon3 span:nth-child(4) {
  top: 18px;
}

.site-hamburger #nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.site-hamburger #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-hamburger #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-hamburger #nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.site-header {
  position: fixed;
  width: 100%;
  padding: 50px 0 !important;
  z-index: 1000;
  pointer-events: none;
}

.site-header .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100% !important;
  padding: 0 50px !important;
}

@media screen and (min-width: 992px) {
  .site-header .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.site-branding {
  z-index: 1000;
  pointer-events: all;
}

.site-header .wrapper .site-branding a img {
  width: 160px;
  height: auto;
  display: block;
}

@media screen and (min-width: 1199px) {
  .site-header .wrapper .site-branding a img {
    width: 160px;
  }
}

.menu_ico_search {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  opacity: 1;
}

.m_ico_s {
  margin-right: 35px;
}

.main_nav_cont:hover .m_ico_s {
  opacity: 0;
  margin-right: 35px;
}

.main_nav_cont .main-navigation {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 20px;
}

.main_nav_cont:hover .main-navigation {
  max-height: 500px;
}

.soc_icons {
  margin: 0 0 0 35px;
  height: 20px !important;
}

.soc_icons a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 20px !important;
  display: inline-block;
}

.soc_icons:hover a {
  opacity: 0.5 !important;
}

.soc_icons a:hover {
  opacity: 1 !important;
}

.soc_ico {
  height: 20px;
  margin: 0 0 0 15px;
  display: block;
}

.soc_icons.soc_icons_single {
  margin: 40px auto 0;
}

.soc_icons.soc_icons_single .soc_ico {
  margin: 0 7px;
}

.site-header .wrapper .main-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0 0 20px;
}

@media screen and (min-width: 992px) {
  .site-header .wrapper .main-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.site-header .wrapper .main-navigation ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.site-header .wrapper .main-navigation ul li a {
  font-family: "Hind Siliguri";
  color: #fff;
  line-height: 20px !important;
}

.section_title {
  color: #080d38;
  font-size: 26px !important;
  line-height: 30px !important;
  margin: 0;
  font-weight: 700;
}

.section_title_mar_bot {
  margin: 0 0 30px;
}

.site-header .wrapper .main-navigation ul li .sub-menu {
  position: relative;
  width: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0px;
  margin-top: 40px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  /* pointer-events: none; */
  opacity: 0;
}

.main_nav_cont:hover .main-navigation ul li .sub-menu {
  width: 170px;
  opacity: 1;
}

.site-header .wrapper .main-navigation ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.site-header .wrapper .main-navigation > ul > li {
  border-right: 1px solid #00c0ff !important;
}

.site-header .wrapper .main-navigation ul li a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  line-height: 20px !important;
}

.site-header .wrapper .main-navigation ul li a:hover {
  color: #00c0ff !important;
  line-height: 20px !important;
}

.site-header .wrapper .main-navigation ul li.separator a {
  border-bottom: 1px solid #00c0ff;
  width: 20px;
  font-size: 0 !important;
  line-height: 0px !important;
  margin: 10px 0 8px;
}

.site-header .wrapper .main-navigation ul li ul li {
  padding-bottom: 5px;
  white-space: nowrap;
}

#primary-menu .mobonly {
  display: none !important;
}

.main_nav_cont {
  background: #080d38;
  position: fixed;
  padding: 20px 50px 20px 20px;
  border-radius: 38px 0 0 38px;
  right: 0;
  line-height: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  width: auto;
  min-width: 0;
  top: 30px;
  overflow: hidden;
  pointer-events: all;
}

.main_nav_cont:hover {
  background: #080d38;
  line-height: 20px;
  min-width: 100vw;
  border-radius: 0px;
  top: 30px;
}

.site-header .wrapper .main-navigation div > ul > li {
  margin-left: 35px;
}

.site-header .wrapper .main-navigation div > ul > li:first-of-type {
  margin-left: 0px !important;
}

.site-header .wrapper .main_nav_cont:hover .main-navigation > div > ul > li {
  margin-left: 30px;
}

.site-header .wrapper .main_nav_cont:hover .main-navigation > div > ul > li:first-of-type {
  margin-left: 0px !important;
}

.site-header .wrapper .main-navigation ul li ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #6b6e88;
}

.site-header .wrapper .main-navigation ul li ul li a:hover {
  color: #fff;
}

.centerit {
  text-align: center;
}

.header_search_cont {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0;
}

.main_nav_cont:hover .header_search_cont {
  margin: 0 100px 0 0;
}

.header_search_cont #searchform input#s {
  border: none;
  border-bottom: 1px solid #00c0ff;
  padding: 0 !important;
  background: none !important;
  color: #fff;
  outline: none !important;
}

.header_search_cont #searchform #searchsubmit {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: none !important;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  border: none !important;
  padding: 0 10px;
  border-radius: 5px;
  cursor: pointer;
}

.header_search_cont #searchform #searchsubmit:hover {
  background: #fff !important;
  color: #080d38;
  font-size: 10px;
  line-height: 20px;
  border: none !important;
  padding: 0 10px;
}

/* Homepage */

section.home_cover {
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

section.home_cover .wrapper {
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 100px 15px;
  position: relative;
}

section.home_cover .v_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100vh;
  overflow: hidden;
  bottom: 0;
  pointer-events: none;
  min-height: 900px;
}

section.home_cover .video-bg {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%) !important;
  pointer-events: none;
}

.cover_gradient {
  position: absolute;
  bottom: 0;
  mix-blend-mode: inherit;
  pointer-events: none;
}

.cover_big_dozamel {
  position: absolute;
  bottom: 0;
  mix-blend-mode: inherit;
  height: calc(100vh - 125px);
  pointer-events: none;
}

.cover_text {
  text-align: center;
}

.cover_text_big {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
}

.cover_text_small {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 30px 0 25px;
}

.cover_button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #00c0ff;
  border-radius: 20px;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
}

.cover_button:focus,
.cover_button:hover {
  background: #fff;
  color: #080d38;
}

.page_cover_button {
  margin: 30px 0;
}

.entry_button a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #00c0ff;
  border-radius: 20px;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 20px;
}

.entry_button a:focus,
.entry_button a:hover {
  background: #fff;
  color: #080d38;
}

/* Home tiles */

section.dozamel_tiles {
  padding: 100px 0 70px !important;
}

.dozamel_tile {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 350px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 30px;
}

.dozamel_tile:hover {
  background-size: auto 110%;
}

.dozamel_tile_cont {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  padding: 0 0 25px;
}

.dozamel_tile_title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  padding: 0 30px 15px;
}

.dozamel_tile_link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #00c0ff;
  text-decoration: underline;
}

.dozamel_tile_link:hover,
.dozamel_tile_link:focus {
  color: #fff;
  text-decoration: underline;
}

.tile_gradient {
  position: absolute;
  width: auto;
  bottom: 0;
  height: 200px;
}

/* Home news */

section.home_news {
  padding: 0 0 100px;
}

.row.news_blog_row {
  margin-top: 20px;
}

.post-large {
  background: #f8f8f8;
  padding: 50px 30px 30px;
  height: 100%;
  border-radius: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.post-large h2 {
  color: #080d38;
  font-size: 30px !important;
  font-weight: 700;
  line-height: 36px !important;
  margin-bottom: 30px;
}

.post-large p {
  color: #080d38;
  font-size: 18px;
  margin: 0;
}

.post-small {
  padding: 30px 0;
}

.post-small h2 {
  color: #080d38;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 24px !important;
  margin-bottom: 15px;
}

.post-small p {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.post_bottom_bar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 30px 0 0;
}

.post_bottom_bar p {
  color: #adadad;
  font-size: 12px;
  line-height: 23px;
}

.post_icons_readmore {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.post_icons_readmore .soc_ico {
  height: 15px;
  margin: 4px 0 5px 10px;
  display: block;
}

.post_readmore {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #00c0ff;
  border-radius: 20px;
  padding: 1px 20px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  margin: 0 0 0 20px;
}

.post_readmore:focus,
.post_readmore:hover {
  background: #fff;
  color: #080d38;
}

/* Home dlaczego my */

section.home_dlaczegomy {
  background: #eafaff;
  padding: 100px 0;
}

.dlaczegomy_logo {
  width: 90%;
  margin: 50px 0 0;
}

.ico_dlaczego {
  width: 60px;
}

.dlaczego_box {
  background: #fff;
  border: 1px solid #00c0ff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dlaczego_box:hover {
  transform: scale(1.05);
}

.dlaczego_box_tit_cont {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.dlaczego_box_tit {
  width: 100%;
  text-align: center;
  line-height: 60px;
  color: #080d38;
  font-weight: 600;
  font-size: 20px;
}

.dlaczego_box_text {
  margin: 40px 0 0;
  text-align: center;
  font-size: 18px;
  color: #080d38;
}

/* Home newsletter */

section.home_newsletter {
  background: #080d38;
  padding: 50px 0;
}

section.home_newsletter .section_title {
  color: #fff;
}

.home_newsletter_blue {
  color: #00c0ff;
  font-weight: 700;
  font-size: 18px;
}

.home_newsletter_white {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 30px;
}

/* Home faq */

section.home_faq {
  padding: 100px 0 80px;
}

.accordion-header {
  line-height: 20px !important;
  margin: 0 !important;
}

.accordion-button {
  font-family: "Hind Siliguri";
  color: #080d38;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0px !important;
  padding: 0 0 20px 25px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  outline: none !important;
  position: relative;
  cursor: pointer;
}

.accordion-button.collapsed::before {
  content: "+";
}

.accordion-button::before {
  width: 22px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "-";
  color: #00c0ff;
  position: absolute;
  font-family: "Hind Siliguri";
  left: 0px;
  top: 0px;
  font-size: 20px;
  font-weight: 700;
}

.accordion-body {
  padding: 0 0 0 20px;
  text-align: left !important;
}

/* Strona - ogólne */

.page_body .wrapper {
  padding: 100px 20px;
}

section.news_cover {
  height: 100vh;
  background-color: #000;
  background-image: url(assets/images/news_cover.jpg);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

section.page_cover {
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

section.page_cover .wrapper {
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  padding: 75px 15px 0;
  position: relative;
}

section.page_cover .cover_text_big {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  margin: 0 0 40px;
}

section.page_cover .cover_text_small {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 auto 40px;
}

section.darkblue_cover {
  height: 100vh;
  background-color: #080d38;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

section.darkblue_cover .wrapper {
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  padding: 100px 15px 15px;
  position: relative;
}

.darkblue_cover_lead {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 30px;
}

.darkblue_read_arrow {
  margin: 50px 0 0;
  width: 40px;
  height: auto;
}

.with_arrow {
  margin-top: 80px;
}

/* Aktualnosci */

section.news_cover {
  background-color: #000;
  background-image: url(assets/images/news_cover.jpg);
}

section.page_news {
  padding: 0 0 50px;
}

.row.blog_row {
  margin-top: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
}

section.page_news .news_blog_row {
  margin-bottom: 50px;
}

/* Blog ekspercki */

section.blog_page {
  padding: 100px 0 50px;
}

.post-small.post-small-blog {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  margin: 0 0 40px;
  border-radius: 20px;
  background: #f8f8f8;
}

.post-small.post-small-blog p {
  color: #080d38;
}

.post-small.post-small-blog.polecany {
  background: #080d38;
}

.lokal_img_info {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #00c0ff;
  border-radius: 0 0 20px 20px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 80%;
  margin: 0 10%;
}

.lokal_img_info_pow > sup {
  font-size: 12px;
}

.lokal_img_info_cena {
  color: #080d38;
}

.post-small-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  min-width: 340px;
}

.post-small-img img {
  height: 100%;
  width: auto;
}

.short_desc {
  font-size: 14px;
  margin: 0 0 15px;
}

.post-small-text {
  width: 100%;
  padding: 0 40px 0 60px;
}

.post-small.post-small-blog p.post-date {
  color: #adadad;
}

.post-small.post-small-blog.polecany h2,
.post-small.post-small-blog.polecany p,
.post-small.post-small-blog.polecany .short_desc {
  color: #fff;
}

.polecane {
  color: #00c0ff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 15px;
}

section.lokale_plan {
  background: #eafaff;
  padding: 100px 0;
  text-align: center;
}

.wpp_plan {
  width: 100%;
  mix-blend-mode: multiply;
}

h2.plan_header {
  color: #080d38;
  font-size: 30px !important;
  font-weight: 700;
  line-height: 36px !important;
  margin-bottom: 30px;
  padding: 0 0 0 40px;
}

.plan_lead {
  color: #080d38;
  font-size: 18px;
  margin: 30px 0;
  padding: 0 0 0 40px;
}

.plan_text {
  color: #080d38;
  padding: 0 0 0 40px;
  font-size: 14px;
}

.plan_text > a {
  color: #00c0ff;
  font-weight: 500;
  text-decoration: underline;
}

section.lokale_bottom {
  padding: 100px 0 100px;
  text-align: center;
}

h2.lokale_h2 {
  color: #080d38;
  font-size: 30px !important;
  font-weight: 700;
  line-height: 36px !important;
  padding: 0 0 20px;
}

.lokale_text {
  margin: 0 0 80px;
}
/* Paginacja */

.navigation {
  text-align: center;
  margin: 50px 0 0;
}

.wp-paginate.wpp-modern-grey a,
.wp-paginate.wpp-modern-grey .current {
  background: none !important;
  border: none !important;
  border-radius: 50% !important;
  color: #000;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  display: inline-block;
  min-height: 0;
  height: 25px;
  min-width: 25px;
  font-weight: 500;
}

.wp-paginate.wpp-modern-grey .current {
  opacity: 1 !important;
  background: #00c0ff !important;
  color: #fff !important;
}

.navigation .prev {
  margin-right: 40px;
}

.navigation .next {
  margin-left: 40px;
}

.navigation .prev::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  color: #00c0ff;
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 0;
}

.navigation .next::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #00c0ff;
  font-weight: 700;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  right: 0;
}

.navigation .prev:hover::before {
  left: -5px;
}

.navigation .next:hover::after {
  right: -5px;
}

/* Single artykuł */

.cover_text_date {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 30px;
  color: #080e39;
  text-decoration: none !important;
  display: inline-block;
  line-height: 19px;
}

section#single_body .wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

section#single_body .wp-block-image {
  padding: 0 100px;
  margin: 50px 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  padding: 0 !important;
}

section.related_blog .wrapper {
  padding: 0 20px 100px;
}

.doz_legacy_img {
  width: 80%;
  margin: 0 auto 30px;
  display: block;
}

.doz_legacy_img > img {
  width: 100%;
}

/* Breadcrumbs */

.breadcrumbs_sec {
  background: #f8f8f8;
  padding: 20px 0;
  margin: 0px;
}

.breadcrumbs_sec .wrapper {
  padding: 0 20px !important;
}

#breadcrumbs {
  margin: 0;
  font-size: 14px;
}

.wp-block-embed-youtube {
  max-width: 80% !important;
  margin: 40px auto;
  aspect-ratio: 16 / 9;
}

.entry > p > iframe[src^="https://www.youtube.com"]
{
  width: 80% !important;
  margin: 40px auto;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  display: block;
}

.wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9;
}

/* Tytuły i śródtytuły stron */

.page_title {
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 60px !important;
  color: #00c0ff;
  margin: 0 0 80px !important;
  padding: 80px 0 0 0 !important;
  position: relative;
}

.entry h1 {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 32px !important;
  color: #292b2c !important;
  margin: 30px auto 30px;
}

.entry h2 {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 32px !important;
  color: #292b2c !important;
  margin: 30px auto 30px;
}

.entry h3 {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 32px !important;
  color: #292b2c !important;
  margin: 30px auto 30px;
}

.entry h4 {
  font-size: 22px !important;
  font-weight: 700;
  line-height: 28px !important;
  color: #292b2c !important;
  margin: 30px auto 30px;
}

/* Oferta */

#page_body {
  padding: 0 0 100px;
}

#page_body.oferta_tiles {
  padding: 0 0 70px;
}

/* Lokale */

section.lokale_cover {
  background-color: #080d38;
  background-image: url(assets/images/lokale_cover.jpg);
}

#page_body.lokale_page {
  padding: 0 0 60px;
}

.lokale_kontakt {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
  font-size: 22px;
  color: #080d38;
  line-height: 30px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
}

.lok_kon_l:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #00c0ff;
  position: absolute;
  right: -15px;
  top: 0;
}

.filtry {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 60px 0 40px;
}

.filter_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}

.filter_head {
  font-weight: 600;
  color: #000;
  margin: 0 5px 0 0;
}

.filtr_sw {
  display: inline-block;
  text-align: left;
  color: #000;
  cursor: pointer;
  margin: 0 0 0 10px;
  font-size: 14px;
  user-select: none;
  line-height: 23px;
}

.filtr_sw p {
  margin: 0 2px 0 0;
  vertical-align: bottom;
  color: #00aeef;
}

.filtr_sw p::before {
  display: block;
  content: "check_box_outline_blank";
}

.filtr_sw.filtr_on p::before {
  display: block;
  content: "check_box";
}

/* Singel lokal */

.lokal-video > iframe {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  height: auto !important;
}

.lokal-video {
  margin: 0 0 40px;
}

.lokal-okladka {
  margin: 0 0 40px;
  width: 100%;
}

.acf-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 20px auto 40px;
  max-width: 1000px;
}

.acf-gallery a {
  display: block;
  width: calc(33.333% - 16px); /* 3 w rzędzie z odstępem */
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
}

.acf-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  transition: transform 0.3s ease;
}

.acf-gallery a:hover img {
  transform: scale(1.1);
}

.local-thumbnail img {
  width: 100% !important;
  height: auto !important;
  border-radius: 20px !important;
}

.lokal_plan {
  width: 80%;
}

.lokal_bottom_bar {
  font-size: 14px;
  line-height: 20px;
}

/* Transport */

section.transport_cover {
  background-color: #080d38;
  background-image: url(assets/images/transport_cover.jpg);
}

/* Dzwignice */

section.dzwignicowe_cover {
  background-color: #080d38;
  background-image: url(assets/images/dzwignice_cover.jpg);
}

/* BHP */

section.bhp_cover {
  background-color: #080d38;
  background-image: url(assets/images/bhp_cover.jpg);
}

/* Media */

section.media_cover {
  background-color: #080d38;
  background-image: url(assets/images/media_cover.jpg);
}

#page_body.media_body {
  padding: 0 0 70px;
}

.media_row {
  margin: 0 -15px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 0px;
}

/* Restauracja */

section.restauracja_cover {
  background-color: #080d38;
  background-image: url(assets/images/restauracja_cover.jpg);
}

/* Centrum konferencyjne */

section.ck_cover {
  background-color: #080d38;
  background-image: url(assets/images/ck_cover.jpg);
}

/* Kolobrzeg */

section.kolobrzeg_cover {
  background-color: #080d38;
  background-image: url(assets/images/kolobrzeg_cover.jpg);
}

/* O firmie */

.ofirmie_cover {
  background-color: #080d38;
}

/* Zarząd */

section.zarzad_title {
  padding: 80px 0 0;
}

section.zarzad {
  padding: 100px 0 70px;
  background: #f8f8f8;
}

section.rada {
  padding: 100px 0 70px;
}

.osoba {
  text-align: center;
  margin: 0 0 30px;
}

.osoba_foto {
  width: 100%;
  margin: 0 0 30px;
  border-radius: 20px;
}

.osoba_imie {
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 700;
  margin: 0 0 5px;
}

.osoba_stanowisko {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 400;
}

section.zarzad .osoba_imie {
  font-size: 30px !important;
  line-height: 35px !important;
  font-weight: 700;
  margin: 0 0 10px;
}

section.zarzad .osoba_stanowisko {
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 400;
}

section.zarzad h2,
section.rada h2 {
  font-size: 50px !important;
  line-height: 55px !important;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
}

/* Kalendarium */

section.lightblue_cover {
  height: 100vh;
  background-color: #eafbff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

section.lightblue_cover .wrapper {
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  padding: 100px 15px 15px;
  position: relative;
}

.lightblue_cover_text {
  font-size: 14px;
}

.lightblue_cover_lead {
  color: #080d38;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 30px;
}

.dozamel_mask {
  width: 50vw;
  height: 100vh;
  position: absolute;
  -webkit-mask-image: url("assets/images/dozamel_mask.png");
  mask-image: url("assets/images/dozamel_mask.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: transparent;
  max-height: calc(100vh - 120px);
  top: 120px;
}

.dozamel_bg {
  width: 50vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.darkblue_cover_text {
  color: #fff;
  font-size: 14px;
}

.row.timeline_cont {
  position: relative;
}

.row.timeline_cont:before {
  content: "";
  background: #8e9394;
  width: 1px;
  height: 100vh;
  position: absolute;
  left: 50%;
  top: 12px;
}

.page-template-kalendarium .lightblue_cover_text:before {
  content: "";
  background: #8e9394;
  width: 100px;
  height: 1px;
  position: absolute;
  left: -20%;
  top: 12px;
}

.timeline {
  position: relative;
  padding: 80px 0 0;
}

.timeline_title {
  color: #00c0ff;
  font-weight: 700;
  font-size: 50px !important;
  line-height: 60px !important;
  padding: 0;
  position: absolute;
}

.timeline-line {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #8e9394;
  z-index: 0;
}

.timeline-item {
  display: block;
  width: 100%;
  pointer-events: none;
  position: absolute;
}

.timeline-item:first-of-type {
  position: relative !important;
}

.timeline-item.left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.timeline-item.right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.timeline-item.right::before {
  content: "";
  background-color: #fff;
  background-image: url(assets/images/tl_right.png);
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: left;
  width: 25px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 10px 0;
  transform: translate(-1px);
  z-index: 5;
}

.timeline-item.left::before {
  content: "";
  background-color: #fff;
  background-image: url(assets/images/tl_left.png);
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: right;
  width: 25px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 50%;
  padding: 10px 0;
  transform: translate(1px);
  z-index: 5;
}

.timeline-content {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  width: 40%;
  pointer-events: all;
}

.timeline-content h2 {
  font-size: 26px !important;
  font-weight: 700;
  color: #080d38;
  line-height: 36px !important;
}

.special_event .timeline-content {
  background: #00c0ff;
  color: #080d38;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  width: 40%;
  pointer-events: all;
}

.special_event .timeline-content h2 {
  font-size: 70px !important;
  font-weight: 700;
  color: #fff;
  line-height: 75px !important;
}

.karta_dozamel {
  position: absolute;
  top: 25px;
  right: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .timeline-line {
    left: 0;
    transform: none;
  }

  .timeline-item.left,
  .timeline-item.right {
    grid-column: 1;
    text-align: left;
  }
}

/* Taryfy */

#page_body.przet_page {
  padding: 0 0 60px;
}

.post-small .post_text_taryfy p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.medium_name {
  color: #00c0ff;
}

.post-small.post-small-tar {
  padding: 20px;
  margin: 0 0 40px;
  border-radius: 20px;
  background: #f8f8f8;
}

/* Medium */

#page_body.page_medium {
  padding: 0 0 60px;
}

#page_body.medium_newsy {
  padding: 0 0 70px;
}

#page_body.medium_pliki {
  padding: 80px 0;
  background: #f8f8f8;
  border-bottom: 60px solid #080d38;
}

.post-small.post-small-med {
  padding: 20px;
  margin: 40px 0 0;
  border-radius: 20px;
  background: #f8f8f8;
}

.repo_title {
  color: #080d38;
  font-size: 20px !important;
  line-height: 30px !important;
  margin: 40px 0 0 !important;
  font-weight: 600;
}

.pliki_repo {
  margin: 10px 0 0;
}

hr {
  height: 1px !important;
}

.wp-block-separator {
  border-top: 1px solid !important;
}

.post-small.post-small-med h3 {
  color: #080d38;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 24px !important;
  margin: 15px 0;
}

/* CSR */

.entry > *:first-child {
  margin-top: 0 !important;
}

#page_body.csr_page {
  padding: 0 0 70px;
}

.wp-block-list.csr_list {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  width: 75%;
}

.wp-block-list.csr_list li {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

.csr_credo {
  padding: 20px;
  margin: 0 0 40px;
  border-radius: 20px;
  background: #f8f8f8;
}

.entry .csr_credo h2 {
  margin: 0px auto 20px !important;
}

.csr_dzialania {
  padding: 20px;
  margin: 0 0 40px;
  border-radius: 20px;
  background: #eafaff;
}

.csr_dzialania .wp-block-list.csr_list {
  margin: 0 auto 0 !important;
}

/* Kontakt */

.left_pad {
  padding-left: 40px;
}

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

.site-footer {
  margin: 0;
  padding: 100px 0;
  background: #f8f8f8;
  min-height: 200px;
}

.home .site-footer {
  margin: 0;
}

.footer-site-branding {
  margin: 0 0 50px;
}

.footer-site-branding img {
  width: 160px;
}

.dane_adresy {
  color: #080d38;
  font-size: 12px;
  line-height: 16px;
}

.disclaimer {
  color: #9b9999;
  font-size: 12px;
  line-height: 16px;
  margin: 115px 0 0;
  width: 75%;
}

.disclaimer a {
  color: #00c0ff;
  text-decoration: underline;
  font-weight: 500;
}

.disclaimer a:hover {
  color: #000;
}

.site-footer .main-navigation {
  height: auto;
  margin: 0 0 40px;
}

#footer-menu {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#footer-menu > .menu-item {
  flex: 1;
}

#footer-menu > .menu-item > a {
  color: #080d38;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
}

#footer-menu .sub-menu {
  position: relative;
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
}

#footer-menu .sub-menu > li > a {
  font-size: 12px;
  color: #080d38;
  text-decoration: underline;
}

.footer_links {
  float: right;
  margin: 50px 0 0;
}

.footer_links a {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Hind Siliguri";
  color: #fff;
  text-decoration: underline;
}

.footer_links a.foot_link {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Hind Siliguri";
  color: #fff;
  text-decoration: underline;
}

.site-hamburger #nav-icon3 {
  z-index: 99999;
}

.site-hamburger #nav-icon3 span {
  background: #00c0ff !important;
}

.site-hamburger #nav-icon3.open span {
  background: #00c0ff !important;
}

.wpcf7-form-control {
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  vertical-align: top;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 !important;
}

.wpcf7-text,
.wpcf7-textarea {
  margin: 0 0 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #00c0ff;
  outline: none !important;
  font-family: "Hind Siliguri";
  font-size: 12px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border: 1px solid #1b1b1c;
}

.wpcf7-textarea {
  max-height: 190px;
  font-family: "Hind Siliguri";
}

.wpcf7-submit {
  width: 100%;
  height: 40px;
  background: #00c0ff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 30px;
  font-size: 20px;
  line-height: 30px;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  font-family: "Hind Siliguri";
  font-weight: 500 !important;
  margin: 20px 0 0;
}

.wpcf7-submit:hover {
  background: #fff;
  color: #080d38;
}

.home_newsletter .wpcf7-submit {
  margin: 0;
}

.wpcf7 .ajax-loader {
  background-color: #1b1b1c !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin: -10px 0 0 10px !important;
}

.zgoda_cont {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0px 0 10px;
}

.form_zgoda {
  max-width: calc(100% - 25px);
  line-height: 14px !important;
  display: inline-block;
  position: relative;
  left: 10px;
  font-size: 9px;
  top: 0px;
  margin: 0px 0;
  padding: 4px 0 0;
}

.news_zgoda {
  max-width: calc(100% - 50px);
  line-height: 14px !important;
  display: inline-block;
  position: relative;
  left: 10px;
  font-size: 14px;
  top: -1px;
  margin: 6px 0;
  color: #626262;
}

.zgoda,
.zgoda2 {
  margin: 10px 0;
  width: auto !important;
  vertical-align: top;
}

@media screen and (max-width: 990px) {
  .site-hamburger #nav-icon3 {
    top: 26px !important;
    right: 25px;
  }

  .site-content {
    padding-top: 0px;
    overflow-x: hidden;
  }

  .section.sec_slider {
    padding: 20px 0;
  }

  .wrapper {
    padding: 0 15px !important;
  }

  body.menu_opened {
    overflow: hidden !important;
  }

  .site-header .wrapper .site-branding a img {
    width: 120px;
  }

  .main-navigation {
    z-index: 9999;
    background: #080d38;
    background-image: url(assets/images/cover_big_dozamel.png);
    background-repeat: no-repeat;
    background-position: bottom 80px left;
    background-size: 80%;
    color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
    z-index: 1100;
    flex-direction: column;
  }

  .main-navigation.opened {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header .wrapper .main-navigation ul {
    margin: 0;
  }

  .site-header .wrapper .main-navigation div > ul > li {
    margin-left: 0px;
    padding: 0 30px;
    margin-top: 10px;
  }

  .site-header .wrapper .main-navigation ul li a {
    color: #fff !important;
    margin: 0px;
  }

  .site-header .wrapper .main-navigation ul li a {
    color: #fff;
    line-height: 30px !important;
    color: #bbb !important;
  }

  .dozamel_menu_logo {
    position: absolute;
    top: 30px;
    width: 120px;
    left: 30px;
  }

  .menu-menu-glowne-container {
    width: 100%;
  }

  .main-navigation .soc_icons {
    margin: 20px 30px 0 0;
  }

  .post_icons_readmore .soc_icons {
    margin: 0;
  }

  .soc_ico {
    height: 20px;
    margin: 0 0 0 15px;
    display: block;
  }

  .header_search_cont {
    position: absolute;
    bottom: 30px;
    transform: translateX(-50%);
    text-align: center;
    left: 50%;
    white-space: nowrap;
    width: auto;
    display: flex;
    transform: translatex(-50%);
  }

  #primary-menu .mobonly {
    display: flex !important;
  }

  .main-navigation.opened #primary-menu > li.menu-item-has-children > a {
    pointer-events: none !important;
  }

  .separator {
    display: none !important;
  }

  .site-header .wrapper .main-navigation ul#primary-menu > li > a {
    font-size: 18px;
    color: #fff !important;
    font-weight: 500;
  }

  .site-header .wrapper .main-navigation ul li ul li a {
    font-size: 14px;
    color: #fff;
  }

  .site-header .wrapper .main-navigation ul li .sub-menu {
    position: relative;
    width: 100%;
    display: block;
    padding: 0px;
    margin-top: 10px;
    pointer-events: all;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }

  .site-header .wrapper .main-navigation li.menu-item-has-children:hover ul.sub-menu {
    max-height: 100vh;
  }

  .site-header {
    padding: 30px 0 !important;
    pointer-events: all;
  }

  .site-header .wrapper .main-navigation ul li {
    align-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .site-header .wrapper {
    padding: 0 30px !important;
  }

  h1 {
    font-size: 48px !important;
    line-height: 57px !important;
    letter-spacing: 0px;
  }

  .row {
    width: auto;
  }

  section.home_cover .wrapper {
    -webkit-align-items: center;
    align-items: center;
    padding: 75px 15px 0px !important;
  }

  section.home_cover .v_bg {
    height: 100vh;
  }

  .cover_big_dozamel {
    height: 100vh;
  }

  .cover_text_big {
    font-size: 24px;
    line-height: 30px;
  }

  .home .cover_text_big {
    font-size: 40px;
    line-height: 45px;
  }

  .section.page_blog.related_blog {
    margin: 50px 0 0;
  }

  .doz_legacy_img > img {
    width: 100%;
    height: auto;
  }

  .with_arrow {
    margin-top: 0 !important;
  }

  section.darkblue_cover .wrapper {
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    padding: 75px 30px 0 !important;
    position: relative;
  }

  section.lightblue_cover .wrapper {
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    padding: 75px 30px 0 !important;
    position: relative;
  }

  section.dozamel_tiles {
    padding: 50px 0 70px !important;
  }

  .post-large h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }

  .post_bottom_bar {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 30px 0 0;
  }

  .post-type-archive-publikacja .post_bottom_bar,
  .post-type-archive-przetarg .post_bottom_bar {
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 30px 0 0;
  }

  .post-type-archive-publikacja .post_icons_readmore,
  .post-type-archive-przetarg .post_icons_readmore {
    width: auto !important;
  }

  .post_icons_readmore {
    width: 100%;
  }

  .post_icons_readmore .soc_ico {
    margin: 4px 10px 5px 0px;
  }

  .post_bottom_bar p {
    margin: 0 0 10px;
  }

  .post-small.post-small-med {
    padding: 20px;
    margin: 0 0 40px;
    border-radius: 20px;
    background: #f8f8f8;
  }

  .post-small {
    padding: 30px 30px;
  }

  .post-large p {
    font-size: 12px;
    line-height: 20px;
  }

  #page_body {
    padding: 0 0 50px;
  }

  .page-template-zarzad #page_body {
    padding: 0 !important;
  }

  section.home_dlaczegomy {
    background: #eafaff;
    padding: 50px 15px;
  }

  .dlaczegomy_logo {
    display: none !important;
  }

  .dlaczego_box {
    margin: 0 0 30px;
  }

  .home_dlaczegomy > .wrapper > .row {
    display: block;
  }

  section.home_newsletter {
    text-align: center;
  }

  section.home_newsletter .zgoda_cont {
    text-align: left;
  }

  section.home_newsletter .form_zgoda {
    text-align: left;
  }

  .home_newsletter_blue {
    margin: 0 0 30px;
  }

  .section_title {
    margin: 0 0 40px;
    text-align: center;
  }

  .site-footer {
    padding: 50px 0 0;
    text-align: center;
  }

  .site-footer .wpcf7 {
    margin: 50px 0 0;
  }

  .disclaimer {
    margin: 30px 0 50px;
    width: 100%;
  }

  .darkblue_read_arrow {
    margin: 50px auto 0;
    display: block;
  }

  .page_title {
    font-size: 36px !important;
    line-height: 46px !important;
    margin: 0 0 40px !important;
    padding: 40px 0 0 0 !important;
  }

  section.page_cover .cover_text_big {
    font-size: 24px;
    line-height: 30px;
  }

  section.page_cover .cover_text_small {
    font-size: 14px;
  }

  section.page_cover .cover_text_small > p {
    margin: 0;
  }

  section.page_cover .wrapper {
    padding: 75px 30px 0 !important;
  }

  .filter_head {
    width: 100%;
    margin: 0 0 20px;
  }

  .filter_box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .filtr_sw {
    margin: 0 10px 5px 0;
  }

  .row.news_blog_row {
    margin-top: 0px;
  }

  .post-small.post-small-blog {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .post-small-img img {
    height: 100%;
    width: 100%;
  }

  .post-small-img {
    min-width: 0;
  }

  .post-small-text {
    width: 100%;
    padding: 20px 0 0;
  }

  section.lokale_plan {
    padding: 50px 0;
  }

  h2.plan_header {
    color: #080d38;
    font-size: 24px !important;
    line-height: 30px !important;
    padding: 0px;
  }

  .plan_lead {
    padding: 0px;
  }

  .plan_text {
    padding: 0px;
  }

  h2.lokale_h2 {
    font-size: 26px !important;
    line-height: 30px !important;
  }

  .lightblue_cover_lead {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
  }

  .page-template-kalendarium .lightblue_cover_text::before {
    display: none;
  }

  .row.timeline_cont::before {
    display: none;
  }

  .timeline-line {
    left: 50%;
    transform: none;
  }

  .timeline-item {
    position: relative;
    top: 60px !important;
  }

  .timeline-content {
    width: 100%;
    margin: 0 0 60px;
  }

  .timeline-item.right::before {
    top: -60px;
    left: 50%;
    transform: translatex(-50%) rotate(90deg);
    background-size: auto 30px;
  }

  .timeline-item.left::before {
    top: -60px;
    left: 50%;
    transform: translatex(-50%) rotate(-90deg);
  }

  .special_event .timeline-content {
    width: 100%;
  }

  .special_event .timeline-content h2 {
    font-size: 50px !important;
    line-height: 55px !important;
  }

  .timeline {
    padding: 0;
  }

  section.zarzad h2,
  section.rada h2 {
    font-size: 40px !important;
    line-height: 45px !important;
  }

  .dane_adresy {
    margin-bottom: 50px;
  }

  .wpp_plan {
    margin-bottom: 40px;
  }

  #page_body {
    padding: 0 0 50px;
  }
}
