/*
 Theme Name: GeneratePress Child
 Template: generatepress
 Version: 1.0
 Description: GeneratePress Child Theme
 Author: Your Name
*/

/* Style */
.breadcrumbs {
    margin-bottom: 15px;
    font-size: 12px;
}
.breadcrumbs a {
    text-decoration: none;
    color: #666;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}