/*
	Theme Name: Active
	Theme URI: https://solmedia.pl
	Description: Custom WordPress Theme
	Version: 1.0
	Author: Andrzej Bolewski
	Author URI: http://solmedia.pl
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
:root {
	--primary:#000;
}
html {
	overflow-x: hidden;
}
body {
	font-family: 'Inter', sans-serif;
	font-weight:400;
    overflow-x:hidden;
	font-size: 16px;
	line-height: 1.62;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
a {
	color:var(--primary);
    transition:0.3s all ease;
    word-break: break-word;
	opacity: 1;
}
a:hover {
	color: var(--primary);
	opacity: .85;
}
h1,h2,h3 {
    font-weight: 400;
	line-height: 1.3;
}
h4 {
	text-transform: uppercase;
	font-weight: 600;
}
.btn {
	border: 0;
	border-radius:0;
}
.btn-primary,body .kc_button {
	background-color: var(--primary) !important;
	color: #fff !important;
    border-radius: 1.5em;
	border: 0;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
}
@media (min-width: 1320px) {
	.container {
		width: 1300px;
	}
}
/*Sekcje*/
section,body:not(.kingcomposer) article {
   padding:60px 0;
   clear: both;
   position: relative;
}
#category,.single main {
	padding:60px 0
}
.odstep {
	padding-top: 90px
}
#top {
	text-align: right;
	transition:0.3s all ease;
	background: #fff;
	height: 61px;
	padding: 10px 0;
}
#top span {
	display: inline-block;
	margin-left: 20px;
}
#top span i {
	margin-right: 10px;
	color: #9ec536;
}
#top span .btn i {
	color: #fff;
}
#banner {
	min-height: 50vh;
}
#header {
	padding: 0;
}
#header-main {
	transition:0.3s all ease;
}
.wrap-kreska {
	padding: 10px;
	border-top: 1px solid #f5f5f5;
}
.smaller #header-main{
	padding: 0;
}
.smaller #top {
	height: 0;
	padding: 0;
	overflow: hidden;
}
#header {
	display: block;
    width: 100%;
    position: fixed;
    z-index: 10;
    top:0;
	background: #fff;
	padding: 0;
	transition:0.3s all ease;
}
#header.smaller {
	padding: 5px 0;
    box-shadow: 0 0 5px #333;
}
#header .row {
	display: flex;
	align-items:center;
}
.admin-bar #header{
	top: 32px;
}
#tlo {
	background: url(img/activeBig1.png) no-repeat 90% center #eee;
	background-size: 300px;
	text-align: center;
}
.ramka {
    margin: 0 auto;
    padding: 30px 50px;
    max-width: 610px;
	text-align: center;
}
#stopkaBig,#stopka {
	background: #f5f5f5;
}
#stopkaBig .sub-menu{
	display: none;
}
#stopkaBig .menu {
	padding-left: 0;
    column-count: 2;
}
#stopkaBig .menu li {
	display: block;
}
#stopkaBig h3 {
}
#stopkaBig .kc-fb-layout-3 {
	margin-bottom: 10px;
}
#stopkaBig .kc-fb-layout-3 .content-icon{
	min-width: 20px;
	text-align: center;
}
#stopkaBig .kc-fb-layout-3 .content-icon i {
    font-size: 18px;
}
#stopkaBig .content-desc {
	margin-bottom: 0;
	color:#333;
}
#stopka{
	padding:10px 0;
	font-size:11px;
	font-weight:300;
	clear: both;     
}
/*menu*/
.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a {
	background-color:inherit;
}
.navbar-toggle .icon-bar {
	background: #8e4a8e;
    width: 30px;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
	   margin-top: 6px;
}
.navbar-collapse {
    position: absolute;
    left: 0px;
    width: 100%;
	background: #fff;
    padding: 0 15px;
	top:160px;
	z-index: 9;
}
/*paski*/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-left: 0px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}
/*Misc*/
article p img {
    max-width: 100%;
    height: auto;
}
h4.title {
    font-size: 20px;
    font-weight: 700;
}
.readmore {
	display:inline-block;
	padding-bottom:30px;
}
.date-tags {
	display:flex;
    justify-content: space-between;
}
div.date {
    opacity: 0.6;
    font-size: 13px;
    margin-bottom: 5px;
    font-style: italic;
}
#searchform label {
	display: none;
}
/*Blog*/
#category .flex{
	display: flex;	
    flex-wrap: wrap;
}
body:not(.blog) #category .flex{
    justify-content: center;
}
.flex .hentry {
	width: 350px;
    margin: 0 15px 30px;
	border: 1px solid #ddd;
}
.flex .hentry.post {
	border: 0;
}
#category .wrap-info {
	padding: 15px;
}
h3.title {
	margin-top: 10px;
}
.data-kat .category {
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 10px;
}
.pagination {
	width: 100%;
    display: flex;
    justify-content: center;	
}
.pagination > * {
	margin: 0 5px;
}
/*Editor*/
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

