@charset "utf-8";

/* CSS Document */


/*
Theme Name: Mazowiecki Instytut Kultury
Theme URI: https://www.mik.waw.pl
Author: estinet
Author URI: https://www.estinet.pl/
Description: 
Version: 1.0
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
video {
    max-width: 100%;
    height: auto;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b {
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}
em {
    font-style: italic;
}
iframe {
    max-width: 100%;
}
a, a:hover, a:focus {
    text-decoration: none;
}
a:focus {
    outline: 2px solid red;
}
body {
    font-family: "Open Sans", Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-image: url(images/piksel.png);
    color: #000;
}
.container {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.et-db #et-boc .et-l .et_pb_row {
    max-width: 1170px;
    background-color: #fff;
    width: 100% !important;
}
h1, h2, h3, h4, h5, h6, #nav {}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.no-float {
    float: none!important;
}
.post-views {
    display: none !important;
}
.accessibility-contrast .logo h2 {
    display: block;
    max-width: 300px;
    font-size: 1.5em;
    text-indent: 0;
    line-height: 1.2;
    padding-top: 10px;
}
.accessibility-contrast .logo img {
    display: none;
}
.accessibility-contrast .container {
    background-color: transparent !important;
}
.accessibility-contrast #top-wrapper .container {
    min-height: 180px;
}
.accessibility-contrast {
    color: yellow !important;
}
.accessibility-contrast a {
    color: yellow !important;
}
.accessibility-contrast .caption {
    color: yellow !important;
}
.accessibility-contrast #nav li>a:after {
    height: 0;
}
.accessibility-contrast .footer .blockTitle:after {
    display: none;
}
.accessibility-contrast .box-top {
    background-color: transparent;
    border: 1px solid yellow;
}
.accessibility-contrast .footer .container {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right -100px;
    color: yellow;
    margin: 0 auto 20px;
    padding-top: 60px;
    padding-bottom: 100px;
    border: 1px solid yellow;
}
.accessibility-contrast .news-wrapper .container-wide {
    background-color: transparent;
    background-image: none;
    border: 1px solid yellow;
}
.accessibility-contrast .news-wrapper-more .container-wide {
    background-color: transparent;
    background-image: none;
    border: 1px solid yellow;
}
.accessibility-contrast .header-pages {
    background-color: transparent;
    background-image: none;
    border: 1px solid yellow;
}

/*#accessibility-contrast { background-color: transparent; border: 0; font-size: 0.8em; }*/

#nav-style {
    width: 30px;
    display: block;
    position: relative;
    top: 6px;
}
#accessibility-contrast {
    text-indent: -9999px;
    background-color: transparent;
    border: 0;
}
#accessibility-contrast:before {
    content: "\f042";
    text-indent: 0;
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 20px;
}
.accessibility-contrast #accessibility-contrast:before {
    color: yellow;
}
.accessibility-contrast .search-btn {
    color: yellow;
}
.accessibility {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    width: 190px;
    line-height: 30px;
    right: 150px;
    top: 15px;
    position: absolute;
}
.accessibility a {
    color: #000;
}
.migam {
    display: inline-block;
    width: 32px;
    line-height: 1;
}
.search-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 27px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    line-height: 27px;
}
#show-search {
    cursor: pointer;
    z-index: 120;
}
.box-search .search-close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.box-search {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 0vh;
    background-color: #f60;
    color: #fff;
    opacity: 0;
    display: none;
}
.box-search.active {
    min-height: 15vh;
    opacity: 1;
    z-index: 140;
    display: block;
}
.search-form form {
    position: relative;
    width: 35vw;
    margin: 0 auto;
}
.search-form ::placeholder {
    color: #fff;
    opacity: 1;
}
.search-form :-ms-input-placeholder {
    color: #fff;
}
.search-form ::-ms-input-placeholder {
    color: #fff;
}
.search-submit {
    background-color: transparent;
    border: 0;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: -20px;
    bottom: 0;
    width: 80px;
    height: 80px;
}
.search-form form:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
}
.search-form {
    text-align: center;
    padding-top: 10px;
}
#search {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    padding: 20px 40px 20px 0;
    width: 100%;
    position: relative;
    color: #fff;
}
#search:focus {
    outline: none;
}
.search-form label {
    text-indent: -9999px;
}
.ue {
    position: absolute;
    bottom: 0px;
    right: 3px;
}
div#nav-style {
    display: inline-block;
}
.search-box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 22vh;
    display: none;
}
.search-box label {
    display: block;
    font-size: 0.75em;
    margin: 0 0 0 5px;
}
.search-box input[type="submit"] {
    text-indent: -9999px;
    text-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #ccc;
    height: 38px;
    width: 38px;
    background-image: url(images/search.png);
    background-position: center;
    background-repeat: no-repeat;
}
.search-box input#search {
    width: 270px;
    padding: 5px 10px;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
