
/*-----------------------------------------------------------------
 Output Custom CSS from Theme Options Panel
---------------------------------------------------------------- */

/* Logo &gt; Plain */
#header .logo a.plain {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	border-bottom: none;
	}

#header .logo a:hover {
	text-decoration: none;
	border-bottom: none;
	}

#header .logo a.custom:hover {
	border-bottom: none;
	}
