/* GENERAL */
body {
    font-size: 14px;
    font-family: Work Sans;
    font-weight: 400;
    color: #151112;
}

h1, .h1 {
    font-size: 36px;
    font-family: Oleo Script;
}

a {
    color: #9b8578;
}

a:hover {
    color: #75523f;
    text-decoration: none;
}



@media only screen and (max-width: 768px) {
.navbar-toggle .icon-bar {
    background: #fff !important;
}

.navbar-toggle {
    border-color: #fff !important;
}

#hf_header-right .col-xs-4 {
    width: 100% !important;
}
}


/* MASTHEAD */

.navbar-logo h2, .navbar-logo img {
    display: none;
}

.header-meta.col-sm-3.col-xs-12.pull-right {
    width: 100%;
}

.header-meta.col-sm-3.col-xs-12.pull-right {
    width: 100%;
    padding: 0px;
}

.top-navbar {
    background: #fff;
    padding-top: 8px;
    border-radius: 0;
    border: none;
}

#hf_header-right .col-md-4 {
    padding: 0px;
}

.content1 h1 {
    text-align: center;
    font-family: Oleo Script;
    font-size: 45px;
}
.content1 {
    margin: 40px;
}

.header-meta ul {
    display: none;
}

li.realtor_phone, li.realtor_mobile, li.realtor_email{
    display:none;
}

.top-navbar .nav-collapse {
    background-color: #9c857a;
}

#main_menu a {
    color: #fff;
    font-size: 14px;
    padding: 8px 20px 7px 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
}

#main_menu li.sel > a, #main_menu li:hover > a {
    color: #fff;
    background: #775242;

}

#main_menu li.sel > a {
	font-weight: 500;
}

.dropdown-menu {
    background-color: #9b8578;
}

.home .container.main-content {
    padding: 60px 0;
}

#home-widgets {
    display: none;
}

#about-me {
    padding: 40px 0;
    background: #f6f5f3;
}

.featured_listings .widget-title span {
    display: inline-block;
    padding: 0 20px;
    background-color: transparent;
    font-size: 30px;
}

.featured_listings .widget-title {
    text-align: center;
    background: none;
    line-height: 100%;
    text-transform: capitalize;
    font-family: Oleo Script;
    color: #151112;
    margin-bottom: 40px;
}

.featured_listings .item .address {
    background: #fff;
    margin: 0;
    padding: 20px 0 0;
    line-height: 100%;
    text-align: center;
}

.featured_listings .item .address a {
    color: #151112;
    font-size: 14px;
}

.featured_listings .listing-meta {
    padding: 5px 0 20px 0;
    background: #fff;
    text-align: center;
    color: #775242;
}

.featured_listings .item ul {
    padding: 0;
    display: none;
}

a.btn.btn-success.P-btn {
    background: #9b8578;
    border: 0;
    border-radius: 0;
    padding: 12px 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

/* INNER PAGES */
.has_afc .listing-row h2 a, .properties.list .listing-row h2 a, .listing-row h3.price, body .property_detail h2, body .property_detail h3 {
    color: #9b8578;
    text-decoration: none;
    outline: none;
    font-size: 24px;
    font-weight: 400;
}

.properties.list .pagination a, .has_afc .pagination a {
    display: inline-block;
    float: none;
    color: #9b8578;
}

.footer-before {
    padding: 40px 0;
    border-top: 2px solid #f6f5f3;
}

.bf-content {
    text-align: center;
}

footer {
    background: #9b8578;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
}

footer .footer_menu_links {
    display: none;
    }
