wdk-locations-grid.css in WP Directory Kit 1.2.7, at elementor-elements/assets/css/widgets/wdk-locations-grid.css
| 1 | .wdk-locations-card { |
| 2 | margin-bottom: 15px; |
| 3 | position: relative; |
| 4 | } |
| 5 | |
| 6 | .wdk-locations-card > a { |
| 7 | display: block; |
| 8 | position: absolute; |
| 9 | top: 0; |
| 10 | left: 0; |
| 11 | width: 100%; |
| 12 | height: 100%; |
| 13 | z-index: 2; |
| 14 | } |
| 15 | |
| 16 | .wdk-locations-card .wdk-thumbnail .wdk-image { |
| 17 | object-fit: cover; |
| 18 | height: 100%; |
| 19 | object-position: center center; |
| 20 | width: 100%; |
| 21 | } |
| 22 | |
| 23 | .wdk-locations-card .wdk-thumbnail .wdk-icon { |
| 24 | object-fit: contain; |
| 25 | height: auto; |
| 26 | object-position: center center; |
| 27 | width: 100%; |
| 28 | margin: 0 auto; |
| 29 | } |
| 30 | |
| 31 | .wdk-locations-card .wdk-title { |
| 32 | text-align: center; |
| 33 | color: #161616; |
| 34 | font-size: 18px; |
| 35 | font-family: "Montserrat"; |
| 36 | font-weight: 700; |
| 37 | margin-top: 10px; |
| 38 | margin-bottom: 2px; |
| 39 | } |
| 40 |