/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

html, body {
	scroll-behavior: smooth !important;
}

.r-main-header {
	opacity: 0;
	transform: translatey(-100%);
	-webkit-transition: opacity 1s ease-out, transform 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
	transition: opacity 0.5s ease-out, transform 0.5s ease-out !important;
}

.r-main-header .c-logo {
	cursor: pointer;
}

.r-main-header.fusion-sticky-transition {
	opacity: 1;
	transform: translatey(0);
	-webkit-transition: opacity 1s ease-out, transform 0.8s ease-out;
	-moz-transition: opacity 1s ease-out, transform 0.8s ease-out;
	-ms-transition: opacity 1s ease-out, transform 0.8s ease-out;
	-o-transition: opacity 1s ease-out, transform 0.8s ease-out;
	transition: opacity 1s ease-out, transform 0.8s ease-out !important;
}

.fusion-tb-header:has(+ * + .fusion-page-title-bar .r-page-title) .r-main-header {
	opacity: 1;
	transform: translatey(0px)
}

.r-welcome-page:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	/* background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(0,0,0, 0.9) 80%); */
}

.r-welcome-page:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.7;
	background: linear-gradient(300deg, #222222 30%,#444444 50%,#000000 80%);
  background-size: 180% 180%;
	background-position: 100% 100%;
animation: gradient-animation 12s ease infinite,
	opacity-animation 6s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
	50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes opacity-animation {
	0% {
		opacity: 0.7;
	}
	50% {
		opacity: 0.55;
	}
	100% {
		opacity: 0.7;
	}
}

.r-welcome-page .c-welcome-page .c-contact .c-icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(279deg) brightness(105%) contrast(101%);
}

.r-welcome-page .c-welcome-page .c-contact .c-text p {
	margin: 0px;
}

.r-welcome-page .c-welcome-page .c-contact-left-col .c-text {
	border-left: 1px solid white;
	padding-left: 22px;
	margin-left: 26px
}


.r-welcome-page .c-welcome-page .c-contact-right-col .c-text {
	border-right: 1px solid white;
	padding-right: 22px;
	margin-right: 26px
}

.r-welcome-page .c-welcome-page .c-arrow-icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(279deg) brightness(105%) contrast(101%);
	transform: rotate(90deg) translatey(-0.5px)
}

.r-welcome-page .c-welcome-page .c-bottom-text p {
	margin: 0px;
}

.r-welcome-page .c-welcome-page .c-bottom-text:after {
	content: '';
	width: 1px;
	height: 20px;
	position: relative;
	display: block;
	background: white;
	margin: 8px auto;
}

.r-about-me .c-about-me .img-right img,
.r-about-me .c-about-me .img-right{
	height: 640px;
	object-position: 80% center;
}

.r-about-me .c-about-me .img-left img,
.r-about-me .c-about-me .img-left{
	height: 640px;
}

.r-about-me .c-about-me .img-right img {
	margin-left: 117px;
}


.r-about-me .c-about-me > .fusion-column-wrapper:has(.img-right){
		width: 804px !important;
	margin-right: -250px
}

.r-about-me .c-about-me > .fusion-column-wrapper:has(.img-left){
		width: 931px !important;
	margin-left: -320px
}

.r-about-me .c-about-me .c-about-me-img img {
	object-fit: cover;
}

.r-about-me .c-about-me .c-about-me-img {
	overflow: visible
}

.r-about-me .c-about-me .img-right:after {
	content: "Kim jestem?";
	left: -185px;
	top: 42%;
	font-size: 75px;
	transform: rotate(-90deg) scale(1,0.7);
}