@media (max-width: 991px) {
	#category .post {
	    padding-bottom: 60px;		
	}
	.wrap-img {
		text-align: center;
		float: none;
		margin-right: 0;
		max-width: none;
	}
}

body .content-desc {
	color: inherit;
}
body.kingcomposer section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns {
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
	min-width: 100%;
}

.search-highlight {
	background:yellow
}
body .kc-feature-boxes {
	box-shadow:none;
}
body .kc-fb-layout-2 {
	text-align: left;
}
body .content-button a,body .kc-fb-layout-2 .content-button a:hover {
	background: none;
	color: #000;
}
body div[class*="kc-fb-layout"] .content-title {
    text-transform: none;
    font-weight: 400;
    font-size: 25px;
	padding: 0;
}
body .kc-feature-boxes:not(.link-normal) .content-button a {
    text-indent: -9999em;
	background: #f6f8fa url(img/arrow-right.png) no-repeat center;
	width: 30px;
	height: 17px;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 1.5em;
}
body .kc-feature-boxes:not(.link-normal) .content-button:hover a {
	background-position-x: 70%;
}
body .kc-feature-boxes.link-normal .content-button a {
	padding-left: 0;
	padding-right: 0;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.column-gray {
	background-color: #f6f8fa;
}
body .column-gray .kc-feature-boxes:not(.link-normal) .content-button a {
	background-color: #fff;
}
#kafelki-home .kc_column_inner {
	padding: 60px;
}
#kafelki-home .kc_column_inner.pl0 {
	padding-left: 0;
}
div .slick-next:before, div .slick-prev:before {
	color: var(--primary);
	font-size: 30px;
}
div .slick-next,div .slick-prev {
	z-index: 9;
}
div .slick-next {
	right: -25px;
}
div .slick-prev {
	left: -25px;
}
.slick-prev:before {
    content:url(img/arrow-left.png);
}
.slick-next:before {
    content:url(img/arrow-right.png);
}
.slick-slide img {
	display: inline-block;
}
.galeria p {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
}
.galeria p a {
	padding: 7px;
}
.galeria p a:nth-child(5n-4) {
    grid-row: span 2;
}
body div.kc-fb-layout-4 .content-title {
	font-weight: 600;
}
body .kc-fb-layout-4 .content-image {
	width: auto;
}
#kontakt iframe {
	filter: grayscale(100%);
}
body .kc_column.col-text-left {
	padding-left: calc(50vw - 655px);
	padding-right: 45px;
}
body .kc_column.col-text-right {
	padding-right: calc(50vw - 655px);
	padding-left: 45px;
}
.left {
	text-align: left;
}
.flex.right {
    justify-content: flex-end;
}
.social > * {
	display: inline-block;
	margin-left: 15px;
    min-width: 1.5em;
    text-align: center;
}
/*opinie*/
#reviews-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .review-card {
            border: 1px solid #ccc;
            border-radius: 10px;
            padding: 20px;
            width: 300px;
			margin: 0 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .review-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .profile-img img {
            border-radius: 50%;
            width: 50px;
            height: 50px;
            margin-right: 10px;
        }

        .profile-details .name {
            font-weight: bold;
        }

        .rating {
            color: gold;
        }

        .review-text {
            margin-top: 10px;
        }

#korzysci h3,#specyfikacja h3 {
	margin-bottom: 30px;
}
.korzysci {
	flex-wrap:wrap;
	justify-content:center;
}
.korzysc {
	width: 300px;
	text-align: center;
	margin: 15px 30px;
}
.korzysc .ikona {
	margin: 20px 0;
}
.korzysc .dashicons {
	font-size:48px;
	height: auto;
	width: auto;
}

.input-text, input[type=email], input[type=tel], input[type=password], input[type=search], input[type=text], input[type=url], textarea,.wpcf7 select {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
	max-width: 400px;
	width: 100%;
}
	.wpcf7 label{
		display: block;
	}
