/*front page*/
body .site-logo-link svg{
    width: 100%;
    max-width: 199px;
}
body:not(.home) .site-header.not-sticky-header path, body:not(.home) .site-header.responsive .site-logo-link path, 
 body:not(.home) .site-header.not-sticky-header .social-links a path, body:not(.home) .site-header.responsive .social-links a path{
    fill: var(--gray-100);
}

#hp-background-resize .elementor-element > .elementor-element {
    background-size: auto 100% !important;
    transition: all 500ms linear;
}

#hp-background-resize .elementor-element > .elementor-element:hover {
    background-size: auto 110% !important;
}

#hp-cs-swiper .swiper-wrapper {
    gap: 0 !important;
}

#hp-cmpanies-slider .elementor-swiper-button {
    border: 1px solid var(--yellow-500);
    border-radius: 50%;
    padding: 8px;
    margin-top: 25px;
}
.clients-hp-loop .swiper-button-prev{
    left: 0;
}
.clients-hp-loop .swiper-button-next{
    left: auto;
    right: 0;
}
.clients-hp-loop .swiper-button-next, .clients-hp-loop .swiper-button-prev{
    border: 1px solid var(--yellow-500);
    border-radius: 50%;
    width: 40px;
    height: 40px;    
}
.clients-hp-loop .swiper-button-next:hover, .clients-hp-loop .swiper-button-prev:hover,#hp-cmpanies-slider .elementor-swiper-button:hover {
    background-color: var(--yellow-500);
}
.clients-hp-loop .swiper-button-next:after, .clients-hp-loop .swiper-button-prev:after{
    content: '';
    width: 24px;
    height: 24px;
    background: url('/wp-content/uploads/2023/08/arrow-right.svg');
    background-position: center;
    background-size: cover;
}
.clients-hp-loop .swiper-button-prev:after{
    transform: rotate(180deg);
}

#hp-blog-loop .elements {
    flex-wrap: nowrap;
    gap: 0;
}

#hp-blog-loop .element {
    display: flex;
    flex-direction: column-reverse;
    background-color: var(--gray-100);
    padding: 16px;
    border-radius: 24px;
    gap: 24px;
}


#hp-blog-loop h4 {
    margin-top: 20px !important;
}

#hp-blog-loop h4 > a.element__title {
    font-weight: 450;
    font-display: 25px;
    line-height: 33px;
}

#hp-blog-loop .element__content {
    width: 100%;
    padding-bottom: 20px;
}

#hp-blog-loop .element .element__image {
    width: 100%;
}

#hp-blog-loop .element .element__image img.wp-post-image {
    height: 100% !important;
    border-radius: 16px;
    aspect-ratio: initial;
}

#hp-blog-loop .element__category {
    background-color: var(--gray-200);
    color: var(--gray-700);
    font-size: 12px;
    font-weight: 450 !important;
    padding: 4px 16px;
    border-radius: 200px;
}


#hp-blog-loop .element__post_date {
    font-size: 12px; 
    font-weight: 450;
    color: var(--gray-400);
}

#hp-case-study .elements {
    flex-wrap: nowrap;
}

/*header*/

header svg path {
    fill: var(--gray-700);
}

#main-header{
    max-width: 100% !important;
    justify-content: center;
    z-index: 100;
    padding-left: 0;
    padding-right: 0;
}

.site-header .menu-main-menu-container {
    width: 100%;
}

.site-header .site-logo-link {
    display: flex;
}

.site-header .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
}

.site-header .menu {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 8px;
}

.site-header .menu li.menu-item-has-children {
    padding-right: 20px !important;
}

.site-header .menu a {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    color: var(--gray-700);
    text-decoration: none;
    white-space: nowrap;
}
body:not(.home) .site-header.not-sticky-header .menu > li > a {
    color: var(--gray-100);
}

.site-header .menu a:hover {
    text-decoration: underline;
}

.site-header .social-links {
    display: flex;
    gap: 12px;
}

