/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



.site-header {
  border-bottom: 1px solid #ddd;
}

.site-footer {
  border-top: 1px solid #ddd;
}

.page-id-373 .gb-container p:not(:last-child) {
	margin-bottom: 15px;
}


hr.wp-block-separator {
  border-top: 1px solid #b2b2be;
}

.single-post #page {
	max-width: 1200px
}

.apoc-author-box {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 1.5rem;
	border: 1px solid rgba(0,0,0,0.12);
	margin-top: 25px;
}

.apoc-author-box__avatar img {
	width: 96px;
	height: 96px;
	border-radius: 6px; /* adjust to taste */
	object-fit: cover;  /* ensures 1:1 crop stays clean */
	display: block;
}

.apoc-author-box__headline {
	font-size: 1.1em;
	line-height: 1.25;
	margin: 0 0 6px;
}

.apoc-author-box__position {
	font-weight: 600;
	margin: 0 0 8px;
}

.apoc-author-box__bio p {
	margin: 0 0 8px;
}

.apoc-author-box__bio p:last-child {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.apoc-author-box__avatar img {
		width: 100px;
		height: 100px;
		margin-bottom: 1rem;
	}
	
	.apoc-author-box {
		display: block;
	}
}


.generate-columns .inside-article {
  border: 1px solid #ddd;
}

.generate-columns .inside-article .entry-header,
.generate-columns .inside-article .entry-summary {
	padding: 1rem;
}

.generate-columns .inside-article .entry-summary {
	margin-top: 0;
	padding-top: 0;
}

.post-image-above-header .generate-columns .inside-article .post-image {
  margin-bottom: -7px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
}

.terms-footer {
	margin-top: 5px;
}

.terms-footer span {
	display: inline-block;
	padding: 0 7px 0 7px;
}