/*
 Theme Name:   MyWebsite Pro Listings
 Theme URI:    https://mywebsite.co.za
 Description:  Full-featured Professional Listing and Directory Site
 Author:       JP van Rooyen
 Author URI:   https://mywebsite.co.za
 Template:     listingpro
 Version:      2.4.1.9b
 Tags:         listingpro, directory, listing, right-sidebar, professional full featured listings, professional full-featured directory site, responsive-layout, accessibility-ready
 Text Domain:  listingpro
*/


/* This version contains a bit of code to replace images using the child theme. */




/*
//
//
// *****************************     THIS IS     THE LIVE SITE       *****************************
// *****************************     THIS IS     THE LIVE SITE       *****************************
// *****************************     THIS IS     THE LIVE SITE       *****************************
// *****************************     THIS IS     THE LIVE SITE       *****************************
// 
*/
/* 
 * Start TEMP styling for grid view @ WPMF (report to support for official fix)
 * 
 */
/*#wp-media-grid > div.media-frame.wp-core-ui.mode-grid.mode-edit.hide-menu > div.media-frame-tab-panel > div.media-frame-content > div > div.attachments-wrapper {
	width: 100%;
}*/
.attachments-browser ul.attachments {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    max-width: 100%;
}
.media-frame-content[data-columns="1"] .attachment {
    width: 10% !important;
}
/*
 *  End TEMP Grid view @ WPMF 
 * 
 */


/* START MWS general logo styling */
.lp-logo {
		background-color: rgba(255, 255, 255, 0.85);
			border-radius: 7px;
		padding: 2px;
	}
/* Advertiser Dash Logo */
.sidebar-brand img {
	padding: 5px 2px 5px 2px;
	background: rgba(255, 255, 255, 0.65)
}
/* END LOGO STYLING */


/* START 404 STYLING */
/* 404 text target (styled as semi-heading) */
/*
.pg-404-p {
	color: yellow;
}
*/

/* 404 title text */
.pg-404-tit {
	color: #4788C7;
}

/* full 404 title target
.page-404-title .pg-404-tit .mr-top-0 {
	color: yellow;
}
*/
/* END 404 STYLING */
