/* common styles for fuse framework frontend */

/* Style post gallery & widget galley */

div[id*="gallery-"].gallery:before,
div[id*="gallery-"].gallery:after {
    content: " ";
    display: table;
}
div[id*="gallery-"].gallery:after {
    clear: both;
}
div[id*="gallery-"].gallery {
    margin: 0 -1.79104477% !important;
    clear: both;
}
div[id*="gallery-"].gallery .gallery-item {
    display: inline-block;
    padding-right: 1.79104477%;
    padding-left: 1.79104477%;
    text-align: center;
 