/*!
Theme Name: litopj
Theme URI: http://underscores.me/
Author: litopj
Author URI: https://li2.cc/
Description:  Custom WP Development
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: litopj
Tags: custom-wp

 Custom WP Development
*/

a{
    transition: all .4s;
}

@media (max-width: 500px) {
    .modal_mobile_full .modal-content{
        width: 100vw;
        height: 100vh;
    }
}



.modal .modal-content > .modal_close_left{
    left: 0.75rem;
    right: auto;
}


/* ========================================================= */
/* AJAX LOADER OVERLAY*/
/* ========================================================= */
.global_ajax_loader,
.page_loading_overlay{
	position: fixed; left:0px; top:0px; width: 100%; height: 100%; z-index: 999999;
	background: rgba(0, 0, 0, 0.64);
}

.global_ajax_loader span,
.page_loading_overlay span{
	display: block; text-align: center; font-size: 30px; color: #FFF;
	padding-top: 40vh; margin-top: 0px;
}



/* ========================================================= */
/* DASHBOARD HOME */
/* ========================================================= */
a.home-menu-widget{
    display: block;
}


a.home-menu-widget .icon-wrap{
    border-radius: 4px;
    height: 60px;
    width: 60px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    background: #E2ECF7;
    margin: 0 auto;
    line-height: 1.9;
}
a.home-menu-widget:hover .icon-wrap{
    background: #559bfb;
}

a.home-menu-widget .icon-wrap .icon{
    color: #000000;
}
a.home-menu-widget:hover .icon-wrap .icon{
    color: #FFF;
}


a.home-menu-widget .title{
    text-align: center;
    font-weight: 500;
    color: #11134C;
    padding: 5px 0;
    font-size: 15px;
}
a.home-menu-widget:hover .title{
    color: #559bfb;
}

.lpj_home_addpost a.lpj_addpost_btn{
    padding: 4px 18px;
    display: inline-block;
    width: 100%;
    background: #f3f3f3;
    border: solid 1px #e4e4e4;
    border-radius: 5px;
    color: #8091a7;
}
.lpj_home_addpost a.lpj_addpost_btn:hover{
    color: #559bfb;
    background: #e4e4e4;
}

.user-info .lead-text a{
    color: #526484;
}
.user-info .lead-text a:hover{
    color: #0971fe;
}




.pmo-lv {
    position: fixed;
    left: 50%;
    bottom: -50px;
    max-width: 90%;
    width: 590px;
    transform: translate(-50%,100%);
    transition: all .4s;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 40px -2px rgba(31,43,58,.25);
    z-index: 9999
}

.pmo-lv.active {
    transform: translate(-50%,0);
    bottom: 20px;
    transition-delay: 1s
}

.pmo-lv.pmo-dark {
    background: #0564e5
}

.pmo-close {
    color: #364a63;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 38px;
    background: rgba(183,194,208,.6);
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 8px;
    font-size: 16px;
    z-index: 99
}

.pmo-close:hover {
    color: #fff;
    background: #526484
}

.pmo-dark .pmo-close {
    background: rgba(31,43,58,.3);
    color: #fff
}

.pmo-dark .pmo-close:hover {
    background: rgba(31,43,58,.5)
}

.pmo-wrap {
    display: flex;
    padding: .875rem 3.5rem .875rem 1.5rem;
    align-items: center;
    border-radius: 50px;
    transition: all .3s
}

.pmo-wrap:hover {
    transform: translateX(5px)
}

.pmo-text {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: .02em;
    color: #e85347;
    transition: color .4s
}

.pmo-text .ni {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .125rem;
    margin-top: -3px
}

.pmo-dark .pmo-text {
    color: #fff
}

.pmo-st {
    position: fixed;
    right: 25px;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: all .4s;
    border-radius: 30px;
    transform: translateY(100%);
    box-shadow: 0 5px 40px 0 rgba(16,25,36,.3);
    color: #fff;
    background: #e85347;
    z-index: 99999
}

.pmo-st:active,.pmo-st:focus,.pmo-st:hover {
    color: #fff
}

.pmo-st.pmo-dark {
    background: #0564e5
}

.pmo-st.active {
    bottom: 25px;
    transform: translateY(0);
    transition-delay: .4s
}

.pmo-st-img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 18px 18px;
    transition: all .4s
}

.pmo-st-text {
    padding: 14px 0;
    height: 60px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    transition: all .4s;
    visibility: hidden;
    font-size: 12px;
    line-height: 16px
}

.pmo-st:hover .pmo-st-text {
    width: 220px;
    visibility: visible;
    padding: 14px 14px 14px 0
}

@media (max-width: 575px) {
    .promo-cov-st {
        display:none
    }
}



/* HOME POSTS */
.post_author .user-avatar{
    box-shadow: 0px 0px 10px #ccc;
}

.nk-wrap .cus-scrollbar {
    overflow-x: auto;
    max-height: 82vh;
    position: sticky;
    top: 97px;
}



/* KYC */
.kyc_id_wrap .kyc_uploaded_photo{
    text-align: center;
    background: #efefef;
    border-radius: 5px;

}

.kyc_id_wrap .kyc_uploaded_photo img{
    max-width: 200px;
    max-height: 100px;
}



/* Companies List */
.companies_list_wrap{

}

.companies_list_wrap .company_banner{
    max-height: 275px;
    overflow: hidden;
    background: #efefef;
}

