/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#wp-admin-bar-storymap-links>.ab-item:before {
    content: "\f230";
    top: 2px;
}
#storymap-mobile-alert .modal-dialog{
	margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}