/** American Reformer **/

body {
  font-family: 'Cenzo Flare', 'Open Sans', sans-serif;
  font-weight: 500;
}

:root {
	--red: #b40000;
	--light-grey: #efefef;
	--grey: #ccc;
}

/* WordPress Block styles */
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 0;
}


/* Helpers */
.no-text-decoration {
	text-decoration: none !important;
}

/* Colors */
.has-background-light-grey {
	background-color: var(--light-grey);
}




/* Site Header */

.site-header {
	position: relative;
	z-index: 999;
	display: block;
	padding: 1.5em 1em 1.25em 1em;
	height: auto;
	width: 100%;
	line-height: 1;
}

.home .site-header {
  background-image: url('/wp-content/themes/american-reformer/primary-header-optimized.jpg');
  background-repeat: repeat-x;
  height: 441px;
  background-size: cover;
  background-position: center;
}


.site-header::after {
  clear: both;
  display: block;
}

.site-branding {
  display: inline-block;
}

.site-branding img {
  max-width: 300px;
  margin-left: 0.5em;
  padding: 0.25em;

}

.site-branding .site-title,
.site-branding .site-description {
  display: none;
}







/* Navigation */

.main-navigation {
  float: right;
  text-align: right;
  width: auto;
  line-height: 40px;
  margin-right: 0.5em;
}

.main-navigation li {
  text-transform: lowercase;
  margin-right: 0.5em;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
}

.main-navigation li a {
  color: #000;
  letter-spacing: 0.35px;
}


.main-navigation li a:hover {
  color: #D2414B;
}

.home .main-navigation li a:hover {
  color: #fff;
}

.main-navigation ul > li:hover > a:hover {
  color: #D2414B !important;
}

.main-navigation ul li:hover > ul {
	left: unset;
    right: 0;
    background: #fff;
}

.secondary-navigation {
  padding: 1em 0 0 0;
  text-align: center;
  font-size: 1.25em;
  display: block;
  clear: both;
  width: auto;
}

.archive .secondary-navigation {
  padding: 1em 0 1em 0;
}

.secondary-navigation li {
  text-transform: lowercase;
  margin: 0.25em 0.35em;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
}

.secondary-navigation a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.secondary-navigation a:hover {
  color: #D2414B;
}

ul#secondary-menu {
  margin: 0;
  padding: 0;
}


.posts-navigation {
  max-width: 1200px;
  margin: 1em auto;
  padding: 0 1em;
}

.posts-navigation a,
.comments-navigation a {
  font-weight: 500;
  text-transform: lowercase;
  text-decoration: none;
  color: inherit;
}

.comments-navigation {
  margin: 0;
  padding-top: 3em;
}


.comment-navigation,
.post-navigation {
  max-width: 1200px;
  margin: 1em auto;
  padding: 0 1em;
}

.single .posts-navigation,
.single .post-navigation {
  border-top: 1px solid #ddd;
  padding: 1em;
  border-bottom: 1px solid #ddd;
}


.nav-previous a::before {
  content: '\2190 ';
}

.nav-next a::after {
  content: '\2192';
}

.menu-item {
	position: 'relative',
}


/* Block Seperator */

.wp-block-separator {
  border: none;
  border-top: 1px solid #ccc;
  width: 50%;
  margin: 0 auto;
}







/* Newsletter Subscription section */


.newsletter-signup {
  line-height: 1.2;
  border: 1px solid #D2414B;
  background-color: #fff;
  padding: 0.3em 2.5em 1em 2.5em;
  display: block;
  clear: both;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.home .newsletter-signup {
	background-color: var(--light-grey);
}

.newsletter-signup::after {
  content: ' ';
  display: block;
  clear: both;
}

.newsletter-signup .amref-logo {
	position: absolute;
	width: auto;
	height: 55px;
	margin: 2.25em 1em 1.75em 0;
	padding: 0 1em 0 0;
	border-right: 2px solid #000;
}

.newsletter-signup h1,
.newsletter-signup h2,
.newsletter-signup h3 {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 500;
}

.newsletter-signup h3 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 0.9em;
 display: block;
  padding: 0;
  margin: 0;
}