.site-header.sticky-header:not(.responsive) .container {
    background-color: var(--gray-100);
    border-radius: 40px;
    width: 95% !important;;
    padding: 12px 20px 10px !important;
    position: absolute;
    top: 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: all 300ms linear;
    align-items: flex-start;
    z-index: 10;
}

.site-header:not(.responsive) .container {
    transition: all 300ms linear;
}

.sticky-header:not(.responsive) {
    justify-content: center !important;
    position: sticky !important;
    top: 40px;
    z-index: 200;
    background-color: transparent;
}

.site-header .social-links a {
    width: 32px;
    height: 32px;
    border: 1px solid var(--gray-500);
    border-radius: 50%;
    position: relative;
}
body:not(.home) .site-header.not-sticky-header .social-links a {
    border-color: var(--gray-100);
}

.site-header .social-links a img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
}

.site-header .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

button.hamburger {
    position: relative;
    background-color: transparent !important;
    border: 2px solid var(--gray-500);
    border-radius: 50%;
    display: block;
    height: 46px;
    width: 46px;
}
body:not(.home) .site-header.not-sticky-header button.hamburger{
    border-color: var(--gray-100);
}
body:not(.home) .site-header.not-sticky-header span.hamb-line, 
 body:not(.home) .site-header.not-sticky-header span.hamb-line::after, 
 body:not(.home) .site-header.not-sticky-header span.hamb-line::before{
    background-color: var(--gray-100);
}

.site-header .site-logo-link {
    max-width: 156px;
    align-self: center;
}

.responsive button.hamburger {
    border: 2px solid var(--gray-100);
}

span.hamb-line, span.hamb-line:after, 
span.hamb-line:before {
    position: absolute;
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 8px;
    background-color: var(--gray-100);
}

.responsive span.hamb-line, .responsive span.hamb-line:after, 
.responsive span.hamb-line:before {
    background-color: var(--gray-100);
}

span.hamb-line, span.hamb-line:after, 
span.hamb-line:before {
    background-color: var(--gray-500);
}

span.hamb-line {
    top: 50%;
    left: 12px;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: 75ms;
}

span.hamb-line:after {
    content: "";
    bottom: -7px;
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

span.hamb-line:before {
    content: "";
    top: -7px;
    transition: top 75ms ease .12s,opacity 75ms ease;
}

.site-header button.hamburger:focus,
.site-header button.hamburger:focus-visible {
    outline: 0 !important;
}

.site-header.responsive .hamburger .hamb-line {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);
}

.site-header.responsive .hamburger .hamb-line::before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}

.site-header.responsive .hamburger .hamb-line::after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}

.site-header.responsive .container {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 10px 64px;
}

.site-header.responsive .container nav,
.site-header.responsive .container .social-links {
    display: flex;
}

.site-header .container nav,
.site-header .container .social-links {
    display: none;
}

.site-header.responsive {
    height: 100vh;
    width: 100vw !important;
    position: fixed;
    background: var(--gray-700) !important;
    z-index: 5;
    overflow: auto;
    top: 0;
}

.site-header.responsive ul#menu-main-menu {
    flex-direction: column;
    gap: 0
}
#menu-main-menu .sub-menu>li {
    padding-top: 12px !important;
}
.sticky-header ul#menu-main-menu > li{
    padding-top: 8px !important;
}

.site-header.responsive .menu a {
    color: var(--gray-100);
    font-size: 20px;
    line-height: 150%;
}

.site-header.responsive nav {
    width: 100%;
    padding: 56px 0 80px;
}

.site-header.responsive .sub-menu.open {
    display: flex;
    padding-left: 20px;
}

.site-header.responsive .sub-menu {
    position: relative;
    display: none;
    flex-direction: column;
    background-color: transparent;
    padding-inline-start: 0;
    list-style: none;
}

#menu-main-menu .menu-item {
    position: relative;
}

.site-header.responsive .social-links a {
    width: 42px;
    height: 42px;
    border: 1px solid var(--gray-200);
}

.site-header.responsive .social-links img:last-of-type {
    width: 20px;
    height: 22px;
}

