@charset "UTF-8";
/*
 * Theme Name: ECZD
 * Author: Sławomir Zieliński
 * Description: eczd.pzpro.pl
 * Version: 1.1.3
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: eczd
 * Text Domain: eczd
 */
 
:root {
  --main-color: #cb151c;
}

/* general */

html {
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  margin: 0;
  font-family: "Montserrat";
  color: #222222;
  font-size: 15px;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-align: left;
  background-color: #fff;
}

*, ::before, ::after {
  box-sizing: border-box;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #222222;
}

a:active, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  transition: all .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
}

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

.eczd-wrapper, .post-format-wrap {
  position: relative;
}

article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container, .custom-container { 
  margin: 0 auto;
/*   max-width: 1400px; */
  width: 100%;
}

.custom-container {
  padding: 0px 15px;
}

/* .container, .custom-container {
  width: 1170px;
} */

/* .site-footer .container {
  max-width: 1400px;
} */

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

ol, ul {
  box-sizing: border-box;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
/*   list-style: none; */
  padding: 0;
  margin-left: 15px;
}

ul li::marker {
  color: var(--main-color);
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.col, .col-lg-3, .col-lg-4, .col-md-12, .col-md-4, .col-md-6, .col-md-8, .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

h1, h2, h3 {
  color: #222;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}

@-webkit-keyframes header_sticky{
    0%{
        margin-top:-120px;
        opacity:0
    }
    50%{
        margin-top:-64px;
        opacity:0
    }
    100%{
        margin-top:0;
        opacity:1
    }
}
@keyframes header_sticky{
    0%{
        margin-top:-120px;
        opacity:0
    }
    50%{
        margin-top:-64px;
        opacity:0
    }
    100%{
        margin-top:0;
        opacity:1
    }
}


/* HEADER */
/* header.eczd-header {
  background-color: #fff;
} */


.header-inner {
  position: relative;
}

.logobar, .navbar, .topbar {
  position: relative;
}

@media only screen and (max-device-width: 1024px)  {
  .hidden-md-land-down {
    display: none !important;
  }
}



/* TOPBAR */
.topbar {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-align: inherit;
  background: #000;
  z-index: 0;
}

.topbar-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}

.topbar-items {
  height: auto;
  line-height: 45px;
  gap: 30px;
}

.topbar-header {
  letter-spacing: 1.2px;
}

.topbar-header p {
  margin: 0;
}

.topbar a {
  color: #fff;
  line-height: 1;
}



/* LOGO / MENU / MEGABUTTON */

.nav-item-inner {
  font-family: "Barlow", Sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
  padding: 0;
  text-align: inherit;
  color: #000;
/*   background: #fff; */
}

.navbar-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.navbar-items.pull-right {
  gap: 20px;
}

.sticky-outer .main-logo {
  line-height: 75px;
}

.sticky-outer .header-sticky .main-logo {
  line-height: 65px;
}

.topbar-items .nav-item-inner {
  padding-right: 30px;
  display: inline-block;
  height: 75px;
  line-height: 75px;
}

.nav-item-inner img {
  display: inline-block;
  vertical-align: middle;
}

.main-logo img.custom-logo {
  padding: 5px 0;
}

/* .header-inner .main-logo img {
  max-height: 60px;
} */

.header-inner .sticky-logo img {
  max-height: 30px;
}

.sticky-logo {
  display: none;
}


.eczd-main-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sticky-head ul.eczd-main-menu li {
  line-height: 75px;
}

.header-sticky ul.eczd-main-menu li {
  line-height: 65px;
}

.eczd-header .eczd-main-menu li.menu-item-has-children {
    margin-right: 12px;
}

ul.eczd-main-menu > li {
  display: inline-block;
}

ul.eczd-main-menu li {
  position: relative;
}

.nav-link {
  display: block;
  padding: 0 15px;
}


ul.eczd-main-menu li > a {
  color: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* .sticky-head.header-sticky ul.eczd-main-menu li > a {
  color: #333;
} */

ul.eczd-main-menu li:hover > a, ul.eczd-main-menu li:hover > .dropdown-btn > span {
  color: var(--main-color);
}

ul.eczd-main-menu > li > a {
  font-weight: 600;
  font-size: 16px;
}

.eczd-header .header-inner .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.eczd-header .header-inner .eczd-main-menu > li.menu-item:first-child > .nav-link {
  padding-left: 0;
}


.sticky-head .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 0;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.sticky-head ul.sub-menu {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: var(--main-color);
}

.sticky-head .eczd-main-menu .sub-menu {
  margin: 0;
  line-height: 30px;
}

.sticky-head .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.sticky-head ul.sub-menu > li {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #e3e3e3;
}

.eczd-header .header-inner ul.sub-menu > li > a {
  font-size: 16px;
  line-height: 22px;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.eczd-header ul.sub-menu > li > a {
  color: #000;
}

.eczd-header ul.sub-menu > li > a:hover {
  padding-left: 25px !important;
  color: var(--main-color);
}


.eczd-mega-button {
  line-height: 73px;
}

.header-sticky .eczd-mega-button {
  line-height: 63px;
}

.eczd-mega-button a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: none;
  font-weight: 600;
  background: var(--main-color);
  font-size: 16px;
  padding: 16px 30px;
  line-height: 1;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: var(--main-color);
  font-family: "Barlow", Sans-serif;
}

/* .eczd-mega-button a:hover {
  color: var(--main-color);
  background: #fff;
} */


.sticky-outer .sticky-head {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  transition: .7s ease-in-out;
}

.admin-bar .sticky-outer .sticky-head {
  top: var(--wp-admin--admin-bar--height);
}

.sticky-head.header-sticky, .mobile-header.mob-sticky {
  background-color: #000000d1;
  box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
}

.sticky-outer .header-sticky, .mobile-header {
  -webkit-animation: .7s ease-in-out header_sticky;
  animation: .7s ease-in-out header_sticky;
}

.sticky-head.header-sticky a, .mobile-header.mob-sticky a {
  color: #fff;
}

/* .sticky-head.header-sticky .eczd-mega-button a:hover {
  color: var(--main-color);
} */

.eczd-header .eczd-main-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: -15px;
    top: 24px;
    font-size: 13px;
    color: #fff;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.eczd-header .eczd-main-menu li.menu-item-has-children .dropdown-btn span {
    -webkit-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.eczd-header .header-sticky .eczd-main-menu li.menu-item-has-children .dropdown-btn {
    top: 19px;
}


/* MOBILE LOGO / MENU / */
.mobile-header {
  position: fixed;
  z-index: 999;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.mobile-header.mob-sticky {
  position: sticky;
  top: 0;
}

.mobile-header .container {
  position: relative;
  height: auto;
}

.mobile-header .mobile-header-inner img {
  margin-bottom: 6px;
  padding: 5px 0;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  transition: all .5s ease;
  max-height: 45px !important;
}

.mobile-header-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-header-items .nav-item-inner {
  height: 80px;
  line-height: 80px;
}



.mobile-header-items a i {
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  transition: all .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
}

.mobile-header-items a:hover i {
  color: var(--main-color);
}

.mobile-bar {
  background: #000000d1;
  position: fixed;
  z-index: 999999;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #000;
  font-size: 16px;
  text-align: inherit;
}

.mobile-bar.animate-from-left {
  top: 0;
  left: -100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #000;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.mobile-bar-toggle.close {
  right: 15px;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close::after, .close::before {
  position: absolute;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #fff;
  right: 15px;
  top: 8px;
  transition: all ease .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close::after, .close::before {
  background: var(--main-color);
}

.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover {
  cursor: pointer;
  background: #424242;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.close:hover::after, .close:hover::before {
  transform: rotate(90deg);
  transition: all ease .4s;
}

.mobile-bar-inner .container {
  width: auto;
}

.mobile-bar-items.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.mobile-bar-items .nav-item-inner {
  padding: 15px 0;
  text-align: center;
  text-align: -webkit-center;
}

.mobile-bar-items img {
  height: 55px;
  line-height: 55px;
}

.eczd-mobile-main-menu ul.eczd-main-menu li.menu-item a {
  position: relative;
  line-height: 45px;
  padding: 0;
}

.menu-item.menu-item-has-children > i {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: 45px;
  color: #fff;
}

.eczd-mobile-main-menu .sub-menu {
  background: none;
  display: none;
}

.eczd-mobile-main-menu ul.eczd-main-menu ul.sub-menu li > a {
  padding: 0 15px;
  font-size: 14px;
  line-height: 38px;
}



@media only screen and (max-width: 991px) {
  .eczd-mobile-main-menu ul.sub-menu li {
    padding-left: 10px;
  }
}

@media only screen and (max-device-width: 1024px)  {
  .hidden-lg-land-up {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .hidden-lg-up {
    display: none !important;
  }
}



/* HEADER VOL.2 */
.header section {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0;
  position: relative;
}

.header section::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
}

header .container.column-gap-no {
  width: auto;
  max-width: inherit;
  padding: 0;
  display: flex;
}

.container .side-left {
  width: 15%;
  position: relative;
  min-height: 1px;
  display: flex;
  padding-left: 15px;
}

.wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.wrap.element-populated {
  align-content: center;
  align-items: center;
}

.header .wrap::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
}

.header .wrap.element-populated a {
  z-index: 100;
}

.social-links li:hover a {
  color: var(--main-color) !important;
}

.header img {
  vertical-align: middle;
  display: inline-block;
  width: 170px;
  max-width: 100%;
}

.container .side-right {
  width: 85%;
  position: relative;
  min-height: 1px;
  display: flex;
  padding-right: 15px;
}

header .side-right .container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: right;
  margin-right: auto;
  margin-left: auto;
  gap: 15px;
}

.cont-menu {
/*   width: 50%; */
  display: flex;
  align-items: center;
  position: relative;
  min-height: 1px;
  display: flex;
}

.primary-nav.responsive {
  position: relative;
  min-height: 1px;
  padding: 0;
  width: 100%;
  justify-content: center;
  display: flex;
}

.menu.indented {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  /*font-family: "Barlow", Sans-serif;*/
}

.side-mobile .menu.indented ul#main-nav {
    margin: 0;
}

.menu.indented .btn-mega-button {
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

#main-nav > li {
  display: inline-block;
  float: left;
}

.primary-nav #main-nav > li {
  position: relative;
}

#main-nav > li > a {
  display: inline-block;
  text-decoration: none;
  outline: 0;
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
}

