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