/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1757332200
Updated: 2025-09-08 13:50:00

*/
:root {
--quote-color-background-default: #140f0a;
--quote-color-text-default: #fff;
--quote-color-link-default: #e6d5b3;
--quote-border-stroke-color: #e9c6c0;
--quote-border-stroke-width-s: 1px;
--quote-border-stroke-width-l: 5px;
--quote-spacing-s: .5rem;
--quote-spacing-r: 1rem;
--quote-spacing-l: 3rem;
}

*, *::after, *::before {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.service-content a {
	color: #B0413E !important;
}

.tranc-text {
  display: inline;
  max-width: 100%;
}

.tranc-text .hide-text {
  display: none;
}

.tranc-text .toggle-btn {
  color: #B0413E !important;
  cursor: pointer !important;
  font-weight: 600;
  white-space: nowrap;
  margin-left: 5px;
  transition: color 0.3s ease;
}

.tranc-text .toggle-btn:hover {
  color: #B0413E !important;
}

/* ffa920 */

div#top-bar-icons a,
div#top-bar-icons span {
    font-size: 14px;
    line-height: 100%;
    color: #575757 !important;
    text-decoration: none;
}

div#top-bar-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.phone, .mail, .location, .face {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

div#top-menu-btn {
    background: #B0413E;
    color: white;
    text-align: center;
    padding: 16px 8px;
    border-radius: 10px;
    min-width: 250px;
}

div#top-menu-btn > p {
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

div#top-menu-btn > span {
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

#menu-mainmenu > li.menu-item-99 {
    display: none !important;
}
#mobile_menu2 > li.menu-item-99 {
    background: #76C9D0;
    text-align: center;
    margin: 10px 5%;
}

#mobile_menu2 > li.menu-item-99 > a,
#menu-mainmenu > li.menu-item-99 > a {
    color: white !important;
}

#menu-mobilne-spotkanie {
	color: #FFFFFF !important;
}

/* .et_pb_sticky--top {
    background: rgb(255 255 255 / 60%);
} */

.et_pb_sticky--top {
	border-bottom: solid 1px #575757;
}

.et_pb_sticky--top > div.et_pb_row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px;
}

.et_pb_sticky--top > #realizacje-top-menu {
	margin: 0 auto !important;
    padding: 0 !important;
}

p.footer-text {
    margin-bottom: 20px;
}

h4.title {
    font-size: 18px !important;
    line-height: 200%;
    font-weight: 700;
    font-family: sans-serif;
}

ul#menu-o-nas, 
ul#menu-oferta {
    list-style: none;
    padding: 0;
}

ul#menu-o-nas > li > a,
ul#menu-oferta > li > a {
    font-size: 16px;
    display: block;
    line-height: 200%;
    color: #141517E5;
    font-family: sans-serif;
    font-weight: 400;
}

p.footer-text {
    color: #141517E5;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 130%;
    font-size: 16px;
}

.footer-sm-icons figure {
    max-width: 39px !important;
}

div#foter-menu-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

div#foter-menu-links > .footer-links > #nav_menu-3,
div#foter-menu-links > .footer-links > #nav_menu-4,
div#foter-menu-links > .footer-links > #block-14 {
    width: 100%;
}

.footer-logo-img {
    margin: 0;
    position: absolute;
    top: 120px;
    left: 90px;
}

.cta-top-text > div > p {
    font-weight: 700 !important;
}

.cta-bottom-text > div > p {
    font-weight: 300 !important;
}

.basic-portfolio > .et_pb_gallery_items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
    text-align: center;
}

.et_pb_gallery .et_pb_gallery_item {
    margin: 0 !important;
    width: 100% !important;
}

.glsr-review {
    background: white;
    padding: 20px;
    border: solid 1px #D9D9D9;
}

.single-service.swiper-slide {
    display: grid;
    grid-template-columns: 200px auto;
    grid-template-rows: auto;
    align-items: center;
    border: solid 1px #ededed;
}

.single-service > .service-content {
    padding: 20px;
}

.swiper-pagination {
    position: unset !important;
    margin-top: 20px;
}

.swiper-pagination-bullet-active {
    background: #B0413E !important;
}

.single-service > img {
    width: 100%;
    object-fit: fill;
    height: 100%;
}

.about-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, auto));
    gap: 30px;
}

.about-logos > .client-logo {
	padding: 0 10px;
}

.clients-logo-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, auto));
    grid-template-rows: auto;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 10px;
}

.client-logo {
    max-width: 150px;
    max-height: 150px;
    border: solid 1px #5757574D;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Inter", sans-serif;
    line-height: 130%;
    font-size: 18px;
    font-weight: 300;
}

