/*
Theme Name: WHITEGHOST
Theme URI: http://www.whiteghost.pl
Version: 1.6
Author: whiteghost
Author URI: http://www.whiteghost.pl
*/

/* 1.0 Reset
-------------------------------------------------------------- */
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;
}
/* 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;
}
*,*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* 2.0 Repeatable Patterns
-------------------------------------------------------------- */

body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    margin: 0;
    padding: 0;
    background: #fff;
}
a:link {
    color: #ff0000;
    border: 0 none;    
    outline: none;
    text-decoration: none;
}
a:visited {
    color: #ff0000;
    text-decoration: none;
}
a:active,
a:hover {
    opacity: 0.8;
}
img {
    margin: 0; 
    border: none; 
    display: block;
}
#wrapper {
    max-width: 1300px;
    margin: 0 auto;
    clear: both;
}

/* 3.0 Header
-------------------------------------------------------------- */
#top-panel {
    width: 100%;
    overflow: hidden;
    color: #fff;
    border-top: 5px solid #ff0000;
}
#top-panel .header-first-info-panel {
    width: 100%;
    margin: 0 auto;
    background: #ff0000;
}
#top-panel .header-first {
    max-width: 1230px;
    margin: 0 auto;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
}
#top-panel .first-left{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#top-panel .first-left .box-widget {
    width: 100%;   
}
#top-panel .first-left .box-widget ul {  
    padding: 0;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#top-panel .first-left .box-widget ul li a {
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 2px 0 2px 10px;
    color: #fff;
    font-size: 12px;
}
#top-panel .first-right {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
#top-panel .first-right a {
    display: inline-block;
    font-weight: 700;
    margin: 0;
    color: #fff;
    font-size: 12px;
}
#top-panel .header-second-info-panel {
    max-width: 1230px;
    margin: 0 auto;
    padding: 20px 0;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
#top-panel .second-left {
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}
#top-panel .second-left .logo img {
    max-width: 230px;
    height: auto;
}
#top-panel .second-right {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}

#top-panel .second-right .widget-box-info {
    width: 33.33%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#top-panel .second-right h4 {
    width: 100%;
    font-size: 14px;
    color: #999;
    margin: 0;
}
#top-panel .second-right .textwidget {
    width: 100%;
    font-size: 14px;
    color: #999;


}
#top-panel .second-right .textwidget p {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    padding: 0;
    margin: 0;
}
#top-panel .pos-center {
    max-width: 1230px;
    margin: 0 auto;
}
#header {
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #c5c5c5;
    background: #fff;
}
#title-site {
    border-top: 1px solid #777;
    border-bottom: 2px solid #777;
    background: #444;
}
#title-site .pos-center {
    max-width: 1200px;
    margin: 0 auto; 
}
#title-site h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    padding: 0;
}



@media screen and (max-width: 64em){
    #header {
        padding-top: 0;
    }
}
@media screen and (max-width: 48em){
    #top-panel .second-left {
        width: 100%;
        padding-left: 0;
        justify-content: center;
    }
    #top-panel .header-second-info-panel {
        justify-content: center;
        align-items: center;
        font-size: 12px;
        flex-wrap: wrap;
    }
    #top-panel .second-right .textwidget p {
        font-size: 20px;
        text-align: center;
    }
    #top-panel .second-right .widget-box-info {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    #top-panel .second-right {
        width: 100%;
    }
    #top-panel .second-right h4 {
        width: 100%;
        font-size: 14px;
        color: #666;
        margin: 0;
        text-align: center;
    }
    #top-panel .second-right .widget-box-info {
        width: 100%;
    }
    #custom_html-2,
    #custom_html-4 {
        display: none !important;
    }
    #title-site {
        padding: 0 60px;
    }
}
@media screen and (max-width: 30em){ 
    #title-site {
        padding: 0 15px;
    }
}

#header-nav {
    padding: 0;
    background: #111;
    width:100%;
    z-index: 999;
    height: 90px;
}
#header-nav .pos-center{
    max-width: 1270px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
#header-nav .logo {
    max-width: 350px;
    max-height: 90px;
    float: left;
    margin: 0; 
    display: none;
}
#header-nav .logo h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    line-height: 90px;
    margin: 0;
}
#header-nav .logo a {
    color: #000;
}
#header-nav img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 64em){
    #header-nav {
        top: 0;
        left: 0;
        width: 100%;
        position: static;
    }
}

