/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 30.8.8.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.qodef-property-specification.qodef-property-label-items-holder {
    padding: 15px;
    border: 2px solid #1b1d50;
    border-radius: 8px;
}
.qodef-property-title-section {
    box-sizing: border-box;
    background-color: #fff;
    padding: 0px 30px;
}
article .type-property{
	border: 1px solid #000;
    padding: 5px;
}


.property-status-for-buy .qodef-property-status {
   background-color: rgb(103, 189, 99) !important;
}

.property-status-for-sold .qodef-property-status {
    background-color: rgb(96, 111, 219) !important;
}

.property-status-for-rent .qodef-property-status {
    background-color: rgb(219, 113, 97)) !important;
}