/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #1d4357;
    font-family: "Quicksand", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}


a {
    color: #66a5c6;
    background-color: transparent;
}

a:active,
a:hover {
    color: #221d54;
    outline: 0;
    text-decoration: none;
}


input[type="submit"] {
    width: auto;
}

input[type="submit"]:hover {}

.more {
    line-height: 2rem;
}

.more a {
    transition: .2s ease-in-out;
    background: #66a5c6;
    border: 2px solid #367190;
    border-radius: 30px;
    color: #ffffff;
    padding: .7rem 1rem .8rem;
    font-weight: 700;
}

.more a:hover {
    background: #367190;
    border: 2px solid #367190;
    color: #fff;
}

.more a .fal {
    padding-left: .2rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#page {
    background: url(https://www.mebleszyk.pl/wp-content/uploads/2024/08/page-bg.jpg) center top;
    background-repeat: repeat-y;
}

.mastheader {
    padding: 2rem 0;
}

.mastheader .row {
    align-items: center;
}

.logo {
    position: absolute;
    z-index: 9999;
    width: 360px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 5rem;
}

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

.navbar {
    margin: 0;
    padding: 0rem 0 0 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #1d4357;
    margin: 0 1.5rem;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 700;
    border-bottom: 2px solid transparent
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #367190 !important;
    border-bottom: 2px solid #66a5c6
}


.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #367190;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
}

.phone {
    text-align: right;
}

.phone a {
    color: #367190;
    font-size: 1.3rem;
    font-weight: 700;
}

.envelope {
    text-align: right;
    margin-right: 1.5rem;
}

.envelope a {
    color: #367190;
    font-size: 1.2rem;
    font-weight: 700;
}

.phone a .fal,
.envelope a .fal {
    color: #66a5c6;
    padding-right: .5rem;
}

.phone a:hover {
    color: #005caa
}

.envelope a:hover {
    color: #005caa
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#slider {}

#slider .item {
    padding: 12rem 0;
    position: relative;
    border-radius: 30px;
}

#slider .item .container-mid {
    position: relative;
    z-index: 999;
}

#slider .box {
    text-align: center;
}

#slider .item h2 {
    margin: 0 0 .5rem;
    font-weight: 700;
    font-size: 5rem;
    color: #fff;
}

#slider .item h3 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #66a5c6;
}

#slider .item h4 {
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
    color: #1d4357;
}

#slider .item .extra-txt {
    font-size: 1.1rem;
    margin: 1rem auto 3rem;
    letter-spacing: 0px;
    color: #ffffff;
    max-width: 65%;
}

#slider .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(28 21 75 / 0%) 0%, rgb(0 0 0 / 75%) 50%, rgb(0 0 0 / 0%) 100%);
    top: 0;
    left: 0;
}

#slider .owl-controls {
    position: absolute;
    top: 35%;
    right: 7%;
}

#slider .owl-controls .owl-page {
    display: block;
}

#slider .owl-controls .owl-page span {
    width: 1.15rem;
    height: 1.15rem;
    margin: .7rem 0;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #66a5c6
}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.scroll-down {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0
}

.scroll-down a {
    transition: .2s ease-in-out;

    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    background: #fff;
    border-radius: 100%;
}

.scroll-down a:hover {
    color: #fff;
    background: #66a5c6
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.welcome {
    position: relative;
}


.t-txt {
    padding: 5rem 0;
}

.t-left {
    padding: 0 0 0 3rem;
}

.t-left h1 {
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: 2.5rem;
}

.t-left h3 {
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #66a5c6;
}


.t-txt strong {
    font-weight: 700;
}

.t-left {
    font-size: 1.1rem;
    font-weight: 300;
}

.t-left p:last-child {
    margin: 0;
}

.t-left ul {
    margin-left: 0;
    padding-left: 1rem;
}

.t-left li {
    list-style-type: none;
}

.t-left li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    padding-right: 1rem;
    color: #66a5c6;
}

.t-right {
    padding-right: 3rem;
}

.t-right img {
    border-radius: 0 0 30px 0;
}

.t-bottom {
    position: relative;
    z-index: 999
}

.t-bottom h2 {
    padding: 5rem 10rem;
    background: #66a5c6;
    max-width: 100%;
    margin: 0 auto 0 0;
    color: #fff;
    border-radius: 30px;
    text-align: center;
}

.twb-icon {
    text-align: center;
}

.twb-icon img {
    max-width: 164px;
    padding: .5rem;
    background: #fff;
    border-radius: 100%;
}

.t-widgets {
    position: relative;
    margin-top: -8rem;
    z-index: 9;
    text-align: center;
    padding: 13rem 0 5rem 0;
    background: #ddebf3
}

.t-widgets h2 {
    margin: 0 auto 5rem auto;
    font-weight: 700;
    font-size: 2rem;
    max-width: 50%;
}

.t-widgets .box h3 {
    margin: 2rem 0px 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1rem;
}

.t-widgets .box h3 a {
    color: #1d4357
}

.t-widgets .twb-txt {
    font-size: 1rem;
    margin-right: auto;
    margin-left: auto;
}

.t-cta {
    padding: 3rem;
    background: #66a5c6;
    border-radius: 30px;
    color: #fff;
}

.t-cta h3 {
    margin: 0;
    font-weight: 700;
    font-size: 1.75rem;
}

.t-cta h4 {
    margin: .5rem 0 0 0;
    font-weight: 400;
    font-size: 1.1rem;
    max-width: 100%;
}

.t-cta .c-right {
    text-align: right;
}

.t-cta a {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
}

.t-cta a .fal {
    color: #fff;
    padding-right: 1rem;
}

