/* Start custom CSS */h1.entry-title {
    font-family: 'SugarcubesRegular' !important;
    font-weight: 800;
}


.main-nav > li > a .menu-text {
    font-family: 'SugarcubesRegular' !important;
    text-transform: none;
}

.main-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text {
    color: #333333;
    font-family: 'SugarcubesRegular';
    font-weight: 900;

}

a, a:hover {
    color: #de9435 !important;
}/* End custom CSS */