/* Applied when the Drupal page is loaded inside the WordPress iframe.
   The is-embedded class is added synchronously before first paint by the
   inline script in html.html.twig when window !== window.top. */

.is-embedded #header,
.is-embedded .site-footer {
  display: none;
}

.is-embedded #main-wrapper {
  padding-top: 0 !important;
}


.is-embedded #toolbar-administration {
  display: none;

}
/* ---- Responsive ---- */
@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}
