/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* Reusable shadow class */
.box-shadow {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* subtle shadow */
    border-radius: 8px; /* optional */
    background: #fff;   /* optional */
    padding: 20px;      /* optional */
}


/* Shadow on Footer*/
.site-footer {
  box-shadow: 0 -4px 16px rgba(0,0,0,0.12);
  position: relative;
  z-index: 1;
}

.archive-title-link a {
    color: #c60489 !important;
}

.archive-title-link a:hover {
    color: #55BCDB !important;
}