#main-nav li a {
  transition: all 0.3s ease;
}


#el-header-top .menu li > .sub-menu, #el-header-top-sticky .menu li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 0;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


#el-header-top .menu li ul.sub-menu, #el-header-top-sticky .menu li ul.sub-menu {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: var(--main-color);
}

.menu li > .sub-menu {
  margin: 0;
  line-height: 30px;
}

.menu li ul.sub-menu > li {
  position: relative;
/*   font-weight: 600; */
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #e3e3e3;
}

.menu li ul.sub-menu > li > a {
  padding: 0 15px;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 500;
}

#el-header-top .menu li.menu-item-has-children:hover .sub-menu, #el-header-top-sticky .menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.menu li ul.sub-menu > li > a:hover {
  padding-left: 25px !important;
  color: var(--main-color);
}

li.menu-item-has-children {
  margin-right: 12px;
}

li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: -25px;
  top: 27px;
  font-size: 13px;
  color: #000;
  width: 35px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: .3s ease-in-out;
  transition: all .3s ease-in-out;
}

li.menu-item-has-children .dropdown-btn span {
  -webkit-transition: .3s ease-in-out;
  transition: all .3s ease-in-out;
}


@media (min-width: 1025px) {
  #main-nav > li.menu-item {
    padding: 25px 0px;
  }
	
  #main-nav > li > a {
    padding: 0px 5px 0px 15px;
  }
}


