/*
Theme Name: Revelations in Grace Blog
Theme URI: https://revelationsingrace.netlify.app/
Author: Jon Paul Miles
Author URI: https://www.youtube.com/@revelationsingrace
Description: A WordPress theme built with Vue.js and Vite.
Version: 2.19
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-vue-theme
Tags: blog, one-column, responsive-layout, custom-menu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}

a {
  word-break: break-word;
  text-underline-position: under;
  cursor: pointer;
  color: inherit;
}

img {
  width: 100%;
  max-width: 100%;
}

figure.wp-block-image img {
  width: auto;
}

audio {
  width: 100%;
}

input {
  padding: 0.7rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

input[type=submit],
button,
.reply a {
  display: inline-block;
  padding: 0.7rem 1.4rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

form button,
input[type=submit] {
  margin-top: 1rem;
}

label {
  display: block;
  margin-bottom: 10px;
}

input[type=email] {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
}

textarea {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
}

table {
  margin: 0.8em 0;
  padding: 0;
  border-spacing: 0;
  word-break: initial;
}
table tr {
  border-top: 1px solid #dfe2e5;
  margin: 0;
  padding: 0;
}
table th {
  border-left: 1px solid #dfe2e5;
  border-bottom: 1px solid #dfe2e5;
  border-top: 1px solid #dfe2e5;
  margin: 0;
  padding: 6px 13px;
}
table td {
  border-left: 1px solid #dfe2e5;
  border-bottom: 1px solid #dfe2e5;
  margin: 0;
  padding: 6px 13px;
}
table th:first-child,
table td:first-child {
  margin-top: 0;
}
table th:last-child,
table td:last-child {
  margin-bottom: 0;
  border-right: 1px solid #dfe2e5;
}
table tr:nth-child(2n),
table thead {
  background-color: #f8f8f8;
}

* {
  word-wrap: break-word;
}

html {
  font-size: calc(11pt + 5 * (100vw - 400px) / 400);
}

@media screen and (min-width: 801px) {
  html {
    font-size: 16pt;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 11pt;
  }
}
/**
 * Font Family
 */
body, textarea {
  font-family: "Source Serif 4", "Georgia", serif;
}

main > header h1,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
main > header,
nav a,
.article-teaser time,
.article-teaser span,
figcaption p,
address,
input,
input[type=submit],
.read-more-button,
button,
.comment-respond input,
.comment-reply-title,
.article-teaser .rating,
.categories {
  font-family: "Open Sans", sans-serif;
}

.categories a {
  margin-right: 0.75rem;
}

/**
 * Line height
 */
body,
textarea main > header h1,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.35em;
}

main p,
main ol,
main ul {
  line-height: 1.8rem;
}

#site-banner figcaption p {
  list-style: 1.4rem;
}

blockquote p {
  line-height: inherit;
}

/**
 * Margins and Text Spacing
 */
main p, main ol, main ul, main li {
  margin-top: 0.7rem;
}
main h1, main h2, main h3, main h4, main h5, main h6,
main .h1, main .h2, main .h3, main .h4, main .h5, main .h6,
main blockquote {
  margin-top: 1.5rem;
}
main li {
  margin-bottom: 0.7rem;
}
main blockquote {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  line-height: 1.5rem;
}
main ol,
main ul {
  margin-left: 2rem;
}
main li {
  margin-bottom: 0.7rem;
}

/**
 * Font Size
 */
main > header h1,
h1, .h1 {
  font-size: 1.818rem;
}

h2, .h2 {
  font-size: 1.545rem;
}

#site-title,
#site-title a {
  font-size: 1rem;
}

h3, .h3,
h4, .h4 {
  font-size: 1.272rem;
}

h5, .h5 {
  font-size: 1.09rem;
}

input[type=submit],
button,
.read-more-button {
  font-size: 0.75rem;
}

#site-banner figcaption p {
  font-size: 0.85rem;
}

#home-page #teasers .article-teaser h3 {
  font-size: 1.2rem;
}
#home-page #teasers .article-teaser time,
#home-page #teasers .article-teaser span,
#home-page #teasers .article-teaser .rating {
  font-size: 0.7rem;
}
#home-page #teasers .article-teaser section {
  font-size: 0.9em;
}

/**
 * Font Weight, Letter Spacing, Transform and Decoration
 */
body {
  font-weight: 400;
}

main > header h1,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
table th {
  font-weight: bold;
}

input[type=submit],
button,
.read-more-button {
  text-transform: uppercase;
  letter-spacing: 3px;
}

#site-title,
#site-title a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
}

