@import url('noto-sans.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');

@font-face {
	font-family: 'EyeCatchingSPD';
	src: url('../font/EyeCatchingSPDunicode.woff2') format('woff2'), /* Modern Browsers */
		url('../font/EyeCatchingSPDunicode.otf') format('opentype'); /* Safari, Android, iOS */
	font-style: normal;
	font-weight: normal;
}

/* RESET */

img {
  max-width: 100%;
  height: auto;
}
.wp-block-image {
  margin-left: 0;
  margin-right: 0;
  height: auto;
}
.wp-block-image img {
	display: block;
}
.wp-block-image img, .post-grid img, .wp-block-media-text .wp-block-media-text__media img {
  height: auto;
}
figure {
	margin-left: 0;
	margin-right: 0;
}
p.has-background, .wp-block-group.has-background {
	padding: 1.5em 2em;
}
.wp-block-group.has-background .wp-block-group__inner-container>*:first-child {
	margin-top: 0;
}
.wp-block-group.has-background .wp-block-group__inner-container>*:last-child {
	margin-bottom: 0;
}
.blog-post-title {
  margin-top: 0;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	width: auto;
	left: 0;
	right: 0;
	text-shadow: 0 0 3px black;
	background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
}
.wp-block-image figcaption, .wp-block-embed figcaption {
	text-align: center;
	font-size: 14px;
	opacity: 0.5;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	padding-bottom: 42.86%;
}
.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
	padding-bottom: 75%;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
	border-left: 4px solid var(--clr-adventist-fire);
	margin: 1em 0;
	padding: 0.5em 1em;
	font-weight: 400;
}
.wp-block-quote>*:first-child {
	margin-top: 0;
}
.wp-block-quote cite {
	font-style: normal;
	font-size: 14px;
	opacity: 0.7;
}
.wp-block-pullquote.is-style-default {
	border-top: 4px solid var(--clr-adventist-fire);
	border-bottom: 4px solid var(--clr-adventist-fire);
}
.wp-block-pullquote cite {
	display: block;
	margin-top: 1em;
}
.alignleft {
	float: left;
	margin-right: 2em;
}
.alignright {
	float: right;
	margin-left: 2em;
}
.wp-block-cover {
	width: auto;
}
.wp-block-buttons:not(:last-child) {
	margin-bottom: 1em;
}
.wp-block-button__link {
	text-transform: uppercase;
	padding: 0.4em 1.5em;
	font-weight: 700;
	background-color: var(--clr-charcoal);
}
.wp-block-button__link:hover {
	text-decoration: none;
	transform: scale(1.05);
}
.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline {
	border: 1px solid;
	color: var(--clr-charcoal);
}
.wp-block-latest-posts.is-grid li {
	margin: initial;
	padding-left: 0;
}
@media (min-width: 600px) {
	.wp-block-latest-posts.columns-2 li, .wp-block-latest-posts.columns-3 li, .wp-block-latest-posts.columns-4 li, .wp-block-latest-posts.columns-5 li, .wp-block-latest-posts.columns-6 li {
			width: initial;
	}
}

/* GENERAL */

html {
  --clr-adventist-fire: #ff8200;
	--clr-adventist-fire-50: #ff82007f;
	--clr-adventist-compassion: #d20073;
	--clr-adventist-excellence: #005cab;
	--clr-adventist-calm: #00cfc8;
  --clr-charcoal: #3d3935;
	--clr-golden-poppy: #fcc200;
	--clr-fire-engine-red: #c1292e;
	--clr-green-pigment: #08a045;
	--clr-pistachio: #a5c882;
	--clr-opal: #9dbebb;
  --clr-charcoal-50: #3d39357f;
  --clr-light-grey: #f2f1f1;
  --clr-white-50: #ffffff7f;
}
html, body, input, select, textarea {
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: var(--clr-charcoal);
}
body {
  margin: 0;
  background-color: var(--clr-charcoal);
}
input, select, textarea {
	font-weight: 400;
  padding: 2px 5px;
	border: 0;
	border-radius: 2px;
}
input[type=submit] {
	font-weight: 500;
	padding: 5px 15px;
	text-transform: uppercase;
	background-color: var(--clr-adventist-fire);
	color: white;
}
h1 {
	font-weight: 700;
	font-size: 2em;
	margin: 0.67em 0;
}
h2, h3, h4 {
  font-weight: 600;
}
a {
  color: var(--clr-adventist-fire);
	text-decoration: none;
	transition: all 0.2s;
}
a:hover {
	text-decoration: underline;
}
header a, footer a, .blog-post-title a, .category-title a {
  color: inherit;
}
ol {
	padding-left: 1.1em;
}
ol>li {
	padding-left: 0.3em;
}
ul {
	padding-left: 1.3em;
	list-style-type: square;
}
ul>li {
	padding-left: 0.1em;
}
hr {
	border: 0;
	height: 1px;
	background-color: var(--clr-charcoal);
	margin: 2em 5vw;
	opacity: 0.5;
}
hr.separator-1 {
	height: 3em;
	background: transparent url(../img/separator-1.svg) no-repeat center;
	background-size: contain;
}
hr.separator-2 {
	height: 3em;
	background: transparent url(../img/separator-2.svg) no-repeat center;
	background-size: contain;
}
hr.separator-3 {
	height: 3em;
	background: transparent url(../img/separator-3.svg) no-repeat center;
	background-size: contain;
}
pre.wp-block-verse {
	font-family: inherit;
	overflow: auto;
	padding: 1em;
}
.category-title {
	margin-top: 0;
	margin-bottom: 1.5em;
}
.spd-default-button, .spd-default-buttons {
  a, a:visited {
    border: 1px solid var(--clr-adventist-fire);
    border-radius: 5px;
    color: var(--clr-adventist-fire);
    background-color: #fff
  }
  a:hover {
    color: #fff;
    background-color: var(--clr-adventist-fire)
  }
}

