/*!
Theme Name: Onovo Child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Onovo - Creative Portfolio Agency WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: onovo
Text Domain: onovo-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

section.footer-area h3 {
    color: #000000;
    font-family: "Syne", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.9em;
    letter-spacing: 0.3px;
}
section.footer-area p {
    color: #000000;
    font-family: "Syne", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 1px;
	margin: 8px 0;
}

.footer-area h3:before, .footer-area h3:after {
    content: "";
    display: block;
    left: 0;
    height: 0;
    border-top: 2px solid #4d4d4d;
    position: absolute;
    top: 35px;
    width: 100%;
}

.footer-area h3:hover:after {
    width: 0;
    /*-webkit-transition: width .5s ease-out;*/
    /*-moz-transition: width .2s ease-out;*/
    /*-o-transition: width .25s ease-out;*/
    transition: width .8s ease-out;
    border-color: #fff !important;
}

.footer-area ul.menu {
    margin: 8px 0;
}

.footer-area ul li.menu-item {
    color: #000000;
    font-family: "Syne", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 1px;
    display: block;
}

.footer-area ul li.menu-item a:hover {
    color: #fff;
}


