/*
Theme Name: Livingword
Theme URI: https://livingword.id/
Template: tenku
Author: Adrian Kencana
Description: Livingword is a child theme of Tenku
Version: 1.0.0.1724630797
Updated: 2024-08-26 08:06:37

*/

.text-center {
    text-align: center;
}
.livingword-nav-bar {
    position: sticky;
    top: calc(0 + var(--wp-admin--admin-bar--position-offset, 0));
    -moz-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    -o-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
:root :where(.wp-block-query-pagination-next), :root :where(.wp-block-query-pagination-previous) {
    justify-content: center;
    display: block;
    border-style: solid;
    border-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-color: rgb(0 0 0);
    line-height: 1;
    padding: 0.5rem 0.75rem;
}
:root :where(.wp-block-query-pagination-next):hover, :root :where(.wp-block-query-pagination-previous):hover {
    border-color: #50603a;
    color: white !important;
    text-decoration: none;
    background-color: #50603a;
}
@media (min-width: 800px) {
	.wp-block-pullquote {
		float: right;
		width: 365px;
		margin-right: -90px;
		margin-left: 84px;
		padding-top: 25px;
		margin-bottom: 10px;
		border-width: 0 !important;
	}
	.wp-block-pullquote blockquote p {
		font-size: var(--wp--preset--font-size--x-large) !important;
		line-height: 1.15;
	}
}
a:where(:not(.wp-element-button)):hover {
    color: var(--wp--preset--color--tertiary) !important;
}
:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
    border-color: var(--wp--preset--color--tertiary) !important;
    color: var(--wp--preset--color--tertiary) !important;
    text-decoration: none !important;
}
.m-a-box-bio > p {
    font-size: var(--wp--preset--font-size--medium);
}
.wp-block-post-title > a {
    text-decoration: none;
}
.wp-block-post-terms > a {
    text-decoration: none;
}
.wp-block-categories a {
    color: var(--wp--preset--color--primary);
}
.popover .popover-body h5 {
    font-size: var(--wp--preset--font-size--medium);
    font-family: var(--wp--preset--font-family--system-font);
}
.popover .popover-body sup {
    font-size: 0.75rem;
    font-family: var(--wp--preset--font-family--system-font);
}
.popover .popover-body p {
    line-height: 1.5;
    font-size: var(--wp--preset--font-size--small);
}
@media (min-width: 800px) {
.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end;
    justify-content: flex-end;
}
}
