/*
Theme Name: Kinght Theme
Theme URI: teamjj.pl
Description: 
Version: 1.0
Author: Team JJ Jakub Jankowski
Author URI: teamjj.pl
*/

:root {
	--main-color: #db2d2e;
	--font-color: #999;
	--title-color: #363636;
	--header-color: #364053;
	--menu-color: #fff;

	--btn-color: #db2d2e;
	--btn-text-color: #fff;
	--btn-hover: #323232;

	--footer-color: #fff;
	--footer-color-text: #999;

	--banner-color: #fff;
	--banner-color-text: #111222;

	--form-color: #f7f7f7;
	--form-border-color: #f7f7f7;
	--form-text-color: #363636;

	--font-family: "OpenSans", sans-serif;
	--font-family-title: "Roboto", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	color: var(--font-color);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	font-family: var(--font-family);
	overflow-x: hidden;
}
section {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 15px 0;
	line-height: 1.2;
	font-weight: 700;
	font-family: var(--font-family-title);
	color: var(--title-color);
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 34px;
}

h1:first-child,
h2:first-child {
	margin-top: 0;
}

h3,
h4 {
	font-size: 24px;
	font-weight: 500;
}

h5,
h6 {
	font-size: 18px;
	font-weight: 500;
}

/*Header*/
header {
	margin-bottom: 0px;
	position: sticky;
	top: 0;
	z-index: 999;
	height: 80px;
	transition: all 0.4s cubic-bezier(0.47, 0.33, 0.44, 0.81);
	background-color: var(--header-color);
	user-select: none;
}

.k_logo {
	display: flex;
	align-items: center;
	height: 80px;
	width: 200px;
	justify-content: flex-start;
	order: -1;
}
.k_logo a img {
	height: 51px;
	object-fit: contain;
	width: initial;
}

.k_header .k-btn {
	padding: 10px 25px;
}

/*flex*/
.k-flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}
.k-flex-center {
	justify-content: center;
}
.k-flex-between,
.k_container-col {
	justify-content: space-between;
}
.k-flex-end {
	justify-content: flex-end;
}
.k-flex-v-center {
	align-items: center;
	align-content: center;
}
.k-flex-v-end {
	align-items: flex-end;
	align-content: flex-end;
}
.k-flex-v-start {
	align-items: flex-start;
	align-content: flex-start;
}
.k-center {
	text-align: center;
}
.k-right {
	text-align: right;
}
.k_relative {
	position: relative;
}
.k_absolute {
	position: absolute;
}

.k-justify {
	text-align: justify;
}

/*Main menu*/

#mainnav {
	display: none;
}
#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
#mainnav li {
	float: left;
	padding: 25px 20px;
}

#mainnav ul ul li {
	padding: 0;
	height: auto;
	background-color: #fff;
	transition: all 0.3s;
	width: 100%;
}
#mainnav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 17px;
	color: var(--menu-color);
	font-weight: 700;
	text-decoration: none;
	white-space: normal;
	text-align: left;
	outline: none;
	line-height: 30px;
	transition: all 0.3s;
	white-space: nowrap;
}
#mainnav ul ul a {
	width: 100%;
	box-sizing: border-box;
}
#mainnav > ul > li:last-child {
	padding-right: 0;
}
#mainnav ul li {
	position: relative;
}
#mainnav ul li ul {
	display: flex;
	width: auto;
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-o-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.06);
	flex-wrap: wrap;
	background-color: #fff;
	align-items: baseline;
	border-radius: 0px;
	padding: 0px;
	box-sizing: content-box;
	max-height: 0;
	overflow: hidden;
}
#mainnav ul li ul ul {
	top: 0;
}
#mainnav ul li ul ul:after {
	top: 0;
}
#mainnav ul li ul li ul {
	left: 100%;
}
#mainnav li > ul {
	border-top: 2px solid var(--main-color);
}
#mainnav li:hover > ul {
	opacity: 1;
	visibility: visible;
	left: 0;
	display: flex !important;
	transition: all 0.3s ease;
	max-height: initial;
	overflow: initial;
}
#mainnav li:hover > ul ul {
	padding-top: 0;
	left: 100%;
}
#mainnav .sub-menu {
	z-index: 99999;
}
#mainnav .sub-menu li a {
	color: #000;
	display: block;
	padding: 8px 18px;
	transition: all 0.3s ease;
}

#mainnav li:hover > .sub-menu > li > a {
	text-align: left;
}
#mainnav ul li.menu-item-has-children ul a:after {
	display: none;
}

#mainnav ul li:hover > a,
#mainnav ul li.current-menu-item > a,
#mainnav ul li.current-post-ancestor > a {
	color: var(--main-color);
}

/*Mobile menu*/
.mobile-menu {
	overflow: hidden;
	top: 0;
	right: 0px;
	height: 80px;
	width: 80px;
	justify-content: flex-end;
	align-items: center;
	z-index: 999;
	display: flex;
	margin-right: -15px;
}