header {
  height: 40vh;
  position: relative;
	overflow: hidden;
/*
	display: flex;
	flex-direction: column;
	justify-content: space-between;
*/
}
header>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
	z-index: -2;
}
header>img.contained {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
}
.mask-top, .mask-both {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	z-index: -1;
}
.mask-top {
	/* see https://css-tricks.com/easing-linear-gradients/ */
	background: linear-gradient(
	  hsla(0, 0%, 0%, 0.500) 0%,
	  hsla(0, 0%, 0%, 0.369) 19%,
	  hsla(0, 0%, 0%, 0.271) 34%,
	  hsla(0, 0%, 0%, 0.191) 47%,
	  hsla(0, 0%, 0%, 0.139) 56.5%,
	  hsla(0, 0%, 0%, 0.097) 65%,
	  hsla(0, 0%, 0%, 0.063) 73%,
	  hsla(0, 0%, 0%, 0.038) 80.2%,
	  hsla(0, 0%, 0%, 0.021) 86.1%,
	  hsla(0, 0%, 0%, 0.011) 91%,
	  hsla(0, 0%, 0%, 0.004) 95.2%,
	  hsla(0, 0%, 0%, 0.001) 98.2%,
	  hsla(0, 0%, 0%, 0) 100%
	);
}
.mask-both {
	background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 67%, rgba(0,0,0,0.3) 100%);
}
.header-bands {
	display: flex;
  justify-content: space-between;
	flex-direction: column;
	height: 100%;
	color: white;
}
.header-band-1 {
	position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2em;
}
.header-band-2 {
	/* z-index: 1; */
	padding: 0 2em 2em;
	text-shadow: 0 0 5px var(--clr-charcoal-50);
}
.header-band-2>*:first-child {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1rem;
}
.header-band-2>*:last-child {
	font-weight: 500;
}
@media (min-width: 400px) {
	.header-band-2>*:first-child {
		font-size: 3em;
	}
	.header-band-2>*:last-child {
		font-size: 1.5em;
	}
}
.logo-top {
	width: 50vw;
	margin-top: 0.5em;
}
@media (min-width: 480px) {
	.logo-top {
		width: 16em;
	}
}
header nav {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0 0 2px var(--clr-charcoal-50);
	text-align: right;
	margin-bottom: 1em;
}
header nav a {
	display: inline-block;
	padding: 0.6em;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
header nav a:hover {
	text-decoration: none;
	border-bottom: 2px solid var(--clr-adventist-fire);
}
#menu-button {
	background-color: var(--clr-adventist-charcoal);
	color: white;
	position: fixed;
	top: 1.5em;
	right: 1.5em;
	width: 2em;
	height: 2em;
	z-index: 99;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 480px) {
	#menu-button {
		top: 2em;
		right: 2em;
	}
}

@media (min-width: 1200px) {
	#menu-button {
		display: none;
	}
}

#menu-button:hover {
	background-color: var(--clr-adventist-fire);
}

#menu-button>* {
	width: 1em;
	transition: opacity 0.3s
}

#menu-button.scrolled {
	top: 0.5em;
	right: 0.5em;
}

#scroll-tracking-pixel {
	position: absolute;
	top: 6em;
	right: 0;
	width: 1px;
	height: 1px;
}

