/*!
Theme Name: chojnow-style


-MENU
---display
---mobile
-PAGE ID
-TYPO
---header
---style
-BUTTON
-CF7
-COMPONENTS
---style
---slideshow
---lightbox
---counter number
---process item
---maps google
-FOTER
-PAGE 404



*/

/* MENU ========================================================================== */
.navigation {
    height: 0;
    background: transparent;
}

.logo {
    position: absolute;
    padding-left: 20px;
    float: left;
    width: auto;
    height: 90px !important;
}

.logo a,
.logo a:visited {
    color: var(--color-black);
    text-decoration: none;
}

@media screen and (min-width: 901px) {
    .logo {
        display: none;
    }
}

.logo img {
    width: auto;
    height: 80px !important;
    margin: 10px 0;
}

.nav-container {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .nav-container {
        height: 100px;
        background: var(--color-white);
    }
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 0;
    background: var(--color-white);
    color: var(--color-black);
    text-decoration: none;
    z-index: 0;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    color: var(--color-black);
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
    display: none;
    position: absolute;
    right: 50px;
    background: transparent;
}

@media only screen and (max-width: 900px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 0px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
}

.nav-list {
    padding: 100px 0;
}

@media screen and (min-width: 901px) {
    .nav-list {
        display: none !important;
    }
}

#nav-toggle {
    position: absolute;
    top: 37px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: var(--color-black);
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

body>header {
    width: 100%;
    height: 100px;
    position: fixed;
    background: var(--color-white);
    color: var(--color-black);
    font-family: "Poppins", sans-serif;
    z-index: 1 !important;
}

body>header.sticky {
    height: 100px;
    position: fixed;
    background: var(--color-white);
    z-index: 1 !important;
}

.full-widht--nav {
    width: 100%;
    height: 100px;
    display: grid;
    grid-template-columns: 100px auto 175px;
}

@media (max-width: 900px) {
    .full-widht--nav {
        display: none;
    }
}

.sm-ico {
    display: flex;
    align-items: center;
    height: 100px;
}

.sm-ico img {
    padding: 5px 1px 0px 5px;
}

.cta-button {
    display: flex;
    height: 100px;
    align-items: center;
}

.three-columns-grid {
    width: 100%;
    display: grid;
    grid-template-columns: calc(30% + 100px) auto calc(30% + 25px);
    justify-content: center;
}

.three-columns-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.three-columns-grid a {
    font-size: calc(0.7rem + (1vw - 0.3rem) * 0.5556);
    text-decoration: none;
    padding: 10px 10px;
}

.three-columns-grid a:hover {
    color: var(--color-black);
    border-bottom: 1px solid var(--color-black);
}

.left-columns-grid {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100px;
}

.left-columns-grid ul {
    float: right;
}

.left-columns-grid li {
    float: left;
}

ul#menu-left-menu-1 {
    display: inline-flex;
}

.right-columns-grid {
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100px;
}

.right-columns-grid li {
    float: left;
}

.center-columns-grid {
    align-self: center;
    width: 0px;
    transition: ease-in-out 0.5s;
}

.center-columns-grid a:hover {
    border: 0;
}

body>header.sticky .center-columns-grid {
    width: 120px;
    margin: 0 15px;
    transition: ease-in-out 0.5s;
}

.center-columns-grid img {
    align-self: center;
    margin-left: -100px;
    padding-top: 150px;
    max-width: 200px;
    transition: ease-in-out 0.5s;
}

body>header.sticky .center-columns-grid img {
    align-self: center;
    margin-left: 0px;
    padding-top: 0px;
    max-width: 120px;
    transition: ease-in-out 0.5s;
}

.disable-css {
    align-self: auto !important;
    margin-left: auto !important;
    padding-top: 0 !important;
    max-width: 120px !important;
    transition: none !important;
}

.center-columns-grid-scroll {
    width: 120px !important;
    margin: 0 15px;
    transition: ease-in-out 0.5s;
}


.disable-logo-sizing {
    align-self: auto !important;
    margin-left: auto !important;
    padding-top: 0 !important;
    max-width: none !important;
    transition: none !important;
}

.header-not-at-top .center-columns-grid img {
    transition: none !important;
}

.header-not-at-top .center-columns-grid {
    transition: none !important;
}

/* page ID ========================================================================== */

#inwestycja,
#oferta-menuid,
#lokalizacja,
#galeria,
#aktualnosci,
#deweloper,
#kontakt,
#panorama {
    margin: -100px;
}

