header.template-header .navbar-side .sub-nav ul {
    text-align: center;
}

/* Custom Logo Size 260 x 100 */
header.template-header .header-bottom .logo-wrapper .logo img
	{
	max-height: 100px;
	}

@media only screen and (min-width: 320px) and (max-width: 1080px) { 
  header.template-header .header-bottom .logo-wrapper .logo img {
    max-height: 60px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) { 
  header.template-header .header-bottom .logo-wrapper .logo img {
    max-height: 60px;
  }
}
/* Custom Logo Size 260 x 100 */

header.template-header .header-bottom .nav-links .main-nav ul li.nav-item.home-link,
header.template-header .navbar-side .main-nav ul li.nav-item.home-link {
    display: none;
}