/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #222;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

.container-big {
    width: 100%;
    max-width: 1656px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-mid {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.aldona {
    font-family: "Allura", Helvetica, Arial, sans-serif;

}

a {
    color: #ea3a93;
    font-weight: 700;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #163a73;
    outline: 0;
    text-decoration: none;
}

.entry-content ol li,
.entry-content ul li,
p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.btn-main {
    line-height: 54px
}

.footer-widget input[type="submit"],
.entry-content input[type="submit"],
.btn-main a {
    transition: .2s ease-in-out;
    background: #ea3a93;
    border: 2px solid #ea3a93;
    color: #ffffff;
    border-radius: 30px;
    padding: .6rem 1.4rem;
    font-size: 1rem;
    font-weight: 700;
}

.footer-widget input[type="submit"]:hover,
.entry-content input[type="submit"]:hover,
.btn-main a:hover {
    background: #222222;
    border: 2px solid #222222;
    color: #fff;
}


.btn-main a .fa-light {
    padding-left: .5rem;
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#wrapper {
    background: url('https://www.aldonapisze.pl/wp-content/uploads/2024/07/page-bg.jpg') center top;
    background-repeat: no-repeat;
}

.mastheader {
    position: relative;
    padding: 0;
    z-index: 999;
}

.mh-main {
    padding: 0;
    position: relative;
    z-index: 9999;
}

.mh-main .row {
    align-items: center;
}

.logo {
    margin-top: 3rem;
    height: auto;
}

.logo img {
    max-height: 120px;
}

.navbar {
    margin: 0;
    padding: 0rem 0 0 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #222222;
    margin: 0 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid transparent;
    border-radius: 30px;
    padding: .5rem 1rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    border-color: #788b9536
}

.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 {
    border-color: #ea3a93
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 1.05rem 0 0 0;
    font-size: 1rem;
    color: #31363e;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.3rem 0.6rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background: #31363e;
    border: 0;
    font-size: .8rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #31363e;
    text-decoration: none;
    background-color: #eaeaea;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #31363e;
    text-decoration: none;
    background-color: #eaeaea;
}

.dropdown-toggle::after {
    color: #31363e
}

.social-links,
.mhm-btn {
    text-align: right;
}

.social-links .fa-brands {
    font-size: 1.4rem;
}

#block-22 a {
    font-size: 1.4rem;
}

#block-22 .fa-facebook,
.social-links .fa-facebook {
    color: #1773ea
}

#block-22 .fa-instagram,
.social-links .fa-instagram {
    margin-left: 1rem;
    color: #e6088a
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#slider {
    position: relative;
}

#slider .rotator__img {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    z-index: 9;
    width: 50%;
}

#slider .rotator__img img {
    max-height: 920px;
    object-fit: cover;
    width: 100%;
    border-radius: 120px 0 0 0;
}

#slider .item {
    position: relative;
    padding: 8rem 0 8rem 0;
}

#slider .box {
    position: relative;
    z-index: 999;
    max-width: 46%;
}

#slider .item h2 {
    margin: 0 0 1.5rem -.5rem;
    font-size: 4.4rem;
}

#slider .item h3 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    margin: 0rem 0 3rem;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #ea3a93;
}

#slider .item .text {
    margin: 0 0 3rem;
    letter-spacing: 0px;
    max-width: 85%;
    color: #373737
}

#slider .item .text p {
    font-size: .95rem;
    font-weight: 300;
}

#slider .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 0 1rem;
    padding: 0;
    font-size: 1.8rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

#slider .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 0 1rem;
    padding: 0;
    font-size: 1.8rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

#slider .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

#slider .owl-prev::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f104";
}

#slider .owl-next::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f105";
}

#slider .owl-controls {
    position: absolute;
    margin: 0;
    bottom: auto;
    left: auto;
    right: 5%;
    top: 10rem;
}

#slider .owl-controls .owl-page {
    display: block;
}

#slider .owl-controls .owl-page span {
    width: .4rem;
    height: 3rem;
    margin: 0 0 .5rem;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    transition: .2s ease-in-out;
}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    transition: .2s ease-in-out;
    opacity: 1;
    height: 7rem;
}

.top {
    position: relative;
}

