/*
	Theme Name: SOU
	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:#003378;
	--yellow:#fcd302;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
    overflow-x:hidden;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
}
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: 'Oswald',sans-serif;
    font-weight: 400;
}
h2,h3,h4 {
	margin-bottom: 20px;
}
.btn {
	border: 0;
	border-radius:0;
}
.btn-primary,body .kc_button {
	background-color: var(--primary) !important;
	color: #fff !important;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
}
@media (min-width: 1320px) {
	.container {
		width: 1300px;
	}
}
/*Sekcje*/
section,body:not(.kingcomposer) main {
   padding:60px 0
}
#category {
	padding:60px 0
}
.kc-elm #category {
	padding: 30px 0;
}
.odstep {
	padding-top: 90px
}
#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 #333;
}
#header .row {
	display: flex;
	align-items:center;
}
.admin-bar #header{
	top: 32px;
}
#logo-wei,#logo-sou {
	max-width: 200px;
}
#tlo {
	background: var(--primary);
	background-size:cover;
	text-align: center;
    background-position: center;
	position: relative;
	color: #fff;
}
#tlo:before {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:1;
	content:'';
}
#tlo .container {
	position: relative;
	z-index: 2;
}
#stopkaBig {
	background:var(--primary);
	color: #fff;
	padding: 30px 0;
}
#stopkaBig ul {
	padding-left: 0;
}
#stopkaBig 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:#002961;
	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: -30px;
}
.flex .post {
	width: 285px;
    margin-right: 30px;
	margin-bottom: 30px;
	box-shadow:0 0 10px #ccc;
}
#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;
}
.wrap-info h3 {
	font-size: 20px;
}
/*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%;
}
body .kc-fb-layout-3 .content-title {
    text-transform: none;
    font-size: 18px;
    margin: 0;
	color: inherit: ;
}
#right {
	background: var(--primary);
	padding: 30px;
    margin-top: 103px;
    color: #fff;
}
#right a {
	color: #fff;
}
#right .divider_line .divider_inner {
	border-color: #ffffff88;
}
#right ul {
	padding-left: 0;
}
#right li {
	display: block;
}
body .divider_line {
	margin: 15px 0;
}
#mega-menu-wrap-mainmenu #mega-menu-mainmenu > li.mega-menu-item:last-child {
	margin-right: 0;
}
#mega-menu-wrap-mainmenu #mega-menu-mainmenu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Oswald',sans-serif;	
}
#breadcrumbs {
	padding-top: 30px;
}
#breadcrumbs a {
	color: var(--yellow);
}
#searchform > div {
	display: flex;
}
#searchsubmit {
	background: var(--primary);
	color: #fff;
	margin-left: -1px;
}
.kc-wrap-columns .kc_column:first-child {
	padding-right: 30px;
}
.my-widget ul {
	padding-left: 0;
}
.my-widget li {
	display: block;
	border-bottom: 1px solid #eee;
    padding: 5px;
}
.jezyki {
	padding-left: 0;
	margin-bottom: 5px;
}
.jezyki li {
	display: inline-block;
	margin-left: 5px;
}
body .kc-multi-icons-wrapper a {
	background: inherit;
}
.kc_single_image img.dofinansowanie-home {
	max-width: 150px;
}
.kc_single_image img.logo-wei {
	max-width: 220px;
}

@media (max-width: 991px) {
	#jezyki {
		padding-left: 0;
	}
	.home h2 {
		text-align: center;
	}
	#category .flex {
	    justify-content: center;
		margin-right: 0;
	}
	.center-mobile {
		text-align: center;
	}
	.mega-menu-toggle {
		padding: 30px 0;
	}
	section {
		padding: 30px 0;
	}
	.flex .post {
		margin: 0 15px 30px;
	}
	body .kc-fb-layout-3 .content-title {
		font-size: 14px;
	}
}
.tiles {
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tile {
	width: 290px;
	min-height: 150px;
	display: flex;
	text-align: center;
	background: var(--yellow);
	margin: 0 20px 20px 0;
	flex-direction: column;
	justify-content: center;
}

.tile h3 {
	margin: 0;
	padding: 15px;
	font-size: 24px;
	position: relative;
	z-index: 4;
	transition:0.3s all ease
}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea,.wpcf7 select {
		width: 200px;
		padding: 10px 15px;
		border: 1px solid #d7d7d7;
		color: #000;
}
.wpcf7 p {
	display: flex;
}
.wpcf7-list-item-label {
	font-weight: 400;

}
.wpcf7-list-item-label a {
	text-decoration: underline;
}
.wpcf7-list-item {
	margin-left: 0;
	font-size: 12px;
}
.dzis {
	opacity: .6;
	margin: 5px 10px;
	display: inline-block;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.kc-fb-layout-2 .content-title {
	min-height:120px;
}