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

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


ul {
    list-style-type: none;
}

.owl-stage-outer::before, .owl-stage-outer::after {
    background: none !important;
}

.blog-image-rounded {
    border-radius: 1em !important;
}

.dark code {
    color: inherit;
    background-color: rgba(0,0,0,0);
}

.dark pre {
    padding: 10px;
}

b, strong {
    font-weight: 900 !important;
    text-decoration: underline;
}