.scroll-down {
    position: absolute;
    z-index: 999;
    bottom: -1.3rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scroll-down a {
    transition: .25s ease-in-out;
    font-size: 1.15rem;
    font-weight: 700;
    color: #ea3a93;
    background: #f2f2f2;
    border: 2px solid #ffffff;
    padding: 1.2rem 1.4rem;
    border-radius: 100px;
}

.scroll-down a:hover {
    color: #fff;
    background: #222222;
    border: 2px solid #222222;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.about {
    padding: 6.8rem 0;
    background: url('https://www.aldonapisze.pl/wp-content/uploads/2024/07/about-bg.jpg')center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-title {}

.section-title h1 {
    margin: 0 0 1.5rem -.5rem;
    font-size: 4.4rem;
}

.section-title h2 {
    margin: 0rem 0 3rem;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #ea3a93;
}

.section-title h3 {
    margin: 0rem;
    font-weight: 700;
    font-size: 2.4rem;
    max-width: 85%;
}

.section-title .txt {
    margin: 0 0 2rem;
}

.offer-widgets .box p,
.service .box p,
.section-title .txt p {
    font-size: .95rem;
    font-weight: 300;
}

.about-img img {
    border-radius: 0 0 0 120px
}

.service {
    padding: 0 0 6.8rem;
    background: linear-gradient(to bottom, #fff 65%, #222 35%);
}

.service .section-title h2 {
    text-align: center;
    font-size: 2.8rem;
}

.service .row>* {
    padding: 4rem 3rem;
    color: #fff;
    transition: .2s ease-in-out;
}

.service .row .fa-light {
    font-size: 4rem;
    margin: 0 0 3rem;
}

.service h3 {
    margin: 0 0 .75rem;
    font-size: 2.4rem;
    font-weight: 700;
}

.service h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.service .row>*:nth-child(1) {
    background: #f8bfdf
}

.service .row>*:nth-child(2) {
    background: #f283bb
}

.service .row>*:nth-child(3) {
    background: #ea3a93;
    border-radius: 0 0 120px 0;
}

.service .row>*:hover {
    background: #ea3a93;
}

.offer {
    background: #222;
    padding: 0 0 6.8rem 0;
    color: #fff;
}

.offer-widgets {
    margin-top: 3.4rem;
}

.offer-widgets .box {}


.offer-widgets .box .fa-light {
    font-size: 3rem;
    color: #ea3a93;
    margin: 0 0 2rem;
}

.offer-widgets .box h3 {
    margin: 0 0 .75rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.offer-widgets .box p {
    color: #888
}

.offer-widgets .box .btn-main a {
    background: transparent;
    padding: .3rem .9rem;
    font-size: .75rem
}

.offer-widgets .box .btn-main a:hover {
    background: #444444;
    border-color: #444;
}

.advantages {
    padding: 6.8rem 0;
    background: url(https://www.aldonapisze.pl/wp-content/uploads/2024/08/dlaczego-bg.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.advantages h2 {
    margin: 0rem 0 2rem;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0
}

.advantages table {
    margin: 0 auto;
    max-width: 991px;
    text-align: center;
}

.advantages table th {
    background: #eee;
    text-align: center;
    padding: 1rem 2rem;
}

.advantages table tr td {
    border: 2px solid #eaeaea;
    padding: 1rem 2rem;
}

.advantages table thead tr>*:nth-child(1) {
    background: #222;
    color: #fff;
    border: 2px solid #222;
    font-size: 1.6rem
}

.advantages table thead tr>*:nth-child(2) {
    background: #eee;
    border: 2px solid #ddd;
}

.advantages table tbody tr>*:nth-child(1) {
    border-right: 2px solid #ea3a93;
    border-left: 2px solid #ea3a93;
    border-bottom: 2px solid #ea3a93;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

.page-title {
    position: relative;
    padding: 6.8rem 0 0 0
}

.page-title h1 {
    font-size: 4.4rem;
    margin: 0rem;
    color: #222;
}

body.single .page-title h1 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;    font-size: 3rem;

}

.page-title h3 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    margin: 0rem;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #ea3a93;
}

body.page-id-66 .page-title,
body.page-id-66 .page-wrapper {
    display: none;
}

body.page-id-66 .mastheader {
    padding-bottom: 3rem;
}

.page-wrapper {
    padding: 0 0 0rem;
    background: url(https://www.aldonapisze.pl/wp-content/uploads/2024/07/pw-bg.png) center bottom;
    background-repeat: no-repeat;
}

body.page-id-64 .offer {
    padding-top: 6.8rem;
    margin-top: 6.8rem;
}

body.product-template-default #main,
.entry-page {
    padding: 3.4rem 0 6.8rem 0
}

.entry-content {}

.entry-content #img-border img {
    border-radius: 0 0 0 120px;
    margin: 0 0 2rem 3rem
}

.entry-content h2 {
    font-weight: 700;
    margin: 3rem 0 2rem;
    font-size: 1.8rem;
}

.entry-content h3 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    margin: 2rem 0 1rem;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ea3a93;
}


.entry-content ol,
.entry-content ul {
    list-style-type: none;
    margin: 2rem 0 0 0;
    padding: 0;
}

.entry-content ol li,
.entry-content ul li {
    margin: 0 0 1.25rem;
    max-width: 85%;
}

.entry-content ol li::before,
.entry-content ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #e61a89;
    font-weight: 500;
}

.entry-content p {}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content #no-icon li::before {
    content: none
}

.entry-content label {
    width: 100%;
}

.entry-content input,
.entry-content textarea {
    border-radius: 0;
    border: 2px solid #ddd;
}

.entry-content textarea {
    margin-top: 1.5rem;
}

.entry-content .wpcf7 label {
    font-weight: 700;
    margin: 1rem 0 0 0;
}

.entry-content .wpcf7 .wpcf7-radio label {
    font-weight: 400;
    margin-top: .5rem;
}

.entry-content .wpcf7 .wpcf7-radio .first {
    margin: 0;
}

.entry-content .form-control:focus {
    border-color: #163a73;
}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
}