.mobile-menu #btn-menu {
	width: 80%;
	height: 80%;
}
.mobile-menu #btn-menu svg {
	width: 100%;
	height: 100%;
}
#mainnav-mobi {
	position: fixed;
	height: calc(100vh - 80px);
	transform: translateX(-410px);
	top: 80px;
	bottom: 0;
	left: 0;
	background-color: #f7f7f7;
	width: 100%;
	max-width: 410px;
	z-index: 999;
	overflow-y: auto;
	transition: all 0.4s cubic-bezier(0.47, 0.33, 0.44, 0.81);
}
#knight-header #mainnav-mobi.mainnav.knight-open {
	transform: translateX(0);
}
#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav-mobi ul li {
	margin: 0;
	position: relative;
	text-align: left;
	cursor: pointer;
}
#mainnav-mobi ul li:last-child {
	border: none;
}
#mainnav-mobi ul > li > a {
	display: block;
	text-decoration: none;
	padding: 20px 15px;
	color: var(--font-color);
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.5px;
}
#mainnav-mobi ul ul a {
	font-weight: 500;
	font-size: 15px;
}
#mainnav-mobi ul ul ul a {
	font-weight: 400;
	font-size: 14px;
}
#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #fff;
}
#mainnav-mobi ul.menu {
	margin-top: 0;
	padding: 0;
}
#mainnav-mobi ul.sub-menu li a {
	text-transform: initial;
}
#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #252525;
	background-color: #222;
}
#mainnav-mobi > ul > li > ul > li > a {
	padding-left: 70px !important;
}
#mainnav-mobi > ul > li > ul > li > ul > li a {
	padding-left: 90px !important;
}
#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 10px 20px 10px 30px;
	border-top-color: rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}
.btn-submenu {
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 20px;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 64px;
}
.btn-submenu:before {
	content: "";
	mask-image: url(../knight-theme/svg/v.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url(../knight-theme/svg/v.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--main-color);
	height: 100%;
	width: 10px;
	position: absolute;
	left: calc(50% - 8px);
	top: 0;
	transition: all 0.3s;
}
.btn-submenu.active:before {
	content: "";
	transform: rotate(180deg);
	transition: all 0.3s;
}

#mainnav-mobi .sub-menu li:last-child {
	border: none;
}

#mainnav-mobi ul ul .sub-menu li a {
	margin-left: 20px;
}
#mainnav-mobi ul li.current_page_item a {
	color: #fff;
	background-color: var(--main-color);
}
#mainnav-mobi.knight-open {
	opacity: 1;
	transform: translateX(0px);
}

/*Hamburger menu*/
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hamRotate.active {
	transform: rotate(45deg);
}
.hamRotate180.active {
	transform: rotate(180deg);
}
.line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #fff;
	stroke-width: 5.5;
	stroke-linecap: round;
}
.ham8 .top {
	stroke-dasharray: 40 160;
}
.ham8 .middle {
	transform-origin: 50%;
	transition: transform 400ms;
}
.ham8 .bottom {
	stroke-dasharray: 40 85;
	transform-origin: 50%;
	transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
	stroke-dashoffset: -64px;
}
.ham8.active .middle {
	stroke-dashoffset: -20px;
	transform: rotate(90deg);
}
.ham8.active .bottom {
	stroke-dashoffset: -64px;
	stroke: #fff;
}

.line.bottom {
	stroke: var(--main-color);
}

/*Slick*/
.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: flex;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 100px;
	outline: none;
}
.slick-slide > div {
	display: flex !important;
}

[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*Footer*/
footer {
	background-color: var(--footer-color);
	color: var(--footer-color-text);
	clear: both;
}
@keyframes witr_bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
	}
}
.scrollUp {
	background-color: var(--main-color);
	bottom: 30px;
	color: #fff;
	right: 100px;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	animation: witr_bounce 1.2s ease-out infinite;
	position: fixed;
	cursor: pointer;
	opacity: 0;
	transition: all 0.4s;
}
.scrollUp.active {
	opacity: 1;
}

.scrollUp svg {
	width: 25px;
	height: 30px;
}

.scrollUp svg path {
	stroke-width: 8px;
}

/*paginacja*/
.navigation {
	clear: both;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.navigation ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.navigation li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.k_post-pagination {
	clear: both;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.k-grid-2 .k_post-pagination,
.k-grid-2 .navigation {
	grid-column: span 2;
}

.k_post-pagination a,
.k_post-pagination span,
.navigation li a,
.navigation span {
	color: var(--btn-text-color);
	padding: 5px 10px;
	border-radius: 0px;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	line-height: 1;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	background-color: var(--title-color);
	min-width: 20px;
}
.k_post-pagination a:hover,
.k_post-pagination span.current,
.navigation li a:hover,
.navigation li.active a {
	color: var(--btn-text-color);
	background-color: var(--main-color);
}
.k_post-pagination span.current {
	font-weight: 900;
}

.k_post-pagination span.page-numbers.dots,
.navigation span {
	border-color: #fff;
}

/*Breadcurmbs*/
.k_breadcrumbs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	opacity: 1;
	text-align: center;
}
.k_breadcrumbs li {
	padding: 0 0 0 5px;
	font-size: 17px;
	display: contents;
}
.k_breadcrumbs li:first-child {
	padding: 0;
}
.k_breadcrumbs li a,
.k_breadcrumbs li strong {
	font-size: 17px;
	font-weight: 500;
	display: contents;
}
.k_breadcrumbs li.item-home a {
	text-transform: capitalize;
}

/*faq*/
#k-faq-accord {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
#k-faq-accord input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
#k-faq-accord .tabs {
	overflow: hidden;
}
#k-faq-accord .tab {
	width: 100%;
	color: white;
	overflow: hidden;
	margin: 0 0 20px 0;
}
#k-faq-accord .tab-label {
	display: flex;
	background: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	background-color: #023654;
	padding: 15px 20px;
	border-radius: 5px;
}

