/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 8.11.2017, 8:33:34
    Author     : Tom
*/
.uzitecne-informace {
    background: url(../images/blog_bg.jpg) no-repeat 0 0;
    position: relative;
}

.uzitecne-informace .opacity {
    background-color: rgba(25, 25, 25, .5);
}

.inner-banner.uzitecne-informace .opacity h2 {
    color: #fff;
    text-align: left;
}

.inner-banner.uzitecne-informace .opacity h2 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-left: 15px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
}

.default-item {
    border-left: 3px solid #fff;
    height: 51px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-banner.uzitecne-informace .opacity h2::before {
    background: rgb(9, 66, 143);
}

.inner-banner .opacity #breadcrumbs {
    text-align: left;
    color: #fff;
}

.inner-banner.uzitecne-informace .opacity #breadcrumbs a {
    color: #fff;
}

.blog-single-post .blog-post-meta .blog-text a.hvr-bounce-to-right {
    background: #52ad0e;
    margin-top: 25px;
}

.blog-post-meta a.hvr-bounce-to-right::before {
    background: rgb(9, 66, 143);
}

.blog-single-post.hvr-float-shadow .img-holder .content-holder {
    background: rgba(9, 66, 143, .5);
}

section#blog-post article p {
    margin-bottom: 30px;
}

section#blog-post article .post-meta {
    margin-bottom: 30px
}

.page-pagination span {
    background: #d9d9d9;
    border: none;
    color: #000;
    padding: 5px 13px;
    margin: 0 5px;
}

.page-pagination span.dots {
    background: #fff;
    color: #747474;
    padding: 5px 13px;
    border: none;
    margin: 0 5px;
}

.page-pagination a {
    background: #f2f2f2;
    color: #000;
    padding: 5px 13px;
    border: none;
    margin: 0 5px;
}

.page-pagination a:hover {
    background: #d9d9d9;
    border: none;
    color: #000;
}

.blog-single-post .blog-text {
    padding-left: 10px;
    padding-right: 10px;
}

.page-pagination a.next, .page-pagination a.prev {
    background: #ced9e9;
    padding: 5px 13px 5px 15px;
}

.page-pagination a.next:hover, .page-pagination a.prev:hover {
    background: #09428f;
}

.page-pagination a.next i, .page-pagination a.prev i {
    font-weight: bold;
    color: #fff;
}

.blog_sidebar .category_list h4::before {
    background: rgb(9, 66, 143);
}

.blog_sidebar .recent_blog h4::before {
    background: rgb(9, 66, 143);
}

.blog_sidebar .recent_blog .text.float-left a {
    font-weight: 600;
}

.blog_sidebar.blog_content_left .category_list ul li a.active {
    color: rgb(9, 66, 143);
}

.blog_sidebar.blog_content_left .category_list ul li a.active:hover {
    color: #52ad0e;
}

.blog_sidebar .category_list ul li a {
    font-weight: 600;
}

.blog_sidebar .recent_blog .text.float-left a:hover {
    color: #52ad0e;
}

@media only screen and (max-width: 767px) {
    .page-pagination {
        padding-bottom: 65px;
    }

    .inner-banner.uzitecne-informace .opacity h2 {
        padding-left: 0px;
        margin-left: -3px;
    }
}