.r-about-me .c-about-me .img-left:after {
	content: "DJ/WODZIREJ";
	right: -320px;
	top: 42%;
	font-size: 65px;
	transform: rotate(-90deg) scale(1, 0.7);
}
.r-about-me .c-about-me .c-about-me-img:after {
	font-weight: 800;
	position: absolute;
	background: #E6E5E6;
	line-height: 1;
	padding: 30px 0px;
	color: #CACACA;
	z-index: -1;
	font-family: var(--h2_typography-font-family);
	
}
/*
.r-features .c-features > .fusion-column-wrapper {
	background: white;
	border: 1px solid black;
	box-shadow: 0.279px 15.998px 26.73px 0.27px rgba(1, 1, 1, 0.21);
	padding: 40px 0px;
}

.r-features .c-features .c-feature-icon .c-icon {
	filter: drop-shadow(0px 5px 10px rgba(0,0,0,0.21));
}

.r-features .c-features .c-feature-text .c-text {
	filter: drop-shadow(0px 13px 10px rgba(0,0,0,0.21));
}*/

.c-features-2 .c-features-boxes .content-box-wrapper .content-container,
.c-features-2 .c-features-boxes .content-box-wrapper .content-box-heading{
	filter: drop-shadow(0px 13px 10px rgba(0,0,0,0.21));
}

.c-features-2 .c-features-boxes .content-box-wrapper .heading .image {
	filter: drop-shadow(0px 5px 10px rgba(0,0,0,0.21));
}

.c-features-2 .c-features-boxes .content-box-wrapper .content-container,
.c-features-2 .c-features-boxes .content-box-wrapper .heading   .content-box-heading{
	margin-bottom: 0px;
	padding-left: 230px !important
}

.c-features-2 .c-features-boxes .content-box-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 30px !important;
}

.c-features-2 .c-features-boxes .content-box-wrapper .heading   .image {
	margin-left: 40px;
}

.c-features-2 .c-features-boxes .content-box-wrapper .heading   .image img {
	margin: 0px;
}

.c-features-2 .c-features-boxes {
	margin-bottom: 0px;
}

.c-features-2 .c-features-boxes > .content-box-column {
	position: sticky !important;
	bottom: 200px;
	margin-bottom: 25px;
}

.c-features-2 .c-features-boxes .content-box-column:first-child {
	z-index: 10;
}

.c-features-2 .c-features-boxes .content-box-column:nth-of-type(2) {
	z-index: 8;
}

.c-features-2 .c-features-boxes .content-box-column:nth-of-type(3) {
	z-index: 6;
}

.c-features-2 .c-features-boxes .content-box-column:nth-of-type(4) {
	z-index: 4;
}

.c-features-2 .c-features-boxes .content-box-column:nth-of-type(5) {
	z-index: 2;
}

.r-cta {
	background-position: center 38% !important;
}

.r-cta:after {
	content: "";
	height: 1px;
	width: 121px;
	background: #BBBCBB;
	position: absolute;
	bottom: 185px
}

.r-repertuar .c-repertuar .c-text {
	background: #F5F4F4;
	padding: 70px 36px 42px 67px;
}

.r-repertuar .c-repertuar .c-repertuar-top-img,
.r-repertuar .c-repertuar .c-repertuar-top-img img,
.r-repertuar .c-repertuar .fusion-image-element:has(.c-repertuar-top-img),
.fusion-image-element:has(.c-repertuar-top-img) > div{
	height: 100%;
}

.r-repertuar .c-repertuar .c-repertuar-left-img,
.r-repertuar .c-repertuar .c-repertuar-left-img img,
.r-repertuar .c-repertuar .c-repertuar-right-img,
.r-repertuar .c-repertuar .c-repertuar-right-img img{
	height: 312px;
}
.r-repertuar .c-repertuar .c-repertuar-right-img img{
	width: 502px;
	object-fit: cover
}

.r-repertuar .c-naglosnienie .c-text {
	height: 100%;
}

.c-zabawy-tabs .nav {
	max-width: 275px;
	padding-top: 40px;
}

.c-zabawy-tabs .nav .tab-link {
	white-space: wrap !important;
	display: flex !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	min-height: 65px;
	border: none !important;
}

.c-zabawy-tabs .nav li.active:before {
	content: '';
	height: 100%;
	width: 50px;
	position: absolute;
	right: -50px;
	background: black;
}

