/*
 Theme Name:   Conciergerie Essonne
 Theme URI:    https://www.conciergerie-essonne.com
 Description:  Child theme Astra pour Conciergerie Essonne
 Author:       Conciergerie Essonne
 Template:     astra
 Version:      2.0
 Text Domain:  conciergerie-child
*/

/* Prevent horizontal scrollbar */
html body.ce-standalone {
  overflow-x: hidden;
}

/* Hide Astra defaults on template pages */
html body.ce-standalone .entry-header,
html body.ce-standalone .ast-breadcrumbs-wrapper,
html body.ce-standalone .post-navigation {
  display: none;
}

html body.ce-standalone .site-content .ast-container {
  max-width: 100%;
  padding: 0;
}

html body.ce-standalone #primary {
  padding: 0;
  margin: 0;
}

html body.ce-standalone .content-area {
  padding: 0;
}

/* Hide Astra footer credit — high specificity to beat .ast-footer-copyright.ast-builder-layout-element */
html body .site-footer .ast-footer-copyright,
html body .ast-footer-copyright.ast-builder-layout-element,
html body .ast-footer-copyright.site-footer-focus-item,
html body .ast-footer-copyright {
  display: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

/* Hide CookieAdmin powered-by badge */
html body .cookieadmin-poweredby {
  display: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
