ownmenu2

HTML

<ul class="title-area">
					<!-- Title Area -->
					<li class="name"></li>
					<li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li>
				</ul>

CSS

i/*
Theme name:Project Theme by DS
Theme uri: http://danielsetiawan.com
Description: a child theme for HireBee
Author:Daniel Setiawan
Template: hirebee
Version:1.1
*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

/*  =========== [ Default Stylesheet Table of Contents ] =========== */
/*
 * Typography, General
 * Layout, General
 * UI elements, General
 * Header
 * Category Area below Header
 * Main Content
 * Listings
 * Single Project
 * Blog
 * Single post and page
 * Forms
 * Dashboard
 * Footer
 * User pages
 * Widgets
 * Dropdown category lists
 * Proposal
 * Escrow
 * Coupons
 * Gateways
 * WordPress Core
 * Header Splash
 * 3rd Party
 * Responsive
 */

 /*  =========== [ Typography, General ] =========== */

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
	font-family: Helvetica;
	overflow-y: hidden;
}

.preload * {
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica;
	font-weight: bold;
	font-style: normal;
	color: #43464a;
	line-height: 1.2125em;
}

a:not(.button):hover {
	text-decoration: underline;
}

.top-navigation a:hover,
.f-dropdown li a:hover {
	text-decoration: none;
}


.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	font-family: helvetica;
	font-weight: normal;
	font-style: normal;
	color: #34353e;
	line-height: 1.2125em;
}

.top-widgets h1,
.top-widgets h2,
.top-widgets h3,
.top-widgets h4,
.top-widgets h5,
.top-widgets h6,
.header-widgets h1,
.header-widgets h2,
.header-widgets h3,
.header-widgets h4,
.header-widgets h5,
.header-widgets h6 {
	color: #fff;
}

.top-widgets a,
.header-widgets a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.top-widgets a.button,
.header-widgets a.button {
	text-decoration: none;
	font-weight: normal;
}

.article-title h3 {
	text-transform: uppercase;
}

.alignleft...