/**
    This file's purpose is to override or add to Elementor styles.
 */

/* Fix Elementor Popup widget's alignment in IE11 (#6478)*/
.dialog-widget-content { position: static; }
.dialog-type-lightbox .dialog-widget-content { margin: 0; }

/*  Fix overlapping of Image widget in IE11 (#5338) */
.elementor-image a { max-width:100%; }

/* Fix misaligned dropdown arrow on PowerPack's GF widget -- use GF ready classes when positioning fields (#6239) */
.pp-gf-select-custom { display: block; }


/* This is admin bar and only matters when logged in, but it's something on the frontend */
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    width: 300px;
}
/* Elemenotor popups and Gravity forms DatePicker both have a Z-index of 9999. This can cause the datepicker to not show */
.elementor-popup-modal{
    z-index: 9998;
}