.companies_list_wrap .company_item .company_logo{
    margin-top: -75px;
    text-align: right;
}

.companies_list_wrap .company_item .company_logo span{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 2px #FFF;
    background: #999;
}

.companies_list_wrap .company_item .company_meta .meta_item{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; 
    margin-bottom: 8px;
}

.company_item,
.service_item{
    overflow: hidden;
}


/* SINGLE COMPANY PAGE */
.company_profile_wrap{

}

.company_profile_wrap .card-inner h5{
    color: #0971fe;
}

.company_profile_wrap .com_banner{
    position: relative;
    background: #000;
    overflow: hidden;
    border-radius: 5px;
}

.company_profile_wrap .com_banner img{
    display: block;
    position: relative;
    z-index: 1;
    opacity: .7;
}

.company_profile_wrap .com_banner .com_status{
    display: block;
    padding: 10px;
    background: #dfaa00;
    color: #FFF;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 20px;
    line-height: 1;
    font-size: 12px;
    z-index: 2;
    box-shadow: 0px 0px 15px 0 #000000;
}

.company_profile_wrap .com_meta{
    position: relative;
    margin-top: -165px;
    z-index: 3;
}


.company_profile_wrap .com_logo{
    /*position: absolute;
    top: 0px;
    left: 20px;

    width: 120px;
    height: 120px;*/
}

.company_profile_wrap .com_logo span{
    display: inline-block;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: solid 2px #FFF;
    background: #ccc;
    box-shadow: 0px 0px 15px 0 #00000080;
}

.company_profile_wrap .com_name{
    padding-left: 150px;
    margin-top: -105px;
    color: #FFF;
    padding-bottom: 20px;
}

.company_profile_wrap .com_name h2{
    color: #FFF;
    text-shadow: 0 0 10px black;
}

.gallery_preview .gallery-image,
.company_profile_wrap .gallery-image,
.lpj_gallery_wrap .gallery-image{
    display: block;
    height: 200px;

    background: #ccc;
}

.gallery_preview .gallery-image img,
.company_profile_wrap .gallery-image img,
.lpj_gallery_wrap .gallery-image img{
    width: 100%;
    height: 100%;

    object-fit: contain;
}




@media (max-width: 425px) {
    .company_profile_wrap .com_logo{
        text-align: center;
    }

    .company_profile_wrap .com_meta{
        margin-top: -100px;
    }

    .company_profile_wrap .com_name{
        padding-left: 0px;
        margin-top: 20px;
        text-align: center;
        color: #000;
    }

    .company_profile_wrap .com_name h2{
        color: #0971fe;
        text-shadow: none;
    }
}


/* Single Service Page */
.pro_service_details_wrap{

}

.pro_service_details_wrap .service_img{
    position: relative;
    background: #000;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
}



/* Header */

@media (max-width: 425px) {
    .nk-menu-trigger{
        margin-right: .2rem;
    }

    .logo-img{
        max-height: 24px;
    }
}

/* Sidebar */
.nk-sidebar-content .lpj-user-profile{
    padding-left: 22px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}
.nk-sidebar-content .lpj-user-profile .user-name{
    font-size: 15px;
}
.nk-sidebar-content .lpj-user-profile a:hover .user-name{
    color: #0971fe;
}

.is-compact .lpj-user-profile .user-name{
   opacity: 0;
}

.is-compact.has-hover .lpj-user-profile .user-name{
   opacity: 100;
}

@media (min-width: 1200px) {
    .nk-sidebar.is-compact:not(.has-hover) .lpj-user-profile .user-card {
        left: 0px; 
    }
}



/* Inquiry */
.inquiry_convo .nk-reply-item{
    border-bottom: solid 1px #eee;
    margin-bottom: 2rem;
}

.inquiry_convo .nk-reply-item .nk-reply-entryxxx{
    background: #f6f6f6;
    border-radius: 5px;
    padding: 10px;
}

.replies_list_wrap_2 .nk-reply-item{
    border-bottom: solid 1px #eee;
    margin-bottom: .75rem;
}

.replies_list_wrap_2 .nk-reply-item .nk-reply-entryxxx{
    background: #f6f6f6;
    border-radius: 5px;
    padding: 10px;
}


a.inquiry_item_btn .nk-msg-item {
    border-bottom: 1px solid #e5e9f2;
    transition: all .4s;
}

a.inquiry_item_btn:hover .nk-msg-item{
    background: #EFEFEF;
}

.inq_messages_modal{
    height: 100vh;
}
.replies_list_wrap{
    height: 70vh;
    overflow-y: scroll;
}



/* PROPERTIES */
.price{
    font-size: 1.3rem;
    font-weight: bold;
    color: #20c997;
}

.property_item .property_info h4 a{
    font-size: 1.1rem;
    color: #364a63;
}
.property_item .property_info h4 a:hover{
    color: #0971fe;
}

.property_item .property_info .price{
    font-size: 1.1rem;
    font-weight: bold;
    color: #20c997;
}

.property_item .property_info .houzez-icon{
    font-size: 1.1rem;
}

.property_details_wrap .property_meta{
    text-align: center;
}

.property_details_wrap .property_meta .meta_item{
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
}

.property_details_wrap .property_meta .meta_item .meta_label{
    font-size: 1rem;
}

@media (max-width: 425px) {
    .property_details_wrap .property_meta .meta_item{
        font-size: 1.5rem;
    }
}