/*
Theme Name: NERS - Applewood Interactive
Template: colibri-wp
Author: Applewood Interactive LLC
Version: 1.0.0
Updated: 2025-08-11

*/

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Colibri Specific Fixes 
.h-separator svg {
    border: none !important;
    outline: none !important;
    padding: 0px !important;
    margin: 1px 0 0 0 !important;
}*/

/* Scroll to section fix */
.h-section {
    scroll-margin-top: 1em;
}

/* Get mobile menu to show on iPad Landscape Fix */
/* Note: need to enable offscreen menu on desktop in customizer 
@media (min-width: 1025px) {
    .has-offcanvas-desktop .h-main-menu {
        display: block !important;
    }
    .h-hamburger-button {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .has-offcanvas-desktop .h-main-menu {
        display: none !important;
    }
    .h-hamburger-button {
        display: inline-block !important;
    }
}*/