/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.fbox-icon i, .fbox-icon img {
	background-color: #3AA5D9;
}

.fbox-outline .fbox-icon a {
	border: 1px solid #3AA5D9;
	padding: 0.25rem;
	border-radius: 50%;
}

/*::selection {
	background: #3AA5D9;
	color: #FFF;
	text-shadow: none;
}*/

a {
	text-decoration: none !important;
	color: #3AA5D9;
}

a:hover {
	color: #3AA5D9;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
	color: #3AA5D9;
}

::selection {
	background: #3AA5D9;
	color: #FFF;
	text-shadow: none;
}

.login-icon-size-sm {
	height: 60px;
}