/* 5.0 Navigation
--------------------------------------------------------*/
#header-nav nav {
    width: 100%;
    float: right;
    font-size: 20px;;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 999;

}
#header-nav nav ul.menu > li.current-menu-item > a, #header-nav nav ul.menu > li.current-menu-parent > a {
    background: #ff0000;
    color: #fff;
    font-weight: bold;
}
#menu-menu-glowne, #menu-menu-glowne ul,
#menu-menu-en, #menu-menu-en ul {
    list-style: none; 
    margin: 0; 
    padding: 0;
    width: 100%;
}
#menu-menu-glowne ul,
#menu-menu-en ul {
    width: 180px;
}
#menu-menu-glowne ul li,
#menu-menu-en ul li {
    clear: both;
    border-bottom: 1px solid #fff;
}
#menu-menu-glowne ul li:last-child,
#menu-menu-en ul li:last-child {
    border-bottom: none;
}
#menu-menu-glowne > li,
#menu-menu-en > li {
    display: table-cell;
    position: relative;
}
#menu-menu-glowne > li li,
#menu-menu-en > li li {
    position: relative;
}
#menu-menu-glowne > li ul,
#menu-menu-en > li ul {
    position: absolute; 
    left: 0;
    line-height: 18px;
    z-index: 10;
}
#menu-menu-glowne > li ul li ul,
#menu-menu-en > li ul li ul {
    position: absolute; 
    left: 180px; 
    top: 0px;
}
#header-nav nav ul > li ul {
    transform: scaleY(0); /* zwijamy cały element */
    -webkit-transform: scaleY(0);
    transform-origin: 50% 0; /* ustawiamy punkt zwijania względem środka górnej krawędzi */
    -webkit-transform-origin: 50% 0;
    transition: 300ms; /* wydłużamy wykonywanie stylów */
}
#header-nav nav ul li:hover > ul {
    visibility: visible;
    transform: scaleY(1); /* rozwijamy element do całej jego wysokości */
    -webkit-transform: scaleY(1);
    opacity: 1;
}
ul li:hover > ul {
    display: block;
    opacity: 1;
}

/*POZIOM 1*/
#menu-menu-glowne,
#menu-menu-en {
    margin: 0;
    line-height: 90px;
    float: right;   
    padding: 0;
}
#menu-menu-glowne > li > a,
#menu-menu-en > li > a {
    display: table; 
    width: auto; 
    padding: 0 20px; 
    text-align: center; 
    text-decoration: none; 
    color: #fff;
    font-size: 17px;
}
#menu-menu-glowne > li:hover > a,
#menu-menu-en > li:hover > a { 
    background: #ff0000;
    color: #fff;
    opacity: 1;
}

/*POZIOMY NIŻSZE*/
#menu-menu-glowne ul,
#menu-menu-en ul {
    font-size: 14px;
    font-weight: 300;
    background: #eee;
}
#menu-menu-glowne ul li > a,
#menu-menu-en ul li > a {
    color: #666; 
    display: block; 
    padding: 10px; 
    text-decoration: none;
}
#menu-menu-glowne ul li:hover > a,
#menu-menu-en ul li:hover > a {
    color: #fff; 
    opacity: 1;
    background: #ff0000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#header-nav nav .menu-toggler{
    display: none;
    width: 50px;
    height: 32px;
    position: absolute;
    top: 30px;
    right: 20px;
}

#header-nav nav .menu-toggler .bar{
    display: block;
    height: 3px;
    width: 100%;
    margin-bottom: 6px;
    background: #fff;
}

@media screen and (max-width: 64em){
    #header-nav nav {
        float: none;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    #header-nav nav ul {
        display: none;
        width: 100%;
        background: #222;
    }
    #header-nav nav ul.menu > li > a {
        padding: 0 20px;
        display: block;
        text-align: left;
    }
    #header-nav nav ul.visible {
        display: block;
        margin-top: 90px;
    }
    #header-nav nav ul li {
        display: block;
        float: left;
        width: 100%;
        border-top: 1px solid #ccc;
    }
    #header-nav nav .sub-menu li a:hover {
        background: none;
    }
    #header-nav nav ul li .sub-menu {
        width: 100%;
        position: static;
        background: none;
        padding-top: 0;
    }
    #header-nav nav .sub-menu li a{
        border-bottom: none;
    }
    #header-nav nav .menu-toggler{
        display: block;
    }
    #menu-menu-glowne ul li > a,
    #menu-menu-en ul li > a {
        padding: 20px 10px; 
    }
    #menu-menu-glowne ul li:hover > a,
    #menu-menu-en ul li:hover > a {
        background: none;
        color: #777;
    }
    #header-nav nav ul > li ul {
        transform: scaleY(1); /* zwijamy cały element */
        -webkit-transform: scaleY(1);
        transform-origin: 50% 0; /* ustawiamy punkt zwijania względem środka górnej krawędzi */
        -webkit-transform-origin: 50% 0;
        transition: 0ms; /* wydłużamy wykonywanie stylów */
    }
}

@media screen and (max-width: 48em){

}

@media screen and (max-width: 30em){
    #header-nav nav ul.menu > li > a {
        line-height: 60px;
    }  
}

/* 6.0 One column
-------------------------------------------------------------- */
.one-column #content {  
    width: 100%;
    padding: 40px 20px;
    padding: 0;
    margin: 0;
}
.one-column #content .post {
    padding: 0;
}

