/*
	Theme Name: Piękne Miejsce
	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:#1e3f17;
	--yellow:#db8e1c;
}
html {
	overflow-x: hidden;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight:300;
    overflow-x:hidden;
	font-size: 18px;
	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;
}
a:hover {
	opacity: .85;
	color: var(--primary);
}
h1,h2,h3,h4 {
    font-weight: 500;
}
h4 {
	font-size: 20px;
}
b,strong {
	font-weight: 500;
}
h1 {
	font-size: 67px;
}
.btn {
	border: 0;
	border-radius:0;
}
.btn-primary,body .kc_button {
	background-color: var(--yellow) !important;
	color: #fff !important;
	border: 0;
	border-radius:25px;
	font-size: 20px;
	padding: 10px 40px;
}
.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
}
#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: 10;
    top:0;
	background: #fff;
	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;
}
.admin-bar #header{
	top: 32px;
}
#tlo {
    background: url(../../uploads/2021/09/IMG_2279-scaled.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;    
	position:relative;
	color: #fff;
	text-align: center;
	padding: 120px 0;
}
#tlo:before {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:1;
	content:'';
}
#tlo a {
	color: #eee;
}
#tlo .container {
	position: relative;
	z-index: 2;
}
.ramka {
    margin: 0 auto;
    padding: 30px 50px;
    max-width: 610px;
	text-align: center;
}
#stopka-tlo {
    background: url(../../uploads/2021/09/IMG_2289.jpeg) center no-repeat;
    background-size: cover;
    clear: both;
	color: #fff;
}
#stopkaBig {
    background: linear-gradient(to bottom, #00000054, #000000);
	font-size: 16px;
}
#stopka {
    background:#000;
}
#stopkaBig .menu {
	padding-left: 0;
}
#stopkaBig .menu li {
	display: block;
}
#stopkaBig h3 {
	text-transform: uppercase;
	font-weight: 700;
}
#stopkaBig a {
	color: #fff;
}
#stopkaBig .kc-multi-icons-wrapper {
	display:flex
}
#stopkaBig .kc-multi-icons-wrapper a {
	background: inherit;
}
#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:#fff;
}
#stopka{
	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;
	margin-right: -60px;
}
.flex .hentry {
	width: 300px;
    margin-right: 60px;
	margin-bottom: 30px;
}
#category .wrap-info {
	padding: 15px 0;
}
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
}
#s {
	border-radius:12px 0 0 12px;
}
#searchsubmit {
	border: 1px solid #ffffff47;
    border-radius: 0 8px 8px 0;
}

@media (min-width: 992px) {
	.odstepy-poziom :is(.kc_column,.kc_column_inner,.col-md-6):first-child {
		padding-right: 45px;
	}
	.odstepy-poziom :is(.kc_column,.kc_column_inner,.col-md-6):last-child {
		padding-left: 45px;
	}
}
.wrap-img, .kc_single_image img, .wp-post-image, iframe, .size-large, .gallery-item img,.kc-image-link img,.fancybox-image {
    border-radius: 12px;
    overflow: hidden;
}
body .kc_single_image {
	line-height: inherit;
}
.scapt {
	font-size: 14px;
	font-style: italic;
	padding-top: 1px;
	text-align: center;
}
.bg-gray {
	background: #f5f5f5;
}
#hero .kc-container {
	min-height: 60vh;
	color: #fff;
	font-size: 24px;
}
#tlo h1 {
	font-size: 48px;
}
#breadcrumbs {
	padding-top: 30px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery br {
	display:none
}
.gallery img {
	border:0 !important;
}
.gallery .gallery-item {
	width:auto !important;
	margin:15px;
}
.nokc article {
    max-width: 750px;
    margin: 0 auto;
}
.wpcf7 {
	max-width: 600px;
	margin:0 auto;
}
.wpcf7 :is(.input-text, input[type=email], input[type=date], input[type=tel],input[type=number], input[type=password], input[type=search], input[type=text], input[type=url], textarea, select) {
    padding: 10px 20px;
    background-color: #fff;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
	width: 100%;
    border-radius: 10px;
}
	.wpcf7 label{
		display: block;
	}
.wpcf7 p {
	margin-bottom: 25px;
}
input[type="submit"] {
	display: block; 
    width: 100%;
}
.kc-raw-code #category .flex {
    justify-content: center;
}
.my-widget ul {
	padding-left: 0;
	margin-top: 20px;
}
.my-widget li {
	display: block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-transform: uppercase;
	font-weight: 500;
}
div.category a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
a[href$="/relacje-z-imprez/"],.kc-fb-layout-1 .content-icon i.fa-wine-glass {
    color: #f44336;	
}
a[href$="/krajobrazy/"],.kc-fb-layout-1 .content-icon i.fa-fire {
    color: #00bcd4;	
}
a[href$="/infrastruktura/"],.kc-fb-layout-1 .content-icon i.fa-birthday-cake {
    color: #89229b;	
}
a[href$="/ikw/"],.kc-fb-layout-1 .content-icon i.et-target {
    color: #4caf50; /* zieleń – świeża i czytelna */
}
a[href$="/dzikie-zachowania/"],.kc-fb-layout-1 .content-icon i.et-tools-2 {
    color: #ff9800; /* pomarańcz – dynamiczna, ale nie agresywna */
}
a[href$="/jedzonko/"],.kc-fb-layout-1 .content-icon i.sl-anchor {
    color: #e91e63; /* malinowy róż – apetyczny i wyrazisty */
}
.kc-fb-layout-1 .content-button {
	display: none;
}
body .kc-team-2 .content-image {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	display: inline-block;
	padding-right: 0;
	margin-right: 30px;
}
.kc-raw-code #category {
	padding: 0;
}
.white {
	color: #fff;
}
body .content-title {
	color: inherit;
}
#galeria .content-image {
    aspect-ratio: 403 / 300;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#galeria .content-title {
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cta .h1 {
	font-size: 60px;
}
.wp-block-image {
	max-width: 350px;
}
@media (max-width: 991px) {
	#hero h1,#cta .h1 {
		font-size: 36px;
	}
	#hero .kc-container {
		font-size: 20px;
	}
}
