/*
	Theme Name: KPRZ
	Theme URI: http://solmedia.pl
	Description: Custom WordPress Theme
	Version: 1.0
	Author: Andrzej Bolewski
	Author URI: http://solmedia.pl
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*baza
basic color change #005ca7 
gray f1f1f3
*/
body {
	font-family: 'Maven Pro', sans-serif;
	font-weight:400;
    overflow-x:hidden;
	font-size: 18px;
	line-height: 1.62;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 1330px) {
	.container {
		width: 1270px;
	}
}
a {
	color:#000;
    transition:0.3s all ease;
    word-break: break-word;
}
article a {
	color: #005ca7;
}
article a:hover:not[data-prevent="scroll"] {
	text-decoration: none;
	color: #005ca7;
}
a:hover {
	opacity: .85;
	color: #000;
}
h1,h2,h3,h4 {
    font-family: 'Ubuntu',sans-serif;
    font-weight: 500;
}
.btn {
	border: 0;
	border-radius:0;
}
.btn-primary,body .kc_button {
	background-color: #eee;
	color: #000;
}
body a.kc_button:hover,.btn-primary:hover {
    background-color: #005ca7;
    color: #fff;
}
body .kc-fb-layout-2 .content-button a:hover {
    background: #005ca7;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
}
@media (min-width: 1320px) {
	.container {
		width: 1300px;
	}
}
/*Sekcje*/
section,body:not(.kingcomposer):not(.single) article {
   padding:30px 0
}
#category,.single main {
	padding:30px 0
}
#hero {
	color: #fff;
	min-height: 85vh;
	height: 600px;
}
.ramka-hero {
	background: #353326b5;
    padding: 20px 10px;
}
.odstep {
	padding-top: 118px
}
/*header old - blue
.old #header {
	display: block;
    width: 100%;
    position: fixed;
    z-index: 10;
    box-shadow: 0 0 5px #333;
    top:0;
	padding: 10px 0;
	transition:0.3s all ease;
	background: #005ca7;
}
.home.old  #header {
	background: #005ca7d4;
}
.old #header.smaller,.home.old  #header.smaller {
	padding: 5px 0;
	background: #005ca7;
}
.old #header .row {
	display: flex;
	align-items:center;
}
*/
/*header new - white*/
#header .col-md-4 {
	padding-right: 0;
}
#header {
	display: block;
    width: 100%;
    position: fixed;
    z-index: 10;
    border-bottom: 1px solid #ccc;
    top:0;
	padding: 15px 0;
	transition:0.3s all ease;
	background: #ffffff !important;
}
.home #header {
	background: #005ca7d4;
}
#header.smaller,.home #header.smaller {
	padding: 8px 0;
	background: #fff;
}
#logo {
	height: 90px;
	transition:0.3s all ease;
}
.smaller #logo {
	height: 70px;
}
#header .row {
	display: flex;
	align-items:center;
}

