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

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

:root {
    --cnvs-themecolor: #f48d12;
    --cnvs-themecolor-rgb: 244, 141, 18;
}

.menu-link {
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
}

.content-wrap p {
    font-weight: 300;
}

.top-links-item {
    font-size:13px !important;
    text-transform: uppercase !important;
}

.entry ul {
    margin-left: 20px;
}