/*
 Theme Name:   DPC 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
*/

/* sidebar changes */
.sidebar-box ul {
    list-style: none;
    margin-left: 0;
}
.sidebar-box ul li {
    margin-bottom: 1em;
}

/* container links */
.container-link {
  position:relative
}
.container-link a:first-of-type:before {
  position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
  content:""
}
