/*
Theme Name:  LEOS Landing 2026
Author: 	 Alexey Kovalevsky & LEOS
Description: Dedicated landing page theme for business. Requires ACF, CF7, Classic Editor.
Version:     1.0.0
Requires PHP: 8.2
Text Domain: locksy
*/
@media screen and (width < 768px) {
    .header-social {
		display: flex;
    }
    .header-social a[aria-label="WhatsApp"]{
      	display: none;
  	}
}

@media screen and (width > 1024px) {
  	.audience-grid{
        grid-template-columns: repeat(3, 1fr);
  	}
}