/* Added by stronenv - 2023-07-10*/ 
/*body {
	--wp--style--root--padding-left:1.5rem;
}*/

.header-hero-image figure {
	display:block;
}
.header-hero-image figure img {
    width: 100%;
    height: 100%;
    max-height: 70vh;
    object-fit: cover;
    object-position: bottom;
}


/* Carrie customizing HH2023 */

.wp-block-post-content .wp-block-latest-posts__post-title {
	font-family: var(--wp--preset--font-family--zodiak-bold);
	margin-top: 0.5rem;
font-size:1.4em;
}

.wp-block-post-content .wp-block-latest-posts__post-excerpt {
	margin-top: 1em;
	margin-bottom: 2em;
}

.page-id-22 .wp-block-post-title.page-title {
	display:none;
}

.page-id-22 .wp-block-post-title {
	display: block;
}

h3.wp-block-heading {
	font-family: var(--wp--preset--font-family--karla);
 !important;}

.wp-block-button__link {
	font-family: var(--wp--preset--font-family--zodiak-bold);
	text-transform: capitalize;
}

input {
	border-color: #000000 !important;
}

a.wp-block-navigation-item__content:hover {
	color:#BA4C22 !important;
	text-decoration: underline;
}

button:hover, a.wp-element-button:hover {
	background-color:#000000 !important;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open:hover, .wp-block-navigation__responsive-container-close:hover {
	color: #ffffff !important;
	background-color: #9D3B19 !important;
}

.is-responsive .wp-block-navigation__container {
	font-size: var(--wp--preset--font-size--medium);
}


/* image hover effects, book pg styles */

.zoom img {
    position: relative;
    /*transform: scale(1);*/
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 1;
}

.zoom:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*.wp-block-query .type-book img {
	max-height: 250px;
}*/

@media screen and (max-width: 600px) {
	
.wp-block-query .type-book img {
    max-width: fit-content;
	  align:center;
}
}

/* Michelle customizing HH2023 */

/* remove white background from header social links*/
.header-social-icons {
	background: none;
}


/* Make the site logo overlap the hero image with negative margin only on larger screen sizes */

@media screen and (min-width: 700px) {
	
/* Make the nav menu area have top z-index positioning so the logo overlap works */
.header-banner {
	position: relative;
	z-index: -1;
}	
.site-icon-overlap.wp-block-site-logo {
    margin-bottom: -4.5rem;
}
}

/* remove negative bottom margin on site icon at smaller screen sizes to prevent overlapping */
@media screen and (max-width: 780px) {
.site-icon-overlap.wp-block-site-logo {
    margin-bottom: inherit;
}
}

/* Remove min-height from hero image on smaller screens; adjust header paddings */
@media screen and (max-width: 780px) {
	.header-hero-image .header-banner {
    min-height: inherit !important;
}
	.header-hero-image .wp-block-group {
		width: 100%;
		padding: 0;
	}
	
	.header-hero-image .wp-block-spacer {
		display: none;
	}
	
	.wp-block-site-logo img {
	max-width: 70%;
	}
	
	.header-social-icons.has-background {
		padding: 0;
	}
	
	.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
		font-size: 16px
	}
	
}

/* Adjust opacity of contact form labels*/
.contact-form label span {
	opacity: 1;
}