#k-faq-accord .tab-label:after {
	content: "";
	transition: all 0.3s;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #00c9c3;
	margin: 0 0 0 20px;
}
#k-faq-accord .tab-content {
	padding: 0;
	display: none;
}
#k-faq-accord .tab-content > div {
	padding: 20px 20px 0 20px;
}
#k-faq-accord .tab-label.active-label:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#k-faq-accord .tab:last-child {
	margin: 0;
}

#k-faq-accord .tab-label .tab-title {
	font-size: 20px;
	margin: 0;
	line-height: 1.3;
	font-weight: 500;
	width: initial;
	text-align: center;
	color: #fff;
}

/*CF*/

.k_form {
	background-color: #fff;
	padding: 35px 30px 40px 30px;
	position: relative;
	box-sizing: border-box;
	border-top: 5px solid var(--main-color);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.wpcf7 form {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 30px;
	position: relative;
}

.k_form_item span.wpcf7-form-control-wrap,
.k_form_item,
.k_form_btn {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.k_form_item input,
.k_form_item textarea {
	width: 100%;
	background-color: var(--form-color);
	color: var(--form-text-color);
	padding: 15px 20px;
	margin: 0;
	border-radius: 5px;
	font-size: 16px;
	font-family: var(--font-family);
	border: 1px solid var(--form-border-color);
	outline: none;
	line-height: 1.3;
	box-sizing: border-box;
}
.k_form_item textarea {
	resize: none;
	min-width: 100%;
	min-height: 120px;
	max-height: 120px;
}
.k_form_item input::placeholder,
.k_form_item textarea::placeholder {
	color: inherit;
	opacity: 0.8;
}
.k_form_item span.wpcf7-list-item {
	margin: 0;
}
.k_form_item span.wpcf7-list-item label {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 0 0 10px 0;
	font-size: 14px;
}
.k_form_item span.wpcf7-list-item label input[type="checkbox"] {
	display: none;
}
.k_form_item span.wpcf7-list-item label span.wpcf7-list-item-label {
	width: 100%;
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}
.k_form_item span.wpcf7-list-item label span:before {
	width: 21px;
	height: 21px;
	content: "";
	background-color: var(--form-color);
	border-radius: 0px;
	margin: 0 9px 0 0;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid var(--form-border-color);
	box-sizing: border-box;
}

.k_form_btn span.wpcf7-spinner {
	position: absolute;
	top: 0;
	margin: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	cursor: progress;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--main-color);
	opacity: 1;
}

@keyframes animloader {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.k_form_btn span.wpcf7-spinner:after {
	content: "";
	width: 24px;
	height: 24px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-top: 3px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	animation: animloader 0.7s linear infinite;
}

.wpcf7-spinner::before {
	display: none;
}

.k_form_item span.wpcf7-not-valid-tip {
	color: #ff4b4c;
	font-size: 14px;
	font-weight: 400;
	margin-top: 0px;
	width: 100%;
}
.wpcf7 form .wpcf7-response-output {
	border: none;
	margin: 0;
	background-color: #ff4b4c;
	color: #fff;
	padding: 15px 20px;
	border-radius: 0px;
	font-size: 16px;
	margin: 0;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	user-select: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #2ecd71;
}

.k_form_item .recaptcha span.wpcf7-not-valid-tip {
	margin: 0;
}

/*container*/
.k_container .k_col-9 {
	width: calc(90% - 20px);
}
.k_container .k_col-8 {
	width: calc(80% - 20px);
}
.k_container .k_col-7 {
	width: calc(70% - 20px);
}
.k_container .k_col_66 {
	width: 66%;
}
.k_container .k_col-65 {
	width: calc(65% - 20px);
}
.k_container .k_col-6 {
	width: calc(60% - 20px);
}
.k_container .k_col-55 {
	width: calc(55% - 20px);
}
.k_container .k_col-5 {
	width: calc(50% - 20px);
}
.k_container .k_col-5-30 {
	width: calc(50% - 30px);
}
.k_container .k_col-45 {
	width: calc(45% - 20px);
}
.k_container .k_col-4 {
	width: calc(40% - 20px);
}

.k_container .k_col-35 {
	width: calc(35% - 20px);
}

.k_container .k_col-3 {
	width: calc(30% - 20px);
}
.k_container .k_col-2 {
	width: calc(20% - 20px);
}
.k_container .k_col-33 {
	width: calc(33.33% - 20px);
}
.k_container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	box-sizing: border-box;
}
.k_container.k_container-full {
	max-width: 100%;
	padding: 0;
}

/*ul, ol*/
.k_ul ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}
.k_ul ul li {
	position: relative;
	padding: 0 0 0 20px;
}
.k_ul ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--btn-color);
	display: flex;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 100%;
}

.k_ul ol {
	padding: 0 0 0 22px;
}

.k_ul ol li::marker {
	color: var(--main-color);
	font-weight: 700;
}

/*btn*/
.k-btn,
.k_comments .submit,
input.wpcf7-submit {
	display: flex;
	padding: 13px 40px;
	background-color: var(--btn-color);
	color: var(--btn-text-color);
	border-radius: 5px;
	font-weight: 500;
	line-height: 1.5;
	cursor: pointer;
	justify-content: center;
	width: auto;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	border: none;
	transition: all 0.5s;
	font-size: 20px;
}