@media screen and (max-width: 48em) {
    .one-column #content {
        padding: 0 60px;
    }
}
@media screen and (max-width: 30em) {
    .one-column #content {
        padding: 0 20px;
    }
}
/* 6.1 One column
--------------------------------- */
#custom-content p {
    margin: 20px 0;
}
#custom-content #home-section-slider ul {  
    margin: 0;
}
#home-section-slider h1 {
    color: #ffffff;

}
#custom-content #home-section-slider  p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0;

}
#custom-content .home-section-slider-text {
    background: rgba(57, 52, 49, 0.85);
}
#custom-content #home-section-2 .panel-grid-cell {
    border-bottom: 3px solid #ff0000;

}
#custom-content #home-section-3 h2 {
    color: #ffffff;
}
#custom-content #home-section-4 h3 {
    font-size: 18px;
    line-height: 28px;
    color: #ff0000;
    margin-bottom: 10px;

}
#home-section-4 p {
    font-size: 16px;
    margin: 10px 0 !important;  
    line-height: 20px !important;
}
#custom-content #home-section-4 h3 {
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}
#custom-content .oferta-section-photo-ul img {
    width: none;
}

#custom-content .offer-section-ul ul li {
    font-size: 18px;
    line-height: 28px;
    list-style-image: url(./images/checkMark.png);
    padding: 0;
    margin: 10px 0 0 0;
}
#custom-content .pricelist-section-4-img p {
    color: #ffffff;
}
#custom-content .pricelist-section-ul ul li {
    font-size: 18px;
    line-height: 28px;
    list-style-image: url(./images/checkMark.png);
    padding: 0;
    margin: 10px 0 0 0;
}
#custom-content #contact-section-map {

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); 
}
#custom-content #contact-section-map p {
    margin: 0 !important;
    line-height: 0;  
}


@media screen and (max-width: 48em){ 
    #home-section-4 h3 {
        text-align: center;
    }
    #home-section-4 p {
        font-size: 18px;
        line-height: 22px !important;
        text-align: center !important;
    }
}

/* 7.0 Content
-------------------------------------------------------------- */
#content {
    width: 69%;
    min-height: 300px;
    float: left;
    margin: 20px 0;
    padding: 20px;
}
#content-start {
    padding: 0 20px;
    clear: both;
}
#content-news {
    width: 69%;
    float: left;
    margin: 35px 0 0 0;
    padding: 0 20px;
}
#content .single-thumb {
    width: 100%;
    height: auto;
    margin: 15px 0 -65px 0;
    overflow: hidden;
}
#content .single-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
#content .no-single-thumb {
    width: 100%;
    max-height: 350px;
    margin: -15px 0 0 0;
    overflow: hidden;
}
#content .content-title {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 20px 20px 0 20px;
}
#content .post {
    padding: 0 5%;
}
#content h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}
#content h1 {
    font-size: 32px;
    line-height: 34px;
}
#content h2 {
    font-size: 32px;
    line-height: 36px;
}
#content h3 {
    font-size: 26px;
    line-height: 30px;
}
#content h4 {
    font-size: 24px;
    line-height: 28px;
}
#content h5 {
    font-size: 22px;
    line-height: 26px;
}
#content h6 {
    font-size: 20px;
    line-height: 24px;
}
#content p {
    margin: 20px 0;
}
#content p strong {
    font-weight: 700;
}
#content ul {
    margin: 20px 0px;
    padding: 0;
    list-style: inside;
}
#content ol {
    margin: 20px 0px;
    padding: 0;
    list-style: inside decimal;
}
#content blockquote {
    margin: 40px 30px;
    padding: 0 20px;
    border-left: 3px solid #ccc;
}
#content blockquote p  {
    font-size: 18px;
    line-height: 24px;
    color: #555;
}
#content h1.entry-title {
    font-size: 30px;
    line-height: 36px;
    color: #333;
    margin: 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}
#content .entry-meta {
    font-size: 13px;
    line-height: 17px;
    color: #555;
}
#content .storytitle {
    margin: 0 20px 5px 0;
    font-size: 22px;
    line-height: 24px;
}
#content .storytitle a {
    color: #000;
}

#content .meta {
    font-size: 14px;
    line-height: 18px;
    color: #aaa; 
    margin: 0; 
}
#content article {
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 15px 0;
    border-bottom: 1px dotted #ddd;
}
#content article:last-child {
    border-bottom: none;
}
#content article p {
    margin: 15px 0; 
}
#content article span.search-post-type {
    font-size: 15px;
    margin: 0;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
    background: #ddd;
}
#content .thumb {
    max-width: 250px;
    overflow: hidden; 
    float: left; 
    margin: 0 20px 30px -20px;
    position: relative;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#content .thumb * {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