/* TYPO ========================================================================== */

h1 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 32px;
    font-weight: 400 !important;
}

h2 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 32px;
    font-weight: 400 !important;
    line-height: 1.2em !important;
}

h3 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 24px;
}

h4 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 64px;
    font-weight: 100 !important;
}

h5 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 20px;
}

h6 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

p {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 14px;
    line-height: 1.8em;
}

body {
    color: var(--color-black);
}

.text--white {
    color: var(--color-white);
}

/* BUTTON ========================================================================== */

#button--gold-full {
    font-size: 14px !important;
    color: var(--color-black) !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 64px !important;
    padding: 25px !important;
    background: #ffcb85 !important;
}

#button--gold-full:hover {
    color: var(--color-white) !important;
    background: #666666 !important;
}

#button--white-full {
    font-size: 14px !important;
    color: var(--color-black) !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 64px !important;
    padding: 25px !important;
    background: var(--color-white) !important;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    margin: 5px 0;
}

#button--white-full:hover {
    font-size: 14px !important;
    color: var(--color-black) !important;
    border: 1px solid var(--color-black);
    border-radius: 0px !important;
    background: transparent !important;
}

#button--gray-full {
    font-size: 14px !important;
    color: var(--color-white) !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 64px !important;
    padding: 25px !important;
    background: #666666 !important;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    margin: 5px 0;
}

#button--gray-full:hover {
    font-size: 14px !important;
    color: var(--color-black) !important;
    border: 1px solid var(--color-black);
    border-radius: 0px !important;
    background: transparent !important;
}

#button--outline-black {
    font-size: 14px !important;
    color: var(--color-black) !important;
    border: 1px solid var(--color-black);
    border-radius: 0px !important;
    padding: 15px 40px !important;
    background: var(--color-white) !important;
}

#button--outline-black:hover {
    color: var(--color-white) !important;
    background: var(--color-black) !important;
}

#button-cta-wiggle {
    position: relative;
    color: var(--color-white);
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--color-white);
    border-radius: 0;
    padding: 10px 20px;
    background: transparent;
    transition: 0.5s all ease-in-out;
    animation: wiggle 4s 2s infinite;
}

@keyframes wiggle {

    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}

#button-cta-wiggle:hover {
    color: #666666;
    background: var(--color-white);
    border: 2px solid var(--color-white);
    animation: none;
}

#button-cta-pulse {
    position: relative;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #666666;
    border-radius: 0;
    padding: 10px 10px;
    margin: 5px;
    background: #666666;
    box-shadow: 0 2px 5px 0 #666666;
    transition: 0.5s all ease-in-out;
    animation: pulse2 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #666666;
}

@keyframes pulse2 {
    to {
        box-shadow: 0 0 0 18px var(--color-white);
    }
}

#button-cta-pulse:hover {
    color: #666666;
    background: transparent;
    animation: none;
}

#button-go-top {
    position: fixed;
    bottom: 0;
    right: 0;
    text-decoration: none;
    color: var(--color-white);
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 20px 25px;
    display: none;
}

#button-go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* sticky buttom */

#sticky-button--modul {
    position: fixed;
    right: 0px;
    top: 30%;
    transform-origin: 100% 100%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#button--sticky {
    font-size: 14px !important;
    color: var(--color-white) !important;
    border-radius: 0px !important;
    background: #ffcb85 !important;
    text-decoration: none;
}

#button--sticky:hover {
    color: var(--color-white) !important;
    background: #666666 !important;
}

/* CF7  ========================================================================== */

.cf7-form-col-textarea {
    height: 75px;
}

form.wpcf7-form {
    padding: 0;
}

form.wpcf7-form * {
    transition: 225ms;
}

form.wpcf7-form label {
    width: 100%;
    cursor: pointer;
}

form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
    display: block;
    width: 100%;
    padding: 20px 0 2px;
    border: 0;
    border-bottom: 1px solid var(--color-black);
    border-radius: 0;
    background: transparent;
    font-size: 1em;
}

form.wpcf7-form input:hover,
form.wpcf7-form select:hover,
form.wpcf7-form textarea:hover {
    cursor: pointer;
    border-bottom: 1px solid var(--color-black);
}

form.wpcf7-form input:focus,
form.wpcf7-form select:focus,
form.wpcf7-form textarea:focus {
    border-bottom: 1px solid var(--color-black);
    box-shadow: inset 0 -1px 0 var(--color-black);
    outline: none;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
    background: transparent;
    font-size: 1em;
}

