/* Guest book */

.gwolle-gb .gwolle-gb-even {
	background-color: #d1e5f9;
} 
form.gwolle-gb-write div.label label {
   font-weight: bold;
   color: #5a6c9a !important; /* raf blue */
   font-family: sans-serif;
}
/* Guest book buttons colour */
.gwolle-gb input[type=”button”],
.gwolle-gb input[type=”submit”],
.gwolle-gb input.button {
box-shadow: 0 0.25em 0 0 #5a6c9a,0 4px 9px rgba(0,0,0,0.75);
background-color: #5a6c9a;
}
/* Guest book write button */
.gwolle-gb-write-button input {
border-radius: 0.25em;
border: none;
padding: 4px 8px;
}

/* guest book input notice colour to  #5a6c9a */
.gwolle_gb_notice {
color: #5a6c9a
}

/* contact form 7 */
/* contact form 7: new button color (light mode) */
.wpcf7 input[type="submit"] {
  background: #5584e1; /* background color, default value = #34343b */
  color: #ffffff; /* text color, default value = #ffffff */
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  background: #6c98f0; /* background color on hover, default value = #786fff */
  color: #ffffff; /* text color on hover, default value = #ffffff */
}
 
/* Halva theme colour changes */
/* change widget title color (light mode) */
.bwp-widget .bwp-widget-title,
.bwp-sidebar-content .wp-block-group h1,
.bwp-sidebar-content .wp-block-group h2,
.bwp-sidebar-content .wp-block-group h3:not(.bwp-widget-title),
.bwp-sidebar-content .wp-block-group h4,
.bwp-sidebar-content .wp-block-group h5,
.bwp-sidebar-content .wp-block-group h6,
.bwp-sidebar-content .widget_block .widget-title {
  color: #5a6c9a; /* default color = #34343b */
}
 
/* navigation bar (light mode) */
.bwp-secondary-nav a {
		color: #5a6c9a;
	}
       .bwp-secondary-nav a:hover {
		color: #000;
}


    
.bwp-secondary-nav-container a:hover {
		color: #000;
	}

/* recaptcha badge visible - false */
.grecaptcha-badge {
	visibility: hidden
}

/* page title colour (light mode) */
.bwp-single-post-title {
  color: #5a6c9a;
}

/* post reply title colour */
.comment-reply-title {
  color: #5a6c9a;
}
 
/* post title colour */
.bwp-single-post-title .bwp-content .wp-block-button__link
}


/* Subscribe me widget button color */
#subscribe-submit .wp-block-button__link { 
	background-color:#5a6c9a;
 }

/* Buttons - Leave a reply button */
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #5a6c9a;
  border: 1px solid transparent;
  border-radius: 0.563rem;
	}
	
/* Up arrow color */
.fa-arrow-up {
  color: #5a6c9a;
 	}



/* ?? Up arrow color */
.user-settings-button {
  color: #5a6c9a
 	}
/* Subscribe me widget button color */
#subscribe-submit .wp-block-button__link { 
	background-color:#5a6c9a;
 }

/* coment note to #5a6c9a */
.comment-notes {
		color: #5a6c9a
	}

/* subscribe-label colour to #5a6c9a */
.subscribe-label {
		color: #5a6c9a
	}

/* contact form label colour to #5a6c9a */
.wpcf7-form label {
color: #5a6c9a
}
/* subscribe-label colour to #5a6c9a */

/* testing css below */
/*  */



.gb-notice-dismiss {
color: red
}