/*
	Theme Name: Listingpro Child
	Text Domain: listingpro-child
	Theme URI: https://themeforest.net/item/listingpro-multipurpose-directory-theme/19386460
	Description: ListingPro is a complete solution for any type of directory/Listing theme.
	Author: Team of CridioStudio
	Author URI: https://themeforest.net/user/cridiostudio
	Template: listingpro
	Version: 2.7
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags:one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/

/* Theme Styling Start */

/* ------------ BASE ------------- */

/* =WordPress Core
-------------------------------------------------------------- */
/*.lp-header {*/
/*    height: 80vh;*/
/*}*/
.home-categories-area {
    display:none;
}
.header-container.lp-header-bg {
    height: 83vh;
}
@media (max-width:450px) {
    .header-container.lp-header-bg {
        height: 80vh;
    }
}
.home .header-without-topbar.header-normal.pos-relative.lp-header-full-width  {
    /*height: 80vh;*/
}

.lp-home-banner-contianer-inner{
/*    top:-200px;*/
/*    position:relative;*/
    top:50%;
}
.lp-home-banner-with-loc{
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}
.lp-home-banner-contianer-inner  {
    /*display:none;*/
}

.read-more {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /*height:100px;*/
    /*height: 4.5em; !* 3 lines x 1.5em per line *!*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    text-overflow: ellipsis;

}

.listing-app-view .review-form, .listing-app-view .reviews-section{
    margin-top: 0px !important;
}

.listing-app-view .reviews-section {
    padding: 0px 20px 20px;
}

.listing-app-view .post-meta-info {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left:15px;
    padding-right:15px;

}

.post-meta-info, .post-meta-right-box {
    text-align: left;
}

.listing-app-view .review-form, .listing-app-view .reviews-section {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.rating {
    line-height: 20px;
}

.review-count .rating {
    line-height: 0px;
}

@media (max-width: 480px) {
    .top-section .review-count {
        top: 10px;
    }
}

article.review-post>figure {
    text-align: start;
}