/*
@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: */

body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; color: #646464; font-size: 14px;}

.header-top.bg-deep {
  background-color: #2f4f4f;
}

.bizname {}

.header-top i.text-theme-colored {
  color: #9d9d9d;
  margin-left: 8px;
  padding-right: 3px;
}

body .menuzord-menu > li > a {
  padding: 8px 20px;
  font-size: 14px;
}
.mgt h5 {
	color: #2f4f4f;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5{font-weight:bold;}

.mgt ul li { list-style-type: square;	list-style-position: inside;}
.mgt ul li::marker {  font-weight: bold;  color:#2f4f4f; padding:4px;}