input.wpcf7-submit {
	width: 100%;
}

.k-btn:hover,
input.wpcf7-submit:hover {
	background-color: var(--btn-hover);
}

.k_form_item input.wpcf7-submit:disabled {
	cursor: not-allowed;
}

.k-font-size-20 {
	font-size: 20px;
}

.k-font-size-22 {
	font-size: 22px;
}

.k-font-size-24 {
	font-size: 24px;
}

.k-font-size-40 {
	font-size: 40px;
}

.k-font-size-50 {
	font-size: 50px;
}

/*Weight, color*/
.k_uppercase {
	text-transform: uppercase;
}
.k-weight-normal {
	font-weight: 400;
}
.k-weight-medium {
	font-weight: 500;
}
.k-weight-semibold {
	font-weight: 600;
}
.k-weight-bold {
	font-weight: 700;
}
.k-weight-black {
	font-weight: 900;
}

.k_weight-semibold strong {
	font-weight: 700;
}

.k-color-fff {
	color: #fff;
}

.k-title-color {
	color: var(--title-color);
}

.k-title-font {
	font-family: var(--font-family-title);
}
.k-main-color {
	color: var(--main-color);
}
.k-second-color {
	color: var(--second-color);
}
.k-third-color {
	color: var(--third-color);
}

.k-line-1-2 {
	line-height: 1.2;
}

/*background*/
.k_bg_section {
	background-position: center;
	background-repeat: no-repeat;
}

.k_bg_cover {
	background-size: cover;
}

.k_background_f7f {
	background-color: #f7f7f7;
}
.k_background_faf {
	background-color: #fafafa;
}
.k_background_main {
	background-color: var(--main-color);
}

/*dodatkowe*/
p,
blockquote {
	margin: 0 0 15px 0;
}
p:last-child,
ul:last-child {
	margin-bottom: 0;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	transition: all 0.3s;
}
img {
	max-width: 100%;
	height: auto;
	display: flex;
	align-self: flex-start;
}

.k-sticky {
	position: sticky;
	top: 130px;
}
.k_index {
	z-index: 10;
}
iframe {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
}
figure {
	padding: 0;
	margin: 0 0 15px 0;
	max-width: 100%;
}

/*komentarze*/
.k_comments form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
}
.k_comments,
.k_comments form p {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0;
}

.k_comments form p a,
.k_comments form p span {
	display: contents;
}

.k_comments p.comment-form-comment label,
.k_comments .comment-form-cookies-consent,
.k_comments p.comment-form-author label,
.k_comments p.comment-form-email label,
.k_comments p.comment-form-url label,
.k_comments p label ~ span.required,
.k_comments .comment-respond form.comment-form p.comment-form-url {
	display: none;
}

.k_comments p.logged-in-as {
	font-size: 16px;
}

.k_comments form input,
.k_comments form textarea {
	width: 100%;
	border: none;
	padding: 10px 15px;
	box-sizing: border-box;
	border: 1px solid var(--form-border-color);
	font-size: 16px;
	font-family: var(--font-family);
	outline: none;
	transition: all 0.3s;
	border-radius: 0;
	color: var(--form-text-color);
	font-weight: 400;
	background-color: var(--form-color);
	resize: none;
}

.k_comments form input::placeholder,
.k_comments form textarea::placeholder {
	color: inherit;
	opacity: 0.4;
}

.k_comments div.error {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	background-color: #ff4b4c;
	width: 100%;
	padding: 2px 15px;
}
.k_comments p.form-submit {
	justify-content: flex-end;
}

.k_comments-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.k_comments-list li.comment {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}
.k_comment-container {
	width: 100%;
	padding: 0px;
	position: relative;
	box-sizing: border-box;
}
.k_comment-text {
	overflow-y: auto;
}
.k_comment-text p {
	margin: 0;
}
.k_comment-meta {
	font-size: 16px;
	font-weight: 700;
	color: var(--title-color);
}

.k_comment-reply a {
	padding: 5px 10px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 12px;
	color: var(--btn-text-color);
	font-weight: 700;
	background-color: var(--btn-color);
}

.k_comments-list li.comment:last-child {
	margin: 0;
}
.k_comments-list ul.children {
	margin: 0 0 30px 0;
	width: 100%;
	padding: 0 0 0 20px;
}
.navigation.k_comment-pagination {
	padding: 30px 0 0 0;
}
.navigation.k_comment-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
}
.navigation.k_comment-pagination .nav-links a {
	margin: 5px 10px 5px 0;
	display: flex;
}

.k_comments-list ul.children .k_comment-container:before {
	width: 40px;
	height: 40px;
}
.k_comments-list ul.children .k_comment-container {
	padding: 0 0 0 60px;
}

/*Blog*/

.k_post-author a:before {
	content: "";
	background-color: #2ecd71;
	width: 70px;
	height: 2px;
	display: flex;
	position: absolute;
	top: -15px;
}
.k_post-item {
	border-radius: 0px;
	position: relative;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	box-shadow: 0px 0px 10px 0px rgba(148, 146, 245, 0.2);
}

.k_post-image {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}

.k_post-item .k_post-image {
	width: 100%;
}

