/* 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.5 */

/* cover title link */
a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-mid-grey);
    text-decoration: none;
}

.blue-background,
.wp-block-navigation:not(.has-background) 
.wp-block-navigation__responsive-container.is-menu-open {
        background-image: url(http://edtudorpole.com/wp-content/uploads/2026/04/blue-bkg.jpg);
}
.wp-block-navigation .wp-block-navigation-item__label {
    color: var(--wp--preset--color--custom-mid-grey);
}
.wp-block-navigation .wp-block-navigation-item__label:hover {
    color: white;
}
.blue-panel { 
    padding: 3em !important;
    border-bottom: 1em solid var(--wp--preset--color--custom-mid-grey);
    border-left: 1em solid var(--wp--preset--color--custom-mid-grey);
    border-right: 1em solid var(--wp--preset--color--custom-mid-grey);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 550px) { 
    .blue-panel {
    padding-left:1em !important;
    padding-right:1em !important;}}

/* mobile menu */
.wp-block-navigation__responsive-container-close, 
.wp-block-navigation__responsive-container-open {
    background: var(--wp--preset--color--custom-mid-grey) !important;
    color: black;
    border-radius: 6px;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  margin-bottom: 10px;
}
:root :where(.wp-block-site-title) {letter-spacing: 0;}

/* button styling */
:root :where(.wp-block-button .wp-block-button__link) {
    background-color: var(--wp--preset--color--custom-mid-grey);
    color: black;
    border: 0;
    padding-bottom: 0.4em !important;
    padding-top: 0.6em !important;
}
.wp-block-buttons .wp-block-button__link:hover,
:root :where(.wp-block-button .wp-block-button__link):hover
 {
    background: url(http://edtudorpole.com/wp-content/uploads/2026/04/red-bkg.jpg) !important;
}

/* COOKIE POLICY TABLE  */
.wpconsent-cookie-policy-table, th, td {
  border-collapse: collapse;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.9em;
}
.wpconsent-cookie-policy-table th,
.wpconsent-cookie-policy-table td {border: 1px solid white;}
/* Cookie Policy ENDS */

/* consent banner */
.wpconsent-banner-holder .wpconsent-banner {
    background: transparent !important;
    background-image: url(http://edtudorpole.com/wp-content/uploads/2026/04/red-bkg.jpg) !important;
}

/* HIDE CONTENT WHEN LOGGED OUT */
body:not(.logged-in) .hideifloggedout {
    display: none !important;
}