.item-page {
    margin-top: 40px;
    margin-bottom: 20px;
}

.item-page img {
    max-width: 100%;
    height: auto;
}

.post-meta-page {
    font-size: 12px;
    position: relative;
}

.post-meta-page time{
    position: absolute;
}

.article-page .post-meta-page .comments-page {
    color: #555;
    right: 10px;
    position: absolute;
}

.article-page .post-meta-page .views {
    right: 45px;
    position: absolute;
}

.tablets-page h1.title-page {
    line-height: 50px;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    /*text-transform: capitalize;*/
    color: #555;
    margin-top: 10px;
}

.tablets-page  h1.title-page a {
    text-decoration: none;
    color: #555;
}

.tablets-page  a img {
    width: 100%;
}

.content-article {
    margin-top: 20px;
    font-size: 15px;
    text-align: inherit;
    text-transform: initial;
    color: #585858;
}

.content-article p {
    margin-bottom: 17px;
}

/*.sidebar:before {
    width: 2px;
    height: 98%;
    background: #F7F7F7;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: inline-block;
    margin-top: 30px;
}
*/
.sidebar .container-fluid {
    padding: 0;
}

.sidebar .wrapper.related-posts,
.sidebar .wrapper.tag-cloud {
    min-height: 0;
    padding: 5px;
    margin-top: 30px;
}

.sidebar .wrapper.related-posts .wrapper.box-sidebar {
    margin-bottom: 20px;
    background-color: #fff;
    min-height: 0;
}

.posts-sidebar {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 3px solid #4DBDEB;
    margin-top: 0;
    line-height: 30px;
    font-weight: 600;
}

.posts-sidebar> .big-text{
    background-color: #4DBDEB;
    padding: 3px 12px;
    padding-bottom: 1px;
    display: inline-block;
    font-size: 14px;
}

.sidebar .related-posts h3.title-sidebar {
    line-height: 22px;
    font-size: 15px;
    /*text-transform: capitalize;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    text-align: center;
}

.sidebar .related-posts h3.title-sidebar a{
    text-decoration: none;
    color: #555;
}

.sidebar .related-posts h3.title-sidebar a:hover,
.sidebar .related-posts h3.title-sidebar a:focus {
    text-decoration: none;
    color: #111;
}

.tag-sidebar {
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 3px solid #4DBDEB;
    margin-top: 0;
}

.tag-sidebar> .big-text {
    background-color: #4DBDEB;
    padding: 3px 12px;
    padding-bottom: 1px;
    display: inline-block;
    font-size: 15px;
}

.tag-box {
    background-color: #F7F7F7;
    padding-left: 5px;
}

.tag-cloud a {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
    max-height: 30px;
    line-height: 31px;
    display: inline-block;
    padding: 0 10px;
    background: none;
    background: #fff;
    border-radius: 2px;
    color: #666
}

.tag-cloud a:hover,
.tag-cloud a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #000 !important;
}


/* This is for all xs size */
@media(max-width:767px){
    
    .fon-page {
    height: 200px;
    }
    
    .tablets-page h1.title-page {
    line-height: 1;
    font-size: 20px;
    }
    
    .sidebar .related-posts h3.title-sidebar {
    margin-bottom: 0;
    font-size: 16px;
    padding-top: 10px;
    }
    
}