.cont-accessories {
/*   width: 50%; */
  position: relative;
  min-height: 1px;
  display: flex;
}

.cont-accessories .wrap.element-populated {
  justify-content: flex-end;
}

.ele-social {
  padding: 0px 20px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #E0DFDF;
}

.menu.indented .ele-social {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0 15px 0;
    border-right: 0;
}

.ele-social .social-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.social-links li {
  font-size: 1rem;
}

.social-links li:not(:last-child) {
  margin-right: 10px;
}

.social-links li a {
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
}

.social-links li a.social-link {
  position: relative;
  display: block;
  background: #333;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  transition: all 0.3s;
}

.ele-social .social-links .social-link {
  color: #222429;
  background-color: #02010100;
}


.ele-iconbox {
  margin: 0px 20px;
  position: relative;
  z-index: 0;
  transition: all 0.4s ease;
}

.ele-iconbox .icon-box-wrapper {
  display: flex;
}

.icon-box-wrapper .icon-wrapper {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
}

.icon-wrapper .icon {
  transition: all 0.3s ease;
  text-align: center;
  font-weight: normal;
  border-radius: 50%;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 15px 0px 0px;
  background-color: #222429;
  width: 42px;
  height: 42px;
}

.icon-wrapper .icon i {
  display: inline-block;
  transition: all 0.3s ease;
  line-height: 1;
  color: #FFFFFF;
  font-size: 1rem;
}

.icon-box-wrapper .icon-wrapper .icon-bg-img {
  position: absolute;
  width: 100px;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0%;
  top: 0%;
}

.icon-box-wrapper .icon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.icon-text .icon-box-title, .icon-text .icon-box-title a {
  transition: all 0.3s ease;
}

.icon-text .icon-box-title {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}

.ele-button {
  max-width: 100%;
  width: auto;
}

.btn-mega-button {
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: none;
  border-width: 0;
  overflow: hidden;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  border-radius: 0;
  position: relative;
  z-index: 0;
  box-shadow: none;
  text-decoration: none;
  padding: 16px 32px 18px 30px;
  color: var(--headings-color);
  background-color: var(--main-color);
  border-color: var(--main-color);
}

