/*
Theme Name: Extendable
Theme URI: https://github.com/extendify/extendable
Author: Extendify
Author URI: https://extendify.com
Description: Extendable is a distinct, dynamic block theme designed as a canvas for your next online venture. Sporting multiple style variations, Extendable is the most expressive block theme yet. Go fresh, bold, bohemian or minimal — with a single click.
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
Version: 2.0.29
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: extendable
Tags: one-column, custom-colors, custom-menu, custom-logo, e-commerce, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Extendable is a derivative work of the code from the
Twenty Twenty-Two WordPress Theme, which is licensed GPLv2.

Extendable WordPress Theme, (C) 2022 Extendify Inc.
Extendable therefore is also distributed under the terms of the GNU GPL.
*/

body {
    width: 100vw;
    overflow: auto;
    margin: 0;
    padding: 0;
    background-color:#26361c;
}

#upper {
  display: grid;
  width: 100vw;
  grid-template-columns: 1fr;
  height: fit-content;
}


.home {
  background-color: #26361c;
  position: relative;
  z-index: 0;
  content: ""; /* Create a pseudo-element */
  display: block;
  width: 100vw;
  height: 100vh;
}

.home::before{
  display: block;
  opacity: 0.4;
  position: absolute;
  width: 100vw;
}

.home-img{
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #d7d3d4;
}

.upperbar {
  background-color: #1b1b1b;
  opacity: 0.7;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 80vw;
  left: 10vw;
  top: 2vh;
  height: 8vh;
  position: relative;
}

.upperbar-item {
  font-family: GothamBlack;
  color: #cecece;
  margin: auto;
  text-align: center;
  font-size: 2vh;
  cursor: grab;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#home-grid{
  position: relative;
  z-index: 10;
  height: 70%;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr; 
}


.home-logo{
  width: 65%;
  height: auto;
  margin: auto;
}

#navegue {
  background-color:#26361c;
  position: relative;
  width: 70vw;
  height: 100vh;
  margin: auto;
}

#navegue-header{
  position: relative;
  text-align: center;
  font-family: "Viaoda Libre", serif;
  font-size: 5vh;
  font-weight: lighter;
  color: #edfbe4;
  height: 25vh;
  padding-top: 5vh;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */  
}

#navegue-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  gap: 1vh;
}

.navegue-item{
  font-family: GothamBlack;
  font-size: 5vh;
  padding-top: 5vh;
  color: #edfbe4;
  width: 20vh;
  height: 15vh;
  border-color: #edfbe4;
  border-style:solid;
  text-align: center;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  background-position: center center;
  background-repeat: no-repeat;
  cursor: grab;
}

.setinha{
  display: inline;
}

#iniciativa {
  background-color:#dbd9da;
  position: relative;
  width: 100vw;
  height: 100vh;
}

#iniciativa-grid {
  background-color:#dbd9da;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100vw;
  height: 100vh;
}

.iniciativa-header{
  position: relative;
  text-align: justify;
  font-family: "Viaoda Libre", serif;
  font-size: 6vh;
  color: #474546;
  height: 30vh;
  padding-top: 5vh;
}

.iniciativa-container{
  margin: 20px;
}

.iniciativa-text{
  text-align: justify;
  position: relative;
  font-family: GothamLight;
  font-size: 3vh;
  font-weight: lighter;
  color: #474546;
}

.igrejinha{
  background-image: url("https://live.staticflickr.com/65535/54853312034_39fc460230_b.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.carousel-dots {
  top: 80vh;
  left: 20vw;
  width: 20vw;
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.carousel-dots .dot {
  --size: 4rem;
  padding: 0;
  font-size: 0;
  color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
}

.carousel-dots .dot.active {
  background-color: #474546;
}

#search {
  position: relative;
  width: 100%;
  height: 35vh;
  background-color: black;
  visibility: collapse;
  display: none;
}

#search-grid{
  display: grid;
  grid-template-columns: 40vw 30vw 8vw 1fr;
  grid-template-rows: 1;
  padding-left: 1vw;
}


.search-acervo-grid{
  z-index: 10;
  display: grid;
  grid-template-rows: 7vh 1px 1fr;
  grid-template-columns: 1fr 5vw 7vw 5vw 1fr;
  grid-column: 1 / 1;
  grid-row: 1 / 1 ;
  margin-top: 5vh;
}