.c-zabawy-tabs .nav li.active:after {
	content: '';
	height: 100%;
	width: 32px;
	position: absolute;
	right: -81px;
	top: -0.5px;
	background: black;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}


.c-zabawy-tabs .nav .tab-link .fusion-tab-heading {
	justify-content: center !important;
	text-align: center;
}

.c-zabawy-tabs .tab-content {
	padding: 60px !important;
	margin-left: 50px !important;
	background: white;
}


.c-zabawy-tabs .tab-content h4 {
	margin-top: 0px;
}

.c-zabawy-tabs .tab-content p:has(img) {
	text-align: center;
}


.c-zabawy-tabs .tab-content p:has(img):last-child {
	margin-bottom: -120px;
	margin-top: 24px;
}

.c-zabawy-tabs .tab-content img {
	box-shadow: 0.279px 15.998px 26.73px 0.27px rgba(1, 1, 1, 0.21);
	max-width: 540px;
	height: 430px;
	object-fit: cover;
}

.r-galeria .c-galeria-box {
	cursor: pointer;
}

.r-galeria .c-galeria-box .box-img {
	height: 1000px;
}

.r-galeria .c-galeria-box .box-img img {
	height: 100%;
	object-fit: cover;
}


.r-galeria .c-galeria-box.filmy .box-img img {
	object-position: 69% center;
}


.r-galeria .c-galeria-box .box-img:before {
	content: '';
	position: absolute;
	width: 92%;
	height: 96%;
	background: black;
	border: 1px solid white;
	opacity: 0;
	left: 4%;
	top: 2%;
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}


.r-galeria .c-galeria-box .box-img:hover:before {
	opacity: 0.5;
	transform: scale(1);
}

.r-galeria .c-galeria-box .box-img:after {
	content: '';
	position: absolute;
	width: 64px;
	height: 64px;
	background: white;
	right: 47px;
	top: 43px;
	clip-path: polygon(0 49%, 49% 49%, 49% 0, 51% 0, 51% 49%, 100% 49%, 100% 51%, 51% 51%, 51% 100%, 49% 100%, 49% 51%, 0 51%);
	transform: scale(0) rotate(240deg);
	opacity: 0;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.r-galeria .c-galeria-box .box-img:hover:after {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.r-galeria .c-galeria-box .fusion-image-element:before {
	content: "Galeria";
	position: absolute;
	font-size: 24px;
	text-align: center;
	width: 100%;
	color: white;
	bottom: 15%;
	font-family: Syne;
	z-index: 2 !important;
	left: 0px;
	right: 0px;
	font-weight: 600;
	pointer-events: none;
}

.r-galeria .c-galeria-box .fusion-image-element:after {
	font-family: Syne;
	content: "";
	position: absolute;
	font-size: 60px;
	text-align: center;
	width: 100%;
	color: white;
	bottom: 7%;
	left: 0px;
	right: 0px;
	text-transform: uppercase;
	z-index: 2 !important;
	font-weight: 600;
	pointer-events: none;
}

.r-galeria .c-galeria-box.zdjecia .fusion-image-element:after {
	content: "Zdjęć";
}

.r-galeria .c-galeria-box.filmy .fusion-image-element:after {
	content: "Wideo";
}

/* Custom Toggles */

.gallery-toggle-content .gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	flex-wrap: wrap;
}


.gallery-toggle-content .gallery img {
	margin: 0px !important;
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
	
}

.gallery-toggle {
	border-bottom: 1px solid black;
}


.gallery-toggle-content.active {
	margin-bottom: 62px;
}

.gallery-toggle-content,
.gallery-toggle-content .gallery,
.gallery-toggle-content .gallery img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.gallery-toggle-content:not(.active) .gallery a {
	pointer-events: none;
}

.gallery-toggle-content .gallery img:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0px 0px 12px -4px rgba(66, 68, 90, 1);
-moz-box-shadow: 0px 0px 12px -4px rgba(66, 68, 90, 1);
box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
}


.gallery-toggle-content {
	overflow: visible
}

