/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


.epl-shortcode-listing, .epl-theme-property-blog-wrapper {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media(max-width:900px){
	.epl-shortcode-listing, .epl-theme-property-blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
}

@media(max-width:580px){
	.epl-shortcode-listing, .epl-theme-property-blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
}

.builder-module-content .epl-listing-grid-view-forced.hentry, .builder-module-content .epl-listing-grid-view.hentry, .epl-listing-grid-view, .epl-listing-grid-view-forced, .epl-listing-grid-view-forced.hentry, .epl-listing-grid-view.hentry, .epl-property-blog.epl-listing-grid-view, .epl-property-blog.epl-listing-grid-view-forced{
	width:unset!important;
}

.epl-listing-post .content-area{
	background-color:#3E5448!important;
}

.epl-property-blog .status-sticker:hover, .epl-property-single .status-sticker:hover{
	background:var(--bricks-color-vhguvj)!important;
}