.type-posts-listing .sidebar, .type-post .sidebar {
    display: none;
}
.type-posts-listing .content-inner, .type-post .content-inner {
    max-width: 100% !important;
}
.type-posts-listing #content h1 {
    display: none;
}

#newsWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#newsWrapper .news-item {
    width: 100%;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
}
#newsWrapper .news-item .text {
    padding: 10px 10px 12px 10px;
    text-align: center;
}
#newsWrapper .news-item .text .title {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 500;
}
#newsWrapper .news-item time {
    margin-bottom: 8px;
}
#newsWrapper .news-item .image {
    width: 100% !important;
    margin: 0px !important;
    position: relative;
}
#newsWrapper .news-item .image a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 350ms;
}
#newsWrapper .news-item:hover .image a:before {
    opacity: 1;
}
#newsWrapper .news-item .image a:after {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 30%;
    margin-left: -15%;
    text-align: center;
    content: 'Zobrazit';
    background: #b9a099;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    transition: opacity 350ms;
    padding: 7px;
}


.news-item-detail time {
    text-align: center;
    margin-top: -20px;
}
.news-item .text .description {
    display: none;
}


.news-item-detail .text {
    margin-left: 5%;
    margin-right: 5%;
}
#content .news-item-detail .text h2 {
    color: #b9a099;
    font-weight: 700 !important;
    font-size: 26px;
    margin-top: 40px;
}
#content .news-item-detail .text h3 {
    color: #b9a099;
    font-weight: 700 !important;
    font-size: 18px;
    margin-top: 30px;
}
#content .news-item-detail .text blockquote {
    margin: 0px;
    background: #d9c2bc;
    padding: 20px 20px 5px 20px;
    color: white;
}
#content .news-item-detail .text pre {
    overflow: visible;
    white-space: normal;
    margin: 20px 0px;
    background: #b9a099;
    padding: 20px;
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
#content .news-item-detail h1 {
    position: relative;
    margin: 20px 0px 30px 0px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 120px 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
#content .news-item-detail h1 span {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}

.news-item-detail .next-prev {
    margin-bottom: 40px;
}


@media (min-width: 768px) {
  #newsWrapper .news-item {
      width: 33.33%;
  }
}


/* custom */

.in-blog.type-post #content div.text{   
    font-size: 20px;
    line-height: 1.5;
    width: 75%;
    margin: 0 auto;
}
.in-blog.type-post #content div.text a{
    text-decoration:underline;
    font-weight:bold;
    color:#b9a099
}

@media (max-width: 999px) {
    .in-blog.type-post #content div.text{
        width: 100%;
    }
}

/* care */
body.id-3685 #content div.text{   
    font-size: 20px;
    line-height: 1.5;
    width: 75%;
    margin: 0 auto;
}
body.id-3685 #content div.text a{
    text-decoration:underline;
    font-weight:bold;
    color:#b9a099
}

@media (max-width: 999px) {
    body.id-3685 #content div.text{
        width: 100%;
    }
}