a.btn-mega-button {
  color: #fff;
}

.btn-mega-button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
}





#el-header-top-sticky {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background-color: #fff;
  -webkit-transform: translate(0px, -140px);
  -moz-transform: translate(0px, -140px);
  transform: translate(0px, -140px);
  transition: all 0.4s ease-out;
}

.admin-bar #el-header-top-sticky {
  top: 32px;
}




#el-header-top-mobile {
  width: 100%;
  display: block;
  background-color: #fff;
  transition: all 0.4s ease-out;
}

#el-header-top-mobile.visible {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

.admin-bar #el-header-top-mobile {
    top: var(--wp-admin--admin-bar--height);
}

#el-header-top-mobile.visible.open .side-mobile {
    height: 100vh;
    overflow-y: auto;
    background: white;
    z-index: 15;
    padding-bottom: 35px;
}

@media (min-width: 1025px) {
  #el-header-top-mobile {
    display: none;
  }
}



#el-header-top-sticky.visible {
  opacity: 1;
  z-index: 11;
  visibility: visible;
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}


.side-mobile {
  padding: 5px;
  width: 100%;
}

.mob-logo {
  z-index: 1;
  position: absolute;
  max-width: 100%;
  text-align: left;
  width: auto;
  top: 5px;
  left: 5px;
}

.mob-menu {
  position: relative;
  width: 100%;
}

#top-primary-nav-mobile {
  position: relative;
  min-height: 1px;
  padding: 0;
}


.side-mobile .showhide {
  width: 30px;
  height: 42px;
  padding: 0 0 0;
  float: right;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.side-mobile .showhide em {
  width: 26px;
  height: 3px;
  margin: 4px 0 0;
  float: right;
  background: #333;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.single .eczd-content-wrapper .container, .blog .eczd-content-wrapper .container, .archive .eczd-content-wrapper .container {
  max-width: 1400px;
}

.side-mobile .part-language {
  width: 30px;
  height: 42px;
  padding: 0 0 0;
  float: right;
  text-decoration: none;
  outline: none;
}

@media (max-width: 1024px) {
  .side-mobile .showhide {
    margin-top: 20px;
    margin-right: 5px;
  }
  .side-mobile .menu.indented {
    width: 100%;
    float: left !important;
    margin-top: 5px;
    display: none;
    padding: 0 5px 5px;
  }
	
	.side-mobile .part-language {
		margin-top: 25px;
    	margin-right: 10px;
	}
	
	.pzp-polylang-langswitcher li > a > img {
		height: 14px !important;
		width: 19px !important;
	}
	
  .side-mobile .menu.indented > li:first-child {
    border-top: solid 1px #f0f0f0;
  }
	
  .side-mobile #main-nav li {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    background-color: #f0f0f3;
    border-bottom: 1px solid #c8d9d8;
    margin-right: 0;
  }
	
  .side-mobile #main-nav > li > a {
    color: #111;
    padding: 12px 20px !important;
    width: 100%;
    display: block;
  }
	
  #el-header-top-mobile .menu .sub-menu {
	  background: none;
	  display: none;
	  border-top: 1px solid #c8d9d8;
	}
	
  #el-header-top-mobile .menu ul.sub-menu li {
    padding-left: 10px;
  }
	
  #el-header-top-mobile .menu-item.menu-item-has-children > i {
	right: 15px;
    top: 4px;
    color: #000;
    font-size: 20px;
  }
	.header img {
		max-height: 50px;
		width: 130px;
	}
	.footer-middle-wrap .footer_widget {
		text-align: center !important;
	}
	.eczd-social-group {
		justify-content: center;
	}
}



@media (max-width: 1410px) {
  .ele-social {
    padding: 0px 15px;
  }
}

@media (max-width: 1300px) {
  .container .side-left {
    width: 12%;
  }
  .container .side-right {
    width: 88%;
  }
}

@media (min-width: 1025px) AND (max-width: 1250px) {
  .ele-social {
    display: none;
  }
	.ele-iconbox {
		margin: 0 10px;
	}
	.btn-mega-button {
		padding: 14px 24px 16px 22px;
	}
	.icon-wrapper .icon {
		width: 32px;
		height: 32px;
		margin-right: 5px;
	}
}

@media (max-width: 1024px) {
  #el-header-top, #el-header-top-sticky {
    display: none;
  }
}






/* PAGE */
.eczd-content-wrapper {
  background: #fff;
  clear: both;
}

.eczd-content-wrapper > div {
  position: relative;
}




/* FOOTER */
.site-footer {
  background-color: #f7f7f7;
  background-size: cover;
}

footer.site-footer {
  position: relative;
  color: #777;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

footer.site-footer::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
}

