[vw] {
	right: 10px !important;
    top: calc(50% + 40px) !important;
}


[vw] [vw-access-button] {
	opacity: 1 !important;
}

article.page {
	margin-top: -16px;
}

/* MARK: Classes
*/

.a11y-toolbar {
	margin-top: -100px;
	right: 10px !important;
	top: 50vh !important;
	z-index: 2 !important;
}

.a11y-toolbar button, .a11y-toolbar .offscreen {
	background: linear-gradient(to right top, #266fda, #348cf6) !important;
	border: none !important;
	border-radius: var(--radius-small) !important;
	box-shadow: none !important;
	color: var(--white) !important;
}

.ast-breadcrumbs {
	font-size: var(--font-size-small);
	margin-left: 12px !important;
}

.home .ast-breadcrumbs-wrapper, .page-id-5769 .ast-breadcrumbs-wrapper {
	display: none;
    padding-left: 32px;
}

.ast-primary-header-bar .site-primary-header-wrap {
	min-height: 48px !important;
}

.eael-event-calendar-wrapper * {
	background: inherit !important;
}

.eael-event-calendar-wrapper {
	font-family: var(--secondary-font) !important;	
	transform: translateY(-50px);
}

.elementor-widget-eael-event-calendar {
	transform: scale(0.7);
	width: 430px !important;
}

.elementor-widget-eael-event-calendar table {
    margin: 0 !important;
	width: 380px !important;
}

.entry-content :where(h1), .editor-styles-wrapper h1, h1  {
	line-height: var(--line-height-large) !important;
}
.entry-content :where(h2) {
	line-height: var(--line-height-large) !important;
}
.entry-content :where(h3) {
	line-height: var(--line-height-medium) !important;
} 
.entry-content :where(h4) {
	line-height: var(--line-height-medium)  !important;
} 

.entry-meta {
 	text-indent: -9999px;
}

.fc .fc-day-other .fc-daygrid-day-top {
	opacity: 0.15 !important;
}

.fc-day {
	height: 44px;
}

.fc-day-today a {
	color: var(--tertiary-color) !important;
	font-weight: var(--font-weight-large) !important;
}

.home .entry-meta, .page-id-5769 .entry-meta {
    margin-top: -36px;
}

.entry-meta .posted-on {
	display: block !important;
	text-indent: 0 !important;
}

.fc-day-sat .fc-daygrid-day-number, .fc-day-sun .fc-daygrid-day-number {
	color: var(--light-grey) !important;
}

.fc-header-toolbar {
	margin-bottom: var(--spacing-small) !important;
}

.fc-scrollgrid-sync-table {
	height: 300px !important;
}

.fc-toolbar-title {
	font-size: var(--font-size-large) !important;
}

.fc-scrollgrid-sync-table {
	height: 230px;
}

.home h1.entry-title, .page-id-5769 h1.entry-title {
    display: none;
}

.home .riwth-helpful-feedback, .page-id-5769 .riwth-helpful-feedback {
	display: none !important;
}

.main-header-menu .menu-link, .main-header-menu>a {
	transition: none !important;
}

.post-navigation {
	display: none;
}

.riwth-helpful-feedback {
	margin-top: var(--spacing-huge);
}

.sbi_bio {
	font-size: var(--font-size-small) !important;
}

.sbi_feedtheme_header_text h3 {
	margin: 0 !important;
	text-transform: uppercase;
}

.sbi_follow_btn a {
	border-radius: var(--radius-small) !important;
}

.search-form {
	border: none !important;
}

.swiper-wrapper figure img {
    border-radius: 0px !important;
}

.tab-title {
	margin: 10px 0 0 !important;
}

.tabs-titles {
	border-bottom: 2px solid gray !important;
	height: 72px;
	margin-bottom: var(--spacing-large) !important;
}

.wa__popup_chat_box .wa__popup_heading {
	padding-left: 24px !important;	
}

.wa__popup_heading::before, .wa__popup_chat_box .wa__popup_heading::before, .wa__stt::after {
	display: none !important;
}

.wp-block-columns + .wp-block-columns, .wp-block-image + .wp-block-image, .wp-block-image + .entry-content p, .entry-content p + .wp-block-image {
/*    margin: 0 !important;*/
}



/* MARK: IDs
*/
/*
#ast-hf-menu-1 li {
	line-height: 48px !important;
}
*/

#ast-scroll-top {
	border-radius: 100%;
}

#colophon {
	display: none;
}

#search-field {
	border-radius: var(--radius-medium);
	border: 1px solid var(--primary-color);
}

#search-field::placeholder {
    visibility: hidden;
}

#secondary_menu-site-navigation-desktop {
/*	font-size: var(--font-size-medium);*/
}


/* Fix de responsividade para o menu */
@media (min-width: 920px) and (max-width: 1120px) {
	nav ul#ast-hf-menu-1 > li.menu-item-has-children > a {
        padding: 0 var(--spacing-medium);
    }
	.site-header-above-section-right {
		display: none;
	}
}








/* Correções do Mobile.css. Unir com o Zarif-Desktop.css */
.tabela.unidades td:first-child {
	width: auto !important;
}

.tabela.unidades tr:not(:first-child) td:last-child::before {
	display: none !important;
}

.tabela.unidades td {
	font-size: var(--font-size-small) !important;
	padding: var(--spacing-small) !important;
}