
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.single-projects .container-fluid {
max-width: 2000px;
}
.project-detail-picture-wrapper .project-detail-picture-descr {
    padding: 10%;
}
.prague-header .prague-logo img {
    height: 60px;
    width: auto;
}
.prague-footer .prague-logo img {
    height: 150px;
    width: auto;
}
.post-detailed .prague-post-title {
    width: 90%;
}


.post-detailed .prague-post-content h2 {
    font-size: 30px;
    margin: 20px 0;
}
.post-detailed .prague-post-content h3 {
    font-size: 25px;
    margin: 20px 0;
}
.post-detailed .prague-post-content h4 {
    font-size: 20px;
    margin: 20px 0;
}
.prague-footer .footer-content-outer {
    padding: 60px 0;
}

.project-masonry-wrapper .project-masonry-item-img {
    transform: none !important;
    height: 100% !important;
}

.prague-header .filter-nav {
display: none;
}

.prague-filter {
text-align: center;
margin-bottom: 30px !important;
}

.prague-filter .filter-nav a i {
    font-size: 18px;
    font-weight: 300;
    color: inherit;
    padding-right: 5px
}

.project-detail-simple .top-banner .content {
    margin-top: 155px;
}
.project-detail-block-outer .project-detail-block-wrapper .project-detail-block-item {
    padding: 20px 15px 20px 50px;
}
.prague-footer-info-block .footer-info-block-content a {
font-size: 16px;
}