/* 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 */

/* XL Partner
.template-footer ul.partner-associations li.single {
    display: block;
}*/

.template-footer ul.partner-associations li.single span.partner.award img {
    max-height: 160px;
}

@media only screen and (max-width: 768px) { 
    .template-footer ul.partner-associations li.single span.partner.award img {
        max-height: 80px!important;
    }
    .template-footer ul.partner-associations li {
        display: inline-block;
        margin: 7px;
    }
}