#content .thumb img {
    vertical-align: top;
    max-width: 250px;
    max-height: 230px;
    height: auto;
    display: block;
}
#content .thumb:hover img,
#content .thumb.hover img {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
}
#content .ups {
    font-size: 150px;
    font-weight: bold;
    line-height: 160px;
    margin-bottom: 20px;
}
#content .error {
    font-size: 50px;
    font-weight: bold;
    line-height: 56px;
    margin: 20px 0;
}#content .polecane {
    padding: 5px 30px;
    margin: 20px 0;
}
.more-link {
    float: right;
}
.more-link,
.button,
.lsow-block .lsow-load-more,
input[type="submit"] {
    border: none;
    border-radius: 0;
    background-color: #ff0000;
    color: #fff !important;
    cursor: pointer;
    padding: 0px 30px;
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
    line-height: 42px;
    font-weight: 400 !important;
    font-size: 18px;
    outline: none !important;
    position: relative !important;
    overflow: hidden !important;
}
.lsow-block .lsow-load-more {
    background-color: #ff0000 !important;
}
a.more-link {
    color: #fff;
}
.more-link:before,
.button:before,
.lsow-block .lsow-load-more:before,
input[type="submit"]:before {
    opacity: 0 !important;
    content: "" !important;
    position: absolute !important;
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    border-radius: inherit !important;
    background-color: #fff !important;
}
.more-link:after,
.button:after,
.lsow-block .lsow-load-more:after,
input[type="submit"]:after {
    position: absolute !important;
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    content: '' !important;
    border-radius: inherit !important;
}
#content .left {
    float: left;
}
#content .right {
    float: right;
}
#content 
#single-tags {
    font-size: 18px; 
    clear: both;
}
#single-tags span {
    font-size: 12px;
}
#single-tags span a {
    margin: 3px;
    padding: 4px 10px 4px 23px;
    line-height: 26px;
    display: inline-block;
    border-radius: 2px;
    background: #ff0000 url(images/tags_dots.png) left center no-repeat;
    color: #fff;
    text-transform: uppercase;
}
#pagination{ 
    text-align: center;
    padding: 20px 0
}
#pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}
#pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}
#pagination ul li a, 
#pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    padding: 10px 15px;
    min-width: 1em;
    display: block
}
#pagination ul li a:focus, 
#pagination ul li a:hover,
#pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}
#relatedposts {
    overflow: hidden;
    margin: 50px 0;
    padding: 0 4%;
}
#relatedposts .related {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#relatedposts h3 {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    margin: 0 1% 5px;
}
#relatedposts .relatedthumb {
    width: 32.333%;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0.5%;
}

#relatedposts .relatedthumb * {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
#relatedposts .relatedthumb img {
    width: 100%;
    height: auto;
    display: block;
}
#relatedposts .relatedthumb:hover img,
#relatedposts .relatedthumb.hover img {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
}
#relatedposts .relatedthumb h4 {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 15px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.31) 27%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 27%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 27%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
#page-slider {
    width: 100%;
    padding: 30px 20px;
    overflow: hidden;
    background: url(images/bg_header.jpg) center center no-repeat;
    background-size: cover; 
}
#page-slider h1 {
    font-size: calc(.75em + 3.1vmin);
    text-align: center;
    color: #ffffff;
    line-height: 100%;
}
#header-breadcrumb {
    text-align: center;
    color: #ffffff;
    line-height: 22px;
    font-size: 18px;
}
#breadcrumbs {
    max-width: 1260px;
    margin: 0 auto;
    padding: 10px 20px;
}
@media screen and (max-width: 64em){ 

}
@media screen and (max-width: 48em){ 
    #content {
        width: 100%;
        padding: 20px 60px;
    }
    #content-start {
        padding: 0 60px;
    }
    #content-news {
        width: auto;
        padding: 0 60px;
    }
    #content-news .article {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #content-news article {
        width: 46%;
        margin: 2%;
        float: left;
        border-bottom: none;
    }
    #relatedposts .relatedthumb {
        width: 48%;
    }

}
@media screen and (max-width: 30em){ 
    #content {
        margin: 0 0 20px 0;
        padding: 0;
    }
    #content .content-news,
    #content .content-post,
    #content .content-page {
        padding: 0 20px;
    }
    #content .no-single-thumb {
        margin: 0;
    }
    #content .single-thumb {
        margin: 0 0 -65px 0;
    }
    #content .content-title {
        padding: 10px 15px 0 15px;
    }
    #content .content-page {
        margin: 20px 0;
    }
    #content .thumb {
        max-width: 480px;
        margin: 0 0 20px 0;
        float: none;
        width: 100%;
    }
    #content .thumb img {
        max-width: 100%;
        max-height: 300px;
        width: 100%;
    }
    #relatedposts .relatedthumb {
        width: 100%;
    }
    #pagination ul li a, 
    #pagination ul li span {
        padding: .4em;
    }
}


/* Page
-------------------------------------------------------------- */
#nav-above {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    display: flex;
    margin-top: 30px;
    padding: 0;
    background: #eee; 
}
#nav-above a {

}
#nav-above .nav-previous {
    width: 50%;
    float: left;
    border-right: 1px solid #fff;
    padding: 30px 20px;
}
#nav-above .nav-next {
    width: 50%;
    float: right;
    text-align: right; 
    border-left: 1px solid #fff;
    padding: 30px 20px;
}