#home-page #teasers .article-teaser time,
#home-page #teasers .article-teaser span,
#home-page #teasers .article-teaser .rating {
  text-transform: uppercase;
}

.footnotes {
  text-align: left;
}

@media (max-width: 801px) {
  #site-banner #site-title,
  #site-banner #site-title a {
    letter-spacing: 2px;
  }
  #site-banner figcaption p {
    line-height: 1.45rem;
  }
}
@media (max-width: 401px) {
  main article p,
  main article blockquote {
    text-align: justify;
  }
  main article p,
  main article ol,
  main article ul {
    margin-top: 0.6rem;
    line-height: 1.7rem;
  }
  main article blockquote {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    margin-left: 1.2rem;
    line-height: 1.5rem;
  }
}
/**
* Colors
*/
body,
#site-footer,
#site-footer a {
  color: #444;
}

figcaption,
button,
input[type=submit],
#site-title,
#site-title a,
.read-more-button,
nav a {
  color: #fff;
}

.article-teaser article,
main header time,
main header span {
  color: #666;
}

#site-banner figcaption p {
  color: #a5a5a5;
}

/**
 * Borders
 */
nav a {
  border-bottom: 2px solid transparent; /* Transparent border in normal state */
}
nav .router-link-active {
  border-bottom: 2px solid #fff !important;
}

main footer form#mc-embedded-subscribe-form {
  border-top: 1px solid #1d1d1d;
}

/**
 * Background and Other Colors
 */
a {
  text-decoration-color: #A0C2E8;
}

#site-banner,
#site-banner figcaption {
  background-color: #1d1d1d;
}

nav,
.read-more-button,
button,
input[type=submit] {
  background-color: #346488;
}

main {
  max-width: 75ch;
  margin: 0 auto;
  padding: 1rem 1rem 0;
}

main#home-page {
  max-width: 100%;
}

#site-banner {
  background-image: url("/adventure-albay-clouds.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 56.25%;
}
#site-banner figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 485px;
  max-width: 85%;
  transform: translate(-50%, -50%);
  padding: 1em 1em 1.2em;
  border-radius: 3px;
  text-align: center;
}
#site-banner figcaption #site-title {
  margin-top: 0;
  margin-bottom: 0.2em;
}
#site-banner figcaption img {
  max-width: 60px;
  height: auto;
}

nav {
  text-align: center;
}
nav a {
  text-decoration: none;
  display: block;
  padding: 8px 12px;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

#site-footer {
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#site-footer a {
  margin: 0 10px;
}

@media (max-width: 768px) {
  #site-footer {
    flex-direction: column;
    text-align: center;
  }
}
.youtube-promo {
  display: flex; /* Use Flexbox */
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  font-size: 0.9em;
  color: #666;
  margin: 10px 0;
  text-align: center; /* Center text inside flex items */
}
.youtube-promo a {
  text-decoration: none;
  color: #0073aa;
  transition: color 0.3s;
  line-height: 1; /* Adjust line height for better alignment */
}
.youtube-promo a:hover {
  color: #FF0000; /* YouTube red color */
}
.youtube-promo .youtube-logo {
  width: 100px;
  height: auto;
  margin-right: 10px; /* Space between logo and text */
}
.youtube-promo div {
  display: flex; /* Ensure link inside div aligns properly */
  align-items: center; /* Center the link vertically */
  line-height: 1; /* Ensure proper line height for div */
}

#home-page {
  padding: 10px 10px 10px;
  /**
   * index.md html
   */
}
#home-page > section {
  text-align: center;
}
#home-page #teasers {
  display: flex;
  flex-flow: row wrap;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
#home-page #teasers .article-teaser {
  flex: 1 1 350px;
  padding: 20px 20px 30px;
}
#home-page #teasers .article-teaser header {
  align-items: center;
  margin-top: 1.5rem;
}
#home-page #teasers .article-teaser header .thumbnail-container {
  margin-right: 15px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  max-height: 250px;
}
#home-page #teasers .article-teaser header .thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#home-page #teasers .article-teaser header .post-title .h3 {
  margin-top: 0;
}
#home-page #teasers .article-teaser header .post-title .rating {
  display: flex;
  align-items: center;
}
#home-page #teasers .article-teaser header .post-title .rating .counts {
  margin-left: 3px;
}
#home-page #teasers .article-teaser .excerpt p:first-child {
  margin-top: 0.35rem;
}
#home-page #teasers .article-teaser article {
  display: flex;
}
#home-page #teasers .article-teaser article a {
  flex-grow: 1;
}
#home-page #teasers .article-teaser a {
  text-decoration: none;
}
#home-page #teasers .article-teaser section {
  margin-top: 0.2em;
  font-size: 0.9em;
}
#home-page #teasers .article-teaser .read-more-button {
  padding: 0.3rem 0.7rem;
  margin-top: 0.5rem;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s;
}