.newsletter-signup-title {
	text-transform: lowercase;
	line-break: 1;
}
.newsletter-signup-title .ar-red {
  display: inline;
}

.newsletter-signup-title,
.newsletter-signup-cta {
  display: inline;
}


.newsletter-signup-copy {
  padding: 0 1em 0 5em;
}


.newsletter-signup-header {
	position: relative;
	width: 50%;
	margin: 1em 0 1em 0;
	display: inline-flex;
	align-items: center;
}

.newsletter-signup form {
/*   width: 45%; */
/*   margin: 1em 0 1em 0; */
  margin: 1em 10px 1em 10px;
  display: flex;
  float: right;
  text-align: right;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-signup form input[type="email"],
.newsletter-signup form input[type="text"],
.newsletter-signup form select {
  padding: 0.5em 1em;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #333333;
  font-family: 'Sorts Mill Goudy', 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1;
  width: 60%;
  min-width: 315px;
  margin-bottom: 5px;
}


.newsletter-signup form input[type="submit"],
.newsletter-signup form button[type="submit"]{
  padding: 0.5em 1em;
  background: #b40000;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-family: 'Cenzo Flare', 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-transform: lowercase;
}


.newsletter-signup form input[type="submit"]:hover,
.newsletter-signup form button[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer;
}


.newsletter-signup {
  max-width: 1200px;
/*   margin: 1em auto; */
/*   margin: 10px; */
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 1em;
}

@keyframes inputSlide {
	from {
		max-height: 0px;
	}
	to {
		max-height: 300px;
	}
}


.newsletter-signup form inputs {
	display: inline-block;
	max-width: 320px;
}

.newsletter-signup form otherinputs {
	display: none;
	animation-name: inputSlide;
	animation-duration: 1s;
	overflow-y: hidden;
}
.newsletter-signup form:focus-within otherinputs {
	display: block;
}

.newsletter-signup form submitbutton {
	display: inline-block;
}

.newsletter-signup form input[type="text"]:placeholder-shown + select {
	display: none;
}


.virtuous-newsletter-form {
}
.virtuous-newsletter-form label,
.virtuous-newsletter-form span {
	font-weight: normal !important;
}
.virtuous-newsletter-form button {
	padding: 0.5em 1em !important;
	background: #b40000 !important;
	border: none !important;
	border-radius: 4px !important;
	color: #fff !important;
	font-family: 'Cenzo Flare', 'Open Sans', sans-serif !important;
	font-size: 1em !important;
	line-height: 1.5 !important;
	text-transform: lowercase !important;
	font-weight: normal !important;
}
.virtuous-newsletter-form input {
	border-color: #CCCCCC !important;
}
.v_iw {
	display: flex;
	justify-content: right;
}


/* Site Widgets & Footer */

hr.widget-rule {
  height: 19px;
  background-color: #D2414B;
  margin: 4em 0 1em 0;
}


.widget-area {
  width: auto;
  display: block;
  clear: both;
  line-height: 1.75;
  padding: 1.5em 50px 1em;
}

.widget-area::after {
  display: block;
  clear: both;
  content: " ";
}

.widget-area .footer {
  min-height: 15em;
  width: 30%;
  display: inline-block;
  height: auto;
  vertical-align: text-top;
  margin: 0 2% 0 0;
}

.widget-area .footer.footer-one {
  width: 40%;
}

.widget-area .footer.footer-two {
  width: 20%;
}
.widget-area a {
	font-weight: 400;
}

.widget-title {
  line-height: 1.3;
  text-transform: lowercase;
  font-weight: 700;
  font-size: 20px;
}

.footer .widget img {
  margin: 1em 0 0 0;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .menu a {
	text-decoration: none;
	text-transform: lowercase;
}

.footer .menu a:hover {
	border-bottom: 1px solid #D2414B;
	color: #D2414B;
}

.site-info {
	padding: 0 50px;
}


.site-footer {
  color: #000;
  text-align: left;
  font-size: 16px;
}

.footer-three {
  float: right;
  margin-right: -2%;
}

.right-widget {
	margin: 0;
}

.categories-header {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.categories-header {
	margin-top: 0
	}
}

.cat-item {
	margin-bottom: 9px;
}

.cat-item a {
	text-decoration: none
}

.cat-item a:hover {
	text-decoration: underline
}

@media screen and (min-width: 768px) {
	.footer > .widget_media_image {
		margin-bottom: 0
	}
}

@media screen and (max-width: 767px) {
	.footer-three {
		float: left;
	}
}

.mb-0 {
	margin-bottom: 0
}

.md-visible {
	display: block
}

.md-hidden {
	display: none
}

@media screen and (max-width: 767px) {
	.md-visible {
		display: none;
	}
	
	.md-hidden {
		display: block;
	}
}









.small-entry .post-thumbnail img {
  width: auto;
  border: 1px solid #aaa;
  padding: 2px;
}

.small-entry .entry-title,
.small-entry .entry-meta {
  margin: 0 3px;
}


.main-navigation ul {
  margin-left: 0.75em;
}















/* --------------- Entry Styles --------------- */



/* Entry Headers, including Entry Titles */

.entry-header {
  font-family: 'Cenzo Flare', 'Open Sans', sans-serif;
  font-weight: 300;
}

.single .entry-header {
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.page .entry-header,
.archive .entry-header {
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}


.entry-header-small img {
  width: auto;
}

.page .main-header,
.archive .main-header,
.search .main-header {
  text-align: center;
  padding: 3em 1.5em 100px 1.5em;
  min-height: 346px;
}
.search .main-header .search-query {
	color: #D2414B !important;
}

.main-header {
	background-color: #000;
}
.single .main-header {
  padding: 3em 1em 2.5em 3em;
  min-height: 346px;
}

.home #masthead:before,
.main-header:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(56, 48, 48, 0.4) 0%, rgba(56, 48, 48, 0) 100%);
	mix-blend-mode: normal;
	z-index: 0;
}
.home #masthead:before {
	z-index: -1;
}

