/* Transparent Header When Header Overlap Enabled */

.page-layout-menu-overlap #masthead {
  background: transparent;
  border-bottom: transparent;
}

/* Header Container Width */

#masthead .container {
  max-width: 1300;
}

/* Width of the Navigation in the Header */

.main-navigation {
  width: 70%;
	font-size: 16px;	
}

/* Sticky Header Transition */

#masthead.sticky-menu {
  transition: background .4s ease-in-out !important;
}

#masthead.sticky-menu.floating {
	/* background: #111 !important;*/
	background: #fff !important;
}

/* 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;
}