#search-box {
    background-color:black;
    border: 6px solid white;
    color: white;
    font-size: 3vh;
    font-family: GothamLight;
    font-weight: lighter;
    z-index: 20;
    height: 6vh;
    width: 30vw;
    text-align: center;
    margin: auto;
    grid-column: 2 / 2;
    grid-row: 1 / 1;
    visibility: collapse;
    cursor: auto;
}

 #search-box:focus {
  border: 10px solid white;
  background-color: black;
}

#search-button{
  width: 5vw;
  height: 7vh;
  object-fit: cover;
  grid-row: 1 / 1;
  grid-column: 3 / 4 ;
  text-align: center;
  margin: auto;
  background-color: white;
  cursor: grab;
}

#search-logo{
  cursor: grab;
  z-index: 100;
}

#lupa{
  width: 100%;
  height: 100%;
}

#outer-container {
  width: 100vw;
  background-color: whitesmoke;
  display: grid;
  grid-template-columns: 11vw auto;
  margin: 0;
  padding: 0;
  row-gap: 0;
  column-gap: 0;
}

#sidebar {
  margin: 0;
  padding: 0;
  row-gap: 0;
  column-gap: 0;
  left: 0;
  top: 0;
  width: 10vw;
  background-color: #d7d3d4;
}

.img-column{
  width: 85vw;
}
  
.pagination{
  height: 7vh;
  font-family: GothamLight;
  font-size: 5vh;
  color: black;
  text-align: center;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#pagination-controls{
  width: 20vw;
  display: grid;
  grid-template-columns: 5vw auto 5vw;
  margin: auto;
  text-align: center;
}

#pagination-input {
    background-color:black;
    border: 6px solid white;
    color: white;
    font-size: 6vh;
    font-family: GothamLight;
    font-weight: lighter;
    z-index: 20;
    height: 8vh;
    width: 8vw;
    text-align: center;
    margin: auto;
    cursor: auto;
}
  
.img-container {
  width: 85vw;
  row-gap: 1vw;
  column-gap: 1vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}


.container {
  display: block;
  position: relative;
  font-size: 2vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: GothamLight;
}

.attribute{
    font-family: GothamBlack;
    color: black;
    font-size: 2vh;
    margin: 1vh;
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.sidebarattribute{
  font-family: GothamBlack;
  color: black;
  height: 5vh;
  font-size: 2vh;
  padding-left: 2vw;
  cursor: grab;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.selected-filter {
  font-family: GothamBlack;
  color: white;
  background-color: #6d1703;
  border-radius: 30px;
  font-size: 2vh;
  height: 3vh;
  margin: auto;
  text-align: center;
  border-style: dotted;
  cursor: grab;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
  

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    margin-left: 10px;
    width: 160px;
    border-radius: 5px;
    z-index: 1;
    font-size: 2vh;
}

.dropdown-menu label {
    padding-left: 25px;
    padding-top: 3px;
    text-decoration: none;
    display: block;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: black;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

.explore-button {
    outline: none;
    color: #6d1703;
    text-decoration: none;
    padding: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    background-color: #f0f194;
    border: none;
    border-radius: 10%;
    width: 40vw;
    box-shadow: 0 0 0 4px #f0f194, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
    transition: .1s ease-in-out, .4s color;
    font-family: GothamLight;
    font-weight: lighter;
    font-size: 4vh;
    z-index: 20;
    text-align: center;
    margin: auto;
    grid-column: 2 / 6;
}
  
.explore-button:active {
    transform: translateX(0.1em) translateY(0.1em);
    box-shadow: 0 0 0 4px #d4da9c, 1.5px 1.5px 2.5px 1.5px rgba(0, 0, 0, 0.5);
}

.thumbnail {
    object-fit: cover;
    padding-top: 1vh;
    width: 15vw;
    height: 15vw;
    cursor: grab;
}

.description {
    font-family: GothamBlack;
    font-size: 2vh;
    color: rgb(52, 50, 50);
}

.card {
    background-color: whitesmoke;
    border: 2px inset #c0c0c0;
    text-align: center;
}

.cardattribute{
    font-family: GothamLight;
    color: black;
    height: auto;
    font-size: 2vh;
    text-align: left;
    padding-left: 1vw;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 200; /* Specify a stack order in case you're using a different order for other elements */
}

#overlay-img {
  position: absolute;
  background-size: cover;
  z-index: 10;
  top: 25%;
  left: 25%;
  cursor: grab;
}

#icon-container {
  width: 100px;
  right: 20px;
  display: grid;   
  grid-template-columns: auto;
  grid-template-rows: 100px;
}

.icon{
  z-index: 20;
  max-width: 100px;
  max-height: 100px;
  width: 10vw;
  height: 10vw;
  cursor: grab;
}

#bottom{
  height: 25vh;
  width: 100%;
  background-color: #1b1b1b;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bottom-grid{
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-rows: 10vh 1px 1fr;
  grid-template-columns: 1fr 5vw 5vw 5vw 1fr;
  margin-top: 2vh;
}