.footer-middle-wrap {
  color: #e3e3e3;
  font-size: 14px;
  text-align: inherit;
  background: #1d1d1b;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-bottom {
  color: #e3e3e3;
  font-size: 14px;
  background: #1d1d1b;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #3c3c48;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer_widget {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-align: inherit;
}

.footer-middle-wrap .footer_widget {
  color: #e3e3e3;
  font-size: 14px;
  text-align: inherit;
}

.footer-middle-wrap .footer-widget_title {
  clear: both;
  text-align: inherit;
  position: relative;
  padding-top: 0;
  border-bottom: unset;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  color: #fff;
}

/* .footer-middle-wrap .footer-widget_title::before {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: -13px;
  background: var(--main-color);
} */

/* .footer_widget .menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
} */

.footer_widget ul:last-child {
  margin-bottom: 0;
  list-style: none;
  margin-left: 0;
}

.site-footer .footer_widget li {
  border-color: #555 !important;
/*   float: left; */
/*   width: 46%; */
/*   padding: 8px 0; */
  margin-bottom: 8px;
}

/* .footer_widget ul li.menu-item::before {
  content: "\f105";
  font-family: fontAwesome;
  padding-right: 10px;
  color: var(--main-color);
} */

.footer-middle-wrap a, .footer-middle-wrap p {
  color: #e3e3e3;
}

.footer-middle-wrap li a {
  line-height: 23px;
}

.footer-middle-wrap a:hover {
  color: var(--main-color);
}

.footer-middle-sidebar .footer_copyrights {
  display: flex;
  justify-content: center;
}

.footer_copyrights p {
  margin: 0;
  color: #e3e3e3;
}

.footer-right-sidebar {
  display: flex;
  justify-content: right;
  gap: 20px;
}

.footer-right-sidebar a {
  color: #e3e3e3;
  font-size: 18px;
}

.footer-right-sidebar a:hover {
  color: var(--main-color);
}


/* BLOG */
.blog img.img-fluid {
  display: block;
  margin: 0 auto;
}

.page-title-wrap-inner {
  position: relative;
  background: #f7f7f7;
  padding: 30px 0;
}

.eczd-blog .page-title-wrap-inner {
  color: #fff;
  background-image: url(/wp-content/uploads/2025/08/5.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 47vh;
  align-items: center;
  display: flex;
/*   padding-block-start: 50px;
  padding-bottom: 0; */
}

.page-title-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.eczd-blog .page-title-wrap-inner > .page-title-overlay {
  background: rgba(0,0,0,.21);
}

.page-title-inner {
  display: table;
  width: 100%;
}

.page-title-inner > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.page-title-inner .pull-left {
  width: auto;
}

.page-title-wrap .page-title-desc {
  margin-bottom: 10px;
}

.page-title-inner .pull-center {
  text-align: center;
}

h1.page-title {
  margin-top: 0;
  color: inherit;
  clear: both;
  text-align: inherit;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
  -ms-word-break: break-word;
  word-break: break-word;
}

.blog .page-title, .single .page-title, .archive .page-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1em;
}

/* .pull-center h1.page-title {
  margin-bottom: 10px;
} */


.page-title-inner .breadcrumb-wrap {
  font-size: 17px;
}