@media screen and (max-width: 64em){ 

}
@media screen and (max-width: 48em){ 
    #nav-above {
        display: block;
        margin-top: 30px;
        overflow: hidden
    }
    #nav-above a {
        margin: 20px;
        display: block; 
    }
    #nav-above .nav-previous {
        width: 100%;
        float: left;
        border-right: none;
        border-bottom: 1px solid #fff;
        padding: 0
    }
    #nav-above .nav-next {
        width: 100%;
        float: none;
        text-align: left; 
        border-left: none;
        border-top: 1px solid #fff;
        padding: 0;
        clear: both
    }

}
@media screen and (max-width: 30em){ 

}

/* Category
-------------------------------------------------------------- */
ul.postsbycategory {
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.postsbycategory li {
    width: 33.333%;
    overflow: hidden;
    float: left;
    position: relative;
}
ul.postsbycategory li * {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
ul.postsbycategory li img {
    width: 100%;
    height: auto;
    display: block;
}
ul.postsbycategory li:hover img,
ul.postsbycategory li.hover img {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
}
.postsbycategory_title {
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 20px;
    bottom: 0;
    line-height: 22px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.31) 27%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 27%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 27%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.postsbycategory_title span {
    font-size: 12px;
    display: block;
}

@media screen and (max-width: 48em){ 
    ul.postsbycategory li {
        width: 50%;
    }
}

@media screen and (max-width: 30em){ 
    ul.postsbycategory li {
        width: 100%;
    }
}

/* Comments
-------------------------------------------------------------- */
#comments {
    width: 90%;
    margin: 0 auto;
}
#comments h2.comments-title {
    font-size: 24px;
    line-height: 28px;
}
#comments ol {
    padding: 0;
}
#comments ol ol {
    padding: 0 0 0 15px;
    margin: 0;
}
#comments ol.commentlist {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0px;
}
#comments ol.comment-list li {
    display: block;
    margin: 0 0 20px 0;
}
#comments ol.comment-list li .comment-body {
    background: #f9f9f9;
}
#comments ol ol.comment-list li {
    background: #eee;
}
#comments ol.comment-list li.bypostauthor { 

}
#comments ol.comment-list li .comment-author { 
    padding: 10px 0 0 0; 
}
#comments ol.comment-list li .avatar {
    float: left;
    display: block;
    margin: -10px 15px 15px 0;
}
#comments ol.comment-list li .comment-author cite { 
    font-weight: bold; 
    font-style: normal; 
}
#comments ol.comment-list li article { 
    padding: 20px 0; 
}
#comments ol.comment-list li p { 
    clear: both; 
    margin: 15px; 
}
#comments ol.comment-list li .reply { 
    padding: 10px;
    overflow: hidden;
    text-align: right;
}  
#comments a.comment-reply-link {
    background:#ff0000;
    color:#fff;
    padding: 5px;
    font-size: 14px;
}
#comments .comment-meta,
#comments .commentmetadata {
    font-size: 14px;
}
#respond {
    padding: 25px 25px 5px 25px;
    margin: 30px 0;
    border: 1px solid #d3ced2;
}
#respond #commentform {
    margin: 0 0 25px 0;
    width: 100%;
}
#comments #respond h3 { 
    font-size: 30px; 
    line-height: 30px; 
    margin: 0 0 10px 0; 
}
#cancel-comment-reply-link { 
    font-size: 18px; 
    padding-left: 10px; 
}
#commentform p.comment-notes, 
#commentform p.logged-in-as { 
    color: #666; 
    font-size: 13px; 
    line-height: 18px; 
    margin: 0 0 40px 0; 
}
#commentform label { 
    font-size: 13px; 
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
    clear: both;
    margin: 10px 0;
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #CCC;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
    -webkit-border-radius: 0px;
}
#commentform textarea { 
    width: 100%; 
    height: 150px; 
}
#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="url"]:focus,
#commentform textarea:focus { 
    border-color: #999; 
}
#commentform .form-allowed-tags { 
    display: none; 
}
#comments .no-comments {
    color: #e3710c;
    font-weight: bold;
    margin: -10px 0 40px 0;
}
#respond #commentform p.logged-in-as,
#respond #commentform p.comment-form-comment,
#respond #commentform p.comment-form-author,
#respond #commentform p.comment-form-email,
#respond #commentform p.comment-form-url,
#respond #commentform p.form-submit {
    margin: 0 0 10px;
}

@media screen and (max-width: 30em){
    #respond #commentform {
        padding: 0 20px;
    }
}


