/*
 Theme Name:   Canine Physical GeneratePress Child
 Theme URI:    https://wolkodesign.com
 Description:  A customized GeneratePress child theme
 Author:       Mike Rende
 Author URI:   https://wolkodesign.com
 Template:     generatepress
 Version:      0.1
*/

.secondary-navigation .main-nav ul li.btn-util a {
    background-color: #c42e32;
    color: #fff;
}
.secondary-navigation .main-nav ul li.btn-util:hover a {
    background-color: #6f1b1c !important;
    color: #fff !important;
}

/* container link */
/* To make the whole block container clickable */
.linked-container {
    position: relative;
}
.linked-container a:first-of-type:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

