/*
Theme Name: Modern Architecture Pro Child
Theme URI: https://luzukdemo.com/demo/architecture/
Template: modern-architecture-pro
Author: luzuk Themes
Author URI: http://www.luzukthemes.com/
Tags: two-columns,right-sidebar,left-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,custom-logo,featured-image-header,featured-images,footer-widgets,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,blog,entertainment,news,portfolio
Version: 1.0.1654424252
Updated: 2022-06-05 10:17:32

*/
#innerpage-box .project-icon {
   background: linear-gradient(to top,transparent 0%,#DFDFDF 100%);
    height: 300px;
    overflow: hidden;
}

#innerpage-box .single-project img {
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

main#innerpage-box h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    height: 91px;
}
#innerpage-box .pk-text {
    font-size: 16px;
    margin: 0 !important;
    padding: 10px 0;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}
main#innerpage-box #blog-box h2 {
    font-size: 23px;
    text-align: center;
    height: 83px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.inner-blog-excerpt {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 12px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    text-align: center;
}

@media only screen and (max-width: 768px){
.hamburger-menus span {
    display: none !important;
}

.hamburger-menus {
    background-image: url(image/burger-menu.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.hamburger-menus.click-menu  {
    transform: rotate(0deg) !important;
}
.pd-0 {
    margin: auto;
}
#project h4 {
    text-align: center;
}
#innerpage-box .single-project img {
    width: 100%;
    height: auto;
}
main#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    height: auto;
}
.inner-blogpost-info {
    padding: 2.5em 0.7em 1em 0.7em;
}
.inner-blog-excerpt {
    text-align: center;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: none;
    line-clamp: 4;
}
.col-md-4,
.col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
}
#innerpage-box .project-icon {
    min-height: auto !important;
}

}

