/**
* Theme Name: Blackcats Child
* Description: This is a child theme of Blackcats, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: blackcats
* Version: 1.4
*/
p {
	color: #2e3838;
}

a {
	font-family: Saira !important;
	font-weight: 500 !important;
}

.feature-block-two .inner-box {
	min-height: 480px;
	border-bottom: 3px solid #7dbc26;
}
.sec-title-two p:before {
	display: none;
}

.image_block_3 .logo-icon {
	display: none;
}

.content_block_6 .inner-box {
	display: none !important;
}

.red .scroll-top {
	background: #7dbc26;
}

.feature-style-two {
	padding: 40px 0 80px 0;
}

.sec-title-two h2 {
	text-align: left;
	font-size: 38px;
}

.sec-title h2::after,
.sec-title-two h2::after,
.custom-heading::after {
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	background-color: #7dbc26;
	margin-top: 15px;
}

.sec-title .icon-box {
	display: none;
}
@media (min-width: 992px) {
	.col-lg-4 {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 0px;
		padding-right: 60px;
		gap: 30px;
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 991px) {
	.feature-block-two .inner-box {
		margin-bottom: 50px;
	}
}
.shape {
	background-image: none !important;
}
.icon-bg {
	background-image: none !important;
}

.feature-block-two .inner-box .icon-box .shape {
	opacity: 1;
	border-radius: 50%;
	border: 2px solid #f0f0f0;
	background-color: #ffffff;
	transition: all 0.4s ease;
}

.feature-block-two .inner-box:hover .icon-box .shape {
	border-color: #7dbc26;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(124, 248, 108, 0.4);
}

.custom-footer-container p {
	color: #fff;
	padding: 10px 0;
}
.banner-section.style-four .content-box p {
	color: #2e3838 !important;
}
.custom-footer-container li a {
	padding: 10px 0 !important;
}
.elementor-element.elementor-element-1e9c97a.e-con-full.e-flex.e-con.e-child {
	gap: 5px;
}

@media (max-width: 767px) {
	.custom-footer-container li a {
		justify-content: center;
	}
}
.custom-footer-section .elementor-shortcode {
	font-family: Saira;
	color: #fff;
	font-size: 16px;
}
.custom-footer-container a:hover {
	color: #7dbc26 !important;
}
.banner-section.style-four .banner-carousel .content-box .theme-btn {
	background-color: #7dbc26;
}

.theme-btn:before {
	background-color: #0b1a01;
}

.banner-section .owl-theme .owl-prev:hover,
.banner-section .owl-theme .owl-next:hover {
	background: #7dbc26;
}

/* @media (max-width: 767px) {
  .col-lg-4.col-md-6.col-sm-12.feature-block {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
} */

@media (max-width: 991px) {
	.feature-style-two .auto-container {
		padding: 0px !important;
	}
}

@media (max-width: 1024px) {
	.sec-pad {
		padding: 60px 0;
	}
}
.elementor-icon-box-description a {
	color: #2e3838;
}
.elementor-icon-box-description a:hover {
	color: #7dbc26;
}

.page-id-2971 .elementor-widget-breadcrumbs span {
	color: #fff !important;
}
.page-id-3 .elementor-widget-breadcrumbs span {
	color: #fff !important;
}

/* formularz kontaktowy */
.mpsmart-contact-form {
	max-width: 100%;
	margin: 0 auto;
	font-family: inherit;
}

.mpsmart-contact-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: #1e1e1e;
	font-size: 14px;
}

.mpsmart-contact-form input[type='text'],
.mpsmart-contact-form input[type='email'],
.mpsmart-contact-form input[type='tel'],
.mpsmart-contact-form textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	color: #333;
	font-size: 16px;
	transition: all 0.3s ease;
	box-sizing: border-box;
	resize: none;
}
.mpsmart-contact-form .form-row {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.mpsmart-contact-form input:focus,
.mpsmart-contact-form textarea:focus {
	border-color: #7dbc26;
	background-color: #fff;
	outline: none;
	box-shadow: 0 0 5px rgba(124, 248, 108, 0.2);
}

.form-row-two-col {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.form-col {
	flex: 1;
}

.form-row {
	margin-bottom: 20px;
}

.consent-box {
	font-size: 12px;
	color: #666;
	line-height: 1.5;
}

.consent-box input[type='checkbox'] {
	margin-right: 10px;
	transform: scale(1.2);
	cursor: pointer;
}

.mpsmart-contact-form input[type='submit'] {
	background-color: #7dbc26;
	color: #fff;
	border: none;
	padding: 15px 35px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
}

.mpsmart-contact-form input[type='submit']:hover {
	background-color: #0b1a01;
	transform: translateY(-2px);
}

.mpsmart-contact-form .consent-box a {
	color: #7dbc26;
	text-decoration: none;
	font-weight: 700;
	transition: color 0.3s ease;
}

.mpsmart-contact-form .consent-box a:hover {
	color: #0b1a01;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.form-row-two-col {
		flex-direction: column;
		gap: 0;
	}
	.form-col {
		margin-bottom: 20px;
	}
}
.wpcf7 form.invalid .wpcf7-response-output {
	border-color: red;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	border-radius: 4px;
	font-family: Saira;
}

/* domek slider*/

.mps-tour-wrapper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	font-family: inherit;
}

