/*
Theme Name:     WPJ Kadence Starter
Theme URI:      http://wpjockey.com
Template:       kadence
Author:         Paul Adamson
Author URI:     n/a
Description:    Built with the Kadence Theme for the WordPress block editor. 
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* ADD SHADOW TO HEADER & STICKY HEADER - REMOVE IF NOT NEEDED  #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner, 
.site-header {
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.17);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
} */

/* ADD HOVER EFFECT TO IMAGES WITH #homeboxes CLASS
#homeboxes img:hover {
	  transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    opacity: .8;
} */

/* style blockquote 
blockquote {
    padding-left: 1em;
    border-left: 3px solid #7099A3;
} */

.my-underline mark {
box-shadow: inset 0 -12px 0 var(--global-palette1);
}