main > header {
  display: flex;
  flex-direction: column;
  padding-top: 0.75em;
}
main > header address {
  display: flex;
  align-items: center;
  font-size: 1em;
}
main > header time {
  font-size: 0.87rem;
  margin-top: 0.25em;
}
main > header #post-avatar {
  line-height: 0px;
}
main > header #post-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

#comments .h4 {
  margin-bottom: 1.3rem;
}

@media (max-width: 801px) {
  #home-page h1 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  #home-page #teasers .article-teaser {
    padding: 5px 5px 10px;
  }
  #home-page #teasers .article-teaser h3 {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
  }
  #home-page #teasers .article-teaser p {
    text-align: justify;
  }
}
main footer form#mc-embedded-subscribe-form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}

@media (min-width: 800px) {
  #site-banner {
    height: 430px;
    padding-top: 0;
  }
}
@media (max-width: 801px) {
  #site-banner #site-title,
  #site-banner #site-title a {
    font-size: 1.1em;
  }
  #site-banner figcaption {
    padding: 1em;
  }
  #site-banner figcaption p {
    font-size: 0.9em;
  }
  #site-banner figcaption img {
    max-width: 40px;
  }
}
@media (max-width: 501px) {
  #site-banner figcaption {
    padding: 0.8em;
  }
}
.wp-block-categories {
  list-style-type: none;
  margin-top: 0;
}
.wp-block-categories li {
  display: inline-block;
  margin-right: 0.3rem;
}

/* General widget styling */
.widget.article-end {
  background-color: #f9f9f9; /* Light background color to blend with the page */
  padding: 10px; /* Padding around the widget */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Subtle shadow for some depth */
  margin-bottom: 20px; /* Space below the widget */
}

/* Categories list styling */
.wp-block-categories-list {
  list-style: none; /* Remove default list styling */
  padding: 0;
  margin: 0;
  text-align: center;
}
.wp-block-categories-list .cat-item {
  display: inline-block; /* Display items inline */
  margin: 5px; /* Spacing between items */
}
.wp-block-categories-list .cat-item a {
  display: block;
  padding: 3px 9px; /* Smaller padding */
  background-color: #fff; /* White background for each category link */
  color: #346488; /* Primary color for text */
  text-decoration: none; /* Remove underline */
  border: 1px solid #ddd; /* Light border */
  border-radius: 3px; /* Rounded corners */
  font-size: 0.9em; /* Smaller font size */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
.wp-block-categories-list .cat-item a:hover {
  background-color: #346488; /* Primary color background on hover */
  color: #fff; /* White text on hover */
}
.wp-block-categories-list .cat-item a.active {
  background-color: #346488; /* Primary color background */
  color: #fff; /* White text */
}

@media print {
  body {
    font-size: 13pt;
  }
  main,
  #site-footer {
    max-width: none;
    padding-left: 1in;
    padding-right: 1in;
  }
  main article,
  #site-footer {
    text-align: justify;
  }
  main > header h1,
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    break-after: avoid;
    page-break-after: avoid;
    margin-top: 1.272rem;
    margin-bottom: 0;
    text-align: left;
  }
  main ol,
  main ul {
    margin-left: 0.35in;
  }
  main blockquote {
    margin-left: 0.25in;
  }
  main article p,
  main article ol,
  main article ul,
  main article blockquote,
  main article li {
    margin-top: 0.636rem;
  }
  main article p,
  main article ol,
  main article ul,
  main article blockquote {
    margin-bottom: 0;
  }
  main article li {
    margin-bottom: 0.636rem;
  }
  main article p,
  main article ol,
  main article ul {
    line-height: 1.55rem;
  }
  .videoWrapper,
  body > div > *:not(main):not(#site-footer),
  main > *:not(header):not(article),
  .rmp-widgets-container {
    display: none;
  }
  #site-footer,
  #site-footer a {
    flex-direction: row;
  }
  a {
    text-decoration: none;
  }
}
.float-right {
  float: right;
  width: auto;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-center {
  text-align: center;
}

iframe {
  width: 100% !important;
}

#cookieConsent {
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-sizing: content-box;
}
#cookieConsent div {
  margin: 1rem;
}
#cookieConsent button:last-child {
  margin-left: 1rem;
}

