.prague-logo a img {width:100px !important;height:44px !important;}
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
/* styles for desktop devices */
@media only screen and (min-width: 992px) {
.prague-blog-list-wrapper .blog-list-img {
width: 55%;
}

.prague_blog .blog-post:nth-child(2n) .blog-list-img {
width: 55%;
}

.prague_blog .blog-post:nth-child(2n+1) .blog-list-img {
width: 55%;
}
}

/* styles for tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.prague-blog-list-wrapper .blog-list-img {
width: 55%;
}

.prague_blog .blog-post:nth-child(2n) .blog-list-img {
width: 55%;
}

.prague_blog .blog-post:nth-child(2n+1) .blog-list-img {
width: 55%;
}
}

/* styles for mobile devices */
@media only screen and (max-width: 767px) {
.prague-blog-list-wrapper .blog-list-img {
width: 100%;
}

.prague_blog .blog-post:nth-child(2n) .blog-list-img {
width: 100%;
}

.prague_blog .blog-post:nth-child(2n+1) .blog-list-img {
width: 100%;
}
}

.vra_work_post_excerpt {
overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}