.hp-gallery {
    background: #ddebf3
}

.wp-block-migb-masonry-gallery img,
.hp-gallery img {
    transition: .2s ease-in-out;

}

.wp-block-migb-masonry-gallery img:hover,
.hp-gallery img:hover {
    opacity: .8
}

.hpg-inner {
    position: relative;
    z-index: 99;
}

.hpg-more {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.hpg-more a {
    background: #66a5c6;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 30px;
    color: #fff;
    transition: .2s ease-in-out;
}

.hpg-more a:hover {
    background: #367190
}

.gmap {
    z-index: 99;
    position: relative;
    margin-top: -1rem;
}

.gmap iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cta {
    position: relative;
    z-index: 999;
    margin-top: -118px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


.page-title .pti-box {
    background: url('https://www.mebleszyk.pl/wp-content/uploads/2021/04/slider1-1.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 8rem 0
}

.page-title h1 {
    font-size: 3rem;
    margin: 0 0 .5rem;
    color: #fff;
    font-weight: 700;
}

.page-title h3 {
    margin: 0 0 0rem;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #66a5c6;
}

.page-title .container-big {
    position: relative;
}

.page-title .container-mid {
    z-index: 999;
    position: relative;
}

.page-title .container-big .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(0 0 0 / 69%) 0%, rgb(102 165 198 / 68%) 50%, rgb(0 157 222 / 0%) 80%);
    top: 0;
    left: 0;
}

.page-wrapper {
    padding: 0rem 0;
}

body.product-template-default #main,
.entry-page {
    padding: 5rem 3rem;
    background: #fff;
}


.entry-content {}

.entry-content h2 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    font-size: 1.4rem;
}


.entry-content p {}


.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content label {
    font-weight: 700;
    font-size: .9rem;
}

.entry-content p label {
    margin-top: .5rem;
}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
}

.entry-content li img {
    transition: .25s ease-in-out;
}

.entry-content li img:hover {
    opacity: .7
}

.entry-content li {
    list-style-type: none;
    margin-bottom: .5rem;
}

.entry-content ul {
    margin-left: 0;
    padding-left: 0rem;
}

.entry-content li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    padding-right: 1rem;
    color: #66a5c6;
}

.entry-content .blocks-gallery-grid li::before {
    content: none
}

.entry-content table td {
    padding: 1rem 2rem;
    border: 2px solid #eee;
}

.entry-content table tr:nth-child(even) {
    background: #f4f4f4;
}

body.page-id-158 .entry-content h3 {
    margin: 0;
    color: #66a5c6;
    font-size: 1.4rem;
    font-weight: 700;
}

body.page-id-158 .entry-content h2 {
    font-size: 3rem;
    margin: 2rem 0 1rem;
}

body.page-id-158 .entry-content p.more {
    margin-top: 3rem;
}

.wpcf7 p {
    font-size: .9rem;
}

.thumb-img img {
    transition: .25s ease-in-out;
}

.thumb-img img:hover {
    opacity: .7
}

.pw-archive article {
    margin: 0 0 2rem 0;
}

.pw-archive h2.entry-title {
    font-size: 1.2rem;
    margin: 1rem 0 .5rem 0;
}

.pw-archive h2.entry-title a {
    color: #1d4357;
    transition: .25s ease-in-out;

}

.pw-archive h2.entry-title a:hover {
    text-decoration: underline
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#kontakt {
    padding: 5rem 0 3rem;
}

#block-2 img {
    max-width: 280px
}

#block-2 figure {
    margin: 0;
}

.footer-widget {
    padding: 0rem 0 2rem;
}

.footer-widget .widget {
    margin: 0;
}

.footer-widget p {
    margin-bottom: .75rem;
}

.footer-widget em {
    font-size: .75rem
}

.footer-widget h2 {
    margin: 0 0 .5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.footer-widget input {
    border: 2px solid #66a5c6;
    border-radius: 8px;
    background: transparent;
}

.footer-widget textarea {
    border: 2px solid #66a5c6;
    border-radius: 8px;
    background: transparent;
    max-height: 68px;
}

.more a,
.footer-widget input[type="submit"] {
    transition: .2s ease-in-out;
    background: #66a5c6;
    border: 2px solid #367190;
    border-radius: 30px;
    color: #ffffff;
    padding: .7rem 1.4rem .8rem;
    font-weight: 700;
}

.more a:hover,
.footer-widget input[type="submit"]:hover {
    background: #367190;
    border: 2px solid #367190;
    color: #fff;
}

.wpcf7-not-valid-tip {
    font-size: .7rem;
}

.agree p {
    font-size: .75rem;
}

.fw-inner .row-first>*:nth-child(2) {
    padding-left: 2rem;
}

.fw-inner .row-first>*:nth-child(3) {
    padding-left: 3rem;
}

.footer-bottom {
    position: relative;
    background: transparent;
    padding: 0rem 0 0 0;
    font-size: .85rem;
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: center;
}

.footer-bottom .footer-author {
    text-align: center;

}


.footer-bottom .footer-credits a,
.footer-bottom a,
.footer-bottom .footer-author a {
    font-weight: 700;
}

.footer-bottom .footer-credits a:hover,
.footer-bottom a:hover,
.footer-bottom .footer-author a:hover {}

.scroll-top {
    position: absolute;
    right: 3rem;
    bottom: 0rem;
}

.scroll-top a .fal {
    padding: .75rem .95rem;
    border-radius: 100%;
    background: #367190;
    color: #fff;
    transition: .2s ease-in-out;
}

.scroll-top a:hover .fal {
    background: #66a5c6;
    color: #fff;
}