body {
    overflow: initial !important;
}

.e2pdf-download {
    color: #173372 !important; /* Altere 'blue' para qualquer cor que você preferir */
    background-color: #f2c616 !important; /* Altere 'yellow' para a cor de fundo desejada */
    padding: 10px !important; /* Ajuste o preenchimento conforme necessário */
    border-radius: 30px !important; /* Ajuste o raio da borda conforme necessário */
    font-size: 14px !important; /* Ajuste o tamanho da fonte conforme necessário */
}

.e2pdf-download:hover {
    color: white !important; /* Cor do texto ao passar o rato */
}

.dflip-category ._df_thumb{
    width:240px;
}

._df_thumb ._df_book-title, ._df_thumb .df-book-title {
    opacity: 1;
    bottom: 0;
}

._df_thumb{
	margin-left: 50px;
	margin-right: 50px;
	
}

.dflip-menu-category {
    /* Estilos para as categorias */
    display: flex; /* Altera o display para flexbox */
    flex-wrap: wrap; /* Permite que as categorias sejam exibidas em várias linhas */
    justify-content: center; /* Centraliza as categorias horizontalmente */
}

.dflip-menu-category-item {
    /* Estilos para cada item da categoria */
    margin: 500px; /* Espaçamento entre os itens */
}

#page {
    display: flex;
    flex-direction: column;
	min-height: 100vh;
}
.admin-bar #page{
	min-height: calc(100vh - 32px);
}
#page .site-content{
    flex-grow: 1;
}

#primary-site-navigation-desktop ul li a{
	font-family: "Cormorant Garamond"
}

.submit {
  background-color: #f2c616 !important; /* Cor de fundo */
  color: #173372 !important; /* Cor do texto */
  border: none !important; /* Remover borda */
  padding: 10px 20px !important; /* Espaçamento interno */
  border-radius: 20px !important; /* Bordas arredondadas */
  cursor: pointer !important; /* Cursor de ponteiro */
	font-size: 14px !important;
	box-shadow: none !important;
}

.submit:hover {
  color: #ffffff !important; /* Cor de fundo ao passar o mouse */ 
}

/* Altera a cor do texto dos dias da semana */
.fc-col-header-cell-cushion {
    color: black !important; /* Cor desejada para o texto */
}

/* Altera a cor do texto dos dias da semana quando passa o mouse */
.fc-toolbar-title {
    color: white !important; /* Cor desejada para o texto ao passar o mouse */
}

.fc-button{
	background-color: #f2c616 !important;
}

#consent-3{
	margin-bottom: -50px !important;
}
#html-1{
	margin-top: -10px !important;
}
#html-6{
	margin-top: -13px !important;
}
#html-9{
	margin-top: -13px !important;
}

.custom-twitter-feed-container {
    width: 300px; /* Set the width of the box */
    height: 400px; /* Set the height of the box */
    overflow-y: auto; /* Enable vertical scrolling if content overflows */
    border: 1px solid #ccc; /* Add a border */
    padding: 10px; /* Add some padding */
    box-sizing: border-box; /* Ensure padding and border are included in the width and height */
}