#fontsizer {
    display: inline-block;
}
#fontsizer ul {}
#fontsizer ul li {
    display: inline-block;
}
#fontsizer ul li a {
    display: inline-block;
    padding: 0 5px;
}
#fontsizer .small a {
    font-size: 14px;
    line-height: 36px;
}
#fontsizer .reset a {
    font-size: 16px;
    padding: 0px 10px;
    line-height: 34px;
}
#fontsizer .large a {
    font-size: 20px;
    line-height: 32px;
}
#skip-link a {
    position: absolute;
    top: 50px;
    left: 0;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    background: #e9030b;
    text-indent: -9999px;
    clip: rect(1px, 1px, 1px, 1px);
}
#skip-link a:focus {
    text-indent: 0;
    clip: auto;
    padding: 10px;
}
.logo {
    float: left;
    max-width: 180px;
}
.logo h2 {
    text-indent: -9999px;
    display: none;
}
.pl-flag {
    position: absolute;
    bottom: 3px;
    right: 230px;
    max-width: 178px;
}
.socials-box {
    position: absolute;
    right: 60px;
    top: 20px;
}
.socials-box ul li {
    display: inline-block;
}
.socials-box ul li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-left: 5px;
}
.lang {
    position: absolute;
    top: 22px;
    right: 135px;
}
.lang a {
    display: block;
    width: 26px;
    height: 20px;
}
.lang .pl a {
    display: block;
    width: 26px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(images/pl-flag.jpg);
    text-indent: -9999px;
}
.lang .en a {
    display: block;
    width: 26px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(images/en-flag.jpg);
    text-indent: -9999px;
}
.menu-wrapper .container {
    padding-top: 0;
}
#nav {
    line-height: 40px;
    background-color: #000;
}
#nav:after {
    content: "";
    display: block;
    clear: both;
}
#nav ul {
    list-style: none;
}
#nav ul li {
    display: inline-block;
    float: left;
    position: relative;
}
#nav ul li:hover, #nav ul li.hover {
    z-index: 100;
}
#nav ul li a {
    padding: 0px 15px;
    text-transform: uppercase;
    float: left;
    display: block;
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
    border-bottom: 3px solid transparent;
}
#nav>ul li a:after {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    background: #ee6a08;
    left: 50%;
    right: 50%;
    bottom: 0;
    transition: all 0.333s;
}
#nav li a:hover:after {
    left: 0;
    right: 0;
}
#nav li ul {
    position: relative;
}
#nav ul li.current-menu-item>a, #nav ul li.current_page_parent>a {
    border-bottom: 3px solid #ee6a08;
}
#nav ul .sub-menu li.current-menu-item a {
    border: 0px;
    background-color: #ee6a08;
    color: #fff;
}
#nav ul li.current-menu-item li a {
    color: #ee6a08;
}
#nav ul li.menu-persona a {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    border: 2px solid #000;
}
#nav ul li.hover, #nav ul li:hover {
    z-index: 100;
}
#nav ul li.hover ul a {
    margin: 0px;
    background-color: #ee6a08;
    color: #fff;
}
#nav ul a:hover a {
    background-color: #ee6a08;
    color: #fff;
}
#nav ul ul li a {
    background-color: #474747;
    color: #fff;
    line-height: 1em;
    float: none;
    border: 0px;
    width: 230px;
    padding: 0px 10px;
}
#nav ul li.columns-3 ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: -9999em;
    width: 720px;
    padding-top: 5px;
}
#nav ul li.columns-3 ul li a {
    width: 235px;
    float: left;
    line-height: 1.3;
    padding-top: 5px;
    min-height: 40px;
    text-transform: none;
}
#nav ul li.columns ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: -9999em;
    width: 470px;
    padding-top: 5px;
}
#nav ul ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: -9999em;
    padding-top: 5px;
}
#nav ul li.columns ul li a {
    width: 235px;
    float: left;
    line-height: 1.3;
    padding-top: 5px;
    min-height: 40px;
    text-transform: none;
}
#nav ul ul li a {
    width: 235px;
    line-height: 1.3;
    padding-top: 5px;
    min-height: 40px;
    text-transform: none;
}
#nav ul li:hover ul, #nav ul li.hover ul {
    left: 0px;
    z-index: 100;
}
#nav ul li.columns:hover ul, #nav ul li.columns.hover ul, #nav ul li.columns-3:hover ul, #nav ul li.columns-3.hover ul {
    left: -140px;
    z-index: 100;
}
#nav ul li#menu-item-53.columns.hover ul, #nav ul li#menu-item-53.columns:hover ul {
    left: -360px;
}
#nav ul ul li {
    float: none;
    display: block;
}
#nav ul li:hover ul a {
    text-transform: none;
    display: block;
    font-weight: normal;
    color: #fff;
    background-color: #2b2a28;
}
#nav ul li:hover ul a:hover, #nav ul li.hover ul a:hover {
    text-transform: none;
    display: block;
    font-weight: normal;
    color: #fff;
    background-color: #ee6a08;
    border: 0px;
}
#nav ul li.menu-item-has-children:focus ul {
    left: 0px !important;
}
#nav ul li.menu-item-has-children a:focus ul.sub-menu a, #nav ul li.hover ul a:active {
    text-transform: none;
    color: #000;
}
#nav ul li:hover ul li a:focus {
    text-transform: none;
    display: block;
    font-weight: normal;
    color: #fff;
    background-color: #ee6a08;
}
#nav ul li.columns.hover-key .sub-menu {
    display: block;
    left: -140px;
    z-index: 100;
}
#nav ul li.hover-key .sub-menu {
    display: block;
    left: 0;
    z-index: 100;
}
.header {
    position: relative;
}
.header .container {
    padding-top: 0;
}
.et-db #et-boc .et-l .et_pb_section #mainslider ul.slides {
    margin: 0;
    padding: 0;
}
ul.quick-links {
    margin-bottom: 20px;
    border-left: 2px solid #000;
    margin-left: 7px;
    margin-top: 40px;
}
.quick-links li a {
    color: #000;
    font-weight: 700;
    padding: 5px 10px;
    display: block;
}
.page .page-content .row.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.archive .page-wrapper .row {
    display: flex;
    flex-wrap: wrap;
}
#mainslider .flexslider .flex-direction-nav {}
#mainslider .flexslider .flex-direction-nav li {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -40px;
    list-style: none !important;
}
#mainslider .flexslider .flex-direction-nav li.flex-nav-prev {
    left: 0;
}
#mainslider .flexslider .flex-direction-nav li.flex-nav-next {
    right: 0;
}

