| @@ -1,21 +1,72 @@ | ||
| 1 | -:root { | |
| 2 | - --direction-multiplier: 1; | |
| 1 | +@charset "UTF-8"; | |
| 2 | +.dialog-widget-content { | |
| 3 | + background-color: var(--e-a-bg-default); | |
| 4 | + position: absolute; | |
| 5 | + border-radius: 3px; | |
| 6 | + box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); | |
| 7 | + overflow: hidden; | |
| 3 | 8 | } |
| 4 | 9 | |
| 5 | -html[dir=rtl], | |
| 6 | -body.rtl { | |
| 7 | - --direction-multiplier: -1; | |
| 10 | +.dialog-message { | |
| 11 | + line-height: 1.5; | |
| 12 | + box-sizing: border-box; | |
| 8 | 13 | } |
| 9 | 14 | |
| 15 | +.dialog-close-button { | |
| 16 | + cursor: pointer; | |
| 17 | + position: absolute; | |
| 18 | + margin-top: 15px; | |
| 19 | + right: 15px; | |
| 20 | + color: var(--e-a-color-txt); | |
| 21 | + font-size: 15px; | |
| 22 | + line-height: 1; | |
| 23 | + transition: var(--e-a-transition-hover); | |
| 24 | +} | |
| 25 | +.dialog-close-button:hover { | |
| 26 | + color: var(--e-a-color-txt-hover); | |
| 27 | +} | |
| 28 | + | |
| 29 | +.dialog-prevent-scroll { | |
| 30 | + overflow: hidden; | |
| 31 | + max-height: 100vh; | |
| 32 | +} | |
| 33 | + | |
| 34 | +.dialog-type-lightbox { | |
| 35 | + position: fixed; | |
| 36 | + height: 100%; | |
| 37 | + width: 100%; | |
| 38 | + bottom: 0; | |
| 39 | + left: 0; | |
| 40 | + background-color: rgba(0, 0, 0, 0.8); | |
| 41 | + z-index: 9999; | |
| 42 | + user-select: none; | |
| 43 | +} | |
| 44 | + | |
| 45 | +.flatpickr-calendar { | |
| 46 | + width: 280px; | |
| 47 | +} | |
| 48 | +.flatpickr-calendar .flatpickr-current-month span.cur-month { | |
| 49 | + font-weight: 300; | |
| 50 | +} | |
| 51 | +.flatpickr-calendar .dayContainer { | |
| 52 | + width: 280px; | |
| 53 | + min-width: 280px; | |
| 54 | + max-width: 280px; | |
| 55 | +} | |
| 56 | +.flatpickr-calendar .flatpickr-days { | |
| 57 | + width: 280px; | |
| 58 | +} | |
| 59 | +.flatpickr-calendar .flatpickr-day { | |
| 60 | + max-width: 37px; | |
| 61 | + height: 37px; | |
| 62 | + line-height: 37px; | |
| 63 | +} | |
| 64 | + | |
| 10 | 65 | .elementor-hidden { |
| 11 | 66 | display: none; |
| 12 | 67 | } |
| 13 | 68 | |
| 14 | -.elementor-visibility-hidden { | |
| 15 | - visibility: hidden; | |
| 16 | -} | |
| 17 | - | |
| 18 | 69 | .elementor-screen-only, |
| 19 | 70 | .screen-reader-text, |
| 20 | 71 | .screen-reader-text span, |
| 21 | 72 | .ui-helper-hidden-accessible { |
| @@ -38,16 +89,55 @@ | ||
| 38 | 89 | height: 0; |
| 39 | 90 | } |
| 40 | 91 | |
| 41 | 92 | .e-logo-wrapper { |
| 93 | + background: var(--e-a-bg-logo); | |
| 42 | 94 | display: inline-block; |
| 95 | + padding: 0.75em; | |
| 96 | + border-radius: 50%; | |
| 43 | 97 | line-height: 1; |
| 44 | 98 | } |
| 45 | 99 | .e-logo-wrapper i { |
| 46 | - color: var(--e-a-color-circle-logo); | |
| 47 | - font-size: 2.5em; | |
| 100 | + color: var(--e-a-color-logo); | |
| 101 | + font-size: 1em; | |
| 48 | 102 | } |
| 49 | 103 | |
| 104 | +.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio { | |
| 105 | + padding-bottom: 42.8571%; | |
| 106 | +} | |
| 107 | +.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio { | |
| 108 | + padding-bottom: 56.25%; | |
| 109 | +} | |
| 110 | +.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio { | |
| 111 | + padding-bottom: 75%; | |
| 112 | +} | |
| 113 | +.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio { | |
| 114 | + padding-bottom: 66.6666%; | |
| 115 | +} | |
| 116 | +.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio { | |
| 117 | + padding-bottom: 100%; | |
| 118 | +} | |
| 119 | +.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio { | |
| 120 | + padding-bottom: 177.8%; | |
| 121 | +} | |
| 122 | + | |
| 123 | +.elementor-fit-aspect-ratio { | |
| 124 | + position: relative; | |
| 125 | + height: 0; | |
| 126 | +} | |
| 127 | +.elementor-fit-aspect-ratio iframe { | |
| 128 | + position: absolute; | |
| 129 | + top: 0; | |
| 130 | + left: 0; | |
| 131 | + height: 100%; | |
| 132 | + width: 100%; | |
| 133 | + border: 0; | |
| 134 | + background-color: #000; | |
| 135 | +} | |
| 136 | +.elementor-fit-aspect-ratio video { | |
| 137 | + width: 100%; | |
| 138 | +} | |
| 139 | + | |
| 50 | 140 | .elementor *, .elementor *:before, .elementor *:after { |
| 51 | 141 | box-sizing: border-box; |
| 52 | 142 | } |
| 53 | 143 | .elementor a { |
| @@ -80,9 +170,12 @@ | ||
| 80 | 170 | } |
| 81 | 171 | .elementor .elementor-background-video-container, |
| 82 | 172 | .elementor .elementor-background-holder, |
| 83 | 173 | .elementor .elementor-background { |
| 84 | - inset: 0; | |
| 174 | + height: 100%; | |
| 175 | + width: 100%; | |
| 176 | + top: 0; | |
| 177 | + left: 0; | |
| 85 | 178 | position: absolute; |
| 86 | 179 | overflow: hidden; |
| 87 | 180 | z-index: 0; |
| 88 | 181 | direction: ltr; |
| @@ -93,31 +186,41 @@ | ||
| 93 | 186 | } |
| 94 | 187 | .elementor .elementor-background-video-container.elementor-loading { |
| 95 | 188 | opacity: 0; |
| 96 | 189 | } |
| 97 | -.elementor .elementor-background-video, | |
| 98 | 190 | .elementor .elementor-background-video-embed { |
| 99 | 191 | max-width: none; |
| 100 | 192 | } |
| 101 | -.elementor .elementor-background-video, | |
| 102 | -.elementor .elementor-background-video-embed, | |
| 103 | -.elementor .elementor-background-video-hosted { | |
| 193 | +.elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted { | |
| 104 | 194 | position: absolute; |
| 105 | - inset-block-start: 50%; | |
| 106 | - inset-inline-start: 50%; | |
| 195 | + top: 50%; | |
| 196 | + left: 50%; | |
| 107 | 197 | transform: translate(-50%, -50%); |
| 108 | 198 | } |
| 109 | -.elementor .elementor-background-video-hosted { | |
| 199 | +.elementor .elementor-background-video { | |
| 200 | + max-width: none; | |
| 201 | + position: absolute; | |
| 202 | + top: 50%; | |
| 203 | + left: 50%; | |
| 204 | + transform: translate(-50%, -50%); | |
| 205 | +} | |
| 206 | +.elementor .elementor-html5-video { | |
| 110 | 207 | object-fit: cover; |
| 111 | 208 | } |
| 112 | 209 | .elementor .elementor-background-overlay { |
| 113 | - inset: 0; | |
| 210 | + height: 100%; | |
| 211 | + width: 100%; | |
| 212 | + top: 0; | |
| 213 | + left: 0; | |
| 114 | 214 | position: absolute; |
| 115 | 215 | } |
| 116 | 216 | .elementor .elementor-background-slideshow { |
| 117 | 217 | position: absolute; |
| 118 | - inset: 0; | |
| 218 | + width: 100%; | |
| 219 | + height: 100%; | |
| 119 | 220 | z-index: 0; |
| 221 | + top: 0; | |
| 222 | + left: 0; | |
| 120 | 223 | } |
| 121 | 224 | .elementor .elementor-background-slideshow__slide__image { |
| 122 | 225 | width: 100%; |
| 123 | 226 | height: 100%; |
| @@ -149,11 +252,8 @@ | ||
| 149 | 252 | max-width: 100%; |
| 150 | 253 | } |
| 151 | 254 | } |
| 152 | 255 | |
| 153 | -.elementor-element.elementor-absolute, .elementor-element.elementor-fixed { | |
| 154 | - z-index: 1; | |
| 155 | -} | |
| 156 | 256 | .elementor-element { |
| 157 | 257 | --flex-direction: initial; |
| 158 | 258 | --flex-wrap: initial; |
| 159 | 259 | --justify-content: initial; |
| @@ -170,8 +270,11 @@ | ||
| 170 | 270 | flex-shrink: var(--flex-shrink); |
| 171 | 271 | order: var(--order); |
| 172 | 272 | align-self: var(--align-self); |
| 173 | 273 | } |
| 274 | +.elementor-element.elementor-absolute, .elementor-element.elementor-fixed { | |
| 275 | + z-index: 1; | |
| 276 | +} | |
| 174 | 277 | .elementor-element:where(.e-con-full, .elementor-widget) { |
| 175 | 278 | flex-direction: var(--flex-direction); |
| 176 | 279 | flex-wrap: var(--flex-wrap); |
| 177 | 280 | justify-content: var(--justify-content); |
| @@ -176,9 +279,9 @@ | ||
| 176 | 279 | flex-wrap: var(--flex-wrap); |
| 177 | 280 | justify-content: var(--justify-content); |
| 178 | 281 | align-items: var(--align-items); |
| 179 | 282 | align-content: var(--align-content); |
| 180 | - gap: var(--row-gap) var(--column-gap); | |
| 283 | + gap: var(--gap); | |
| 181 | 284 | } |
| 182 | 285 | |
| 183 | 286 | .elementor-invisible { |
| 184 | 287 | visibility: hidden; |
| @@ -183,13 +286,35 @@ | ||
| 183 | 286 | .elementor-invisible { |
| 184 | 287 | visibility: hidden; |
| 185 | 288 | } |
| 186 | 289 | |
| 290 | +.elementor-align-center { | |
| 291 | + text-align: center; | |
| 292 | +} | |
| 293 | +.elementor-align-center .elementor-button { | |
| 294 | + width: auto; | |
| 295 | +} | |
| 296 | +.elementor-align-right { | |
| 297 | + text-align: right; | |
| 298 | +} | |
| 299 | +.elementor-align-right .elementor-button { | |
| 300 | + width: auto; | |
| 301 | +} | |
| 302 | +.elementor-align-left { | |
| 303 | + text-align: left; | |
| 304 | +} | |
| 305 | +.elementor-align-left .elementor-button { | |
| 306 | + width: auto; | |
| 307 | +} | |
| 308 | +.elementor-align-justify .elementor-button { | |
| 309 | + width: 100%; | |
| 310 | +} | |
| 311 | + | |
| 187 | 312 | .elementor-custom-embed-play { |
| 188 | 313 | position: absolute; |
| 189 | - inset-block-start: 50%; | |
| 190 | - inset-inline-start: 50%; | |
| 191 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 314 | + top: 50%; | |
| 315 | + left: 50%; | |
| 316 | + transform: translate(-50%, -50%); | |
| 192 | 317 | } |
| 193 | 318 | .elementor-custom-embed-play i { |
| 194 | 319 | font-size: 100px; |
| 195 | 320 | color: #fff; |
| @@ -238,35 +363,25 @@ | ||
| 238 | 363 | .elementor-ken-burns--active.elementor-ken-burns--in { |
| 239 | 364 | transform: scale(1.3); |
| 240 | 365 | } |
| 241 | 366 | |
| 242 | -.elementor-align-center { | |
| 243 | - text-align: center; | |
| 244 | -} | |
| 245 | -.elementor-align-right { | |
| 246 | - text-align: right; | |
| 247 | -} | |
| 248 | -.elementor-align-left { | |
| 249 | - text-align: left; | |
| 250 | -} | |
| 251 | -.elementor-align-center .elementor-button, .elementor-align-right .elementor-button, .elementor-align-left .elementor-button { | |
| 252 | - width: auto; | |
| 253 | -} | |
| 254 | -.elementor-align-justify .elementor-button { | |
| 255 | - width: 100%; | |
| 256 | -} | |
| 257 | - | |
| 258 | 367 | @media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) { |
| 259 | 368 | .elementor-widescreen-align-center { |
| 260 | 369 | text-align: center; |
| 261 | 370 | } |
| 371 | + .elementor-widescreen-align-center .elementor-button { | |
| 372 | + width: auto; | |
| 373 | + } | |
| 262 | 374 | .elementor-widescreen-align-right { |
| 263 | 375 | text-align: right; |
| 264 | 376 | } |
| 377 | + .elementor-widescreen-align-right .elementor-button { | |
| 378 | + width: auto; | |
| 379 | + } | |
| 265 | 380 | .elementor-widescreen-align-left { |
| 266 | 381 | text-align: left; |
| 267 | 382 | } |
| 268 | - .elementor-widescreen-align-center .elementor-button, .elementor-widescreen-align-right .elementor-button, .elementor-widescreen-align-left .elementor-button { | |
| 383 | + .elementor-widescreen-align-left .elementor-button { | |
| 269 | 384 | width: auto; |
| 270 | 385 | } |
| 271 | 386 | .elementor-widescreen-align-justify .elementor-button { |
| 272 | 387 | width: 100%; |
| @@ -275,15 +390,21 @@ | ||
| 275 | 390 | @media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) { |
| 276 | 391 | .elementor-laptop-align-center { |
| 277 | 392 | text-align: center; |
| 278 | 393 | } |
| 394 | + .elementor-laptop-align-center .elementor-button { | |
| 395 | + width: auto; | |
| 396 | + } | |
| 279 | 397 | .elementor-laptop-align-right { |
| 280 | 398 | text-align: right; |
| 281 | 399 | } |
| 400 | + .elementor-laptop-align-right .elementor-button { | |
| 401 | + width: auto; | |
| 402 | + } | |
| 282 | 403 | .elementor-laptop-align-left { |
| 283 | 404 | text-align: left; |
| 284 | 405 | } |
| 285 | - .elementor-laptop-align-center .elementor-button, .elementor-laptop-align-right .elementor-button, .elementor-laptop-align-left .elementor-button { | |
| 406 | + .elementor-laptop-align-left .elementor-button { | |
| 286 | 407 | width: auto; |
| 287 | 408 | } |
| 288 | 409 | .elementor-laptop-align-justify .elementor-button { |
| 289 | 410 | width: 100%; |
| @@ -292,15 +413,21 @@ | ||
| 292 | 413 | @media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) { |
| 293 | 414 | .elementor-tablet_extra-align-center { |
| 294 | 415 | text-align: center; |
| 295 | 416 | } |
| 417 | + .elementor-tablet_extra-align-center .elementor-button { | |
| 418 | + width: auto; | |
| 419 | + } | |
| 296 | 420 | .elementor-tablet_extra-align-right { |
| 297 | 421 | text-align: right; |
| 298 | 422 | } |
| 423 | + .elementor-tablet_extra-align-right .elementor-button { | |
| 424 | + width: auto; | |
| 425 | + } | |
| 299 | 426 | .elementor-tablet_extra-align-left { |
| 300 | 427 | text-align: left; |
| 301 | 428 | } |
| 302 | - .elementor-tablet_extra-align-center .elementor-button, .elementor-tablet_extra-align-right .elementor-button, .elementor-tablet_extra-align-left .elementor-button { | |
| 429 | + .elementor-tablet_extra-align-left .elementor-button { | |
| 303 | 430 | width: auto; |
| 304 | 431 | } |
| 305 | 432 | .elementor-tablet_extra-align-justify .elementor-button { |
| 306 | 433 | width: 100%; |
| @@ -309,15 +436,21 @@ | ||
| 309 | 436 | @media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) { |
| 310 | 437 | .elementor-tablet-align-center { |
| 311 | 438 | text-align: center; |
| 312 | 439 | } |
| 440 | + .elementor-tablet-align-center .elementor-button { | |
| 441 | + width: auto; | |
| 442 | + } | |
| 313 | 443 | .elementor-tablet-align-right { |
| 314 | 444 | text-align: right; |
| 315 | 445 | } |
| 446 | + .elementor-tablet-align-right .elementor-button { | |
| 447 | + width: auto; | |
| 448 | + } | |
| 316 | 449 | .elementor-tablet-align-left { |
| 317 | 450 | text-align: left; |
| 318 | 451 | } |
| 319 | - .elementor-tablet-align-center .elementor-button, .elementor-tablet-align-right .elementor-button, .elementor-tablet-align-left .elementor-button { | |
| 452 | + .elementor-tablet-align-left .elementor-button { | |
| 320 | 453 | width: auto; |
| 321 | 454 | } |
| 322 | 455 | .elementor-tablet-align-justify .elementor-button { |
| 323 | 456 | width: 100%; |
| @@ -326,15 +459,21 @@ | ||
| 326 | 459 | @media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) { |
| 327 | 460 | .elementor-mobile_extra-align-center { |
| 328 | 461 | text-align: center; |
| 329 | 462 | } |
| 463 | + .elementor-mobile_extra-align-center .elementor-button { | |
| 464 | + width: auto; | |
| 465 | + } | |
| 330 | 466 | .elementor-mobile_extra-align-right { |
| 331 | 467 | text-align: right; |
| 332 | 468 | } |
| 469 | + .elementor-mobile_extra-align-right .elementor-button { | |
| 470 | + width: auto; | |
| 471 | + } | |
| 333 | 472 | .elementor-mobile_extra-align-left { |
| 334 | 473 | text-align: left; |
| 335 | 474 | } |
| 336 | - .elementor-mobile_extra-align-center .elementor-button, .elementor-mobile_extra-align-right .elementor-button, .elementor-mobile_extra-align-left .elementor-button { | |
| 475 | + .elementor-mobile_extra-align-left .elementor-button { | |
| 337 | 476 | width: auto; |
| 338 | 477 | } |
| 339 | 478 | .elementor-mobile_extra-align-justify .elementor-button { |
| 340 | 479 | width: 100%; |
| @@ -343,15 +482,21 @@ | ||
| 343 | 482 | @media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { |
| 344 | 483 | .elementor-mobile-align-center { |
| 345 | 484 | text-align: center; |
| 346 | 485 | } |
| 486 | + .elementor-mobile-align-center .elementor-button { | |
| 487 | + width: auto; | |
| 488 | + } | |
| 347 | 489 | .elementor-mobile-align-right { |
| 348 | 490 | text-align: right; |
| 349 | 491 | } |
| 492 | + .elementor-mobile-align-right .elementor-button { | |
| 493 | + width: auto; | |
| 494 | + } | |
| 350 | 495 | .elementor-mobile-align-left { |
| 351 | 496 | text-align: left; |
| 352 | 497 | } |
| 353 | - .elementor-mobile-align-center .elementor-button, .elementor-mobile-align-right .elementor-button, .elementor-mobile-align-left .elementor-button { | |
| 498 | + .elementor-mobile-align-left .elementor-button { | |
| 354 | 499 | width: auto; |
| 355 | 500 | } |
| 356 | 501 | .elementor-mobile-align-justify .elementor-button { |
| 357 | 502 | width: 100%; |
| @@ -381,9 +526,10 @@ | ||
| 381 | 526 | position: relative; |
| 382 | 527 | } |
| 383 | 528 | .elementor-section .elementor-container { |
| 384 | 529 | display: flex; |
| 385 | - margin-inline: auto; | |
| 530 | + margin-right: auto; | |
| 531 | + margin-left: auto; | |
| 386 | 532 | position: relative; |
| 387 | 533 | } |
| 388 | 534 | @media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) { |
| 389 | 535 | .elementor-section .elementor-container { |
| @@ -424,8 +570,18 @@ | ||
| 424 | 570 | .elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap { |
| 425 | 571 | align-items: flex-end; |
| 426 | 572 | } |
| 427 | 573 | |
| 574 | +.elementor-row { | |
| 575 | + width: 100%; | |
| 576 | + display: flex; | |
| 577 | +} | |
| 578 | +@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) { | |
| 579 | + .elementor-row { | |
| 580 | + flex-wrap: wrap; | |
| 581 | + } | |
| 582 | +} | |
| 583 | + | |
| 428 | 584 | .elementor-widget-wrap { |
| 429 | 585 | position: relative; |
| 430 | 586 | width: 100%; |
| 431 | 587 | flex-wrap: wrap; |
| @@ -444,12 +600,12 @@ | ||
| 444 | 600 | .elementor-widget { |
| 445 | 601 | position: relative; |
| 446 | 602 | } |
| 447 | 603 | .elementor-widget:not(:last-child) { |
| 448 | - margin-block-end: var(--kit-widget-spacing, 20px); | |
| 604 | + margin-bottom: 20px; | |
| 449 | 605 | } |
| 450 | 606 | .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute { |
| 451 | - margin-block-end: 0; | |
| 607 | + margin-bottom: 0; | |
| 452 | 608 | } |
| 453 | 609 | |
| 454 | 610 | .elementor-column { |
| 455 | 611 | position: relative; |
| @@ -456,8 +612,14 @@ | ||
| 456 | 612 | min-height: 1px; |
| 457 | 613 | display: flex; |
| 458 | 614 | } |
| 459 | 615 | |
| 616 | +.elementor-column-wrap { | |
| 617 | + width: 100%; | |
| 618 | + position: relative; | |
| 619 | + display: flex; | |
| 620 | +} | |
| 621 | + | |
| 460 | 622 | .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated { |
| 461 | 623 | padding: 5px; |
| 462 | 624 | } |
| 463 | 625 | .elementor-column-gap-default > .elementor-column > .elementor-element-populated { |
| @@ -1032,8 +1194,16 @@ | ||
| 1032 | 1194 | .elementor-column { |
| 1033 | 1195 | width: 100%; |
| 1034 | 1196 | } |
| 1035 | 1197 | } |
| 1198 | +ul.elementor-icon-list-items.elementor-inline-items { | |
| 1199 | + display: flex; | |
| 1200 | + flex-wrap: wrap; | |
| 1201 | +} | |
| 1202 | +ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item { | |
| 1203 | + word-break: break-word; | |
| 1204 | +} | |
| 1205 | + | |
| 1036 | 1206 | .elementor-grid { |
| 1037 | 1207 | display: grid; |
| 1038 | 1208 | grid-column-gap: var(--grid-column-gap); |
| 1039 | 1209 | grid-row-gap: var(--grid-row-gap); |
| @@ -1044,13 +1214,13 @@ | ||
| 1044 | 1214 | .elementor-grid-0 .elementor-grid { |
| 1045 | 1215 | display: inline-block; |
| 1046 | 1216 | width: 100%; |
| 1047 | 1217 | word-spacing: var(--grid-column-gap); |
| 1048 | - margin-block-end: calc(-1 * var(--grid-row-gap)); | |
| 1218 | + margin-bottom: calc(-1 * var(--grid-row-gap)); | |
| 1049 | 1219 | } |
| 1050 | 1220 | .elementor-grid-0 .elementor-grid .elementor-grid-item { |
| 1051 | 1221 | display: inline-block; |
| 1052 | - margin-block-end: var(--grid-row-gap); | |
| 1222 | + margin-bottom: var(--grid-row-gap); | |
| 1053 | 1223 | word-break: break-word; |
| 1054 | 1224 | } |
| 1055 | 1225 | .elementor-grid-1 .elementor-grid { |
| 1056 | 1226 | grid-template-columns: repeat(1, 1fr); |
| @@ -1092,13 +1262,13 @@ | ||
| 1092 | 1262 | .elementor-grid-widescreen-0 .elementor-grid { |
| 1093 | 1263 | display: inline-block; |
| 1094 | 1264 | width: 100%; |
| 1095 | 1265 | word-spacing: var(--grid-column-gap); |
| 1096 | - margin-block-end: calc(-1 * var(--grid-row-gap)); | |
| 1266 | + margin-bottom: calc(-1 * var(--grid-row-gap)); | |
| 1097 | 1267 | } |
| 1098 | 1268 | .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item { |
| 1099 | 1269 | display: inline-block; |
| 1100 | - margin-block-end: var(--grid-row-gap); | |
| 1270 | + margin-bottom: var(--grid-row-gap); | |
| 1101 | 1271 | word-break: break-word; |
| 1102 | 1272 | } |
| 1103 | 1273 | .elementor-grid-widescreen-1 .elementor-grid { |
| 1104 | 1274 | grid-template-columns: repeat(1, 1fr); |
| @@ -1141,13 +1311,13 @@ | ||
| 1141 | 1311 | .elementor-grid-laptop-0 .elementor-grid { |
| 1142 | 1312 | display: inline-block; |
| 1143 | 1313 | width: 100%; |
| 1144 | 1314 | word-spacing: var(--grid-column-gap); |
| 1145 | - margin-block-end: calc(-1 * var(--grid-row-gap)); | |
| 1315 | + margin-bottom: calc(-1 * var(--grid-row-gap)); | |
| 1146 | 1316 | } |
| 1147 | 1317 | .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item { |
| 1148 | 1318 | display: inline-block; |
| 1149 | - margin-block-end: var(--grid-row-gap); | |
| 1319 | + margin-bottom: var(--grid-row-gap); | |
| 1150 | 1320 | word-break: break-word; |
| 1151 | 1321 | } |
| 1152 | 1322 | .elementor-grid-laptop-1 .elementor-grid { |
| 1153 | 1323 | grid-template-columns: repeat(1, 1fr); |
| @@ -1190,13 +1360,13 @@ | ||
| 1190 | 1360 | .elementor-grid-tablet_extra-0 .elementor-grid { |
| 1191 | 1361 | display: inline-block; |
| 1192 | 1362 | width: 100%; |
| 1193 | 1363 | word-spacing: var(--grid-column-gap); |
| 1194 | - margin-block-end: calc(-1 * var(--grid-row-gap)); | |
| 1364 | + margin-bottom: calc(-1 * var(--grid-row-gap)); | |
| 1195 | 1365 | } |
| 1196 | 1366 | .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item { |
| 1197 | 1367 | display: inline-block; |
| 1198 | - margin-block-end: var(--grid-row-gap); | |
| 1368 | + margin-bottom: var(--grid-row-gap); | |
| 1199 | 1369 | word-break: break-word; |
| 1200 | 1370 | } |
| 1201 | 1371 | .elementor-grid-tablet_extra-1 .elementor-grid { |
| 1202 | 1372 | grid-template-columns: repeat(1, 1fr); |
| @@ -1239,13 +1409,13 @@ | ||
| 1239 | 1409 | .elementor-grid-tablet-0 .elementor-grid { |
| 1240 | 1410 | display: inline-block; |
| 1241 | 1411 | width: 100%; |
| 1242 | 1412 | word-spacing: var(--grid-column-gap); |
| 1243 | - margin-block-end: calc(-1 * var(--grid-row-gap)); | |
| 1413 | + margin-bottom: calc(-1 * var(--grid-row-gap)); | |
| 1244 | 1414 | } |
| 1245 | 1415 | .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item { |
| 1246 | 1416 | display: inline-block; |
| 1247 | - margin-block-end: var(--grid-row-gap); | |
| 1417 | + margin-bottom: var(--grid-row-gap); | |
| 1248 | 1418 | word-break: break-word; |
| 1249 | 1419 | } |
| 1250 | 1420 | .elementor-grid-tablet-1 .elementor-grid { |
| 1251 | 1421 | grid-template-columns: repeat(1, 1fr); |
| @@ -1288,13 +1458,13 @@ | ||
| 1288 | 1458 | .elementor-grid-mobile_extra-0 .elementor-grid { |
| 1289 | 1459 | display: inline-block; |
| 1290 | 1460 | width: 100%; |
| 1291 | 1461 | word-spacing: var(--grid-column-gap); |
| 1292 | - margin-block-end: calc(-1 * var(--grid-row-gap)); | |
| 1462 | + margin-bottom: calc(-1 * var(--grid-row-gap)); | |
| 1293 | 1463 | } |
| 1294 | 1464 | .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item { |
| 1295 | 1465 | display: inline-block; |
| 1296 | - margin-block-end: var(--grid-row-gap); | |
| 1466 | + margin-bottom: var(--grid-row-gap); | |
| 1297 | 1467 | word-break: break-word; |
| 1298 | 1468 | } |
| 1299 | 1469 | .elementor-grid-mobile_extra-1 .elementor-grid { |
| 1300 | 1470 | grid-template-columns: repeat(1, 1fr); |
| @@ -1337,13 +1507,13 @@ | ||
| 1337 | 1507 | .elementor-grid-mobile-0 .elementor-grid { |
| 1338 | 1508 | display: inline-block; |
| 1339 | 1509 | width: 100%; |
| 1340 | 1510 | word-spacing: var(--grid-column-gap); |
| 1341 | - margin-block-end: calc(-1 * var(--grid-row-gap)); | |
| 1511 | + margin-bottom: calc(-1 * var(--grid-row-gap)); | |
| 1342 | 1512 | } |
| 1343 | 1513 | .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item { |
| 1344 | 1514 | display: inline-block; |
| 1345 | - margin-block-end: var(--grid-row-gap); | |
| 1515 | + margin-bottom: var(--grid-row-gap); | |
| 1346 | 1516 | word-break: break-word; |
| 1347 | 1517 | } |
| 1348 | 1518 | .elementor-grid-mobile-1 .elementor-grid { |
| 1349 | 1519 | grid-template-columns: repeat(1, 1fr); |
| @@ -1418,19 +1588,14 @@ | ||
| 1418 | 1588 | content: "mobile"; |
| 1419 | 1589 | } |
| 1420 | 1590 | } |
| 1421 | 1591 | |
| 1422 | -@media (prefers-reduced-motion: no-preference) { | |
| 1423 | - html { | |
| 1424 | - scroll-behavior: smooth; | |
| 1425 | - } | |
| 1426 | -} | |
| 1427 | 1592 | .e-con { |
| 1428 | 1593 | --border-radius: 0; |
| 1429 | - --border-top-width: 0px; | |
| 1430 | - --border-right-width: 0px; | |
| 1431 | - --border-bottom-width: 0px; | |
| 1432 | - --border-left-width: 0px; | |
| 1594 | + --border-width-top: 0px; | |
| 1595 | + --border-width-right: 0px; | |
| 1596 | + --border-width-bottom: 0px; | |
| 1597 | + --border-width-left: 0px; | |
| 1433 | 1598 | --border-style: initial; |
| 1434 | 1599 | --border-color: initial; |
| 1435 | 1600 | --container-widget-width: 100%; |
| 1436 | 1601 | --container-widget-height: initial; |
| @@ -1435,27 +1600,25 @@ | ||
| 1435 | 1600 | --container-widget-width: 100%; |
| 1436 | 1601 | --container-widget-height: initial; |
| 1437 | 1602 | --container-widget-flex-grow: 0; |
| 1438 | 1603 | --container-widget-align-self: initial; |
| 1439 | - --content-width: min(100%, var(--container-max-width, 1140px)); | |
| 1604 | + --content-width: Min( 100%, var( --container-max-width, 1140px ) ); | |
| 1440 | 1605 | --width: 100%; |
| 1441 | 1606 | --min-height: initial; |
| 1442 | 1607 | --height: auto; |
| 1443 | 1608 | --text-align: initial; |
| 1444 | - --margin-top: 0px; | |
| 1445 | - --margin-right: 0px; | |
| 1446 | - --margin-bottom: 0px; | |
| 1447 | - --margin-left: 0px; | |
| 1448 | - --padding-top: var(--container-default-padding-top, 10px); | |
| 1449 | - --padding-right: var(--container-default-padding-right, 10px); | |
| 1450 | - --padding-bottom: var(--container-default-padding-bottom, 10px); | |
| 1451 | - --padding-left: var(--container-default-padding-left, 10px); | |
| 1609 | + --margin-top: 0; | |
| 1610 | + --margin-right: 0; | |
| 1611 | + --margin-bottom: 0; | |
| 1612 | + --margin-left: 0; | |
| 1613 | + --padding-top: var( --container-default-padding-top, 10px ); | |
| 1614 | + --padding-right: var( --container-default-padding-right, 10px ); | |
| 1615 | + --padding-bottom: var( --container-default-padding-bottom, 10px ); | |
| 1616 | + --padding-left: var( --container-default-padding-left, 10px ); | |
| 1452 | 1617 | --position: relative; |
| 1453 | 1618 | --z-index: revert; |
| 1454 | 1619 | --overflow: visible; |
| 1455 | - --gap: var(--widgets-spacing, 20px); | |
| 1456 | - --row-gap: var(--widgets-spacing-row, 20px); | |
| 1457 | - --column-gap: var(--widgets-spacing-column, 20px); | |
| 1620 | + --gap: var( --widgets-spacing, 20px ); | |
| 1458 | 1621 | --overlay-mix-blend-mode: initial; |
| 1459 | 1622 | --overlay-opacity: 1; |
| 1460 | 1623 | --overlay-transition: 0.3s; |
| 1461 | 1624 | --e-con-grid-template-columns: repeat(3, 1fr); |
| @@ -1465,45 +1628,15 @@ | ||
| 1465 | 1628 | min-width: 0; |
| 1466 | 1629 | min-height: var(--min-height); |
| 1467 | 1630 | height: var(--height); |
| 1468 | 1631 | border-radius: var(--border-radius); |
| 1632 | + margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left); | |
| 1633 | + padding-left: var(--padding-left); | |
| 1634 | + padding-right: var(--padding-right); | |
| 1469 | 1635 | z-index: var(--z-index); |
| 1470 | 1636 | overflow: var(--overflow); |
| 1471 | - --flex-wrap-mobile: wrap; | |
| 1472 | -} | |
| 1473 | -.e-con:where(:not(.e-div-block-base)) { | |
| 1474 | 1637 | transition: background var(--background-transition, 0.3s), border var(--border-transition, 0.3s), box-shadow var(--border-transition, 0.3s), transform var(--e-con-transform-transition-duration, 0.4s); |
| 1475 | 1638 | } |
| 1476 | -.e-con { | |
| 1477 | - --margin-block-start: var(--margin-top); | |
| 1478 | - --margin-block-end: var(--margin-bottom); | |
| 1479 | - --margin-inline-start: var(--margin-left); | |
| 1480 | - --margin-inline-end: var(--margin-right); | |
| 1481 | - --padding-inline-start: var(--padding-left); | |
| 1482 | - --padding-inline-end: var(--padding-right); | |
| 1483 | - --padding-block-start: var(--padding-top); | |
| 1484 | - --padding-block-end: var(--padding-bottom); | |
| 1485 | - --border-block-start-width: var(--border-top-width); | |
| 1486 | - --border-block-end-width: var(--border-bottom-width); | |
| 1487 | - --border-inline-start-width: var(--border-left-width); | |
| 1488 | - --border-inline-end-width: var(--border-right-width); | |
| 1489 | -} | |
| 1490 | -body.rtl .e-con { | |
| 1491 | - --padding-inline-start: var(--padding-right); | |
| 1492 | - --padding-inline-end: var(--padding-left); | |
| 1493 | - --margin-inline-start: var(--margin-right); | |
| 1494 | - --margin-inline-end: var(--margin-left); | |
| 1495 | - --border-inline-start-width: var(--border-right-width); | |
| 1496 | - --border-inline-end-width: var(--border-left-width); | |
| 1497 | -} | |
| 1498 | -.e-con { | |
| 1499 | - margin-block-start: var(--margin-block-start); | |
| 1500 | - margin-inline-end: var(--margin-inline-end); | |
| 1501 | - margin-block-end: var(--margin-block-end); | |
| 1502 | - margin-inline-start: var(--margin-inline-start); | |
| 1503 | - padding-inline-start: var(--padding-inline-start); | |
| 1504 | - padding-inline-end: var(--padding-inline-end); | |
| 1505 | -} | |
| 1506 | 1639 | .e-con.e-flex { |
| 1507 | 1640 | --flex-direction: column; |
| 1508 | 1641 | --flex-basis: auto; |
| 1509 | 1642 | --flex-grow: 0; |
| @@ -1511,10 +1644,10 @@ | ||
| 1511 | 1644 | flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis); |
| 1512 | 1645 | } |
| 1513 | 1646 | .e-con-full, .e-con > .e-con-inner { |
| 1514 | 1647 | text-align: var(--text-align); |
| 1515 | - padding-block-start: var(--padding-block-start); | |
| 1516 | - padding-block-end: var(--padding-block-end); | |
| 1648 | + padding-top: var(--padding-top); | |
| 1649 | + padding-bottom: var(--padding-bottom); | |
| 1517 | 1650 | } |
| 1518 | 1651 | .e-con-full.e-flex, .e-con.e-flex > .e-con-inner { |
| 1519 | 1652 | flex-direction: var(--flex-direction); |
| 1520 | 1653 | } |
| @@ -1531,10 +1664,8 @@ | ||
| 1531 | 1664 | grid-template-rows: var(--e-con-grid-template-rows); |
| 1532 | 1665 | justify-content: var(--grid-justify-content); |
| 1533 | 1666 | align-content: var(--grid-align-content); |
| 1534 | 1667 | grid-auto-flow: var(--grid-auto-flow); |
| 1535 | - justify-items: var(--justify-items); | |
| 1536 | - align-items: var(--align-items); | |
| 1537 | 1668 | } |
| 1538 | 1669 | .e-con-boxed.e-flex { |
| 1539 | 1670 | flex-direction: column; |
| 1540 | 1671 | flex-wrap: initial; |
| @@ -1565,27 +1696,22 @@ | ||
| 1565 | 1696 | justify-items: var(--justify-items); |
| 1566 | 1697 | align-items: var(--align-items); |
| 1567 | 1698 | } |
| 1568 | 1699 | .e-con > .e-con-inner { |
| 1569 | - gap: var(--row-gap) var(--column-gap); | |
| 1700 | + gap: var(--gap); | |
| 1570 | 1701 | width: 100%; |
| 1571 | 1702 | max-width: var(--content-width); |
| 1572 | 1703 | margin: 0 auto; |
| 1573 | - padding-inline-start: 0; | |
| 1574 | - padding-inline-end: 0; | |
| 1704 | + padding-inline: 0; | |
| 1575 | 1705 | height: 100%; |
| 1576 | 1706 | } |
| 1577 | 1707 | :is(.elementor-section-wrap, [data-elementor-id]) > .e-con { |
| 1708 | + --margin-right: auto; | |
| 1578 | 1709 | --margin-left: auto; |
| 1579 | - --margin-right: auto; | |
| 1580 | 1710 | max-width: min(100%, var(--width)); |
| 1581 | 1711 | } |
| 1582 | -:is([data-widget_type="e-component.default"], [data-widget_type="e-component.default"] > .elementor-section-wrap) > .e-con { | |
| 1583 | - --margin-right: 0px; | |
| 1584 | - --margin-left: 0px; | |
| 1585 | -} | |
| 1586 | 1712 | .e-con .elementor-widget.elementor-widget { |
| 1587 | - margin-block-end: 0; | |
| 1713 | + margin-bottom: 0; | |
| 1588 | 1714 | } |
| 1589 | 1715 | .e-con::before, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before, |
| 1590 | 1716 | .e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer::before, |
| 1591 | 1717 | .e-con > .elementor-background-slideshow::before { |
| @@ -1597,16 +1723,16 @@ | ||
| 1597 | 1723 | transition: var(--overlay-transition, 0.3s); |
| 1598 | 1724 | border-radius: var(--border-radius); |
| 1599 | 1725 | border-style: var(--border-style); |
| 1600 | 1726 | border-color: var(--border-color); |
| 1601 | - border-block-start-width: var(--border-block-start-width); | |
| 1602 | - border-inline-end-width: var(--border-inline-end-width); | |
| 1603 | - border-block-end-width: var(--border-block-end-width); | |
| 1604 | - border-inline-start-width: var(--border-inline-start-width); | |
| 1605 | - top: calc(0px - var(--border-top-width)); | |
| 1606 | - left: calc(0px - var(--border-left-width)); | |
| 1607 | - width: max(100% + var(--border-left-width) + var(--border-right-width), 100%); | |
| 1608 | - height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%); | |
| 1727 | + border-top-width: var(--border-width-top); | |
| 1728 | + border-right-width: var(--border-width-right); | |
| 1729 | + border-bottom-width: var(--border-width-bottom); | |
| 1730 | + border-left-width: var(--border-width-left); | |
| 1731 | + top: calc(0px - var(--border-width-top)); | |
| 1732 | + left: calc(0px - var(--border-width-left)); | |
| 1733 | + width: max(100% + var(--border-width-right) + var(--border-width-left), 100%); | |
| 1734 | + height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%); | |
| 1609 | 1735 | } |
| 1610 | 1736 | .e-con::before { |
| 1611 | 1737 | transition: background var(--overlay-transition, 0.3s), border-radius var(--border-transition, 0.3s), opacity var(--overlay-transition, 0.3s); |
| 1612 | 1738 | } |
| @@ -1613,19 +1739,19 @@ | ||
| 1613 | 1739 | .e-con > .elementor-background-slideshow, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container { |
| 1614 | 1740 | border-radius: var(--border-radius); |
| 1615 | 1741 | border-style: var(--border-style); |
| 1616 | 1742 | border-color: var(--border-color); |
| 1617 | - border-block-start-width: var(--border-block-start-width); | |
| 1618 | - border-inline-end-width: var(--border-inline-end-width); | |
| 1619 | - border-block-end-width: var(--border-block-end-width); | |
| 1620 | - border-inline-start-width: var(--border-inline-start-width); | |
| 1621 | - top: calc(0px - var(--border-top-width)); | |
| 1622 | - left: calc(0px - var(--border-left-width)); | |
| 1623 | - width: max(100% + var(--border-left-width) + var(--border-right-width), 100%); | |
| 1624 | - height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%); | |
| 1743 | + border-top-width: var(--border-width-top); | |
| 1744 | + border-right-width: var(--border-width-right); | |
| 1745 | + border-bottom-width: var(--border-width-bottom); | |
| 1746 | + border-left-width: var(--border-width-left); | |
| 1747 | + top: calc(0px - var(--border-width-top)); | |
| 1748 | + left: calc(0px - var(--border-width-left)); | |
| 1749 | + width: max(100% + var(--border-width-right) + var(--border-width-left), 100%); | |
| 1750 | + height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%); | |
| 1625 | 1751 | } |
| 1626 | 1752 | @media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { |
| 1627 | - :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container.elementor-hidden-mobile { | |
| 1753 | + :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container.elementor-hidden-phone { | |
| 1628 | 1754 | display: none; |
| 1629 | 1755 | } |
| 1630 | 1756 | } |
| 1631 | 1757 | :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before { |
| @@ -1648,20 +1774,14 @@ | ||
| 1648 | 1774 | } |
| 1649 | 1775 | .elementor.elementor .e-con > .elementor-widget, .e-con.e-con > .e-con-inner > .elementor-widget { |
| 1650 | 1776 | max-width: 100%; |
| 1651 | 1777 | } |
| 1652 | -.e-con .elementor-widget:not(:last-child) { | |
| 1653 | - --kit-widget-spacing: 0px; | |
| 1654 | -} | |
| 1655 | 1778 | |
| 1656 | 1779 | @media (max-width: 767px) { |
| 1657 | 1780 | .e-con.e-flex { |
| 1658 | 1781 | --width: 100%; |
| 1659 | - --flex-wrap: var(--flex-wrap-mobile); | |
| 1782 | + --flex-wrap: wrap; | |
| 1660 | 1783 | } |
| 1661 | - .e-con.e-flex .elementor-widget-archive-posts { | |
| 1662 | - width: 100%; | |
| 1663 | - } | |
| 1664 | 1784 | } |
| 1665 | 1785 | .elementor-form-fields-wrapper { |
| 1666 | 1786 | display: flex; |
| 1667 | 1787 | flex-wrap: wrap; |
| @@ -1734,9 +1854,9 @@ | ||
| 1734 | 1854 | text-transform: inherit; |
| 1735 | 1855 | letter-spacing: inherit; |
| 1736 | 1856 | line-height: inherit; |
| 1737 | 1857 | flex-basis: 100%; |
| 1738 | - padding-inline-end: 20px; | |
| 1858 | + padding-right: 20px; | |
| 1739 | 1859 | } |
| 1740 | 1860 | .elementor-field-group .elementor-select-wrapper:before { |
| 1741 | 1861 | content: "\e92a"; |
| 1742 | 1862 | font-family: "eicons"; |
| @@ -1741,11 +1861,11 @@ | ||
| 1741 | 1861 | content: "\e92a"; |
| 1742 | 1862 | font-family: "eicons"; |
| 1743 | 1863 | font-size: 15px; |
| 1744 | 1864 | position: absolute; |
| 1745 | - inset-block-start: 50%; | |
| 1746 | - inset-inline-end: 10px; | |
| 1865 | + top: 50%; | |
| 1747 | 1866 | transform: translateY(-50%); |
| 1867 | + right: 10px; | |
| 1748 | 1868 | pointer-events: none; |
| 1749 | 1869 | text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); |
| 1750 | 1870 | } |
| 1751 | 1871 | .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before { |
| @@ -1759,9 +1879,9 @@ | ||
| 1759 | 1879 | .elementor-field-subgroup .elementor-field-option label { |
| 1760 | 1880 | display: inline-block; |
| 1761 | 1881 | } |
| 1762 | 1882 | .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option { |
| 1763 | - padding-inline-end: 10px; | |
| 1883 | + padding-right: 10px; | |
| 1764 | 1884 | } |
| 1765 | 1885 | .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option { |
| 1766 | 1886 | flex-basis: 100%; |
| 1767 | 1887 | } |
| @@ -1780,9 +1900,9 @@ | ||
| 1780 | 1900 | } |
| 1781 | 1901 | .elementor-mark-required .elementor-field-label:after { |
| 1782 | 1902 | content: "*"; |
| 1783 | 1903 | color: red; |
| 1784 | - padding-inline-start: 0.2em; | |
| 1904 | + padding-left: 0.2em; | |
| 1785 | 1905 | } |
| 1786 | 1906 | |
| 1787 | 1907 | .elementor-field-textual { |
| 1788 | 1908 | line-height: 1.4; |
| @@ -1833,20 +1953,12 @@ | ||
| 1833 | 1953 | .elementor-button-align-start .elementor-field-type-submit, |
| 1834 | 1954 | .elementor-button-align-start .e-form__buttons { |
| 1835 | 1955 | justify-content: flex-start; |
| 1836 | 1956 | } |
| 1837 | -[dir=rtl] .elementor-button-align-start .elementor-field-type-submit, | |
| 1838 | -[dir=rtl] .elementor-button-align-start .e-form__buttons { | |
| 1839 | - justify-content: flex-end; | |
| 1840 | -} | |
| 1841 | 1957 | .elementor-button-align-end .elementor-field-type-submit, |
| 1842 | 1958 | .elementor-button-align-end .e-form__buttons { |
| 1843 | 1959 | justify-content: flex-end; |
| 1844 | 1960 | } |
| 1845 | -[dir=rtl] .elementor-button-align-end .elementor-field-type-submit, | |
| 1846 | -[dir=rtl] .elementor-button-align-end .e-form__buttons { | |
| 1847 | - justify-content: flex-start; | |
| 1848 | -} | |
| 1849 | 1961 | .elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 1850 | 1962 | flex-basis: initial; |
| 1851 | 1963 | } |
| 1852 | 1964 | .elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper { |
| @@ -1874,20 +1986,12 @@ | ||
| 1874 | 1986 | .elementor-tablet-button-align-start .elementor-field-type-submit, |
| 1875 | 1987 | .elementor-tablet-button-align-start .e-form__buttons { |
| 1876 | 1988 | justify-content: flex-start; |
| 1877 | 1989 | } |
| 1878 | - [dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit, | |
| 1879 | - [dir=rtl] .elementor-tablet-button-align-start .e-form__buttons { | |
| 1880 | - justify-content: flex-end; | |
| 1881 | - } | |
| 1882 | 1990 | .elementor-tablet-button-align-end .elementor-field-type-submit, |
| 1883 | 1991 | .elementor-tablet-button-align-end .e-form__buttons { |
| 1884 | 1992 | justify-content: flex-end; |
| 1885 | 1993 | } |
| 1886 | - [dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit, | |
| 1887 | - [dir=rtl] .elementor-tablet-button-align-end .e-form__buttons { | |
| 1888 | - justify-content: flex-start; | |
| 1889 | - } | |
| 1890 | 1994 | .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 1891 | 1995 | flex-basis: initial; |
| 1892 | 1996 | } |
| 1893 | 1997 | .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper { |
| @@ -1915,20 +2019,12 @@ | ||
| 1915 | 2019 | .elementor-mobile-button-align-start .elementor-field-type-submit, |
| 1916 | 2020 | .elementor-mobile-button-align-start .e-form__buttons { |
| 1917 | 2021 | justify-content: flex-start; |
| 1918 | 2022 | } |
| 1919 | - [dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit, | |
| 1920 | - [dir=rtl] .elementor-mobile-button-align-start .e-form__buttons { | |
| 1921 | - justify-content: flex-end; | |
| 1922 | - } | |
| 1923 | 2023 | .elementor-mobile-button-align-end .elementor-field-type-submit, |
| 1924 | 2024 | .elementor-mobile-button-align-end .e-form__buttons { |
| 1925 | 2025 | justify-content: flex-end; |
| 1926 | 2026 | } |
| 1927 | - [dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit, | |
| 1928 | - [dir=rtl] .elementor-mobile-button-align-end .e-form__buttons { | |
| 1929 | - justify-content: flex-start; | |
| 1930 | - } | |
| 1931 | 2027 | .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 1932 | 2028 | flex-basis: initial; |
| 1933 | 2029 | } |
| 1934 | 2030 | .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper { |
| @@ -1957,9 +2053,9 @@ | ||
| 1957 | 2053 | font-family: eicons; |
| 1958 | 2054 | font-weight: normal; |
| 1959 | 2055 | font-style: normal; |
| 1960 | 2056 | vertical-align: middle; |
| 1961 | - margin-inline-end: 5px; | |
| 2057 | + margin-right: 5px; | |
| 1962 | 2058 | } |
| 1963 | 2059 | .elementor-message.elementor-message-danger { |
| 1964 | 2060 | color: #d9534f; |
| 1965 | 2061 | } |
| @@ -1970,17 +2066,15 @@ | ||
| 1970 | 2066 | color: #5cb85c; |
| 1971 | 2067 | } |
| 1972 | 2068 | |
| 1973 | 2069 | .elementor-form .elementor-button { |
| 1974 | - padding-block-start: 0; | |
| 1975 | - padding-block-end: 0; | |
| 2070 | + padding-top: 0; | |
| 2071 | + padding-bottom: 0; | |
| 1976 | 2072 | border: none; |
| 1977 | 2073 | } |
| 1978 | -.elementor-form .elementor-button > span, .elementor-form .elementor-button-content-wrapper { | |
| 2074 | +.elementor-form .elementor-button > span { | |
| 1979 | 2075 | display: flex; |
| 1980 | 2076 | justify-content: center; |
| 1981 | - flex-direction: row; | |
| 1982 | - gap: 5px; | |
| 1983 | 2077 | } |
| 1984 | 2078 | .elementor-form .elementor-button.elementor-size-xs { |
| 1985 | 2079 | min-height: 33px; |
| 1986 | 2080 | } |
| @@ -1996,18 +2090,12 @@ | ||
| 1996 | 2090 | .elementor-form .elementor-button.elementor-size-xl { |
| 1997 | 2091 | min-height: 72px; |
| 1998 | 2092 | } |
| 1999 | 2093 | |
| 2000 | -.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container, .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) { | |
| 2094 | +.elementor-element .elementor-widget-container { | |
| 2001 | 2095 | transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 400ms); |
| 2002 | 2096 | } |
| 2003 | 2097 | |
| 2004 | -.elementor-heading-title { | |
| 2005 | - padding: 0; | |
| 2006 | - margin: 0; | |
| 2007 | - line-height: 1; | |
| 2008 | -} | |
| 2009 | - | |
| 2010 | 2098 | .elementor-button { |
| 2011 | 2099 | display: inline-block; |
| 2012 | 2100 | line-height: 1; |
| 2013 | 2101 | background-color: #69727D; |
| @@ -2024,14 +2112,12 @@ | ||
| 2024 | 2112 | } |
| 2025 | 2113 | .elementor-button-content-wrapper { |
| 2026 | 2114 | display: flex; |
| 2027 | 2115 | justify-content: center; |
| 2028 | - flex-direction: row; | |
| 2029 | - gap: 5px; | |
| 2030 | 2116 | } |
| 2031 | 2117 | .elementor-button-icon { |
| 2032 | - display: flex; | |
| 2033 | - align-items: center; | |
| 2118 | + flex-grow: 0; | |
| 2119 | + order: 5; | |
| 2034 | 2120 | } |
| 2035 | 2121 | .elementor-button-icon svg { |
| 2036 | 2122 | width: 1em; |
| 2037 | 2123 | height: auto; |
| @@ -2039,8 +2125,10 @@ | ||
| 2039 | 2125 | .elementor-button-icon .e-font-icon-svg { |
| 2040 | 2126 | height: 1em; |
| 2041 | 2127 | } |
| 2042 | 2128 | .elementor-button-text { |
| 2129 | + flex-grow: 1; | |
| 2130 | + order: 10; | |
| 2043 | 2131 | display: inline-block; |
| 2044 | 2132 | } |
| 2045 | 2133 | .elementor-button.elementor-size-xs { |
| 2046 | 2134 | font-size: 13px; |
| @@ -2061,8 +2149,16 @@ | ||
| 2061 | 2149 | font-size: 20px; |
| 2062 | 2150 | padding: 25px 50px; |
| 2063 | 2151 | border-radius: 6px; |
| 2064 | 2152 | } |
| 2153 | +.elementor-button .elementor-align-icon-right { | |
| 2154 | + margin-left: 5px; | |
| 2155 | + order: 15; | |
| 2156 | +} | |
| 2157 | +.elementor-button .elementor-align-icon-left { | |
| 2158 | + margin-right: 5px; | |
| 2159 | + order: 5; | |
| 2160 | +} | |
| 2065 | 2161 | .elementor-button span { |
| 2066 | 2162 | text-decoration: inherit; |
| 2067 | 2163 | } |
| 2068 | 2164 | |
| @@ -2091,8 +2187,12 @@ | ||
| 2091 | 2187 | .elementor-widget-button .elementor-button .elementor-button-danger { |
| 2092 | 2188 | background-color: #d9534f; |
| 2093 | 2189 | } |
| 2094 | 2190 | |
| 2191 | +.elementor-tab-title a { | |
| 2192 | + color: inherit; | |
| 2193 | +} | |
| 2194 | + | |
| 2095 | 2195 | .elementor-view-stacked .elementor-icon { |
| 2096 | 2196 | padding: 0.5em; |
| 2097 | 2197 | background-color: #69727D; |
| 2098 | 2198 | color: #fff; |
| @@ -2131,19 +2231,13 @@ | ||
| 2131 | 2231 | .elementor-icon i.fad { |
| 2132 | 2232 | width: initial; |
| 2133 | 2233 | } |
| 2134 | 2234 | |
| 2135 | -.elementor-shape-square .elementor-icon { | |
| 2136 | - border-radius: 0; | |
| 2137 | -} | |
| 2138 | -.elementor-shape-rounded .elementor-icon { | |
| 2139 | - border-radius: 10%; | |
| 2140 | -} | |
| 2141 | 2235 | .elementor-shape-circle .elementor-icon { |
| 2142 | 2236 | border-radius: 50%; |
| 2143 | 2237 | } |
| 2144 | 2238 | |
| 2145 | -.e-transform .elementor-widget-container, .e-transform:not(:has(.elementor-widget-container)) { | |
| 2239 | +.e-transform .elementor-widget-container { | |
| 2146 | 2240 | transform: perspective(var(--e-transform-perspective, 0)) rotateZ(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0)); |
| 2147 | 2241 | transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x); |
| 2148 | 2242 | } |
| 2149 | 2243 | |
| @@ -2151,8 +2245,428 @@ | ||
| 2151 | 2245 | transform: perspective(var(--e-con-transform-perspective, 0)) rotateZ(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0)); |
| 2152 | 2246 | transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x); |
| 2153 | 2247 | } |
| 2154 | 2248 | |
| 2249 | +.elementor-element, .elementor-lightbox { | |
| 2250 | + --swiper-theme-color: #000; | |
| 2251 | + --swiper-navigation-size: 44px; | |
| 2252 | + --swiper-pagination-bullet-size: 6px; | |
| 2253 | + --swiper-pagination-bullet-horizontal-gap: 6px; | |
| 2254 | +} | |
| 2255 | +.elementor-element .swiper .swiper-slide figure, .elementor-lightbox .swiper .swiper-slide figure { | |
| 2256 | + line-height: 0; | |
| 2257 | +} | |
| 2258 | +.elementor-element .swiper .elementor-lightbox-content-source, .elementor-lightbox .swiper .elementor-lightbox-content-source { | |
| 2259 | + display: none; | |
| 2260 | +} | |
| 2261 | +.elementor-element .swiper .elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button { | |
| 2262 | + position: absolute; | |
| 2263 | + display: inline-flex; | |
| 2264 | + z-index: 1; | |
| 2265 | + cursor: pointer; | |
| 2266 | + font-size: 25px; | |
| 2267 | + color: rgba(238, 238, 238, 0.9); | |
| 2268 | + top: 50%; | |
| 2269 | + transform: translateY(-50%); | |
| 2270 | +} | |
| 2271 | +.elementor-element .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg { | |
| 2272 | + fill: rgba(238, 238, 238, 0.9); | |
| 2273 | + height: 1em; | |
| 2274 | + width: 1em; | |
| 2275 | +} | |
| 2276 | +.elementor-element .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev { | |
| 2277 | + left: 10px; | |
| 2278 | +} | |
| 2279 | +.elementor-element .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next { | |
| 2280 | + right: 10px; | |
| 2281 | +} | |
| 2282 | +.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled { | |
| 2283 | + opacity: 0.3; | |
| 2284 | +} | |
| 2285 | +.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image { | |
| 2286 | + width: 100%; | |
| 2287 | +} | |
| 2288 | +.elementor-element .swiper .swiper-pagination-fraction, | |
| 2289 | +.elementor-element .swiper .swiper-pagination-custom, | |
| 2290 | +.elementor-element .swiper .swiper-horizontal > .swiper-pagination-bullets, | |
| 2291 | +.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper .swiper-pagination-fraction, | |
| 2292 | +.elementor-lightbox .swiper .swiper-pagination-custom, | |
| 2293 | +.elementor-lightbox .swiper .swiper-horizontal > .swiper-pagination-bullets, | |
| 2294 | +.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal { | |
| 2295 | + bottom: 5px; | |
| 2296 | +} | |
| 2297 | +.elementor-element .swiper.swiper-cube .elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube .elementor-swiper-button { | |
| 2298 | + transform: translate3d(0, -50%, 1px); | |
| 2299 | +} | |
| 2300 | +.elementor-element.elementor-pagination-position-outside .swiper, .elementor-lightbox.elementor-pagination-position-outside .swiper { | |
| 2301 | + padding-bottom: 30px; | |
| 2302 | +} | |
| 2303 | +.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button { | |
| 2304 | + top: calc(50% - 30px / 2); | |
| 2305 | +} | |
| 2306 | +.elementor-element .elementor-swiper, .elementor-lightbox .elementor-swiper { | |
| 2307 | + position: relative; | |
| 2308 | +} | |
| 2309 | +.elementor-element .elementor-main-swiper, .elementor-lightbox .elementor-main-swiper { | |
| 2310 | + position: static; | |
| 2311 | +} | |
| 2312 | +.elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper { | |
| 2313 | + width: calc(100% - 60px); | |
| 2314 | +} | |
| 2315 | +.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev { | |
| 2316 | + left: 0; | |
| 2317 | +} | |
| 2318 | +.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next { | |
| 2319 | + right: 0; | |
| 2320 | +} | |
| 2321 | + | |
| 2322 | +.elementor-lightbox { | |
| 2323 | + --lightbox-ui-color: rgba(238, 238, 238, 0.9); | |
| 2324 | + --lightbox-ui-color-hover: #fff; | |
| 2325 | + --lightbox-text-color: var(--lightbox-ui-color); | |
| 2326 | + --lightbox-header-icons-size: 20px; | |
| 2327 | + --lightbox-navigation-icons-size: 25px; | |
| 2328 | +} | |
| 2329 | +.elementor-lightbox:not(.elementor-popup-modal) .dialog-header, | |
| 2330 | +.elementor-lightbox:not(.elementor-popup-modal) .dialog-message { | |
| 2331 | + text-align: center; | |
| 2332 | +} | |
| 2333 | +.elementor-lightbox .dialog-header { | |
| 2334 | + display: none; | |
| 2335 | +} | |
| 2336 | +.elementor-lightbox .dialog-widget-content { | |
| 2337 | + background: none; | |
| 2338 | + box-shadow: none; | |
| 2339 | + width: 100%; | |
| 2340 | + height: 100%; | |
| 2341 | +} | |
| 2342 | +.elementor-lightbox .dialog-message { | |
| 2343 | + animation-duration: 0.3s; | |
| 2344 | +} | |
| 2345 | +.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) { | |
| 2346 | + height: 100%; | |
| 2347 | +} | |
| 2348 | +.elementor-lightbox .dialog-message.dialog-lightbox-message { | |
| 2349 | + padding: 0; | |
| 2350 | +} | |
| 2351 | +.elementor-lightbox .dialog-lightbox-close-button { | |
| 2352 | + cursor: pointer; | |
| 2353 | + position: absolute; | |
| 2354 | + font-size: var(--lightbox-header-icons-size); | |
| 2355 | + right: 0.75em; | |
| 2356 | + margin-top: 13px; | |
| 2357 | + padding: 0.25em; | |
| 2358 | + z-index: 2; | |
| 2359 | + line-height: 1; | |
| 2360 | + display: flex; | |
| 2361 | +} | |
| 2362 | +.elementor-lightbox .dialog-lightbox-close-button svg { | |
| 2363 | + height: 1em; | |
| 2364 | + width: 1em; | |
| 2365 | +} | |
| 2366 | +.elementor-lightbox .dialog-lightbox-close-button, | |
| 2367 | +.elementor-lightbox .elementor-swiper-button { | |
| 2368 | + color: var(--lightbox-ui-color); | |
| 2369 | + transition: all 0.3s; | |
| 2370 | + opacity: 1; | |
| 2371 | +} | |
| 2372 | +.elementor-lightbox .dialog-lightbox-close-button svg, | |
| 2373 | +.elementor-lightbox .elementor-swiper-button svg { | |
| 2374 | + fill: var(--lightbox-ui-color); | |
| 2375 | +} | |
| 2376 | +.elementor-lightbox .dialog-lightbox-close-button:hover, | |
| 2377 | +.elementor-lightbox .elementor-swiper-button:hover { | |
| 2378 | + color: var(--lightbox-ui-color-hover); | |
| 2379 | +} | |
| 2380 | +.elementor-lightbox .dialog-lightbox-close-button:hover svg, | |
| 2381 | +.elementor-lightbox .elementor-swiper-button:hover svg { | |
| 2382 | + fill: var(--lightbox-ui-color-hover); | |
| 2383 | +} | |
| 2384 | +.elementor-lightbox .swiper, | |
| 2385 | +.elementor-lightbox .swiper-container { | |
| 2386 | + height: 100%; | |
| 2387 | +} | |
| 2388 | +.elementor-lightbox .elementor-lightbox-item { | |
| 2389 | + display: flex; | |
| 2390 | + align-items: center; | |
| 2391 | + justify-content: center; | |
| 2392 | + position: relative; | |
| 2393 | + padding: 70px; | |
| 2394 | + box-sizing: border-box; | |
| 2395 | + height: 100%; | |
| 2396 | + margin: auto; | |
| 2397 | +} | |
| 2398 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 2399 | + .elementor-lightbox .elementor-lightbox-item { | |
| 2400 | + padding: 70px 0; | |
| 2401 | + } | |
| 2402 | +} | |
| 2403 | +.elementor-lightbox .elementor-lightbox-image { | |
| 2404 | + max-height: 100%; | |
| 2405 | + user-select: none; | |
| 2406 | +} | |
| 2407 | +.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover { | |
| 2408 | + opacity: 1; | |
| 2409 | + filter: none; | |
| 2410 | + border: none; | |
| 2411 | +} | |
| 2412 | +.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container { | |
| 2413 | + box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3); | |
| 2414 | + border-radius: 2px; | |
| 2415 | +} | |
| 2416 | +.elementor-lightbox .elementor-video-container { | |
| 2417 | + position: absolute; | |
| 2418 | + top: 50%; | |
| 2419 | + left: 50%; | |
| 2420 | + transform: translate(-50%, -50%); | |
| 2421 | +} | |
| 2422 | +@media (min-width: ELEMENTOR_SCREEN_TABLET_NEXT) { | |
| 2423 | + .elementor-lightbox .elementor-video-container { | |
| 2424 | + width: 75%; | |
| 2425 | + } | |
| 2426 | +} | |
| 2427 | +@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) { | |
| 2428 | + .elementor-lightbox .elementor-video-container { | |
| 2429 | + width: 100%; | |
| 2430 | + } | |
| 2431 | +} | |
| 2432 | +@media (min-width: 768px) and (max-width: 1024px) { | |
| 2433 | + .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container { | |
| 2434 | + width: 70%; | |
| 2435 | + } | |
| 2436 | +} | |
| 2437 | +.elementor-lightbox .swiper .elementor-swiper-button-prev, | |
| 2438 | +.elementor-lightbox .swiper-container .elementor-swiper-button-prev { | |
| 2439 | + left: 0; | |
| 2440 | +} | |
| 2441 | +.elementor-lightbox .swiper .elementor-swiper-button-next, | |
| 2442 | +.elementor-lightbox .swiper-container .elementor-swiper-button-next { | |
| 2443 | + right: 0; | |
| 2444 | +} | |
| 2445 | +.elementor-lightbox .swiper .swiper-pagination-fraction, | |
| 2446 | +.elementor-lightbox .swiper-container .swiper-pagination-fraction { | |
| 2447 | + width: max-content; | |
| 2448 | + color: #ffffff; | |
| 2449 | +} | |
| 2450 | +.elementor-lightbox .elementor-swiper-button:focus { | |
| 2451 | + outline-width: 1px; | |
| 2452 | +} | |
| 2453 | +.elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next { | |
| 2454 | + height: 100%; | |
| 2455 | + display: flex; | |
| 2456 | + align-items: center; | |
| 2457 | + width: 15%; | |
| 2458 | + justify-content: center; | |
| 2459 | + font-size: var(--lightbox-navigation-icons-size); | |
| 2460 | +} | |
| 2461 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 2462 | + .elementor-lightbox .elementor-swiper-button:focus { | |
| 2463 | + outline: none; | |
| 2464 | + } | |
| 2465 | + .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next { | |
| 2466 | + width: 20%; | |
| 2467 | + } | |
| 2468 | + .elementor-lightbox .elementor-swiper-button-prev i, .elementor-lightbox .elementor-swiper-button-next i { | |
| 2469 | + padding: 10px; | |
| 2470 | + background-color: rgba(0, 0, 0, 0.5); | |
| 2471 | + } | |
| 2472 | + .elementor-lightbox .elementor-swiper-button-prev { | |
| 2473 | + left: 0; | |
| 2474 | + justify-content: flex-start; | |
| 2475 | + } | |
| 2476 | + .elementor-lightbox .elementor-swiper-button-next { | |
| 2477 | + right: 0; | |
| 2478 | + justify-content: flex-end; | |
| 2479 | + } | |
| 2480 | +} | |
| 2481 | + | |
| 2482 | +.elementor-slideshow__counter { | |
| 2483 | + color: currentColor; | |
| 2484 | + font-size: 0.75em; | |
| 2485 | + width: max-content; | |
| 2486 | +} | |
| 2487 | +.elementor-slideshow__header, .elementor-slideshow__footer { | |
| 2488 | + position: absolute; | |
| 2489 | + left: 0; | |
| 2490 | + width: 100%; | |
| 2491 | + padding: 15px 20px; | |
| 2492 | + transition: 0.3s; | |
| 2493 | +} | |
| 2494 | +.elementor-slideshow__footer { | |
| 2495 | + color: var(--lightbox-text-color); | |
| 2496 | +} | |
| 2497 | +.elementor-slideshow__header { | |
| 2498 | + color: var(--lightbox-ui-color); | |
| 2499 | + display: flex; | |
| 2500 | + flex-direction: row-reverse; | |
| 2501 | + font-size: var(--lightbox-header-icons-size); | |
| 2502 | + padding-left: 1em; | |
| 2503 | + padding-right: 2.6em; | |
| 2504 | + top: 0; | |
| 2505 | + align-items: center; | |
| 2506 | + z-index: 10; | |
| 2507 | +} | |
| 2508 | +.elementor-slideshow__header > i, | |
| 2509 | +.elementor-slideshow__header > svg { | |
| 2510 | + cursor: pointer; | |
| 2511 | + padding: 0.25em; | |
| 2512 | + margin: 0 0.35em; | |
| 2513 | +} | |
| 2514 | +.elementor-slideshow__header > i { | |
| 2515 | + font-size: inherit; | |
| 2516 | +} | |
| 2517 | +.elementor-slideshow__header > i:hover { | |
| 2518 | + color: var(--lightbox-ui-color-hover); | |
| 2519 | +} | |
| 2520 | +.elementor-slideshow__header > svg { | |
| 2521 | + box-sizing: content-box; | |
| 2522 | + fill: var(--lightbox-ui-color); | |
| 2523 | + height: 1em; | |
| 2524 | + width: 1em; | |
| 2525 | +} | |
| 2526 | +.elementor-slideshow__header > svg:hover { | |
| 2527 | + fill: var(--lightbox-ui-color-hover); | |
| 2528 | +} | |
| 2529 | +.elementor-slideshow__header .elementor-slideshow__counter { | |
| 2530 | + margin-right: auto; | |
| 2531 | +} | |
| 2532 | +.elementor-slideshow__header .elementor-icon-share { | |
| 2533 | + z-index: 5; | |
| 2534 | +} | |
| 2535 | +.elementor-slideshow__share-menu { | |
| 2536 | + background-color: rgba(0, 0, 0, 0); | |
| 2537 | + width: 0; | |
| 2538 | + height: 0; | |
| 2539 | + position: absolute; | |
| 2540 | + overflow: hidden; | |
| 2541 | + transition: background-color 400ms; | |
| 2542 | +} | |
| 2543 | +.elementor-slideshow__share-menu .elementor-slideshow__share-links a { | |
| 2544 | + color: #0C0D0E; | |
| 2545 | +} | |
| 2546 | +.elementor-slideshow__share-links { | |
| 2547 | + display: block; | |
| 2548 | + position: absolute; | |
| 2549 | + min-width: 200px; | |
| 2550 | + right: 2.8em; | |
| 2551 | + top: 3em; | |
| 2552 | + background-color: #fff; | |
| 2553 | + border-radius: 3px; | |
| 2554 | + padding: 14px 20px; | |
| 2555 | + transform: scale(0); | |
| 2556 | + opacity: 0; | |
| 2557 | + transform-origin: 90% 10%; | |
| 2558 | + transition: all 250ms 100ms; | |
| 2559 | + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); | |
| 2560 | +} | |
| 2561 | +.elementor-slideshow__share-links a { | |
| 2562 | + text-align: left; | |
| 2563 | + color: #3f444b; | |
| 2564 | + font-size: 12px; | |
| 2565 | + line-height: 2.5; | |
| 2566 | + display: block; | |
| 2567 | + opacity: 0; | |
| 2568 | + transition: opacity 500ms 100ms; | |
| 2569 | +} | |
| 2570 | +.elementor-slideshow__share-links a:hover { | |
| 2571 | + color: #000; | |
| 2572 | +} | |
| 2573 | +.elementor-slideshow__share-links a i, | |
| 2574 | +.elementor-slideshow__share-links a svg { | |
| 2575 | + margin-right: 0.75em; | |
| 2576 | +} | |
| 2577 | +.elementor-slideshow__share-links a i { | |
| 2578 | + font-size: 1.25em; | |
| 2579 | +} | |
| 2580 | +.elementor-slideshow__share-links a svg { | |
| 2581 | + height: 1.25em; | |
| 2582 | + width: 1.25em; | |
| 2583 | +} | |
| 2584 | +.elementor-slideshow__share-links:before { | |
| 2585 | + content: ""; | |
| 2586 | + display: block; | |
| 2587 | + position: absolute; | |
| 2588 | + top: 1px; | |
| 2589 | + right: 0.5em; | |
| 2590 | + border: 0.45em solid; | |
| 2591 | + border-color: transparent transparent #fff transparent; | |
| 2592 | + transform: translateY(-100%) scaleX(0.7); | |
| 2593 | +} | |
| 2594 | +.elementor-slideshow__footer { | |
| 2595 | + bottom: 0; | |
| 2596 | + z-index: 5; | |
| 2597 | + position: fixed; | |
| 2598 | +} | |
| 2599 | +.elementor-slideshow__title, .elementor-slideshow__description { | |
| 2600 | + margin: 0; | |
| 2601 | +} | |
| 2602 | +.elementor-slideshow__title { | |
| 2603 | + font-size: 16px; | |
| 2604 | + font-weight: bold; | |
| 2605 | +} | |
| 2606 | +.elementor-slideshow__description { | |
| 2607 | + font-size: 14px; | |
| 2608 | +} | |
| 2609 | +.elementor-slideshow--ui-hidden .elementor-slideshow__header, .elementor-slideshow--ui-hidden .elementor-slideshow__footer { | |
| 2610 | + opacity: 0; | |
| 2611 | + pointer-events: none; | |
| 2612 | +} | |
| 2613 | +.elementor-slideshow--ui-hidden .elementor-swiper-button-prev, .elementor-slideshow--ui-hidden .elementor-swiper-button-next { | |
| 2614 | + opacity: 0; | |
| 2615 | +} | |
| 2616 | +.elementor-slideshow--fullscreen-mode .elementor-video-container { | |
| 2617 | + width: 100%; | |
| 2618 | +} | |
| 2619 | +.elementor-slideshow--zoom-mode .elementor-slideshow__header, .elementor-slideshow--zoom-mode .elementor-slideshow__footer { | |
| 2620 | + background-color: rgba(0, 0, 0, 0.5); | |
| 2621 | +} | |
| 2622 | +.elementor-slideshow--zoom-mode .elementor-swiper-button-prev, .elementor-slideshow--zoom-mode .elementor-swiper-button-next { | |
| 2623 | + opacity: 0; | |
| 2624 | + pointer-events: none; | |
| 2625 | +} | |
| 2626 | +.elementor-slideshow--share-mode .elementor-slideshow__share-menu { | |
| 2627 | + top: 0; | |
| 2628 | + left: 0; | |
| 2629 | + width: 100vw; | |
| 2630 | + height: 100vh; | |
| 2631 | + opacity: 1; | |
| 2632 | + cursor: default; | |
| 2633 | + background-color: rgba(0, 0, 0, 0.5); | |
| 2634 | +} | |
| 2635 | +.elementor-slideshow--share-mode .elementor-slideshow__share-links { | |
| 2636 | + transform: scale(1); | |
| 2637 | +} | |
| 2638 | +.elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a { | |
| 2639 | + opacity: 1; | |
| 2640 | +} | |
| 2641 | +.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter { | |
| 2642 | + color: #1DA1F2; | |
| 2643 | +} | |
| 2644 | +.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook { | |
| 2645 | + color: #3b5998; | |
| 2646 | +} | |
| 2647 | +.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest { | |
| 2648 | + color: #bd081c; | |
| 2649 | +} | |
| 2650 | +.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold { | |
| 2651 | + color: #9DA5AE; | |
| 2652 | +} | |
| 2653 | +.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter { | |
| 2654 | + fill: #1DA1F2; | |
| 2655 | +} | |
| 2656 | +.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook { | |
| 2657 | + fill: #3b5998; | |
| 2658 | +} | |
| 2659 | +.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest { | |
| 2660 | + fill: #bd081c; | |
| 2661 | +} | |
| 2662 | +.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold { | |
| 2663 | + fill: #9DA5AE; | |
| 2664 | +} | |
| 2665 | +.elementor-slideshow--share-mode .eicon-share-arrow { | |
| 2666 | + z-index: 2; | |
| 2667 | +} | |
| 2668 | + | |
| 2155 | 2669 | .animated { |
| 2156 | 2670 | animation-duration: 1.25s; |
| 2157 | 2671 | } |
| 2158 | 2672 | .animated.animated-slow { |
| @@ -2170,20 +2684,198 @@ | ||
| 2170 | 2684 | } |
| 2171 | 2685 | |
| 2172 | 2686 | @media (prefers-reduced-motion: reduce) { |
| 2173 | 2687 | .animated { |
| 2174 | - animation: none !important; | |
| 2688 | + animation: none; | |
| 2175 | 2689 | } |
| 2176 | - html * { | |
| 2177 | - transition-duration: 0s !important; | |
| 2178 | - transition-delay: 0s !important; | |
| 2690 | +} | |
| 2691 | +.elementor-shape { | |
| 2692 | + overflow: hidden; | |
| 2693 | + position: absolute; | |
| 2694 | + left: 0; | |
| 2695 | + width: 100%; | |
| 2696 | + line-height: 0; | |
| 2697 | + direction: ltr; | |
| 2698 | + /* | |
| 2699 | + * @TODO: The `z-index: -1` rules below are temporary fixes for Chrome 85 issue. | |
| 2700 | + * It will be removed in a future version of Chrome. | |
| 2701 | + */ | |
| 2702 | +} | |
| 2703 | +.elementor-shape-top { | |
| 2704 | + top: -1px; | |
| 2705 | +} | |
| 2706 | +.elementor-shape-top:not([data-negative=false]) svg { | |
| 2707 | + z-index: -1; | |
| 2708 | +} | |
| 2709 | +.elementor-shape-bottom { | |
| 2710 | + bottom: -1px; | |
| 2711 | +} | |
| 2712 | +.elementor-shape-bottom:not([data-negative=true]) svg { | |
| 2713 | + z-index: -1; | |
| 2714 | +} | |
| 2715 | +.elementor-shape[data-negative=false].elementor-shape-bottom { | |
| 2716 | + transform: rotate(180deg); | |
| 2717 | +} | |
| 2718 | +.elementor-shape[data-negative=true].elementor-shape-top { | |
| 2719 | + transform: rotate(180deg); | |
| 2720 | +} | |
| 2721 | +.elementor-shape svg { | |
| 2722 | + display: block; | |
| 2723 | + width: calc(100% + 1.3px); | |
| 2724 | + position: relative; | |
| 2725 | + left: 50%; | |
| 2726 | + transform: translateX(-50%); | |
| 2727 | +} | |
| 2728 | +.elementor-shape .elementor-shape-fill { | |
| 2729 | + fill: #fff; | |
| 2730 | + transform-origin: center; | |
| 2731 | + transform: rotateY(0deg); | |
| 2732 | +} | |
| 2733 | + | |
| 2734 | +#wp-admin-bar-elementor_edit_page > .ab-item::before { | |
| 2735 | + content: "\e813"; | |
| 2736 | + font-family: eicons; | |
| 2737 | + top: 3px; | |
| 2738 | + font-size: 18px; | |
| 2739 | +} | |
| 2740 | +#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item { | |
| 2741 | + display: flex; | |
| 2742 | + width: 200px; | |
| 2743 | +} | |
| 2744 | +#wp-admin-bar-elementor_edit_page .elementor-edit-link-title { | |
| 2745 | + white-space: nowrap; | |
| 2746 | + text-overflow: ellipsis; | |
| 2747 | + overflow: hidden; | |
| 2748 | + width: 100%; | |
| 2749 | +} | |
| 2750 | +#wp-admin-bar-elementor_edit_page .elementor-edit-link-type { | |
| 2751 | + background: #3f444b; | |
| 2752 | + font-size: 11px; | |
| 2753 | + line-height: 9px; | |
| 2754 | + margin-top: 6px; | |
| 2755 | + padding: 4px 8px; | |
| 2756 | + border-radius: 3px; | |
| 2757 | +} | |
| 2758 | + | |
| 2759 | +#wp-admin-bar-elementor_inspector > .ab-item::before { | |
| 2760 | + content: "\f348"; | |
| 2761 | + top: 2px; | |
| 2762 | +} | |
| 2763 | + | |
| 2764 | +#wpadminbar * { | |
| 2765 | + font-style: normal; | |
| 2766 | +} | |
| 2767 | + | |
| 2768 | +.page-template-elementor_canvas.elementor-page:before { | |
| 2769 | + display: none; | |
| 2770 | +} | |
| 2771 | + | |
| 2772 | +.elementor-post__thumbnail__link { | |
| 2773 | + transition: none; | |
| 2774 | +} | |
| 2775 | + | |
| 2776 | +#left-area ul.elementor-icon-list-items, | |
| 2777 | +.elementor .elementor-element ul.elementor-icon-list-items, | |
| 2778 | +.elementor-edit-area .elementor-element ul.elementor-icon-list-items { | |
| 2779 | + padding: 0; | |
| 2780 | +} | |
| 2781 | + | |
| 2782 | +.e--ua-appleWebkit.rtl { | |
| 2783 | + --flex-right: flex-start; | |
| 2784 | +} | |
| 2785 | +.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right, | |
| 2786 | +.e--ua-appleWebkit .elementor-share-buttons--align-right { | |
| 2787 | + --justify-content: var(--flex-right, flex-end); | |
| 2788 | +} | |
| 2789 | +.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center, | |
| 2790 | +.e--ua-appleWebkit .elementor-share-buttons--align-center { | |
| 2791 | + --justify-content: center; | |
| 2792 | +} | |
| 2793 | +.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid { | |
| 2794 | + width: auto; | |
| 2795 | + display: flex; | |
| 2796 | + flex-wrap: wrap; | |
| 2797 | + justify-content: var(--justify-content, space-between); | |
| 2798 | + margin-left: calc(-0.5 * var(--grid-column-gap)); | |
| 2799 | + margin-right: calc(-0.5 * var(--grid-column-gap)); | |
| 2800 | +} | |
| 2801 | +.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item { | |
| 2802 | + margin-left: calc(0.5 * var(--grid-column-gap)); | |
| 2803 | + margin-right: calc(0.5 * var(--grid-column-gap)); | |
| 2804 | +} | |
| 2805 | +.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid { | |
| 2806 | + display: inline-block; | |
| 2807 | +} | |
| 2808 | +.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item { | |
| 2809 | + margin-left: 0; | |
| 2810 | + margin-right: 0; | |
| 2811 | +} | |
| 2812 | +@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) { | |
| 2813 | + .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right, | |
| 2814 | + .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right { | |
| 2815 | + --justify-content: var(--flex-right, flex-end); | |
| 2179 | 2816 | } |
| 2817 | + .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center, | |
| 2818 | + .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center { | |
| 2819 | + --justify-content: center; | |
| 2820 | + } | |
| 2821 | + .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid { | |
| 2822 | + width: auto; | |
| 2823 | + display: flex; | |
| 2824 | + flex-wrap: wrap; | |
| 2825 | + justify-content: var(--justify-content, space-between); | |
| 2826 | + margin-left: calc(-0.5 * var(--grid-column-gap)); | |
| 2827 | + margin-right: calc(-0.5 * var(--grid-column-gap)); | |
| 2828 | + } | |
| 2829 | + .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item { | |
| 2830 | + margin-left: calc(0.5 * var(--grid-column-gap)); | |
| 2831 | + margin-right: calc(0.5 * var(--grid-column-gap)); | |
| 2832 | + } | |
| 2833 | + .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid { | |
| 2834 | + display: inline-block; | |
| 2835 | + } | |
| 2836 | + .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item { | |
| 2837 | + margin-left: 0; | |
| 2838 | + margin-right: 0; | |
| 2839 | + } | |
| 2180 | 2840 | } |
| 2181 | 2841 | @media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { |
| 2182 | - .elementor .elementor-hidden-phone, | |
| 2842 | + .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right, | |
| 2843 | + .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right { | |
| 2844 | + --justify-content: var(--flex-right, flex-end); | |
| 2845 | + } | |
| 2846 | + .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center, | |
| 2847 | + .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center { | |
| 2848 | + --justify-content: center; | |
| 2849 | + } | |
| 2850 | + .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid { | |
| 2851 | + width: auto; | |
| 2852 | + display: flex; | |
| 2853 | + flex-wrap: wrap; | |
| 2854 | + justify-content: var(--justify-content, space-between); | |
| 2855 | + margin-left: calc(-0.5 * var(--grid-column-gap)); | |
| 2856 | + margin-right: calc(-0.5 * var(--grid-column-gap)); | |
| 2857 | + } | |
| 2858 | + .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item { | |
| 2859 | + margin-left: calc(0.5 * var(--grid-column-gap)); | |
| 2860 | + margin-right: calc(0.5 * var(--grid-column-gap)); | |
| 2861 | + } | |
| 2862 | + .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid { | |
| 2863 | + display: inline-block; | |
| 2864 | + } | |
| 2865 | + .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item { | |
| 2866 | + margin-left: 0; | |
| 2867 | + margin-right: 0; | |
| 2868 | + } | |
| 2869 | +} | |
| 2870 | + | |
| 2871 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 2183 | 2872 | .elementor .elementor-hidden-mobile { |
| 2184 | 2873 | display: none; |
| 2185 | 2874 | } |
| 2875 | + .elementor .elementor-hidden-phone { | |
| 2876 | + display: none; | |
| 2877 | + } | |
| 2186 | 2878 | } |
| 2187 | 2879 | @media (min-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MIN) and (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) { |
| 2188 | 2880 | .elementor .elementor-hidden-mobile_extra { |
| 2189 | 2881 | display: none; |
| @@ -2212,7 +2904,2069 @@ | ||
| 2212 | 2904 | @media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) { |
| 2213 | 2905 | .elementor .elementor-hidden-widescreen { |
| 2214 | 2906 | display: none; |
| 2215 | 2907 | } |
| 2908 | +} | |
| 2909 | + | |
| 2910 | +.elementor-widget-text-path { | |
| 2911 | + font-size: 20px; | |
| 2912 | + text-align: var(--alignment, left); | |
| 2913 | +} | |
| 2914 | +.elementor-widget-text-path svg { | |
| 2915 | + width: var(--width); | |
| 2916 | + max-width: 100%; | |
| 2917 | + height: auto; | |
| 2918 | + overflow: visible; | |
| 2919 | + word-spacing: var(--word-spacing); | |
| 2920 | + transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1)); | |
| 2921 | +} | |
| 2922 | +.elementor-widget-text-path svg path { | |
| 2923 | + vector-effect: non-scaling-stroke; /* Prevent stroke size scaling when resizing the SVG. */ | |
| 2924 | + fill: var(--path-fill, transparent); | |
| 2925 | + stroke: var(--stroke-color, transparent); | |
| 2926 | + stroke-width: var(--stroke-width, 1px); | |
| 2927 | + transition: var(--stroke-transition) stroke, var(--stroke-transition) fill; | |
| 2928 | +} | |
| 2929 | +.elementor-widget-text-path svg:hover path { | |
| 2930 | + --path-fill: var( --path-fill-hover ); | |
| 2931 | + --stroke-color: var( --stroke-color-hover ); | |
| 2932 | + --stroke-width: var( --stroke-width-hover ); | |
| 2933 | +} | |
| 2934 | +.elementor-widget-text-path svg text { | |
| 2935 | + --fill: var( --text-color ); | |
| 2936 | + fill: var(--fill); | |
| 2937 | + direction: var(--direction, ltr); | |
| 2938 | + transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill; | |
| 2939 | +} | |
| 2940 | +.elementor-widget-text-path svg text:hover { | |
| 2941 | + --color: var( --text-color-hover, var( --text-color ) ); | |
| 2942 | + --fill: var( --color ); | |
| 2943 | + color: var(--color); | |
| 2944 | +} | |
| 2945 | + | |
| 2946 | +.elementor-widget-n-tabs { | |
| 2947 | + --n-tabs-color-accent-fallback: #61CE70; | |
| 2948 | + --n-tabs-color-secondary-fallback: #54595F; | |
| 2949 | + --n-tabs-default-padding-block: 15px; | |
| 2950 | + --n-tabs-default-padding-inline: 35px; | |
| 2951 | + --n-tabs-background-color: transparent; | |
| 2952 | + --n-tabs-display: flex; | |
| 2953 | + --n-tabs-direction: column; | |
| 2954 | + --n-tabs-gap: 10px; | |
| 2955 | + --n-tabs-heading-display: flex; | |
| 2956 | + --n-tabs-heading-direction: row; | |
| 2957 | + --n-tabs-heading-grow: initial; | |
| 2958 | + --n-tabs-heading-justify-content: center; | |
| 2959 | + --n-tabs-heading-width: initial; | |
| 2960 | + --n-tabs-border-width: 1px; | |
| 2961 | + --n-tabs-border-color: #D5D8DC; | |
| 2962 | + --n-tabs-content-padding: initial; | |
| 2963 | + --n-tabs-content-border-radius: initial; | |
| 2964 | + --n-tabs-title-color: var( --e-global-color-secondary, var( --n-tabs-color-secondary-fallback ) ); | |
| 2965 | + --n-tabs-title-color-hover: #ffffff; | |
| 2966 | + --n-tabs-title-color-active: #ffffff; | |
| 2967 | + --n-tabs-title-background-color: #F1F2F3; | |
| 2968 | + --n-tabs-title-background-color-hover: var( --e-global-color-accent, var( --n-tabs-color-accent-fallback ) ); | |
| 2969 | + --n-tabs-title-background-color-active: var( --e-global-color-accent, var( --n-tabs-color-accent-fallback ) ); | |
| 2970 | + --n-tabs-title-width: initial; | |
| 2971 | + --n-tabs-title-height: initial; | |
| 2972 | + --n-tabs-title-font-size: 1rem; | |
| 2973 | + --n-tabs-title-justify-content-toggle: initial; | |
| 2974 | + --n-tabs-title-align-items-toggle: center; | |
| 2975 | + --n-tabs-title-justify-content: center; | |
| 2976 | + --n-tabs-title-align-items: center; | |
| 2977 | + --n-tabs-title-direction: row; | |
| 2978 | + --n-tabs-title-gap: 10px; | |
| 2979 | + --n-tabs-title-flex-grow: 0; | |
| 2980 | + --n-tabs-title-padding-top: var( --n-tabs-default-padding-block ); | |
| 2981 | + --n-tabs-title-padding-right: var( --n-tabs-default-padding-inline ); | |
| 2982 | + --n-tabs-title-padding-bottom: var( --n-tabs-default-padding-block ); | |
| 2983 | + --n-tabs-title-padding-left: var( --n-tabs-default-padding-inline ); | |
| 2984 | + --n-tabs-title-border-radius: initial; | |
| 2985 | + --n-tabs-title-transition: 0.3s; | |
| 2986 | + --n-tabs-icon-color: var( --e-global-color-secondary, var( --n-tabs-color-secondary-fallback ) ); | |
| 2987 | + --n-tabs-icon-color-hover: var( --n-tabs-title-color-hover ); | |
| 2988 | + --n-tabs-icon-color-active: #ffffff; | |
| 2989 | + --n-tabs-icon-gap: 5px; | |
| 2990 | + width: 100%; | |
| 2991 | + max-width: 100%; /* Fix issue with new created n-tabs inside n-tabs with overflow */ | |
| 2992 | +} | |
| 2993 | +.elementor-widget-n-tabs .e-n-tabs { | |
| 2994 | + display: var(--n-tabs-display); | |
| 2995 | + flex-direction: var(--n-tabs-direction); | |
| 2996 | + gap: var(--n-tabs-gap); | |
| 2997 | + text-align: left; | |
| 2998 | +} | |
| 2999 | +.elementor-widget-n-tabs .e-n-tabs-heading { | |
| 3000 | + display: var(--n-tabs-heading-display); | |
| 3001 | + flex-basis: var(--n-tabs-heading-width); | |
| 3002 | + flex-direction: var(--n-tabs-heading-direction); | |
| 3003 | + flex-shrink: 0; | |
| 3004 | + flex-wrap: wrap; | |
| 3005 | + justify-content: var(--n-tabs-heading-justify-content); | |
| 3006 | + gap: var(--n-tabs-title-gap); | |
| 3007 | +} | |
| 3008 | +.elementor-widget-n-tabs .e-n-tabs-content { | |
| 3009 | + flex-grow: 1; | |
| 3010 | + padding: var(--n-tabs-content-padding); | |
| 3011 | + border-radius: var(--n-tabs-content-border-radius); | |
| 3012 | + min-width: 0; | |
| 3013 | +} | |
| 3014 | +.elementor-widget-n-tabs .e-n-tab-title { | |
| 3015 | + display: flex; | |
| 3016 | + align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items)); | |
| 3017 | + flex-direction: var(--n-tabs-title-direction); | |
| 3018 | + justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content)); | |
| 3019 | + gap: var(--n-tabs-icon-gap); | |
| 3020 | + border-width: var(--n-tabs-border-width); | |
| 3021 | + position: relative; | |
| 3022 | + cursor: pointer; | |
| 3023 | + outline: none; | |
| 3024 | + flex-grow: var(--n-tabs-title-flex-grow); | |
| 3025 | + flex-basis: fit-content; | |
| 3026 | + padding-top: var(--n-tabs-title-padding-top); | |
| 3027 | + padding-right: var(--n-tabs-title-padding-right); | |
| 3028 | + padding-bottom: var(--n-tabs-title-padding-bottom); | |
| 3029 | + padding-left: var(--n-tabs-title-padding-left); | |
| 3030 | + border-radius: var(--n-tabs-title-border-radius); | |
| 3031 | + height: var(--n-tabs-title-height); | |
| 3032 | + width: var(--n-tabs-title-width); | |
| 3033 | + transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition); | |
| 3034 | +} | |
| 3035 | +.elementor-widget-n-tabs .e-n-tab-title span svg, .elementor-widget-n-tabs .e-n-tab-title span i { | |
| 3036 | + transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition); | |
| 3037 | +} | |
| 3038 | +.elementor-widget-n-tabs .e-n-tab-title-text { | |
| 3039 | + display: flex; | |
| 3040 | + align-items: center; | |
| 3041 | + font-size: var(--n-tabs-title-font-size); | |
| 3042 | +} | |
| 3043 | +.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon { | |
| 3044 | + display: flex; | |
| 3045 | + align-items: center; | |
| 3046 | + flex-direction: column; | |
| 3047 | + order: var(--n-tabs-icon-order); | |
| 3048 | + overflow: hidden; | |
| 3049 | +} | |
| 3050 | +.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i { | |
| 3051 | + font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size)); | |
| 3052 | +} | |
| 3053 | +.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg { | |
| 3054 | + width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size)); | |
| 3055 | + height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size)); | |
| 3056 | +} | |
| 3057 | +.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty { | |
| 3058 | + display: none; | |
| 3059 | +} | |
| 3060 | +.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) { | |
| 3061 | + background-color: var(--n-tabs-title-background-color); | |
| 3062 | +} | |
| 3063 | +.elementor-widget-n-tabs .e-n-tab-title:not(.e-active), .elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a { | |
| 3064 | + color: var(--n-tabs-title-color); | |
| 3065 | +} | |
| 3066 | +.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i { | |
| 3067 | + color: var(--n-tabs-icon-color); | |
| 3068 | +} | |
| 3069 | +.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg { | |
| 3070 | + fill: var(--n-tabs-icon-color); | |
| 3071 | +} | |
| 3072 | +.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child, | |
| 3073 | +.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child { | |
| 3074 | + transform: translate(0, -100vh); | |
| 3075 | + height: 0; | |
| 3076 | + opacity: 0; | |
| 3077 | +} | |
| 3078 | +.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover, .elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover a { | |
| 3079 | + color: var(--n-tabs-title-color-hover); | |
| 3080 | +} | |
| 3081 | +.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon i { | |
| 3082 | + color: var(--n-tabs-icon-color-hover); | |
| 3083 | +} | |
| 3084 | +.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon svg { | |
| 3085 | + fill: var(--n-tabs-icon-color-hover); | |
| 3086 | +} | |
| 3087 | +.elementor-widget-n-tabs .e-n-tab-title.e-active, .elementor-widget-n-tabs .e-n-tab-title.e-active a { | |
| 3088 | + color: var(--n-tabs-title-color-active); | |
| 3089 | +} | |
| 3090 | +.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i { | |
| 3091 | + color: var(--n-tabs-icon-color-active); | |
| 3092 | +} | |
| 3093 | +.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg { | |
| 3094 | + fill: var(--n-tabs-icon-color-active); | |
| 3095 | +} | |
| 3096 | +.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child, | |
| 3097 | +.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child { | |
| 3098 | + transform: translate(0, -100vh); | |
| 3099 | + height: 0; | |
| 3100 | + opacity: 0; | |
| 3101 | +} | |
| 3102 | +.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus, .elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active, .elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover { | |
| 3103 | + transform: initial; | |
| 3104 | + animation: initial; | |
| 3105 | +} | |
| 3106 | +.elementor-widget-n-tabs .e-n-tabs-content .e-collapse { | |
| 3107 | + -webkit-tap-highlight-color: transparent; | |
| 3108 | + -webkit-touch-callout: none; | |
| 3109 | + -webkit-user-select: none; | |
| 3110 | + -khtml-user-select: none; | |
| 3111 | + -moz-user-select: none; | |
| 3112 | + -ms-user-select: none; | |
| 3113 | + user-select: none; | |
| 3114 | +} | |
| 3115 | +.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) { | |
| 3116 | + margin-top: var(--n-tabs-title-gap); | |
| 3117 | +} | |
| 3118 | +.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active { | |
| 3119 | + margin-bottom: var(--n-tabs-gap); | |
| 3120 | +} | |
| 3121 | +.elementor-widget-n-tabs .e-n-tabs-content > .e-con:not(.e-active) { | |
| 3122 | + display: none; | |
| 3123 | +} | |
| 3124 | + | |
| 3125 | +.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-normal:hover { | |
| 3126 | + background-color: var(--n-tabs-title-background-color-hover); | |
| 3127 | + background-image: initial; | |
| 3128 | +} | |
| 3129 | + | |
| 3130 | +:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title, | |
| 3131 | +.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title).e-active { | |
| 3132 | + background-color: var(--n-tabs-title-background-color-active); | |
| 3133 | + background-image: initial; | |
| 3134 | +} | |
| 3135 | + | |
| 3136 | +@media (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) { | |
| 3137 | + .e-n-tabs-mobile > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse { | |
| 3138 | + display: none; | |
| 3139 | + } | |
| 3140 | +} | |
| 3141 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 3142 | + .e-n-tabs-mobile > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading { | |
| 3143 | + display: none; | |
| 3144 | + } | |
| 3145 | +} | |
| 3146 | +@media (min-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_NEXT) { | |
| 3147 | + .e-n-tabs-mobile_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse { | |
| 3148 | + display: none; | |
| 3149 | + } | |
| 3150 | +} | |
| 3151 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) { | |
| 3152 | + .e-n-tabs-mobile_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading { | |
| 3153 | + display: none; | |
| 3154 | + } | |
| 3155 | +} | |
| 3156 | +@media (min-width: ELEMENTOR_SCREEN_TABLET_NEXT) { | |
| 3157 | + .e-n-tabs-tablet > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse { | |
| 3158 | + display: none; | |
| 3159 | + } | |
| 3160 | +} | |
| 3161 | +@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) { | |
| 3162 | + .e-n-tabs-tablet > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading { | |
| 3163 | + display: none; | |
| 3164 | + } | |
| 3165 | +} | |
| 3166 | +@media (min-width: ELEMENTOR_SCREEN_TABLET_EXTRA_NEXT) { | |
| 3167 | + .e-n-tabs-tablet_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse { | |
| 3168 | + display: none; | |
| 3169 | + } | |
| 3170 | +} | |
| 3171 | +@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) { | |
| 3172 | + .e-n-tabs-tablet_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading { | |
| 3173 | + display: none; | |
| 3174 | + } | |
| 3175 | +} | |
| 3176 | +@media (min-width: ELEMENTOR_SCREEN_DESKTOP_MIN) { | |
| 3177 | + .e-n-tabs-laptop > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse { | |
| 3178 | + display: none; | |
| 3179 | + } | |
| 3180 | +} | |
| 3181 | +@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) { | |
| 3182 | + .e-n-tabs-laptop > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading { | |
| 3183 | + display: none; | |
| 3184 | + } | |
| 3185 | +} | |
| 3186 | +.elementor-accordion { | |
| 3187 | + text-align: left; | |
| 3188 | +} | |
| 3189 | +.elementor-accordion .elementor-accordion-item { | |
| 3190 | + border: 1px solid #D5D8DC; | |
| 3191 | +} | |
| 3192 | +.elementor-accordion .elementor-accordion-item + .elementor-accordion-item { | |
| 3193 | + border-top: none; | |
| 3194 | +} | |
| 3195 | +.elementor-accordion .elementor-tab-title { | |
| 3196 | + margin: 0; | |
| 3197 | + padding: 15px 20px; | |
| 3198 | + font-weight: bold; | |
| 3199 | + line-height: 1; | |
| 3200 | + cursor: pointer; | |
| 3201 | + outline: none; | |
| 3202 | +} | |
| 3203 | +.elementor-accordion .elementor-tab-title .elementor-accordion-icon { | |
| 3204 | + display: inline-block; | |
| 3205 | + width: 1.5em; | |
| 3206 | +} | |
| 3207 | +.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg { | |
| 3208 | + width: 1em; | |
| 3209 | + height: 1em; | |
| 3210 | +} | |
| 3211 | +.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right { | |
| 3212 | + float: right; | |
| 3213 | + text-align: right; | |
| 3214 | +} | |
| 3215 | +.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left { | |
| 3216 | + float: left; | |
| 3217 | + text-align: left; | |
| 3218 | +} | |
| 3219 | +.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed { | |
| 3220 | + display: block; | |
| 3221 | +} | |
| 3222 | +.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened { | |
| 3223 | + display: none; | |
| 3224 | +} | |
| 3225 | +.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed { | |
| 3226 | + display: none; | |
| 3227 | +} | |
| 3228 | +.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened { | |
| 3229 | + display: block; | |
| 3230 | +} | |
| 3231 | +.elementor-accordion .elementor-tab-content { | |
| 3232 | + display: none; | |
| 3233 | + padding: 15px 20px; | |
| 3234 | + border-top: 1px solid #D5D8DC; | |
| 3235 | +} | |
| 3236 | + | |
| 3237 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 3238 | + .elementor-accordion .elementor-tab-title { | |
| 3239 | + padding: 12px 15px; | |
| 3240 | + } | |
| 3241 | + .elementor-accordion .elementor-tab-title .elementor-accordion-icon { | |
| 3242 | + width: 1.2em; | |
| 3243 | + } | |
| 3244 | + .elementor-accordion .elementor-tab-content { | |
| 3245 | + padding: 7px 15px; | |
| 3246 | + } | |
| 3247 | +} | |
| 3248 | +.e-con > .elementor-widget-accordion, | |
| 3249 | +.e-con-inner > .elementor-widget-accordion { | |
| 3250 | + width: var(--container-widget-width); | |
| 3251 | + --flex-grow: var( --container-widget-flex-grow ); | |
| 3252 | +} | |
| 3253 | + | |
| 3254 | +.elementor-alert { | |
| 3255 | + padding: 15px; | |
| 3256 | + border-left: 5px solid transparent; | |
| 3257 | + position: relative; | |
| 3258 | + text-align: left; | |
| 3259 | +} | |
| 3260 | +.elementor-alert .elementor-alert-title { | |
| 3261 | + display: block; | |
| 3262 | + font-weight: bold; | |
| 3263 | +} | |
| 3264 | +.elementor-alert .elementor-alert-description { | |
| 3265 | + font-size: 13px; | |
| 3266 | +} | |
| 3267 | +.elementor-alert button.elementor-alert-dismiss { | |
| 3268 | + position: absolute; | |
| 3269 | + right: var(--dismiss-icon-horizontal-position, 10px); | |
| 3270 | + top: var(--dismiss-icon-vertical-position, 10px); | |
| 3271 | + padding: 3px; | |
| 3272 | + font-size: var(--dismiss-icon-size, 20px); | |
| 3273 | + line-height: 1; | |
| 3274 | + background: transparent; | |
| 3275 | + color: var(--dismiss-icon-normal-color, inherit); | |
| 3276 | + border: none; | |
| 3277 | + cursor: pointer; | |
| 3278 | + transition-duration: var(--dismiss-icon-hover-transition-duration, 0.3s); | |
| 3279 | +} | |
| 3280 | +.elementor-alert button.elementor-alert-dismiss:hover { | |
| 3281 | + color: var(--dismiss-icon-hover-color, inherit); | |
| 3282 | +} | |
| 3283 | +.elementor-alert button.elementor-alert-dismiss svg { | |
| 3284 | + width: var(--dismiss-icon-size, 20px); | |
| 3285 | + height: var(--dismiss-icon-size, 20px); | |
| 3286 | + fill: var(--dismiss-icon-normal-color, currentColor); | |
| 3287 | + transition-duration: var(--dismiss-icon-hover-transition-duration, 0.3s); | |
| 3288 | +} | |
| 3289 | +.elementor-alert button.elementor-alert-dismiss svg:hover { | |
| 3290 | + fill: var(--dismiss-icon-hover-color, currentColor); | |
| 3291 | +} | |
| 3292 | +.elementor-alert.elementor-alert-info { | |
| 3293 | + color: #31708f; | |
| 3294 | + background-color: #d9edf7; | |
| 3295 | + border-color: #bcdff1; | |
| 3296 | +} | |
| 3297 | +.elementor-alert.elementor-alert-success { | |
| 3298 | + color: #3c763d; | |
| 3299 | + background-color: #dff0d8; | |
| 3300 | + border-color: #cae6be; | |
| 3301 | +} | |
| 3302 | +.elementor-alert.elementor-alert-warning { | |
| 3303 | + color: #8a6d3b; | |
| 3304 | + background-color: #fcf8e3; | |
| 3305 | + border-color: #f9f0c3; | |
| 3306 | +} | |
| 3307 | +.elementor-alert.elementor-alert-danger { | |
| 3308 | + color: #a94442; | |
| 3309 | + background-color: #f2dede; | |
| 3310 | + border-color: #e8c4c4; | |
| 3311 | +} | |
| 3312 | + | |
| 3313 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 3314 | + .elementor-alert { | |
| 3315 | + padding: 10px; | |
| 3316 | + } | |
| 3317 | + .elementor-alert button.elementor-alert-dismiss { | |
| 3318 | + right: 7px; | |
| 3319 | + top: 7px; | |
| 3320 | + } | |
| 3321 | +} | |
| 3322 | +.elementor-counter .elementor-counter-number-wrapper { | |
| 3323 | + display: flex; | |
| 3324 | + font-size: 69px; | |
| 3325 | + font-weight: 600; | |
| 3326 | + line-height: 1; | |
| 3327 | +} | |
| 3328 | +.elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix { | |
| 3329 | + flex-grow: 1; | |
| 3330 | + white-space: pre-wrap; | |
| 3331 | +} | |
| 3332 | +.elementor-counter .elementor-counter-number-prefix { | |
| 3333 | + text-align: right; | |
| 3334 | +} | |
| 3335 | +.elementor-counter .elementor-counter-number-suffix { | |
| 3336 | + text-align: left; | |
| 3337 | +} | |
| 3338 | +.elementor-counter .elementor-counter-title { | |
| 3339 | + text-align: center; | |
| 3340 | + font-size: 19px; | |
| 3341 | + font-weight: 400; | |
| 3342 | + line-height: 2.5; | |
| 3343 | +} | |
| 3344 | + | |
| 3345 | +.elementor-widget-divider { | |
| 3346 | + --divider-border-style: none; | |
| 3347 | + --divider-border-width: 1px; | |
| 3348 | + --divider-color: #0C0D0E; | |
| 3349 | + --divider-icon-size: 20px; | |
| 3350 | + --divider-element-spacing: 10px; | |
| 3351 | + --divider-pattern-height: 24px; | |
| 3352 | + --divider-pattern-size: 20px; | |
| 3353 | + --divider-pattern-url: none; | |
| 3354 | + --divider-pattern-repeat: repeat-x; | |
| 3355 | +} | |
| 3356 | +.elementor-widget-divider .elementor-divider { | |
| 3357 | + display: flex; | |
| 3358 | +} | |
| 3359 | +.elementor-widget-divider .elementor-divider__text { | |
| 3360 | + font-size: 15px; | |
| 3361 | + line-height: 1; | |
| 3362 | + max-width: 95%; | |
| 3363 | +} | |
| 3364 | +.elementor-widget-divider .elementor-divider__element { | |
| 3365 | + margin: 0 var(--divider-element-spacing); | |
| 3366 | + flex-shrink: 0; | |
| 3367 | +} | |
| 3368 | +.elementor-widget-divider .elementor-icon { | |
| 3369 | + font-size: var(--divider-icon-size); | |
| 3370 | +} | |
| 3371 | +.elementor-widget-divider .elementor-divider-separator { | |
| 3372 | + display: flex; | |
| 3373 | + margin: 0; | |
| 3374 | + direction: ltr; | |
| 3375 | +} | |
| 3376 | +.elementor-widget-divider--view-line_text .elementor-divider-separator, .elementor-widget-divider--view-line_icon .elementor-divider-separator { | |
| 3377 | + align-items: center; | |
| 3378 | +} | |
| 3379 | +.elementor-widget-divider--view-line_text .elementor-divider-separator:before, .elementor-widget-divider--view-line_text .elementor-divider-separator:after, .elementor-widget-divider--view-line_icon .elementor-divider-separator:before, .elementor-widget-divider--view-line_icon .elementor-divider-separator:after { | |
| 3380 | + display: block; | |
| 3381 | + content: ""; | |
| 3382 | + border-bottom: 0; | |
| 3383 | + flex-grow: 1; | |
| 3384 | + border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); | |
| 3385 | +} | |
| 3386 | +.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator > .elementor-divider__svg:first-of-type { | |
| 3387 | + flex-grow: 0; | |
| 3388 | + flex-shrink: 100; | |
| 3389 | +} | |
| 3390 | +.elementor-widget-divider--element-align-left .elementor-divider-separator:before { | |
| 3391 | + content: none; | |
| 3392 | +} | |
| 3393 | +.elementor-widget-divider--element-align-left .elementor-divider__element { | |
| 3394 | + margin-left: 0; | |
| 3395 | +} | |
| 3396 | +.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator > .elementor-divider__svg:last-of-type { | |
| 3397 | + flex-grow: 0; | |
| 3398 | + flex-shrink: 100; | |
| 3399 | +} | |
| 3400 | +.elementor-widget-divider--element-align-right .elementor-divider-separator:after { | |
| 3401 | + content: none; | |
| 3402 | +} | |
| 3403 | +.elementor-widget-divider--element-align-right .elementor-divider__element { | |
| 3404 | + margin-right: 0; | |
| 3405 | +} | |
| 3406 | +.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator { | |
| 3407 | + border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); | |
| 3408 | +} | |
| 3409 | +.elementor-widget-divider--separator-type-pattern { | |
| 3410 | + --divider-border-style: none; | |
| 3411 | +} | |
| 3412 | +.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator, .elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after { | |
| 3413 | + width: 100%; | |
| 3414 | + min-height: var(--divider-pattern-height); | |
| 3415 | + -webkit-mask-size: var(--divider-pattern-size) 100%; | |
| 3416 | + mask-size: var(--divider-pattern-size) 100%; | |
| 3417 | + -webkit-mask-repeat: var(--divider-pattern-repeat); | |
| 3418 | + mask-repeat: var(--divider-pattern-repeat); | |
| 3419 | + background-color: var(--divider-color); | |
| 3420 | + -webkit-mask-image: var(--divider-pattern-url); | |
| 3421 | + mask-image: var(--divider-pattern-url); | |
| 3422 | +} | |
| 3423 | +.elementor-widget-divider--no-spacing { | |
| 3424 | + --divider-pattern-size: auto; | |
| 3425 | +} | |
| 3426 | +.elementor-widget-divider--bg-round { | |
| 3427 | + --divider-pattern-repeat: round; | |
| 3428 | +} | |
| 3429 | + | |
| 3430 | +.rtl .elementor-widget-divider .elementor-divider__text { | |
| 3431 | + direction: rtl; | |
| 3432 | +} | |
| 3433 | + | |
| 3434 | +.e-con > .elementor-widget-divider, | |
| 3435 | +.e-con-inner > .elementor-widget-divider { | |
| 3436 | + width: var(--container-widget-width, 100%); | |
| 3437 | + --flex-grow: var( --container-widget-flex-grow ); | |
| 3438 | +} | |
| 3439 | + | |
| 3440 | +.elementor-image-gallery .gallery-item { | |
| 3441 | + display: inline-block; | |
| 3442 | + text-align: center; | |
| 3443 | + vertical-align: top; | |
| 3444 | + width: 100%; | |
| 3445 | + max-width: 100%; | |
| 3446 | + margin: 0 auto; | |
| 3447 | +} | |
| 3448 | +.elementor-image-gallery .gallery-item img { | |
| 3449 | + margin: 0 auto; | |
| 3450 | +} | |
| 3451 | +.elementor-image-gallery .gallery-item .gallery-caption { | |
| 3452 | + margin: 0; | |
| 3453 | +} | |
| 3454 | +.elementor-image-gallery figure img { | |
| 3455 | + display: block; | |
| 3456 | +} | |
| 3457 | +.elementor-image-gallery figure figcaption { | |
| 3458 | + width: 100%; | |
| 3459 | +} | |
| 3460 | +.gallery-spacing-custom .elementor-image-gallery .gallery-icon { | |
| 3461 | + padding: 0; | |
| 3462 | +} | |
| 3463 | +@media (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) { | |
| 3464 | + .elementor-image-gallery .gallery-columns-2 .gallery-item { | |
| 3465 | + max-width: 50%; | |
| 3466 | + } | |
| 3467 | + .elementor-image-gallery .gallery-columns-3 .gallery-item { | |
| 3468 | + max-width: 33.33%; | |
| 3469 | + } | |
| 3470 | + .elementor-image-gallery .gallery-columns-4 .gallery-item { | |
| 3471 | + max-width: 25%; | |
| 3472 | + } | |
| 3473 | + .elementor-image-gallery .gallery-columns-5 .gallery-item { | |
| 3474 | + max-width: 20%; | |
| 3475 | + } | |
| 3476 | + .elementor-image-gallery .gallery-columns-6 .gallery-item { | |
| 3477 | + max-width: 16.666%; | |
| 3478 | + } | |
| 3479 | + .elementor-image-gallery .gallery-columns-7 .gallery-item { | |
| 3480 | + max-width: 14.28%; | |
| 3481 | + } | |
| 3482 | + .elementor-image-gallery .gallery-columns-8 .gallery-item { | |
| 3483 | + max-width: 12.5%; | |
| 3484 | + } | |
| 3485 | + .elementor-image-gallery .gallery-columns-9 .gallery-item { | |
| 3486 | + max-width: 11.11%; | |
| 3487 | + } | |
| 3488 | + .elementor-image-gallery .gallery-columns-10 .gallery-item { | |
| 3489 | + max-width: 10%; | |
| 3490 | + } | |
| 3491 | +} | |
| 3492 | +@media (min-width: 480px) and (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 3493 | + .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item { | |
| 3494 | + max-width: 50%; | |
| 3495 | + } | |
| 3496 | +} | |
| 3497 | +@media (max-width: 479px) { | |
| 3498 | + .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item { | |
| 3499 | + max-width: 100%; | |
| 3500 | + } | |
| 3501 | +} | |
| 3502 | + | |
| 3503 | +.elementor-widget-google_maps .elementor-widget-container { | |
| 3504 | + overflow: hidden; | |
| 3505 | +} | |
| 3506 | +.elementor-widget-google_maps .elementor-custom-embed { | |
| 3507 | + line-height: 0; | |
| 3508 | +} | |
| 3509 | +.elementor-widget-google_maps iframe { | |
| 3510 | + height: 300px; | |
| 3511 | +} | |
| 3512 | + | |
| 3513 | +.elementor-heading-title { | |
| 3514 | + padding: 0; | |
| 3515 | + margin: 0; | |
| 3516 | + line-height: 1; | |
| 3517 | +} | |
| 3518 | + | |
| 3519 | +.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a { | |
| 3520 | + color: inherit; | |
| 3521 | + font-size: inherit; | |
| 3522 | + line-height: inherit; | |
| 3523 | +} | |
| 3524 | +.elementor-widget-heading .elementor-heading-title.elementor-size-small { | |
| 3525 | + font-size: 15px; | |
| 3526 | +} | |
| 3527 | +.elementor-widget-heading .elementor-heading-title.elementor-size-medium { | |
| 3528 | + font-size: 19px; | |
| 3529 | +} | |
| 3530 | +.elementor-widget-heading .elementor-heading-title.elementor-size-large { | |
| 3531 | + font-size: 29px; | |
| 3532 | +} | |
| 3533 | +.elementor-widget-heading .elementor-heading-title.elementor-size-xl { | |
| 3534 | + font-size: 39px; | |
| 3535 | +} | |
| 3536 | +.elementor-widget-heading .elementor-heading-title.elementor-size-xxl { | |
| 3537 | + font-size: 59px; | |
| 3538 | +} | |
| 3539 | + | |
| 3540 | +.elementor-widget-icon-box .elementor-icon-box-wrapper { | |
| 3541 | + display: block; | |
| 3542 | + text-align: center; | |
| 3543 | +} | |
| 3544 | +.elementor-widget-icon-box .elementor-icon-box-icon { | |
| 3545 | + margin-bottom: var(--icon-box-icon-margin, 15px); | |
| 3546 | + margin-right: auto; | |
| 3547 | + margin-left: auto; | |
| 3548 | +} | |
| 3549 | +@media (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) { | |
| 3550 | + .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper { | |
| 3551 | + align-items: flex-start; | |
| 3552 | + } | |
| 3553 | + .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper { | |
| 3554 | + align-items: center; | |
| 3555 | + } | |
| 3556 | + .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper { | |
| 3557 | + align-items: flex-end; | |
| 3558 | + } | |
| 3559 | +} | |
| 3560 | +.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper { | |
| 3561 | + display: flex; | |
| 3562 | +} | |
| 3563 | +.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon { | |
| 3564 | + display: inline-flex; | |
| 3565 | + flex: 0 0 auto; | |
| 3566 | +} | |
| 3567 | +.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper { | |
| 3568 | + text-align: right; | |
| 3569 | + flex-direction: row-reverse; | |
| 3570 | +} | |
| 3571 | +.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon { | |
| 3572 | + margin-left: var(--icon-box-icon-margin, 15px); | |
| 3573 | + margin-right: 0; | |
| 3574 | + margin-bottom: unset; | |
| 3575 | +} | |
| 3576 | +.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper { | |
| 3577 | + text-align: left; | |
| 3578 | + flex-direction: row; | |
| 3579 | +} | |
| 3580 | +.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon { | |
| 3581 | + margin-right: var(--icon-box-icon-margin, 15px); | |
| 3582 | + margin-left: 0; | |
| 3583 | + margin-bottom: unset; | |
| 3584 | +} | |
| 3585 | +.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper { | |
| 3586 | + display: block; | |
| 3587 | + text-align: center; | |
| 3588 | + flex-direction: unset; | |
| 3589 | +} | |
| 3590 | +.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon { | |
| 3591 | + margin-bottom: var(--icon-box-icon-margin, 15px); | |
| 3592 | + margin-right: auto; | |
| 3593 | + margin-left: auto; | |
| 3594 | +} | |
| 3595 | +@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) { | |
| 3596 | + .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper { | |
| 3597 | + display: flex; | |
| 3598 | + } | |
| 3599 | + .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon { | |
| 3600 | + display: inline-flex; | |
| 3601 | + flex: 0 0 auto; | |
| 3602 | + } | |
| 3603 | + .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper { | |
| 3604 | + text-align: right; | |
| 3605 | + flex-direction: row-reverse; | |
| 3606 | + } | |
| 3607 | + .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon { | |
| 3608 | + margin-left: var(--icon-box-icon-margin, 15px); | |
| 3609 | + margin-right: 0; | |
| 3610 | + margin-bottom: unset; | |
| 3611 | + } | |
| 3612 | + .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper { | |
| 3613 | + text-align: left; | |
| 3614 | + flex-direction: row; | |
| 3615 | + } | |
| 3616 | + .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon { | |
| 3617 | + margin-right: var(--icon-box-icon-margin, 15px); | |
| 3618 | + margin-left: 0; | |
| 3619 | + margin-bottom: unset; | |
| 3620 | + } | |
| 3621 | + .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper { | |
| 3622 | + display: block; | |
| 3623 | + text-align: center; | |
| 3624 | + flex-direction: unset; | |
| 3625 | + } | |
| 3626 | + .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon { | |
| 3627 | + margin-bottom: var(--icon-box-icon-margin, 15px); | |
| 3628 | + margin-right: auto; | |
| 3629 | + margin-left: auto; | |
| 3630 | + } | |
| 3631 | +} | |
| 3632 | +@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) { | |
| 3633 | + .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper { | |
| 3634 | + display: flex; | |
| 3635 | + } | |
| 3636 | + .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon { | |
| 3637 | + display: inline-flex; | |
| 3638 | + flex: 0 0 auto; | |
| 3639 | + } | |
| 3640 | + .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper { | |
| 3641 | + text-align: right; | |
| 3642 | + flex-direction: row-reverse; | |
| 3643 | + } | |
| 3644 | + .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon { | |
| 3645 | + margin-left: var(--icon-box-icon-margin, 15px); | |
| 3646 | + margin-right: 0; | |
| 3647 | + margin-bottom: unset; | |
| 3648 | + } | |
| 3649 | + .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper { | |
| 3650 | + text-align: left; | |
| 3651 | + flex-direction: row; | |
| 3652 | + } | |
| 3653 | + .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon { | |
| 3654 | + margin-right: var(--icon-box-icon-margin, 15px); | |
| 3655 | + margin-left: 0; | |
| 3656 | + margin-bottom: unset; | |
| 3657 | + } | |
| 3658 | + .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper { | |
| 3659 | + display: block; | |
| 3660 | + text-align: center; | |
| 3661 | + flex-direction: unset; | |
| 3662 | + } | |
| 3663 | + .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon { | |
| 3664 | + margin-bottom: var(--icon-box-icon-margin, 15px); | |
| 3665 | + margin-right: auto; | |
| 3666 | + margin-left: auto; | |
| 3667 | + } | |
| 3668 | +} | |
| 3669 | +@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) { | |
| 3670 | + .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper { | |
| 3671 | + display: flex; | |
| 3672 | + } | |
| 3673 | + .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon { | |
| 3674 | + display: inline-flex; | |
| 3675 | + flex: 0 0 auto; | |
| 3676 | + } | |
| 3677 | + .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper { | |
| 3678 | + text-align: right; | |
| 3679 | + flex-direction: row-reverse; | |
| 3680 | + } | |
| 3681 | + .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon { | |
| 3682 | + margin-left: var(--icon-box-icon-margin, 15px); | |
| 3683 | + margin-right: 0; | |
| 3684 | + margin-bottom: unset; | |
| 3685 | + } | |
| 3686 | + .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper { | |
| 3687 | + text-align: left; | |
| 3688 | + flex-direction: row; | |
| 3689 | + } | |
| 3690 | + .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon { | |
| 3691 | + margin-right: var(--icon-box-icon-margin, 15px); | |
| 3692 | + margin-left: 0; | |
| 3693 | + margin-bottom: unset; | |
| 3694 | + } | |
| 3695 | + .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper { | |
| 3696 | + display: block; | |
| 3697 | + text-align: center; | |
| 3698 | + flex-direction: unset; | |
| 3699 | + } | |
| 3700 | + .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon { | |
| 3701 | + margin-bottom: var(--icon-box-icon-margin, 15px); | |
| 3702 | + margin-right: auto; | |
| 3703 | + margin-left: auto; | |
| 3704 | + } | |
| 3705 | +} | |
| 3706 | +@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) { | |
| 3707 | + .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper { | |
| 3708 | + display: flex; | |
| 3709 | + } | |
| 3710 | + .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon { | |
| 3711 | + display: inline-flex; | |
| 3712 | + flex: 0 0 auto; | |
| 3713 | + } | |
| 3714 | + .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper { | |
| 3715 | + text-align: right; | |
| 3716 | + flex-direction: row-reverse; | |
| 3717 | + } | |
| 3718 | + .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon { | |
| 3719 | + margin-left: var(--icon-box-icon-margin, 15px); | |
| 3720 | + margin-right: 0; | |
| 3721 | + margin-bottom: unset; | |
| 3722 | + } | |
| 3723 | + .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper { | |
| 3724 | + text-align: left; | |
| 3725 | + flex-direction: row; | |
| 3726 | + } | |
| 3727 | + .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon { | |
| 3728 | + margin-right: var(--icon-box-icon-margin, 15px); | |
| 3729 | + margin-left: 0; | |
| 3730 | + margin-bottom: unset; | |
| 3731 | + } | |
| 3732 | + .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper { | |
| 3733 | + display: block; | |
| 3734 | + text-align: center; | |
| 3735 | + flex-direction: unset; | |
| 3736 | + } | |
| 3737 | + .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon { | |
| 3738 | + margin-bottom: var(--icon-box-icon-margin, 15px); | |
| 3739 | + margin-right: auto; | |
| 3740 | + margin-left: auto; | |
| 3741 | + } | |
| 3742 | +} | |
| 3743 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) { | |
| 3744 | + .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper { | |
| 3745 | + display: flex; | |
| 3746 | + } | |
| 3747 | + .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon { | |
| 3748 | + display: inline-flex; | |
| 3749 | + flex: 0 0 auto; | |
| 3750 | + } | |
| 3751 | + .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper { | |
| 3752 | + text-align: right; | |
| 3753 | + flex-direction: row-reverse; | |
| 3754 | + } | |
| 3755 | + .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon { | |
| 3756 | + margin-left: var(--icon-box-icon-margin, 15px); | |
| 3757 | + margin-right: 0; | |
| 3758 | + margin-bottom: unset; | |
| 3759 | + } | |
| 3760 | + .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper { | |
| 3761 | + text-align: left; | |
| 3762 | + flex-direction: row; | |
| 3763 | + } | |
| 3764 | + .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon { | |
| 3765 | + margin-right: var(--icon-box-icon-margin, 15px); | |
| 3766 | + margin-left: 0; | |
| 3767 | + margin-bottom: unset; | |
| 3768 | + } | |
| 3769 | + .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper { | |
| 3770 | + display: block; | |
| 3771 | + text-align: center; | |
| 3772 | + flex-direction: unset; | |
| 3773 | + } | |
| 3774 | + .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon { | |
| 3775 | + margin-bottom: var(--icon-box-icon-margin, 15px); | |
| 3776 | + margin-right: auto; | |
| 3777 | + margin-left: auto; | |
| 3778 | + } | |
| 3779 | +} | |
| 3780 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 3781 | + .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper { | |
| 3782 | + display: flex; | |
| 3783 | + } | |
| 3784 | + .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon { | |
| 3785 | + display: inline-flex; | |
| 3786 | + flex: 0 0 auto; | |
| 3787 | + } | |
| 3788 | + .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper { | |
| 3789 | + text-align: right; | |
| 3790 | + flex-direction: row-reverse; | |
| 3791 | + } | |
| 3792 | + .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon { | |
| 3793 | + margin-left: var(--icon-box-icon-margin, 15px); | |
| 3794 | + margin-right: 0; | |
| 3795 | + margin-bottom: unset; | |
| 3796 | + } | |
| 3797 | + .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper { | |
| 3798 | + text-align: left; | |
| 3799 | + flex-direction: row; | |
| 3800 | + } | |
| 3801 | + .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon { | |
| 3802 | + margin-right: var(--icon-box-icon-margin, 15px); | |
| 3803 | + margin-left: 0; | |
| 3804 | + margin-bottom: unset; | |
| 3805 | + } | |
| 3806 | + .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper { | |
| 3807 | + display: block; | |
| 3808 | + text-align: center; | |
| 3809 | + flex-direction: unset; | |
| 3810 | + } | |
| 3811 | + .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon { | |
| 3812 | + margin-bottom: var(--icon-box-icon-margin, 15px); | |
| 3813 | + margin-right: auto; | |
| 3814 | + margin-left: auto; | |
| 3815 | + } | |
| 3816 | + .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon { | |
| 3817 | + display: block; | |
| 3818 | + flex: unset; | |
| 3819 | + } | |
| 3820 | +} | |
| 3821 | +.elementor-widget-icon-box .elementor-icon-box-title a { | |
| 3822 | + color: inherit; | |
| 3823 | +} | |
| 3824 | +.elementor-widget-icon-box .elementor-icon-box-content { | |
| 3825 | + flex-grow: 1; | |
| 3826 | +} | |
| 3827 | +.elementor-widget-icon-box .elementor-icon-box-description { | |
| 3828 | + margin: 0; | |
| 3829 | +} | |
| 3830 | + | |
| 3831 | +.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container { | |
| 3832 | + overflow: hidden; | |
| 3833 | +} | |
| 3834 | +.elementor-widget .elementor-icon-list-items.elementor-inline-items { | |
| 3835 | + margin-right: -8px; | |
| 3836 | + margin-left: -8px; | |
| 3837 | +} | |
| 3838 | +.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item { | |
| 3839 | + margin-right: 8px; | |
| 3840 | + margin-left: 8px; | |
| 3841 | +} | |
| 3842 | +.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after { | |
| 3843 | + width: auto; | |
| 3844 | + left: auto; | |
| 3845 | + right: auto; | |
| 3846 | + position: relative; | |
| 3847 | + height: 100%; | |
| 3848 | + border-top: 0; | |
| 3849 | + border-bottom: 0; | |
| 3850 | + border-right: 0; | |
| 3851 | + border-left-width: 1px; | |
| 3852 | + border-style: solid; | |
| 3853 | + right: -8px; | |
| 3854 | +} | |
| 3855 | +.elementor-widget .elementor-icon-list-items { | |
| 3856 | + list-style-type: none; | |
| 3857 | + margin: 0; | |
| 3858 | + padding: 0; | |
| 3859 | +} | |
| 3860 | +.elementor-widget .elementor-icon-list-item { | |
| 3861 | + margin: 0; | |
| 3862 | + padding: 0; | |
| 3863 | + position: relative; | |
| 3864 | +} | |
| 3865 | +.elementor-widget .elementor-icon-list-item:after { | |
| 3866 | + position: absolute; | |
| 3867 | + bottom: 0; | |
| 3868 | + width: 100%; | |
| 3869 | +} | |
| 3870 | +.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a { | |
| 3871 | + display: flex; | |
| 3872 | + font-size: inherit; | |
| 3873 | + align-items: var(--icon-vertical-align, center); | |
| 3874 | +} | |
| 3875 | +.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text { | |
| 3876 | + align-self: center; | |
| 3877 | + padding-left: 5px; | |
| 3878 | +} | |
| 3879 | +.elementor-widget .elementor-icon-list-icon { | |
| 3880 | + display: flex; | |
| 3881 | + position: relative; | |
| 3882 | + top: var(--icon-vertical-offset, initial); | |
| 3883 | +} | |
| 3884 | +.elementor-widget .elementor-icon-list-icon svg { | |
| 3885 | + width: var(--e-icon-list-icon-size, 1em); | |
| 3886 | + height: var(--e-icon-list-icon-size, 1em); | |
| 3887 | +} | |
| 3888 | +.elementor-widget .elementor-icon-list-icon i { | |
| 3889 | + width: 1.25em; | |
| 3890 | + font-size: var(--e-icon-list-icon-size); | |
| 3891 | +} | |
| 3892 | +.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon { | |
| 3893 | + text-align: var(--e-icon-list-icon-align); | |
| 3894 | +} | |
| 3895 | +.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg { | |
| 3896 | + margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0); | |
| 3897 | +} | |
| 3898 | +.elementor-widget.elementor-list-item-link-full_width a { | |
| 3899 | + width: 100%; | |
| 3900 | +} | |
| 3901 | +.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a { | |
| 3902 | + justify-content: center; | |
| 3903 | +} | |
| 3904 | +.elementor-widget.elementor-align-center .elementor-icon-list-item:after { | |
| 3905 | + margin: auto; | |
| 3906 | +} | |
| 3907 | +.elementor-widget.elementor-align-center .elementor-inline-items { | |
| 3908 | + justify-content: center; | |
| 3909 | +} | |
| 3910 | +.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a { | |
| 3911 | + justify-content: flex-start; | |
| 3912 | + text-align: left; | |
| 3913 | +} | |
| 3914 | +.elementor-widget.elementor-align-left .elementor-inline-items { | |
| 3915 | + justify-content: flex-start; | |
| 3916 | +} | |
| 3917 | +.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a { | |
| 3918 | + justify-content: flex-end; | |
| 3919 | + text-align: right; | |
| 3920 | +} | |
| 3921 | +.elementor-widget.elementor-align-right .elementor-icon-list-items { | |
| 3922 | + justify-content: flex-end; | |
| 3923 | +} | |
| 3924 | +.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after { | |
| 3925 | + left: 0; | |
| 3926 | +} | |
| 3927 | +.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after { | |
| 3928 | + right: 0; | |
| 3929 | +} | |
| 3930 | +@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) { | |
| 3931 | + .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a { | |
| 3932 | + justify-content: center; | |
| 3933 | + } | |
| 3934 | + .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after { | |
| 3935 | + margin: auto; | |
| 3936 | + } | |
| 3937 | + .elementor-widget.elementor-widescreen-align-center .elementor-inline-items { | |
| 3938 | + justify-content: center; | |
| 3939 | + } | |
| 3940 | + .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a { | |
| 3941 | + justify-content: flex-start; | |
| 3942 | + text-align: left; | |
| 3943 | + } | |
| 3944 | + .elementor-widget.elementor-widescreen-align-left .elementor-inline-items { | |
| 3945 | + justify-content: flex-start; | |
| 3946 | + } | |
| 3947 | + .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a { | |
| 3948 | + justify-content: flex-end; | |
| 3949 | + text-align: right; | |
| 3950 | + } | |
| 3951 | + .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items { | |
| 3952 | + justify-content: flex-end; | |
| 3953 | + } | |
| 3954 | + .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after { | |
| 3955 | + left: 0; | |
| 3956 | + } | |
| 3957 | + .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after { | |
| 3958 | + right: 0; | |
| 3959 | + } | |
| 3960 | +} | |
| 3961 | +@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) { | |
| 3962 | + .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a { | |
| 3963 | + justify-content: center; | |
| 3964 | + } | |
| 3965 | + .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after { | |
| 3966 | + margin: auto; | |
| 3967 | + } | |
| 3968 | + .elementor-widget.elementor-laptop-align-center .elementor-inline-items { | |
| 3969 | + justify-content: center; | |
| 3970 | + } | |
| 3971 | + .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a { | |
| 3972 | + justify-content: flex-start; | |
| 3973 | + text-align: left; | |
| 3974 | + } | |
| 3975 | + .elementor-widget.elementor-laptop-align-left .elementor-inline-items { | |
| 3976 | + justify-content: flex-start; | |
| 3977 | + } | |
| 3978 | + .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a { | |
| 3979 | + justify-content: flex-end; | |
| 3980 | + text-align: right; | |
| 3981 | + } | |
| 3982 | + .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items { | |
| 3983 | + justify-content: flex-end; | |
| 3984 | + } | |
| 3985 | + .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after { | |
| 3986 | + left: 0; | |
| 3987 | + } | |
| 3988 | + .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after { | |
| 3989 | + right: 0; | |
| 3990 | + } | |
| 3991 | +} | |
| 3992 | +@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) { | |
| 3993 | + .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a { | |
| 3994 | + justify-content: center; | |
| 3995 | + } | |
| 3996 | + .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after { | |
| 3997 | + margin: auto; | |
| 3998 | + } | |
| 3999 | + .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items { | |
| 4000 | + justify-content: center; | |
| 4001 | + } | |
| 4002 | + .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a { | |
| 4003 | + justify-content: flex-start; | |
| 4004 | + text-align: left; | |
| 4005 | + } | |
| 4006 | + .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items { | |
| 4007 | + justify-content: flex-start; | |
| 4008 | + } | |
| 4009 | + .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a { | |
| 4010 | + justify-content: flex-end; | |
| 4011 | + text-align: right; | |
| 4012 | + } | |
| 4013 | + .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items { | |
| 4014 | + justify-content: flex-end; | |
| 4015 | + } | |
| 4016 | + .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after { | |
| 4017 | + left: 0; | |
| 4018 | + } | |
| 4019 | + .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after { | |
| 4020 | + right: 0; | |
| 4021 | + } | |
| 4022 | +} | |
| 4023 | +@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) { | |
| 4024 | + .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a { | |
| 4025 | + justify-content: center; | |
| 4026 | + } | |
| 4027 | + .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after { | |
| 4028 | + margin: auto; | |
| 4029 | + } | |
| 4030 | + .elementor-widget.elementor-tablet-align-center .elementor-inline-items { | |
| 4031 | + justify-content: center; | |
| 4032 | + } | |
| 4033 | + .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a { | |
| 4034 | + justify-content: flex-start; | |
| 4035 | + text-align: left; | |
| 4036 | + } | |
| 4037 | + .elementor-widget.elementor-tablet-align-left .elementor-inline-items { | |
| 4038 | + justify-content: flex-start; | |
| 4039 | + } | |
| 4040 | + .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a { | |
| 4041 | + justify-content: flex-end; | |
| 4042 | + text-align: right; | |
| 4043 | + } | |
| 4044 | + .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items { | |
| 4045 | + justify-content: flex-end; | |
| 4046 | + } | |
| 4047 | + .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after { | |
| 4048 | + left: 0; | |
| 4049 | + } | |
| 4050 | + .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after { | |
| 4051 | + right: 0; | |
| 4052 | + } | |
| 4053 | +} | |
| 4054 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) { | |
| 4055 | + .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a { | |
| 4056 | + justify-content: center; | |
| 4057 | + } | |
| 4058 | + .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after { | |
| 4059 | + margin: auto; | |
| 4060 | + } | |
| 4061 | + .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items { | |
| 4062 | + justify-content: center; | |
| 4063 | + } | |
| 4064 | + .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a { | |
| 4065 | + justify-content: flex-start; | |
| 4066 | + text-align: left; | |
| 4067 | + } | |
| 4068 | + .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items { | |
| 4069 | + justify-content: flex-start; | |
| 4070 | + } | |
| 4071 | + .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a { | |
| 4072 | + justify-content: flex-end; | |
| 4073 | + text-align: right; | |
| 4074 | + } | |
| 4075 | + .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items { | |
| 4076 | + justify-content: flex-end; | |
| 4077 | + } | |
| 4078 | + .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after { | |
| 4079 | + left: 0; | |
| 4080 | + } | |
| 4081 | + .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after { | |
| 4082 | + right: 0; | |
| 4083 | + } | |
| 4084 | +} | |
| 4085 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 4086 | + .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a { | |
| 4087 | + justify-content: center; | |
| 4088 | + } | |
| 4089 | + .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after { | |
| 4090 | + margin: auto; | |
| 4091 | + } | |
| 4092 | + .elementor-widget.elementor-mobile-align-center .elementor-inline-items { | |
| 4093 | + justify-content: center; | |
| 4094 | + } | |
| 4095 | + .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a { | |
| 4096 | + justify-content: flex-start; | |
| 4097 | + text-align: left; | |
| 4098 | + } | |
| 4099 | + .elementor-widget.elementor-mobile-align-left .elementor-inline-items { | |
| 4100 | + justify-content: flex-start; | |
| 4101 | + } | |
| 4102 | + .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a { | |
| 4103 | + justify-content: flex-end; | |
| 4104 | + text-align: right; | |
| 4105 | + } | |
| 4106 | + .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items { | |
| 4107 | + justify-content: flex-end; | |
| 4108 | + } | |
| 4109 | + .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after { | |
| 4110 | + left: 0; | |
| 4111 | + } | |
| 4112 | + .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after { | |
| 4113 | + right: 0; | |
| 4114 | + } | |
| 4115 | +} | |
| 4116 | + | |
| 4117 | +.elementor-widget-image { | |
| 4118 | + text-align: center; | |
| 4119 | +} | |
| 4120 | +.elementor-widget-image a { | |
| 4121 | + display: inline-block; | |
| 4122 | +} | |
| 4123 | +.elementor-widget-image a img[src$=".svg"] { | |
| 4124 | + width: 48px; | |
| 4125 | +} | |
| 4126 | +.elementor-widget-image img { | |
| 4127 | + vertical-align: middle; | |
| 4128 | + display: inline-block; | |
| 4129 | +} | |
| 4130 | + | |
| 4131 | +.elementor-widget-image-box .elementor-image-box-content { | |
| 4132 | + width: 100%; | |
| 4133 | +} | |
| 4134 | +@media (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) { | |
| 4135 | + .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper { | |
| 4136 | + display: flex; | |
| 4137 | + } | |
| 4138 | + .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper { | |
| 4139 | + text-align: right; | |
| 4140 | + flex-direction: row-reverse; | |
| 4141 | + } | |
| 4142 | + .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper { | |
| 4143 | + text-align: left; | |
| 4144 | + flex-direction: row; | |
| 4145 | + } | |
| 4146 | + .elementor-widget-image-box.elementor-position-top .elementor-image-box-img { | |
| 4147 | + margin: auto; | |
| 4148 | + } | |
| 4149 | + .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper { | |
| 4150 | + align-items: flex-start; | |
| 4151 | + } | |
| 4152 | + .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper { | |
| 4153 | + align-items: center; | |
| 4154 | + } | |
| 4155 | + .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper { | |
| 4156 | + align-items: flex-end; | |
| 4157 | + } | |
| 4158 | +} | |
| 4159 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 4160 | + .elementor-widget-image-box .elementor-image-box-img { | |
| 4161 | + margin-left: auto !important; | |
| 4162 | + margin-right: auto !important; | |
| 4163 | + margin-bottom: 15px; | |
| 4164 | + } | |
| 4165 | +} | |
| 4166 | +.elementor-widget-image-box .elementor-image-box-img { | |
| 4167 | + display: inline-block; | |
| 4168 | +} | |
| 4169 | +.elementor-widget-image-box .elementor-image-box-title a { | |
| 4170 | + color: inherit; | |
| 4171 | +} | |
| 4172 | +.elementor-widget-image-box .elementor-image-box-wrapper { | |
| 4173 | + text-align: center; | |
| 4174 | +} | |
| 4175 | +.elementor-widget-image-box .elementor-image-box-description { | |
| 4176 | + margin: 0; | |
| 4177 | +} | |
| 4178 | + | |
| 4179 | +.elementor-widget-image-carousel .swiper-container, | |
| 4180 | +.elementor-widget-image-carousel .swiper { | |
| 4181 | + position: static; | |
| 4182 | +} | |
| 4183 | +.elementor-widget-image-carousel .swiper-container .swiper-slide figure, | |
| 4184 | +.elementor-widget-image-carousel .swiper .swiper-slide figure { | |
| 4185 | + line-height: inherit; | |
| 4186 | +} | |
| 4187 | +.elementor-widget-image-carousel .swiper-slide { | |
| 4188 | + text-align: center; | |
| 4189 | +} | |
| 4190 | + | |
| 4191 | +.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide { | |
| 4192 | + max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3)); | |
| 4193 | +} | |
| 4194 | + | |
| 4195 | +body.elementor-page .elementor-widget-menu-anchor { | |
| 4196 | + margin-bottom: 0; | |
| 4197 | +} | |
| 4198 | + | |
| 4199 | +.elementor-widget-progress { | |
| 4200 | + text-align: left; | |
| 4201 | +} | |
| 4202 | + | |
| 4203 | +.elementor-progress-wrapper { | |
| 4204 | + position: relative; | |
| 4205 | + background-color: #eeeeee; | |
| 4206 | + color: #ffffff; | |
| 4207 | + height: 100%; | |
| 4208 | + border-radius: 2px; | |
| 4209 | +} | |
| 4210 | + | |
| 4211 | +.elementor-progress-bar { | |
| 4212 | + display: flex; | |
| 4213 | + background-color: #69727D; | |
| 4214 | + width: 0; | |
| 4215 | + font-size: 11px; | |
| 4216 | + height: 30px; | |
| 4217 | + line-height: 30px; | |
| 4218 | + border-radius: 2px; | |
| 4219 | + transition: width 1s ease-in-out; | |
| 4220 | +} | |
| 4221 | + | |
| 4222 | +.elementor-progress-text { | |
| 4223 | + flex-grow: 1; | |
| 4224 | + white-space: nowrap; | |
| 4225 | + text-overflow: ellipsis; | |
| 4226 | + overflow: hidden; | |
| 4227 | + padding-left: 15px; | |
| 4228 | +} | |
| 4229 | + | |
| 4230 | +.elementor-progress-percentage { | |
| 4231 | + padding-right: 15px; | |
| 4232 | +} | |
| 4233 | + | |
| 4234 | +.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar { | |
| 4235 | + background-color: #5bc0de; | |
| 4236 | +} | |
| 4237 | +.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar { | |
| 4238 | + background-color: #5cb85c; | |
| 4239 | +} | |
| 4240 | +.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar { | |
| 4241 | + background-color: #f0ad4e; | |
| 4242 | +} | |
| 4243 | +.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar { | |
| 4244 | + background-color: #d9534f; | |
| 4245 | +} | |
| 4246 | + | |
| 4247 | +.elementor-progress .elementor-title { | |
| 4248 | + display: block; | |
| 4249 | +} | |
| 4250 | + | |
| 4251 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 4252 | + .elementor-progress-text { | |
| 4253 | + padding-left: 10px; | |
| 4254 | + } | |
| 4255 | +} | |
| 4256 | +.e-con .elementor-progress-wrapper, | |
| 4257 | +.e-con-inner .elementor-progress-wrapper { | |
| 4258 | + height: initial; | |
| 4259 | +} | |
| 4260 | + | |
| 4261 | +.elementor-widget-social-icons { | |
| 4262 | + /*TODO: This Grid-0 needs to be removed after PRO is Updated */ | |
| 4263 | +} | |
| 4264 | +.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container { | |
| 4265 | + line-height: 1; | |
| 4266 | + font-size: 0; | |
| 4267 | +} | |
| 4268 | +.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid { | |
| 4269 | + display: inline-grid; | |
| 4270 | +} | |
| 4271 | +.elementor-widget-social-icons .elementor-grid { | |
| 4272 | + grid-column-gap: var(--grid-column-gap, 5px); | |
| 4273 | + grid-row-gap: var(--grid-row-gap, 5px); | |
| 4274 | + grid-template-columns: var(--grid-template-columns); | |
| 4275 | + justify-content: var(--justify-content, center); | |
| 4276 | + justify-items: var(--justify-content, center); | |
| 4277 | +} | |
| 4278 | + | |
| 4279 | +.elementor-icon.elementor-social-icon { | |
| 4280 | + font-size: var(--icon-size, 25px); | |
| 4281 | + line-height: var(--icon-size, 25px); | |
| 4282 | + width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, 0.5em))); | |
| 4283 | + height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, 0.5em))); | |
| 4284 | +} | |
| 4285 | + | |
| 4286 | +.elementor-social-icon { | |
| 4287 | + --e-social-icon-icon-color: #fff; | |
| 4288 | + display: inline-flex; | |
| 4289 | + background-color: #69727D; | |
| 4290 | + align-items: center; | |
| 4291 | + justify-content: center; | |
| 4292 | + text-align: center; | |
| 4293 | + cursor: pointer; | |
| 4294 | +} | |
| 4295 | +.elementor-social-icon i { | |
| 4296 | + color: var(--e-social-icon-icon-color); | |
| 4297 | +} | |
| 4298 | +.elementor-social-icon svg { | |
| 4299 | + fill: var(--e-social-icon-icon-color); | |
| 4300 | +} | |
| 4301 | +.elementor-social-icon:last-child { | |
| 4302 | + margin: 0; | |
| 4303 | +} | |
| 4304 | +.elementor-social-icon:hover { | |
| 4305 | + opacity: 0.9; | |
| 4306 | + color: white; | |
| 4307 | +} | |
| 4308 | +.elementor-social-icon-android { | |
| 4309 | + background-color: #A4C639; | |
| 4310 | +} | |
| 4311 | +.elementor-social-icon-apple { | |
| 4312 | + background-color: #999999; | |
| 4313 | +} | |
| 4314 | +.elementor-social-icon-behance { | |
| 4315 | + background-color: #1769ff; | |
| 4316 | +} | |
| 4317 | +.elementor-social-icon-bitbucket { | |
| 4318 | + background-color: #205081; | |
| 4319 | +} | |
| 4320 | +.elementor-social-icon-codepen { | |
| 4321 | + background-color: #000000; | |
| 4322 | +} | |
| 4323 | +.elementor-social-icon-delicious { | |
| 4324 | + background-color: #3399ff; | |
| 4325 | +} | |
| 4326 | +.elementor-social-icon-deviantart { | |
| 4327 | + background-color: #05cc47; | |
| 4328 | +} | |
| 4329 | +.elementor-social-icon-digg { | |
| 4330 | + background-color: #005be2; | |
| 4331 | +} | |
| 4332 | +.elementor-social-icon-dribbble { | |
| 4333 | + background-color: #ea4c89; | |
| 4334 | +} | |
| 4335 | +.elementor-social-icon-elementor { | |
| 4336 | + background-color: #D30C5C; | |
| 4337 | +} | |
| 4338 | +.elementor-social-icon-envelope { | |
| 4339 | + background-color: #ea4335; | |
| 4340 | +} | |
| 4341 | +.elementor-social-icon-facebook, .elementor-social-icon-facebook-f { | |
| 4342 | + background-color: #3b5998; | |
| 4343 | +} | |
| 4344 | +.elementor-social-icon-flickr { | |
| 4345 | + background-color: #0063dc; | |
| 4346 | +} | |
| 4347 | +.elementor-social-icon-foursquare { | |
| 4348 | + background-color: #2d5be3; | |
| 4349 | +} | |
| 4350 | +.elementor-social-icon-freecodecamp, .elementor-social-icon-free-code-camp { | |
| 4351 | + background-color: #006400; | |
| 4352 | +} | |
| 4353 | +.elementor-social-icon-github { | |
| 4354 | + background-color: #333333; | |
| 4355 | +} | |
| 4356 | +.elementor-social-icon-gitlab { | |
| 4357 | + background-color: #e24329; | |
| 4358 | +} | |
| 4359 | +.elementor-social-icon-globe { | |
| 4360 | + background-color: #69727D; | |
| 4361 | +} | |
| 4362 | +.elementor-social-icon-google-plus, .elementor-social-icon-google-plus-g { | |
| 4363 | + background-color: #dd4b39; | |
| 4364 | +} | |
| 4365 | +.elementor-social-icon-houzz { | |
| 4366 | + background-color: #7ac142; | |
| 4367 | +} | |
| 4368 | +.elementor-social-icon-instagram { | |
| 4369 | + background-color: #262626; | |
| 4370 | +} | |
| 4371 | +.elementor-social-icon-jsfiddle { | |
| 4372 | + background-color: #487AA2; | |
| 4373 | +} | |
| 4374 | +.elementor-social-icon-link { | |
| 4375 | + background-color: #818a91; | |
| 4376 | +} | |
| 4377 | +.elementor-social-icon-linkedin, .elementor-social-icon-linkedin-in { | |
| 4378 | + background-color: #0077b5; | |
| 4379 | +} | |
| 4380 | +.elementor-social-icon-medium { | |
| 4381 | + background-color: #00ab6b; | |
| 4382 | +} | |
| 4383 | +.elementor-social-icon-meetup { | |
| 4384 | + background-color: #ec1c40; | |
| 4385 | +} | |
| 4386 | +.elementor-social-icon-mixcloud { | |
| 4387 | + background-color: #273a4b; | |
| 4388 | +} | |
| 4389 | +.elementor-social-icon-odnoklassniki { | |
| 4390 | + background-color: #F4731C; | |
| 4391 | +} | |
| 4392 | +.elementor-social-icon-pinterest { | |
| 4393 | + background-color: #bd081c; | |
| 4394 | +} | |
| 4395 | +.elementor-social-icon-product-hunt { | |
| 4396 | + background-color: #da552f; | |
| 4397 | +} | |
| 4398 | +.elementor-social-icon-reddit { | |
| 4399 | + background-color: #ff4500; | |
| 4400 | +} | |
| 4401 | +.elementor-social-icon-rss { | |
| 4402 | + background-color: #f26522; | |
| 4403 | +} | |
| 4404 | +.elementor-social-icon-shopping-cart { | |
| 4405 | + background-color: #4CAF50; | |
| 4406 | +} | |
| 4407 | +.elementor-social-icon-skype { | |
| 4408 | + background-color: #00AFF0; | |
| 4409 | +} | |
| 4410 | +.elementor-social-icon-slideshare { | |
| 4411 | + background-color: #0077b5; | |
| 4412 | +} | |
| 4413 | +.elementor-social-icon-snapchat { | |
| 4414 | + background-color: #fffc00; | |
| 4415 | +} | |
| 4416 | +.elementor-social-icon-soundcloud { | |
| 4417 | + background-color: #ff8800; | |
| 4418 | +} | |
| 4419 | +.elementor-social-icon-spotify { | |
| 4420 | + background-color: #2ebd59; | |
| 4421 | +} | |
| 4422 | +.elementor-social-icon-stack-overflow { | |
| 4423 | + background-color: #fe7a15; | |
| 4424 | +} | |
| 4425 | +.elementor-social-icon-steam { | |
| 4426 | + background-color: #00adee; | |
| 4427 | +} | |
| 4428 | +.elementor-social-icon-stumbleupon { | |
| 4429 | + background-color: #EB4924; | |
| 4430 | +} | |
| 4431 | +.elementor-social-icon-telegram { | |
| 4432 | + background-color: #2CA5E0; | |
| 4433 | +} | |
| 4434 | +.elementor-social-icon-thumb-tack { | |
| 4435 | + background-color: #1aa1d8; | |
| 4436 | +} | |
| 4437 | +.elementor-social-icon-tripadvisor { | |
| 4438 | + background-color: #589442; | |
| 4439 | +} | |
| 4440 | +.elementor-social-icon-tumblr { | |
| 4441 | + background-color: #35465c; | |
| 4442 | +} | |
| 4443 | +.elementor-social-icon-twitch { | |
| 4444 | + background-color: #6441A5; | |
| 4445 | +} | |
| 4446 | +.elementor-social-icon-twitter { | |
| 4447 | + background-color: #1DA1F2; | |
| 4448 | +} | |
| 4449 | +.elementor-social-icon-viber { | |
| 4450 | + background-color: #665cac; | |
| 4451 | +} | |
| 4452 | +.elementor-social-icon-vimeo { | |
| 4453 | + background-color: #1ab7ea; | |
| 4454 | +} | |
| 4455 | +.elementor-social-icon-vk { | |
| 4456 | + background-color: #45668e; | |
| 4457 | +} | |
| 4458 | +.elementor-social-icon-weibo { | |
| 4459 | + background-color: #DD2430; | |
| 4460 | +} | |
| 4461 | +.elementor-social-icon-weixin { | |
| 4462 | + background-color: #31A918; | |
| 4463 | +} | |
| 4464 | +.elementor-social-icon-whatsapp { | |
| 4465 | + background-color: #25d366; | |
| 4466 | +} | |
| 4467 | +.elementor-social-icon-wordpress { | |
| 4468 | + background-color: #21759b; | |
| 4469 | +} | |
| 4470 | +.elementor-social-icon-xing { | |
| 4471 | + background-color: #026466; | |
| 4472 | +} | |
| 4473 | +.elementor-social-icon-yelp { | |
| 4474 | + background-color: #af0606; | |
| 4475 | +} | |
| 4476 | +.elementor-social-icon-youtube { | |
| 4477 | + background-color: #cd201f; | |
| 4478 | +} | |
| 4479 | +.elementor-social-icon-500px { | |
| 4480 | + background-color: #0099e5; | |
| 4481 | +} | |
| 4482 | + | |
| 4483 | +.elementor-shape-rounded .elementor-icon.elementor-social-icon { | |
| 4484 | + border-radius: 10%; | |
| 4485 | +} | |
| 4486 | + | |
| 4487 | +.elementor-shape-circle .elementor-icon.elementor-social-icon { | |
| 4488 | + border-radius: 50%; | |
| 4489 | +} | |
| 4490 | + | |
| 4491 | +.elementor-column .elementor-spacer-inner { | |
| 4492 | + height: var(--spacer-size); | |
| 4493 | +} | |
| 4494 | + | |
| 4495 | +.e-con { | |
| 4496 | + --container-widget-width: 100%; | |
| 4497 | +} | |
| 4498 | + | |
| 4499 | +.e-con > .elementor-widget-spacer, | |
| 4500 | +.e-con-inner > .elementor-widget-spacer { | |
| 4501 | + width: var(--container-widget-width, var(--spacer-size)); | |
| 4502 | + --align-self: var( --container-widget-align-self, initial ); | |
| 4503 | + --flex-shrink: 0; | |
| 4504 | +} | |
| 4505 | +.e-con > .elementor-widget-spacer > .elementor-widget-container, | |
| 4506 | +.e-con-inner > .elementor-widget-spacer > .elementor-widget-container { | |
| 4507 | + height: 100%; | |
| 4508 | +} | |
| 4509 | +.e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer, | |
| 4510 | +.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer { | |
| 4511 | + height: 100%; | |
| 4512 | +} | |
| 4513 | +.e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner, | |
| 4514 | +.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner { | |
| 4515 | + height: var(--container-widget-height, var(--spacer-size)); | |
| 4516 | +} | |
| 4517 | + | |
| 4518 | +.elementor-star-rating { | |
| 4519 | + color: #CCD6DF; | |
| 4520 | + font-family: eicons; | |
| 4521 | + display: inline-block; | |
| 4522 | +} | |
| 4523 | +.elementor-star-rating i { | |
| 4524 | + display: inline-block; | |
| 4525 | + position: relative; | |
| 4526 | + font-style: normal; | |
| 4527 | + cursor: default; | |
| 4528 | +} | |
| 4529 | +.elementor-star-rating i:before { | |
| 4530 | + content: "\e934"; | |
| 4531 | + display: block; | |
| 4532 | + font-size: inherit; | |
| 4533 | + font-family: inherit; | |
| 4534 | + position: absolute; | |
| 4535 | + overflow: hidden; | |
| 4536 | + color: #f0ad4e; | |
| 4537 | + top: 0; | |
| 4538 | + left: 0; | |
| 4539 | +} | |
| 4540 | +.elementor-star-rating .elementor-star-empty:before { | |
| 4541 | + content: none; | |
| 4542 | +} | |
| 4543 | +.elementor-star-rating .elementor-star-1:before { | |
| 4544 | + width: 10%; | |
| 4545 | +} | |
| 4546 | +.elementor-star-rating .elementor-star-2:before { | |
| 4547 | + width: 20%; | |
| 4548 | +} | |
| 4549 | +.elementor-star-rating .elementor-star-3:before { | |
| 4550 | + width: 30%; | |
| 4551 | +} | |
| 4552 | +.elementor-star-rating .elementor-star-4:before { | |
| 4553 | + width: 40%; | |
| 4554 | +} | |
| 4555 | +.elementor-star-rating .elementor-star-5:before { | |
| 4556 | + width: 50%; | |
| 4557 | +} | |
| 4558 | +.elementor-star-rating .elementor-star-6:before { | |
| 4559 | + width: 60%; | |
| 4560 | +} | |
| 4561 | +.elementor-star-rating .elementor-star-7:before { | |
| 4562 | + width: 70%; | |
| 4563 | +} | |
| 4564 | +.elementor-star-rating .elementor-star-8:before { | |
| 4565 | + width: 80%; | |
| 4566 | +} | |
| 4567 | +.elementor-star-rating .elementor-star-9:before { | |
| 4568 | + width: 90%; | |
| 4569 | +} | |
| 4570 | +.elementor-star-rating__wrapper { | |
| 4571 | + display: flex; | |
| 4572 | + align-items: center; | |
| 4573 | +} | |
| 4574 | +.elementor-star-rating__title { | |
| 4575 | + margin-right: 10px; | |
| 4576 | +} | |
| 4577 | + | |
| 4578 | +.elementor-star-rating--align-right .elementor-star-rating__wrapper { | |
| 4579 | + text-align: right; | |
| 4580 | + justify-content: flex-end; | |
| 4581 | +} | |
| 4582 | +.elementor-star-rating--align-left .elementor-star-rating__wrapper { | |
| 4583 | + text-align: left; | |
| 4584 | + justify-content: flex-start; | |
| 4585 | +} | |
| 4586 | +.elementor-star-rating--align-center .elementor-star-rating__wrapper { | |
| 4587 | + text-align: center; | |
| 4588 | + justify-content: center; | |
| 4589 | +} | |
| 4590 | +.elementor-star-rating--align-justify .elementor-star-rating__title { | |
| 4591 | + margin-right: auto; | |
| 4592 | +} | |
| 4593 | + | |
| 4594 | +@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) { | |
| 4595 | + .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper { | |
| 4596 | + text-align: right; | |
| 4597 | + justify-content: flex-end; | |
| 4598 | + } | |
| 4599 | + .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper { | |
| 4600 | + text-align: left; | |
| 4601 | + justify-content: flex-start; | |
| 4602 | + } | |
| 4603 | + .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper { | |
| 4604 | + text-align: center; | |
| 4605 | + justify-content: center; | |
| 4606 | + } | |
| 4607 | + .elementor-star-rating-tablet--align-justify .elementor-star-rating__title { | |
| 4608 | + margin-right: auto; | |
| 4609 | + } | |
| 4610 | +} | |
| 4611 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 4612 | + .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper { | |
| 4613 | + text-align: right; | |
| 4614 | + justify-content: flex-end; | |
| 4615 | + } | |
| 4616 | + .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper { | |
| 4617 | + text-align: left; | |
| 4618 | + justify-content: flex-start; | |
| 4619 | + } | |
| 4620 | + .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper { | |
| 4621 | + text-align: center; | |
| 4622 | + justify-content: center; | |
| 4623 | + } | |
| 4624 | + .elementor-star-rating-mobile--align-justify .elementor-star-rating__title { | |
| 4625 | + margin-right: auto; | |
| 4626 | + } | |
| 4627 | +} | |
| 4628 | +.last-star { | |
| 4629 | + letter-spacing: 0; | |
| 4630 | +} | |
| 4631 | + | |
| 4632 | +.elementor--star-style-star_unicode .elementor-star-rating { | |
| 4633 | + font-family: "Arial", "Helvetica", sans-serif; | |
| 4634 | +} | |
| 4635 | +.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before { | |
| 4636 | + content: "★"; | |
| 4637 | +} | |
| 4638 | + | |
| 4639 | +.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper { | |
| 4640 | + width: 25%; | |
| 4641 | + flex-shrink: 0; | |
| 4642 | +} | |
| 4643 | +.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active { | |
| 4644 | + border-right-style: none; | |
| 4645 | +} | |
| 4646 | +.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after { | |
| 4647 | + height: 999em; | |
| 4648 | + width: 0; | |
| 4649 | + right: 0; | |
| 4650 | + border-right-style: solid; | |
| 4651 | +} | |
| 4652 | +.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before { | |
| 4653 | + top: 0; | |
| 4654 | + transform: translateY(-100%); | |
| 4655 | +} | |
| 4656 | +.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after { | |
| 4657 | + top: 100%; | |
| 4658 | +} | |
| 4659 | +.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title { | |
| 4660 | + display: table-cell; | |
| 4661 | +} | |
| 4662 | +.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active { | |
| 4663 | + border-bottom-style: none; | |
| 4664 | +} | |
| 4665 | +.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after { | |
| 4666 | + bottom: 0; | |
| 4667 | + height: 0; | |
| 4668 | + width: 999em; | |
| 4669 | + border-bottom-style: solid; | |
| 4670 | +} | |
| 4671 | +.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before { | |
| 4672 | + right: 100%; | |
| 4673 | +} | |
| 4674 | +.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after { | |
| 4675 | + left: 100%; | |
| 4676 | +} | |
| 4677 | +.elementor-widget-tabs .elementor-tab-title, | |
| 4678 | +.elementor-widget-tabs .elementor-tab-title:before, | |
| 4679 | +.elementor-widget-tabs .elementor-tab-title:after, | |
| 4680 | +.elementor-widget-tabs .elementor-tab-content, | |
| 4681 | +.elementor-widget-tabs .elementor-tabs-content-wrapper { | |
| 4682 | + border: 1px none #D5D8DC; | |
| 4683 | +} | |
| 4684 | +.elementor-widget-tabs .elementor-tabs { | |
| 4685 | + text-align: left; | |
| 4686 | +} | |
| 4687 | +.elementor-widget-tabs .elementor-tabs-wrapper { | |
| 4688 | + overflow: hidden; | |
| 4689 | +} | |
| 4690 | +.elementor-widget-tabs .elementor-tab-title { | |
| 4691 | + cursor: pointer; | |
| 4692 | + outline: var(--focus-outline, none); | |
| 4693 | +} | |
| 4694 | +.elementor-widget-tabs .elementor-tab-desktop-title { | |
| 4695 | + position: relative; | |
| 4696 | + padding: 20px 25px; | |
| 4697 | + font-weight: bold; | |
| 4698 | + line-height: 1; | |
| 4699 | + border: solid transparent; | |
| 4700 | +} | |
| 4701 | +.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active { | |
| 4702 | + border-color: #D5D8DC; | |
| 4703 | +} | |
| 4704 | +.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after { | |
| 4705 | + display: block; | |
| 4706 | + content: ""; | |
| 4707 | + position: absolute; | |
| 4708 | +} | |
| 4709 | +.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible { | |
| 4710 | + border: 1px solid #000000; | |
| 4711 | +} | |
| 4712 | +.elementor-widget-tabs .elementor-tab-mobile-title { | |
| 4713 | + padding: 10px 10px; | |
| 4714 | + cursor: pointer; | |
| 4715 | +} | |
| 4716 | +.elementor-widget-tabs .elementor-tab-content { | |
| 4717 | + padding: 20px; | |
| 4718 | + display: none; | |
| 4719 | +} | |
| 4720 | + | |
| 4721 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 4722 | + .elementor-tabs .elementor-tab-title, | |
| 4723 | + .elementor-tabs .elementor-tab-content { | |
| 4724 | + border-style: solid; | |
| 4725 | + border-bottom-style: none; | |
| 4726 | + } | |
| 4727 | + .elementor-tabs .elementor-tabs-wrapper { | |
| 4728 | + display: none; | |
| 4729 | + } | |
| 4730 | + .elementor-tabs .elementor-tabs-content-wrapper { | |
| 4731 | + border-bottom-style: solid; | |
| 4732 | + } | |
| 4733 | + .elementor-tabs .elementor-tab-content { | |
| 4734 | + padding: 10px; | |
| 4735 | + } | |
| 4736 | +} | |
| 4737 | +@media (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) { | |
| 4738 | + .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs { | |
| 4739 | + display: flex; | |
| 4740 | + } | |
| 4741 | + .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper { | |
| 4742 | + flex-direction: column; | |
| 4743 | + } | |
| 4744 | + .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper { | |
| 4745 | + flex-grow: 1; | |
| 4746 | + border-style: solid; | |
| 4747 | + border-left-style: none; | |
| 4748 | + } | |
| 4749 | + .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content { | |
| 4750 | + border-style: solid; | |
| 4751 | + border-top-style: none; | |
| 4752 | + } | |
| 4753 | + .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper { | |
| 4754 | + display: flex; | |
| 4755 | + } | |
| 4756 | + .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper { | |
| 4757 | + justify-content: center; | |
| 4758 | + } | |
| 4759 | + .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper { | |
| 4760 | + justify-content: flex-end; | |
| 4761 | + } | |
| 4762 | + .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title { | |
| 4763 | + width: 100%; | |
| 4764 | + } | |
| 4765 | + .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title { | |
| 4766 | + height: 100%; | |
| 4767 | + } | |
| 4768 | + .elementor-tabs .elementor-tab-mobile-title { | |
| 4769 | + display: none; | |
| 4770 | + } | |
| 4771 | +} | |
| 4772 | +.elementor-testimonial-wrapper { | |
| 4773 | + overflow: hidden; | |
| 4774 | + text-align: center; | |
| 4775 | +} | |
| 4776 | +.elementor-testimonial-wrapper .elementor-testimonial-content { | |
| 4777 | + font-size: 1.3em; | |
| 4778 | + margin-bottom: 20px; | |
| 4779 | +} | |
| 4780 | +.elementor-testimonial-wrapper .elementor-testimonial-name { | |
| 4781 | + line-height: 1.5; | |
| 4782 | + display: block; | |
| 4783 | +} | |
| 4784 | +.elementor-testimonial-wrapper .elementor-testimonial-job { | |
| 4785 | + font-size: 0.85em; | |
| 4786 | + display: block; | |
| 4787 | +} | |
| 4788 | +.elementor-testimonial-wrapper .elementor-testimonial-meta { | |
| 4789 | + width: 100%; | |
| 4790 | + line-height: 1; | |
| 4791 | +} | |
| 4792 | +.elementor-testimonial-wrapper .elementor-testimonial-meta-inner { | |
| 4793 | + display: inline-block; | |
| 4794 | +} | |
| 4795 | +.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details, | |
| 4796 | +.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image { | |
| 4797 | + display: table-cell; | |
| 4798 | + vertical-align: middle; | |
| 4799 | +} | |
| 4800 | +.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img { | |
| 4801 | + width: 60px; | |
| 4802 | + height: 60px; | |
| 4803 | + border-radius: 50%; | |
| 4804 | + object-fit: cover; | |
| 4805 | + max-width: none; | |
| 4806 | +} | |
| 4807 | +.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image { | |
| 4808 | + padding-right: 15px; | |
| 4809 | +} | |
| 4810 | +.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details { | |
| 4811 | + text-align: left; | |
| 4812 | +} | |
| 4813 | +.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details, | |
| 4814 | +.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image { | |
| 4815 | + display: block; | |
| 4816 | +} | |
| 4817 | +.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image { | |
| 4818 | + margin-bottom: 20px; | |
| 4819 | +} | |
| 4820 | + | |
| 4821 | +.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap { | |
| 4822 | + background-color: #69727D; | |
| 4823 | + color: #fff; | |
| 4824 | +} | |
| 4825 | +.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap { | |
| 4826 | + color: #69727D; | |
| 4827 | + border: 3px solid; | |
| 4828 | + background-color: transparent; | |
| 4829 | +} | |
| 4830 | +.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap { | |
| 4831 | + margin-top: 8px; | |
| 4832 | +} | |
| 4833 | +.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter { | |
| 4834 | + width: 1em; | |
| 4835 | + height: 1em; | |
| 4836 | +} | |
| 4837 | +.elementor-widget-text-editor .elementor-drop-cap { | |
| 4838 | + float: left; | |
| 4839 | + text-align: center; | |
| 4840 | + line-height: 1; | |
| 4841 | + font-size: 50px; | |
| 4842 | +} | |
| 4843 | +.elementor-widget-text-editor .elementor-drop-cap-letter { | |
| 4844 | + display: inline-block; | |
| 4845 | +} | |
| 4846 | + | |
| 4847 | +.elementor-toggle { | |
| 4848 | + text-align: left; | |
| 4849 | +} | |
| 4850 | +.elementor-toggle .elementor-tab-title { | |
| 4851 | + font-weight: bold; | |
| 4852 | + line-height: 1; | |
| 4853 | + margin: 0; | |
| 4854 | + padding: 15px; | |
| 4855 | + border-bottom: 1px solid #D5D8DC; | |
| 4856 | + cursor: pointer; | |
| 4857 | + outline: none; | |
| 4858 | +} | |
| 4859 | +.elementor-toggle .elementor-tab-title .elementor-toggle-icon { | |
| 4860 | + display: inline-block; | |
| 4861 | + width: 1em; | |
| 4862 | +} | |
| 4863 | +.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg { | |
| 4864 | + margin-inline-start: -5px; | |
| 4865 | + width: 1em; | |
| 4866 | + height: 1em; | |
| 4867 | +} | |
| 4868 | +.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right { | |
| 4869 | + float: right; | |
| 4870 | + text-align: right; | |
| 4871 | +} | |
| 4872 | +.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left { | |
| 4873 | + float: left; | |
| 4874 | + text-align: left; | |
| 4875 | +} | |
| 4876 | +.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed { | |
| 4877 | + display: block; | |
| 4878 | +} | |
| 4879 | +.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened { | |
| 4880 | + display: none; | |
| 4881 | +} | |
| 4882 | +.elementor-toggle .elementor-tab-title.elementor-active { | |
| 4883 | + border-bottom: none; | |
| 4884 | +} | |
| 4885 | +.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed { | |
| 4886 | + display: none; | |
| 4887 | +} | |
| 4888 | +.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened { | |
| 4889 | + display: block; | |
| 4890 | +} | |
| 4891 | +.elementor-toggle .elementor-tab-content { | |
| 4892 | + padding: 15px; | |
| 4893 | + border-bottom: 1px solid #D5D8DC; | |
| 4894 | + display: none; | |
| 4895 | +} | |
| 4896 | + | |
| 4897 | +@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) { | |
| 4898 | + .elementor-toggle .elementor-tab-title { | |
| 4899 | + padding: 12px; | |
| 4900 | + } | |
| 4901 | + .elementor-toggle .elementor-tab-content { | |
| 4902 | + padding: 12px 10px; | |
| 4903 | + } | |
| 4904 | +} | |
| 4905 | +.e-con > .elementor-widget-toggle, | |
| 4906 | +.e-con-inner > .elementor-widget-toggle { | |
| 4907 | + width: var(--container-widget-width); | |
| 4908 | + --flex-grow: var( --container-widget-flex-grow ); | |
| 4909 | +} | |
| 4910 | + | |
| 4911 | +.elementor-widget-video .elementor-widget-container { | |
| 4912 | + overflow: hidden; | |
| 4913 | + transform: translate3d(0, 0, 0); | |
| 4914 | +} | |
| 4915 | +.elementor-widget-video .elementor-wrapper { | |
| 4916 | + aspect-ratio: var(--video-aspect-ratio); | |
| 4917 | +} | |
| 4918 | +.elementor-widget-video .elementor-wrapper iframe, | |
| 4919 | +.elementor-widget-video .elementor-wrapper video { | |
| 4920 | + height: 100%; | |
| 4921 | + width: 100%; | |
| 4922 | + display: flex; | |
| 4923 | + border: none; | |
| 4924 | + background-color: #000000; | |
| 4925 | +} | |
| 4926 | +@supports not (aspect-ratio: 1/1) { | |
| 4927 | + .elementor-widget-video .elementor-wrapper { | |
| 4928 | + position: relative; | |
| 4929 | + overflow: hidden; | |
| 4930 | + height: 0; | |
| 4931 | + padding-bottom: calc(100% / var(--video-aspect-ratio)); | |
| 4932 | + } | |
| 4933 | + .elementor-widget-video .elementor-wrapper iframe, | |
| 4934 | + .elementor-widget-video .elementor-wrapper video { | |
| 4935 | + position: absolute; | |
| 4936 | + top: 0; | |
| 4937 | + right: 0; | |
| 4938 | + bottom: 0; | |
| 4939 | + left: 0; | |
| 4940 | + } | |
| 4941 | +} | |
| 4942 | +.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay { | |
| 4943 | + position: absolute; | |
| 4944 | + top: 0; | |
| 4945 | + left: 0; | |
| 4946 | + width: 100%; | |
| 4947 | + height: 100%; | |
| 4948 | + background-size: cover; | |
| 4949 | + background-position: 50%; | |
| 4950 | +} | |
| 4951 | +.elementor-widget-video .elementor-custom-embed-image-overlay { | |
| 4952 | + cursor: pointer; | |
| 4953 | + text-align: center; | |
| 4954 | +} | |
| 4955 | +.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i { | |
| 4956 | + opacity: 1; | |
| 4957 | +} | |
| 4958 | +.elementor-widget-video .elementor-custom-embed-image-overlay img { | |
| 4959 | + display: block; | |
| 4960 | + width: 100%; | |
| 4961 | +} | |
| 4962 | +.elementor-widget-video .e-hosted-video .elementor-video { | |
| 4963 | + object-fit: cover; | |
| 4964 | +} | |
| 4965 | + | |
| 4966 | +.e-con > .elementor-widget-video, | |
| 4967 | +.e-con-inner > .elementor-widget-video { | |
| 4968 | + width: var(--container-widget-width); | |
| 4969 | + --flex-grow: var( --container-widget-flex-grow ); | |
| 2216 | 4970 | } |
| 2217 | 4971 | |
| 2218 | 4972 | /*# sourceMappingURL=frontend.css.map */ |