.contato{
  display: grid;
  grid-template-columns: 1fr;
  height: 15vh;
  margin: auto;
}

.contato-item{
  font-family: GothamBlack;
  color: #cecece;
  font-size: 2vh;
  cursor: grab;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.viaoda-libre-regular {
  font-family: "Viaoda Libre", serif;
  font-weight: 400;
  font-style: normal;
}

.mr-dafoe-regular {
  font-family: "Mr Dafoe", cursive;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GothamLight;
  src: url("./fonts/Gotham-Font/Gotham-Light.otf");
}

@font-face {
  font-family: GothamBlack;
  src: url("./fonts/Gotham-Font/Gotham-Black.otf");
}



/* Fallback for deprecate variables.
---------------------------------------------------------------------------- */
:root {
	--wp--custom--spacing--small: var(--wp--preset--spacing--30, clamp(1.5rem, 5vw, 2rem));
	--wp--custom--spacing--medium: var(--wp--preset--spacing--50, clamp(2.5rem, 8vw, 4rem));
	--wp--custom--spacing--large: var(--wp--preset--spacing--60, clamp(2.5rem, 8vw, 6rem));
	--wp--custom--spacing--outer: max(1.25rem, 4vw);
}

/*
 * Smooth scrolling
 */

 html {
	scroll-behavior: smooth;
  }

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

body {
	-moz-osx-font-smoothing: var(--wp--custom--typography--font-smoothing--moz, auto);
	-webkit-font-smoothing: var(--wp--custom--typography--font-smoothing--webkit, auto);
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
	text-decoration-style: var(--wp--custom--elements--link--static--text-decoration-style, solid);
	text-decoration-thickness: var(--wp--custom--elements--link--text-decoration-thickness, 1px);
	text-underline-offset: var(--wp--custom--elements--link--text-underline-offset, 0.25ch);
}

a:hover,
a:focus {
	text-decoration-style: var(--wp--custom--elements--link--interactive--text-decoration-style, dashed);
}

:where(.wp-site-blocks *:focus) {
	outline-width:1px;
	outline-style:solid
}

a:active {
	text-decoration: none;
}

/*
 * Navigation Block
 */

 @media (min-width: 600px) {
    .site-logo-title {
        display:none
    }

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: flex-start !important;
	}
}

 @media (max-width: 600px) {
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: flex-start !important;
	}
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title {
    display: flex;
	flex-wrap: nowrap;
	max-width: 100%;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: var(--wp--preset--spacing--30);
    position: relative;
	padding-inline-end: 52px;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title::after {
    content: "";
    position: absolute;
    left: calc(-1 * var(--wp--preset--spacing--30));
    right: calc(-1 * var(--wp--preset--spacing--30));
    bottom: 0;
    height: 1px;
    background: #8080801d;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title img {
	max-height: 42px !important;
	height: auto !important;
	width: auto !important;

}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title .site-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--wp--preset--color--foreground);
	text-transform: uppercase;
    letter-spacing: -0.02em;
    box-sizing: border-box;
    line-height: 1.15;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--preset--spacing--30);
}

.has-modal-open .wp-block-navigation__responsive-container-close {
	background-color:var(--wp--preset--color--tertiary);
	padding: 0.625rem;
	border-radius: 100%;
    top: -2.5px !important;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	gap: 0 !important;
	width: 100%;
}

