/* Make Header background solid | 7187116-zen (RN) */
#page .site-header:before {
	opacity: 1 !important;
}	
/* Remove featured content area on Dyad 2 home page, add background image | 6410324-kf */  
.home .featured-content {
    display: none;
}
/* Remove header | zd-6547755 */
.page .entry-header {
    display: none;
}
/* Change background color | zd-6547755 */
.site-content {
    background-color: black;
}
.home .content-area {
    margin-top: 0%;
    background-image: url("https://whiteroseent.com/wp-content/uploads/2023/10/WRE-BACKGROUND.png")  !important;
    background-position: center;
background-repeat: repeat-y;background-color: #000;
}
/* Changing links color to #a3d0ec | 6549835-HC (AVS) */
a {
    color:#a3d0ec !important;
}
/* Set all Paragraph blocks to be white by default | 6549835-zd JP */
p:not(.has-text-color) {
    color: white;
}
/* Remove page icon, background circle, and border before title on single posts and pages | 6550588-zd JP */
.is-singular .entry-inner:before,
.is-singular .entry-inner:after,
.is-singular .entry-content:before {
    display: none;
}
/* Prevent header overlap on homepage | 6550588-zd JP */
@media only screen and (min-width: 680px) {
    .home main#primary {
        padding-top: 82px;
    }
}
/* Change title colour on blog to white / ZD-6754765 (DW) */
.single-post .entry-title {
color: white;
}
/* hide cat and date on posts / ZD-6754765 (DW) */
.single-post .cat-links {
display: none
}
.single-post .published {
display: none
}
/* Change blog page p color / ZD-6754765 (DW) */
.blog p {
color: #a3d0ec
}
.page-id-418 .content-area {
    background-image: url("https://whiteroseent.com/wp-content/uploads/2023/10/WRE-BACKGROUND.png") !important;
    background-position: center;
background-repeat: repeat-y;
}
.page-id-1105 .content-area {
    background-image: url("https://whiteroseent.com/wp-content/uploads/2023/10/WRE-BACKGROUND.png") !important;
    background-position: center;
background-repeat: repeat-y;
}
.page-id-420 .content-area {
    background-image: url("https://whiteroseent.com/wp-content/uploads/2023/10/WRE-BACKGROUND.png") !important;
    background-position: center;
background-repeat: repeat-y;
}
.page-id-2 .content-area {
    background-image: url("https://whiteroseent.com/wp-content/uploads/2023/10/WRE-BACKGROUND.png") !important;
    background-position: center;
background-repeat: repeat-y;
}
.page-id-422 .content-area {
    background-image: url("https://whiteroseent.com/wp-content/uploads/2023/10/WRE-BACKGROUND.png") !important;
    background-position: center;
background-repeat: repeat-y;
}
.page-id-1411 .content-area {
    background-image: url("https://whiteroseent.com/wp-content/uploads/2023/10/WRE-BACKGROUND.png") !important;
    background-position: center;
background-repeat: repeat-y;
}
/* sticky header on smaller screen | 7186827-zen (RN) */  
@media only screen and (max-width: 960px) {
.site-header, .is-singular .site .site-header {
position: fixed;
}
.widget-area.widgets-four {
display: none;
	}}
/* Make the Cover block full width even when the page has a featured image – HOME | 7571251-zen GH */
.home .wp-block-cover.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
}

/* End  | 7571251-zen GH */
