.sticky-header .menu-item:hover > .menu-link {
	color:#fff !important;
	border-bottom:4px solid white;
}

.sticky-header .menu-item .menu-link {
	border-bottom:4px solid #e37562;
}

.text-right {
	text-align:right !important;
}

.feature-box i {
	font-size:32px;
}

@media (min-width: 1200px) {
	.logo-dark {
	background: #e37562;
	border-radius: 15px;
	padding: 0px 25px 18px 25px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: .5px;
	}
	.logo-dark div {
	position: absolute;
    font-size: 13px;
    bottom: 8px;
	text-transform:uppercase;
	}
	
	.sticky-header-shrink .logo-dark
	{
		border:none !important;
		font-style: italic;
	}
	.sticky-header-shrink .logo-dark div
	{
		font-style: normal;
	}
	.h-230 {
		height:230px;
	}
}