.wpcf7 p {
    font-size: .9rem;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: .75rem;
    font-weight: normal;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1rem;
}

.pw-archive article {
    margin: 0 0 6.8rem;
    display: flex;
    flex-wrap: wrap;
}

.pw-archive article .content__thumb {
    display: flex;
    width: 50%;
}

.pw-archive article .content__box {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 3.4rem 0 3.4rem 3.4rem
}

.content__thumb img {
    max-width: 100%;
    max-height: 460px;
    object-fit: cover;
    transition: .25s ease-in-out;
    border-radius: 0 0 0 120px;
}

.content__thumb img:hover {
    opacity: .85
}

.content__box h3 {
    font-size: 2.4rem;
    margin: 2rem 0 1rem;
}

.content__box-excerpt {
    margin: 0 0 2rem;
}

.content__box-excerpt p {
    font-size: .95rem
}

.content__box h3 a {
    color: #222;
}

.btn-small {}

.btn-small a {
    font-size: .9rem;
}

.btn-small a .fa-solid {
    margin-left: .5rem;
    color: #163a73
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #ddd;
    padding: .5rem;
    margin: 2px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #163a73;
    color: #fff;
    background: #163a73
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer-wrapper {
    padding: 0;
    color: #fff
}

.footer-widget {
    padding: 6.8rem 0;
    background: url(https://www.aldonapisze.pl/wp-content/uploads/2024/07/fw-bg.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-widget h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
    color: #fff;
}

.footer-widget .widget {}

.footer-widget a {
    color: #fff;
}

.footer-widget p {
    font-size: .95rem;
    font-weight: 300;
}

.footer-widget h3 {
    margin: 0rem 0 3rem;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #ea3a93;
}

#block-13 {
    position: absolute;
    top: -9.5rem;
}

#block-13 img {
    margin: 0 0 0 -3.5rem
}

#block-14 img {
    border-radius: 0px 0 0 120px
}

#block-20 {
    padding-right: 6.8rem;
}

.footer-widget .row>*:nth-child(4) {
    padding-left: 6.8rem;
}

.footer-widget input,
.footer-widget textarea {
    background: transparent;
    border-bottom: 2px solid #ffffff59;
    border-radius: 0;
    color: #fff;
}

.footer-widget textarea::placeholder,
.footer-widget input::placeholder {
    color: #ffffff86
}

.footer-widget .form-control:focus {
    color: #ffffff;
    background: transparent;
    border-bottom: 2px solid #ea3a93;
    border-top: none;
    border-right: none;
    border-left: none;
    outline: 0;
}

.cf7-agree p {
    font-size: .85rem;
    color: #f6cbb6;
}

.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: .75rem;
    font-weight: normal;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: .5rem;
    border: 2px solid #00a0d2;
    font-size: .8rem;
}

.footer-widget textarea {
    max-height: 100px;
}

.footer-bottom {
    background: #282828;
    padding: 2rem 0;
    font-size: .75rem;
    color: #fff;
    font-weight: 300;
}

.fb-inner .row {
    align-items: center;
}

.footer-bottom a {
    color: #fff;
}

.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 {}

.footer-bottom {
    position: relative;
}

.scroll-top {
    position: absolute;
    right: 0rem;
    bottom: 3.5rem;
}

.scroll-top a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #ea3a93;
    border: 2px solid #ea3a93;
    padding: .9rem 1.2rem;
    border-radius: 100px;
}

.scroll-top a:hover {
    color: #fff;
    background: #31363e;
    border: 2px solid #31363e;
}