.gallery-toggle-content .gallery{
	max-height: 0px;
}

.gallery-toggle-content.active .gallery{
	max-height: 100%;
}

.gallery-toggle-content .gallery {
	opacity: 0;
}

.gallery-toggle-content.active .gallery {
	opacity: 1;
}

.gallery-toggle .gallery-toggle-button {
	font-size: 48px;
	font-family: "Poppins";
	font-weight: 100;
	color: black;
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	margin: 30px 0px;
	display: flex;
	align-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}

.gallery-toggle .gallery-toggle-button span {
	font-family: "Syne";
	font-weight: 800;
	margin-left: 10px;
	margin-top: 5px
}

.gallery-toggle .gallery-toggle-button:hover {
	color: #999
}

.gallery-toggle .gallery-toggle-button:before {
	content: "";
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	background: url("/wp-content/uploads/2025/08/ikonka-minus.png");
	position: absolute;
	width: 62px;
	height: 62px;
	display: inline-block;
	align-self: flex-end;
	right: 0px;
	-webkit-transition: transform 0.2s ease;
-moz-transition: transform 0.2s ease;
-ms-transition: transform 0.2s ease;
-o-transition: transform 0.2s ease;
transition: transform 0.4s ease-out;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease-out;
}

.gallery-toggle .gallery-toggle-button:after {
	content: "";
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	background: url("/wp-content/uploads/2025/08/ikonka-plus.png");
	position: absolute;
	width: 62px;
	height: 62px;
	display: inline-block;
	align-self: flex-end;
	right: 0px;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease-out;
	opacity: 1;
}

.gallery-toggle .gallery-toggle-button:has(+ .gallery-toggle-content.active):before {
	opacity: 1;
	transform: rotate(360deg)
}

.gallery-toggle .gallery-toggle-button:has(+ .gallery-toggle-content.active):after {
	opacity: 0;
	transform: rotate(360deg)
}

.gallery-toggle-content.gallery-video-content .gallery video {
	width: 100%;
	height: 360px;
	object-fit: cover
}

.gallery-toggle-content.gallery-video-content .gallery .video-embed {
	position: relative;
	display: flex;
}

.gallery-toggle-content.gallery-video-content .gallery {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-toggle-content.gallery-video-content .gallery .video-embed:after {
	content: "";
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background: url("/wp-content/uploads/2025/08/play-icon.png");
	width: 48px;
	height: 48px;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 30px);
}


.r-contact .c-contact-img img {
	transform: scale(1.2) translate(-15px,30px);
}

.r-contact .c-contact-img {
	width: 590px;
	height: 736px;
}

.r-contact-form .c-contact-form .fusion-form-field:has(.form-form-submit) {
	margin-bottom: 0px;
}

.r-contact-form .c-contact-form .c-consent label:before {
	top: 11px !important;
}

.r-contact-form .c-contact-form .c-consent label:after {
	top: 11px !important;
}

.r-contact-form .c-contact-form .c-consent label {
	font-size: 12px;
	padding-left: 25px !important;
}

.r-contact-form .c-contact-form .fusion-form-recaptcha-field {
	margin: 0px
}

.r-contact-form .c-contact-form .fusion-form-consent-field {
	margin-top: 5px
}

.r-footer .c-footer-contact img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7429%) hue-rotate(311deg) brightness(101%) contrast(101%);
}

.r-footer .c-footer-contact p {
	margin-bottom: 3px;
}

.r-footer .c-footer-contact p a {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 10px;
	color: white;
	font-size: 18px;
}


.r-footer .c-footer-contact p a span {
	color: white;
}

.r-footer .c-footer-right-col .c-footer-contact a {
	float: right;
}


.r-footer .c-footer-right-col .c-footer-contact p a {
	gap: 23px;
}

/* Mobile */

