/*
Theme Name: Origem
Author: Marcio Junior
Author URI: https://marciojunior.com
Description: O teme Origem foi desenvolvido única e exclusivamente para ser usada como site da Igreja Origem de São José do Rio Preto
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 7.4
Version: 1.0
Text Domain: origem
*/

.no-padding {
  padding: 0 !important;
}

body.home .header-section {
  position: absolute;
  width: 100%;
}

body.home .header-section::before {
  position: relative;
}


/*=====================================================
==== @@ Header
=======================================================*/
.header-section {
  display: flex;
  width: 100%;
  max-height: 94vh;
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.header-section::before {
  position: absolute;
  width: 100%;
  height: 150px;
  content: "";
  /* background: rgba(0, 0, 0, 0.2); */
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.9430147058823529) 100%);
  z-index: 1;
}

.header-section .main-banner {
  display: flex;
  width: 100%;
  max-height: 94vh;
  object-fit: cover;
  object-position: center center;
}

.header-section .main-banner img {
  max-width: 100%;
  max-height: 94vh;
}

.header-section .section-container {
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding: 24px var(--section-padding-x) 0 var(--section-padding-x);
  box-sizing: border-box;
}

.header-section .logo {
  width: 260px;
}

.header-section .logo-a,
.header-section .logo-a:hover {
  border: 0 !important;
  text-decoration: none;
}

.header-section .logo-a:hover {
  opacity: 0.8;
}

.header-section nav ul {
  display: flex;
  gap: 36px;
}

.header-section nav ul a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent;
  color: #ddd;
  transition: 0.3s;
}

.header-section nav ul a:hover {
  color: #fff;
  border-color: var(--white);
}

.header-section .menu-sandwich {
  display: none;
  color: #fff;
}

.header-section .menu-close {
  display: none;
  color: #fff;
}

/* =====================================
/* @@ Header Mobile */

@media only screen and (max-width: 943px) {
  .header-section {
    max-height: 50vh;
  }

  .header-section .section-container {
    position: fixed;
    background: var(--black);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-section .logo {
    width: 130px;
  }

  .header-section nav {
    width: 100%;
    height: 0;
    max-height: 100%;
    overflow: hidden;
    position: fixed;
    display: flex;
    top: -24px;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    padding: 0;
    box-sizing: border-box;
  }

  .header-section .menu-sandwich {
    display: inline-flex;
    font-size: 28px;
  }

  .header-section .menu-close {
    position: fixed;
    right: 24px;
    top: 24px;
    display: none;
    font-size: 34px;
  }

  .header-section.menu-opened .menu-close {
    display: inline-flex;
  }

  .header-section.menu-opened nav {
    top: 0;
    padding: 24px;
    height: 100%;
    overflow: auto;
    transition: 0.3s;
  }

  .header-section.menu-opened nav>div {
    width: 100%;
  }

  .header-section.menu-opened nav ul {
    margin-top: 48px;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }

  .header-section.menu-opened nav ul li {
    display: inline-flex;
    width: 100%;
  }

  .header-section.menu-opened nav ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.4rem;
    width: 100%;
  }
}


/*=======================
	@@ Footer
	=====================*/
.footer-section {
  border-top: 1px solid #333;
  padding: 48px var(--section-padding-x);
  box-sizing: border-box;
  background-color: var(--black);
}

.footer-section .section-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-section .menu-footer {
  display: flex;
  width: 100%;
}

.footer-section .menu-menu-footer-container {
  display: flex;
  width: 100%;
}

.footer-section .menu-footer ul {
  display: flex;
  width: 100%;
  gap: 48px;
  justify-content: center;
}

.footer-section .menu-footer a {
  font-size: 1rem;
  font-weight: var(--font-regular);
  color: #888;
  transition: 0.3s;
}

.footer-section .menu-footer a:hover {
  color: #fff;
}

.footer-section .social {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 48px;
  gap: 48px
}

.footer-section .social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #888;
  color: #888;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  transition: 0.3s;
}

.footer-section .social a:hover {
  color: #fff;
  border-color: #fff;
}