.site-header.responsive img#ig-logo {
    width: 24px;
    height: 26px;
}

.site-header .menu li.menu-item-has-children.open:after {
    transform: rotate(225deg);
    transition: transform 0.3s ease-in-out;
    top: 20px
}

.site-header .menu li.menu-item-has-children:after {
    transition: all 0.3s ease-in-out;
}

.site-header .menu li.menu-item-has-children:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 5px;
    right: -5px;
    border-bottom: 1px solid var(--gray-100);
    border-right: 1px solid var(--gray-100);
    transform: rotate(45deg);
}
.site-header.sticky-header .menu li.menu-item-has-children:after {
    top: 14px;
}

/*Blog*/

#single-post-info .elementor-post-info {
    justify-content: space-between;
}

#single-post-info .elementor-post-info li:first-of-type,
.loop-items #element__post_info span.element__category {
    padding: 4px 16px;
    background-color: #FFFFFF;
    border-radius: 200px;
}
#single-post-info .elementor-post-info li:first-of-type{
    padding: 4px 16px 4px 0;
}

.elementor-post-info li,
#element__post_info span {
    font-weight: 450 !important;
    font-size: 12px;
}

.loop-items #element__post_info {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.loop-items .element__image img.img-fallback,
.loop-items .element__image img.wp-post-image {
    border-radius: 24px;
    aspect-ratio: 1.33;
    object-fit: cover;
}

.loop-items h4 > a.element__title {
    color: #090808 !important;
}

.loop-items h4 > a.element__title:hover {
    color: #0B5E64 !important;
}

.loop-items .elements,
#career-archive ul.career-list.elements {
    list-style-type: none;
    padding-inline-start: 0;
}

.loop-items .elements {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.loop-items:not(#hp-blog-loop, #hp-case-study) .element {
    width: 100%;
}

.loop-items .element__content {
    margin-top: 5px;
}

.archive-menu ul.elementor-nav-menu, .archive-menu .tagcloud {
    overflow-x: scroll;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
}
.archive-menu .tagcloud {
    display: flex;
    justify-content: flex-start;
}

.archive-menu li.menu-item, .archive-menu .tag-cloud-link {
    color: white !important;
    border-radius: 200px;
    border: 1px solid transparent;
    margin-right: 16px;
    position: relative;
    background-color: transparent !important;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 1;
    text-align: center;
    transition: all 300ms;
}
.archive-menu li.menu-item a, .archive-menu .tag-cloud-link a{
    position: relative;
    z-index: 2;
}
.archive-menu li.menu-item:after, .archive-menu .tag-cloud-link:after {
    content: '' !important;
    background-color: rgba(255,255,255,0.65);
    width: 110% !important;
    height: 110% !important;
    top: -5%;
    left: -5%;
    position: absolute;
    filter: blur(2px);
    border: 1px solid transparent;
    border-radius: 50px;
    z-index: -1;
    transition: all 300ms;
}
.archive-menu li.menu-item:after {
    background-color: rgba(255,255,255,0.3);
}
.archive-menu li.current-menu-item, .archive-menu .tag-cloud-link.active-tag{
    background-color: var(--gray-100) !important;
}
.archive-menu li.current-menu-item a, .archive-menu .tag-cloud-link.active-tag{
    color: var(--gray-700) !important;
}
.archive-menu li.menu-item:hover, .archive-menu .tag-cloud-link:hover {
    border: 1px solid var(--gray-100);
}
.archive-menu li.menu-item:hover:after, .archive-menu .tag-cloud-link:hover:after, .archive-menu .tag-cloud-link.active-tag:after, .archive-menu li.current-menu-item:after {
    background-color: transparent;
    border: 1px solid var(--gray-100);
}

.loop-items .page-numbers {
    font-size: 20px !important;
    color: #171717;
    padding: 5px 12px;
}

.loop-items .current {
    border: 1px solid #C3C3C3;
    border-radius: 50%;
}

.loop-items .nav-links {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
/*.gallery-strefa-indiwidualna .gallery-item{
    aspect-ratio: 1 / 1;
}*/
.gallery-strefa-indiwidualna .gallery-item .gallery-icon, .gallery-strefa-indiwidualna .gallery-item .gallery-icon a{
    height: 100%;
}
.gallery-strefa-indiwidualna .gallery-item img{
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
}
.gallery-strefa-indiwidualna .gallery-item a img {
    width: 100%;
}

/*Kariera*/

.elementor-lightbox i.eicon-close {
    color: white;
    margin: 30px 30px 0 0;
    transform: scale(1.5);
}

#career-archive li.career-list__item {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid var(--gray-300);
}
#career-archive li.career-list__item a {
    color: var(--gray-700);
    font-weight: 450;
    transition: all 300ms;
}
#career-archive li.career-list__item .button-holder {
    border: 1px solid var(--yellow-500);
    border-radius: 200px;
    padding: 8px 34px;
    margin-top: 20px;
}