.footer-logos {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: 100%;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.contact-ico {
    background: #B0413E; 
    padding: 10px;
    border-radius: 10px;
}

.label {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 15px 10px;
}

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

input.wpcf7-form-control.wpcf7-quiz {
    display: block;
    width: 100%;
    padding: 15px 10px;
}

button#contact-form-send-btn {
    width: 300px;
    background: #B0413E;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    border: solid 1px #B0413E;
    margin: 0 auto;
}

button#contact-form-send-btn:hover {
	background: white;
    color: #B0413E;
}

.lwptoc_header {
    color: #575757;
    text-align: center;
}

h3 {
    margin: 20px 0 5px;
}

div#header-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

a.head-btn {
    background: #B0413E;
    padding: 15px 10px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.lwptoc {
    margin-bottom: 16px !important;
}

/* STYLOWANIE GRIDU DLA REALIZACJI - POCZATEK */
.realizacje-filters { 
    text-align: center; 
    margin-bottom: 70px; 
}
.realizacje-filters .r-filter-btn {
    background: #f1f1f1;
    border: 0;
    padding: 10px 16px;
    margin: 0 6px 8px 6px;
    cursor: pointer;
    border-radius: 6px;
    transition: background .18s, color .18s, transform .08s;
    
}
.realizacje-filters .r-filter-btn.active,
.realizacje-filters .r-filter-btn:hover {
    background: #B0413E;
    color: #fff;
    font-weight: 700;
    transform: translateY(-1px);
}

.realizacje-grid {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(280px, 1fr) );
    gap: 18px;
}

.realizacja-tile {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

.realizacja-link { 
    display: block; 
    color: inherit; 
    text-decoration: none; 
}

.realizacja-media img.realizacje-thumb,
.realizacja-media .realizacje-thumb-placeholder {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.realizacje-thumb-placeholder {
    background: linear-gradient(135deg,#e6e6e6,#cccccc);
    width: 100%;
    height: 220px;
}

.realizacja-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 8px 12px;
    box-sizing: border-box;
    pointer-events: none;
}

.realizacja-title,
.realizacja-term {
    background: rgba(223, 164, 186, 0.8);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: nowrap;
}

.realizacja-title > h2 {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
	padding: 0;
}

.realizacja-term { 
    max-width: 100%; 
    text-align: right; 
}
/* STYLOWANIE GRIDU DLA REALIZACJI - KONIEC */

/* STYLOWANIE DLA SEKCJI Z CYTATEM */
#portfolio-quote {
    border: none;
    padding-left: 0 !important;
}

#portfolio-quote p {
    font-family: "Inter", cursive;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    text-transform: unset; 
    margin: 24px 0;
    padding: 0 20px;
    text-align: center;
}

#portfolio-quote div {
    display: flex;
    align-items: center;
    gap: 0 var(--quote-spacing-r); 
}

#portfolio-quote div:first-of-type::after {
    content: "";
    display: block;
    flex: 1;
    height: var(--quote-border-stroke-width-l);
    background-color: var(--quote-border-stroke-color); 
}

#portfolio-quote div:last-of-type::before {
    content: "";
    display: block;
    flex: 1;
    height: var(--quote-border-stroke-width-l);
    background-color: var(--quote-border-stroke-color); 
}

#portfolio-quote div:last-of-type img {
    display: block;
    inline-size: 48px;
    border-radius: 48px; 
}
/* STYLOWANIE DLA SEKCJI Z CYTATEM */

@media screen and (max-width: 540px) {
    .single-service.swiper-slide {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
    }
} 

@media screen and (max-width: 768px) {
    div#foter-menu-links {
        text-align: center;
    }

    .footer-sm-icons {
        justify-content: center;
    }

    .single-service.swiper-slide {
        flex-direction: column;
    }

    .footer-logos {
        display: block;
        text-align: center;
    }

    .footer-logos > img {
        display: block;
        margin: 30px auto;
        transform: rotate(90deg);
        max-width: 40px;
    }

    .clients-logo-section {
        justify-content: center;
    }

    .realizacja-media img.realizacje-thumb,
    .realizacja-media .realizacje-thumb-placeholder { 
        height: 240px; 
    }
    .realizacja-overlay { 
        height: 48px; 
        padding: 6px; 
    }
}

@media screen and (max-width: 1024px) {
    div#top-bar-icons {
        flex-direction: column;
        gap: 5px;
		align-items: flex-start;
    }

    /* .face {
        flex-direction: column;
        text-align: center;
    } */

    .footer-logo-img {
        position: relative;
        top: unset;
        left: unset;
    }

    /* .et_pb_sticky--top:has(.mobile_nav.opened) {
        background: rgb(255 255 255 / 100%);
    } */

    .basic-portfolio > .et_pb_gallery_items {
        text-align: center;
    }
}

@media screen and (max-width: 980px) {
#block-15 {
	float: none;
}
}

