/* Denali template */

/* Generic Colors */

.whitefont {
	color: #ffffff;
}

/* Override background Color*/

.primary-bg-color {
    background-color: #f6f6f6;
}

/* Header Background */

.header {
	background-color: #000000 !important;
}

/* Main navbar */

.main-navbar-wrapper{
	background-color: #2e9fe9;
}

.main-navbar-wrapper>.container{
	background-color: #043d5f;
}

.pr-4{
	color: #ffffff !important;
	font-weight: bold;
}

.dropdown-toggle{
	font-weight: bold;
	color: #ffffff !important;
}

/* Domain search Box*/

.bg-custom-grey{
	background-color: #c7c7c7;
}

.home-domain-search>.container{
	background-color: #9a9a9a;
}

/* Badge Color */

.badge-info{
	background-color: #0e5077;
}

/* Footer */

.footer{
	background-color: #000000 !important;
}

#footer-widgets {
    padding: 6% 0 0;
}

.footer-widget {
    /*width: 20.875%;*/
	width: 20%;
}
.footer-widget {	
    margin-right: 5%;
    margin-bottom: 5%;
}
.footer-widget {
    color: #ffffff;
}
.footer-widget {
    float: left;
    color: #fff;
}

#menu-footer-menu a{
	color: #ffffff;
}

#menu-footer-menu ul,li {
  list-style: none; /* Remove default bullets */
}

#menu-footer-menu li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2ea3f2; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#menu-user-menu a{
	color: #ffffff;
}

#menu-user-menu ul,li {
  list-style: none; /* Remove default bullets */
}

#menu-user-menu li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2ea3f2; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.footer-widget .title{
	color: #2ea3f2;
}