| 1 |
/** |
| 2 |
* * Selection Lite |
| 3 |
* * Carefully selected Elementor addons bundle, for building the most awesome websites |
| 4 |
* * |
| 5 |
* * @encoding UTF-8 |
| 6 |
* * @version 1.17 |
| 7 |
* * @copyright (C) 2018-2026 Merkulove ( https://merkulov.design/ ). All rights reserved. |
| 8 |
* * @license GPLv3 |
| 9 |
* * @contributors merkulove, vladcherviakov, phoenixmkua, podolianochka, viktorialev01 |
| 10 |
* * @support help@merkulov.design |
| 11 |
* **/ |
| 12 |
.elementor-navigator__element__element-type .mdp-archives-elementor-widget-icon { |
| 13 |
width: 12px; |
| 14 |
height: 12px; |
| 15 |
background-image: url("../images/widgets/archives.svg"); |
| 16 |
background-position: center center; |
| 17 |
background-repeat: no-repeat; |
| 18 |
background-size: contain; |
| 19 |
} |
| 20 |
.elementor-navigator__element__element-type .mdp-calendar-elementor-widget-icon { |
| 21 |
width: 12px; |
| 22 |
height: 12px; |
| 23 |
background-image: url("../images/widgets/calendar.svg"); |
| 24 |
background-position: center center; |
| 25 |
background-repeat: no-repeat; |
| 26 |
background-size: contain; |
| 27 |
} |
| 28 |
.elementor-navigator__element__element-type .mdp-categories-elementor-widget-icon { |
| 29 |
width: 12px; |
| 30 |
height: 12px; |
| 31 |
background-image: url("../images/widgets/categories.svg"); |
| 32 |
background-position: center center; |
| 33 |
background-repeat: no-repeat; |
| 34 |
background-size: contain; |
| 35 |
} |
| 36 |
.elementor-navigator__element__element-type .mdp-comments-elementor-widget-icon { |
| 37 |
width: 12px; |
| 38 |
height: 12px; |
| 39 |
background-image: url("../images/widgets/comments.svg"); |
| 40 |
background-position: center center; |
| 41 |
background-repeat: no-repeat; |
| 42 |
background-size: contain; |
| 43 |
} |
| 44 |
.elementor-navigator__element__element-type .mdp-menu-elementor-widget-icon { |
| 45 |
width: 12px; |
| 46 |
height: 12px; |
| 47 |
background-image: url("../images/widgets/menu.svg"); |
| 48 |
background-position: center center; |
| 49 |
background-repeat: no-repeat; |
| 50 |
background-size: contain; |
| 51 |
} |
| 52 |
.elementor-navigator__element__element-type .mdp-meta-elementor-widget-icon { |
| 53 |
width: 12px; |
| 54 |
height: 12px; |
| 55 |
background-image: url("../images/widgets/meta.svg"); |
| 56 |
background-position: center center; |
| 57 |
background-repeat: no-repeat; |
| 58 |
background-size: contain; |
| 59 |
} |
| 60 |
.elementor-navigator__element__element-type .mdp-pages-elementor-widget-icon { |
| 61 |
width: 12px; |
| 62 |
height: 12px; |
| 63 |
background-image: url("../images/widgets/pages.svg"); |
| 64 |
background-position: center center; |
| 65 |
background-repeat: no-repeat; |
| 66 |
background-size: contain; |
| 67 |
} |
| 68 |
.elementor-navigator__element__element-type .mdp-posts-elementor-widget-icon { |
| 69 |
width: 12px; |
| 70 |
height: 12px; |
| 71 |
background-image: url("../images/widgets/posts.svg"); |
| 72 |
background-position: center center; |
| 73 |
background-repeat: no-repeat; |
| 74 |
background-size: contain; |
| 75 |
} |
| 76 |
.elementor-navigator__element__element-type .mdp-rss-elementor-widget-icon { |
| 77 |
width: 12px; |
| 78 |
height: 12px; |
| 79 |
background-image: url("../images/widgets/rss.svg"); |
| 80 |
background-position: center center; |
| 81 |
background-repeat: no-repeat; |
| 82 |
background-size: contain; |
| 83 |
} |
| 84 |
.elementor-navigator__element__element-type .mdp-search-elementor-widget-icon { |
| 85 |
width: 12px; |
| 86 |
height: 12px; |
| 87 |
background-image: url("../images/widgets/search.svg"); |
| 88 |
background-position: center center; |
| 89 |
background-repeat: no-repeat; |
| 90 |
background-size: contain; |
| 91 |
} |
| 92 |
.elementor-navigator__element__element-type .mdp-tags-elementor-widget-icon { |
| 93 |
width: 12px; |
| 94 |
height: 12px; |
| 95 |
background-image: url("../images/widgets/tags.svg"); |
| 96 |
background-position: center center; |
| 97 |
background-repeat: no-repeat; |
| 98 |
background-size: contain; |
| 99 |
} |
| 100 |
.elementor-navigator__element__element-type .mdp-line-elementor-widget-icon { |
| 101 |
width: 12px; |
| 102 |
height: 12px; |
| 103 |
background-image: url("../images/widgets/line.svg"); |
| 104 |
background-position: center center; |
| 105 |
background-repeat: no-repeat; |
| 106 |
background-size: contain; |
| 107 |
} |
| 108 |
.elementor-navigator__element__element-type .mdp-bar-elementor-widget-icon { |
| 109 |
width: 12px; |
| 110 |
height: 12px; |
| 111 |
background-image: url("../images/widgets/bar.svg"); |
| 112 |
background-position: center center; |
| 113 |
background-repeat: no-repeat; |
| 114 |
background-size: contain; |
| 115 |
} |
| 116 |
.elementor-navigator__element__element-type .mdp-pie-elementor-widget-icon { |
| 117 |
width: 12px; |
| 118 |
height: 12px; |
| 119 |
background-image: url("../images/widgets/pie.svg"); |
| 120 |
background-position: center center; |
| 121 |
background-repeat: no-repeat; |
| 122 |
background-size: contain; |
| 123 |
} |
| 124 |
.elementor-navigator__element__element-type .mdp-donut-elementor-widget-icon { |
| 125 |
width: 12px; |
| 126 |
height: 12px; |
| 127 |
background-image: url("../images/widgets/donut.svg"); |
| 128 |
background-position: center center; |
| 129 |
background-repeat: no-repeat; |
| 130 |
background-size: contain; |
| 131 |
} |
| 132 |
.elementor-navigator__element__element-type .mdp-gauge-elementor-widget-icon { |
| 133 |
width: 12px; |
| 134 |
height: 12px; |
| 135 |
background-image: url("../images/widgets/gauge.svg"); |
| 136 |
background-position: center center; |
| 137 |
background-repeat: no-repeat; |
| 138 |
background-size: contain; |
| 139 |
} |
| 140 |
.elementor-navigator__element__element-type .mdp-dots-elementor-widget-icon { |
| 141 |
width: 12px; |
| 142 |
height: 12px; |
| 143 |
background-image: url("../images/widgets/dots.svg"); |
| 144 |
background-position: center center; |
| 145 |
background-repeat: no-repeat; |
| 146 |
background-size: contain; |
| 147 |
} |
| 148 |
.elementor-navigator__element__element-type .mdp-bipolar-line-elementor-widget-icon { |
| 149 |
width: 12px; |
| 150 |
height: 12px; |
| 151 |
background-image: url("../images/widgets/bipolar-line.svg"); |
| 152 |
background-position: center center; |
| 153 |
background-repeat: no-repeat; |
| 154 |
background-size: contain; |
| 155 |
} |
| 156 |
.elementor-navigator__element__element-type .mdp-bipolar-bar-elementor-widget-icon { |
| 157 |
width: 12px; |
| 158 |
height: 12px; |
| 159 |
background-image: url("../images/widgets/bipolar-bar.svg"); |
| 160 |
background-position: center center; |
| 161 |
background-repeat: no-repeat; |
| 162 |
background-size: contain; |
| 163 |
} |
| 164 |
.elementor-navigator__element__element-type .mdp-multiline-bar-elementor-widget-icon { |
| 165 |
width: 12px; |
| 166 |
height: 12px; |
| 167 |
background-image: url("../images/widgets/multiline-bar.svg"); |
| 168 |
background-position: center center; |
| 169 |
background-repeat: no-repeat; |
| 170 |
background-size: contain; |
| 171 |
} |
| 172 |
.elementor-navigator__element__element-type .mdp-stacked-bar-elementor-widget-icon { |
| 173 |
width: 12px; |
| 174 |
height: 12px; |
| 175 |
background-image: url("../images/widgets/stacked-bar.svg"); |
| 176 |
background-position: center center; |
| 177 |
background-repeat: no-repeat; |
| 178 |
background-size: contain; |
| 179 |
} |
| 180 |
.elementor-navigator__element__element-type .mdp-area-elementor-widget-icon { |
| 181 |
width: 12px; |
| 182 |
height: 12px; |
| 183 |
background-image: url("../images/widgets/area.svg"); |
| 184 |
background-position: center center; |
| 185 |
background-repeat: no-repeat; |
| 186 |
background-size: contain; |
| 187 |
} |
| 188 |
.elementor-navigator__element__element-type .mdp-holes-elementor-widget-icon { |
| 189 |
width: 12px; |
| 190 |
height: 12px; |
| 191 |
background-image: url("../images/widgets/holes.svg"); |
| 192 |
background-position: center center; |
| 193 |
background-repeat: no-repeat; |
| 194 |
background-size: contain; |
| 195 |
} |
| 196 |
.elementor-navigator__element__element-type .mdp-taber-elementor-widget-icon { |
| 197 |
width: 12px; |
| 198 |
height: 12px; |
| 199 |
background-image: url("../images/widgets/taber.svg"); |
| 200 |
background-position: center center; |
| 201 |
background-repeat: no-repeat; |
| 202 |
background-size: contain; |
| 203 |
} |
| 204 |
.elementor-navigator__element__element-type .mdp-coder-elementor-widget-icon { |
| 205 |
width: 12px; |
| 206 |
height: 12px; |
| 207 |
background-image: url("../images/widgets/coder.svg"); |
| 208 |
background-position: center center; |
| 209 |
background-repeat: no-repeat; |
| 210 |
background-size: contain; |
| 211 |
} |
| 212 |
.elementor-navigator__element__element-type .mdp-menuar-elementor-widget-icon { |
| 213 |
width: 12px; |
| 214 |
height: 12px; |
| 215 |
background-image: url("../images/widgets/menuar.svg"); |
| 216 |
background-position: center center; |
| 217 |
background-repeat: no-repeat; |
| 218 |
background-size: contain; |
| 219 |
} |
| 220 |
.elementor-navigator__element__element-type .mdp-questionar-elementor-widget-icon { |
| 221 |
width: 12px; |
| 222 |
height: 12px; |
| 223 |
background-image: url("../images/widgets/questionar.svg"); |
| 224 |
background-position: center center; |
| 225 |
background-repeat: no-repeat; |
| 226 |
background-size: contain; |
| 227 |
} |
| 228 |
.elementor-navigator__element__element-type .mdp-videor-elementor-widget-icon { |
| 229 |
width: 12px; |
| 230 |
height: 12px; |
| 231 |
background-image: url("../images/widgets/videor.svg"); |
| 232 |
background-position: center center; |
| 233 |
background-repeat: no-repeat; |
| 234 |
background-size: contain; |
| 235 |
} |
| 236 |
.elementor-navigator__element__element-type .mdp-highlighter-elementor-widget-icon { |
| 237 |
width: 12px; |
| 238 |
height: 12px; |
| 239 |
background-image: url("../images/widgets/highlighter.svg"); |
| 240 |
background-position: center center; |
| 241 |
background-repeat: no-repeat; |
| 242 |
background-size: contain; |
| 243 |
} |
| 244 |
.elementor-navigator__element__element-type .mdp-motionger-elementor-widget-icon { |
| 245 |
width: 12px; |
| 246 |
height: 12px; |
| 247 |
background-image: url("../images/widgets/motionger.svg"); |
| 248 |
background-position: center center; |
| 249 |
background-repeat: no-repeat; |
| 250 |
background-size: contain; |
| 251 |
} |
| 252 |
.elementor-navigator__element__element-type .mdp-headinger-elementor-widget-icon { |
| 253 |
width: 12px; |
| 254 |
height: 12px; |
| 255 |
background-image: url("../images/widgets/headinger.svg"); |
| 256 |
background-position: center center; |
| 257 |
background-repeat: no-repeat; |
| 258 |
background-size: contain; |
| 259 |
} |
| 260 |
.elementor-navigator__element__element-type .mdp-buttoner-elementor-widget-icon { |
| 261 |
width: 12px; |
| 262 |
height: 12px; |
| 263 |
background-image: url("../images/widgets/buttoner.svg"); |
| 264 |
background-position: center center; |
| 265 |
background-repeat: no-repeat; |
| 266 |
background-size: contain; |
| 267 |
} |
| 268 |
.elementor-navigator__element__element-type .mdp-pricer-elementor-widget-icon { |
| 269 |
width: 12px; |
| 270 |
height: 12px; |
| 271 |
background-image: url("../images/widgets/pricer.svg"); |
| 272 |
background-position: center center; |
| 273 |
background-repeat: no-repeat; |
| 274 |
background-size: contain; |
| 275 |
} |
| 276 |
.elementor-navigator__element__element-type .mdp-avatar-elementor-widget-icon { |
| 277 |
width: 12px; |
| 278 |
height: 12px; |
| 279 |
background-image: url("../images/widgets/avatar.svg"); |
| 280 |
background-position: center center; |
| 281 |
background-repeat: no-repeat; |
| 282 |
background-size: contain; |
| 283 |
} |
| 284 |
.elementor-navigator__element__element-type .mdp-sliper-elementor-widget-icon { |
| 285 |
width: 12px; |
| 286 |
height: 12px; |
| 287 |
background-image: url("../images/widgets/sliper.svg"); |
| 288 |
background-position: center center; |
| 289 |
background-repeat: no-repeat; |
| 290 |
background-size: contain; |
| 291 |
} |
| 292 |
.elementor-navigator__element__element-type .mdp-masker-elementor-widget-icon { |
| 293 |
width: 12px; |
| 294 |
height: 12px; |
| 295 |
background-image: url("../images/widgets/masker.svg"); |
| 296 |
background-position: center center; |
| 297 |
background-repeat: no-repeat; |
| 298 |
background-size: contain; |
| 299 |
} |
| 300 |
.elementor-navigator__element__element-type .mdp-glider-elementor-widget-icon { |
| 301 |
width: 12px; |
| 302 |
height: 12px; |
| 303 |
background-image: url("../images/widgets/glider.svg"); |
| 304 |
background-position: center center; |
| 305 |
background-repeat: no-repeat; |
| 306 |
background-size: contain; |
| 307 |
} |
| 308 |
.elementor-navigator__element__element-type .mdp-timeliner-elementor-widget-icon { |
| 309 |
width: 12px; |
| 310 |
height: 12px; |
| 311 |
background-image: url("../images/widgets/timeliner.svg"); |
| 312 |
background-position: center center; |
| 313 |
background-repeat: no-repeat; |
| 314 |
background-size: contain; |
| 315 |
} |
| 316 |
.elementor-navigator__element__element-type .mdp-countdowner-elementor-widget-icon { |
| 317 |
width: 12px; |
| 318 |
height: 12px; |
| 319 |
background-image: url("../images/widgets/countdowner.svg"); |
| 320 |
background-position: center center; |
| 321 |
background-repeat: no-repeat; |
| 322 |
background-size: contain; |
| 323 |
} |
| 324 |
.elementor-navigator__element__element-type .mdp-testimoner-elementor-widget-icon { |
| 325 |
width: 12px; |
| 326 |
height: 12px; |
| 327 |
background-image: url("../images/widgets/testimoner.svg"); |
| 328 |
background-position: center center; |
| 329 |
background-repeat: no-repeat; |
| 330 |
background-size: contain; |
| 331 |
} |
| 332 |
.elementor-navigator__element__element-type .mdp-gmaper-elementor-widget-icon { |
| 333 |
width: 12px; |
| 334 |
height: 12px; |
| 335 |
background-image: url("../images/widgets/gmaper.svg"); |
| 336 |
background-position: center center; |
| 337 |
background-repeat: no-repeat; |
| 338 |
background-size: contain; |
| 339 |
} |
| 340 |
.elementor-navigator__element__element-type .mdp-liner-elementor-widget-icon { |
| 341 |
width: 12px; |
| 342 |
height: 12px; |
| 343 |
background-image: url("../images/widgets/liner.svg"); |
| 344 |
background-position: center center; |
| 345 |
background-repeat: no-repeat; |
| 346 |
background-size: contain; |
| 347 |
} |
| 348 |
.elementor-navigator__element__element-type .mdp-imager-elementor-widget-icon { |
| 349 |
width: 12px; |
| 350 |
height: 12px; |
| 351 |
background-image: url("../images/widgets/imager.svg"); |
| 352 |
background-position: center center; |
| 353 |
background-repeat: no-repeat; |
| 354 |
background-size: contain; |
| 355 |
} |
| 356 |
.elementor-navigator__element__element-type .mdp-worker-elementor-widget-icon { |
| 357 |
width: 12px; |
| 358 |
height: 12px; |
| 359 |
background-image: url("../images/widgets/worker.svg"); |
| 360 |
background-position: center center; |
| 361 |
background-repeat: no-repeat; |
| 362 |
background-size: contain; |
| 363 |
} |
| 364 |
.elementor-navigator__element__element-type .mdp-logger-elementor-widget-icon { |
| 365 |
width: 12px; |
| 366 |
height: 12px; |
| 367 |
background-image: url("../images/widgets/logger.svg"); |
| 368 |
background-position: center center; |
| 369 |
background-repeat: no-repeat; |
| 370 |
background-size: contain; |
| 371 |
} |
| 372 |
.elementor-navigator__element__element-type .mdp-couponer-elementor-widget-icon { |
| 373 |
width: 12px; |
| 374 |
height: 12px; |
| 375 |
background-image: url("../images/widgets/couponer.svg"); |
| 376 |
background-position: center center; |
| 377 |
background-repeat: no-repeat; |
| 378 |
background-size: contain; |
| 379 |
} |
| 380 |
.elementor-navigator__element__element-type .mdp-lottier-elementor-widget-icon { |
| 381 |
width: 12px; |
| 382 |
height: 12px; |
| 383 |
background-image: url("../images/widgets/lottier.svg"); |
| 384 |
background-position: center center; |
| 385 |
background-repeat: no-repeat; |
| 386 |
background-size: contain; |
| 387 |
} |
| 388 |
.elementor-navigator__element__element-type .mdp-walker-elementor-widget-icon { |
| 389 |
width: 12px; |
| 390 |
height: 12px; |
| 391 |
background-image: url("../images/widgets/walker.svg"); |
| 392 |
background-position: center center; |
| 393 |
background-repeat: no-repeat; |
| 394 |
background-size: contain; |
| 395 |
} |
| 396 |
.elementor-navigator__element__element-type .mdp-reviewer-elementor-widget-icon { |
| 397 |
width: 12px; |
| 398 |
height: 12px; |
| 399 |
background-image: url("../images/widgets/reviewer.svg"); |
| 400 |
background-position: center center; |
| 401 |
background-repeat: no-repeat; |
| 402 |
background-size: contain; |
| 403 |
} |
| 404 |
.elementor-navigator__element__element-type .mdp-huger-elementor-widget-icon { |
| 405 |
width: 12px; |
| 406 |
height: 12px; |
| 407 |
background-image: url("../images/widgets/huger.svg"); |
| 408 |
background-position: center center; |
| 409 |
background-repeat: no-repeat; |
| 410 |
background-size: contain; |
| 411 |
} |
| 412 |
.elementor-navigator__element__element-type .mdp-floater-elementor-widget-icon { |
| 413 |
width: 12px; |
| 414 |
height: 12px; |
| 415 |
background-image: url("../images/widgets/floater.svg"); |
| 416 |
background-position: center center; |
| 417 |
background-repeat: no-repeat; |
| 418 |
background-size: contain; |
| 419 |
} |
| 420 |
.elementor-navigator__element__element-type .mdp-uper-elementor-widget-icon { |
| 421 |
width: 12px; |
| 422 |
height: 12px; |
| 423 |
background-image: url("../images/widgets/uper.svg"); |
| 424 |
background-position: center center; |
| 425 |
background-repeat: no-repeat; |
| 426 |
background-size: contain; |
| 427 |
} |
| 428 |
.elementor-navigator__element__element-type .mdp-logar-elementor-widget-icon { |
| 429 |
width: 12px; |
| 430 |
height: 12px; |
| 431 |
background-image: url("../images/widgets/logar.svg"); |
| 432 |
background-position: center center; |
| 433 |
background-repeat: no-repeat; |
| 434 |
background-size: contain; |
| 435 |
} |
| 436 |
.elementor-navigator__element__element-type .mdp-synopter-elementor-widget-icon { |
| 437 |
width: 12px; |
| 438 |
height: 12px; |
| 439 |
background-image: url("../images/widgets/synopter.svg"); |
| 440 |
background-position: center center; |
| 441 |
background-repeat: no-repeat; |
| 442 |
background-size: contain; |
| 443 |
} |
| 444 |
.elementor-navigator__element__element-type .mdp-crawler-elementor-widget-icon { |
| 445 |
width: 12px; |
| 446 |
height: 12px; |
| 447 |
background-image: url("../images/widgets/crawler.svg"); |
| 448 |
background-position: center center; |
| 449 |
background-repeat: no-repeat; |
| 450 |
background-size: contain; |
| 451 |
} |
| 452 |
.elementor-navigator__element__element-type .mdp-crumber-elementor-widget-icon { |
| 453 |
width: 12px; |
| 454 |
height: 12px; |
| 455 |
background-image: url("../images/widgets/crumber.svg"); |
| 456 |
background-position: center center; |
| 457 |
background-repeat: no-repeat; |
| 458 |
background-size: contain; |
| 459 |
} |
| 460 |
|
| 461 |
.icon .mdp-archives-elementor-widget-icon { |
| 462 |
width: 100%; |
| 463 |
height: 29px; |
| 464 |
display: block; |
| 465 |
background-image: url("../images/widgets/archives.svg"); |
| 466 |
background-position: center center; |
| 467 |
background-repeat: no-repeat; |
| 468 |
background-size: 28px 28px; |
| 469 |
} |
| 470 |
.icon .mdp-calendar-elementor-widget-icon { |
| 471 |
width: 100%; |
| 472 |
height: 29px; |
| 473 |
display: block; |
| 474 |
background-image: url("../images/widgets/calendar.svg"); |
| 475 |
background-position: center center; |
| 476 |
background-repeat: no-repeat; |
| 477 |
background-size: 28px 28px; |
| 478 |
} |
| 479 |
.icon .mdp-categories-elementor-widget-icon { |
| 480 |
width: 100%; |
| 481 |
height: 29px; |
| 482 |
display: block; |
| 483 |
background-image: url("../images/widgets/categories.svg"); |
| 484 |
background-position: center center; |
| 485 |
background-repeat: no-repeat; |
| 486 |
background-size: 28px 28px; |
| 487 |
} |
| 488 |
.icon .mdp-comments-elementor-widget-icon { |
| 489 |
width: 100%; |
| 490 |
height: 29px; |
| 491 |
display: block; |
| 492 |
background-image: url("../images/widgets/comments.svg"); |
| 493 |
background-position: center center; |
| 494 |
background-repeat: no-repeat; |
| 495 |
background-size: 28px 28px; |
| 496 |
} |
| 497 |
.icon .mdp-menu-elementor-widget-icon { |
| 498 |
width: 100%; |
| 499 |
height: 29px; |
| 500 |
display: block; |
| 501 |
background-image: url("../images/widgets/menu.svg"); |
| 502 |
background-position: center center; |
| 503 |
background-repeat: no-repeat; |
| 504 |
background-size: 28px 28px; |
| 505 |
} |
| 506 |
.icon .mdp-meta-elementor-widget-icon { |
| 507 |
width: 100%; |
| 508 |
height: 29px; |
| 509 |
display: block; |
| 510 |
background-image: url("../images/widgets/meta.svg"); |
| 511 |
background-position: center center; |
| 512 |
background-repeat: no-repeat; |
| 513 |
background-size: 28px 28px; |
| 514 |
} |
| 515 |
.icon .mdp-pages-elementor-widget-icon { |
| 516 |
width: 100%; |
| 517 |
height: 29px; |
| 518 |
display: block; |
| 519 |
background-image: url("../images/widgets/pages.svg"); |
| 520 |
background-position: center center; |
| 521 |
background-repeat: no-repeat; |
| 522 |
background-size: 28px 28px; |
| 523 |
} |
| 524 |
.icon .mdp-posts-elementor-widget-icon { |
| 525 |
width: 100%; |
| 526 |
height: 29px; |
| 527 |
display: block; |
| 528 |
background-image: url("../images/widgets/posts.svg"); |
| 529 |
background-position: center center; |
| 530 |
background-repeat: no-repeat; |
| 531 |
background-size: 28px 28px; |
| 532 |
} |
| 533 |
.icon .mdp-rss-elementor-widget-icon { |
| 534 |
width: 100%; |
| 535 |
height: 29px; |
| 536 |
display: block; |
| 537 |
background-image: url("../images/widgets/rss.svg"); |
| 538 |
background-position: center center; |
| 539 |
background-repeat: no-repeat; |
| 540 |
background-size: 28px 28px; |
| 541 |
} |
| 542 |
.icon .mdp-search-elementor-widget-icon { |
| 543 |
width: 100%; |
| 544 |
height: 29px; |
| 545 |
display: block; |
| 546 |
background-image: url("../images/widgets/search.svg"); |
| 547 |
background-position: center center; |
| 548 |
background-repeat: no-repeat; |
| 549 |
background-size: 28px 28px; |
| 550 |
} |
| 551 |
.icon .mdp-tags-elementor-widget-icon { |
| 552 |
width: 100%; |
| 553 |
height: 29px; |
| 554 |
display: block; |
| 555 |
background-image: url("../images/widgets/tags.svg"); |
| 556 |
background-position: center center; |
| 557 |
background-repeat: no-repeat; |
| 558 |
background-size: 28px 28px; |
| 559 |
} |
| 560 |
.icon .mdp-line-elementor-widget-icon { |
| 561 |
width: 100%; |
| 562 |
height: 29px; |
| 563 |
display: block; |
| 564 |
background-image: url("../images/widgets/line.svg"); |
| 565 |
background-position: center center; |
| 566 |
background-repeat: no-repeat; |
| 567 |
background-size: 28px 28px; |
| 568 |
} |
| 569 |
.icon .mdp-bar-elementor-widget-icon { |
| 570 |
width: 100%; |
| 571 |
height: 29px; |
| 572 |
display: block; |
| 573 |
background-image: url("../images/widgets/bar.svg"); |
| 574 |
background-position: center center; |
| 575 |
background-repeat: no-repeat; |
| 576 |
background-size: 28px 28px; |
| 577 |
} |
| 578 |
.icon .mdp-pie-elementor-widget-icon { |
| 579 |
width: 100%; |
| 580 |
height: 29px; |
| 581 |
display: block; |
| 582 |
background-image: url("../images/widgets/pie.svg"); |
| 583 |
background-position: center center; |
| 584 |
background-repeat: no-repeat; |
| 585 |
background-size: 28px 28px; |
| 586 |
} |
| 587 |
.icon .mdp-donut-elementor-widget-icon { |
| 588 |
width: 100%; |
| 589 |
height: 29px; |
| 590 |
display: block; |
| 591 |
background-image: url("../images/widgets/donut.svg"); |
| 592 |
background-position: center center; |
| 593 |
background-repeat: no-repeat; |
| 594 |
background-size: 28px 28px; |
| 595 |
} |
| 596 |
.icon .mdp-gauge-elementor-widget-icon { |
| 597 |
width: 100%; |
| 598 |
height: 29px; |
| 599 |
display: block; |
| 600 |
background-image: url("../images/widgets/gauge.svg"); |
| 601 |
background-position: center center; |
| 602 |
background-repeat: no-repeat; |
| 603 |
background-size: 28px 28px; |
| 604 |
} |
| 605 |
.icon .mdp-dots-elementor-widget-icon { |
| 606 |
width: 100%; |
| 607 |
height: 29px; |
| 608 |
display: block; |
| 609 |
background-image: url("../images/widgets/dots.svg"); |
| 610 |
background-position: center center; |
| 611 |
background-repeat: no-repeat; |
| 612 |
background-size: 28px 28px; |
| 613 |
} |
| 614 |
.icon .mdp-bipolar-line-elementor-widget-icon { |
| 615 |
width: 100%; |
| 616 |
height: 29px; |
| 617 |
display: block; |
| 618 |
background-image: url("../images/widgets/bipolar-line.svg"); |
| 619 |
background-position: center center; |
| 620 |
background-repeat: no-repeat; |
| 621 |
background-size: 28px 28px; |
| 622 |
} |
| 623 |
.icon .mdp-bipolar-bar-elementor-widget-icon { |
| 624 |
width: 100%; |
| 625 |
height: 29px; |
| 626 |
display: block; |
| 627 |
background-image: url("../images/widgets/bipolar-bar.svg"); |
| 628 |
background-position: center center; |
| 629 |
background-repeat: no-repeat; |
| 630 |
background-size: 28px 28px; |
| 631 |
} |
| 632 |
.icon .mdp-multiline-bar-elementor-widget-icon { |
| 633 |
width: 100%; |
| 634 |
height: 29px; |
| 635 |
display: block; |
| 636 |
background-image: url("../images/widgets/multiline-bar.svg"); |
| 637 |
background-position: center center; |
| 638 |
background-repeat: no-repeat; |
| 639 |
background-size: 28px 28px; |
| 640 |
} |
| 641 |
.icon .mdp-stacked-bar-elementor-widget-icon { |
| 642 |
width: 100%; |
| 643 |
height: 29px; |
| 644 |
display: block; |
| 645 |
background-image: url("../images/widgets/stacked-bar.svg"); |
| 646 |
background-position: center center; |
| 647 |
background-repeat: no-repeat; |
| 648 |
background-size: 28px 28px; |
| 649 |
} |
| 650 |
.icon .mdp-area-elementor-widget-icon { |
| 651 |
width: 100%; |
| 652 |
height: 29px; |
| 653 |
display: block; |
| 654 |
background-image: url("../images/widgets/area.svg"); |
| 655 |
background-position: center center; |
| 656 |
background-repeat: no-repeat; |
| 657 |
background-size: 28px 28px; |
| 658 |
} |
| 659 |
.icon .mdp-holes-elementor-widget-icon { |
| 660 |
width: 100%; |
| 661 |
height: 29px; |
| 662 |
display: block; |
| 663 |
background-image: url("../images/widgets/holes.svg"); |
| 664 |
background-position: center center; |
| 665 |
background-repeat: no-repeat; |
| 666 |
background-size: 28px 28px; |
| 667 |
} |
| 668 |
.icon .mdp-taber-elementor-widget-icon { |
| 669 |
width: 100%; |
| 670 |
height: 29px; |
| 671 |
display: block; |
| 672 |
background-image: url("../images/widgets/taber.svg"); |
| 673 |
background-position: center center; |
| 674 |
background-repeat: no-repeat; |
| 675 |
background-size: 28px 28px; |
| 676 |
} |
| 677 |
.icon .mdp-coder-elementor-widget-icon { |
| 678 |
width: 100%; |
| 679 |
height: 29px; |
| 680 |
display: block; |
| 681 |
background-image: url("../images/widgets/coder.svg"); |
| 682 |
background-position: center center; |
| 683 |
background-repeat: no-repeat; |
| 684 |
background-size: 28px 28px; |
| 685 |
} |
| 686 |
.icon .mdp-menuar-elementor-widget-icon { |
| 687 |
width: 100%; |
| 688 |
height: 29px; |
| 689 |
display: block; |
| 690 |
background-image: url("../images/widgets/menuar.svg"); |
| 691 |
background-position: center center; |
| 692 |
background-repeat: no-repeat; |
| 693 |
background-size: 28px 28px; |
| 694 |
} |
| 695 |
.icon .mdp-questionar-elementor-widget-icon { |
| 696 |
width: 100%; |
| 697 |
height: 29px; |
| 698 |
display: block; |
| 699 |
background-image: url("../images/widgets/questionar.svg"); |
| 700 |
background-position: center center; |
| 701 |
background-repeat: no-repeat; |
| 702 |
background-size: 28px 28px; |
| 703 |
} |
| 704 |
.icon .mdp-videor-elementor-widget-icon { |
| 705 |
width: 100%; |
| 706 |
height: 29px; |
| 707 |
display: block; |
| 708 |
background-image: url("../images/widgets/videor.svg"); |
| 709 |
background-position: center center; |
| 710 |
background-repeat: no-repeat; |
| 711 |
background-size: 28px 28px; |
| 712 |
} |
| 713 |
.icon .mdp-highlighter-elementor-widget-icon { |
| 714 |
width: 100%; |
| 715 |
height: 29px; |
| 716 |
display: block; |
| 717 |
background-image: url("../images/widgets/highlighter.svg"); |
| 718 |
background-position: center center; |
| 719 |
background-repeat: no-repeat; |
| 720 |
background-size: 28px 28px; |
| 721 |
} |
| 722 |
.icon .mdp-motionger-elementor-widget-icon { |
| 723 |
width: 100%; |
| 724 |
height: 29px; |
| 725 |
display: block; |
| 726 |
background-image: url("../images/widgets/motionger.svg"); |
| 727 |
background-position: center center; |
| 728 |
background-repeat: no-repeat; |
| 729 |
background-size: 28px 28px; |
| 730 |
} |
| 731 |
.icon .mdp-headinger-elementor-widget-icon { |
| 732 |
width: 100%; |
| 733 |
height: 29px; |
| 734 |
display: block; |
| 735 |
background-image: url("../images/widgets/headinger.svg"); |
| 736 |
background-position: center center; |
| 737 |
background-repeat: no-repeat; |
| 738 |
background-size: 28px 28px; |
| 739 |
} |
| 740 |
.icon .mdp-buttoner-elementor-widget-icon { |
| 741 |
width: 100%; |
| 742 |
height: 29px; |
| 743 |
display: block; |
| 744 |
background-image: url("../images/widgets/buttoner.svg"); |
| 745 |
background-position: center center; |
| 746 |
background-repeat: no-repeat; |
| 747 |
background-size: 28px 28px; |
| 748 |
} |
| 749 |
.icon .mdp-pricer-elementor-widget-icon { |
| 750 |
width: 100%; |
| 751 |
height: 29px; |
| 752 |
display: block; |
| 753 |
background-image: url("../images/widgets/pricer.svg"); |
| 754 |
background-position: center center; |
| 755 |
background-repeat: no-repeat; |
| 756 |
background-size: 28px 28px; |
| 757 |
} |
| 758 |
.icon .mdp-avatar-elementor-widget-icon { |
| 759 |
width: 100%; |
| 760 |
height: 29px; |
| 761 |
display: block; |
| 762 |
background-image: url("../images/widgets/avatar.svg"); |
| 763 |
background-position: center center; |
| 764 |
background-repeat: no-repeat; |
| 765 |
background-size: 28px 28px; |
| 766 |
} |
| 767 |
.icon .mdp-sliper-elementor-widget-icon { |
| 768 |
width: 100%; |
| 769 |
height: 29px; |
| 770 |
display: block; |
| 771 |
background-image: url("../images/widgets/sliper.svg"); |
| 772 |
background-position: center center; |
| 773 |
background-repeat: no-repeat; |
| 774 |
background-size: 28px 28px; |
| 775 |
} |
| 776 |
.icon .mdp-masker-elementor-widget-icon { |
| 777 |
width: 100%; |
| 778 |
height: 29px; |
| 779 |
display: block; |
| 780 |
background-image: url("../images/widgets/masker.svg"); |
| 781 |
background-position: center center; |
| 782 |
background-repeat: no-repeat; |
| 783 |
background-size: 28px 28px; |
| 784 |
} |
| 785 |
.icon .mdp-glider-elementor-widget-icon { |
| 786 |
width: 100%; |
| 787 |
height: 29px; |
| 788 |
display: block; |
| 789 |
background-image: url("../images/widgets/glider.svg"); |
| 790 |
background-position: center center; |
| 791 |
background-repeat: no-repeat; |
| 792 |
background-size: 28px 28px; |
| 793 |
} |
| 794 |
.icon .mdp-timeliner-elementor-widget-icon { |
| 795 |
width: 100%; |
| 796 |
height: 29px; |
| 797 |
display: block; |
| 798 |
background-image: url("../images/widgets/timeliner.svg"); |
| 799 |
background-position: center center; |
| 800 |
background-repeat: no-repeat; |
| 801 |
background-size: 28px 28px; |
| 802 |
} |
| 803 |
.icon .mdp-countdowner-elementor-widget-icon { |
| 804 |
width: 100%; |
| 805 |
height: 29px; |
| 806 |
display: block; |
| 807 |
background-image: url("../images/widgets/countdowner.svg"); |
| 808 |
background-position: center center; |
| 809 |
background-repeat: no-repeat; |
| 810 |
background-size: 28px 28px; |
| 811 |
} |
| 812 |
.icon .mdp-testimoner-elementor-widget-icon { |
| 813 |
width: 100%; |
| 814 |
height: 29px; |
| 815 |
display: block; |
| 816 |
background-image: url("../images/widgets/testimoner.svg"); |
| 817 |
background-position: center center; |
| 818 |
background-repeat: no-repeat; |
| 819 |
background-size: 28px 28px; |
| 820 |
} |
| 821 |
.icon .mdp-gmaper-elementor-widget-icon { |
| 822 |
width: 100%; |
| 823 |
height: 29px; |
| 824 |
display: block; |
| 825 |
background-image: url("../images/widgets/gmaper.svg"); |
| 826 |
background-position: center center; |
| 827 |
background-repeat: no-repeat; |
| 828 |
background-size: 28px 28px; |
| 829 |
} |
| 830 |
.icon .mdp-liner-elementor-widget-icon { |
| 831 |
width: 100%; |
| 832 |
height: 29px; |
| 833 |
display: block; |
| 834 |
background-image: url("../images/widgets/liner.svg"); |
| 835 |
background-position: center center; |
| 836 |
background-repeat: no-repeat; |
| 837 |
background-size: 28px 28px; |
| 838 |
} |
| 839 |
.icon .mdp-imager-elementor-widget-icon { |
| 840 |
width: 100%; |
| 841 |
height: 29px; |
| 842 |
display: block; |
| 843 |
background-image: url("../images/widgets/imager.svg"); |
| 844 |
background-position: center center; |
| 845 |
background-repeat: no-repeat; |
| 846 |
background-size: 28px 28px; |
| 847 |
} |
| 848 |
.icon .mdp-worker-elementor-widget-icon { |
| 849 |
width: 100%; |
| 850 |
height: 29px; |
| 851 |
display: block; |
| 852 |
background-image: url("../images/widgets/worker.svg"); |
| 853 |
background-position: center center; |
| 854 |
background-repeat: no-repeat; |
| 855 |
background-size: 28px 28px; |
| 856 |
} |
| 857 |
.icon .mdp-logger-elementor-widget-icon { |
| 858 |
width: 100%; |
| 859 |
height: 29px; |
| 860 |
display: block; |
| 861 |
background-image: url("../images/widgets/logger.svg"); |
| 862 |
background-position: center center; |
| 863 |
background-repeat: no-repeat; |
| 864 |
background-size: 28px 28px; |
| 865 |
} |
| 866 |
.icon .mdp-couponer-elementor-widget-icon { |
| 867 |
width: 100%; |
| 868 |
height: 29px; |
| 869 |
display: block; |
| 870 |
background-image: url("../images/widgets/couponer.svg"); |
| 871 |
background-position: center center; |
| 872 |
background-repeat: no-repeat; |
| 873 |
background-size: 28px 28px; |
| 874 |
} |
| 875 |
.icon .mdp-lottier-elementor-widget-icon { |
| 876 |
width: 100%; |
| 877 |
height: 29px; |
| 878 |
display: block; |
| 879 |
background-image: url("../images/widgets/lottier.svg"); |
| 880 |
background-position: center center; |
| 881 |
background-repeat: no-repeat; |
| 882 |
background-size: 28px 28px; |
| 883 |
} |
| 884 |
.icon .mdp-walker-elementor-widget-icon { |
| 885 |
width: 100%; |
| 886 |
height: 29px; |
| 887 |
display: block; |
| 888 |
background-image: url("../images/widgets/walker.svg"); |
| 889 |
background-position: center center; |
| 890 |
background-repeat: no-repeat; |
| 891 |
background-size: 28px 28px; |
| 892 |
} |
| 893 |
.icon .mdp-reviewer-elementor-widget-icon { |
| 894 |
width: 100%; |
| 895 |
height: 29px; |
| 896 |
display: block; |
| 897 |
background-image: url("../images/widgets/reviewer.svg"); |
| 898 |
background-position: center center; |
| 899 |
background-repeat: no-repeat; |
| 900 |
background-size: 28px 28px; |
| 901 |
} |
| 902 |
.icon .mdp-huger-elementor-widget-icon { |
| 903 |
width: 100%; |
| 904 |
height: 29px; |
| 905 |
display: block; |
| 906 |
background-image: url("../images/widgets/huger.svg"); |
| 907 |
background-position: center center; |
| 908 |
background-repeat: no-repeat; |
| 909 |
background-size: 28px 28px; |
| 910 |
} |
| 911 |
.icon .mdp-floater-elementor-widget-icon { |
| 912 |
width: 100%; |
| 913 |
height: 29px; |
| 914 |
display: block; |
| 915 |
background-image: url("../images/widgets/floater.svg"); |
| 916 |
background-position: center center; |
| 917 |
background-repeat: no-repeat; |
| 918 |
background-size: 28px 28px; |
| 919 |
} |
| 920 |
.icon .mdp-uper-elementor-widget-icon { |
| 921 |
width: 100%; |
| 922 |
height: 29px; |
| 923 |
display: block; |
| 924 |
background-image: url("../images/widgets/uper.svg"); |
| 925 |
background-position: center center; |
| 926 |
background-repeat: no-repeat; |
| 927 |
background-size: 28px 28px; |
| 928 |
} |
| 929 |
.icon .mdp-logar-elementor-widget-icon { |
| 930 |
width: 100%; |
| 931 |
height: 29px; |
| 932 |
display: block; |
| 933 |
background-image: url("../images/widgets/logar.svg"); |
| 934 |
background-position: center center; |
| 935 |
background-repeat: no-repeat; |
| 936 |
background-size: 28px 28px; |
| 937 |
} |
| 938 |
.icon .mdp-synopter-elementor-widget-icon { |
| 939 |
width: 100%; |
| 940 |
height: 29px; |
| 941 |
display: block; |
| 942 |
background-image: url("../images/widgets/synopter.svg"); |
| 943 |
background-position: center center; |
| 944 |
background-repeat: no-repeat; |
| 945 |
background-size: 28px 28px; |
| 946 |
} |
| 947 |
.icon .mdp-crawler-elementor-widget-icon { |
| 948 |
width: 100%; |
| 949 |
height: 29px; |
| 950 |
display: block; |
| 951 |
background-image: url("../images/widgets/crawler.svg"); |
| 952 |
background-position: center center; |
| 953 |
background-repeat: no-repeat; |
| 954 |
background-size: 28px 28px; |
| 955 |
} |
| 956 |
.icon .mdp-crumber-elementor-widget-icon { |
| 957 |
width: 100%; |
| 958 |
height: 29px; |
| 959 |
display: block; |
| 960 |
background-image: url("../images/widgets/crumber.svg"); |
| 961 |
background-position: center center; |
| 962 |
background-repeat: no-repeat; |
| 963 |
background-size: 28px 28px; |
| 964 |
} |
| 965 |
|
| 966 |
.elementor-element--promotion { |
| 967 |
display: none; |
| 968 |
} |
| 969 |
|
| 970 |
#elementor-panel-category-selection-category .elementor-panel-category-title { |
| 971 |
background: url(../images/logo-color.svg) no-repeat left center; |
| 972 |
background-size: 15px; |
| 973 |
margin-left: 10px; |
| 974 |
padding: 20px 0 20px 25px; |
| 975 |
} |
| 976 |
#elementor-panel-category-selection-category .elementor-element:hover .title { |
| 977 |
color: #0274e6; |
| 978 |
} |
| 979 |
|
| 980 |
.selection-pro { |
| 981 |
line-height: 1.5; |
| 982 |
} |