/* Transparent Header When Header Overlap Enabled */
.page-layout-menu-overlap #masthead {
	background: transparent;
	border-bottom: transparent;
}

/* Header Container Width */
#masthead .container {
	max-width: 1300px;
}

/* Width of the Navigation in the Header */
.main-navigation {
	width: 58%;
}

/* Sticky Header Transition */
#masthead.sticky-menu {
	transition: background .4s ease-in-out !important;
}

/* Sticky Header Background Color */
#masthead.sticky-menu.floating {
	background: #3b0f63 !important;
}


/* Sticky Header Background Color */
#masthead #primary-menu .menu-item {
	font-size:x-large;
}

/* Home Page LiveMesh Odometer Number Color */
.home .lsow-odometers .lsow-odometer .lsow-number {
	color: #fff !important;
}

/* Home Page LiveMesh Odometer Icon Title Color */
.home .lsow-odometers .lsow-odometer .lsow-stats-title {
	color: #fff !important;
}

/* Home Page Services Tect Colour */
h3.lsow-title {
		color: #eeee22 !important;
}

/* Home Page LiveMesh Odometer Icon Color */
.home .lsow-odometers .lsow-odometer .lsow-stats-title .lsow-icon-wrapper {
	color: #2995bc;
}

/* Footer Widget Title */
#colophon .widgets .widget-title {
	color: #fff;
	font-weight: 600;
}

/* Footer Widget Recent Entries Link */
#colophon .widget-area .widget_recent_entries ul li a {
	color: #595959;
}

/* Footer Widget Recent Entries Link Hover */
#colophon .widget-area .widget_recent_entries ul li a:hover {
	text-decoration: underline;
}

/* Footer Widget Recent Entries Link Items */
#colophon .widget-area .widget_recent_entries ul li {
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Footer Widget Tagloud Link */
#colophon .tagcloud a {
	background: #595959;
}

/* Footer Widget Recent Link Hover */
#colophon .tagcloud a:hover {
	background: #2995bc;
}