/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 18, 2021, 2:12:24 PM
    Author     : User
*/

.downloads-items .grid-item,
.events .grid-item {
    width: 100%;
}

.downloads-items a[href="javascript:void(0);"] {
    pointer-events: none;
}
.downloads-items a[href="javascript:void(0);"].btn{
   display: none;
}
.gal-margin-down{
    margin-bottom: 15px;
}

.div-inline{
    display: inline-block;
}
.div-mb{
    margin-bottom: 15px;  
}