/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/

#main-navigation .navbar-nav li a {
    color: #000;
}
.footer .copyright {
    display: none;
}
.navbar.navbar-scroll-point {
    position: fixed;
    top: 0;
}

.title-logo-wrapper .tel a {
    margin: 0 0 0 110px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    color: inherit;
    font-weight: 900;
}

header .navbar-default {
    background-color: #fff !important;
    color: #555 !important;
    border-radius: 0;
    position: fixed;
    border: none;
    padding: 0;
    transition: none;
    -webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, .42), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 4px 5px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px -6px rgba(0, 0, 0, .42), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 4px 5px -2px rgba(0, 0, 0, .1);
}
}