.has-modal-open .wp-block-navrigation__containe, .has-modal-open .wp-block-navigation__container ul {
    row-gap: 0.75rem !important;
    width: -webkit-fill-available;
  	max-width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > li.wp-block-navigation-item:not(.wp-block-navigation__submenu-container) {
	border-bottom: 1px solid #8080801d;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	width: -webkit-fill-available;
	max-width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	padding: 0.75rem 0.75rem 0 0.75rem !important;
    gap: 0.75rem !important;
 }

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container > li:not(.wp-block-navigation__submenu-container) > a.wp-block-navigation-item__content {
    font-size: 1.25rem;
	font-weight: 600;
}

.has-modal-open .wp-block-navigation__submenu-container {
   padding-top: 0.75rem !important;
}

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container .wp-block-navigation-submenu .wp-block-navigation-item a {
    font-size: 1rem !important;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

/* Don't display the homepage in the Page List block, when located inside a navigation element. */
nav .wp-block-pages-list__item.wp-block-navigation-item.menu-item-home {
	display: none;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--30);
	padding-right: var(--wp--preset--spacing--30);
	padding-left: var(--wp--preset--spacing--30);
}

/*
 * --------------------------------------------------------
 *  Custom - blocks
 * --------------------------------------------------------
 */

 /* Button
----------------------------------------------------------*/
.wp-element-button {
	transition: background-color 0.15s ease;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: rgba(159, 159, 159, 0.2);
}

/* Table
----------------------------------------------------------*/
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background-color: var(--wp--custom--blocks--core-table--variant-stripes--color--background, var(--wp--preset--color--tertiary));
}

/* Template Part Block
----------------------------------------------------------*/

/* Temporary fix until template-part blocks support spacing */

footer.wp-block-template-part:not([style*="margin-top"]) {
	margin-top: 0;
}

/* Quote - 'Plain' variation
----------------------------------------------------------*/
blockquote:is(.is-style-plain) {
	border: none;
	padding-left: 0;
}

/* Search Block
----------------------------------------------------------*/
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border-color: var(--wp--custom--elements--input--border--color);
	border-radius: var(--wp--custom--elements--button--border--radius);
	border-width: var(--wp--custom--elements--input--border--width);
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border-color: transparent;
}
.wp-block-search .wp-block-search__input {
	border-radius: var(--wp--custom--elements--button--border--radius);
}

/* Image
----------------------------------------------------------*/
.wp-block-image[style*="-radius"]:not([style*="overflow"]) { overflow: hidden }

/*
 * --------------------------------------------------------
 *  Custom - experimental
 * --------------------------------------------------------
 */

.block-editor-block-list__block.wp-block.is-default-size.wp-block-site-logo .components-resizable-box__container,
.wp-block-site-logo.is-default-size img {
    max-height: 42px !important;
    height: auto !important;
    width: auto !important;
}

/* Ensure default logo works well on light and dark backgrounds
----------------------------------------------------------*/
.wp-block-site-logo img[src*="extendify-demo-"],
.wp-block-site-logo img[src*="ext-custom-logo-"] {
	filter: var(--wp--preset--duotone--primary-foreground);
}


/*
 * Remove all animations, transitions and smooth scroll
 * for people that prefer not to see them.
 */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/*
 * Matching caret and focus outline colors.
 */
input, textarea {
	caret-color: inherit;
	outline-color: inherit;
}

/*
 * Matching input with outline button style.
 */
:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	border-color: inherit;
}


/*
 * Woocommerce temporarily customization until the woo blocks offer support
 */

.woocommerce-Tabs-panel--description h2, .woocommerce-Reviews-title {
	font-size: var(--wp--preset--font-size--medium);
}

.wp-block-button.wc-block-components-product-button {
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
	gap: 1rem;
}
.wp-block-button.wc-block-components-product-button a.added_to_cart {
	margin-top: 0;
}

.woocommerce-checkout.woocommerce-page header.wp-block-template-part nav.wp-block-navigation {
	visibility: hidden;
}

/*
 * Adds offset for sticky header overlap
 */

 .sticky-header-offset-container .entry-content > .wp-block-group {
	scroll-margin-top: var(--wp--preset--spacing--60);
}
