/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/



.buttn2 {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 0px;
	/*padding: 0 22px 15px 22px;*/
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: pink;
	color: pink;
	font-weight: 6000;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#hovercolor ul li:hover > a,
#hovercolor ul li.current > a { color: red; }

@media (min-width: 992px ) and (max-width: 1199px) {

	
	#header.split-menu #logo2 a.standard-logo { 
		display: inline-block;
		
		/*SP0MN "Center" The image for browser width 992 or larger by adding some padding on the right */
		padding-right: 50px;
		}
	
		/*SP0MN The logo image for browser width 992 - 1199 needed to be shrunk to fit menu */
	#logo2 img {
		width: 1%;
		height: auto;

	}

}

ul.indent {margin-left: 0; 
	padding-left: 40px;}


/*BOX NAV fancy TITLE */
.fancy-title2 {
	position: relative;
	margin-bottom: 10px;
}
/*SP0MN orig: margin-bottom: 30px; */

.fancy-title2 h1,
.fancy-title2 h2,
.fancy-title2 h3,
.fancy-title2 h4,
.fancy-title2 h5,
.fancy-title2 h6 {
	position: relative;
	display: inline-block;
	background-color: #F9F9F9;
	padding-right: 15px;
	margin-bottom: 0;
}

.fancy-title2 h4,
.fancy-title2 h5,
.fancy-title2 h6 { padding-right: 10px; }

.fancy-title2.title-double-border:before,
.fancy-title2.title-border:before,
.fancy-title2.title-border-color:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border-top: 3px double darkgray;
	left: auto;
	top: 46%;
	right: 0;
}

.fancy-title2.title-border:before {
	top: 49%;
	border-top: 1px solid darkgray;
}

.fancy-title2.title-border-color:before {
	top: 49%;
	border-top: 1px solid darkgray;
	opacity: 0.6;
}


/* CUSTOM BOX LINK COLORS */

a.boxlink:link,
a.boxlink:visited,
a.boxlink:active { color: #0066b2; text-decoration: none; }
a.boxlink:hover { color: #222; text-decoration: underline; }

