/*
	Theme Name: Energia
	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:#10577a;
	--gradient:linear-gradient(45deg, #10577a, #5c9397);
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight:300;
    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;
}
a:hover {
	opacity: .85;
	color: var(--primary);
}
h1,h2,h3,strong {
    font-weight: 600;
}
h1 {
	font-size: 30px;
}
.btn {
	border: 0;
	border-radius:0;
}
.btn-primary,body .kc_button {
	background: linear-gradient(45deg, #10577a, #5c9397) !important;
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}
.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: 75px
}
#header {
	display: block;
    width: 100%;
    position: fixed;
    z-index: 10;
    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;
}
.admin-bar #header{
	top: 32px;
}
#tlo {
	background: #eee;
	background-size:cover;
	text-align: center;
}
.ramka {
    margin: 0 auto;
    padding: 30px 50px;
	text-align: center;
}
#stopkaBig {
	background:var(--primary);
	color: #fff;
}
#stopkaBig .menu {
	padding-left: 0;
}
#stopkaBig .menu li {
	display: block;
}
#stopkaBig h3 {
	text-transform: uppercase;
	font-weight: 700;
}
#stopkaBig a {
	color: #fff;
}
#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{
	background:var(--primary);
	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: 350px;
    margin-right: 60px;
	margin-bottom: 30px;
}
#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
}
#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;
}
#start .kc_row_inner{
	background: #ffffffb5;
	padding: 30px 40px;
	border-radius:20px;
}
#start .kc-container {
	min-height: 65vh;
}
.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: .6180469716em;
    background-color: #f2f2f2;
    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);
	max-width: 400px;
	width: 100%;
}
.wpcf7 label{
	display: block;
}
.wpcf7 {
	max-width: 800px;
	margin: 0 auto;
}
.wpcf7-submit {
	width: 100%;
}

div .kc_tabs_nav~.kc_tab.ui-tabs-body-active{
	background: #fff;
	padding-bottom: 30px;
	border-radius: 0 0 30px 30px;
}
div .kc_tabs_nav>li>a {
	position: relative;
	top: 1px;
    background: var(--primary);
    color: #fff;
	border: 0 !important;
    padding: 10px 15px;
    text-align: center;
    line-height: 1.3;
	font-weight: 700;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
div .kc_tabs_nav~.kc_tab {
	margin-top: -1px;
}
div .kc_tabs_nav>.ui-tabs-active>a,div .kc_tabs_nav>li>a:hover {
	background:var(--gradient) !important;
    border: 0;
	color: #fff !important;
}
div .kc_tabs>.kc_wrapper>.kc_tabs_nav {
	background: inherit;
	display: flex;
	flex-wrap:wrap;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}
body .kc_wrapper>ul.ui-tabs-nav>li {
	max-width: 211px;
}
body .kc_wrapper > ul.ui-tabs-nav > li:last-child {
	max-width: 213px;
}
.kreska-center {
    padding-bottom: 15px;
    position: relative;
	text-align:center
}
.kreska-center:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: var(--gradient);
    bottom: 0;
    left: calc(50% - 40px);
}
.kreska-left {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}
.kreska-left:before  {
    background: var(--gradient);
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    border-radius: 2px;
    left: 0;
    height: 3px;
}
.kc_tab_content {
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 991px) {
	html {
		overflow-x: hidden;
	}
	.odstep {
		padding-top: 60px;
	}
	h1 {
		font-size: 26px;
	}
	#start {
		padding-left: 15px;
		padding-right: 15px;
	}
	#start .kc_row_inner {
		padding: 20px;
	}
	body .kc_wrapper>ul.ui-tabs-nav>li {
		width: 100%;
		text-align: center;	
		max-width: none;
	}
	body .kc_wrapper > ul.ui-tabs-nav > li:last-child {
		max-width: none;
	}
	.kc_tab_content ul {
		padding-left: 30px;
	}
}
.bg-dark {
	background: var(--primary);
	color: #fff;
}
.bg-dark .divider_line .divider_inner {
	border-color: #cccccc40;
}
.bg-dark .divider_line {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wpcf7-acceptance label {
	font-weight: 300;
}
#logo {
	padding: 10px 0;
}
.wpcf7-list-item label {
	font-weight: 400;
}