/*
Theme Name: Ford Realty Company
Theme URI: https://fordrealty.com
Author: Your Name
Description: A custom WordPress theme for Ford Realty Company.
Version: 1.0
Tags: real estate, commercial properties
*/
.footer {
    padding: 90px 0 80px !important;
    color: #999;
    background-color: #333333;
}

.navbar-nav > li a.active {
    background-color: #a8cf45;
    color: #ffffff;
    border-radius: 2px;
}

.navbar-nav > li > a {
    border-radius: 0;
    color: #222222;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    background-color: transparent;
}

.navbar-right > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-right > li {
    margin-top: 2px;
    -webkit-transition: all .3sease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3sease-in-out;
}

.navbar-right > li > a {
    padding: 15px;
}

.navbar-nav > li:hover a, .header_style_01 .navbar-default .navbar-nav > li:focus a {
    background-color: #076799;
    color: #ffffff;
}

.hero {
    position: relative;
    width: 100%;
    height: 80vh;
    background: url("images/ford_realty.png") no-repeat center center;
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5); !* Dark overlay *!*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
    padding: 20px;
}

.search-bar {
    max-width: 600px;
    width: 100%;
}
/* Gradient Transition */
.gradient-transition {
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), white);
}

.hero-overlay h1 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 300;
    text-transform: capitalize;
    display: block;
    margin: 0;
    padding: 30px 0 30px;
    position: relative;
}

.hero-overlay .lead {
    font-size: 21px;
    font-weight: 300;
    padding: 0 0 40px;
    margin: 0;
    line-height: inherit;
    color: #ffffff;
}

.single-feature {
    background: #076799;
    border-bottom: 10px solid transparent;
    text-align: center;
    padding: 30px 25px 45px 25px;
}

.btn-primary {
    background-color: #a8cf45;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #076799;
    color: #ffffff;
}
.single-feature .icon img{
    width: 20px;
    height:auto;
}

@media (max-width: 992px) {
    .navbar-nav li {
        position: relative;
        text-align: center;
        padding: 10px;
    }
}