/*
Theme Name: DadeSchools UK
Theme URI: https://dadeschools.co.uk
Author: DadeSchools UK
Description: Independent UK school guides and admissions advice for parents.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: dadeschools
*/

/* DadeSchools UK — Responsive Layout */
*{box-sizing:border-box;margin:0;padding:0;}
html,body{overflow-x:hidden;}

@media(min-width:1024px){
  #ds-hbg{display:none!important;}
}
@media(max-width:1023px){
  #ds-hbg{display:flex!important;}
}

/* Guide list responsive */
.ds-guide-list{display:flex;flex-direction:column;}
@media(max-width:480px){
  .ds-guide-list > a{padding:.8rem!important;}
  div[id="hero"]{padding:1.5rem 1rem!important;}
}

/* Newsletter form responsive */
@media(max-width:640px){
  div[id="newsletter"] > div > div:last-of-type{flex-direction:column!important;}
  div[id="newsletter"] button{border-radius:0!important;}
}

/* Footer grid responsive */
@media(max-width:640px){
  footer .footer-cols{grid-template-columns:1fr!important;}
}

img{max-width:100%;height:auto;}