/* 8.0 Sidebar
-------------------------------------------------------------- */
#sidebar {
    width: 30%; 
    font-size: 17px;
    float: right;
    overflow: hidden;
    margin: 35px 0;
    padding: 0 20px 0 0;
}
#sidebar .box {
    background: #f6f6f6;
    margin: 20px 0;
    padding: 25px;
}
#sidebar select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
#sidebar p {
    padding: 5px 0;
    margin: 0;
    line-height: 20px;
}
#sidebar h3 {
    font-size: 22px;
    font-weight: normal;
    color: #222;
    line-height: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 10px 25px;
    border-bottom: 1px solid #ddd;
    background: url(images/bg_s_title.png) left center no-repeat;
}
#sidebar hr {
    width: 70%;
    color: #eee;
    margin: 15px auto;
}
#sidebar .widget_rss h4 {
    background: none;
    padding: 2px 0 4px 0;
}
#sidebar .widget span.rss-date, span.post-date {
    font-size: 12px;
    color: #777;
}
#sidebar cite {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #444;
    margin: 10px 0 15px 0;
    display: block;
    padding-left: 20px;
    background: url(images/bg_s_cite.png) left center no-repeat;
} 
#sidebar ul {
    margin: 3px 0 0 0;
    line-height: 20px;
    padding: 0;
    list-style: none;
}
#sidebar li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
}
#sidebar li:last-child {
    border-bottom: none;
}
#sidebar li.cat-item  a {
    background: url(images/bg_s_category.png) left center no-repeat;
    padding-left: 25px;
}
#sidebar ul ul {
    display: block;
}
#sidebar ul > li ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#sidebar li a {
    display: block;
    padding: 0; 
    color: #333;
}
#sidebar li a:hover { 
    color: #ff0000;
}

@media screen and (max-width: 48em){
    #sidebar {
        width: 90%; 
        float: none;
        margin: 20px auto;
        padding: 0;
    }
    #sidebar li { 
        margin: 0;
    }
}
@media screen and (max-width: 30em){

}

/* 9.0 Widget
-------------------------------------------------------------- */
#searchform {
    max-width: 650px;
    padding-right: 3px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
#searchform label.screen-reader-text {
    display: none;
}
#searchform input {
    border: 0px;
    float: left;
    margin-left: 5px;
    color: #aaa;
    background: none;
}
#searchform [type="text"] {
    width: 60%;
    height: 40px;
    margin-left: 5px;
    margin-top: 4px;
}
#searchform [type="submit"] {
    background: #ccc url(images/icon-loupe.png) center center no-repeat;
    width: 16%;
    height: 44px;
    color: #444;
    margin-top: 3px !important;
    text-indent: 500px;
    float: right;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}
.widget_categories li a {
    display: inline-block;
    border-bottom: none;
}
.widget_archive li a {
    display: inline-block;
    border-bottom: none;
}
.widget {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.screen-reader-text {
    display: none;
}
.textwidget {
    padding: 0;
}
iframe {
    width: 100%;
    height: 400px;
    border: 0;
}
#wp-calendar {
    width: 100%;
    float: right;
}
#wp-calendar caption {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 7px 3px;
}
#wp-calendar a:hover {
    color: #000;
}
#wp-calendar thead {
    font-size: 12px;
    line-height: 18px;
    color: #444;
    text-align: center;
}
#wp-calendar thead th {
    border: 1px solid #eee;
}
#wp-calendar tbody {
    color: #666;
}
.widget_calendar tbody a {
    background: #e7e7e7;
    color: #000;
    display: block;
}
.widget_calendar tbody a:hover {
    color: #000 !important;
}
#wp-calendar tbody td {
    border: 1px solid #eee;
    text-align: center;
    line-height: 30px;
    padding: 0;
}
#today {
    background: #ff0000;
    color: #fff;
}
#today a {
    background: #ff0000;
    color: #fff;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee; 
}
#wp-calendar tfoot #next {
    text-align: right;
    padding: 10px;
}
#wp-calendar tfoot #prev {
    padding: 10px;
}
.widget .tagcloud a {
    font-size: 12px !important;
    padding: 5px 10px;
    margin-bottom: 6px;
    margin-right: 1px;
    color: #222;
    text-transform: uppercase;
    background: #ccc;
    display: inline-block;
}
#sidebar .widget .tagcloud a:hover {
    color: #666;
    background: #ddd;
}
.widget_search {
    margin: 0 0 20px 0;
}

@media screen and (max-width: 48em){
    .widget {
        /*        padding: 20px 60px;*/
    }
    iframe {
        height: 300px;
    }
}
@media screen and (max-width: 30em){
    .widget {
        /*        padding: 20px;*/
    }
}


