/*
 Theme Name:   Reflective Writing
 Description:  A child theme for Twenty Twenty-Four
 Author:       Dave Barrington
 Template:     twentytwentyfour
 Version:      1.0.0
 Text Domain:  twentytwentyfour-child
*/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Centers all children vertically inside a Group */
.wp-block-group.center-vertically, .wp-block-column.center-vertically {
    display: flex;
    flex-direction: column; /* row = horizontal, column = vertical stacking */
    justify-content: center; /* vertical centering */
    gap: 16px; /* optional spacing between items */
}

.block-editor-block-list__block .wp-block-group.center-vertically {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.has-search-icon {
  position: relative;
}

.has-search-icon .wp-block-search__input {
  padding-left: 1.0rem; 
	padding-right: 1.5rem
}

.has-search-icon::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.14583 15.3708 4.8875 14.1125C3.62917 12.8542 3 11.3167 3 9.5C3 7.68333 3.62917 6.14583 4.8875 4.8875C6.14583 3.62917 7.68333 3 9.5 3C11.3167 3 12.8542 3.62917 14.1125 4.8875C15.3708 6.14583 16 7.68333 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8125 13.5625 12.6875 12.6875C13.5625 11.8125 14 10.75 14 9.5C14 8.25 13.5625 7.1875 12.6875 6.3125C11.8125 5.4375 10.75 5 9.5 5C8.25 5 7.1875 5.4375 6.3125 6.3125C5.4375 7.1875 5 8.25 5 9.5C5 10.75 5.4375 11.8125 6.3125 12.6875C7.1875 13.5625 8.25 14 9.5 14Z' fill='%2346468C'/%3E%3C/svg%3E");
}
.current-menu-item {
	font-weight: 700;
}
.flex-grow-1 {
	flex-grow: 1;
}
.flex-grow-0 {
	flex-grow: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #404087;
}
.home_hero_text {
	max-width: 640px
}
.align_items_stretch {
	align-items: stretch;
}
.footer_wrapper {
	margin-top: 0px;
	margin-block-start: 0px !important;
}
	
body .gform_wrapper .gform_footer input[type=submit] {background: var(--wp--preset--color--marian-blue) !important}