/*
 Theme Name: ListingPro Child
 Theme URI: https://listingprotheme.com/
 Description: Child theme for ListingPro
 Author: KRN
 Author URI: https://justsearchinhosurnearme.com/
 Template: listingpro
 Version: 1.0.0
 Text Domain: listingpro-child
*/

/* --------customize css start---------- */

@media (max-width: 480px) {
    h1, .lp-h1, .lp-h1 a {
        font-size: 18px;
			  line-height: 30px;
			padding-top: 10px;
    }
}

.post-meta-left-box .lp-listing-logo {
    width: 100%;
}
/* logo size */
.lp-header-full-width .lp-menu-bar .lp-logo-container {
    max-width: 130px;
}

@media (max-width: 480px) {
    .lp-header-full-width .lp-menu-bar .lp-logo-container {
    max-width: 80px;
}
}
@media (max-width: 720px) {
    .lp-header-full-width .lp-menu-bar .lp-logo-container {
    max-width: 140px;
}
	}

/* logo size */	

/* logo aliment */
.app-view-header .lp-logo {
    /* float: right; */
    float: none;
    text-align: center;
    margin-left: 90%;
}
/* logo aliment */
	
/* sidebar image */
	.userimage img {
    max-width: 30%;
}
/* sidebar image */

/* listing gap after review button */
.aliceblue {
    margin-top: 10px;
}
/* listing gap end */

/* after description space */
#submitreview {
    margin-bottom: 0px;
}
/* after description space */
/*listing pricing*/

/*listing pricing*/
/* --------customize css end--------- */

/*slogan*/
/* Custom SEO header styles (added via cPanel) */
.cs-seo-header { padding: 18px 0; background: transparent; }
.cs-seo-inner { max-width: 1100px; margin: 0 auto; padding: 0 15px; text-align: left; }
.cs-main-h1 { font-size: 28px; line-height: 1.2; margin: 0 0 8px; color: #111; font-weight: 700; }
.cs-site-slogan { font-size: 16px; color: #666; margin: 0 0 18px; }
@media (max-width:768px) {
  .cs-main-h1 { font-size: 22px; }
  .cs-site-slogan { font-size: 15px; }
}
/*slogan*/


