/*
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
*/

:root {
	--color-primary: #f4c886;
	--color-bg: #1f100f;
    --color-border: #56413f;
	--color-grey: #6c6c6c;
	--color-mint: #84d8d0;
}

/* GLOBAL */
strong, b {
	font-weight: 700 !important;
}
.c-section-title {
	font-size: 24px !important;
	font-weight: 100 !important;
	padding-left: 40px;
}
.c-section-title h3 {
	font-size: 48px !important;
	font-family: Geologica Thin !important
}
.c-section-title:after {
	content: '';
	background: var(--color-mint);
	height: 150px;
	width: 2px;
	display: block;
	position: absolute;
	left: 20px;
	top: -7px;
}
.pulsate-fwd {
	-webkit-animation: pulsate-fwd 1s ease-in-out infinite both;
	        animation: pulsate-fwd 1s ease-in-out infinite both;
}
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-modal .modal-dialog {
	width: 500px !important;
	height: auto !important;
	overflow: hidden !important;	
	border: 2px solid var(--color-primary) !important;
	border-radius: 70px !important;
	margin-top: 15%;
}
.c-modal .modal-header {
	display: none;
}
.c-modal .modal-body {
	background-color: var(--color-bg) !important;
	max-width: 497px !important;
	padding: 25px 25px 15px !important;
}
.c-modal .modal-body p {
	margin: 0;
	text-align: center;
	color: var(--color-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.c-modal .modal-body img {
	border-radius: 70px;
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin-bottom: 10px;
}
.fusion-page-title-bar {
	width: 1300px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-radius: 75px;
	border: 1px solid var(--color-primary) !important;
	margin-top: 20px;
}
.fusion-page-title-bar:after {
	content: '';
	transform: scale(0.65);
	position: absolute;
	margin-top: -180px;
	margin-left: 910px;
	width: 400px;
	height: 229px;
	display: block;
	background: url('/wp-content/uploads/2025/02/bike-animated-no-moving.svg') no-repeat center;
	background-size: contain;
}
.page-id-14 .fusion-page-title-bar:after  {
	background: url('/wp-content/uploads/2025/02/slodkie.png') no-repeat center;
	transform: scale(1);
	margin-top: -135px;
	margin-left: 1000px;
	width: 202px;
	height: 116px;
}
.fusion-page-title-bar h1 {
	color: var(--color-primary) !important;
	font-family: Geologica Thin !important;
	font-size: 40px !important;
}
.fusion-page-title-bar-center .fusion-page-title-captions,
.fusion-page-title-bar-center .fusion-page-title-secondary{
	text-align: left !important;
}
.fusion-main-menu>ul>li>a {
	line-height: 20px !important;
}
@media only screen and (max-width: 800px) {
	.fullwidth-box {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.fusion-header {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.fusion-is-sticky .fusion-logo {
		margin: 10px 0 !important;
	}
	.fusion-logo img {
		width: 80px !important;
		height: auto !important;
	}
	body > canvas {
	  display: none;
	}
	.c-section-title {
		font-size: 16px !important;
		padding-left: 0px;
	}
	.c-section-title p {
		margin-bottom: 0 !important;
	}
	.c-section-title h3 {
		font-size: 28px !important;
	}
	.c-section-title:after {
		display: none;
	}
	.c-modal .modal-dialog {
		width: 95% !important;
		height: auto !important;
		border-radius: 30px !important;
		margin-top: 45%;
	}
	.c-modal .modal-body {
		max-width: 100% !important;
		padding: 15px 15px !important;
	}
	.c-modal .modal-body p {
		font-size: 16px !important;
		font-weight: 400;
		line-height: 24px;
	}
	.c-modal .modal-body img {
		border-radius: 30px;
		height: 250px;
	}
	.post-content p,
	.post-content li {
		font-size: 16px;
		line-height: 24px;
	}
	.fusion-page-title-bar {
		width: 100% !important;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
		border: 0px solid var(--color-primary) !important;
		margin-top: 0;
	}
	.fusion-page-title-bar:after,
	.page-id-14 .fusion-page-title-bar:after {
		display: none;
	}
	.fusion-page-title-bar h1 {
		text-align: center;
		font-size: 24px !important;
	}
	#main {
		padding-top: 20px !important;
		padding-bottom: 20px !mportant;
	}
	.fusion-mobile-nav-item {
		margin: 20px 0;
	}
}

/* HOME */
.fusion-slider-visibility {
    background: rgb(31,16,15);
    background: linear-gradient(180deg, rgba(31,16,15,1) 0%, rgba(49,31,30,1) 100%);
}
.tfs-slider .background-image {
    border-radius: 50px;
}
.fusion-slider-container:before {
    content: '';
    border: 1px solid var(--color-primary);
    border-radius: 75px;
    background-color: rgb(31, 16, 15);
    position: absolute;
    width: 1385px;
    left: -95px;
    top:95px;
    height: 530px;
}
.fusion-caret i {
    color: #d6b179 !important;
}
.flexslider {
	overflow: visible !important;
}
.flex-control-nav {
	right: -40px !important;
	text-align: right !important;
}
.fusion-body .flex-control-nav li {
	display: flex !important;
	align-content: center;
	justify-content: flex-end;
}
.fusion-body .flex-control-nav li a {
	background: transparent !important;
	font-size: 16px !important;
	color: var(--color-grey) !important;
	display: block !important;
	height: 40px !important;
	width: 40px;
	text-indent: 0;
}
.fusion-body .flex-control-nav li a.flex-active,
.fusion-body .flex-control-nav li a:hover{
	color: var(--color-mint) !important;
}
.flexslider .flex-prev:before {
	content: url('/wp-content/uploads/2025/02/left.png') !important;
	margin-left: 15px !important;
}
.flexslider .flex-next:before {
	content: url('/wp-content/uploads/2025/02/right.png') !important;
	margin-right: 15px !important;
}
.flexslider .flex-next,
.flexslider .flex-prev{
	opacity:1 !important;
	display: block !important;
}
.r-bike .c-bike {
	width: 100vw !important;
	margin: 0 min(calc((-100vw + var(--site_width)) / 2 + 2% - 1px), -2%);
	overflow-y: visible;
	overflow-x: clip;
}
.r-bike .c-bike .fusion-column-wrapper {
	display: grid !important;
	margin: 0 !important;
	height: 0 !important;
	transform: translateY(-42px) !important;
}
.r-bike .c-bike .fusion-text,
.r-bike .c-bike .fusion-image-element {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	align-self: end;
} 
.r-bike .c-bike .fusion-text {
	width: var(--site_width);
	max-width: 96vw;
	justify-self: center;
	margin-bottom: 18px;
} 
.r-bike .c-bike .fusion-text h6 {
	margin-left: 20%;
	margin-top: 5px !important;
	font-size: 26px
}
.r-bike .c-bike .fusion-image-element {
	pointer-events: none;
	max-width: 100%;
	overflow: hidden;
} 
.r-bike .c-bike .fusion-image-element .fusion-imageframe {
	overflow: visible;
}
.r-bike .c-bike .fusion-image-element img {
	width: 140vw;
	height: 220px;
	max-width: none;
}
.r-offer {
	margin-top: 75px !important;
}
.r-offer .c-h1 h1 {
	text-align: center;
	font-size: 28px !important;
	font-weight: 100 !important;
}
.r-offer .c-box {
	padding: 25px 30px; 
	margin-bottom: 40px !important;
}
.r-offer .c-box .fusion-column-inner-bg {
	border: 1px solid var(--color-border);
	border-radius: 25px;
}
.r-offer .c-box:hover .fusion-column-inner-bg {	
	background: var(--color-bg);
	border: 1px solid var(--color-primary);
}
.r-offer .c-box .c-text p{
	font-weight: 700;
	color: var(--color-primary);
	font-size: 22px;
	line-height: 26px;
	transition: all 0.2s linear;
}
.r-offer .c-box .c-image {
	border-radius: 25px !important
}
.r-offer .c-box .c-image img {
	height: 255px;
	width: 291px;
	object-fit: cover;
	transition: all 1s ease;
}
.r-offer .c-box:hover .c-image img {
	transform: scale(1.05);
}
.r-offer .c-box .c-app {
	position: absolute;
	right: 0px;
	top: 0px;
}
.r-offer .c-box .c-read p {
	font-size: 15px;
	font-weight: 400;
	margin: 15px 0 0;
	color: var(--color-primary);
	opacity: 0;
}
.r-offer .c-box:hover .c-read p {
	opacity: 1;
}
.r-about {
	margin-top: 10px !important;
	padding-top: 70px !important;
}
.r-about:before {
	content: '';
	background-color: rgb(31, 16, 15);
	border: 1px solid transparent;
	position: absolute;
	width: 1500px;
	height: 854px;
	margin-left: -1100px;
	top: 0;
	z-index: 1;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	transition: all .2s ease;
}
.r-about:hover:before {
	border-color: var(--color-primary);
}
.r-about .c-logo {
	margin-bottom: 80px;
	overflow: visible;
	padding-left: 30px;
}
.r-about .c-logo:after {
	content: '';
	background: var(--color-mint);
	height: 150px;
	width: 2px;
	display: block;
	position: absolute;
	left: 0;
	top: -30px;
}
.r-about .c-text {
	width: 554px;
}
.r-about .c-text a {
	color: var(--color-primary);
	font-weight: 400;
	position: relative;
}
.r-about .c-text a {	
	transition: all .2s ease;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
}
.r-about .c-text a:hover  {
	border-color: var(--color-primary);
	padding-bottom: 5px;
}
.r-about .c-image {
	position: absolute
}
.r-about .c-image1 {
	top: 0;
	right: 0;
}
.r-about .c-image2 {
	top: 270px;
	right: 300px;
}
.r-about .c-image3 {
	top: 450px;
	right: 60px;
}
.r-table {
	margin-top: 120px !important;
	padding-bottom: 50px !important;
}
.r-table .c-section-title {
	margin-bottom: 25px;
}
.r-table .c-dot {
	background: var(--color-mint);
	border-radius: 100%;
	width: 22px;
	height: 22px;
	border: 3px solid #fff;
	z-index: 9;	
	position: absolute;
}
.r-table .c-dot:hover {
	background: white;
}
.r-table .c-dot1 {
	top: 140px;
	left: 240px;
}
.r-table .c-dot2 {
	top: 170px;
	left: 200px;
}
.r-table .c-dot3 {
	top: 220px;
	left: 110px;
}
.r-table .c-dot4 {
	top: 300px;
	left: 270px;
}
.r-table .c-dot5 {
	top: 190px;
	left: 450px;
}
.r-table .c-dot6 {
	top: 150px;
	left: 380px;
}
.r-table .c-dot7 {
	top: 150px;
	left: 300px;
}
.r-table .c-dot8 {
	top: 180px;
	left: 230px;
}
.r-table .c-dot9 {
	top: 250px;
	left: 140px;
}
.r-table .c-dot10 {
	top: 155px;
	left: 450px;
}
.r-table .c-text p {
	text-align: center;
	margin: 0px 0;
}
.r-table .c-text .dot {
	background: var(--color-mint);
	border-radius: 100%;
	width: 22px;
	height: 22px;
	border: 3px solid #fff;
	z-index: 9;	
	position: relative;
	display: inline-block;
	top: 5px;
}
.r-gallery {
	padding: 30px 0 60px !important;
	background: var(--color-bg) !important;
}
.r-gallery .c-gallery {
	rgin: 0 !important;
}
.r-gallery .c-gallery .awb-swiper {	
	padding: 50px 0 0 !important;
}
.r-gallery .c-gallery .hover-type-none {
	border-radius: 25px !important;
	transition: all .2s ease
}
.r-gallery .c-gallery img {
	height: 350px !important;
	object-fit:cover;
}
.r-gallery .c-gallery .hover-type-none:hover {
	transform: scale(1.05);
}
.r-gallery .awb-swiper-button-prev {
	background: transparent !important;
	content: url('/wp-content/uploads/2025/02/left.png') !important;
	width: 25px !important;
	height: 20px !important;
	left: 47% !important;
	top: 20px;
}
.r-gallery .awb-swiper-button-next {
	background: transparent !important;
	content: url('/wp-content/uploads/2025/02/right.png') !important;
	width: 25px !important;
	height: 20px !important;
	right: 47% !important;
	top: 20px
}
.r-testi {
	margin-top: 130px !important;
}
.r-testi .c-section-title {
	margin-bottom: 70px;
}
.r-testi .c-section-title:after {
	top: -30px;
}
.rplg-grid .rplg-box {
	background: var(--color-border) !important;
	border: 0 !important;
	border-radius: 25px !important;
	text-align: center;
}
.rplg .rplg-review-name {
	color: #fff !important;
}
.rplg svg use {
	fill: var(--color-primary) !important;
}
.rplg-grid .rplg-review-time {
	color: #fff !important;
	text-shadow: 0 0 !important;
	font-family: Geologica Thin !important;
}
.rplg .rplg-review-text {
	color: #fff !important;
	font-size: 16px !important;
}
.r-testi .c-button {
	margin-top: 20px;
}
.r-news {
	margin-top: 100px !important;
}
.r-news .c-section-title:after {
	top: -30px;
}
.r-news .c-news {
	margin-top: 70px;
}
.r-news .c-news .post {
	padding: 0 5px;
}
.r-news .c-news .slides {
	border-radius: 25px !important;
}
.r-news .c-news .post img {
	transition: transform .2s ease;
	height: 240px !important;
	object-fit: cover;
}
.r-news .c-news .post img:hover {
	transform: scale(1.05);
}
.r-news .c-news .post h4 a {
	font-size: 18px;
	font-weight: 700;
	color: #f4c886;
	transition: all .2s ease;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent
}
.r-news .c-news .post h4 a:hover {
	border-color: var(--color-primary)
}
.r-news .c-news .post p {
	font-size: 16px;
	line-height: 24px;
}
@media only screen and (max-width: 800px) {
	.tfs-slider .background-image {
	    border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 30px;
		height: 250px !important;
	}
	.fusion-slider-container:before {
	    display: none;
	}
	.flex-control-nav {
		display: none;
	}
	.flexslider .flex-prev:before {
		margin-left: 15px !important;
	}
	.flexslider .flex-next:before {
		margin-right: 15px !important;
	}
	.r-bike {
		text-align: center;
		margin-top: 170px !important;
	}
	.r-bike .c-bike .fusion-text {
		max-width: 100vw;
		position: relative;
	} 
	.r-bike .c-bike .fusion-text h6 {
		margin-left: 0;
		font-size: 20px !important;
	}
	.r-bike .c-image {
		text-align: center !important;
		transform: scale(0.6) !important;
		margin-bottom: 5px !important;
	}
	.r-bike .c-bike .fusion-image-element img {
		width: 100vw;
	}
	.r-offer {
		margin-top: 40px !important;
	}
	.r-offer .c-h1 h1 {
		font-size: 20px !important;
	}
	.r-offer .c-box {
		padding: 15px 15px; 
		margin-bottom: 20px !important;
	}
	.r-offer .c-box .c-text p{
		font-size: 18px;
		margin-left: 5px;
	}
	.r-offer .c-box .c-read p {
		display: none
	}
	.r-about {
		padding-top: 40px !important;
		text-align: center;
	}
	.r-about:before {
		display: none;
	}
	.r-about .c-logo {
		margin-bottom: 20px;
		padding-left: 0px;		
	}
	.r-about .c-logo:after {
		display: none;
	}
	.r-about .c-text {
		width: 100%;
	}
	.r-about .c-image {
		position: relative
	}
	.r-about .c-image1 {
		top: 0;
		right: 0;
	}
	.r-about .c-image2 {
		top: 15px;
		right: 0;
	}
	.r-about .c-image3 {
		top: -50px;
		right: 0;
		transform: scale(0.7)
	}
	.r-table {
		margin-top: 0px !important;
		padding-bottom: 40px !important;
		text-align: center;
	}
	.r-table .c-section-title {
		margin-bottom: 0px;
	}
	.r-table .c-dot {
		background: var(--color-mint);
		border-radius: 100%;
		width: 18px;
		height: 18px;
		border: 3px solid #fff;
		z-index: 9;	
		position: absolute;
	}
	.r-table .c-dot:hover {
		background: white;
	}
	.r-table .c-image img {
		width: 321px !important;
	}
	.r-table .c-dot1 {
		top: 75px;
		left: 144px;
	}
	.r-table .c-dot2 {
		top: 100px;
		left: 112px;
	}
	.r-table .c-dot3 {
		top: 120px;
		left: 74px;
	}
	.r-table .c-dot4 {
		top: 150px;
		left: 150px;
	}
	.r-table .c-dot5 {
		top: 110px;
		left: 262px;
	}
	.r-table .c-dot6 {
		top: 90px;
		left: 224px;
	}
	.r-table .c-dot7 {
		top: 85px;
		left: 180px;
	}
	.r-table .c-dot8 {
		top: 110px;
		left: 142px;
	}
	.r-table .c-dot9 {
		top: 140px;
		left: 99px;
	}
	.r-table .c-dot10 {
		top: 155px;
		left: 450px;
	}
	.r-table .c-text p {
		text-align: center;
		margin: 0px 0;
	}
	.r-table .c-text .dot {
		background: var(--color-mint);
		border-radius: 100%;
		width: 18px;
		height: 18px;
		border: 3px solid #fff;
		z-index: 9;	
		position: relative;
		display: inline-block;
		top: 5px;
	}
	.r-gallery {
		padding: 30px 0 0 !important;
	}
	.r-gallery .c-gallery {
		margin: 0 !important;
	}
	.r-gallery .c-gallery .awb-swiper {	
		padding: 0 0 50px !important;
	}
	.r-gallery .c-gallery .hover-type-none {
		border-radius: 25px !important;
		transition: all .2s ease
	}
	.r-gallery .c-gallery img {
		height: 250px !important;
	}
	.r-gallery .awb-swiper-button-prev {
		background: transparent !important;
		content: url('/wp-content/uploads/2025/02/left.png') !important;
		width: 25px !important;
		height: 20px !important;
		left: 38% !important;
		top: 290px;
	}
	.r-gallery .awb-swiper-button-next {
		background: transparent !important;
		content: url('/wp-content/uploads/2025/02/right.png') !important;
		width: 25px !important;
		height: 20px !important;
		right: 38% !important;
		top: 290px
	}
	.r-testi {
		margin-top: 40px !important;
		text-align: center
	}
	.r-testi .c-section-title {
		margin-bottom: 10px;
	}
	.r-testi .c-section-title:after {
		top: -30px;
	}
	.rplg-grid .rplg-box {
		background: var(--color-border) !important;
		border: 0 !important;
		border-radius: 25px !important;
		text-align: center;
	}
	.rplg .rplg-review-name {
		color: #fff !important;
	}
	.rplg svg use {
		fill: var(--color-primary) !important;
	}
	.rplg-grid .rplg-review-time {
		color: #fff !important;
		text-shadow: 0 0 !important;
		font-family: Geologica Thin !important;
	}
	.rplg .rplg-review-text {
		color: #fff !important;
		font-size: 16px !important;
	}
	.r-testi .c-button {
		margin-top: 20px;
	}
	.r-news {
		margin-top: 100px !important;
	}
	.r-news .c-section-title:after {
		top: -30px;
	}
	.r-news .c-news {
		margin-top: 70px;
	}
	.r-news .c-news .post {
		padding: 0 5px;
	}
	.r-news .c-news .slides {
		border-radius: 25px !important;
	}
	.r-news .c-news .post img {
		transition: transform .2s ease;
		height: 240px !important;
		object-fit: cover;
	}
	.r-news .c-news .post img:hover {
		transform: scale(1.05);
	}
	.r-news .c-news .post h4 a {
		font-size: 18px;
		font-weight: 700;
		color: #f4c886;
		transition: all .2s ease;
		padding-bottom: 3px;
		border-bottom: 2px solid transparent
	}
	.r-news .c-news .post h4 a:hover {
		border-color: var(--color-primary)
	}
	.r-news .c-news .post p {
		font-size: 16px;
		line-height: 24px;
	}
}

/* FOOTER */ 
.fusion-footer {
    background: rgb(31,16,15);
    background: linear-gradient(360deg, rgba(31,16,15,1) 30%, rgba(49,31,30,1) 100%);
}
.r-footer {
	margin-top: 120px !important;
}
.r-footer:before {
	content: url('/wp-content/uploads/2025/02/friend_03.png');
	position: absolute;
	top: -210px;
	margin-left: -1180px;
	z-index: 999;
	border-radius: 100%;
	padding: 20px;
	transform: scale(0.6)
}
.home .r-footer  {
	margin-top: 50px !important;
}
.home .r-footer:before,
.page-id-10 .r-footer:before{
	display: none
}
.r-footer .fusion-row {
	padding: 80px 30px 50px !important;
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
	border-color: var(--color-mint) !important
}
.r-footer .c-text p {
	font-size: 14px;
	margin: 0;
}
.r-footer .c-text strong {
	color: var(--color-primary)
}
.r-footer .c-text img {
	margin-bottom: 10px;
	transition: transform .2s ease;
}
.r-footer .c-text:hover img {
	transform: translateY(-5px);
}
.r-copy .c-text p {
	font-size: 14px;
}
.r-copy .c-text strong {
	padding: 0 10px;
	font-weight: 100 !important;
}
.r-copy .c-text-right {
	text-align: right;
}
@media only screen and (max-width: 800px) {
	.home .r-footer,
	.r-footer{
		margin-top: 0px !important;
	}
	.r-footer .fusion-row {
		padding: 20px 15px 40px !important;
	}
	.r-footer .fusion-layout-column {
		margin-bottom: 0px !important;
	}
	.r-footer .c-text {
		padding-left: 60px;
	}
	.r-footer .c-text p {
		line-height: 22px;
	}
	.r-footer .c-text img {
		position: absolute;
		left: 0;
		margin-top: 27px;
	}
	.r-copy {
		text-align: center;
	}
	.r-copy .fusion-layout-column {
		margin-bottom: 0px !important;
	}
	.r-copy .c-text p {
		line-height: 12px;
	}
	.r-copy .c-text strong {
		font-size: 0 !important;
		display: block;
	}
	.r-copy .c-text-right {
		text-align: center;
	}
}

/* TESTI PAGE */
.rplg .rplg-biz-name,
.rplg .rplg-businesses div{
	text-align: center !important;
}
.rplg .rplg-biz-based .rplg-biz-based-text {
	text-shadow: 0 0 !important;
	color: #fff;
}
.rplg-links a {
	text-decoration: underline !important;
}
.c-social-fix {
	position: fixed;
	top: 200px;
	right: 0;
}
.c-social-fix a {
	font-size: 28px !important;
	display: block !important;
	margin-bottom: 10px !important;	
	background: var(--color-primary) !important;
	border: 1px solid var(--color-primary);
	border-right: 0;
	padding: 8px 15px;
	width: 60px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.c-social-fix a:hover {
	background: var(--color-bg) !important;
}
.c-social-fix a:hover:before {
	color: #fff !important;
}
@media only screen and (max-width: 800px) {
	.c-social-fix {
		position: fixed;
		top: 200px;
	}
	.c-social-fix a {
		font-size: 20px !important;
		padding: 5px 10px;
		width: 40px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}
}

/* DEFAULT PAGE */
.r-cta .fusion-row {
	background: var(--color-bg) !important;
	text-align: center;
	padding: 20px 30px 20px !important;
	margin-top: 40px !important;
	border-radius: 70px !important;
}
.r-cta .c-title {
	font-size: 40px;
	color: var(--color-primary);
}
.r-cta .c-button {
	font-size: 20px !important;
	padding: 15px 30px !important;
	width: 300px;
}
.p-default .c-image img {
	border-radius: 70px;
	margin-bottom: 20px;
	height: 400px;
	object-fit: cover;
}
.p-default .c-gallery {
	margin-top: 40px !important;
}
.p-default .c-gallery img {
	height: 300px;
	object-fit: cover;
	border-radius: 50px;
}
.p-default .c-gallery2 {
	margin-top: 40px !important;
}
.p-default .c-gallery2 img {
	height: 350px;
	object-fit: cover;
	border-radius: 50px;
}
.p-default .c-button {
	padding: 10px 30px !important;
}
.p-default h2 {
	font-weight: 100 !important;
	font-size: 28px !important;
	margin-bottom: 20px;
}
.p-default .c-gallery-car {
	margin: 0 !important;
}
.p-default .c-gallery-car img {
	height: 400px;
	object-fit: cover;
	border-radius: 50px;
}
.p-default .c-gallery-car .awb-swiper {	
	padding: 50px 0 0 !important;
}
.p-default .c-gallery .hover-type-none {
	border-radius: 25px !important;
	transition: all .2s ease
}
.p-default .awb-swiper-button-prev {
	background: transparent !important;
	content: url('/wp-content/uploads/2025/02/left.png') !important;
	width: 25px !important;
	height: 20px !important;
	left: 40% !important;
	top: 20px;
}
.p-default .awb-swiper-button-next {
	background: transparent !important;
	content: url('/wp-content/uploads/2025/02/right.png') !important;
	width: 25px !important;
	height: 20px !important;
	right: 40% !important;
	top: 20px
}
@media only screen and (max-width: 800px) {
	.p-default {
		text-align: center;
	}
	.p-default h2 {
		font-size: 18px !important;
	}
	.p-default .c-button {
		margin-bottom: 20px;
	}
	.p-default ul li {
		text-align: left;
		font-size: 16px;
	}
	.p-default .c-image img {
		border-radius: 30px;
		margin-bottom: 0px;
		height: 300px;
	}
	.p-default .c-gallery {
		margin-top: 10px !important;
	}
	.p-default .c-gallery img {
		height: 300px;
		border-radius: 30px;
	}
	.p-default .c-gallery2 {
		margin-top: 5px !important;
	}
	.p-default .c-gallery2 img {
		height: 350px;
		object-fit: cover;
		border-radius: 50px;
	}
	.p-default .c-gallery-car img {
		height: 300px;
		border-radius: 30px;
	}
	.r-cta .fusion-row {
		padding: 20px 15px !important;
		margin-top: 20px !important;
		border-radius: 30px !important;
	}
	.r-cta .fusion-layout-column {
		margin: 0 0 10px;
	}
	.r-cta .c-title p {
		font-size: 24px !important;
		margin-bottom: 0;
	}
	.r-cta .c-button {
		font-size: 16px !important;
		width: 100%;
	}
}

/* NEWS PAGE */
.fusion-post-grid {
	padding: 0 5px;
}
.fusion-post-grid .slides {
	border-radius: 25px !important;
	
}
.fusion-post-grid .slides img {
	transition: transform .2s ease;
	height: 240px !important;
	object-fit: cover;
}
.fusion-post-grid .slides  img:hover {
	transform: scale(1.05);
}
.fusion-post-grid h2 a {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-primary) !important;
	transition: all .2s ease;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent
}
.fusion-post-grid h2 a:hover {
	border-color: var(--color-primary)
}
.fusion-post-grid p {
	font-size: 16px;
	line-height: 24px;
}
.fusion-post-grid .fusion-content-sep,
.fusion-post-grid .fusion-single-line-meta {
	display: none;
}
.fusion-post-grid .fusion-post-wrapper {
	border: 0 !important;
}
.fusion-post-grid .flexslider {
	border: 0 !important;
}
.fusion-post-grid .fusion-post-content-wrapper {
	padding: 20px 0 !important;
}
.single-post #content {
	padding: 0 150px !important;
}
.ff-header,
.ff-item .ff-item-bar,
.ff-loadmore-wrapper{
	display: none;
}

/* CONTACT PAGE */
.p-contact {
	text-align: center;
}
.p-contact .c-button {
	font-size: 18px !important;
}
.p-contact .c-title h2 {
	font-weight: 100 !important;
}
.p-contact-form .fusion-row {
	padding: 0 100px !important;
}
.p-contact-form .fusion-form-field {
	margin: 0 !important;
}
.p-contact-form input {
	font-weight: 300;
}
.p-contact-form textarea {
	min-height: 150px;
	font-weight: 300;
}
.p-contact-form .c-button {
	margin-top: 20px;
	padding: 10px 30px !important;
}
.p-contact-map {
	text-align: left;
	margin-top: 40px !important;
}
.p-contact-map .c-button {
	position: absolute;
	right: 20px;
	top: 0;
}
.p-contact-map iframe {
	width: 100%;
	margin-top: 10px;
}
.p-contact .c-info {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin-top: 10px;
}
@media only screen and (max-width: 800px) {
	.p-contact .c-button {
		font-size: 16px !important;
	}
	.p-contact .c-title h2 {
		font-size: 20px !important;
	}
	.p-contact-form .fusion-row {
		padding: 0 !important;
	}
	.p-contact-form textarea {
		min-height: 100px;
	}
	.p-contact-form .c-button {
		margin-top: 10px;
	}
	.p-contact-map {
		text-align: center;
		margin-top: 20px !important;
	}
	.p-contact-map .c-button {
		position: relative;
		right: 0;
		top: 0;
	}
	.p-contact-map iframe {
		border-radius: 30px;
	}
}

/* ABOUT PAGE */
.page-id-10 .r-table {
	margin-top: 70px !important;
}
.p-about2 {
	margin-top: 185px !important;
}
.p-about3 video {
	height: 400px !important;
	border-radius: 70px 
}
.p-about3 .fusion-text:after {
	content: url('/wp-content/uploads/2025/03/dzieciom.png');
	position: absolute;
	top: -30px;
	margin-left: 390px;
	z-index: 9999;
	border-radius: 100%;
	padding: 20px;
	transform: scale(0.6) rotate(70deg)
}
.p-about4 .c-image {
	overflow: visible;
}
.p-about4 .c-image:before{
	content: url('/wp-content/uploads/2025/02/friend_03.png');
	position: absolute;
	top: 120px;
	margin-left: 250px;
	z-index: 9999;
	border-radius: 100%;
	padding: 20px;
	transform: scale(0.6) rotate(70deg)
}
.p-about4 .c-image img {
	height: 500px !important;
	width: 300px !important;
}
@media only screen and (max-width: 800px) {
	.p-about2 {
		margin-top: -40px !important;
		text-align: center;
	}
	.p-about3 {
		text-align: center;
		margin-top: 40px !important;
	}
	.p-about3 video {
		height: 300px !important;
		border-radius: 30px 
	}
	.p-about3 .fusion-text:after {
		position: relative !important;
		top: 0;
		margin-left: auto;
		margin-left: auto;		
	}
	.p-about4 {
		text-align: center;
		margin-top: 40px !important;
	}
	.p-about4 .c-image:before{
		position: relative;
		top: -20px;
		margin-left: 0;
	}
	.p-about4 .c-image img {
		height: 400px !important;
	}
}

/* MENU PAGE */
.p-menu  {
	margin-bottom: 30px !important;
}
.p-menu .c-image-sm img {
	height: 200px;
	object-fit: cover
}
.p-menu .c-image2 img{
	width: 300px;
}

/* PACEKT PAGE */
.p-packet .fusion-text strong {
	color: var(--color-primary) !important;
	font-weight: 100 !important;
	font-size: 24px;
}
@media only screen and (max-width: 800px) {
	.p-packet .fusion-text strong {
		font-size: 16px;
	}
}

/* Modal fix */
.ua-mobile .modal-open {
	position: static !important;
	overflow: auto !important;
}

/* NEWS PAGE */
.p-news video {
	border-radius: 30px !important;
	height: 600px !important;
	object-fit: cover !important;
}