:root {
--tec-color-text-primary: var(--wp--preset--color--contrast);
--tec-font-family-sans-serif: var(--wp--preset--font-family--primary);
}
.tribe-common-g-row.tribe-events-widget-events-list__event-row {
border-radius: 12px;
background-color: var(--wp--preset--color--base-light);
border-top: 3px solid var(--wp--preset--color--accent-500);
border-bottom: 3px solid var(--wp--preset--color--accent-500);
padding-top: var(--wp--preset--spacing--20);
padding-bottom: var(--wp--preset--spacing--20);
box-shadow: 4px 4px 12px rgba(0 0 0 / 5%);
}
.tribe-events-widget a.tribe-events-widget-events-list__view-more-link {
background-color: var(--wp--preset--color--accent-500);
font-weight: 700;
border-radius: 6px;
display: block;
padding: var(--wp--preset--spacing--20);
text-align: center;
border-bottom: none;
}
.tribe-events-widget a.tribe-events-widget-events-list__view-more-link:hover {
border-bottom: none;
}@media screen and (min-width: 640px) {
header .wp-block-navigation {
flex-direction: row;
align-items: center;
}
.header-content {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
}
@media screen and (min-width: 960px) {
header .wp-block-navigation {
justify-content: end;
}
}
header .wp-block-image img {
max-height: 64px;
}
@media screen and (min-width: 960px) {
.header-front-page .floating-logo {
position: relative;
z-index: 1000;
figure {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
width: 300px;
padding: var(--wp--preset--spacing--40);
left: 0;
top: -1.5rem;
background-color: var(--wp--preset--color--base);
border-radius: 100%;
}
}
}main {
min-height: calc(100vh - 600px);
}