/* This stylesheet is created by The Big Read > Useful Tools > Last Word CSS module. The Big Read plugin needs to be installed and active in your plugins, and the Last Word CSS module enabled in the Useful Tools section for this stylesheet to be executed. In your WordPress administrator dashboard, visit The Big Read to see the settings.*/
/* version 1.7.7 */

/* CONTENT PANEL WITH BLACK TINT */ 
.tint-panel {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2em;
    border-radius: 20px;
    margin-top: 4em !important;
    margin-bottom: 4em !important;
}
.tint-panel h2, .tint-panel h3, .tint-panel h4, .tint-panel h5, .tint-panel h6, .tint-panel p, .tint-panel li,
.tint-panel blockquote, .tint-panel .wp-block-quote, .tint-panel .wp-block-pullquote, 
.tint-panel .wp-block-image:not(.wp-block-gallery figure) figcaption, 
.tint-panel .wp-block-image:not(.wp-block-gallery figure) .wp-element-caption, 
.tint-panel .wp-block-gallery > .wp-element-caption, .blocks-gallery-caption, .tbr-custom-caption,
.tint-panel .wp-block-post-featured-image {
        margin-block-end: 24px !important;
}

/* MIXED CASE FONT WEIGHT */
.thin {font-weight:100;}

/* FIXES MEOW GALLERY WIDTH ON FRONT PAGE */
.has-global-padding > .alignfull .gallery-spread {
  margin-right: auto;
  margin-left: auto;
margin-bottom: 4em;}

/* LINK SETTINGS 
a {text-decoration: none;}
a:hover, a:focus, 
.wp-block-post-title :where(a):hover, 
.wp-block-post-title :where(a):focus,
h2 a:hover, h2 a:focus,
.tint-panel h2 a:hover, .tint-panel h2 a:focus,
.tint-panel * a:hover, .tint-panel * a:focus,
.mPS2id-clicked a:hover, .mPS2id-clicked a:focus,
li.wp-block-post:nth-child(2) > div:nth-child(1) > h2:nth-child(2):hover, li.wp-block-post:nth-child(2) > div:nth-child(1) > h2:nth-child(2):focus,
.wp-block-post-title :where(a):hover, .wp-block-post-title :where(a):focus{
    text-decoration: underline dotted !important; text-underline-offset: 4px; text-decoration-thickness: 4px !important;} */



:root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover),
.wp-elements-583e963621ef2702c09b754f748f2b98 a:where(:not(.wp-element-button)):hover {
    text-decoration: none !important; color: red !important;
}
