/*
 Theme Name:   Listingpro Child
 Theme URI:    http://studio.cridio.com/listingpro/
 Description:  Listingpro Child Theme
 Author:       cridio team
 Author URI:   http://cridio.com/
 Template:     listingpro
 Version:      1.0.0
 Tags:         listingpro, directory, listing, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  listingpro
*/

/* Fix für Batch */

div.lp-grid-desc-container.lp-border.clearfix div.lp-grid-box-description div.lp-grid-box-left.pull-left h4 {
    overflow: visible !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}


/*Link Farben Anpassungen Startseite + Kommentar */
.elementor-element-c6c142c.elementor-widget-text-editor p a {
    color: #E86C61 !important;
    font-weight: 700 !important;
}

.comments-form p.logged-in-as a {
    color: #E86C61 !important;
    font-weight: 700 !important;
}

.elementor-element-5a8011e h2 {
    color: #fcfcfc !important;
}

.elementor-element-5a8011e .elementor-element-a87a1bb p {
    color: #fcfcfc !important;
}

.lp-grid-box-contianer .lp-grid-desc-container {
    min-height: 470px;
}


/*Navigation Anpassung*/
div.lp-join-now a {
    text-transform: none !important;
}

/*Farb-Anpassungen*/
.btn-dark a {
    background-color: #ff6f01 !important;
}

.btn-dark a:hover {
    background-color: #363f48 !important;
}



.btn-dark a span {
    color: #ffffff !important;
}

.btn-light a {
    background-color: #ffffff !important;
    
}
.btn-light a span {
    color: #333 !important;
}

.elementor-element-a87a1bb p {
    color: #333 !important;
}

/*Höhen Anpassung Kacheln*/
.elementor-element-25a2986 .lp-listings div.lp-listing-bottom {
    min-height: 200px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 30px !important;
}

/*Facebook Chat Anpassung*/

.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in 
{
    bottom: 60px !important;
    right: 15px !important;
}

.grecaptcha-badge {
    bottom: 160px !important;
}

.first-button-to-save-profile {
    padding-top: 15px !important;
}

/*Kommentarfeld Anpassung*/

.comment-respond form p {
    display: flex;
    align-items: center;
}

.comment-respond form p a {
    padding: 0 0 0 25px !important;
}


.lpmap-icon-shape.pin {
    -webkit-animation-name: none !important;
    animation-name: none !important;
}

@media (min-width: 990px) {
    .blue-section .form-group .checkbox.form-group {
        margin-left: -130px !important;
    }
    
}

@media (max-width: 980px) {
    .lp-menu-bar .mobile-nav-icon {
        top: -70px !important;
    }
    
}

@media (max-width: 800px) {
    .lp-menu-bar .mobile-nav-icon {
        top: -60px !important;
    }
}

@media (max-width:767px) {
    .updateprofile-tab .form-group {
        display: flex;
        justify-content: space-between;
        }

        .lp-grid-box-contianer .lp-grid-desc-container {
            min-height: 1px;
        }
}

@media (max-width: 667px) {

    .lp-search-toggle { width: 29% !important; }

    .col-md-2.col-xs-6.lp-logo-container a img {
        max-width: 40% !important;
    }

    .lp-menu-bar .mobile-nav-icon {
        top: -50px !important;
    }

    .lp-grid-box-contianer .lp-grid-desc-container {
        min-height: 1px;
    }

}

@media (max-width: 480px) {

    .lp-menu-bar .mobile-nav-icon {
        top: -30px !important;
    }

     .noti-icon {
        height: 25px !important;
        line-height: 25px !important;
        width: 25px !important;
    }

    	.notification.success.clearfix p {
    color: #27ae60;
    float: left;
    line-height: 25px;
    margin: 10px;
    padding: 10px;
    width: 220px;
}


}

#app-view-login-popup .login-form-pop-tabs {
    background-color: #e86c61 !important;
}

.siginincontainer2 .social-login,
.siginincontainer2 .alterna,
.siginupcontainer2 .social-login,
.siginupcontainer2 .alterna  { display: none !important; }

.login-form-popup-outer .form-horizontal .checkbox a { color: #e86c61 !important; }

.fa-gift {
    font-family: 'FontAwesome';
    font-style: normal;
}  


@media (max-width: 1024px) {
.listing-app-view .listing-app-view2 .sidebar-post {
    margin-top: 0px;
    padding: 40px;
    margin-bottom: 380px;

}


.lp-saved.lp-saved-dash .lp-listing-outer-container.clearfix.lp-grid-box-contianer {
    display: flex !important;
}

.lp-saved.lp-saved-dash .lp-listing-outer-container.clearfix.lp-grid-box-contianer .col-md-6.lp-content-before-after {
    width: 60vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lp-saved.lp-saved-dash .lp-listing-outer-container.clearfix.lp-grid-box-contianer .col-md-4.lp-content-before-after {
    margin: -10px 0 0 -25px !important;
}

/* section bg orange */
.bg-orange { background-color: #ff6f01 !important; }