/**
* Comments
*/
#comments .comment-list {
  margin-left: 0;
}
#comments .comment-list .comment-pending {
  opacity: 0.6;
  border: 1px dashed #f00;
}
#comments .comment-list .children {
  margin-left: 1rem;
}
#comments .comment-list .comment {
  list-style: none;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
#comments .comment-list .comment .comment-body {
  display: flex;
  flex-direction: column;
}
#comments .comment-list .comment .comment-body .comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author {
  display: flex;
  align-items: center;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author .author-info {
  display: flex;
  flex-direction: column;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author .author-info .fn {
  font-weight: bold;
  margin-right: 5px;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author .author-info .username {
  color: #555;
  margin-bottom: 5px;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author .author-info .comment-metadata {
  color: #999;
  font-size: 0.9em;
  margin-top: -5px;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author .author-info .comment-metadata a {
  text-decoration: none;
  color: #999;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-edit-icon {
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-size: 24px;
  cursor: pointer;
}
#comments .comment-list .comment .comment-body blockquote {
  background: #f8f8f8;
  border-left: 3px solid #e1e1e1;
  margin: 10px 0;
  padding: 10px;
  font-style: italic;
  color: #555;
}
#comments .comment-list .comment .comment-body .comment-content {
  line-height: 1.5;
}
#comments .comment-list .comment .comment-body .comment-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.9em;
}
#comments .comment-list .comment .comment-body .comment-actions .reply-link {
  color: #0073aa;
  text-decoration: none;
}
#comments .comment-list .comment .comment-body .comment-actions .reply-link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #comments .comment-list .comment {
    margin-bottom: 15px;
  }
  #comments .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 48px;
    height: 48px;
  }
  #comments .comment-list .comment .comment-body .comment-meta .comment-author .author-info .fn,
  #comments .comment-list .comment .comment-body .comment-meta .comment-author .author-info .username {
    font-size: 0.8em;
  }
  #comments .comment-list .comment .comment-body .comment-meta .comment-author .author-info .comment-metadata {
    font-size: 0.7em;
  }
  #comments .comment-list .comment .comment-body .comment-meta .comment-edit-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
#comments .comment-respond {
  margin-top: 0.5rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#comments .comment-respond .comment-reply-title {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
  padding: 1rem 0.7rem 0;
}
#comments .comment-respond .comment-form {
  display: flex;
  flex-direction: column;
}
#comments .comment-respond .comment-form input {
  border-bottom: 1px solid #999;
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
  width: 100%;
}
#comments .comment-respond .comment-form .comment-form-comment {
  margin-bottom: 10px;
  margin-top: 0;
}
#comments .comment-respond .comment-form .comment-form-comment textarea {
  width: 100%;
  padding: 20px;
  padding-top: 30px;
  margin: 0;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  background: transparent;
}
#comments .comment-respond .comment-form .form-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#comments .comment-respond .comment-form .form-submit button {
  margin-top: 0;
}
#comments .comment-respond .comment-form .form-submit .logout-button,
#comments .comment-respond .comment-form .form-submit .login-button {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
}
#comments .comment-respond .comment-form .form-submit .logout-button:hover,
#comments .comment-respond .comment-form .form-submit .login-button:hover {
  color: #444;
}
#comments .comment-respond .comment-form .form-submit .cancel-button {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}
#comments .comment-respond .comment-form .form-submit .cancel-button:hover {
  color: #444;
}
#comments .comment-respond .comment-form .form-submit .submit-button {
  padding: 10px 20px;
  background-color: #346488;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
}
#comments .comment-respond .comment-form .form-submit .submit-button:hover {
  background-color: #357ab8;
}

.comment-pending {
  opacity: 0.5;
  border: 1px dashed #f00;
}

.comment-moderation-actions,
.comment-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.comment-moderation-actions button {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.8em;
  text-decoration: none;
}

.comment-moderation-actions .approve-comment {
  color: #4caf50; /* Green for approve */
}

.comment-moderation-actions .reject-comment {
  color: #f44336; /* Red for reject */
}

.comment-actions .edit-comment {
  color: #2196f3; /* Blue for edit */
}

.comment-actions .delete-comment {
  color: #f44336; /* Red for delete */
}

/* Post Navigation Styles */
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.post-navigation a {
  color: #346488;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

.post-navigation a:hover {
  text-decoration: underline;
}

.post-navigation .nav-previous {
  text-align: left;
}

.post-navigation .nav-next {
  text-align: right;
}

/*# sourceMappingURL=style.css.map */