#career-archive li.career-list__item .button-holder:hover {
    background-color: var(--yellow-700);
    border-color: var(--yellow-700);
}

ul.elements.career-list {
    display: flex;
    flex-direction: column-reverse;
}

ul.elements {
    padding-inline-start: 0;
}

/*Single kariera*/
/*
#single-career-city:before {
    content: "Miejscowość:"
}

#single-career-data:before {
    content: "Aktualne do:"
}

#single-career-city {
    padding-right: 24px;
    border-right: 1px solid #C3C3C3;
}

#single-career-data {
    padding-left: 24px
}

#single-career-city,
#single-career-data {
    font-size: 20px;
    color: #090808 !important;
}

#single-career-advanced-info {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
}

.single-career-list-element {
    display: flex;
    padding: 24px 0 38px;
    border-top: 1px solid #C3C3C3;
    justify-content: space-between;
}

.single-career-list-element ul {
    padding-top: 16px;
}

.single-career-list-element > * {
    width: 50%
}

.single-career-list-element:nth-last-of-type(2) {
    padding-bottom: 62px;
}

.single-career-list-element li {
    font-size: 20px;
}
*/

#single-career li::marker {
    font-size: 14px !important;
}

/*CF7 job offers*/

#contact-form-career .codedropz-upload-container {
    background-color: white;
    border-radius: 8px;
    padding: 27px 16px;
}

#contact-form-career span.dnd-upload-counter {
    display: none;
}

#contact-form-career .codedropz-upload-inner {
    display: flex;
    gap: 0;
    flex-direction: column;
}

#contact-form-career .codedropz-upload-inner span:first-of-type {
    text-decoration: underline;
    font-size: 16px;
}

#contact-form-career .codedropz-upload-inner span:last-of-type,
#contact-form-career .codedropz-btn-wrap a {
    color: #484847;
    font-size: 16px;
}
.wpcf7-list-item label {
    display: flex;
}
.wpcf7 form .wpcf7-response-output {
    border-color: #00a0d2 !important;
}

/*Single post realizacje*/

#single-cs-category > .elementor-widget-container {
    display: flex;
    gap: 24px;
}

#single-cs-category span {
    background-color: var(--gray-200);
    padding: 4px 16px;
    border-radius: 20px
}

/*Clients*/

.clients-loop img.img-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 170px;
    z-index: 1;
}

.clients-loop .element__image {
    position: relative;
}

/*.clients-loop .element__image:after {
    content: "";
    display: block;
    height: calc(100% - 5px);
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 24px;
    background-image: linear-gradient(360deg, rgba(29, 29, 27, 0.8), rgba(29, 29, 27, 0.4));
}*/

img.img-fallback {
    height: 100%;
    width: 100%;
}

#end-of-work-data {
    font-size: 12px;
}

#single-clients-description h2 {
    color: var(--gray-700);
}

#single-client-gallery .elementor-gallery-item__content {
    position: relative;
    height: fit-content;
    margin-top: 16px;
    gap: 10px;
}

#single-client-gallery .elementor-gallery-item__image {
    border-radius: 16px;
}

