/*
Theme Name: Decor WP Theme
Text Domain: decor-net-pl-wp-theme
Author: Łukasz Sujkowski
Author URI: https://sujk.net
Version: 1.0
Domain Path: /lang
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif !important;
    font-size: 1.0rem;
    background-color: #f4f5f6 !important;
}

.lh-1-2 {
    line-height: 1.8 !important;
}

.lh-1-4 {
    line-height: 1.8 !important;
}

.lh-1-6 {
    line-height: 1.8 !important;
}

.lh-1-8 {
    line-height: 1.8 !important;
}

.lh-2-0 {
    line-height: 2.0 !important;
}

article a:not(.btn, .wp-element-button)
{
    color: #f7a901 !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

article a:not(.btn, .wp-element-button):hover {
    color: #f7a901 !important;
    text-decoration: underline !important;
}

article a.blue:not(.btn)
{
    color: #269bd7 !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

article a.blue:not(.btn):hover {
    color: #269bd7 !important;
    text-decoration: underline !important;
}

article a.black:not(.btn)
{
    color: black !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

article a.black:not(.btn):hover {
    color: black !important;
    text-decoration: underline !important;
}



.btn {
    letter-spacing: 0.06rem;
}

.btn-primary {
    --bs-btn-bg: #269bd7 !important;
    --bs-btn-border-color: #269bd7 !important;
    --bs-btn-hover-bg: #1b8bc5 !important;
    --bs-btn-hover-border-color: #1b8bc5 !important;
    --bs-btn-active-bg: #1b8bc5 !important;
    --bs-btn-active-border-color: #1b8bc5 !important;
    --bs-btn-disabled-bg: #269bd7 !important;
    --bs-btn-disabled-border-color: #269bd7 !important;
}

.btn-secondary {
    --bs-btn-bg: #f7a901 !important;
    --bs-btn-border-color: #f7a901 !important;
    --bs-btn-hover-bg: #e49c00 !important;
    --bs-btn-hover-border-color: #e49c00 !important;
    --bs-btn-active-bg: #e49c00 !important;
    --bs-btn-active-border-color: #e49c00 !important;
    --bs-btn-disabled-bg: #f7a901 !important;
    --bs-btn-disabled-border-color: #f7a901 !important;
}


header {
    background-color: #252d33;
    color: white;
    padding: 44px 0 80px 0;
}

header .banner a {
    text-align: center;
}

header img {
    width: 200px;
    margin-bottom: 16px;
}

header h2 {
    color: #79838a;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 1.0rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

header p {
    margin: 0;
    padding: 0;
}

header .info {
    letter-spacing: 0.1rem;
    text-wrap: nowrap;
}

header .info i {
    color: #f7a901;
    font-size: 1.2rem;
}

header .info i.fa-phone {
    font-size: 1.1rem;
}

header .info a {
    color: white;
    text-decoration: none;
    font-size: 1.0rem;
    letter-spacing: 0.12rem;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

header .info a:hover {
    color: #f7a901;
}

@media(max-width: 767px) {
    header {
        padding: 52px 0 82px 0;
    }
}

.navbar {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: -36px !important;
    z-index: 2;
    min-height: fit-content;
}
.navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: none !important;
    outline: none !important;
}
.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' fill='none' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    border-color: white;
}

#navbar-position {
    margin-top: -36px !important;
}

.navbar .container {
    background-color: #269bd7;
    border-radius: 5px;
    padding: 16px 24px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.2s ease-in-out;
}

.navbar.sticky-active {
    background-color: #269bd7;
}

.navbar.sticky-active .container {
    box-shadow: none;
}

.navbar .nav-item .nav-link {
    color: white;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    font-size: 1.0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 18px;
    transition: all 0.2s ease-in-out;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link.show {
    color: #f7a901 !important;
}

.navbar .nav-item .fa-circle {
    font-size: 0.4rem;
    color: #f7a901;
}

.navbar .nav-item:last-of-type .fa-circle {
    display: none;
}

@media(min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.navbar .dropdown-toggle::after {
    display: none !important;
}

.navbar .dropdown-menu {
    border: none;
    border-radius: 4px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    padding: 12px 24px;
    left: -20px;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 4px 0 4px 0;
    letter-spacing: 0.05rem;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #f7a901;
}

.navbar .dropdown-menu .dropdown-bold span {
    font-weight: bold !important;
}

.navbar .dropdown-menu .dropdown-bolder span {
    font-weight: bolder !important;
}

.navbar .socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    order: 1;
}

.navbar .socials .social-icon {
    color: white;
    font-size: 1.0rem;
    transition: all 0.2s ease-in-out;
}

.navbar .socials .social-icon:hover {
    color: #f7a901;
}

@media(max-width: 991px) {
    .navbar {
        background-color: #269bd7;
    }

    .navbar .container {
        box-shadow: none;
    }

    .navbar .container div:nth-child(1) { order: 1; }
    .navbar .container div:nth-child(2) { order: 3; }
    .navbar .container div:nth-child(3) { order: 2; }

    .navbar .container ul.navbar-nav {
        margin-top: 16px;
    }

    .navbar .nav-item .fa-circle {
        display: none;
    }

    .navbar .nav-item .nav-link {
        color: white;
        letter-spacing: 0.12rem;
        text-transform: uppercase;
        font-size: 1.0rem;
        text-align: left;
        transition: all 0.2s ease-in-out;
        justify-content: flex-start;
    }

    .navbar .dropdown-menu {
        border: none;
        box-shadow: none !important;
        background-color: transparent;
        padding: 0;
    }

    .navbar .dropdown-menu .dropdown-item {
        color: white;
        letter-spacing: 0.12rem;
        text-transform: uppercase;
        font-size: 1.0rem;
        transition: all 0.2s ease-in-out;
        padding: 8px 0 8px 16px;
    }

    .navbar .dropdown-menu .dropdown-item:hover {
        color: #f7a901;
    }
}

.slider {
    margin-top: -36px;
    z-index: 1;
    height: fit-content;
}

.slider .carousel {

}

.slider .carousel .carousel-item {

}

.slider .carousel img {
    height: 600px;
    object-fit: cover;
}

@media(max-width: 991px) {
    .slider {
        margin-top: 0px;
    }

    .slider .carousel img {
        height: 300px;
    }
}

.slider .carousel-caption {
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider .carousel-caption .carousel-caption-bg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.slider .carousel-caption .carousel-caption-bg h5 {
    color: white;
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.slider .carousel-caption .carousel-caption-bg p {
    color: white;
    letter-spacing: 0.1rem;
    font-size: 1.0rem;
    font-weight: 300;
}

.slider .carousel-caption .carousel-caption-bg button {

}

section.breadcrumbs {
    margin-top: -36px;
    z-index: 1;
    width: 100%;
    background: #e6e7e8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 58px 0 22px 0;
}

.breadcrumbs ol {
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item a {
    color: #646d75;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #f7a901;
}

.breadcrumb .breadcrumb-item.active {
    color: #252d33;
}

.grid-menu {
    padding: 30px 0;
}

.grid-menu .grid-menu-item {
    width: 100%;
    height: 300px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

.grid-menu .grid-menu-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.grid-menu .grid-menu-item .overlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.4);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.grid-menu .grid-menu-item .overlay:hover {
    opacity: 1;
    cursor: pointer;
}

.grid-menu .grid-menu-item .text {
    position: absolute;

    bottom: 1px;
    left: 0;

    width: 100%;
    height: fit-content;

    text-align: center;
    color: rgba(37, 45, 51, 0.9);
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.grid-menu .grid-menu-item .text.alternative {
    font-family: "Roboto Condensed", sans-serif;
    color: white;
    font-size: 1.1rem;
    padding: 8px 4px;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: none;
}

.gallery-list h1 {
    color: #252d33;
    font-size: 1.8rem;
    letter-spacing: 0.06rem;
    font-weight: 400;
    margin-bottom: 12px;
}

.gallery-list h2 {
    color: #252d33;
    font-size: 1.6rem;
    letter-spacing: 0.06rem;
    font-weight: 400;
    margin-bottom: 12px;
}

.last-articles {
    padding: 60px 0;
    background-color: #262d33;
    color: white;
}

.last-articles h2 {
    color: white;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 400;
}

.last-articles .card {
    border-color: transparent;
    background: #1c2226;
    color: white;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.last-articles .card-body {
    padding: 12px;
}

.last-articles .card-title {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    font-weight: normal;
    text-transform: none;
}

.last-articles .card-title a {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    font-weight: normal;
}

.last-articles .card-title a:hover {
    color: #f7a901;
}

.last-articles .card-text {
    color: white;
    font-size: 1.0rem;
    font-weight: 200;
    letter-spacing: 0.05rem;
}

.last-articles .card .card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.last-articles .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last-articles .card .card-footer {
    border: none;
    padding: 12px;
    padding-top: 0;
}

.last-articles .card .card-footer i {
    font-size: 0.9rem;
    margin-right: 6px;
}

.single .single-cover-bg {
    background: #777777;
}
.single .single-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 460px;
    overflow: hidden;
    margin-bottom: 18px;
}

.single .single-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.single h1 {
    color: #252d33;
    font-size: 1.8rem;
    letter-spacing: 0.06rem;
    font-weight: 400;
    margin-bottom: 12px;
}

.single .single-details {
    background: #e6e7e8;
    width: 100%;
    color: #1c2226;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 20px;
}

.single .single-details .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single .single-details .share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.single .single-details .share .share-title {
    font-size: 1.0rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
    margin-bottom: 0;
}

.single .single-details .date {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

.single .single-details .date i {
    font-size: 0.9rem;
    margin-bottom: 1px;
}

.single .single-details .share a {
    color: #1c2226;
    text-decoration: none;
}
.single .single-details .share a:hover {
    color: #646d75;
}

footer {
    background-color: #101416;
    padding: 20px 0;
}

footer .links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

footer .links a {
    color: #646d75;
    text-decoration: none;
    font-size: 1.0rem;
    transition: all 0.2s ease-in-out;
}

footer .links a:hover {
    color: white;
}

footer .links .fa-circle {
    font-size: 0.4rem;
    color: #646d75;
}

footer .text {
    color: #646d75;
    font-size: 1.0rem;
    letter-spacing: 0.05rem;
    text-align: center;
}

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

footer .socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

footer .socials .social-icon {
    color: #646d75;
    font-size: 1.0rem;
    transition: all 0.2s ease-in-out;
}

footer .socials .social-icon:hover {
    color: white;
}

.brands {
    border-top: 60px solid #1c2226;
    border-bottom: 60px solid #1c2226;
    background-color: #262d33;
    padding: 60px 0;
    color: white;
}

.brands .container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.brands h2 {
    color: white;
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 14px;
}

.brands p {
    color: white;
    letter-spacing: 0.05rem;
    font-size: 1.0rem;
    font-weight: 200;
    text-align: center;
    margin-bottom: 32px;
}

.footer-slider {
    --slider-element-width: 132px;
    --slider-element-gap: 60px;
    --slider-element-count: 7;
    --slider-animation-time: 20s;

    display: flex;
    gap: var(--slider-element-gap);
    animation: scroll var(--slider-animation-time) linear infinite;
    animation-play-state: running;
    will-change: transform;

}

@media (max-width: 1399px) {
    .footer-slider {
        --slider-element-gap: 30px;
        --slider-animation-time: 15s;
    }
}

@media (max-width: 1199px) {
    .footer-slider {
        --slider-element-gap: 10px;
        --slider-animation-time: 15s;
    }
}

.footer-slider:hover {
    animation-play-state: paused;
}

.footer-slider a {
    flex-shrink: 0;
}

.footer-slider a img {
    width: var(--slider-element-width);
}

.footer-slider img {
    height: 100px;
    display: block;
    width: auto;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1 * (var(--slider-element-width) + var(--slider-element-gap)) * var(--slider-element-count)));
    }
}

.categories h1 {
    color: #252d33;
    font-size: 1.8rem;
    letter-spacing: 0.06rem;
    font-weight: 400;
    margin-bottom: 12px;
}

.categories .card {
    border-color: transparent;
    background: white;
    color: #252d33;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.categories .card-title a {
    color: #252d33;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.categories .card-title a:hover {
    color: #f7a901;
}

.categories .card-text {
    color: #252d33;
    font-size: 1.0rem;
    font-weight: 200;
    letter-spacing: 0.05rem;
}

.categories .card .card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media (max-width: 767px) {
    .categories .card .card-image {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }
}

.categories .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories .card .card-footer {
    border: none;
    padding: 12px;
    padding-top: 0;
    background: white;
    color: #252d33;
}

.categories .card .card-footer i {
    font-size: 0.9rem;
    margin-right: 6px;
}

section.search {
    margin-top: -36px;
    z-index: 1;
    width: 100%;
    background: #e6e7e8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 58px 0 22px 0;
}

.search h1 {
    color: #252d33;
    font-size: 1.8rem;
    letter-spacing: 0.06rem;
    font-weight: 400;
    margin-bottom: 12px;
}

.search .card {
    border-color: transparent;
    background: white;
    color: #252d33;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.search .card-title a {
    color: #252d33;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 0.025rem;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.search .card-title a:hover {
    color: #f7a901;
}

.search .card-text {
    color: #252d33;
    font-size: 1.0rem;
    font-weight: 200;
    letter-spacing: 0.025rem;
}

.search .card .card-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media (max-width: 767px) {
    .search .card .card-image {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }
}

.search .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search .card .card-body .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .search .card .card-body .heading {
        align-items: flex-start !important;
    }
}

.search .card .card-body .heading .date {
    white-space: nowrap;
}

.search .card .card-body .heading .date i {
    font-size: 0.9rem;
    margin-right: 6px;
}

.search .card .card-footer {
    border: none;
    padding: 12px;
    padding-top: 0;
    background: white;
    color: #252d33;
}

.secret-search {
    position: absolute !important;
    right: 20px !important;
}

.secret-search a {
    color: #e6e7e8;
}

.pagination .page-item .page-link {
    color: #252d33;
    border-color: #252d33;
    background: #f4f5f6;
}

.pagination .page-item .page-link:hover {
    background: #e3e6e8;
    border-color: #252d33;
    color: #252d33;
}

.pagination .page-item.active .page-link {
    background: #252d33;
    border-color: #252d33;
    color: white;
}

#email-copy-button span.inner-text {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.3s linear;
}

#email-copy-button span.inner-text.hide {
    opacity: 0;
}

.scroll-top-button {
    position: fixed;
    bottom: 10px;
    right: 10px;

    height: 48px;
    width: 50px;

    margin: 0;

    background: #1e80c4;
    border: none;
    border-radius: 0.2rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;

    font-size: 20px;
    color: white;
    text-align: center;

    /* Animation */
    transition-timing-function: ease;
    transition: 0.2s;

    z-index: 1040;
}

.wpcf7-spinner {
    display: flex !important;
    margin: 10px auto 10px auto !important;
    justify-content: center !important;
}

.wpcf7-response-output {
    border-radius: 4px !important;
    text-align: center !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.grecaptcha-badge {
    bottom: 70px !important;
    z-index: 9999 !important;
}