/*!
Theme Name: J-Band
Version: 1.0
Requires at least: 6.8
Requires PHP: 8.0
Description: Customized child theme for J-Band. Do NOT uninstall the Divi theme.
Author: Vance Vance
Author URI: mailto:vance.vaden@gmail.com
Template: Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Locator CSS */
.locator-iframe {
    position: relative;
    /* Added 66px and background color to allow for navbar */
    height: 806px;
    background-color: #111;
}

@media screen and (min-width: 768px) {
    .locator-iframe {
        /* Added 66px to allow for navbar */
        height: 896px;
    }
}

@media screen and (min-width: 1024px) {
    .locator-iframe {
        /* Added 66px to allow for navbar */
        height: 966px;
    }
}

.locator-iframe iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    /* Added 66px to allow for navbar */
    top: 66px;
    width: 100%;
} 

/* Mobile Dropdown Menu */
@media (max-width: 980px) {
    .et_pb_menu .et_mobile_menu {
        top: 133%;
    }
}

.et_mobile_menu {
    right: -1rem;
    left: unset;
    width: 100vw;
}