#clients-archive-cs-section .element__image img {
    border-radius: 24px !important;
}

/*Usługi*/

#uslugi-single-post-text p {
    font-size: 20px;
    line-height: 150%;
    color: var(--gray-400);
    padding-right: 10%;
}

#services-archive-loop ul.elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    list-style-type: none;
    padding-inline-start: 0;
}

#services-archive-loop .element__image{
    position: absolute;
    width: 100%;
    height: 100%;
}
#services-archive-loop .element__image img {
    border-radius: 24px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#services-archive-loop .element__image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    position: absolute;
    top: 0;
    background: linear-gradient(198deg, rgba(23, 23, 23, 0.20) 8.96%, rgba(23, 23, 23, 0.70) 92.35%);
}

#services-archive-loop .element__content {
    position: relative;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

#services-archive-loop .element {
    position: relative;
    width: 100%;
    gap: 16px
}

#services-archive-loop .element__content h2 {
    color: var(--gray-100);
}

#services-archive-loop p.element__description {
    color: var(--gray-200);
    font-size: 20px;
    margin: 12px 0 40px !important;
    line-height: 150%
}

#services-archive-loop a.button-read-more {
    color: var(--gray-700);
    font-weight: 450;
    padding: 10px 32px;
    border-radius: 200px;
    background-color: var(--yellow-500);
    margin-top: auto;
    transition: all 300ms;
}

#services-archive-loop .button-read-more:hover {
    background-color: var(--yellow-700);
}

.services-custom-list ul {
    padding-inline-start: 20px;
}

#about-us-video-bg video {
    min-height: 100vh !important;
    object-fit: cover;
}

/*Kontakt mobile*/

.kontakt-employees-info a:after {
    content: "";
    width: 100%;
    height: 1px;
    display: none;
    position: absolute;
    bottom: 0;
    background-color: var(--gray-700);
    transition: all 800ms linear
}

.kontakt-employees-info a:hover:after {
    display: block;
    transition: all 600ms linear
}

.kontakt-employees-info ul.elementor-icon-list-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px
}
.site-header .social-links a {
    width: 42px;
    height: 42px;
    position: relative;
}

.site-header .social-links a svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 500px) and (max-width: 768px){
    #hp-background-resize .elementor-element > .elementor-element {
        background-size: 100% auto !important;
    }

    #hp-background-resize .elementor-element > .elementor-element:hover {
        background-size: 110% auto !important;
    }
}

@media (max-width: 768px) {
    .site-header .social-links a svg path{
        fill: var(--gray-100);
    }

    #kontakt-social-icons .elementor-icon-list-items {
        display: flex;
        gap: 40px;
        flex-direction: row;
    }

    #kontakt-employees-info ul.elementor-icon-list-items {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 30px;
    }

    #kontakt-employees .elementor-image-box-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    div#about-us-h1 h1 {
        font-size: 35px;
    }

    #menu-main-menu > .menu-item {
        margin: 0 30px;
    }

    .site-header.responsive .container nav {
        flex-direction: column;
        justify-content: space-between;
    }

    .elementor-swiper-button {
        bottom: -90%;
        top: initial !important;
    }

    .elementor-swiper-button-prev {
        left: initial !important;
        right: 52% !important
    }

    .elementor-swiper-button-next {
        right: initial !important;
        left: 52% !important
    }
}

