/*
 Theme Name:   Hepta Child
 Theme URI:    http://keenitsolutions.com/products/wordpress/hepta/
 Description:  Hepta Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     hepta
 Version:      2.9
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
h3 {
    font-weight: 300 !important;
}

#rs-header .menu-area .navbar ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #b32024;
}
#rs-header .menu-area .navbar ul > li:hover > a:before,
#rs-header .menu-area .navbar ul > li.active > a:before {
    width: 100%;
}
#business-services .rs-services1 .services-item {
    height: 140px;
}
.link-button {
    display: inline-block;
    padding: 0 38px;
    line-height: 52px;
    background: #b32024;
    color: #fff;
    border: 1px solid #b32024;
    transition: all .3s;
    letter-spacing: 3px;
    font-weight: 400;
}
.link-button:hover {
    background: #fff;
    color: #b32024;
}
.link-button.button-white {
    background:#fff;
    color:#b32024;
    border: 1px solid#fff;
}
.link-button.button-white:hover {
    background: none;
    color: #fff;
}