.wpcf7-list-item {
	display: block;
}
.wpcf7-list-item label {
	font-weight: 400;
}
#inne .flex {
	justify-content:center;	
    flex-wrap: wrap;
}
#inne .kurs {
	padding: 15px;
	margin: 15px 30px;
}
.page-id-10 .skontaktuj-sie {
	display: none;
}
@media (min-width: 1200px) {
	.columns {
		column-count:3;
	}
}
.wpcf7 h5 {
	font-weight: 600;
	font-size: 16px;
}
.wpcf7-spinner {
	position: absolute;
}
.wrap-info .specyfikacja {
	font-size: 13px;
}
.wrap-info h3 {
	font-size: 19px;
	margin-bottom: 30px;
}
.single-kurs main,.single-kurs main article {
	padding: 0;
}
.single-kurs main article section:nth-child(2n),#cta {
	background: #f5f5f5;
}
.opis-kurs {
	max-width: 800px;
	margin: 0 auto;
}
.korzysci h3 {
	font-size: 20px;
}
#specyfikacja .specyfikacja {
    max-width: 500px;
    margin: 0 auto;
}
.wpcf7-submit {
	min-width: 200px;
}
.kc-fb-layout-5-center div {
	text-align: center;
}
.kc-fb-layout-5-center .kc-fb-layout-5 .content-position {
    font-size: 64px;
    color: #888;
    font-weight: 600;
}
#stopkaBig .menu li.menu-item-home {
	display: none;
}
#metoda .color1 .content-position {
	color: #E63946;
}
#metoda .color2 .content-position {
	color: #F4A261;
}
#metoda .color3 .content-position {
	color: #457B9D;
}
#metoda .color4 .content-position {
	color: #2A9D8F;
}
#metoda .color5 .content-position {
	color: #E9C46A;
}
#metoda .color6 .content-position {
	color: #9B5DE5;
}
.modyfikatory {
  position: sticky;
  top: 110px;
  background: #fff;
  padding: 10px;
	box-shadow: 0 0 5px #ccc;
  }
.modyfikatory label {
	margin-right: 15px;
}
.cennik-kurs {
	box-shadow: 0 0 5px #ccc;
	margin-top: 30px;
	padding: 20px 40px;
}
.cennik-kurs h3 {
	margin-bottom: 20px;
}
.adjustable:after {
	content: ' zł';
}
.pytanie9 .wpcf7-radio {
	display: flex;
}
.flagi {
	display: flex;
	flex-wrap:wrap;
    justify-content: center;
}
.flagi img {
	border-radius:10px;
	margin: 3px 8px;
}
@media (max-width: 1330px) {
	section[data-kc-fullwidth="content"] .kc-row-container:not(.kc-container) {
		padding-left: 15px;
		padding-right: 15px;
	}
	#kafelki-home .kc_column_inner.pl0 {
		padding-left: 15px;
	}
}
@media (min-width: 992px) {
	.tylko-mobile {
		display: none !important;
	}
}
@media (max-width: 991px) {
#zacznij:before {
	content: '';	
        background: #ddd;
        opacity: .7;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
}
}
.wrap-img {
	text-align: center;
	padding: 30px 15px 0;
}
.na-raty:before {
	content: ' (2 x ';
}
.na-raty.raty4:before {
	content: ' (4 x ';
}
.na-raty.raty6:before {
	content: ' (6 x ';
}
.na-raty:after {
	content: ' zł)';
}
@media (max-width: 767px) {
	h1 {
		font-size: 28px;
	}
	#kafelki-home .kc_column_inner {
		padding: 20px;
        margin: 10px;
	}
	body .kc_column.col-text-left,body .kc_column.col-text-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cennik-kurs {
		padding: 20px;
	}
	.cennik-kurs h3 {
		font-size: 20px;
	}
	.cennik-kurs td span{
		display: block;
	}
}
.table-scroll {
	overflow-x:auto
}
@media (max-width:767px) {
	.table-scroll:before {
		content:'przesuń tabelę w prawo, jeśli nie widzisz wszystkich kolumn'
	}
	#top {
		padding-bottom: 0;
		height: auto;
	}
	#top :is(#logo,.phone,.social) {
		display: none;
	}
}
.gtranslate_wrapper {
	margin-left: 15px;
}
.bg-gray {
	background:#f5f5f5;
}