/**
 * @file
 */
html,
body {
    height: 100%;
    background-color: rgb(255, 255, 255);
}

/* Header */

.header-top {
    background: #13467c;
    color: #fff;
    height: 50px;
}

.htp {
    padding-top: 12px;
}

@media (max-width: 575.98px) {
    .htp {
        padding-top: 2px;
    }

    .header-top span {
        font-size: 1em;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .htp {
        padding-top: 10px;
    }

    .header-top span {
        font-size: 1em;
    }
}

@media (min-width: 768px) {
    .htp {
        padding-top: 12px;
    }

    .header-top span {
        font-size: 1em;
    }
}


.header-top a {
    color: #fff;

}

/* Navbar */
.navbar {
    background-color: #5252f0;
}

.navbar-nav a {
    color: #0f3d6d !important;
}

.navbar-nav a:hover {
    color: #0f3d6d !important;
}

.navbar-nav .active a {
    color: #0f3d6d !important;
    font-weight: bold;
}

.navbar-light .navbar-toggler {
    border-color: rgba(21, 66, 150, 0.8);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(21, 66, 150, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/* Text logo */
.navbar-expand-md {
    background-color: #ffffff;
}


.navbar-expand-md {
    padding-top: 0px;
    padding-bottom: 0;
}


@media (max-width: 575.98px) {
    .navbar-brand-img {
        background-image: url("/wp-content/themes/astromowp/img/logo-mobile.png");
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 576px) {
    .navbar-brand-img {
        background-image: url("/wp-content/themes/astromowp/img/logo.png");
        width: 100px;
        height: 100px;
    }
}



/* Content */
.entry-header h1 {
    display: block;
    font-size: 1.6em;
}

.home .entry-header h1 {
    display: none;
}

.entry-content {
    padding-top: 25px;
}

.home .site-main {
    padding-bottom: 25px;
}



.btn-primary {
    background-color: #0f3d6d;
    border-color: #0f3d6d;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: #1c5088 !important;
}


.btn-fb {
    font-size: 1.4em;
}


/* the_excerpt */
.category-produkty .entry-content p {
    display: none;
}

.category-produkty .entry-content-produkty {
    display: block;
}

.entry-content-produkty {
    display: none;
}



@media (max-width: 575.98px) {
    .card-body {
        min-height: inherit !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .card-body {
        min-height: inherit !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-body {
        min-height: 300px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card-body {
        min-height: 250px !important;
    }
}

@media (min-width: 1200px) {
    .card-body {
        min-height: 250px !important;
    }
}


.wpcf7-submit {
    margin-top: 20px !important;
}


/* kontakt */
.map {
    padding-top: 25px;
}

.map-container {
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.map-container iframe,
.map-container object,
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
}


/* Footer */
#wrapper-footer {
    background-color: #dfdded;
}

.page-footer a {
    color: #0f3d6d !important;
}

.page-footer a:hover {
    color: #1d5897 !important;
    text-decoration: none !important;
}

.page-footer .active a {
    color: #1d5897 !important;
    font-weight: bold;
}
