| 1 |
.wdk-listing-card { |
| 2 |
height: auto !important; |
| 3 |
} |
| 4 |
|
| 5 |
.wdk-field input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .wdk-field select { |
| 6 |
margin: 0; |
| 7 |
} |
| 8 |
|
| 9 |
.menu-item-has-children .ht-dropdown { |
| 10 |
display: none !important; |
| 11 |
} |
| 12 |
|
| 13 |
body:not(.admin-bar) .daterangepicker { |
| 14 |
margin-top: 6px; |
| 15 |
} |
| 16 |
|
| 17 |
body .blueimp-gallery-display > .prev, |
| 18 |
body .blueimp-gallery-display > .next, |
| 19 |
body .blueimp-gallery-display > .close { |
| 20 |
font-size: 0; |
| 21 |
display: block; |
| 22 |
} |
| 23 |
|
| 24 |
.blueimp-gallery > .indicator { |
| 25 |
display: block; |
| 26 |
} |
| 27 |
|
| 28 |
body .blueimp-gallery-controls > .indicator > li { |
| 29 |
background-size: cover !important; |
| 30 |
} |
| 31 |
|
| 32 |
body.admin-bar .select2-container--open span.select2-dropdown.select2-dropdown--below { |
| 33 |
margin-top: 0; |
| 34 |
} |
| 35 |
|
| 36 |
body.admin-bar .select2-container--open span.select2-dropdown.select2-dropdown--above { |
| 37 |
margin-top: 0; |
| 38 |
} |
| 39 |
|
| 40 |
body .elementor-social-icon { |
| 41 |
display: -webkit-inline-box; |
| 42 |
display: -ms-inline-flexbox; |
| 43 |
display: inline-flex; |
| 44 |
} |
| 45 |
|
| 46 |
/* enable in popup elementor */ |
| 47 |
.select2-container { |
| 48 |
z-index: 10000; |
| 49 |
} |
| 50 |
|
| 51 |
body .daterangepicker .drp-calendar { |
| 52 |
max-width: initial; |
| 53 |
} |
| 54 |
|
| 55 |
body .daterangepicker { |
| 56 |
width: auto; |
| 57 |
} |
| 58 |
|