.tour-container {
	width: 100%;
	position: relative;
}

.mps-main-swiper {
	width: 100%;
	height: 70vh;
	min-height: 500px;
	border-radius: 0;
	overflow: hidden;
	position: relative;
}

.mps-main-swiper .swiper-slide {
	position: relative;
	background: #000;
}

.mps-main-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mps-thumbs-wrapper {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	padding: 15px 10px 25px;
}

.mps-thumbs-swiper {
	width: 100%;
}

.mps-thumbs-swiper .swiper-slide {
	width: 280px !important;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
	opacity: 0.5;
	cursor: pointer;
	transition: 0.3s;
	border: 2px solid transparent;
}

.mps-thumbs-swiper .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #7dbc26;
	transform: translateY(-5px);
}

.mps-thumbs-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.room-label {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 4px 0;
}

.hotspot {
	position: absolute;
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	border: 2px solid #0b1a01;
	color: #0b1a01;
	cursor: pointer;
	transform: translate(-50%, -50%);
	z-index: 10;
	transition: all 0.3s ease;
}

.hotspot::after {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(11, 26, 1, 0.4);
	animation: pulse 2s infinite;
	z-index: -1;
}

.hotspot.active {
	background: #0b1a01;
	color: #fff;
}

.hotspot-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}

@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.5);
		opacity: 0;
	}
}

.hotspot-tooltip {
	position: absolute;
	top: 130%;
	left: 50%;
	transform: translateX(-50%);
	width: 220px;
	background: #fff;
	color: #333;
	padding: 12px 15px;
	border-radius: 6px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	font-size: 13px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}

.hotspot-tooltip strong {
	display: block;
	color: #7dbc26;
	font-size: 14px;
	margin-bottom: 5px;
}

.hotspot.active .hotspot-tooltip {
	visibility: visible;
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	color: #7dbc26 !important;
	background-color: rgba(11, 26, 1, 0.7);
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	border: 2px solid #7dbc26;
	transition: all 0.3s ease;
	z-index: 25;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 20px !important;
	font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #7dbc26;
	color: #fff !important;
	transform: scale(1.1);
}

.swiper-pagination {
	display: none !important;
}

@media (max-width: 767px) {
	.mps-main-swiper {
		height: 50vh;
	}
	.mps-thumbs-wrapper {
		display: none;
	}

	.hotspot,
	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}

	.swiper-pagination {
		display: block !important;
		bottom: 20px !important;
	}

	.swiper-pagination-bullet-active {
		background-color: #7dbc26 !important;
	}

	.swiper-pagination-bullet {
		background-color: rgba(255, 255, 255, 0.6);
		width: 10px;
		height: 10px;
		opacity: 1;
	}
}
@media (max-width: 767px) {
	.error-section.centred .auto-container {
		margin: 35px auto;
	}
}
.custom-single-page-body > ol,
ul,
li {
	list-style: auto;
	margin-left: 20px;
	padding: 10px 0;
}

.custom-single-page-body > li:first-child {
	padding-top: 20px;
}

@media (max-width: 767px) {
	.custom-single-page-body > ol,
	ul,
	li {
		padding: 10px 0;
	}
	.custom-single-page-body > li:first-child {
		padding-top: 10px;
	}
}

.elementor-widget-n-menu .e-n-menu-item .e-n-menu-title {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* fix zdjecia  */
.elementor-widget-image.custom-kitchen-img img {
	width: clamp(329px, 44vw, 560px);
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

@media (max-width: 767px) {
	.elementor-widget-image.custom-kitchen-img img {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
}