main {
  background-color: var(--clr-light-grey);
}
section, footer, .wrapper {
  padding: 3em 5vw;
}
.alignwide {
  margin-left: -2.5vw;
  margin-right: -2.5vw;
}
.alignfull {
  margin-left: -5vw;
  margin-right: -5vw;
}
@media (min-width: 800px) {
  section, footer, .wrapper {
    padding: 3em 10vw;
  }
  .alignwide {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .alignfull {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
@media (min-width: 1200px) {
  section, footer, .wrapper {
    padding: 3em 15vw;
  }
  .alignwide {
    margin-left: -7.5vw;
    margin-right: -7.5vw;
  }
  .alignfull {
    margin-left: -15vw;
    margin-right: -15vw;
  }
}
@media (min-width: 1600px) {
  section, footer, .wrapper {
    padding: 3em 20vw;
  }
  .alignwide {
    margin-left: -10vw;
    margin-right: -10vw;
  }
  .alignfull {
    margin-left: -20vw;
    margin-right: -20vw;
  }
}
@media (min-width: 2000px) {
  section, footer, .wrapper {
    padding: 3em 25vw;
  }
  .alignwide {
    margin-left: -12.5vw;
    margin-right: -12.5vw;
  }
  .alignfull {
    margin-left: -25vw;
    margin-right: -25vw;
  }
}
.category-description {
	margin-bottom: 3em;
}
.post-grid-save, #footer-columns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2em;
}
@media (min-width: 400px) {
  .post-grid-save, #footer-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .post-grid-save {
    grid-template-columns: repeat(3, 1fr);
  }
  #footer-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1600px) {
  .post-grid-save {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 2200px) {
  .post-grid-save {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 2800px) {
  .post-grid-save {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* a grid of cards */
.post-grid, .post-grid-2, .wp-block-latest-posts.is-grid, .image-tiles>div {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(300px,100%), 1fr));
	grid-gap: 2em;
	align-items: start;
	padding-bottom: 6px;
}
/* one card - outer */
.post-grid-2>a, .wp-block-latest-posts.is-grid>li>a, .image-tiles a.wp-block-group {
	display: block;
	color: inherit;
	border: 2px solid transparent;
	border-radius: 3px;
	padding: 3px;
	margin: -5px;
	transition: border 0.2s;
}
/* one card - outer - hover */
.post-grid-2>a:hover, .wp-block-latest-posts.is-grid>li>a:hover, .image-tiles a.wp-block-group:hover {
	border: 2px solid var(--clr-adventist-fire);
	text-decoration: none;
}
/* each card - inner */
.post-grid>*, .post-grid-2>a>div, .wp-block-latest-posts.is-grid>li>a>div, .image-tiles a.wp-block-group>div {
	background-color: white;
	box-shadow: 0 0 5px #dfdddd;
}
/* card image wrapper */
.post-grid>*>*:first-child, .post-grid-2>a>div>*:first-child, .wp-block-latest-posts.is-grid>li>a>div>*:first-child, .image-tiles>div>*>div>*:first-child {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
/* card image itself */
.post-grid>*>*:first-child>img, .post-grid-2>a>div>*:first-child>img, .wp-block-latest-posts.is-grid>li>a>div>*:first-child>img, .image-tiles>div>*>div>*:first-child>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* for card images created as paragraphs with an inline image -- this is how did it to start with */
.image-tiles>div>*>div>*:first-child {
	margin: 0;
}
/* contained images */
.post-grid>*>*:first-child>img.contained, .image-tiles>div>*>div>*:first-child.contained>img {
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
	width: calc(100% - 2em);
	height: calc(100% - 1em);
}
/* card titles and text */
.post-grid>*>*:last-child, .post-grid-2>a>div>*:last-child, .wp-block-latest-posts.is-grid>li>a>div>*:not(:first-child), .image-tiles>div>*>div>*:not(:first-child) {
	padding: 0 max(1em,5%);
}
/* last element on card */
.post-grid>*>*:last-child, .post-grid-2>a>div>*:last-child, .wp-block-latest-posts.is-grid>li>a>div>*:last-child, .image-tiles>div>*>div>*:last-child {
	margin-bottom: 0;
	padding-bottom: 1em;
}
.wp-block-latest-posts.is-grid>li>a>div>*:nth-child(2), .image-tiles>div>*>div>*:nth-child(2), .card-title {
  text-align: center;
  text-transform: uppercase;
}
/*
h3.card-title a {
  color: inherit;
  font-weight: 600;
}
*/
/* ??? card content ??? */
.wp-block-latest-posts.is-grid>*>*:nth-child(2) {
	display: block;
	font-size: 1.17em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: inherit;
	margin-top: 1em;
	background: cyan;
}
.pagination {
	margin: 3em 0 0;
	text-align: center;
}
.pagination a {
	color: inherit;
}
.pagination a:hover {
	color: var(--clr-adventist-fire);
	text-decoration: none;
}
footer {
  color: white;
  justify-items: center;
}
footer>div>ul {
  list-style: none;
  padding: 0;
}
footer>div>ul>li:not(:last-child) {
  margin-bottom: 2em;
}
footer>div>ul>li :first-child {
  margin-top: 0;
}
footer ul.children {
  padding-left: 1em;
}
.adventist-church-logo-contact-widget {
  text-align: center;
}
.adventist-church-logo-contact-widget img, .footer-logo {
	width: 14em;
	margin-bottom: 1em;
}
.widget ul {
  list-style: none;
  padding: 0;
}
footer .widget>h4 {
  color: var(--clr-adventist-fire);
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  .newspaper-columns {
    column-count: 3;
    column-gap: 2em;
    text-align: justify;
  }
	.newspaper-columns .wp-block-group__inner-container>*:first-child {
		margin-top: 0;
	}
}
.logo-top img {
/*  width: 20em; */
	height: auto;
  filter: drop-shadow(0 0 2px var(--clr-charcoal-50));
}
.excerpt {
	overflow: hidden;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.sheep-image {
	width: 400px;
	max-width: 100%;
	margin: 2em 0;
}
.post-nav-links a {
	color: black;
	text-decoration: none;
	font-size: 1.6em;
	filter: invert(18%) sepia(2%) saturate(3102%) hue-rotate(347deg) brightness(97%) contrast(83%);
}
.post-nav-links a:hover {
	filter: invert(47%) sepia(87%) saturate(778%) hue-rotate(358deg) brightness(101%) contrast(108%);
}
.post-nav-links img {
	width: 30px;
}

/* SEARCH WIDGET */

.widget_search {
	list-style-type: none;
}
.widget_search input {
	background: var(--clr-charcoal-50);
	color: white;
	border: 1px solid var(--clr-white-50);
	border-radius: 3px;
	padding: 3px 8px;
	max-width: 200px;
}
.widget_search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
header .wp-block-search .wp-block-search__inside-wrapper {
	justify-content: flex-end;
}

/* OVERRIDES */

.has-adventist-fire-color, .has-adventist-fire-color.wp-block-button__link, .has-adventist-fire-color.wp-block-button__link:active, .has-adventist-fire-color.wp-block-button__link:focus, .has-adventist-fire-color.wp-block-button__link:hover, .has-adventist-fire-color.wp-block-button__link:visited {
	color: var(--clr-adventist-fire);
}
.has-adventist-fire-background-color, .is-style-outline .has-adventist-fire-background-color.wp-block-button__link, .has-adventist-fire-background-color.wp-block-button__link.is-style-outline {
	background-color: var(--clr-adventist-fire);
}
.has-adventist-compassion-color, .has-adventist-compassion-color.wp-block-button__link, .has-adventist-compassion-color.wp-block-button__link:active, .has-adventist-compassion-color.wp-block-button__link:focus, .has-adventist-compassion-color.wp-block-button__link:hover, .has-adventist-compassion-color.wp-block-button__link:visited {
	color: var(--clr-adventist-compassion);
}
.has-adventist-compassion-background-color, .is-style-outline .has-adventist-compassion-background-color.wp-block-button__link, .has-adventist-compassion-background-color.wp-block-button__link.is-style-outline {
	background-color: var(--clr-adventist-compassion);
}
.has-adventist-excellence-color, .has-adventist-excellence-color.wp-block-button__link, .has-adventist-excellence-color.wp-block-button__link:active, .has-adventist-excellence-color.wp-block-button__link:focus, .has-adventist-excellence-color.wp-block-button__link:hover, .has-adventist-excellence-color.wp-block-button__link:visited {
	color: var(--clr-adventist-excellence);
}
.has-adventist-excellence-background-color, .is-style-outline .has-adventist-excellence-background-color.wp-block-button__link, .has-adventist-excellence-background-color.wp-block-button__link.is-style-outline {
	background-color: var(--clr-adventist-excellence);
}
.has-adventist-calm-color, .has-adventist-calm-color.wp-block-button__link, .has-adventist-calm-color.wp-block-button__link:active, .has-adventist-calm-color.wp-block-button__link:focus, .has-adventist-calm-color.wp-block-button__link:hover, .has-adventist-calm-color.wp-block-button__link:visited {
	color: var(--clr-adventist-calm);
}
.has-adventist-calm-background-color, .is-style-outline .has-adventist-calm-background-color.wp-block-button__link, .has-adventist-calm-background-color.wp-block-button__link.is-style-outline {
	background-color: var(--clr-adventist-calm);
}
.has-charcoal-color, .has-charcoal-color.wp-block-button__link, .has-charcoal-color.wp-block-button__link:active, .has-charcoal-color.wp-block-button__link:focus, .has-charcoal-color.wp-block-button__link:hover, .has-charcoal-color.wp-block-button__link:visited {
	color: var(--clr-charcoal);
}
.has-charcoal-background-color, .is-style-outline .has-charcoal-background-color.wp-block-button__link, .has-charcoal-background-color.wp-block-button__link.is-style-outline {
	background-color: var(--clr-charcoal);
}
.has-golden-poppy-color, .has-golden-poppy-color.wp-block-button__link, .has-golden-poppy-color.wp-block-button__link:active, .has-golden-poppy-color.wp-block-button__link:focus, .has-golden-poppy-color.wp-block-button__link:hover, .has-golden-poppy-color.wp-block-button__link:visited {
	color: var(--clr-golden-poppy);
}
.has-golden-poppy-background-color, .is-style-outline .has-golden-poppy-background-color.wp-block-button__link, .has-golden-poppy-background-color.wp-block-button__link.is-style-outline {
	background-color: var(--clr-golden-poppy);
}
.has-fire-engine-red-color, .has-fire-engine-red-color.wp-block-button__link, .has-fire-engine-red-color.wp-block-button__link:active, .has-fire-engine-red-color.wp-block-button__link:focus, .has-fire-engine-red-color.wp-block-button__link:hover, .has-fire-engine-red-color.wp-block-button__link:visited {
	color: var(--clr-fire-engine-red);
}
.has-fire-engine-red-background-color, .is-style-outline .has-fire-engine-red-background-color.wp-block-button__link, .has-fire-engine-red-background-color.wp-block-button__link.is-style-outline {
	background-color: var(--clr-fire-engine-red);
}
.has-green-pigment-color, .has-green-pigment-color.wp-block-button__link, .has-green-pigment-color.wp-block-button__link:active, .has-green-pigment-color.wp-block-button__link:focus, .has-green-pigment-color.wp-block-button__link:hover, .has-green-pigment-color.wp-block-button__link:visited {
	color: var(--clr-green-pigment);
}
.has-green-pigment-background-color, .is-style-outline .has-green-pigment-background-color.wp-block-button__link, .has-green-pigment-background-color.wp-block-button__link.is-style-outline {
	background-color: var(--clr-green-pigment);
}
.has-pistachio-color, .has-pistachio-color.wp-block-button__link, .has-pistachio-color.wp-block-button__link:active, .has-pistachio-color.wp-block-button__link:focus, .has-pistachio-color.wp-block-button__link:hover, .has-pistachio-color.wp-block-button__link:visited {
	color: var(--clr-pistachio);
}
.has-pistachio-background-color, .is-style-outline .has-pistachio-background-color.wp-block-button__link, .has-pistachio-background-color.wp-block-button__link.is-style-outline {
	background-color: var(--clr-pistachio);
}
.has-opal-color, .has-opal-color.wp-block-button__link, .has-opal-color.wp-block-button__link:active, .has-opal-color.wp-block-button__link:focus, .has-opal-color.wp-block-button__link:hover, .has-opal-color.wp-block-button__link:visited {
	color: var(--clr-opal);
}
.has-opal-background-color, .is-style-outline .has-opal-background-color.wp-block-button__link, .has-opal-background-color.wp-block-button__link.is-style-outline {
	background-color: var(--clr-opal);
}
.is-style-outline .has-black-color.wp-block-button__link, .has-black-color.wp-block-button__link.is-style-outline {
	color: black;
}
.is-style-outline .has-white-color.wp-block-button__link, .has-white-color.wp-block-button__link.is-style-outline {
	color: white;
}
.rounded-corners {
	border-radius: 4px;
}
.remove-top-padding, .remove-vertical-padding {
	padding-top: 0;
}
.remove-bottom-padding, .remove-vertical-padding {
	padding-bottom: 0;
}
.center-text {
	text-align: center;
}
.eye-catching {
	font-family: 'EyeCatchingSPD';
	font-weight: normal;
	font-size: 80px;
	margin: 25px 0;
	line-height: 0.7;
	color: var(--clr-adventist-fire);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hover-grow-5-percent {
	transition: transform 0.2s;
}
.hover-grow-5-percent:hover {
	transform: scale(1.05);
}
.mt0 {margin-top: 0;}
.mb0 {margin-bottom: 0;}