.k_post-item .k_post-content {
	padding: 15px;
}

.k_post-image img {
	transition: all 0.3s;
}

.k_post-title a {
	font-size: 18px;
	color: var(--title-color);
	font-weight: 700;
	line-height: 1.3;
	display: inline-block;
}

.k_post-title a:hover {
	color: var(--main-color);
}

.k_post-item:hover .k_post-image img {
	transform: scale(1.1);
}

.k_post-category {
	display: flex;
	flex-wrap: wrap;
	color: var(--main-color);
}

.k_blog-tags a {
	line-height: 1;
	color: var(--font-color);
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	border: 1px solid var(--font-color);
	padding: 7px 12px;
	border-radius: 0px;
	user-select: none;
}

.k_blog-tags a:hover {
	color: var(--btn-text-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.k_post-date {
	line-height: 1;
	user-select: none;
	width: 100%;
	font-weight: 400;
}

.k-category-item a {
	font-size: 24px;
	color: var(--font-color);
}
.k-category-item:last-child a {
	margin-right: 0;
}
.k-category-item.active a {
	color: var(--main-color);
	font-weight: 900;
}

.k_post-image img {
	object-fit: cover;
	border-radius: 0px;
	width: 100%;
	aspect-ratio: 16/10.5;
}
.single .k_img-blog-single img {
	max-height: 350px;
	object-fit: cover;
}

.k_post-btn a {
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 700;
	line-height: 1;
	padding: 10px 20px;
	border-radius: 12px;
	background-color: var(--btn-color);
	color: var(--btn-text-color);
	position: relative;
	z-index: 0;
}

/*Blog - ostatnie*/

.k_recent-item .k_post-image {
	width: 100px;
	height: 75px;
}
.k_recent-item .k_post-image a {
	width: 100%;
	height: 100%;
}

.k_recent-item .k_post-image a img {
	aspect-ratio: initial;
	object-fit: cover;
	height: 100%;
}

.k_recent-item .k_post-content {
	width: calc(100% - 100px);
	padding: 0 0 0 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 0;
}
.k_recent-item .k_post-title {
	font-size: 15px;
	color: var(--title-color);
	font-weight: 700;
	line-height: 1.3;
	width: 100%;
	margin: 0;
}

.k_recent-item .k_post-title:hover {
	color: var(--main-color);
}

.k_recent-item .k_post-date {
	font-size: 15px;
}

.k_blog-post-recent-title,
.k_blog-tags-title,
.k_comments_section .k_form-title {
	font-size: 24px;
	font-weight: 700;
	color: var(--title-color);
	width: 100%;
}

/*widget*/
footer .textwidget.custom-html-widget {
	display: flex;
	flex-wrap: wrap;
}

footer .k-before-widget-title {
	margin: 0 0 15px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.2;
}

footer .k-widget-title {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-family: var(--font-family-title);
	color: var(--title-color);
}

#k-before-widget .k_container {
	max-width: 1150px;
}

.k-before-widget {
	padding: 0 0 0 75px;
	position: relative;
	box-sizing: border-box;
}

.k-before-widget img.k-widget-img {
	position: absolute;
	left: 0;
	top: 20px;
}

#k-after-widget:before {
	content: "";
	background-color: #ded7d7;
	width: 100%;
	height: 1px;
	max-width: 1170px;
}

.widget_nav_menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style-type: none;
	justify-content: flex-start;
	margin: 0;
	gap: 10px 20px;
}
.k-widget.widget_nav_menu ul li {
	width: 100%;
}

.widget_nav_menu,
.widget_custom_html {
	width: 100%;
}

/*Margin*/
.k-mt-1 {
	margin-top: 10px;
}
.k-mt-15 {
	margin-top: 15px;
}
.k-mt-2 {
	margin-top: 20px;
}
.k-mt-3 {
	margin-top: 30px;
}
.k-mt-35 {
	margin-top: 35px;
}
.k-mt-4 {
	margin-top: 40px;
}
.k-mt-5 {
	margin-top: 50px;
}
.k-mt-7 {
	margin-top: 70px;
}
.k-mt-8 {
	margin-top: 80px;
}
.k-mb-7 {
	margin-bottom: 70px;
}
.k-mb-6 {
	margin-bottom: 60px;
}
.k-mb-5 {
	margin-bottom: 50px;
}
.k-mb-4 {
	margin-bottom: 40px;
}
.k-mb-3 {
	margin-bottom: 30px;
}
.k-mb-2 {
	margin-bottom: 20px;
}
.k-mb-15 {
	margin-bottom: 15px;
}
.k-mb-1 {
	margin-bottom: 10px;
}

.k-mt-0 {
	margin-top: 0px;
}
.k-mb-0 {
	margin-bottom: 0px;
}

.k-mr-2 {
	margin-right: 20px;
}
.k-ml-2 {
	margin-left: 20px;
}

/*Paddingi*/
.k-pt-0 {
	padding-top: 0px;
}
.k-pt-2 {
	padding-top: 20px;
}
.k-pt-3 {
	padding-top: 30px;
}
.k-pt-4 {
	padding-top: 40px;
}
.k-pt-5 {
	padding-top: 50px;
}
.k-pt-6 {
	padding-top: 60px;
}
.k-pt-7 {
	padding-top: 70px;
}
.k-pt-9 {
	padding-top: 90px;
}

