/*
 Theme Name:   Hestia Child
 Theme URI:    https://www.fotoplus.ro/
 Description:  Child theme for Hestia
 Author:       Fotoplus
 Author URI:   https://www.fotoplus.ro/
 Template:     hestia
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hestia-child
*/
/* Import parent theme styles */
@import url("../hestia/style.css");
/* Custom styles go here */

.navbar .navbar-nav > li a {
	color: black;
}

.navbar .navbar-nav > li a:hover {
	color: black;
}
/* Add CSS for skip link (in style.css): */
.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 99999;
    background: #c62828;
    color: #fff !important;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0 0 5px 0;
}
.skip-link:focus {
    left: 0;
    top: 0;
    outline: 3px solid #000;
}