.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
display: none; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//ladyrecepcyjne.com.pl/wp-content/themes/constructo/js/owl/assets/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.page-heading--custom {
position: relative;
overflow: hidden;
padding: 100px 0;
}
.page-heading--custom span {
max-width: 50%;
}
.page-heading--custom .page-heading__image {
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.page-heading--custom::after {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
pointer-events: none;
background: rgba(234, 232, 233, 0.85);
}
@media (min-width: 992px) {
.page-heading--custom::after {
background: linear-gradient(
to right,
rgba(234, 232, 233, 0.95) 0%,
rgba(234, 232, 233, 0.95) 32%,
rgba(255, 255, 255, 0.92) 42%,
rgba(255, 255, 255, 0.65) 55%,
rgba(255, 255, 255, 0.25) 68%,
rgba(255, 255, 255, 0) 82%
);
}
}
.page-heading--custom > .container > span {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
row-gap: 30px;
}
.page-heading--custom .page-heading__title {
font-size: clamp(3rem, 5vw, 6rem);
font-weight: 600;
line-height: 1.2;
color: #222;
margin: 0;
padding: 0;
}
.page-heading--custom .page-heading__description {
font-size: clamp(1rem, 3vw, 1.5rem);
font-weight: 400;
line-height: 1.5;
margin: 0;
padding: 0;
color: #727272;
}
.page-heading--custom .breadcrumbs-wrapper {
margin: 0;
padding: 0;
display: flex;
align-items: center;
gap: 10px;
}
.page-heading--custom .breadcrumbs-wrapper::before {
content: '';
display: block;
width: 50px;
height: 10px;
background: #ff9900;
border-radius: 2px;
}
.page-heading--custom .breadcrumbs-wrapper #breadcrumbs * {
font-size: clamp(1rem, 2vw, 1.2rem);
font-weight: 400;
line-height: 1.5;
color: #ff9900;
margin: 0;
padding: 0;
}
.page-heading--custom .breadcrumbs-wrapper #breadcrumbs li {
display: inline-block;
margin: 0;
padding: 0;
}
.page-heading--custom .page-heading__actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.page-heading--custom .page-heading__button {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 20px;
border: 1px solid transparent;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
font-weight: 600;
}
.page-heading--custom .page-heading__button--primary {
background: #ff9900;
color: #fff;
}
.page-heading--custom .page-heading__button--primary:hover,
.page-heading--custom .page-heading__button--primary:focus-visible {
background: #222;
color: #fff;
}
.page-heading--custom .page-heading__button--secondary {
background: #222;
color: #fff;
}
.page-heading--custom .page-heading__button--secondary:hover,
.page-heading--custom .page-heading__button--secondary:focus-visible {
background: #ff9900;
color: #fff;
}
.page-heading--custom .page-heading__button--ghost {
background: transparent;
border-color: #222;
color: #222;
}
.page-heading--custom .page-heading__button--ghost:hover,
.page-heading--custom .page-heading__button--ghost:focus-visible {
background: #222;
border-color: #222;
color: #fff;
}
.page-heading--custom .page-heading__button:focus-visible {
outline: 1px solid #222;
outline-offset: 1px;
}
.page-heading--custom .page-heading__button-icon {
flex-shrink: 0;
}
@media (max-width: 991px) {
.page-heading--custom {
background-color: #eae8e9;
text-align: center;
}
.page-heading--custom > .container > span {
align-items: center;
max-width: 100%;
}
.page-heading--custom .breadcrumbs-wrapper {
justify-content: center;
}
.page-heading--custom .page-heading__actions {
justify-content: center;
}
.page-heading--custom .page-heading__image {
mix-blend-mode: darken;
filter: grayscale(1) brightness(0.92) contrast(1.05);
}
}
@media (max-width: 768px) {
.page-heading--custom {
padding: 50px 0;
}
.page-heading--custom span {
max-width: 100%;
}
}
@media (max-width: 576px) {
.page-heading--custom {
padding: 30px 0;
}
}html.swipebox-html.swipebox-touch {
overflow: hidden !important;
}
#swipebox-overlay img {
border: none !important;
}
#swipebox-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999 !important;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#swipebox-container {
position: relative;
width: 100%;
height: 100%;
}
#swipebox-slider {
-webkit-transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
height: 100%;
left: 0;
top: 0;
width: 100%;
white-space: nowrap;
position: absolute;
display: none;
cursor: pointer;
}
#swipebox-slider .slide {
height: 100%;
width: 100%;
line-height: 1px;
text-align: center;
display: inline-block;
}
#swipebox-slider .slide:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
display: inline-block;
max-height: 100%;
max-width: 100%;
margin: 0;
padding: 0;
width: auto;
height: auto;
vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
background: none;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 5%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
#swipebox-slider .slide-loading {
background: url(//ladyrecepcyjne.com.pl/wp-content/themes/constructo/images/swipebox/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
-webkit-transition: 0.5s;
transition: 0.5s;
position: absolute;
left: 0;
z-index: 999;
height: 50px;
width: 100%;
}
#swipebox-bottom-bar {
bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
-webkit-transform: translate3d(0, -50px, 0);
transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
top: -50px;
}
#swipebox-top-bar.visible-bars {
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
}
#swipebox-title {
display: block;
width: 100%;
text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
background-image: url(//ladyrecepcyjne.com.pl/wp-content/themes/constructo/images/swipebox/icons.png);
background-repeat: no-repeat;
border: none !important;
text-decoration: none !important;
cursor: pointer;
width: 50px;
height: 50px;
top: 0;
}
#swipebox-arrows {
display: block;
margin: 0 auto;
width: 100%;
height: 50px;
}
#swipebox-prev {
background-position: -32px 13px;
float: left;
}
#swipebox-next {
background-position: -78px 13px;
float: right;
}
#swipebox-close {
top: 0;
right: 0;
position: absolute;
z-index: 9999;
background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
-webkit-animation: rightSpring 0.3s;
animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
-webkit-animation: leftSpring 0.3s;
animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .3s ease;
transition: all .3s ease;
content: ' ';
position: absolute;
z-index: 999;
top: 0;
height: 100%;
width: 20px;
opacity: 0;
}
.swipebox-touch #swipebox-container:before {
left: 0;
-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
right: 0;
-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
opacity: 1;
}
@-webkit-keyframes rightSpring {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes rightSpring {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes leftSpring {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes leftSpring {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@media screen and (min-width: 800px) {
#swipebox-close {
right: 10px;
}
#swipebox-arrows {
width: 92%;
max-width: 800px;
}
} #swipebox-overlay {
background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
text-shadow: 1px 1px 1px black;
background: #000;
opacity: 0.95;
}
#swipebox-top-bar {
color: white !important;
font-size: 15px;
line-height: 43px;
font-family: Helvetica, Arial, sans-serif;
}