.eczd-blog .page-title-inner .breadcrumb-wrap {
  bottom: -96px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border-radius: .25rem;
  background: 0 0;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

.breadcrumb > :last-child {
  padding-right: 0;
}

.breadcrumb span.current {
  color: var(--main-color);
}


.eczd-content > .eczd-content-inner {
  padding: 120px 0;
  z-index: 1;
  position: relative;
}


article.post {
  height: auto;
  overflow: hidden;
  padding: 0;
}

.site-main.blog-template.grid-layout {
  display: flex;
  position: relative;
/*   justify-content: space-between; */
  flex-wrap: wrap;
/*   gap: 35px; */
}

.blog-template.grid-layout > div {
  padding: 15px;
}

.grid-layout article.post {
  box-shadow: 0 3px 35px -8px #ccc;
/*   border-radius: 10px; */
}

.blog-template article.post {
  background: #fff;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.blog-template .post-format-wrap {
  margin-left: -30px;
  margin-right: -30px;
}

.grid-layout .article-inner > .post-format-wrap {
  margin-bottom: 35px;
}

.article-inner > .post-format-wrap, .grid-layout .article-inner > .post-format-wrap {
  margin-top: 0;
}

article.post .article-inner > .post-format-wrap {
  padding: 0;
}

.post-thumb-wrap {
  position: relative;
  overflow: hidden;
}

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

.post-thumb-wrap img {
  max-width: 100%;
}

.single .post-thumb-wrap img {
  border-radius: 0px;
}

article.post .article-inner .post-thumb-wrap img {
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: all .3s;
}

.top-meta {
  display: block;
  overflow: hidden;
}

.grid-layout .article-inner .entry-meta.top-meta {
  margin-bottom: 5px;
}

.post-meta .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.post-meta ul:last-child {
  margin-bottom: 0;
}

.top-meta ul li:last-child {
  margin-right: 0;
}

.blog-template.grid-layout ul.nav li {
  display: inline-block;
}

.blog .top-meta .post-meta ul li {
  text-transform: none;
}

.blog .top-meta .post-meta ul li {
  color: var(--main-color);
}

.post-meta .nav .nav-item:first-child {
  padding-left: 0;
}

.post-meta .nav .nav-item:last-child {
  padding-right: 0;
}

.top-meta ul li a {
  font-weight: 600;
}

.blog-template article.post a {
  color: #21212d;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 22.4px;
}

.grid-layout .post-meta > ul > li .post-date a {
  font-size: 13px;
  letter-spacing: 0;
}

.grid-layout .post-meta > ul > li.nav-item a {
  margin-right: 0;
}

.blog .article-inner header.entry-header, .archive .article-inner header.entry-header {
  margin-bottom: 15px;
  min-height: 60px;
  margin-left: 15px;
}

.entry-title {
  margin-top: 0;
  clear: both;
  text-align: inherit;
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 0;
}

.blog-template .entry-title a {
  font-size: 20px;
  line-height: 30px;
}

.blog-template article.post footer {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.bottom-meta {
  display: block;
  overflow: hidden;
}

.blog-template article.post footer a {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.article-inner.post-items .post-more::after {
  margin: 0 15px;
  content: "\f178";
  font-family: fontAwesome;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.post-meta ul li.nav-item a.read-more, .article-inner.post-items .post-more::after {
  color: var(--main-color);
}


/* NAVIGATION */
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.navigation.pagination .page-numbers {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.navigation.pagination .page-numbers.current {
  color: #222;
}


/* SINGLE */
.eczd-single-post .page-title-wrap-inner {
  color: #fff;
  background-image: url(/wp-content/uploads/2025/08/5.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 47vh;
  align-items: center;
  display: flex;
/*   padding-block-start: 50px; */
/*   padding-bottom: 0; */
}

.page-title-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.eczd-single-post .page-title-wrap-inner > .page-title-overlay {
  background: rgba(0,0,0,.21);
  background-position: center center;
}

.breadcrumb > * {
  padding-right: 7px;
}

.eczd-single-post .page-title-wrap a {
  color: #fff;
}

.breadcrumb > a:not(:last-child)::after {
  content: "-";
  padding-left: 7px;
  font-size: 24px;
  position: relative;
  margin: 0 0 0 4px;
}

.eczd-single-post .page-title-wrap a:hover {
  color: var(--main-color);
}

.breadcrumb > :last-child {
  padding-right: 0;
}

.breadcrumb span.current {
  color: var(--main-color);
}

article.post:last-child {
  margin-bottom: 5px;
}

.single-post-template article.post {
  overflow: visible;
}

.single-post-template article .article-inner > * {
  clear: both;
  float: none;
  margin-bottom: 10px;
}

.article-inner header.entry-header {
  margin-bottom: 15px;
}

.single-post-template .article-inner > :first-child.entry-header {
  padding-top: 0;
}

.single-post h1.entry-title {
/*   font-size: 36px;
  line-height: 36px; */
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1em;
}

.single-post-template article .article-inner > .top-meta {
  margin-bottom: 25px;
}

.single-post-template .post-author a {
  display: inline-block;
  clear: both;
}

.single .post-meta > ul > li.nav-item {
  margin-right: 20px;
}

.top-meta ul li i {
  color: var(--main-color);
  margin-right: .5rem !important;  
}

.post-format-wrap {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}

.single-post-template .article-inner .post-format-wrap {
  margin-bottom: 0;
}

.single-post-template .post-thumb-wrap {
  padding: 0 30px 15px;
}

.single-post-template article .article-inner .entry-content {
  overflow: visible;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.single .entry-content ul {
  list-style: inherit;
  padding-left: 15px;
}




/* POST NAVIGATION */
.post-navigation-wrapper.clearfix {
  position: relative;
  margin-top: 0;
  border-top: 1px dashed #eaeaea;
  border-bottom: 1px dashed #eaeaea;
  padding: 10px 0;
}

.custom-post-nav {
  padding: 30px 0;
  color: #f2f2f2;
  display: inline-block;
  width: 100%;
  clear: both;
  float: none;
}

.single-post .custom-post-nav {
  padding: 0;
}

.post-navigation .nav-links > * {
  background-position: center center;
  max-height: 400px;
  min-width: 180px;
  width: auto;
}

.custom-post-nav > .prev-nav-link {
  float: left;
  text-align: left;
}

.nav-links.custom-post-nav > div {
  display: inline-block;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div {
  min-height: auto;
  background-size: cover;
  color: #898585;
  position: relative;
  transition: all .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  background-image: none !important;
  background-color: transparent;
  max-width: 48%;
}

.custom-post-nav > .next-nav-link {
  float: right;
  text-align: right;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div.next-nav-link {
  text-align: right;
}

.custom-post-nav > div > a {
  display: block;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div > * {
  position: relative;
  z-index: 1;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div a {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  word-break: break-word;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: all .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  background: 0 0 !important;
}

.post-navigation .custom-post-nav > div > a i {
  font-size: 12px;
  vertical-align: 2px;
}

.post-navigation .custom-post-nav > div > a.prev i {
  margin-right: 12px;
}

span.post-nav-link-sub {
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 10px;
}

span.post-nav-link-sub {
  color: var(--main-color);
}





/* WIDGET - BLOG */
.widget-area.right-widget-area {
  font-family: "Montserrat", Sans-serif;
  padding-top: 15px;
}

.right-widget-area .widget {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.right-widget-area .widget {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-align: inherit;
}

.right-widget-area .widget {
  margin-bottom: 40px;
  padding: 30px;
/*   border-radius: 10px; */
  border: 1px dashed #eaeaea;
}


/* RESPONSIVE */



@media (max-width: 767px) {
  .eczd-content > .eczd-content-inner, .footer-middle-wrap {
	padding: 60px 0;
  }
  .footer_copyrights p {
    text-align: center;
    margin-bottom: 12px;
  }
  .footer-right-sidebar {
    justify-content: center;
  }
}

@media (max-width: 992px) {
	.footer-middle-wrap {
		padding: 60px 0;
	}
	.col-lg-3:last-child .footer_widget, .col-lg-4:last-child .footer_widget {
	  margin-bottom: 0;
	}
}


@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
	.mobile-header.mob-sticky {
	  top: var(--wp-admin--admin-bar--height);
	}
}

/* scroll to top */
#scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: var(--main-color);
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease-in-out;
}

#scrollToTop svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg); /* Obracamy, aby animacja startowała z góry */
}

#scrollToTop span {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#scrollToTop > span > i {
  font-size: 15px;
  color: #fff;
}

/* breadcrumbs */
.breadcrumbs {
  font-family: "Montserrat", Sans-serif;
  line-height: 1.4em;
  font-size: .85em;
  margin-top: 20px;
  font-weight: 400;
}

.breadcrumbs, .breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:active {
  color: #fff !important;
}


/* WIDGET - LAST NEWS */
.site-footer .footer_widget.footer-widget_recent_entries li {
  padding: 10px 0;
}

.site-footer .footer_widget.footer-widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
  opacity: .9;
  text-transform: uppercase;
  margin-top: 10px;
  color: var(--main-color);
}


/* CF7 */
.eczd-cf7-part {
  display: flex;
  justify-content: space-between;
/*   align-items: center; */
  gap: 10px;
}

.eczd-cf7-part .eczd-cf7-row {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.eczd-cf7-row {
  margin-bottom: 10px;
}

.eczd-cf7-row input[type="text"], .eczd-cf7-row input[type="email"], .eczd-cf7-row input[type="tel"], .eczd-cf7-row textarea, .eczd-cf7-row select {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  width: 100%;
  border: 1px solid #69727d;
  color: #1f2124;
  vertical-align: middle;
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  font-family: "Montserrat", Sans-serif;
}

.eczd-cf7-row .wpcf7-form-control-wrap[data-name="DodajCV"] {
  height: 40px;
  display: flex;
  align-items: center;
}

.eczd-cf7-left .wpcf7-list-item {
  margin-left: 0;
}

.eczd-cf7-left .wpcf7-list-item-label {
  font-size: 12px;
  line-height: 1px;
}

.eczd-cf7-row .eczd-cf7-right input[type="submit"] {
  fill: #fff;
  text-align: center;
  transition: all .3s;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 32px 16px 30px;
  min-height: 40px;
  flex-basis: 100%;
  font-family: "Montserrat", Sans-serif;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  background-color: #cb151c;
  color: #ffffff;
  border-color: #cb151c;
  width: 100%;
  margin-top: 15px;
}

.eczd-cf7-row .eczd-cf7-right input[type="submit"]:focus {
  color: #ffffff;
  border-color: #FFFFFF;
}

.eczd-cf7-row .eczd-cf7-right input[type="submit"]:hover {
  background-color: #FFFFFF;
  color: #cb151c;
}

.eczd-cf7-row label {
  margin-bottom: 8px;
  margin-left: 4px;
}

.eczd-cf7-row select {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="black"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" /></svg>'); 
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 35px;
}

.eczd-cf7-row .wpcf7-form-control-wrap input[type="file"] {
  padding-top: 9px;
}

/* .wpcf7-form-control-wrap input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.custom-file-upload {
    display: inline-block;
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    line-height: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.custom-file-upload:hover {
    background-color: #005f8d;
} */

@media (max-width: 767px) {
  .eczd-cf7-part {
    flex-direction: column;
	gap: 0;
  }
	
  .eczd-cf7-part .eczd-cf7-row {
    width: 100%;
  }
	
  .eczd-cf7-part .eczd-cf7-row {
    width: 100%;
    flex-direction: revert;
    align-items: center;
    gap: 10px;
  }
	
  .eczd-cf7-part .eczd-cf7-row .wpcf7-form-control-wrap {
    width: 100%;
  }
  .eczd-cf7-part .eczd-cf7-row label {
    text-wrap: nowrap;
  }
}


/* addons */
.ir-object ul {
  list-style: inherit;
  padding-left: 15px;
}

.ir-object ul li::marker {
  color: #cb151c;
}


/* custom elementor */
.pzp-remove-ul-mb ul {
  margin-bottom: 0;
}


/* language switcher */
.pzp-polylang-langswitcher {
  list-style: none;
  margin: 0;
}

.pzp-polylang-langswitcher li, .pzp-polylang-langswitcher li > a {
  height: 100%;
}

.pzp-polylang-langswitcher li > a {
  display: flex;
  align-items: center;
}



/* sidebar_triggers */
.eczd-header-triggers {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
}

.eczd-opener-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  display: grid;
  grid-template-areas: "icon";
  grid-template-columns: minmax(0,auto);
  grid-template-rows: minmax(0,auto);
  align-items: center;
  justify-items: center;
  height: 45px;
  border-radius: 3em;
  padding: 0;
}

.header .wrap.element-populated .eczd-header-triggers a {
  z-index: 150;
}

.eczd-opener-icon .eczd-nav-trigger {
  display: flex;
  align-items: center;
/*   flex-direction: row-reverse; */
  width: 40px;
}

.eczd-opener-icon .eczd-m-icon {
  position: relative;
  visibility: visible;
  grid-area: icon;
  display: flex;
  color: #000;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

/* .eczd-opener-icon .eczd-m-icon.eczd--open {
  position: fixed;
} */

.eczd-opener-icon .eczd-svg--menu {
  fill: currentColor;
  stroke: none;
  overflow: visible;
}

.eczd-opener-icon .eczd-m-icon.eczd--close {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: hidden;
}

.eczd-opener-icon .eczd-svg--close {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.eczd-opener-icon .eczd-svg--close line {
  stroke-dasharray: 44;
  stroke-dashoffset: 88;
  transition: stroke-dashoffset .6s cubic-bezier(.65,0,.35,1);
}

.eczd-opener-icon .eczd-svg--close line:nth-of-type(2) {
  transition-delay: .3s;
}

.eczd-opener-icon.eczd--opened .eczd--open {
  visibility: hidden;
  display: none;
}

.eczd-opener-icon.eczd--opened .eczd--close {
  visibility: visible;
  position: fixed;
}


.home-sr {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255);
  padding: 120px 30px 30px;
  overflow: hidden;
    overflow-y: hidden;
  overflow-y: hidden;
  z-index: 110;
  -webkit-transition: .5s cubic-bezier(1,0,.55,1);
  transition: .5s cubic-bezier(1,0,.55,1);
  overflow-y: auto;
}

#home-sidebar-right {
  left: auto;
  right: -100%;
}


.custom-image-background {
  height: 100%;
  width: 1200px;
  position: fixed;
  background-origin: border-box;
  background-position: center center;
  background-size: cover;
  left: 0;
  opacity: .2;
}

.home-sr .navigation-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}



@media screen and (min-width: 768px) {
  #home-sidebar-right {
    width: min-content;
  }
  #home-sidebar-right .part-sidebar {
    flex: 100%;
    max-width: 100%;
    min-width: 300px;
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .topbar .custom-container {
	  display: flex;
	  flex-direction: column;
	}
	.topbar .topbar-items {
	    text-align: center;
		justify-content: center;
		text-wrap: wrap;
		gap: 0 30px;
	}
}

/* cookieYes */
.cky-notice-btn-wrapper {
    gap: 10px;
}

.cky-notice-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.cky-notice-btn-wrapper .cky-btn {
    margin-right: 0 !important;
}