/* home */

.separator {
    margin-bottom: 30px;
}
.section-title {
    padding-left: 5px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 2.6em;
    text-transform: uppercase;
    line-height: 2em;
    color: #000;
}
.pojeciownik-wrapper .section-title {
    font-size: 2em;
    line-height: 1.3;
    margin: 0;
}
.pojeciownik-wrapper h3 {
    text-align: center;
    color: #000;
    font-size: 0.9em;
    padding: 5px 0;
    font-weight: bold;
}
.news-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.news-menu li:first-of-type {
    margin-bottom: 5px;
}
.news-menu li a {
    display: block;
    background-color: #e77520;
    font-weight: 700;
    padding: 10px;
    color: #000;
}
.post-list .post {
    margin-bottom: 20px;
    min-height: 120px;
}
.post-list .post-title {
    font-size: 1em;
    line-height: 1.3;
}
.post-list .post-title a {
    font-weight: 600;
    min-height: 100px;
    display: block;
    padding-bottom: 0;
}
.post-img {
    position: relative;
}
span.add-info-spec {
    position: absolute;
    z-index: 10;
    padding: 5px 10px;
    /* background-color: #e7751f;*/
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    right: 10px;
    top: 10px;
}
.post-img img {
    display: block;
}
.post-date {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 0.8em;
}
.spec-info-arch {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #e67c35;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.page-archive .post-title a {
    min-height: 100px;
}
.nav-page {
    padding: 20px 0 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 3px 8px;
    margin: 2px;
    border-radius: 4px;
    font-size: 0.8em;
    color: #000;
}
.movie-item iframe {
    width: 100%;
}
.box-desc {
    line-height: 50px;
    font-weight: bold;
}
.row-info {
    margin-bottom: 20px;
}
.page-content .books-list {}
.page-content .books-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}
.page-content .books-list ul li {
    width: 23%;
    list-style: none;
    margin: 0 1% 20px;
}
.page-content .books-list ul li a {
    padding: 10px;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    color: #000000;
    font-weight: 600;
    font-size: 0.85em;
    line-height: 1.2;
    box-sizing: border-box;
}
.page-content .books-list ul li a:hover {
    outline: 2px solid #e67c35;
}
.fwparent {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.fwparent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.box-desc h4 {}
.pojeciownik-wrapper .container {
    background-color: #f6f6f6;
}
.relacje-wrapper .container {
    background-color: #f6f6f6;
}
.relacje-wrapper .post-img img {
    display: block;
}
.relacje-wrapper .post-title {
    font-size: 0.9em;
    padding: 0;
}
.relacje-wrapper .post-title a {
    padding-top: 0;
}
.more-all {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.more-all a {
    background-color: #000;
    color: #fff;
    font-size: 0.8em;
}
.post-relacje img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}
.owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

/* pages */

.breadcrumbs {
    font-size: 0.7em;
    padding-bottom: 10px;
}
.breadcrumbs a {
    color: #474747;
    font-weight: bold;
}
.page-wrapper .container {
    padding-top: 0;
}
.page-head {
    margin-top: 0;
    border: 0;
}
.page-content {
    padding-bottom: 40px;
}
.page-content h1, h1.page-title {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 1em;
}
.page-content h2.page-title {
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 10px;
}
.category-desc {
    max-width: 80%;
    line-height: 1.4;
    position: relative;
    margin-bottom: 40px;
    font-size: 0.9em;
}
.page-content .category-desc p:last-of-type {
    margin-bottom: 10px;
}
.category-desc:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #e67c35;
}
.page-content .post-item {
    margin-bottom: 40px;
}
.multimedia-wrapper .page-content .post-item-title a {
    font-size: 1.2rem;
}
.page-content .service-icon a {
    color: #000;
    font-size: 1.6rem;
}
.page-content h2 {
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0.8em;
    /*color: #F47721; */
    color: #000;
}
.page-content h3 {
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.8em;
}
.page-content h4 {
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.8em;
}
.page-content h5 {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.8em;
}
.page-content h6 {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.8em;
}
.page-content p {
    margin-bottom: 1.5em;
}
.page-content a {
    color: #f47721;
}
.page-content ul {
    list-style: square;
    margin: 0 0 20px 30px;
}
.page-content ol {
    list-style: decimal;
    margin: 0 0 20px 30px;
}
.post-projekt .row {
    position: relative;
}
.post-projekt .row .post-text {
    position: initial;
}
.post-projekt .row .post-more {
    position: absolute;
    bottom: 0;
    right: 15px;
}
.multimedia-wrapper .page-head h1 i {
    padding: 0 10px;
}
.multimedia-wrapper .page-multimedia {
    padding-bottom: 25px;
}
.multimedia-wrapper .page-other-multimedia h2 {
    padding-bottom: 20px;
}
.multimedia-wrapper h3.post-item-title i {
    padding: 0 10px 0 0;
}
.multimedia-wrapper .page-filtr-wrapper {
    padding-bottom: 30px;
}
.multimedia-wrapper .page-filtr-wrapper ul {
    display: flex;
    margin: 0;
}
.multimedia-wrapper .page-filtr-wrapper ul li {
    margin-right: 5%;
}
.multimedia-wrapper .page-filtr-wrapper .sf-field-sort_order ul {
    display: flex;
}
.multimedia-wrapper .page-filtr-wrapper .sf-field-sort_order li {
    padding: 0 15px;
}
.multimedia-wrapper .page-filtr-wrapper .sf-field-sort_order li.sf-item-0 {
    display: none;
}
.multimedia-wrapper .page-filtr-wrapper .sf-field-taxonomy-cykl_multimedia ul {
    display: block;
}
.multimedia-wrapper .page-filtr-wrapper .sf-field-taxonomy-cykl_multimedia .chosen-container-single .chosen-single {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 5px;
}
.multimedia-wrapper .page-filtr-wrapper .sf-field-post-meta-format_multimedia li {
    padding: 0 15px;
}
.page-filtr-wrapper input[type="text"] {
    padding: 5px;
    width: 300px;
}
.page-filtr-wrapper .searchandfilter label {
    display: block;
}
#result {
    display: flex;
    flex-wrap: wrap;
}
#result .post-item {
    margin-bottom: 60px;
}
.category-content {}
.category-content .post-img {
    object-fit: cover;
    min-height: 230px;
}
.category-content .page-title {
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0.8em;
}
.category-content .post-title {
    font-size: 1em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0.8em;
}
.post-przetargi {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.post-projekt {
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
    border-bottom: 1px solid #ccc;
}
.post-projekt:last-child {
    border-bottom: 0;
}
.post-title {
    font-size: 1.25em;
    line-height: 1.2;
}
.post-title-inner {
    font-size: 1.45em;
    line-height: 1.2;
    margin-bottom: 20px;
}
.post-title a {
    display: block;
    color: #474747;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}
.page-archive.page-przetargi .post-title a {
    min-height: auto;
    padding-top: 0;
}
.page-przetargi .post-date {
    font-size: 12px;
}
.news-wrapper-cont .post-img {
    min-height: 200px;
}
.post-obszar .post-title a {
    min-height: 170px;
}
.movie-item h3 {
    padding-bottom: 10px;
    font-weight: 700;
}
.post-movie p {
    font-size: 14px;
    line-height: 1.4;
    min-height: 85px;
}
.post-lead {
    font-size: 0.85em;
}
.post-more {
    text-align: right;
}
.post-more a {
    display: inline-block;
    text-transform: lowercase;
    font-size: 0.75em;
    padding: 5px 10px;
    /*background-color: #F47721;*/
    background-color: #000;
    color: #fff;
}

/* nowe projekty */

ul.projects-list {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 10px 20px 0;
    background-color: #e67c35;
    margin-bottom: 40px;
    border-radius: 2px;
}
ul.projects-list li {
    width: 33%;
    margin-bottom: 10px;
}
ul.projects-list li a {
    color: #fff;
    font-weight: 600;
    padding: 6px 10px;
    display: flex;
    line-height: 1.1;
    font-size: 1em;
}
.projects-items {
    margin-bottom: 20px;
}
.cat-title {
    font-size: 1.4em;
    margin-bottom: 5px;
    font-weight: 700;
}
.cat-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #f47721;
    margin-top: 5px;
}
.page-content .section-project-title {
    text-transform: uppercase;
    font-weight: bold;
}
.page-content .projects-items {}
.page-content .projects-items .post-item {
    margin-bottom: 40px;
}
.page-content .post-item-title {
    margin-bottom: 0;
}
.page-content .post-item-title a {
    color: #474747;
    position: relative;
    display: block;
    font-size: 0.9em;
    padding: 5px 0 10px;
}
ul.projects-list li a:hover {
    background-color: #000;
}
.page-content .projects-items {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.post-inner {}
.post-item-lead {
    font-size: 0.9em;
}
.post-item-lead p {
    margin-bottom: 0;
}

/* search */

.result {
    margin-top: 20px;
}
.result ul {
    margin-left: 20px;
    list-style: square;
}

/* single */

.spec-info .inner {
    border: 1px solid black;
    padding: 10px;
}
.spec-info .inner h2 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.3;
    padding-top: 26px;
}
.spec-info .inner img {
    vertical-align: bottom;
}

/* sidebar */

.sidebar .widget_nav_menu ul {
    list-style: none;
    border: 1px solid #ececec;
    border-top: 0;
}
.sidebar .widget_nav_menu ul>li:first-child {
    border-top: 0;
}
.sidebar .widget_nav_menu ul li a {
    display: block;
    padding: 10px 15px;
    color: #000;
    font-weight: 400;
    font-size: 0.85em;
    border-top: 1px solid #e4e4e4;
}
.sidebar .widget_nav_menu ul li a:hover, .sidebar .widget_nav_menu ul li.current-menu-item a {
    color: #fff;
    background-color: #000;
}
.gotop {
    display: none;
}
.gotop.show {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 1000000;
}
.gotop a {
    color: #fff;
    background-color: #000;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 39px;
    font-size: 1.625em;
    text-align: center;
    border-radius: 50%;
    display: block;
    border: 3px solid #fff;
    margin: 2px;
}
.footer {
    font-size: 0.8em;
}
.footer .container {
    background-color: #242328;
    border-top: 4px solid #000;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer a {
    color: #fff;
}
.logo-mik-stopka img {
    padding-left: 5%;
    margin-right: -15px;
    margin-top: -11px;
}
.page-content .su-pullquote-align-left, .page-content .su-pullquote-align-right {
    padding: 0 1em 0 1em;
}
.page-content .su-pullquote p {
    margin-bottom: 10px;
}
.page-content .su-pullquote img {
    margin: 0 0 5px 0;
}
.page-content .su-pullquote a {
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.2;
    color: #000;
    display: block;
}
blockquote {
    position: relative;
    margin-bottom: 30px;
    padding-left: 10%;
    font-style: italic;
}
blockquote:before {
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: absolute;
    left: 4%;
    top: 5px;
    font-size: 30px;
}
.footer .box-address {
    padding-right: 0;
}
.footer .box-address p {
    margin-bottom: 1.5em;
}
.footer .box-address .col-lg-4 {
    text-align: right;
}
.footer .menu ul li a {
    padding: 5px 0;
    display: block;
}
.footer .box-menu-projekty ul {
    column-count: 2;
}
.footer .widget-title {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer ul#menu-menu-mik {
    column-count: 2;
}
.bottom {
    font-size: 0.7em;
}
.bottom a {
    color: #474747;
}
.bottom .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom .row div+div {
    text-align: right;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
@media only screen and (min-width: 300px) and (max-width: 768px) {
    #responsive-menu-additional-content p {
        margin-bottom: 20px;
    }
}