/* ==== @@ Footer Mobile */
@media only screen and (max-width: 943px) {
  .footer-section {
    padding: 24px var(--section-padding-x);
  }

  .footer-section .menu-footer ul {
    gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.about-page-leaders-gallery {
  display: flex !important;
  width: 100%;
  gap: 2% !important;
  row-gap: 40px !important;
}

.about-page-leaders-gallery>figure {
  position: relative;
  display: inline-flex;
  max-width: 14% !important;
  margin: 0 !important;
  box-sizing: border-box;
  overflow: hidden !important;
  border-radius: 50%;
}

.about-page-leaders-gallery figure img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  box-sizing: border-box;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.about-page-leaders-gallery figure figcaption {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  max-width: 100%;
  margin: 0;
  bottom: 0 !important;
  padding-bottom: 8px !important;
  font-size: 1rem !important;
  gap: 4px;
}

.about-page-leaders-gallery figure figcaption strong {
  font-size: 1.2rem;
  font-weight: var(--font-bold);
}

/* ==== @@ About Page Mobile */
@media only screen and (max-width: 943px) {
  .about-page-leaders-gallery>figure {
    width: 23% !important;
    max-width: 23% !important;
  }
}

@media only screen and (max-width: 643px) {
  .about-page-leaders-gallery>figure {
    width: 48% !important;
    max-width: 48% !important;
  }
}

/* =============================
	@@ Error 404
	==============================*/
.error-404-section .section-container {
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.error-404-section .section-container p {
  margin-top: 24px;
  text-align: center;
}

.entry-meta {
  margin-top: 24px;
}

.wp-block-latest-posts .entry-meta {
  margin-top: 0;
}

.wp-block-latest-posts .author,
.wp-block-latest-posts .meta-sep {
  display: none;
}



.entry-content {
  margin-top: 48px;
}

.entry-footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid #aaa;
}

.entry-footer .cat-links,
.entry-footer .tag-links {
  display: flex;
  align-items: center;
}

.entry-footer .cat-links a,
.entry-footer .tag-links a {
  margin-left: 8px;
}

.entry-footer .meta-sep {
  display: none;
}

.entry-footer .comments-link {
  display: none;
}

.post-navigation {
  display: flex;
  margin-bottom: 48px;
}

.post-navigation .nav-links {
  display: flex;
  gap: 24px;
  width: 100%;
}

.comments-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 48px;
}

.comments-container>.comments>ul {
  margin: 0;
  padding: 0;
}

.comments-container>.comments>ul>li {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #aaa;
}

.comments-container .comment-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 12px;
}

.comments-container .comment-meta a {
  font-size: 1rem;
  font-weight: var(--font-regular);
  color: #999;
}

.comments-container .comment-author .says {
  display: none;
}

.comments-container .comment-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.comments-container .comment-body p {
  display: flex;
  width: 100%;
}

.comments-container .comment-reply-link {
  color: var(--color-accent);
  font-size: 1.1rem;
}

.comments-container .comment-reply-title {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}

.comments-container .comment-reply-title small a {
  font-size: 1.2rem !important;
  color: var(--color-accent);
}

.comments-container .logged-in-as {
  display: none;
}

.comments-container form {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.comments-container form>p {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 450px;
}

.comments-container form>p.comment-notes span {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #999;
}

.comments-container form>p.comment-form-cookies-consent {
  gap: 8px;
  flex-direction: row;
}

.comments-container form>p.comment-form-cookies-consent label {
  font-size: 1rem;
  line-height: 1.2rem;
}

.comments-container .comment-awaiting-moderation {
  margin-right: 8px;
  color: #666;
}

.page-title {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.page-title-margin {
  margin-bottom: 36px !important;
}

.site-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: red;
  color: #fff;
  width: 100%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* body {
	padding-bottom: 66px !important;
} */

.site-warning .title {
  font-size: 1.2rem;
  font-weight: var(--font-bold);
}

.site-warning .description {
  font-size: 1rem;
}

.whatsapp-footer-cta {
  position: fixed;
  z-index: 9999;
  bottom: 24px;
  right: 24px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.4));
}

.whatsapp-footer-cta i {
  font-size: 48px;
  color: #fff;
}

@media only screen and (max-width: 943px) {
  .whatsapp-footer-cta {
    width: 52px;
    height: 52px;
    bottom: 12px;
    right: 12px;
  }

  .whatsapp-footer-cta i {
    font-size: 36px;
  }
}

/*//////////////////////////////////////
///// BANNERS HOME */
.banner-desktop {
  display: block;
}

.banner-mobile {
  display: none;
}

@media only screen and (max-width: 943px) {
  .banner-desktop {
    display: none;
  }

  .banner-mobile {
    display: block;
  }
}


/*////////////////////
//// Plugin Instagram */
.sb_instagram_header {
  display: none;
}