.prague-logo a img {width:160px !important;}
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f0c1" !important;
}
.project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item {
    height: auto !important;
}
.books .prague-post-thumbnail{
    display: none !important;
}
.prague-formidable-title{
display: none;
}
.wpb_gmaps_widget .wpb_wrapper {
    background-color: inherit !important;
}
.post-content blockquote {
    text-align: center;
    font-style: normal;
    border-left: none;
    margin-bottom: 55px;
    padding: 0 20px;
    color: #111;
}

.post-content blockquote p, .post-content blockquote ul {
    position: relative;
    font-size: 33px !important;
    line-height: 40px;
    font-weight: 700;
    color: #111;
    padding: 78px 0 42px 0;
    margin-bottom: 0;
    z-index: 30;
list-style: none;
}

.post-content blockquote p:before, .post-content blockquote ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    border: 14px solid #f2f2f2;
    z-index: -1;
}
.post-content blockquote p, .post-content blockquote ul, .post-content blockquote a  {
    position: relative;
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
    color: #111;
    padding: 78px 0 42px 0;
    margin-bottom: 0;
    z-index: 30;
}

.post-content blockquote p:after, .post-content blockquote ul:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #111;
}

.prague-exhib-grid-wrapper .exhib-grid-item-img{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.prague-exhib-grid-wrapper:hover .exhib-grid-item-img{
-webkit-filter: none;
filter: none;
}
@media (max-width: 768px) {
.projects{
width: 100%;
}
}
@media (min-width: 768px) {
.projects{
width: 33%;
}
}
.tax-projects-category .top-banner{
display: none;
}


.prague-blog-grid-wrapper .blog-grid-img{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.prague-blog-grid-wrapper:hover .blog-grid-img{
-webkit-filter: none;
filter: none;
}
