﻿/*
Theme Name: MaterialWP Child
Theme URI: http://materialwp.com
Template: materialwp-materialwp
Author: Brad Williams
Author URI: http://braginteractive.com
Description: Material Design WordPress Theme
Tags: right-sidebar,fluid-layout,responsive-layout,custom-menu,full-width-template,sticky-post,theme-options,translation-ready
Version: 0.0.3.1554378077
Updated: 2019-04-04 13:41:17

*/

body {
    font-family: 'Lato', sans-serif;
    
}

.card {
    color: rgba(0,0,0,.6) !important;
}

a {
    transition: 0.5s;
}

a:hover {
    color: #04788a !important;
}

.nav-links a {
    background: #dd3385 !important;
    transition: .5s !important;
}

.nav-links a:hover {
    background: #04788a !important;
    color: #fff !important;
}

#content {
    background: #fff;
}

h1.page-title {
    display: none;
}

h1.entry-title:after {
    content: "";
    background: #04b7d0;
    height: 1px;
    clear: both;
    display: block;
    margin-top: 20px;
}

a.read-more {
    background: #dd3385;
    float: right;
    padding: 15px 30px;
    color: #fff !important;
    font-weight: bold !important;
    transition: 1s;
    transition-timing-function: ease;
}

a:hover.read-more {
    background: #04788a;
}

#wpgmza_map {
    border-top: 1px solid #04788a;
}

.taxonomy-description p {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    color: #04b7d0;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #04b7d0;
    padding-bottom: 15px;
}

.navbar-brand {
    width: 208px;
    height: 81px !important;
    display: inline-block;
    background: url(/wp-content/uploads/logo.png);
    font-size: 1px;
    color: rgba(255, 255, 255, 0) !important;
}

#masthead {
    padding: 15px 0;
    background: #fff;
}

.home #masthead {
    border-bottom: 1px solid #c8c8c8;
}

.navbar-inverse.navbar {
    background: #fff;
}

h1,
h2,
h3 {
    font-family: 'Oswald', sans-serif;
    color: #04b7d0;
}

h1 a {
    color: #04b7d0 !important;
}

.navbar {
    margin-bottom: 0;
}

.navbar-toggle {
    color: #dd3385;
}



@media only screen and (min-width: 768px) {
    #menu-glowne-menu {
        float: right !important;
        margin-right: -20px;
    }
}

#menu-glowne-menu {
    color: #dd3385;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

#menu-glowne-menu .active {
    background: transparent;
}

#stopka {
    background: #04788a;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

#stopka a {
    color: #00ddff;
}
#stopka a:hover {
    color: #f650ff !important;
    text-decoration: none;
}

.site-footer {
    margin: 0;
}


#slider {
    z-index: 1;
    display: none;
}

.home #slider {
    display: block;
}

#content {
    z-index: -1;
    border-top: 1px solid #c8c8c8;
}

.info-box {
    display: flex;
    flex-wrap: wrap;
}

#info-bar {
    background: #04788a;
    font-family: 'Oswald', sans-serif;
    font-weight: bolder;
    font-size: 18px;
    color: #fff;
}

#info-bar span {
    display: block;
}

#telefon {
    background: url(/wp-content/uploads/telefon.png) no-repeat 0% 50%;
    padding: 15px 0 15px 30px;
}

#adres {
    background: url(/wp-content/uploads/mapa.png) no-repeat 0% 50%;
    padding: 15px 0 15px 30px;
}

#poczta {
    background: url(/wp-content/uploads/poczta.png) no-repeat 0% 50%;
    padding: 15px 0 15px 45px;
}

    #telefon-wrap {
        width: 330px;
        
    }

    #adres-wrap {
        width: 330px;
    }

    #poczta-wrap {
        width: 330px;
    }


@media only screen and (min-width: 900px) {
    
        #adres-wrap {
        margin: auto;
    }
    
}




/* Strona główna O NAS */
/*
.home .fw-page-builder-content .fw-main-row:nth-child(1) .fw-row div.fw-col-xs-12:nth-child(1) {
    background: red;
}
.home .fw-page-builder-content .fw-main-row:nth-child(1) .fw-row div.fw-col-xs-12:nth-child(2) {
    background: #ff5555;
}


.home .fw-page-builder-content .fw-main-row:nth-child(2) .fw-row div.fw-col-xs-12:nth-child(1) {
    background: green;
}
.home .fw-page-builder-content .fw-main-row:nth-child(2) .fw-row div.fw-col-xs-12:nth-child(2) {
    background: pink;
}


.home .fw-page-builder-content .fw-main-row:nth-child(3) .fw-row div.fw-col-xs-12:nth-child(1) {
    background: blue;
}
.home .fw-page-builder-content .fw-main-row:nth-child(3) .fw-row div.fw-col-xs-12:nth-child(2) {
    background: navy;
}

*/

.fw-special-subtitle {
    font-size: 24px;
    color: #04b7d0;
    font-family: 'Oswald', sans-serif;
}

.foogallery .fg-caption {
    background-color: rgba(221,51,133,.5);
}

.entry-container {
    text-align: justify;
}

.page-id-27 .entry-container, .page-id-25 .entry-container, .page-id-27 .fw-container {
    padding-left: 0;
    padding-right: 0;
}

.category-aktualnosci .entry-container, .category-baza-wiedzy .entry-container {
    padding-right: 0;
}

.single-post .entry-container {
    padding-left: 0;
    padding-right: 0;
}

.home .fw-page-builder-content .fw-main-row:nth-child(3) img {
    border-radius: 50%;
    border: 1px solid rgba(221,51,133,0.2);
}

.card {
    box-shadow: none;
}


.home .fw-page-builder-content .fw-main-row {
    margin-bottom: 20px;
}


table#kontakty td:nth-child(1) {
    vertical-align: top;
    text-align: center;
}

table#kontakty td:nth-child(2) {
    padding-left: 50px;
}

table#kontakty p {
    margin-bottom: 5px;
}




table#cennik {
    border-top: 1px solid #a3dce5;
    border-left: 1px solid #a3dce5;
}


#cennik td {
    padding: 15px;
    border-bottom: 1px solid #a3dce5;
    border-right: 1px solid #a3dce5;
}

#cennik tr:nth-child(1) {
    font-weight: bold;
}

#cennik tr:nth-child(even) {
    background: #daf4f8;
}

#cennik tr:nth-child(odd) {
    background: #f2fbfd;
}

#post-20 .entry-container, #post-23 .entry-container {
    padding-left: 0;
    padding-right: 0;
}


.fw_form_fw_form input[type="submit"] {
    background: #dd3385;
    float: right;
    padding: 15px 30px;
    color: #fff !important;
    font-weight: bold !important;
    transition: 1s;
    border: 0;
    text-transform: uppercase;
}

.fw_form_fw_form input[type="submit"]:hover {
    background: #04788a;
}


@media only screen and (min-width: 900px) {

    .category .entry-img {
        width: 30%;
        float: left;
        margin-top: 10px;
    }

    .category .entry-container {
        width: 70%;
        float: right;
        padding-top: 10px;
    }
    
}