body {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #666666;
	background-color: #F7F7F7;
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
}

h2 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;
	margin: 0;
}

/* Basic Layout
============================================================================= */
.grve-container {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.grve-container:before,
.grve-container:after {
	display: table;
	content: " ";
}

.grve-container:after {
	clear: both;
}

/* Header
============================================================================= */
#grve-header {
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 999;
}

#grve-header .grve-header-wrapper {
	position: fixed;
	width: 100%;
	height: inherit;
	line-height: inherit;
	background-color: #ffffff;
}


/* Logo
============================================================================= */
.grve-logo {
	height: 80px;
	position: relative;
	float: left;
	z-index: 3;
}

.grve-logo-wrapper {
	position: relative;
	top: 50%;
	z-index: 2;
}

.grve-logo a {
	display: block;
	height: 30px;
	position: relative;
}

.grve-logo a img {
	display: block;
	position: relative;
	height: 100%;
	top: -50%;
	width: auto !important;
	max-width: none;
}

/* Main Menu
============================================================================= */
#grve-main-menu {
	float: right;
}

#grve-main-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#grve-main-menu ul li {
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
	margin-left: 8px;
}

#grve-main-menu ul li a {
	white-space: nowrap;
	display: block;
	padding: 0px 10px;
	font-size: 12px;
	color: #A1A1A1;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

#grve-main-menu ul li a:hover {
	color: #4EC4E9;
}

/* Main Content
============================================================================= */
#grve-main-content {
	margin-top: 90px;
	margin-bottom: 90px;
}

.grve-section ul {
	margin: 0;
	padding: 30px 60px;
	list-style: none;
}

.grve-section {
	margin-bottom: 120px;
}

.grve-section:last-child {
	margin-bottom: 0;
}

.grve-section ul li {
	margin-bottom: 15px;
	max-width: 50%;
}

/* Basic Styles
============================================================================= */
.grve-box-shadow {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.grve-label {
	font-size: 14px;
	padding: 6px 8px;
	line-height: 1.2;
	text-transform: capitalize;
	display: inline-block;
	color: #ffffff;
	background-color: #27C24C;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.grve-label-add {
	color: #ffffff;
	background-color: #27C24C;
}

.grve-label-update {
	color: #ffffff;
	background-color: #23B7E5;
}

.grve-label-improve {
	color: #ffffff;
	background-color: #7266BA;
}

.grve-label-fix {
	color: #ffffff;
	background-color: #F05050;
}

/* Title
============================================================================= */
.grve-title {
	display: block;
	position: relative;
	color: #000000;
	background-color: transparent;
	-webkit-transition : background-color .3s;
	-moz-transition    : background-color .3s;
	-ms-transition     : background-color .3s;
	-o-transition      : background-color .3s;
	transition         : background-color .3s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.grve-title h2 {
	line-height: 70px;
}

span.grve-date {
	font-size: 14px;
	vertical-align: baseline;
	display: inline-block;
	line-height: 24px;
	font-weight: 300;
	margin-left: 5px;
	color: #A1A1A1;
}

/* Sticky Title */
.grve-title.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	background-color: #E4EAEC;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
	z-index: 990;
}