@media only screen and (max-width: 1024px) {
	.c-zabawy-tabs {
		margin-top: -30px;
		margin-bottom: 0px;
	}
	
	.c-zabawy-tabs .tab-content {
		margin-left: 0px !important;
		margin-top: 0px !important;
		padding: 30px !important;
	} 

	.c-zabawy-tabs .nav {
		padding-top: 0px;
		max-width: none
	}

	.c-zabawy-tabs .nav li.active:before {
		content: none;	
	}

	.c-zabawy-tabs .nav li.active:after {
		top: 45px;
		right: auto;
		left: auto;
		transform: rotate(90deg) translatey(16px);
	}

	.c-zabawy-tabs .tab-content p:has(img):last-child {
		margin-bottom: 30px
	}
}

@media only screen and (max-width: 800px) {
	
	.c-zabawy-tabs .tab-content img {
		height: auto;
		max-width: 100%;
	}
	
	.r-footer .c-footer-contact p a {
		justify-content: center;
		font-size: 15px;
	}

	.r-footer .c-footer-right-col .c-footer-contact a {
		float: none;
	}



	.r-footer .c-footer-right-col .c-footer-contact p a {
		flex-direction: row-reverse
	}


	.r-footer .fusion-column-wrapper:has(.fusion-image-element) {
		margin-bottom: 20px
	}
	
	.r-welcome-page .c-welcome-subtitle {
		font-size: 30px !important;
	}
	
	.r-welcome-page .c-contact .c-text {
		font-size: 18px;
	}
	
	.r-welcome-page .c-contact .c-icon {
		max-width: 40px
	}

	.r-welcome-page .c-welcome-page .c-contact-right-col .c-text {
		padding-left: 22px;
		margin-left: 0px;
		border-right: 0px;
		margin-right: 0px;
		padding-right: 0px;

	}
	
	.r-welcome-page .c-welcome-page .c-contact-left-col .c-text,
	.r-welcome-page .c-welcome-page .c-contact-right-col .c-text{
		border: 0px;
		margin-left: 0px;
	}

	.r-welcome-page .c-welcome-page .c-contact-left-col > .fusion-column-wrapper,
	.r-welcome-page .c-welcome-page .c-contact-right-col > .fusion-column-wrapper{
		flex-direction: row !important;
		align-content: center;
		align-items: center;
	}

	.r-welcome-page .c-welcome-page .c-welcome-subtitle {
		margin-bottom: 30px !important;
	}

	.r-welcome-page .c-welcome-page .c-contact-right-col {
		margin-top: 15px
	}

	.r-welcome-page .c-welcome-page .c-contact-right-col .c-text {
		text-align: left
	} 


	.r-welcome-page .c-welcome-page .c-contact-right-col .c-icon {
		float: left;
	}

	.r-welcome-page .c-welcome-page .fusion-builder-row:has(> .c-contact) {
		flex-direction: column;
	}
	
	h2 {
		margin-bottom: 0.5em !important;
		font-size: 30px !important;
	}

	.r-about-me .c-about-me .img-right img,
	.r-about-me .c-about-me .img-right,
	.r-about-me .c-about-me .img-left img,
	.r-about-me .c-about-me .img-left{
		height: auto;
		margin: 0px
	}

	.r-about-me .c-about-me .img-right,
	.r-about-me .c-about-me .img-left{
		margin-top: 50px !important;
	}

	.r-about-me .c-about-me > .fusion-column-wrapper:has(.img-right){
		margin: 0px;
		width: auto !important;
	}

	.r-about-me .c-about-me .img-right:after,
	.r-about-me .c-about-me .img-left:after {
		z-index: 10;
		transform: scale(1,0.7);
		left: 10%;
		top: -40px;
		font-size: 35px;
		width: 80%;
		text-align: center;
		padding: 15px 0px;
		
	}
	
	.r-about-me .c-about-me .img-left:after {
		content: "DJ/ WODZIREJ";
		top: -55px;
	}
	
	.r-about-me .c-about-me .img-left {
		margin-top: 60px !important;
	}

	.r-about-me .c-about-me .img-right img {
		margin: 0px !important;
	}

	.r-about-me .c-about-me > .fusion-column-wrapper:has(.img-left){
		width: auto !important;
		margin-left:0px
	}

	.c-features-2 .c-features-boxes > .content-box-column {
		bottom: 20px;
	}
	
	.c-features-2 .c-features-boxes .content-box-wrapper .heading {
		display: flex;
		align-items: center;
		align-content: center;
		gap: 10px;
	}
	
	.c-features-2 .c-features-boxes .content-box-wrapper .heading .image {
		position: relative;
	}

	.c-features-2 .c-features-boxes .content-box-wrapper .content-container,
	.c-features-2 .c-features-boxes .content-box-wrapper .heading .content-box-heading {
		padding-left: 0px !important;
		padding-top: 10px;
	}

	.c-features-2 .c-features-boxes .content-box-wrapper .heading .content-box-heading {
		font-size: 20px !important;
		padding-top: 0px;
	}

	.c-features-2 .c-features-boxes .content-box-wrapper .heading .image {
  		margin-left: 0px 
	}

	.c-features-2 .c-features-boxes .content-box-wrapper .heading .image img {
		max-height: 80px;
	}

	.r-cta {
		min-height: 450px !important;
		padding-bottom: 20px !important;
	}

	.r-cta .fusion-button {
		font-size: 18px !important;
		padding: 15px 30px 12px 30px !important;
		margin-bottom: 20px;
	}

	.r-cta .fusion-image-element {
		margin-bottom: 15px;
	}

	.r-cta .fusion-image-element .fusion-imageframe {
		max-width: 45px;
	}

	.r-cta:after {
		content: none;
	}

	.r-repertuar .c-repertuar .c-text {
		padding: 25px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.r-repertuar .c-repertuar .c-repertuar-left-img, .r-repertuar .c-repertuar .c-repertuar-left-img img, .r-repertuar .c-repertuar .c-repertuar-right-img, .r-repertuar .c-repertuar .c-repertuar-right-img img {
		height: auto;
		object-fit: cover;
		text-align: center;
	}

	.r-repertuar .c-repertuar .c-repertuar-top-img,
	.r-repertuar .c-repertuar .c-repertuar-top-img img,
	.r-repertuar .c-repertuar .fusion-image-element:has(.c-repertuar-top-img),
	.fusion-image-element:has(.c-repertuar-top-img) > div{
		height: auto;
		text-align: center;
	}

	.r-repertuar .c-repertuar div:has(> .c-repertuar-top-img) {
		width: auto !important;
	}
	
	.r-galeria .c-galeria-box .box-img {
		height: auto;
		max-height: 500px;
		width: 100%;
	}

	.r-galeria .c-galeria-box .box-img img {
		width: 100% !important;
		max-height: 500px;
	}

	.r-galeria .c-galeria-box.zdjecia {
		margin-bottom: 30px;
	}

	.r-galeria .c-galeria-box .box-img:before {
		left: 2%;
		width: 96%;
	}

	.r-galeria .c-galeria-box .fusion-image-element:before {
		font-size: 18px;
		bottom: 18%
	}

	.r-galeria .c-galeria-box .fusion-image-element:after {
		font-size: 30px	
	}
	
	.r-contact-form .c-contact-form {
		margin-bottom: 30px;
	}

	.r-contact-form .c-contact-form .fusion-form-submit-field > div {
		text-align: center;
	}

	.r-contact-form .c-contact-form .fusion-button {
		font-size: 18px;
		padding: 15px 30px;
	}

	.r-contact .c-contact-img {
		height: auto;
		width: 100%;
	}
	
	.gallery-toggle .gallery-toggle-button {
		font-size: 24px
	}
	
	.gallery-toggle .gallery-toggle-button::before,
	.gallery-toggle .gallery-toggle-button::after {
		width: 31px;
		height: 31px;
	}
	
	.gallery-toggle-content .gallery {
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gallery-toggle-content.gallery-video-content .gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.gallery-toggle-content.gallery-video-content .gallery video {
		height: 200px
	}
	
	#toTop {
		right: 15px !important;
	}
	
}
