@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

h1, h2, h3, h4, h5, h6, span, p, a{
    font-family: 'Montserrat'!important;
}

h1, h2, h3, h4, h5, h6{
    font-weight: bold!important;
}

h1, h2{
    font-size: 30px;    
}

h1:after, h2:after {
    content: " ";
    height: 6px;
    width: 100px;
    background: #ea0909;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

a {
    text-decoration: none!important;
    border: none!important;
    color: #5f5f5f;
}

.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    
}


/* M-Porady */

.m-porady h3 {
    font-size: 20px;
    margin-left: 15px;
}

.m-porady h3:before {
    content: " ";
    height: 10px;
    width: 10px;
    background: #ff0000;
    position: absolute;
    left: 0;
    top: 16px;
}
/* post gird */
.m-uslugi h3 {
    font-size: 25px;
    padding-top: 40px;
}

.m-uslugi p {
    font-size: 13px;
}

.m-uslugi.vc-gitem-zone-height-mode-auto:before {
    content: "";
    display: block;
    padding-top: 100%;
    background: #1313138f;
}

/* Nowe */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
    margin-bottom: 15px!important;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner
{
    padding-top: 25px;
}

/* Przyciski */
.b-o a {
    background: #9e9e9e!important;
    border-radius: 0px!important;
    color: #FFFFFF!important;
    font-weight: bold!important;
    text-transform: uppercase;
}

/* Slider */

.slider h1 {
    font-size: 40px!important;
}

.slider p strong {
    font-size: 20px!important;
    text-transform: uppercase!important;
    color: #FF8000!important;
}


/* Podstawowe */

.comment-content article>div, .entry-content article>div {
    margin: 0 0 0 0!important;
}

.box {
    padding-top: 60px;
    padding-bottom: 60px;
}

.baner {
    padding-bottom: 30px;
    padding-top: 30px;
}

.main-content {
    padding-bottom: 0px!important;
}

.content-wrapper {
    padding: 0px 15px 1px 15px!important;
}

.white h1, .white h2, .white h3, .white p, .white a, .white div {
    color: white!important;
}


/* M-archiwum */

.m-archiwum-t p {
    font-size: 13px;
}

.m-archiwum-t h2 {
    padding-top: 30px;
}

.m-archiwum-t h2 a {
    color: black;
}

.m-archiwum-i img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.navbar-brand img {
    max-width: 50px!important;
    height: auto;
}

@media only screen and (min-width: 768px){
    body:not(.menu-sandwich) .navbar-header img {
        max-width: 60px!important;
        height: auto;
    }
}