.admin-bar #header{
	top: 32px;
}
/*
#tlo {
	
	padding-top: 150px;
    background-position-y: 11%;
}

.ramka {
    margin: 0 auto;
    padding: 30px 50px;
	text-align: center;
	position: relative;
	z-index: 1;
}*/
#tlo {
	background: #f0f5fa;
	border-bottom: 1px solid #005ca7;
	background: url(../../../wp-content/uploads/2021/08/panorama.jpg) center;
	background-size:cover;
	color: #fff;
	position: relative;
    background-position-y: 35%;
	padding: 45px 0 15px;
}
#tlo:before {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: linear-gradient(0deg, #000000bf, transparent);
	content:'';
}
.breadcrumbs,.breadcrumbs a {
	color: #fff;
}
#tlo h1 {
	position: relative;
	z-index: 1;
	margin: 0 0 20px;
}
#stopkaBig {
	background:#005ca7;
	color: #fff;
	clear: both;
}
#stopka{
	background:#062e4e;
	padding:10px 0;
	font-size:11px;
	font-weight:300;
	color:#fff;
	clear: both;
}
#stopka a,#stopkaBig 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: #005ca7;
}
/*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;
	text-align: right;
}
.wrap_info div.date { 
	text-align: left;	
}
.wrap_info .text {
	margin-top: 40px;
    word-break: break-word;
}
#searchform label {
	display: none;
}
/*Blog*/
#category .container {
	display: flex;	
    flex-wrap: wrap;
}
#category .post {
	width: 350px;
    margin-right: 30px;
	margin-bottom: 50px;
	padding-bottom: 40px;
	position: relative;
}
#category .post .row {
	flex-wrap:wrap;
    display: flex;
}
#category .wrap-info {
	padding: 15px;
}
h3.title {
	margin-top: 0;
	font-size: 22px;
}
.data-kat .category {
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 10px;
}
.navigation {
	width: 100%;
    display: flex;
    justify-content: center;	
}
/*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;
	}
}
#mega-menu-wrap-mainmenu #mega-menu-mainmenu > li.mega-menu-item a {
	letter-spacing:1px;
}/*
@media (min-width: 992px) {
	#mega-menu-wrap-mainmenu #mega-menu-mainmenu > li.mega-menu-item.mega-current-menu-item,#mega-menu-wrap-mainmenu #mega-menu-mainmenu > li.mega-menu-item.mega-current-menu-parent,div #mega-menu-wrap-mainmenu #mega-menu-mainmenu > li.mega-menu-item:hover {
		border-bottom: 2px solid #fff;
	}
}*/
.pracownicy {
    display: inline-block;
    margin-right: 25px;
    width: 230px;
	margin-bottom: 30px;
}
.pracownicy h4 {
	font-size: 16px;
    min-height: 34px;
}
.pracownicy h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
	color: #11446d;
}
#s {
    padding: 3px 5px;
	color:#000;
}
#searchsubmit {
    padding: 7px 10px;
    position: relative;
    top: -1px;
}
.newsy {
    align-items: flex-start;
    flex-wrap: wrap;
	display: flex;
    justify-content: center;
}
.wiecej {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
main .ramka {
    border: 1px solid #005ca7;
    padding: 25px;
    min-height: 219px;
    text-align: left;
	margin-bottom: 30px;
}
.table-pola td:first-child {
    font-weight: 700;
    text-align: right;
}
.table-pola td {
	vertical-align: top;
}
.table-pola td p {
	margin-bottom: 0;
}
div .kc-fb-layout-1 .content-icon i {
	color: #005ca7;
}
div .kc-fb-layout-1 .content-button a:hover {
	background: #005ca7;
}
.scapt {
    line-height: 1.2em; 
}

#zespol-slider .owl-carousel .owl-item{
	text-align: center;
}
h3.kc_title{
	text-transform: uppercase;
}
.kreska-srodek {
    padding-bottom: 15px;
    position: relative;
text-align:center
}
.kreska-srodek:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #f7c500;
    bottom: 0;
    left: calc(50% - 20px);
}
#zespol-slider .pracownicy {
    width: 220px;
    box-shadow: 0 0 5px #ccc;
}
.kreska-zlota {
	border-bottom:1px solid #f7c500;
}
.category-aktualnosci #category .post {
	width: 100%;
    padding-bottom: 45px;
    padding-right: 15px;
    border-bottom: 1px solid #ddd;
}
.wiecej-news {
	padding-top: 30px;
}
/*galeria*/
.kc_image_gallery .item-grid {
	margin-bottom: 30px;
}
div a.kc-image-link {
    display: inline-block;
    position: relative;
}
.owl-wrapper {
	padding: 5px 0;
}
#zespol-slider .img-wrap-single {
	padding-top: 10px;
}
#breadcrumbs {
	position: relative;
	z-index: 2;
}
.breadcrumbs > * {
	display: inline-block;
	padding: 0 5px;
}
.divider {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #005ca7;
}
.single .pozostali {
    background: #f5f5f5;
    padding: 15px 30px;
    margin-top: 60px;
}
.przedmioty {
	width: 100%;
}
#category .przedmioty .wrap-info {
	padding: 15px 0;
}
main .ramka.ramka-zajecia {
	min-height: 0;
}
.switch {
    background: url(img/arrowGreen.png) 96% center no-repeat;
    cursor: pointer;
    border-top: 1px solid #ccc;
    padding: 15px 0;
    font-size: 24px;
}
.slide {
    display: none;
}

.switch.open {
	background-image: url(img/arrowGreenUp.png)
}
.pozostale {
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
#category img {
	max-width: none;
	width: 100%;
}
body .kc_accordion_content {
	color: #000;
}
.przedmioty {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.category-wczesniej-wykladali .post,#historia .kc-owl-post-carousel .owl-item .list-item {
    border: 1px solid #ccc;
	font-size: 16px;
}
#historia .kc-owl-post-carousel .owl-item .list-item {
	height: 500px;
	overflow: hidden;
}

/*pracownicy nowa wersja*/
.shortcode .pracownicy {
	width: 280px;	
	border: 1px solid #ccc;
}
.shortcode .pracownicy h4,.shortcode .pracownicy h5 {
	padding: 0 15px;
}

#header nav {
	padding-top: 35px;
}
.przedmioty-kafelki .content-title{
	min-height:65px;
}
#wp-admin-bar-kc-backend-edit {
	display: none;
}
#kola .content-title {
	min-height: 64px;
}	
#kola .kc-fb-layout-2 {
	min-height: 480px;
}
.wp-post-image {
	margin-bottom: 20px;
}
#gallery-1 img {
	border:0 !important;
}
@media (max-width: 991px) {
	#logo {
		height: auto;
	}
	#tlo h1 {
		font-size:24px
	}
}
@media (max-width: 767px) {
	.odstep {
		padding-top: 85px;
	}
	.breadcrumbs > span:last-child {
		display:inline
	}
}
@media (max-width: 1360px) and (min-width: 1200px) {
	body #mega-menu-wrap-mainmenu #mega-menu-mainmenu > li.mega-menu-item {	
	    margin: 0 20px 0 0;
	}
}
#right ol, #right ul {
	padding-left: 15px;
}
#right li {
	margin: 0;
	font-size: 13px;
}