textarea::placeholder {
    color: var(--color-black);
    font-size: 14px;
}

form.wpcf7-form input[type="submit"] {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    border: 0px solid var(--color-black);
    box-shadow: none;
    background: var(--color-white);
    color: var(--color-black);
    width: calc(100%);
    display: inline-block;
    margin-right: 1em;
    font-weight: 400;
}

form.wpcf7-form input[type="submit"]:hover {
    background-color: var(--color-black);
    font-weight: 400;
    color: var(--color-white);
}

input::placeholder {
    color: var(--color-black);
    font-size: 14px;
}

span.wpcf7-not-valid-tip {
    position: relative;
    color: red;
    font-size: 14px;
}

div.wpcf7-response-output {
    padding: 1em !important;
    margin: 0 !important;
    border-color: var(--color-black) !important;
    font-size: 14px;
    color: var(--color-black);
}

/* CF7-chechbox */

.custom-checkboxes {
    display: flex;
    color: var(--color-black);
    font-size: 12px;
    align-items: center;
    padding: 5px 5px;
}

.form-with-custom-checkboxes-radios .wpcf7-list-item {
    margin: 0;
}

.form-with-custom-checkboxes-radios .wpcf7-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.form-with-custom-checkboxes-radios label {
    cursor: pointer;
}

.form-with-custom-checkboxes-radios [type="radio"],
.form-with-custom-checkboxes-radios [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label {
    position: relative;
    line-height: 20px;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after {
    border-radius: 50%;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::before {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-black);
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: var(--color-black);
    transition: all 0.2s;
}

.form-with-custom-checkboxes-radios [type="radio"]:not(:checked)+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:not(:checked)+.wpcf7-list-item-label::after {
    opacity: 0;
    transform: scale(0.01);
}

.form-with-custom-checkboxes-radios [type="radio"]:checked+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}

/* CF7 - tooltip */

[tooltip] {
    position: relative;
    display: flow-root;
}

span.paddind-left {
    padding-left: 30px;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: 0.9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    max-width: 300px;
    min-width: 100px;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: var(--color-white);
    z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip=""]::before,
[tooltip=""]::after {
    display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}

@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

/* CF7 - submit button*/

.button-cf7--white {
    font-size: 14px !important;
    color: var(--color-black) !important;
    max-width: 200px !important;
    padding: 15px !important;
    background: var(--color-white) !important;
}

.button-cf7--white:hover {
    color: var(--color-white) !important;
    background: var(--color-black) !important;
}

.button-cf7--white-full {
    font-size: 14px !important;
    color: var(--color-black) !important;
    padding: 15px !important;
    background: var(--color-white) !important;
}

.button-cf7--white-full:hover {
    color: var(--color-white) !important;
    background: #666666 !important;
}

.button-cf7--gold {
    font-size: 14px !important;
    color: var(--color-black) !important;
    max-width: 200px !important;
    padding: 15px !important;
    background: #ffcb85 !important;
}

.button-cf7--gold:hover {
    color: var(--color-white) !important;
    background: #666666 !important;
}

/* CF7 - FORMULARZ HORYZONTALNY*/

.cf7-form-row-all-25 {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    background: #ffcb85;
    padding: 0 10px;
}

.cf7-form-row-25 {
    margin: 10px;
    height: 45px;
}

input.text--white {
    color: var(--color-white) !important;
    border-bottom: 1px solid var(--color-white) !important;
}

input:focus.text--white,
select:focus.text--white,
textarea:focus.text--white {
    border-bottom: 1px solid var(--color-white) !important;
    box-shadow: inset 0 -1px 0 var(--color-white) !important;
    outline: none;
}

.text--white::-webkit-input-placeholder {
    color: var(--color-white) !important;
    opacity: 1;
}

.text--white:-moz-placeholder {
    color: var(--color-white) !important;
    opacity: 1;
}

.text--white::-moz-placeholder {
    color: var(--color-white) !important;
    opacity: 1;
}

.text--white:-ms-input-placeholder {
    color: var(--color-white) !important;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .cf7-form-row-all-25 {
        grid-template-columns: 100%;
    }
}

.custom-checkboxes-row-50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .custom-checkboxes-row-50-50 {
        grid-template-columns: 100%;
    }
}

/* CF7 - FORMULARZ HORYZONTALNY*/

