/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
h1.logo {
	color: #5D9CEC;
	font-size: 30px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	display: inline-flex;
}
.header-top .widget {
    font-size: 16px;
}
.header-top .widget a:hover {
    text-decoration: underline;
}
#header {
	border-bottom: 2px solid #268bac;
}
i.wht {
	color: #fff;
	margin-right: .25rem;
}
.ul-brands {
	color:#fff;
	text-align: left;
}
ul.list .ul-brands li::before {
    color: #fff;
}
.footer .footer-bottom {
    padding-bottom: .5rem;
}
p.text-gray-silver a {
    color: #c0c0c0 !important;
}
p.text-gray-silver a:hover {
    text-decoration: underline;
}
a.normal {
	color: #337ab7;
}
a.normal:hover {
	text-decoration: underline;
}
ol.number-me {
	list-style: decimal;
	margin-left: 2em;
}