@media (min-width: 768px) {
    .archive-menu ul.elementor-nav-menu, .archive-menu .tagcloud{
        overflow-x: initial;
    }
    .archive-menu li.menu-item, .archive-menu .tag-cloud-link {
        flex-grow: initial;
        flex-shrink: initial;
    }
    .site-header.sticky-header:not(.responsive) .container {
        width: 75%;
    }

    #hp-blog-loop .element .element__image {
        width: 50% !important;
    }

    #hp-blog-loop .element__content {
        width: 50% !important;
    }

    #hp-blog-loop .element {
        flex-direction: row;
    }

    .site-header .menu li:hover .sub-menu {
        display: flex;
        flex-direction: column;
    }

    .site-header .menu li.menu-item-has-children:hover:after {
        transform: rotate(225deg);
        transition: transform 0.3s ease-in-out;
        top: 10px
    }

    body.o-nas .site-header, body.post-type-archive-oferta-pracy .site-header{
        position: absolute;
        background-color: transparent;
        padding-bottom: 40px;
        z-index: 5;
    }

    #services-archive-loop .element__content {
        padding: 0 32px;
        height: 100%;
        padding: 80px 32px 40px;
        justify-content: flex-start;
    }

    body.o-nas>.elementor>.elementor-element:first-of-type {
        padding-top: 50px
    }

    .loop-items:not(#hp-blog-loop, #hp-case-study) .element {
        width: calc(50% - 16px)
    }

    .single-post-items.loop-items:not(#hp-blog-loop, #hp-case-study) .element {
        width: 30%
    }

    .loop-items:not(#hp-blog-loop):not(#hp-cs-swiper, #hp-case-study) .elements {
        gap: 32px;
    }

    .wpcf7-form > div.col-2{
        display: flex;
        gap: 16px;
    }

    .wpcf7-form div.col-2v > p {
        width: 50%;
    }

    .site-header.responsive .container {
        margin: 0 20%;
    }

    .site-header .menu .menu-item a {
        font-size: 0.7rem;
    }

    .site-header .site-logo-link {
        max-width: 200px;
    }

    .site-header .menu .sub-menu {
        display: none;
        position: absolute;
        top: 98%;
        left: -10px;
        list-style: none;
        border-radius: 16px;
        padding: 16px;
        background: var(--gray-100);
        z-index: 2;
    }

    .site-header .menu li{
        padding: 0 8px 3px;
        position: relative;
    }

    #career-archive li.career-list__item {
        flex-direction: row;
    }

    #career-archive li.career-list__item .button-holder {
        margin-top: 0;
    }

    #career-archive .career-list__item span:first-of-type {
        width: 25%
    }

    #kontakt-social-icons .elementor-icon-list-items {
        flex-direction: column;
    }

    .kontakt-employees-info ul.elementor-icon-list-items {
        display: block;
    }

    #services-archive-loop .element {
        width: calc(50% - 16px);
    }
    #counter-mobile .elementor-counter {
        display: block;
    }

}

@media (min-width: 991px) {
    .archive-menu ul.elementor-nav-menu, .archive-menu .tagcloud {
        justify-content: center;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .site-header .container nav,
    .site-header .container .social-links {
        display: flex;
    }

    .site-header button.hamburger {
        display: none;
    }

    .site-header .row {
        display: flex;
        width: auto;
    }

    body.home .site-header .menu li.menu-item-has-children:after, .site-header.sticky-header .menu li.menu-item-has-children:after {
        border-bottom: 1px solid var(--gray-500);
        border-right: 1px solid var(--gray-500);
    }

    .site-header .menu-main-menu-container {
        width: initial;
    }

    .site-header .container {
        margin: 0 5px;
    }
}


@media (min-width: 1025px) {

    .hp-tittle {
        margin-left: 10% !important;
    }
    .site-header .container {
        margin: 0;
    }

    .loop-items:not(#hp-blog-loop, #hp-case-study) .element {
        width: calc(33.333% - 22px);
    }
    .site-header.sticky-header .menu li {
        padding: 0 13px 3px !important;
    }
    .site-header .menu li {
        padding: 0 16px 3px !important;
    }
    .site-header .menu > li {
        padding-bottom: 0 !important;
    }

    .site-header .menu .menu-item a {
        font-size: 0.8rem !important;
        font-weight: 500 !important;
        line-height: 110%;
    }

}
@media (min-width: 1250px) {
    .site-header .menu .menu-item a {
        font-size: 1rem !important;
    }
}

@media (min-width: 1400px) {

    .site-header .container {
        margin: 0 80px !important;
    }
    .site-header.sticky-header:not(.responsive) .container{
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .site-header .menu {
        gap: 16px;
    }

}