.entry-header {
  background-image: inherit;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  position: relative;
  font-weight: 500;
}

.entry-header::after {
  display: table;
  clear: both;
}

.entry-header .byline {
  color: white;
  margin-right: 0.5em;
}
.main-header .byline:after {
	content: '/';
	display: inline-block;
	margin-left: 0.5em;
	color: #fff;
}

.entry-header .byline a,
.entry-header .byline a:visited,
.entry-header .byline a:hover,
.entry-meta .posted-on a {
  color: #D2414B;
}

.single .entry-header .byline a,
.single .entry-header .byline a:visited,
.single .entry-meta .posted-on a,
.single .entry-header .byline a:hover {
  color: #fff;
}

.entry-header-inner {
  position: relative;
}

.page .main-header,
.single .main-header,
.archive .main-header,
.search .main-header {
	display: flex;
	align-items: flex-end;
}

.page .main-header .entry-header-inner,
.single .main-header .entry-header-inner,
.archive .main-header .entry-header-inner,
.search .main-header .entry-header-inner,
.home .entry-header-inner {
	width: 100%;
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
}
.home .entry-header-inner {
	margin: 0;
}
.single .main-header .entry-header-inner,
.home .entry-header-inner {
	padding-bottom: 0.2em;
}
.single .main-header .entry-header-inner:before,
.home .entry-header-inner:before {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 7px;
	transform: rotate(25deg);
}
.home .entry-header-inner:before {
	background: rgb(255 255 255 / 40%);
}
.single .main-header .entry-header-inner:after,
.home .entry-header-inner:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.home .entry-header-inner:after {
	background: rgb(255 255 255 / 40%);
}
.main-header .entry-title {
	font-weight: 500;
}
.page .main-header .entry-title,
.single .main-header .entry-title,
.home .entry-header-inner .entry-title {
	max-width: 435px;
}

.page .main-header .entry-title {
	max-width: 593px;
}

