/*background colors */
.post-content {
	background-color: #043e3a;
}
.post-header {
	background: #043e3a;
}
.post-header:after {
    border-top-color: #043e3a !important;
}
/* menu colors */
.navigation {
	background: #043e3a!important
}
.nav-toggle,
.nav-toggle p {
    color: #d2d2ca !important;
}

.nav-toggle .bar {
    background: #d2d2ca !important;
}
.post-title {
	color: #d2d2ca !important;
}
.footer {
	background-color: #043E3A !important;
}
.wp-block-image img {
    width: 70% !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Dropdown menu background */
.main-navigation ul ul,
.main-navigation ul ul li,
.main-navigation ul ul li a {
    background-color: #043e3a !important;
}
.main-navigation ul li a {
    color: #d2d2ca !important;
}
.main-navigation ul li a:hover {
    background: #008577 !important;
    color: #ffffff !important;
}
/* Clickable names */
.page-id-76 .wp-block-details summary {
    text-align: center;
}
.page-id-76 .wp-block-details summary {
    font-size: 2em;
    font-weight: 500;
		font-family: lobster two;
    line-height: 1.3;
    text-align: center;
}
/* CONTACT FORM FIELD COLOUR + TYPED TEXT */
body .contact-form input.wp-block-jetpack-input.grunion-field,
body .contact-form textarea.wp-block-jetpack-input.grunion-field {
    background: #d2d2ca !important;
    background-color: #d2d2ca !important;
    color: #000000 !important;
}

/* LABEL POSITION */
body .contact-form .contact-form__inset-label-wrap {
    position: relative !important;
}

body .contact-form .notched-label {
    position: absolute !important;
    z-index: 50 !important;
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
    color: #000000 !important;
    pointer-events: none !important;
}

/* MESSAGE LABEL */
body .contact-form .grunion-field-wrap:has(textarea) .notched-label {
    top: 20px !important;
    transform: none !important;
}

/* HIDE LABEL WHEN FIELD IS CLICKED */
body .contact-form .contact-form__inset-label-wrap:focus-within .notched-label {
    opacity: 0 !important;
}
/* KEEP LABEL HIDDEN ONCE A REQUIRED FIELD HAS VALID TEXT */
body .contact-form .contact-form__inset-label-wrap:has(input:valid) .notched-label {
    opacity: 0 !important;
}

/* REMOVE JETPACK WHITE LABEL BACKGROUND */
body .contact-form .notched-label,
body .contact-form .notched-label *,
body .contact-form .notched-label *::before,
body .contact-form .notched-label *::after {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
}
/* title of posts */
.post-title,
.post-title a,
.single-post .post-title,
.single-post .entry-title,
.single .entry-title {
    color: #d1d0c8 !important;
}
.comments-area,
#comments,
.comment-respond,
.comment-reply-title {
    background: #043e3a !important;
}
/* underline links */
.entry-content a,
.page-content a,
.post-content a {
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}
.entry-title,
.page-title,
.post-title {
    font-size: 45px !important;
}
.wp-block-jetpack-contact-form .contact-form__response .contact-form__response-title {
    color: #d2d2ca !important;
}
/* Thank you message after contact form submission */
h4[id^="contact-form-success-header-"] {
    color: #d2d2ca !important;
}