/*
Theme Name:   Bosstania
Theme URI:    https://bosstania.com/
Description:  Bosstania
Author:       Neon WordPress Developer
Author URI:   https://neon.web.id/
Template:     generatepress
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  bosstania
*/

.project-title,
.project-address,
.gallery-title {
    color:#fff !important;
}

.single-bosstania-project .inside-article {
    background-color: #F7F8F9;
}

.single-bosstania-project .bosstania-property-item {
    background-color:#ffffff;
}

.bosstania-site-plan {
    margin-top: 100px;
    padding-top: 80px;
    border-top: 1px solid #ddd;
}

.bosstania-section-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.bosstania-section-title h3 {
    margin-bottom:10px;
}

.bosstania-section-title:after {
    content:"";
    width:60px;
    height:4px;
    border-radius:10px;
    background-color:#F2BF1D;
    display:block;
    margin:auto;
}