.cf7-form-row-all-50 {
    display: grid;
    grid-template-columns: 50% 50%;
}

.cf7-form-row-50 {
    margin: 10px 5px;
    height: 45px;
}

.cf7-form-col-100form textarea {
    margin: 10px 5px;
    height: 200px !important;
}

/* COMPONENTS ========================================================================== */

.shadow {
    text-shadow: 2px 2px 4px #000000;
}

.shadow svg {
    filter: drop-shadow(0 0 5px black);
}

.gallery-style {
    background-color: #ffcb85 !important;
}

.gallery-style img:hover {
    opacity: 0.5;
    transition: 0.3s ease;
}

/* slideshow - CUSTOM */

.slideshowContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 100px);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0) 100%);
}

.imageSlides {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: -1;
    object-fit: cover;
}

/* add 'visible' class via Javascript */
.visible {
    opacity: 1;
}

.slideshowArrow {
    display: none;
    font-size: 7em;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.slideshowArrow:hover {
    opacity: 0.75;
}

#leftArrow {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#rightArrow {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translate(50%, -50%);
}

.slideshowCircles {
    display: none;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.circle {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 2px rgba(255, 255, 255, 0.5);
    transition: 1s ease-in-out;
}

.dot {
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 2px rgba(255, 255, 255, 0.5);
}

.slideshow-content {
    display: grid;
    align-items: end;
    height: calc(100vh - 140px);
}

.slideshow-grid {
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: end;
}

@media only screen and (max-width: 767px) {
    .slideshow-grid {
        width: 100%;
        grid-template-columns: 100%;
    }
}

.slideshow-grid-row {
    display: grid;
    grid-template-columns: 18% 32% 50%;
    min-height: 75px;
}

@media only screen and (max-width: 767px) {
    .slideshow-grid-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.slideshow-grid-row1 {
    background: #ffcb85;
    display: grid;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .slideshow-grid-row1 {
        width: 30%;
        height: 75px;
    }
}

.slideshow-grid-row2 {
    background: #ffffff;
    display: grid;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .slideshow-grid-row2 {
        width: 70%;
        height: 75px;
    }
}

.slideshow-grid-row2 p {
    line-height: 1em;
    margin: 0;
    padding: 0 10px;
}

.slideshow-grid-row3 {
    background: #666666;
    display: grid;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .slideshow-grid-row3 {
        width: 100%;
        height: 75px;
    }
}

.slideshow-grid-logo {
    display: grid;
    justify-content: center;
    margin: 0 0 -35px 0;
}

@media only screen and (max-width: 767px) {
    .slideshow-grid-logo {
        display: none;
    }
}

.slideshow-grid-logo img {
    width: 90%;
    padding: 0 20px;
}

.slideshow-grid-50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    margin: 0 0 -300px 0;
}

.slideshow-grid-claim {
    background-color: #ffffffa6;
    padding: 20px 20px;
}

/* lightbox - ELEMENTOR*/

body>header.elementor-slideshow__header.elementor-lightbox-prevent-close.sticky {
    display: none;
}

body>header.elementor-slideshow__header.elementor-lightbox-prevent-close {
    display: none;
}

.elementor-lightbox .dialog-lightbox-close-button {
    display: none;
}

/* counter number - ELEMENTOR */

.qodef-m-icon-wrapper {
    float: right;
}

.qodef-e-number {
    border-radius: 0px !important;
}

.elementor-counter-number {
    background-image: url(/wp-content/uploads/2023/06/bG-header-gold.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    max-width: 220px;
    padding: 0 0 0 30px;
    margin: 0 0 0 -30px;
}

/* process item - QI MODUL */

@media screen and (max-width: 1366px) and (min-width: 1025px) {
    .elementor-875 .elementor-element.elementor-element-f08dfd4 .qodef-qi-process.qodef-item-layout--horizontal .elementor-repeater-item-034c1c4 .qodef-e-line {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .elementor-875 .elementor-element.elementor-element-f08dfd4 .qodef-qi-process.qodef-item-layout--horizontal .elementor-repeater-item-00b8079 .qodef-e-line {
        display: none !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 681px) {

    .elementor-875 .elementor-element.elementor-element-f08dfd4 .qodef-qi-process.qodef-item-layout--horizontal .elementor-repeater-item-21de441 .qodef-e-line,
    .elementor-875 .elementor-element.elementor-element-f08dfd4 .qodef-qi-process.qodef-item-layout--horizontal .elementor-repeater-item-034c1c4 .qodef-e-line {
        display: none !important;
    }
}

@media screen and (max-width: 680px) {

    .elementor-875 .elementor-element.elementor-element-f08dfd4 .qodef-qi-process.qodef-item-layout--horizontal .elementor-repeater-item-21de441 .qodef-e-line,
    .elementor-875 .elementor-element.elementor-element-f08dfd4 .qodef-qi-process.qodef-item-layout--horizontal .elementor-repeater-item-034c1c4 .qodef-e-line,
    .elementor-875 .elementor-element.elementor-element-f08dfd4 .qodef-qi-process.qodef-item-layout--horizontal .elementor-repeater-item-7b6d31b .qodef-e-line,
    .elementor-875 .elementor-element.elementor-element-f08dfd4 .qodef-qi-process.qodef-item-layout--horizontal .elementor-repeater-item-00b8079 .qodef-e-line {
        display: none !important;
    }
}

@media screen and (max-width: 680px) {
    .elementor-875 .elementor-element.elementor-element-f08dfd4 .qodef-qi-process .qodef-e-line-inner {
        display: none !important;
    }
}

.qodef-process-item {
    margin-top: 50px !important;
}

/* maps google */

.eapps-google-maps {
    z-index: 0 !important;
}

.eapps-google-maps-bar-container {
    background-color: transparent;
    margin: 40px !important;
    height: 420px !important;
    width: 280px !important;
}

@media screen and (max-width: 767px) {
    .eapps-google-maps-bar-container {
        background-color: transparent;
        margin: 0px !important;
        height: 100% !important;
        width: 100% !important;
    }
}

.eapps-google-maps-map-container {
    width: 100% !important;
    left: 0px !important;
}

.eapps-google-maps-marker {
    border-radius: 0px !important;
}

/* FOOTER ========================================================================== */

footer#content {
    padding: 0 0px;
}

#section-file {
    background: #ffcb85;
    padding: 0 40px;
}

.footer-container-file {
    display: grid;
    grid-template-columns: 40% 25% 35%;
    padding: 20px 0;
}

@media screen and (max-width: 798px) {
    .footer-container-file {
        display: grid;
        grid-template-columns: 100%;
        padding: 20px 0;
        align-items: start;
        justify-items: center;
    }
}

.footer-img-file-first {
    width: 358px;
    height: 68px;
}

.footer-img-file-second {
    display: grid;
    height: 22px;
    padding: 20px 0;
    justify-content: center;
}

@media screen and (max-width: 798px) {
    .footer-img-file-second {
        padding: 50px 0;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.footer-file-button {
    display: grid;
}

#section-info {
    background: #666666;
    padding: 0 40px;
    background-image: url(/wp-content/uploads/2023/06/footer-bG.svg);
    background-repeat: no-repeat;
    background-position: right;
}

@media screen and (max-width: 798px) {
    #section-info {
        background-image: none;
    }
}

.footer-container-info {
    display: grid;
    grid-template-columns: 45% 40% 15%;
    padding: 20px 0;
}

@media screen and (max-width: 798px) {
    .footer-container-info {
        display: grid;
        grid-template-columns: 100%;
        padding: 20px 0;
        justify-items: center;
    }
}

.footer-logo {}

.footer-logo img {}

@media screen and (max-width: 798px) {
    .footer-logo {}
}

.footer-claim {
    display: grid;
    justify-content: center;
}

@media screen and (max-width: 798px) {
    .footer-claim {
        margin: 40px 0;
    }
}

.footer-social-ico {
    display: grid;
    justify-content: end;
}

@media screen and (max-width: 798px) {
    .footer-social-ico {}
}

.footer-full-wight--hr {
    padding: 20px 0 0 0;
}

.footer-full-wight--hr hr {
    border: 0;
    border-top: 1px solid var(--color-white);
}

.footer-copy {
    font-family: "Poppins", sans-serif;
    font-size: 12px !important;
    color: var(--color-white);
    padding: 5px 0;
}

/* PAGE 404  ========================================================================== */

#page404 {
    width: 100%;
    height: 100%;
    padding: 15% 0;
}

.page404-container {
    display: grid;
    grid-template-columns: 40% 60%;
}

@media screen and (max-width: 767px) {
    .page404-container {
        grid-template-columns: 100%;
    }
}

.page404-left {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    align-content: center;
    padding: 50px;
}

.page404-right {
    display: grid;
    align-items: center;
}

.title-text {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

.subtitle-text {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.paragraph-text {
    font-size: 14px;
    font-weight: 400;
    padding: 30px 0;
    margin: 0;
}

/* process item - MODUL */
@media screen and (max-width: 767px) and (min-width: 681px) {
    .elementor-1623 .elementor-element.elementor-element-f08dfd4 .qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner {
        display: none !important;
    }
}

@media screen and (max-width: 680px) {
    .elementor-1623 .elementor-element.elementor-element-f08dfd4 .qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner {
        display: none !important;
    }
}

.qodef-process-item {
    margin-top: 50px !important;
}

@media screen and (max-width: 720px) {
    .company-site-cta {
        margin-left: 0rem !important;
    }
}

.company-site-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-left: 2rem;
    z-index: 9999;

    a {
        &:not(.btn) {
            text-transform: none;
            text-decoration: none;
            color: var(--color-black);
            font-size: 0.7rem;
        }
    }

    img {
        max-width: 280px;
    }
}

.company-site-cta a:before {
    content: "« ";
    padding-right: 0.25em;
}

.company-site-cta a:after {
    content: "";

    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background-color: currentColor !important;
    display: block !important;
}

/* STICKY MENU HEIGHT */
body>header.sticky {
    height: 135px;
    position: fixed;
    background: var(--color-white);
    z-index: 1 !important;
}

/* TOP BAR */
/* Styles for both desktop and mobile */
.top-bar {
    background-color: #ffcb85;
    padding: 0;
    font-size: 0.9em;
}

.top-bar .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
}

.top-bar a {
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
}

@media (max-width: 620px) {
    .top-bar .folder-inwestycyjny {
        display: none !important;
    }
}

.top-bar .folder-inwestycyjny {
    display: flex;
    align-items: center;
    padding: 8px 0;
    margin-right: 2rem;
}

.top-bar .folder-inwestycyjny::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('https://dev.chojnowpark.pl/wp-content/uploads/2024/10/folder-inwestycyjny.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    vertical-align: middle;
    margin-right: 5px;
}

.top-bar .contact-email {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.top-bar .contact-email::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url('https://novepiaseczno.pl/wp-content/themes/nove-piaseczno/assets/img/icon-envelope.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    vertical-align: middle;
}



.top-bar .social-icons {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.top-bar .social-icons a {
    display: flex;
    align-items: center;
    padding: 8px 5px;
    transition: background-color 0.3s ease;
}

.top-bar .social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}


.top-bar .social-icons img {
    height: 20px;
    width: auto;
}

/* Desktop styles */
@media (min-width: 769px) {

    .nav-list .company-site-cta,
    .nav-list .header-socialmedia-ico,
    .mobile-menu-footer,
    .mobile-social-icons,
    .mobile-only-social-icons,
    .mobile-only-widget {
        display: none;
    }
}



/* Mobile styles */
@media (max-width: 768px) {
    .top-bar {
        font-size: 0.8em;
    }

    .top-bar .container {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        margin-left: 10px;
        padding: 5px 0;
    }

    .top-bar .social-icons {
        display: none;
    }

    .nav-list.active {
        display: block;
    }

    .nav-close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
    }

    .nav-close a {
        color: #000;
        text-decoration: none;
    }

    .nav-list .company-site-cta {
        padding: 15px;
        text-align: center;
        background-color: white;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav-list.active .company-site-cta {
        display: block;
    }

    .nav-list .company-site-cta img {
        max-width: 200px;
        margin-bottom: 10px;
    }

    .nav-list .company-site-cta a {
        display: block;
        margin: 10px 0;
        color: #000;
        text-decoration: none;
    }

    .nav-list .company-site-cta .btn.btn--jdm {
        display: inline-block;
        padding: 10px 20px;
        background-color: #ffcc89;
        color: #000;
        border-radius: 5px;
        font-weight: bold;
    }
}

@media (max-width: 768px) {
    .nav-list .company-site-cta a {
        display: block;
        margin: -15px 0 10px 0;
        color: #000;
        text-decoration: none;
    }
}

@media (min-width: 769px) {
    .nav-list .company-site-cta {
        display: none;
    }
}

@media (min-width: 769px) {
    a.btn.btn--jdm {
        display: none;
    }
}

.menu-item .menu-item-type-widget .company-site-cta {
    padding: 0px;
}

.company-site-cta a:after {
    padding-left: 4px;
    content: "" !important;
}