.archive .main-header,
.search .main-header {
	margin-bottom: 75px;
}
.search .main-header .entry-title {
	text-align: center;
	width: 100%;
}
.archive .main-header .entry-title {
	color: #D2414B;
	width: 100%;
	text-align: left;
}
.archive .main-header .entry-title span,
.search .main-header .entry-title span {
	color: #fff;
}
@media screen and (min-width: 768px) {
	.archive .main-header .entry-header-inner {
		margin-left: 34.5%;
	}
}

.dpsp-share-text {
	font-family: 'Cenzo Flare', 'Open Sans', sans-serif;
	margin-bottom: 0 !important;
	text-transform: lowercase;
}
.dpsp-share-text::before {
	background: black;
	content: '';
	display: block;
	height: 2px;
	width: 4.3em;
}

#dpsp-content-bottom {
	margin-top: 10px !important;
}
#dpsp-content-bottom li {
	margin-right: 3px;
}

body.author .main-header.entry-header {
	background-image: url('/wp-content/uploads/2022/08/author-hero-scaled.jpeg');
}
body.category-state .main-header.entry-header {
	background-image: url('/wp-content/uploads/2022/08/state-hero-scaled.jpeg');
}
body.category-church .main-header.entry-header {
	background-image: url('/wp-content/uploads/2022/08/church-hero-scaled.jpeg');
}
body.category-family .main-header.entry-header {
	background-image: url('/wp-content/uploads/2022/08/family-hero-scaled.jpeg');
}
body.category-society .main-header.entry-header {
	background-image: url('/wp-content/uploads/2022/08/society-hero-scaled.jpeg');
}
body.category-culture .main-header.entry-header {
	background-image: url('/wp-content/uploads/2022/08/culture-hero-scaled.jpeg');
}
body.category-race .main-header.entry-header {
	background-image: url('/wp-content/uploads/2022/08/race-hero-scaled.jpeg');
}

/* Recent Posts styles */

.home .recent-posts {
  margin-top: 1em;
}

.recent-posts p {
  font-family: 'Sorts Mill Goudy', serif;
  line-height: 1.4;
  font-size: 0.85em;
}

.recent-posts p::after {
  display: table;
  clear: both;
  content: " ";
}





.single .entry-title {
  margin-bottom: 0.5em;
}
.single .main-header .entry-title {
	margin-bottom: 0;
}


.entry-title,
.entry-title a,
.entry-meta .posted-on a {
  color: #fff;
  text-decoration: none;
}

.single .entry-meta,
.home .home-header .entry-meta {
  margin-left: 0;
  font-size: 24px;
}
.single .entry-meta .byline,
.home .home-header .entry-meta .byline {
	text-decoration: none;
}
.single .entry-meta .author a,
.home .home-header .entry-meta .author a {
	color: #D2414B !important;
	text-decoration: none;
}
.home .home-header .entry-meta .author {
	text-transform: lowercase;
}

.single .entry-meta .posted-on a {
  color: #fff;
}

.page-title,
.entry-title {
  width: 75%;
  margin: 0;
  display: inline-block;
  line-height: 1;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 52px;
}