/* 10.0 Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 100% !important;
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px !important;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    clear: both;
    margin: 20px auto !important;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-1 .attachment-thumbnail {
    width: 100%;
    height: auto;
}
.gallery-columns-2 .attachment-thumbnail {
    width: 100%;
    height: auto;
}
.gallery-columns-3 .attachment-thumbnail {
    width: 100%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    width: 100%;
    height: auto;
}
.gallery-columns-5 .attachment-thumbnail {
    width: 100%;
    height: auto;
}
.gallery-columns-6 .attachment-thumbnail {
    width: 100%;
    height: auto;
}
.gallery-columns-7 .attachment-thumbnail {
    width: 100%;
    height: auto;
}
.gallery-columns-8 .attachment-thumbnail {
    width: 100%;
    height: auto;
}
.gallery-columns-9 .attachment-thumbnail {
    width: 100%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 4px;
}
.gallery dl {
    margin: 0 !important;
}
.gallery img {
    display: block;
    border: 1px solid #f1f1f1 !important;
}
.gallery br+br {
    display: none;
}
#content .attachment img {
    display: block;
    margin: 0 auto;
}


/* 11.0 Footer
-------------------------------------------------------------- */
footer {
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: #111;
    background-size: cover;
    background-attachment: fixed; 
}
#footer-1 {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 50px;
}
#footer-1 .widget-box-1 {
    width: 30%;
    margin: 1%;
    border: 1px solid #3e3d43;
    padding: 20px;
}
#footer-1 .widget-box-1 h4 {
    width: 100%;
    color: #fff;
    font-size: 15px;
    margin: 20px 10px 10px 70px;
}
#footer-1 .widget-box-1 .textwidget {
    width: 100%;
    line-height: 0;
    position: relative;
}
#footer-1 .widget-box-1 .textwidget i {
    color: #fff;
    padding: 10px 17px;
    background: #ff0000;
    position: absolute;
    top: -90px;
}
#footer-1 .widget-box-1 .textwidget .icon-address {
    background-image: url("./images/address.png");
    position: absolute;
    width: 45px;
    height: 45px;
    top: -90px;
}
#footer-1 .widget-box-1 .textwidget .icon-contact {
    background-image: url("./images/contact.png"); 
    position: absolute;
    width: 45px;
    height: 45px;
    top: -90px;
}
#footer-1 .widget-box-1 .textwidget .icon-email {
    background-image: url("./images/email.png");
    position: absolute;
    width: 45px;
    height: 45px;
    top: -90px;
}

#footer-1 .widget-box-1 .textwidget p {
    color: #a39e9b;
    font-size: 14px;
    line-height: 100%;
    margin: 10px 0 10px 70px;
}
#footer-2 {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
}

#footer-2 .widget-box-2 {
    width: 22%;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding: 20px;
}
#footer-2 .widget-box-2:first-child {
    width: 34%;
}
#footer-2 .widget-box-2 h4 {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
#footer-2 .widget-box-2 .textwidget {
    width: 100%;
    color: #fff;
    line-height: 0;

}
#footer-2 .widget-box-2 .textwidget p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;

}
#footer-2 .widget-box-2 .textwidget ul {
    padding-left: 0;


}
#footer-2 .widget-box-2 .textwidget ul li {
    font-size: 16px;
    line-height: 26px;


}
footer #underline {
    max-width: 1230px;
    margin: 0 auto;
    height: 1px;
    border: 0.5px solid #f00;
    padding: 0 50px;
}


#footer .box {
    width: 28%;
    color: #fff;
    float: left;
    padding: 30px 20px;

}

#footer .box:last-child{
    width: 44%;
}
#footer .box h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}
#footer .box a {
    color: #fff;
}
#footer .box a:hover {
    color: #eee;
}
#footer .box ul {
    list-style: outside circle;
    padding: 0 20px;
}
#footer .box li {
    padding: 7px 0;
    border-bottom: 1px dotted #aaa;
}
#footer .box li:last-child {
    border-bottom: none;
}
#footer .widget .tagcloud a {
    color: #fff;
}
#footer .widget #wp-calendar thead {
    color: #ddd;
}
#footer .widget #wp-calendar tbody {
    color: #eee;
}
#autor {
    padding: 0 20px;
    overflow: hidden;
    background: #ddd;
    color: #666;
    clear: both;
    background: #222;
}
#autor .autor {
    max-width: 1220px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}
#autor .left {
    width: 50%;
    float: left;
}
#autor .right {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 25px;
    background: url(images/whiteghost.png) right center no-repeat;
}
#autor a {
    color: #fff;
}
.scrollup {
    width: 45px;
    height: 45px;            
    text-indent: -9999px;
    opacity: 0.8;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 999;
    display: none;           
    background: url('images/arrowUp.png') no-repeat;
}
.scrollup:hover {
    opacity: 1;
}