.k-pb-0 {
	padding-bottom: 0px;
}
.k-pb-2 {
	padding-bottom: 20px;
}
.k-pb-3 {
	padding-bottom: 30px;
}
.k-pb-4 {
	padding-bottom: 40px;
}
.k-pb-5 {
	padding-bottom: 50px;
}
.k-pb-6 {
	padding-bottom: 60px;
}
.k-pb-7 {
	padding-bottom: 70px;
}

.k-plr-0 {
	padding-right: 0px;
	padding-left: 0;
}

/*gap*/

.k-gap-50 {
	gap: 50px;
}

.k-gap-30-50 {
	gap: 30px 50px;
}

.k-gap-50-30 {
	gap: 50px 30px;
}

.k-gap-50-20 {
	gap: 50px 20px;
}

.k-gap-10-15 {
	gap: 10px 15px;
}

.k-gap-30-15 {
	gap: 30px 15px;
}

.k-gap-15-30 {
	gap: 15px 30px;
}

.k-gap-30 {
	gap: 30px;
}

.k-gap-20 {
	gap: 20px;
}

.k-gap-10-20 {
	gap: 10px 20px;
}

.k-gap-15 {
	gap: 15px;
}

.k-gap-10-5 {
	gap: 10px 5px;
}

.k-gap-5-10 {
	gap: 5px 10px;
}

/*wyszukiwarka*/
input.k_search-input {
	width: 100%;
	padding: 12px 50px 12px 20px;
	box-sizing: border-box;
	border-radius: 0px;
	font-weight: 400;
	outline: none;
	color: var(--title-color);
	border: none;
	font-size: 16px;
	font-family: var(--font-family);
	background-color: #f7f7f7;
}
input.k_search-input::placeholder {
	color: var(--title-color);
	opacity: 1;
}
button.k_search-btn {
	position: absolute;
	width: 48px;
	height: 100%;
	border: none;
	outline: none;
	background-color: #f7f7f7;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	right: 0;
}
button.k_search-btn svg {
	height: 30px;
	width: 30px;
}
button.k_search-btn svg path {
	stroke: var(--title-color);
	stroke-width: 3px;
}

.k_overflow {
	overflow: hidden;
}

.k_break {
	word-break: break-all;
}

.k_content a {
	color: var(--main-color);
}

.k_form_item.k_hidden {
	display: none;
}

/*autocomplete*/
.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	background: #fff;
	box-shadow: 0 10px 10px 1px rgb(0 0 0 / 5%);
	margin-top: 0px;
	border-radius: 0px;
	position: absolute;
	display: none;
	z-index: 998;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	border-top: 0;
}
.autocomplete-suggestion {
	position: relative;
	padding: 10px 20px;
	line-height: 23px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: var(--second-color);
}
.autocomplete-suggestion b {
	font-weight: 500;
	color: var(--font-color);
}
.autocomplete-suggestion.selected {
	background: #f7f7f7;
}

.autocomplete-suggestions::-webkit-scrollbar {
	width: 7px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
	background: var(--btn-color);
}
.autocomplete-suggestions::-webkit-scrollbar-track {
	background: #eee;
}

.k-author-list .k-author-contnet,
.k_author-post .k_author-text {
	width: calc(100% - 150px);
}

.k-author-list .k-author-img,
.k_author-post .k_author-img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.k-author-list .k-author-img img,
.k_author-post .k_author-img img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*grid*/
.k-grid {
	display: grid;
	width: 100%;
	box-sizing: border-box;
}
.k-grid-1 {
	grid-template-columns: 1fr;
}
.k-grid-2 {
	grid-template-columns: repeat(2, 1fr);
}

.k-grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

.k-grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

.single .k_img_banner img {
	width: 100%;
	aspect-ratio: 16/10.5;
	object-fit: cover;
}

.k-home-banner-slick .slick-list.draggable {
	width: 100%;
}

.k_search-form,
.k_blog-post-recent,
.k_blog-tags,
.k_comments_section .comment-respond {
	padding: 15px;
	box-shadow: 0px 0px 10px 0px rgba(148, 146, 245, 0.2);
}

.k_search-form form {
	width: 100%;
}

