/*
	Theme Name: Organy
	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:#3f2213;
	--light:#a46932;
	--bez:#f7ecda;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
    overflow-x:hidden;
	font-size: 16px;
	line-height: 1.62;
	color: #321;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
a {
	color:var(--primary);
    transition:0.3s all ease;
    word-break: break-word;
}
a:hover {
	opacity: .85;
	color: var(--primary);
}
h1,h2,h3,h4 {
    font-family: 'Crimson Pro',sans-serif;
    font-weight: 700;
}
h1 {
	font-size: 44px;
}
.btn {
	border: 0;
	border-radius:0;
}
.btn-primary,body .kc_button {
	background-color: var(--primary) !important;
	color: #fff !important;
    border-radius: 16px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
}
@media (min-width: 1320px) {
	.container {
		width: 1300px;
	}
}
/*Sekcje*/
section {
   padding:60px 0;
   position: relative;
}
#category,.single main {
	padding:60px 0
}
.odstep {
	padding-top: 90px
}
/* wersja z paskiem nad menu
#top {
	text-align: right;
	transition:0.3s all ease;
	background: #f5f5f5;
	height: 33px;//popraw
}
#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 {
	padding: 10px 0;
	transition:0.3s all ease;
}
.smaller #header-main{
	padding: 5px 0;
}
.smaller #top {
	height: 0;
	padding: 0;
	overflow: hidden;
}
*/
#header {
	display: block;
    width: 100%;
    position: fixed;
    z-index: 310;
    top:0;
	background: var(--primary);
	padding: 10px 0;
	transition:0.3s all ease;
}
#header.smaller {
	padding: 5px 0;
    box-shadow: 0 0 5px #ccc;
}
#header .row {
	display: flex;
	align-items:center;
}
#logo,#stopkaBig img {
	filter:brightness(0) invert(1)
}
.admin-bar #header{
	top: 32px;
}
#tlo {
	background: #e5dbc4 url(img/organy-tlo.jpg) center;;
	background-size:cover;
	text-align: center;
}
.ramka {
    margin: 0 auto;
    padding: 30px 50px;
    max-width: 610px;
	text-align: center;
	background: #a46932e0;
	border-radius:32px;
	position: relative;
	z-index: 2;
}
.ramka h1 {
	margin-top: 0;
}
#stopkaBig {
	background:var(--primary);
	color: #fff;
}
#stopkaBig .menu {
	padding-left: 0;
}
#stopkaBig .sub-menu {
	display: none;
}
#stopkaBig .menu li {
	display: block;
}
#stopkaBig h3 {
	text-transform: uppercase;
	font-weight: 700;
}
#stopkaBig a {
	color: #fff;
}
:is(#stopkaBig,#kontakt) .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:#fff;  
}
#stopka{
	background:#321;
	padding:10px 0;
	font-size:11px;
	font-weight:300;
	color:#fff;
	clear: both;     
}
#stopka a {
	color: #ddd;
}
/*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;
    justify-content: center;
}
.flex .hentry {
	width: 490px;
	margin: 0 15px 30px;
    box-shadow: 0 0 10px #3f221352;
    border-radius: 32px;
    padding: 20px 15px;
	transition:.3s all ease;
	background: var(--bez);
}
.flex .hentry:hover {
	transform: translateY(-4px);
    box-shadow: 0 0 10px #777;
}
.hentry > .row {
	display: flex;
	/*align-items:center;*/
}
#category .wrap-info .text {
	font-size: 14px;
}
#category .wrap-info .flex {
	align-items:center;
	justify-content:space-between;
	padding-top: 10px;
}
.wrap-img {
	text-align: center;
}
.hentry h4 {
	margin-top: 0;
	font-size: 22px;
}
.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
}
#hero .kc-container {
	min-height: 200px;
}
#tlo:before,#hero:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(120deg, #000000cc, #00000088 55%, #00000000 70%)
}
#tlo:before {
	background: linear-gradient(300deg, #000000cc, #00000088 55%, #00000000 70%);	
}
#hero {
	color: #fff;
}
h1 span {
	display: block;
	opacity: .75;
	font-size: .8em;
}
article table {
	width: 100%;
}
article table td {
	padding: 15px;
}
article table td:last-child {
	width: 450px;
	padding-left: 45px;
}
#kontakt .content-desc {
	margin-bottom: 0;
}
#kontakt .kc-fb-layout-3 {
	align-items:center;
}
#kontakt .kc-fb-layout-3 .content-icon{
	min-width: 30px;
	text-align: center;
}
.cena {
	padding: 0 10px;
}
.wrap-img img {
	border-radius:8px;
}
.kc_single_image img{
	border-radius: 32px;
	overflow: hidden;
}
table img.size-full {
	border-radius: 32px;
}

.searchandfilter ul {
	padding-left: 0;
}
.searchandfilter ul li li {
	padding: 0;
}
.searchandfilter h4 {
	font-weight: 700;
}
.searchandfilter label {
	font-weight: 400;
    font-size: 14px;
    width: calc(100% - 20px);
}
.znaleziono {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}
.bg-light {
	background: var(--bez);
}
.home .kc-feature-boxes-link {
	background: var(--bez);
	border-radius:20px;
    box-shadow: 0 0 10px #3f221352;
}
.home .kc-feature-boxes {
	box-shadow:none;
}
main .kc-fb-layout-2 .content-button {
	display: none;
}
.kc-feature-boxes .content-title {
	color: inherit;
    font-family: 'Crimson Pro',sans-serif;
}
.kafelki-flex .kc_wrapper {
	display: flex;
	flex-wrap:wrap;
	gap:30px;
}
.kafelki-flex .kc_wrapper > * {
	display: block;
	width: 350px;
}
.kafelki-flex .content-image {
	min-height: 120px;
}
.kafelki-flex .kc-fb-layout-4 .content-title{
	padding-top: 25px;
}
.table-scroll {
	overflow-x:auto
}
@media (max-width: 767px) {
	.ramka h1 {
		font-size: 32px;
	}
	table td {
		display: block;
	}
	article table td:last-child {
		width: auto;
		padding-left: 15px;
	}
	.ramka {
		padding: 30px;	
	}
}