/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #C10941;
	--cnvs-themecolor-rgb: 193, 9, 65;
    --bs-danger: #C10941;
    --bs-danger-rgb: 193, 9, 65;
    --bs-red: #C10941;
    --bs-red-rgb: 193, 9, 65;
}

[class*=entry-] {
    --cnvs-post-sm-image: 150px;
}

#footer {
    background-color: #C10941 !important;
    border-top: var(--cnvs-footer-top-border);
}


.canvas-tabs .nav-link.active, .canvas-tabs .nav-tabs .nav-item.show .nav-link, .canvas-tabs.nav-tabs .nav-link.active, .canvas-tabs.nav-tabs .nav-tabs .nav-item.show .nav-link {
    background-color: #C10941 !important;
    color: #FFF !important;
}

.link-dark:hover, .link-dark:focus {
    color: #C10941 !important;
}
a.hover-underline {
    text-decoration: none !important;
}
a.hover-underline:hover {
    text-decoration: underline !important;
}

.toolbar-disabilitas {
    position: fixed !important;
    bottom: 10px !important;
    left: 10px;
    z-index: 999;
    width: -180px;
}

body.all-grayscale {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

body.negatif-contrast {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    color: #fff;
}

body.high-contrast {
    background-color: #000;
    background-image: none;
    color: #fff;
}

body.light-background {
    background-color: #fff !important;
    background-image: none !important;
    color: #000 !important;
}

body.link-highlights a {
    text-decoration: underline !important;
}

body.readable-font {
    letter-spacing: 1px;
}