.k-search-btn {
	width: 50px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.k-search-btn svg {
	height: 40px;
	width: 40px;
	cursor: pointer;
}
.k-search-btn svg path {
	stroke: var(--font-color);
	stroke-width: 3px;
}

.k-post-meta > div {
	display: flex;
	align-items: center;
	color: var(--title-color);
	font-weight: 600;
}

.k_post-single-author:before,
.k_post-single-cat:before,
.k_post-single-date:before {
	content: "";
	background-image: url(https://autocentrum-kaczmarek.pl/wp-content/themes/knight-theme/svg/user.svg);
	width: 20px;
	height: 20px;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 7px 0 0;
}

.k_post-single-cat:before {
	background-image: url(https://autocentrum-kaczmarek.pl/wp-content/themes/knight-theme/svg/tags.svg);
}

.k_post-single-date:before {
	background-image: url(https://autocentrum-kaczmarek.pl/wp-content/themes/knight-theme/svg/calendar.svg);
}

/*home*/

.k-box {
	box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, 0.1);
	padding: 40px 30px;
	background-color: #fff;
	position: relative;
	user-select: none;
	overflow: hidden;
}

.k-box-2 {
	box-shadow: 0px 5px 20px 0px #db2d2e14;
	padding: 50px 15px;
	border-radius: 5px;
}

.k-box-2 a:hover {
	color: var(--main-color);
}

.k-box-2:before {
	position: absolute;
	width: 0;
	height: 2px;
	background: #db2d2e;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	z-index: 3;
	transition: all 0.5s ease-out;
}

.k-box-2:hover:before {
	width: 100%;
}

.k-box-3 {
	border: 2px solid var(--main-color);
	padding: 30px 128px 30px 10px;
}

.k-box-3 .k-box-ico {
	right: 30px;
	top: 30px;
	border-radius: 5px;
	transition: all 0.5s;
	padding: 4px;
}

.k-box-3:hover .k-box-ico {
	background-color: var(--main-color);
}

.k-box-3:hover .k-box-ico img {
	filter: brightness(0) invert(1);
}

.k-home-banner-slick:not(.slick-initialized) .k-side-home:nth-child(1n + 2) {
	display: none;
}

.slick-arrow {
	position: absolute;
	height: 60px;
	width: 60px;
	background-color: var(--btn-color);
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	transition: all 0.4s;
}

.slick-arrow:hover {
	background-color: var(--btn-hover);
}

.slick-prev.slick-arrow {
	left: 20px;
}

.slick-next.slick-arrow {
	right: 20px;
}

.slick-arrow:before {
	content: "";
	background-image: url(https://autocentrum-kaczmarek.pl/wp-content/uploads/2023/04/long-arrow-left.svg);
	width: 60px;
	height: 60px;
	display: block;
	background-size: cover;
}

.slick-next.slick-arrow:before {
	background-image: url(https://autocentrum-kaczmarek.pl/wp-content/uploads/2023/04/long-arrow-right.svg);
}

.k-side-home {
	height: calc(100vh - 40px);
	background-size: cover;
}

.k-home-banner-slick.slick-initialized .k-side-home {
	display: flex !important;
}

.k-banner-title {
	font-size: 92px;
	margin: 0;
}

.k-home-2 {
	margin-top: -40px;
}

.k-img-range {
	width: 100%;
	height: 700px;
	overflow: hidden;
}

/*range img*/
.k-img-range-before {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.k-img-range-after {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 30%;
}
.k-img-range-after img {
	max-width: none;
	height: 100%;
	object-fit: cover;
}

.k-img-range-input {
	-moz-appearance: none;
	-ms-touch-action: auto;
	-webkit-appearance: slider-horizontal !important;
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: -1px;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	touch-action: auto;
	width: calc(100% + 2px);
	z-index: 2;
}

.k-img-range-handle {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 6px transparent;
	color: #000;
	height: 48px;
	left: 30%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 48px;
	z-index: 2;
	transition: background 0.4s;
}

.k-img-range-input:focus ~ .k-img-range-handle {
	background: rgba(255, 255, 255, 0.85);
}

.k-img-range-handle:after,
.k-img-range-handle:before {
	border-left: 2px solid;
	border-top: 2px solid;
	content: "";
	height: 10px;
	position: absolute;
	top: 50%;
	transform-origin: 0 0;
	width: 10px;
}

.k-img-range-handle:before {
	left: 10px;
	transform: rotate(-45deg);
}
.k-img-range-handle:after {
	right: 0;
	transform: rotate(135deg);
}

.k-img-range:after,
.k-img-range-after:after {
	background: var(--main-color);
	color: #fff;
	border-radius: 4px;
	content: attr(data-range-label);
	line-height: 1;
	padding: 8px;
	position: absolute;
	top: 25px;
}

.k-img-range-after:after {
	left: 25px;
}

.k-img-range:after {
	right: 25px;
}

.k_comments form .g-recaptcha-wrap {
	padding: 0 !important;
}

/*page*/
.k-page-banner {
	min-height: 440px;
	background-position: center bottom;
}
.k-page-banner:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
}

@media only screen and (min-width: 1200px) {
	header {
		height: 100px;
	}
	#mainnav {
		display: flex;
		width: calc(100% - 450px);
		justify-content: flex-end;
	}
	.mobile-menu {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.k_header .k-btn {
		display: none;
	}
}

@media only screen and (max-width: 1280px) {
	.k-hidden-m {
		display: none;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1199px) {
	/*home*/

	.k-banner-title {
		font-size: 60px;
	}

	.k-side-home .k_container {
		max-width: 800px;
	}
}

@media only screen and (min-width: 981px) {
	.k_comments form p.comment-form-author,
	.k_comments form p.comment-form-email,
	.k_comments form p.comment-form-url {
		width: calc(33% - 20px);
	}

	.k-flex-v-center-d {
		align-items: center;
		align-content: center;
	}
	.k-flex-v-end-d {
		align-items: flex-end;
		align-content: flex-end;
	}
	.k-flex-v-start-d {
		align-items: flex-start;
		align-content: flex-start;
	}
	.k-flex-between-d {
		justify-content: space-between;
	}
	.k-flex-end-d {
		justify-content: flex-end;
	}

	/*Margin*/
	.k-mt-3-d {
		margin-top: 30px;
	}
	.k-mb-3-d {
		margin-bottom: 30px;
	}
	.k-mt-4-d {
		margin-top: 40px;
	}
	.k-mb-4-d {
		margin-bottom: 40px;
	}
	.k-mt-5-d {
		margin-top: 50px;
	}
	.k-mb-5-d {
		margin-bottom: 50px;
	}
	.k-mt-7-d {
		margin-top: 70px;
	}
	.k-mb-7-d {
		margin-bottom: 70px;
	}

	/*Paddingi*/
	.k-pr-6-d {
		padding-right: 60px;
	}

	.k-pt-7-d {
		padding-top: 70px;
	}
	.k-pb-7-d {
		padding-bottom: 70px;
	}
	.k-pt-5-d {
		padding-top: 50px;
	}
	.k-pb-5-d {
		padding-bottom: 50px;
	}
	.k-pt-3-d {
		padding-top: 30px;
	}
	.k-pb-3-d {
		padding-bottom: 30px;
	}

	.slick-initialized.slick-slider:hover .slick-arrow {
		opacity: 1;
	}

	/*footer*/
	#k-after-widget .widget_nav_menu ul {
		justify-content: flex-end;
	}

	.k_comments .comment-respond form.comment-form p.comment-form-author,
	.k_comments .comment-respond form.comment-form p.comment-form-email {
		width: calc(50% - 7.5px);
	}
}

@media only screen and (max-width: 980px) {
	.k_container .k_col-9,
	.k_container .k_col-8,
	.k_container .k_col-7,
	.k_container .k_col_66,
	.k_container .k_col-6,
	.k_container .k_col-5,
	.k_container .k_col-5-30,
	.k_container .k_col-55,
	.k_container .k_col-4,
	.k_container .k_col-3,
	.k_container .k_col-33,
	.k_container .k_col-35,
	.k_container .k_col-45,
	.k_container .k_col-2,
	.k_container .k_col-65 {
		width: 100%;
	}

	.k-flex-v-center-m {
		align-items: center;
		align-content: center;
	}
	.k-flex-v-end-m {
		align-items: flex-end;
		align-content: flex-end;
	}
	.k-flex-v-start-m {
		align-items: flex-start;
		align-content: flex-start;
	}

	/*Margin*/
	.k-mt-5-m {
		margin-top: 50px;
	}
	.k-mb-5-m {
		margin-bottom: 50px;
	}
	.k-mt-4-m {
		margin-top: 40px;
	}
	.k-mb-4-m {
		margin-bottom: 40px;
	}
	.k-mt-3-m {
		margin-top: 30px;
	}
	.k-mb-3-m {
		margin-bottom: 30px;
	}
	.k-mt-2-m {
		margin-top: 20px;
	}
	.k-mb-2-m {
		margin-bottom: 20px;
	}
	.k-mb-1-m {
		margin-bottom: 10px;
	}

	/*Paddingi*/
	.k-pt-35-m {
		padding-top: 35px;
	}
	.k-pb-35-m {
		padding-bottom: 35px;
	}
	.k-pt-4-m {
		padding-top: 40px;
	}
	.k-pt-5-m {
		padding-top: 50px;
	}
	.k-pb-5-m {
		padding-bottom: 50px;
	}
	.k-pt-7-m {
		padding-top: 70px;
	}
	.k-pb-7-m {
		padding-bottom: 70px;
	}

	.k-flex-center-m {
		justify-content: center;
	}
	.k-reverse-m {
		flex-direction: column-reverse;
	}
	.k-center-m {
		text-align: center;
	}
	.k_relative-m {
		position: relative;
	}

	/*footer*/
	.scrollUp {
		bottom: 15px;
		right: 15px;
	}

	.k-page-banner {
		min-height: 330px;
	}

	.k-home-2 {
		margin-top: 70px;
	}

	.k-side-home {
		height: calc(100vh - 80px);
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 30px;
	}

	h2,
	footer .k-widget-title,
	.k-font-size-26-m {
		font-size: 26px;
	}

	.k-font-size-18-m {
		font-size: 18px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 980px) {
	.k-grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.k-grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}

	.k-banner-title {
		font-size: 45px;
	}

	.k-img-range {
		height: 350px;
	}
}

@media only screen and (max-width: 599px) {
	.k_post-item {
		width: 100%;
	}
	.k-author-list .k-author-contnet,
	.k_author-post .k_author-text {
		width: 100%;
	}

	.k-author-list .k-author-img {
		width: 100%;
		justify-content: center;
	}

	.k-author-list .k-author-img img {
		width: 150px;
	}

	/*Grid*/
	.k-grid-2,
	.k-grid-3,
	.k-grid-4 {
		grid-template-columns: repeat(1, 1fr);
	}

	.k-grid-2 .k_post-pagination,
	.k-grid-2 .navigation {
		grid-column: 1;
	}

	.k-banner-title {
		font-size: 32px;
	}

	.k-img-range {
		height: 250px;
	}

	.k-home-5 .k-box-3 {
		padding: 30px;
	}
	.k-home-5 .k-box-3 .k-box-ico {
		position: initial;
		margin: 0 0 15px 0;
	}

	.k-before-widget {
		padding: 0;
	}

	.k-before-widget img.k-widget-img {
		position: initial;
	}
	.k-before-widget .k-widget-box {
		width: 100%;
		margin: 15px 0 0 0;
	}

	.k_comments p.form-submit {
		justify-content: center;
	}
}

@media only screen and (max-width: 400px) {
	/*grid*/
	.k_posts_category.k-grid-2 {
		grid-template-columns: 1fr;
	}
}