@media screen and (max-width: 60em){
    #footer-1 .widget-box-1 h4 {
        margin: 20px 10px 10px 10px;
    }
    #footer-1 .widget-box-1 .textwidget p {
        margin: 10px 0 10px 10px;
    }
}
@media screen and (max-width: 48em){
    #footer-1 {
        display: block;
        padding: 50px 50px 10px;
    }
    #footer-1 .widget-box-1 {
        width: 100%;
        margin: 0 1% 7% 1%;
    }
    #footer-2 {
        display: block;
    }
    #footer-2 .widget-box-2:first-child {
        width: 100%;
    }
    #footer-2 .widget-box-2 {
        width: 100%;
        padding: 20px 60px;
    }
    #autor .autor {
        line-height: 30px;
        text-align: center;
        padding: 10px;
        overflow: hidden;
    }
    #autor .left {
        width: 100%;
    }
    #autor .right {
        width: 100%;
        text-align: center;
        background: none;
        padding-right: 0;
    }
}
@media screen and (max-width: 30em){
    #footer-1 {
        padding: 50px 30px 10px;
    }
    #footer-2 .widget-box-2 {
        padding: 20px;
    }
    .scrollup {
        right: 5px;
    }
}

/* 12.0 Plugin
-------------------------------------------------------------- */
/* Contakt Form 7 */
#content form.wpcf7-form {
    margin: 0 auto;
    width: 98%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}
#content form.wpcf7-form p {
    margin: 10px 0;
    font-size: 18px;

}

#content form.wpcf7-form p:nth-child(2) {
    width: 31%;
}
#content form.wpcf7-form p:nth-child(3) {
    width: 31%;
}
#content form.wpcf7-form p:nth-child(4) {
    width: 31%;
}
#content form.wpcf7-form p:nth-child(5) {
    width: 100%;
}
#content form .wpcf7-select {
    width: 100%;
    font-size: 16px;
    padding: 10px;
}
#content form .wpcf7-text {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ececec;
}
#content form .wpcf7-date {
    width: 50%;
    float: left;
    font-size: 16px;
    padding: 10px;
}
#content form .wpcf7-textarea {
    width: 100%;
    font-size: 18px;
    margin: 4px 0;
    padding: 10px;
    flex-grow: 3;
    font-family: 'Lato', sans-serif;
    border: 1px solid #ececec;
}
.wpcf7-form  p {
    font-size: 15px;
    margin: 10px 0;
}
.wpcf7-form span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}
#content form span.f_dan {
    font-size: 20px;
    margin: 0; 
    line-height: 30px;
    font-weight: 700;
}
.wpcf7 > form .wpcf7-submit {
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.wpcf7 > form input[type="submit"][disabled], .wpcf7 > form input[type="submit"][disabled]:hover, .wpcf7 > form input[type="submit"][disabled]:focus {
    background-color: #999;
    border: 2px solid #999;
}
.wpcf7 > form input[type="submit"] {
    background: #ff0000;
    border: 2px solid #ff0000;
}
.wpcf7-form span input[type="checkbox"] {
    margin: 0 15px 0 0;
    transform: scale(1.3);
}
#content span.wpcf7-accept {
    font-size: 12px;
    line-height: 16px;
    margin: 0 20px; 
    display: block;
}
.wpcf7-mail-sent-ok {
    font-size: 16px;
    color: #fff;
    background: #ff0000;
    border: 2px solid #ff0000 !important;
}
.wpcf7-response-output {
    margin: 2em 0 1em 0 !important;
}


@media screen and (max-width: 48em){
    #content form {
        width: 100%;
    }
    #content form.wpcf7-form {
        display: block;
    }
    #content form.wpcf7-form p:nth-child(2),
    #content form.wpcf7-form p:nth-child(3),
    #content form.wpcf7-form p:nth-child(4) {
        width: 100%;
    }
}

/* 13.0 MyClass
-------------------------------------------------------------- */
/*Cennik*/
.wg_pakiety .panel-grid-cell {
    border-bottom: 3px solid #ff0000;
}

/* Site Origin - Social */
.wg_testimonials .sow-slider-base .sow-slider-pagination {
        padding-right: 0;
        display: inline-block !important;
        text-align: center;
    }
}
.wg_slider .sow-slider-base .sow-slider-pagination li a {
    display: none;
}

/*Kontakt*/
.wg_contact ul {
    list-style: none !important;
    display: flex;
}
.wg_contact ul li {
    line-height: 30px;
    margin-right: 50px;
}
.wg_mail {
    padding-left: 40px;
    background: url(images/poczta.png) left center no-repeat;
}
.wg_tel {
    padding-left: 40px;
    background: url(images/telefon.png) left center no-repeat;
}
.wg_czas {
    padding-left: 40px;
    background: url(images/godziny-pracy.png) left center no-repeat;
}

@media screen and (max-width: 48em){
    .wg_contact ul {
        display: block;
    }
    .wg_contact ul li {
        margin: 20px 0;
    }
}


/*WordPress Carousel*/
#content .wpcp-carousel-section.slick-initialized .slick-slide,
#custom-content .wpcp-carousel-section.slick-initialized .slick-slide {
    vertical-align: top;
}
#content .slick-slide p, 
#custom-content .slick-slide p {
    font-size: 18px;
    line-height: 24px;
}
h2.wpcp-post-title {
    font-size: ;
}
#content .wpcp-post-meta,
#custom-content .wpcp-post-meta {
    font-size: 16px;
}

