/*
Theme Name: Municipio Child
Version: 1.0

Theme URI:      https://github.com/helsingborg-stad/Municipio
Author:         Sebastian Thulin @ Helsingborg stad, Kristoffer Svanmark @ Lexicon IT-Konsult
Author URI:     http://www.helsingborg.se
Description:    A bootstrap theme for creating municipality sites. Works veary webb with Modularity Plugin.
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    municipio
Template:       municipio

This theme is free for everyone to use, and cotribute to. Please make a pull request when you have done something cool with it!
*/

/* CUSTOM CSS FOR HANDLING SCROLL ON EVENT CAROUSEL */

/* Hide scrollbar for Chrome, Safari and Opera */
.event-wrapper::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.event-wrapper {
  -ms-overflow-style: none !important; /* IE and Edge */
  scrollbar-width: none !important; /* Firefox */
}
/* INSTAGRAM FEED PLUGIN */
.FeedGridLayout__grid {
  gap: 0.5rem !important;
}

/** ADD MORE PLUGIN STYLING HERE BELOW... */


