/**
 * "Wedding Blog" customization (archive)
 */

.post-thumbnail {
    text-decoration: none;
}
.archive.category-wedding_blog .post-thumbnail img,
.archive.category-wedding_blog .entry-text,
.archive.category-blog_vjencanja .post-thumbnail img,
.archive.category-blog_vjencanja .entry-text {
	display: inline-block;
	vertical-align: top;
}
.archive.category-wedding_blog .post-thumbnail img .size-medium,
.archive.category-blog_vjencanja .post-thumbnail img {
    width: 300px;
}
.archive.category-wedding_blog .entry-text,
.archive.category-blog_vjencanja .entry-text {
	width: calc(100% - 305px);
	padding: 0.5rem 0 0 1rem;
}
.archive.category-wedding_blog .entry-content,
.archive.category-wedding_blog .entry-title,
.archive.category-blog_vjencanja .entry-content,
.archive.category-blog_vjencanja .entry-title {
    margin: 0;
}
.archive.category-wedding_blog .entry-title a,
.archive.category-blog_vjencanja .entry-title a{
	text-decoration: none;
	color: #C09197;
}
.archive.category-wedding_blog .entry-content p,
.archive.category-blog_vjencanja .entry-content p {
	margin: 0.5rem 1rem 0.5rem 0;
	text-align: justify;
}

.archive.category-wedding_blog article,
.archive.category-blog_vjencanja article {
	margin: 3rem 0;
	background: #eee;
	overflow: hidden;
	box-shadow: 0 2px #ddd;
}

@media screen and (max-width: 800px) {
    .archive.category-wedding_blog .post-thumbnail img,
    .archive.category-wedding_blog .entry-text,
    .archive.category-blog_vjencanja .post-thumbnail img,
    .archive.category-blog_vjencanja .entry-text {
        width: 100%;
    }
}