.archive .page-title {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.archive.category .page-title {
  margin-bottom: 0;
  margin-top: 0.5em;
  font-weight: 500;
  text-decoration: underline;
  width: 96%;
  text-align: left;
}


.entry-meta {
  margin: 0.25em 0 0 0;
  padding: 2px 10px 2px 0;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
}

.single .entry-meta {
  background-color: inherit;
}


.newsletter-signup {
	max-width: 1200px;
}

.archive-description, .entry-content {
	font-family: 'Sorts Mill Goudy', serif;
}

section.not-found,
.archive-description,
.page .entry-content,
.single .entry-content,
.search .entry-content {
	margin: 3em auto 2em auto;
	padding: 0 1em;
	max-width: 860px;
}

.single .entry-content {
	max-width: 790px;
}


/* Entry Footers */


.entry-footer {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 700px;
}

.single .entry-footer {
  display: none;
}


/* Small Entry Styles */

.small-entry {
  width: 18%;
  margin: 0 2%;
  padding: 0;
  /* display: inline-block; */
  float: left;
  height: auto;
}

.home .small-entry {
  height: 150px;
}

.small-entry .entry-header-inner {
  left: 0;
  max-width: 700px;
}


.small-entry .entry-content p {
  font-size: 0.85em;
  line-height: 1.4;
}


.small-featured-entry {
  height: auto;
  margin-bottom: 2em;
}

.small-entry .entry-title {
  font-size: 1.25em;
  text-shadow: none;
  width: 100%;
  overflow: hidden;
}


.home .small-featured-entry,
.home .recent-posts .small-entry {
  height: auto;
}


.entry-title a {
  color: black;

}

.small-entry .entry-footer {
  display: none;
}


.home .recent-posts .small-entry {
  width: 45%;
}

.small-entry .entry-meta {
  display: block;
  margin: 0;
  padding: 0;
}

.small-entry .entry-meta .posted-on {
  display: none;
}

.small-entry .entry-header .byline {
  margin: 0;
}




.author-bio,
.archive .site-main,
.home .site-main,
.comments-area {
  margin: 0 auto;
  max-width: 1200px;
}
.comments-area {
	padding: 20px;
}
.comments-area input {
	max-width: 100%;
}
.site-footer,
.widget-area {
	margin: 0 auto;
	max-width: 1400px;
}

.author-bio {
  padding: 2em 0 0 0;
}

.archive .author-bio {
  padding: 2em 0 0 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
}

.author-bio a {
  color: black;
  text-decoration: none;
}

.author-bio .avatar {
  margin: 0 auto 1em auto;
  max-width: 85px;
  height: auto;
  display: block;
  border: 1px solid #aaa;
  padding: 2px;
}




hr.archive-divider:last-of-type {
  display: none;
}

.home-category-header {
  display: block;
  clear: both;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 1;
  margin: 52px 0;
  padding: 0 20px;
  text-transform: lowercase;
}
.home-category-header > * {
	border-bottom: 2px solid #000;
}

.archive .secondary-navigation {
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
}

.home-category-header::after {
  display: block;
  clear: both;
  content: ' ';
  height: 1px;
}

.home-category-inner {
  display: block;
  width: auto;
  clear: both;
  padding: 4em 0;
}

.home-category-inner .posted-on {
	display: none;
}

.home .recent-posts .home-category-inner {
  padding: 0;
}




/* responsive */
@media screen and (max-width: 750px) {

  /* Mobile main nav */

  .main-navigation {
    float: none;
  }

  .main-navigation > div > ul {
    text-align: left;
    margin-left: 0.75em;
  }

  .main-navigation ul ul {
    text-align: right;
  }

  .main-navigation li {
    margin-top: 0.125em;
    margin-right: 0.75rem;
  }

  /* Mobile entry styles */

  .single .entry-header-inner,
  .page .entry-header-inner,
  .archive .entry-header-inner {
    position: relative;
  }

  .single .entry-footer {
    display: none;
  }

  .entry-title {
    width: 100%;
	  /* This might be a bit small but it has to be this way to make it fit without wrapping weird on smartphone */
	  font-size: 36px;
  }

  .small-entry {
    width: auto !important;
    margin: 0 2% 2em 2%;
    height: auto;
    min-height: auto;
  }

  .entry-header .entry-header-small {
    float: none;
    height: auto;
    margin: 0.25em 0;
  }

  .entry-header-small img {
    width: auto;
  }


  .small-entry .entry-meta .byline,
  .small-entry .entry-meta {
    width: auto;
    text-align: left;
    display: block;
  }

  .newsletter-signup-form {
    width: auto;
    display: block;
    float: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.5em;
  }

  .newsletter-signup-header {
    width: auto;

  }

  .newsletter-signup-form input[type="email"],
  .newsletter-signup-form input[type="text"] {
/*     margin-top: 1em;
    margin-bottom: 1em; */
  }

  .widget-area .footer {
    min-height: auto;
    width: auto;
    display: block;
    height: auto;
    margin: 0;
  }

  .widget-area .footer.footer-one,
  .widget-area .footer.footer-two {
    width: auto;
  }

}

@media screen and (min-width: 751px) {
	.main-header .entry-header-inner {

	}
}

/* end responsive */

.is-style-h2--alt {
	font-family: 'Cenzo Flare', 'Open Sans', sans-serif;
	font-size: 52px;
	font-weight: 500;
	text-transform: lowercase;
	line-height: 1;
}

/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/
.home .site-header {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: space-between;
}
.home .site-header-inner {
	width: 100%;
}
.home .home-header {
	max-width: 1200px;
	padding: 0 20px 80px;
	margin: 0 auto;
	width: 100%;
}
.home .home-header .entry-header-inner {
	width: 100%;
	text-align: left;
	max-width: 620px;
}
.home .home-header .entry-title {
	font-weight: 500;
	color: #fff;
}
.home .home-header .entry-title a {
	color: inherit;
}

/* Home: Recent Posts -------------------- */
.home .recent-posts .entry-listing {
	padding: 0 20px;
	max-width: 1050px;
}
.home .recent-posts .entry-listing:last-of-type {
	margin-bottom: 0;
}
.home .recent-posts .entry-listing__media {
	height: 290px;
	margin-bottom: 20px;
}
.home .recent-posts .entry-listing__excerpt {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
	.home .recent-posts .entry-listing__media {
		width: calc(40% - 24px);
		margin-bottom: 0;
	}
	.home .recent-posts .entry-listing__summary {
		width: 60%;
	}
	.home .recent-posts .entry-listing__title {
		font-size: 52px;
		line-height: 0.8;
	}
	.home .recent-posts .entry-listing__meta {
		font-size: 24px;
	}
}

/* Home: Post by Category ---------------- */
.home .posts-by-cat .cat-row {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	min-height: 240px;
}
.home .posts-by-cat .entry-listing {
	padding: 0 20px;
	width: 100%;
	margin-bottom: 20px;
}
.home .posts-by-cat .entry-listing:nth-child(1) {
	margin-bottom: 40px;
}
.home .posts-by-cat .entry-listing:nth-child(n+2):after {
	position: absolute;
	content: '';
	display: block;
	width: calc(100% - 40px);
	bottom: 0;
	background: #dbd9dd;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 1px;
}
.home .posts-by-cat .entry-listing__media {
	height: 232px;
}
.home .posts-by-cat .entry-listing__summary:before {
	width: 15px;
	bottom: 3px;
}
.home .posts-by-cat .entry-listing__meta {
	font-size: 18px;
	width: 100%;
}
.home .posts-by-cat .entry-listing__meta .posted-on {
	font-size: 17px;
}
.home .posts-by-cat .entry-listing__meta .post-category {
	display: none;
}
.home .posts-by-cat .entry-listing:nth-child(n+2) .entry-listing__media {
	display: none;
}
.home .posts-by-cat .entry-listing:nth-child(n+2) .entry-listing__summary {
	width: 100%;
}
.home .posts-by-cat .entry-listing:nth-child(n+2) .entry-listing__title {
	font-size: 30px;
	font-weight: 400;
}
.home .posts-by-cat .entry-listing:nth-child(n+2) .entry-listing__meta .posted-on,
.home .posts-by-cat .entry-listing:nth-child(n+2) .entry-listing__meta .byline:after,
.home .posts-by-cat .entry-listing:nth-child(n+2) .entry-listing__summary:before,
.home .posts-by-cat .entry-listing:nth-child(n+2) .entry-listing__summary:after {
	display: none;
}
@media screen and (min-width: 1080px) {
	.home .posts-by-cat .cat-row {
		justify-content: flex-end;
		padding-left: 50%;
	}
	.home .posts-by-cat .entry-listing {
		width: 50%;
	}
	.home .posts-by-cat .entry-listing:nth-child(1) {
		border-right: 1px solid #dbd9dd;
		position: absolute;
		left: 0;
		top: 0;
	}
	.home .posts-by-cat .entry-listing:nth-child(1):after {

	}
	.home .posts-by-cat .entry-listing:nth-child(n+2) {
		width: 50%;
		margin-bottom: 20px;
	}
	.home .posts-by-cat .entry-listing:nth-child(n+4):after {
		background: transparent;
	}
}

/*--------------------------------------------------------------
Components
--------------------------------------------------------------*/

/* Component: A Divider ------------------ */
hr.is-style-centered-a {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 0 auto;
	background: #fff;
	width: fit-content;
	padding: 0.1em 0;
	text-transform: capitalize;
	font-weight: 700;
	width: 100%;
	text-align: center;
	background-image: url(/wp-content/themes/american-reformer/amref-logo.png);
	background-size: 66px 55px;
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
}
hr.is-style-centered-a:before,
hr.is-style-centered-a:after {
	position: absolute;
	z-index: 1;
	content: '';
	display: block;
	left: 0;
	width: calc(50% - 55px);
	top: calc(50% - 1px);
	background: #ccc;
	height: 1px;
	border: none;
}
hr.is-style-centered-a:after {
	position: absolute;
	z-index: 1;
	content: '';
	display: block;
	left: calc(50% + 55px);
	width: 50%;
}

/* Component: Author Card ---------------- */
.author-card {
	position: relative;
	padding: 0 20px;
	max-width: 766px;
	margin: 50px auto;
}
.author .author-card {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}
.author-card__inner {
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #EDEEEE;
	padding: 24px;
	flex-wrap: wrap;
	gap: 20px;
}
.author-card__image {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 15px;
}
.author-card__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.author-card__desc {
	font-family: 'Sorts Mill Goudy', serif;
/* 	flex-basis: 0;
	flex-grow: 1; */
	margin: 0;
	flex: 1;
	min-width: 270px;
}
.author-card__name {
	font-family: 'Cenzo Flare', 'Open Sans', sans-serif;
	font-weight: 500;
	text-transform: lowercase;
	font-size: 1.2em;
	line-height: 1;
	display: inline;
}

/* header */
.popup-searchform {
	z-index: 1;
	position: relative;
	top: 0;
	transition: 0.3s;
	background: #fff;
	margin: auto;
	padding: 0 1.5rem;
	display: block;
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
.popup-searchform.show {
	height: 60px;
	visibility: visible;
}
.popup-searchform form {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.popup-searchform form label {
	display: flex;
	height: 100%;
	width: calc(100% - 130px);
	position: relative;
	clear: both;
	overflow: hidden;
}
.popup-searchform .search-field {
	display: inline-block;
	width: 100%;
	padding: 0;
	border: 0;
	height: 100%;
	color: #000 !important;
	background: transparent;
	border-radius: 0;
	outline: none;
}
.popup-searchform .search-submit {
	width: 100px;
	color: #fff;
	padding: 0.75em 0;
	background: #b40000;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
@media screen and (min-width: 1080px) {

}

/* Components: Listing ------------------- */
.entry-listing {
	font-family: 'Cenzo Flare', 'Open Sans', sans-serif;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-bottom: 60px;
}
.entry-listing__media {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
.entry-listing__media img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	margin: 0;
}
.entry-listing__summary {
	position: relative;
	display: block;
	width: 100%;
}
.entry-listing__summary:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 5px;
	transform: rotate(25deg);
}
.entry-listing__summary:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.entry-listing__title {
	width: 100%;
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	text-transform: lowercase;
}
.entry-listing__title a {
	display: block;
	transition: 0.3s;
}
.entry-listing__title a:focus,
.entry-listing__title a:hover {
	color: #D2414B;
}
.entry-listing__meta {
	font-size: 20px;
	text-transform: lowercase;
}
.entry-listing__meta a {
	text-decoration: none;
	transition: 0.3s;
}
.entry-listing__meta .byline {
	text-transform: lowercase;
	margin-right: 0.25em;
}
.entry-listing__meta .byline:after {
	content: '/';
	display: inline-block;
	margin-left: 0.5em;
	color: #000;
}
.entry-listing__meta .posted-on {
	font-size: 20px;
	text-transform: lowercase;
}
.entry-listing__meta .posted-on a {
	color: #000;
}
.entry-listing__excerpt {
	display: none;
	font-family: 'Sorts Mill Goudy', serif;
	line-height: 1.5;
	font-size: 16px;
	margin: 10px 0 20px;
}
@media screen and (min-width: 768px) {
	.entry-listing {
		display: flex;
		justify-content: space-between;
	}
	.entry-listing__media {
/* 		width: calc(60% - 20px); */
		width: 46%;
	}
	.entry-listing__summary {
/* 		width: 40%; */
		width: 52%;
	}
}

/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/

.archive .secondary-navigation {
	display: block;
	width: 100%;
	padding: 0 1.5em;
}
.archive .site-main {
	margin: 0;
	display: block;
	width: 100%;
	padding: 0 1.5em;
}
.archive .entry-listing {
	max-width: 830px;
}
@media screen and (min-width: 768px) {
	.archive .secondary-navigation {
		/* display: inline-block; */
		float: left;
		width: 20%;
		margin: 0 5% 0 10%;
		padding: 0;
	}
	.archive .site-main {
		margin: 0;
		/* display: inline-block; */
		float: left;
		width: 54%;
		padding: 0;
	}
}

/* Archive: Cats ------------------------- */
.archive-cats {
	border: none !important;
}
.archive-cats h4 {
	margin: 0 0 20px;
	border: none;
	text-align: left;
	font-size: 18px;
	text-transform: lowercase;
}
.archive-cats li {
	text-align: left;
	line-height: 1;
	margin: 0 0 1em 0;
	font-size: 18px;
	display: block;
}
.archive-cats ul {
	list-style: none;
}
.archive-cats li a:hover,
.archive-cats .current-menu-item a {
	border-bottom: 1px solid;
}

/*--------------------------------------------------------------
Blocks
--------------------------------------------------------------*/

/* Blocks: Team -------------------------- */
.team {
	position: relative;
}
.team__person {
	position: relative;
	display: block;
	margin-bottom: 75px;
}
.team__heading {
	font-family: 'Cenzo Flare', 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	text-transform: lowercase;
	text-align: center;
	margin: 0 0 20px;
}
.team__image {
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 150px;
	float: left;
	margin: 15px 20px 15px 0;
}
.team__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}
.team__desc p {
	margin: 0;
}
.team__desc strong {
	font-family: 'Cenzo Flare', 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	text-decoration: none;
}
.team__desc a.name {
	text-decoration: none;
	color: inherit;
}
.team__desc a.name:hover,
.team__desc a.name:focus {
	color: #d2414b;
}



/* Some jetpack stuff */


#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-family: 'Cenzo Flare', 'Open Sans', sans-serif;
    color: black;
    font-size: 16px;
	transition: 0.3s;
	text-decoration: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: none;
	color: #D2414B;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: unset;
	
}


.jp-relatedposts-post:before {
	content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    bottom: 5px;
    transform: rotate(25deg);
}

.jp-relatedposts-post:after {
	content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}



/* Comments */


.comment-content {
	font-family: 'Sorts Mill Goudy', serif;
}
.comment::marker {
	content: '';
}


/* Pdf Print */

.pdfprnt-buttons-post {
	padding: 0;
	margin-bottom: 20px
}

.pdfprnt-bottom-left a {
	padding: 2px 8px !important;
	background: #fff !important;
    border-radius: 4px !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.12), 0 0 0 1px rgba(0,0,0,.12) !important;
	    line-height: normal;
    font-style: normal;
}

.pdfprnt-bottom-left a:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,.32), 0 0 0 1px rgba(0,0,0,.32) !important;
}

.pdfprnt-bottom-left a:before {
	content: '';
	background: url(https://americanreformer.org/wp-content/uploads/2023/09/print-solid.svg);
    background-size:cover;
    position:absolute;
    width:16px;
    height:16px;
	margin-top: 5px;
}

.pdfprnt-button-print {
	padding: 2px !important;
	background: #fff !important;
    border-radius: 4px !important;
}

.pdfprnt-button-print-title {
	padding: 0;
	margin-left: 24px;
	color: #000;
}








