| @@ -1,53 +1,5 @@ | ||
| 1 | -:root { | |
| 2 | - --direction-multiplier: 1; | |
| 3 | -} | |
| 4 | - | |
| 5 | -html[dir=rtl], | |
| 6 | -body.rtl { | |
| 7 | - --direction-multiplier: -1; | |
| 8 | -} | |
| 9 | - | |
| 10 | -.elementor-hidden { | |
| 11 | - display: none; | |
| 12 | -} | |
| 13 | - | |
| 14 | -.elementor-visibility-hidden { | |
| 15 | - visibility: hidden; | |
| 16 | -} | |
| 17 | - | |
| 18 | -.elementor-screen-only, | |
| 19 | -.screen-reader-text, | |
| 20 | -.screen-reader-text span, | |
| 21 | -.ui-helper-hidden-accessible { | |
| 22 | - position: absolute; | |
| 23 | - top: -10000em; | |
| 24 | - width: 1px; | |
| 25 | - height: 1px; | |
| 26 | - margin: -1px; | |
| 27 | - padding: 0; | |
| 28 | - overflow: hidden; | |
| 29 | - clip: rect(0, 0, 0, 0); | |
| 30 | - border: 0; | |
| 31 | -} | |
| 32 | - | |
| 33 | -.elementor-clearfix:after { | |
| 34 | - content: ""; | |
| 35 | - display: block; | |
| 36 | - clear: both; | |
| 37 | - width: 0; | |
| 38 | - height: 0; | |
| 39 | -} | |
| 40 | - | |
| 41 | -.e-logo-wrapper { | |
| 42 | - display: inline-block; | |
| 43 | - line-height: 1; | |
| 44 | -} | |
| 45 | -.e-logo-wrapper i { | |
| 46 | - color: var(--e-a-color-circle-logo); | |
| 47 | - font-size: 2.5em; | |
| 48 | -} | |
| 49 | - | |
| 1 | +/*! elementor - v3.6.7 - 03-07-2022 */ | |
| 50 | 2 | .elementor-control-unit-1 { |
| 51 | 3 | width: 27px; |
| 52 | 4 | } |
| 53 | 5 | |
| @@ -73,25 +25,29 @@ | ||
| 73 | 25 | position: absolute; |
| 74 | 26 | width: 260px; |
| 75 | 27 | max-height: 300px; |
| 76 | 28 | overflow: auto; |
| 77 | - padding-block-end: 5px; | |
| 78 | - background-color: var(--e-a-bg-default); | |
| 79 | - box-shadow: var(--e-a-popover-shadow); | |
| 80 | - border: var(--e-a-border); | |
| 29 | + padding-bottom: 5px; | |
| 30 | + background-color: #fff; | |
| 31 | + border: 1px solid #a4afb7; | |
| 81 | 32 | border-radius: 3px; |
| 82 | 33 | z-index: 10000; |
| 83 | 34 | } |
| 84 | 35 | .elementor-tags-list__group-title { |
| 36 | + color: #495157; | |
| 85 | 37 | font-weight: bold; |
| 86 | 38 | font-size: 12px; |
| 87 | 39 | padding: 10px 15px; |
| 40 | + display: -webkit-box; | |
| 41 | + display: -ms-flexbox; | |
| 88 | 42 | display: flex; |
| 89 | - align-items: center; | |
| 43 | + -webkit-box-align: center; | |
| 44 | + -ms-flex-align: center; | |
| 45 | + align-items: center; | |
| 90 | 46 | } |
| 91 | 47 | .elementor-tags-list__group-title .eicon-info-circle { |
| 92 | - padding-inline-end: 5px; | |
| 93 | - color: var(--e-a-color-primary-bold); | |
| 48 | + padding-right: 5px; | |
| 49 | + color: #71d7f7; | |
| 94 | 50 | font-size: 14px; |
| 95 | 51 | } |
| 96 | 52 | .elementor-tags-list__item { |
| 97 | 53 | font-size: 10px; |
| @@ -100,18 +56,21 @@ | ||
| 100 | 56 | } |
| 101 | 57 | .elementor-tags-list__item:before { |
| 102 | 58 | content: ">"; |
| 103 | 59 | font-size: 8px; |
| 104 | - padding-inline-end: 5px; | |
| 60 | + padding-right: 5px; | |
| 105 | 61 | } |
| 106 | 62 | .elementor-tags-list__item:hover { |
| 107 | - background-color: var(--e-a-bg-hover); | |
| 63 | + background-color: #e6e9ec; | |
| 108 | 64 | } |
| 109 | 65 | .elementor-tags-list__teaser { |
| 110 | - border-block-start: 2px solid var(--e-a-border-color); | |
| 111 | - padding-block-start: 4px; | |
| 112 | - margin-block-start: 4px; | |
| 66 | + border-top: 2px solid #d5dadf; | |
| 67 | + padding-top: 4px; | |
| 68 | + margin-top: 4px; | |
| 113 | 69 | } |
| 70 | +.elementor-tags-list__teaser-title { | |
| 71 | + color: #6d7882; | |
| 72 | +} | |
| 114 | 73 | .elementor-tags-list__teaser-text { |
| 115 | 74 | padding: 2px 15px 8px; |
| 116 | 75 | line-height: 1.5; |
| 117 | 76 | font-size: 12px; |
| @@ -116,9 +75,9 @@ | ||
| 116 | 75 | line-height: 1.5; |
| 117 | 76 | font-size: 12px; |
| 118 | 77 | } |
| 119 | 78 | .elementor-tags-list__teaser-link { |
| 120 | - color: var(--e-a-color-primary-bold); | |
| 79 | + color: #93003c; | |
| 121 | 80 | text-decoration: underline; |
| 122 | 81 | font-style: italic; |
| 123 | 82 | font-weight: bold; |
| 124 | 83 | } |
| @@ -123,47 +82,58 @@ | ||
| 123 | 82 | font-weight: bold; |
| 124 | 83 | } |
| 125 | 84 | |
| 126 | 85 | .elementor-dynamic-cover { |
| 86 | + display: -webkit-box; | |
| 87 | + display: -ms-flexbox; | |
| 127 | 88 | display: flex; |
| 128 | - align-items: center; | |
| 89 | + -webkit-box-align: center; | |
| 90 | + -ms-flex-align: center; | |
| 91 | + align-items: center; | |
| 129 | 92 | width: 100%; |
| 130 | 93 | height: 27px; |
| 131 | - box-sizing: border-box; | |
| 94 | + -webkit-box-sizing: border-box; | |
| 95 | + box-sizing: border-box; | |
| 132 | 96 | } |
| 133 | 97 | .elementor-dynamic-cover__title { |
| 134 | 98 | padding: 0 8px; |
| 135 | - flex-grow: 1; | |
| 99 | + -webkit-box-flex: 1; | |
| 100 | + -ms-flex-positive: 1; | |
| 101 | + flex-grow: 1; | |
| 136 | 102 | white-space: nowrap; |
| 137 | - text-overflow: ellipsis; | |
| 103 | + -o-text-overflow: ellipsis; | |
| 104 | + text-overflow: ellipsis; | |
| 138 | 105 | overflow: hidden; |
| 139 | 106 | } |
| 140 | 107 | .elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { |
| 108 | + color: #c2cbd2; | |
| 141 | 109 | cursor: pointer; |
| 142 | - transition: var(--e-a-transition-hover); | |
| 110 | + -webkit-transition: all 0.3s; | |
| 111 | + -o-transition: all 0.3s; | |
| 112 | + transition: all 0.3s; | |
| 143 | 113 | } |
| 144 | 114 | .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { |
| 145 | - color: var(--e-a-color-txt-hover); | |
| 115 | + color: #a4afb7; | |
| 146 | 116 | } |
| 147 | 117 | .elementor-control-type-wysiwyg .elementor-dynamic-cover { |
| 148 | - margin-block-start: 10px; | |
| 118 | + margin-top: 10px; | |
| 149 | 119 | } |
| 150 | 120 | |
| 151 | 121 | .elementor-tag-settings-popup { |
| 152 | 122 | position: absolute; |
| 153 | 123 | width: 260px; |
| 154 | - background-color: var(--e-a-bg-default); | |
| 155 | - border: var(--e-a-border); | |
| 156 | - box-shadow: var(--e-a-popover-shadow); | |
| 124 | + background-color: #e6e9ec; | |
| 125 | + -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 126 | + box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 157 | 127 | z-index: 1; |
| 158 | 128 | } |
| 159 | 129 | .elementor-tag-settings-popup:before { |
| 160 | 130 | content: ""; |
| 161 | 131 | position: absolute; |
| 162 | - inset-block-start: -20px; | |
| 163 | - inset-inline-start: 5px; | |
| 132 | + top: -20px; | |
| 133 | + left: 5px; | |
| 164 | 134 | border: 10px solid transparent; |
| 165 | - border-block-end-color: var(--e-a-border-color); | |
| 135 | + border-bottom-color: #fff; | |
| 166 | 136 | } |
| 167 | 137 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| 168 | 138 | margin: 0; |
| 169 | 139 | } |
| @@ -168,45 +138,39 @@ | ||
| 168 | 138 | margin: 0; |
| 169 | 139 | } |
| 170 | 140 | |
| 171 | 141 | .elementor-tag-controls-stack-empty { |
| 172 | - background-color: var(--e-a-bg-default); | |
| 142 | + background-color: #fff; | |
| 173 | 143 | padding: 10px; |
| 174 | 144 | font-size: 13px; |
| 175 | 145 | text-align: center; |
| 176 | 146 | } |
| 177 | 147 | |
| 178 | -.elementor-control-dynamic input { | |
| 179 | - border-start-start-radius: var(--e-a-border-radius); | |
| 180 | - border-start-end-radius: 0; | |
| 181 | - border-end-end-radius: 0; | |
| 182 | - border-end-start-radius: var(--e-a-border-radius); | |
| 183 | -} | |
| 184 | 148 | .elementor-control-dynamic-switcher { |
| 149 | + display: -webkit-inline-box; | |
| 150 | + display: -ms-inline-flexbox; | |
| 185 | 151 | display: inline-flex; |
| 186 | - align-items: center; | |
| 187 | - justify-content: center; | |
| 188 | - flex-shrink: 0; | |
| 152 | + -webkit-box-align: center; | |
| 153 | + -ms-flex-align: center; | |
| 154 | + align-items: center; | |
| 155 | + -webkit-box-pack: center; | |
| 156 | + -ms-flex-pack: center; | |
| 157 | + justify-content: center; | |
| 158 | + -ms-flex-negative: 0; | |
| 159 | + flex-shrink: 0; | |
| 189 | 160 | height: 27px; |
| 190 | 161 | cursor: pointer; |
| 191 | - border: var(--e-a-border-bold); | |
| 192 | - background: var(--e-a-bg-default); | |
| 193 | - border-inline-start-width: 0; | |
| 194 | - border-start-start-radius: 0; | |
| 195 | - border-start-end-radius: var(--e-a-border-radius); | |
| 196 | - border-end-end-radius: var(--e-a-border-radius); | |
| 197 | - border-end-start-radius: 0; | |
| 198 | - transition: var(--e-a-transition-hover); | |
| 162 | + border: 1px solid #d5dadf; | |
| 163 | + border-radius: 3px; | |
| 164 | + background: #fff; | |
| 199 | 165 | } |
| 200 | -.elementor-control-dynamic-switcher:hover { | |
| 201 | - background-color: var(--e-a-bg-hover); | |
| 202 | - color: var(--e-a-color-txt-hover); | |
| 203 | -} | |
| 204 | 166 | .elementor-control-dynamic-switcher.e-control-tool { |
| 205 | 167 | height: 20px; |
| 206 | 168 | border: 0; |
| 207 | 169 | } |
| 208 | 170 | .elementor-control-dynamic-switcher-wrapper { |
| 171 | + display: -webkit-box; | |
| 172 | + display: -ms-flexbox; | |
| 209 | 173 | display: flex; |
| 210 | 174 | } |
| 211 | 175 | .elementor-control-dynamic-switcher .eicon-database { |
| 212 | 176 | font-size: 12px; |
| @@ -216,8 +180,13 @@ | ||
| 216 | 180 | .elementor-control-dynamic-value .e-global__popover-toggle { |
| 217 | 181 | display: none; |
| 218 | 182 | } |
| 219 | 183 | |
| 184 | +.elementor-panel-box { | |
| 185 | + margin-top: 10px; | |
| 186 | + background-color: #fff; | |
| 187 | +} | |
| 188 | + | |
| 220 | 189 | .elementor-panel-box-content { |
| 221 | 190 | padding: 20px 20px 10px; |
| 222 | 191 | } |
| 223 | 192 | |
| @@ -225,68 +194,95 @@ | ||
| 225 | 194 | display: inline-block; |
| 226 | 195 | } |
| 227 | 196 | |
| 228 | 197 | .elementor-panel-alert { |
| 229 | - background-color: var(--e-a-bg-primary); | |
| 198 | + background-color: #fcfcfc; | |
| 230 | 199 | padding: 15px; |
| 231 | - border-inline-start: 3px solid var(--e-a-color-primary); | |
| 200 | + border-left: 3px solid transparent; | |
| 232 | 201 | position: relative; |
| 233 | 202 | font-size: 12px; |
| 234 | 203 | font-weight: 300; |
| 235 | 204 | font-style: italic; |
| 236 | 205 | line-height: 1.5; |
| 237 | - text-align: start; | |
| 238 | - border-start-start-radius: 0; | |
| 239 | - border-start-end-radius: 3px; | |
| 240 | - border-end-start-radius: 0; | |
| 241 | - border-end-end-radius: 3px; | |
| 206 | + text-align: left; | |
| 207 | + border-radius: 0 3px 3px 0; | |
| 208 | + -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); | |
| 209 | + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); | |
| 242 | 210 | } |
| 243 | 211 | .elementor-panel-alert a { |
| 244 | 212 | color: inherit; |
| 245 | 213 | } |
| 246 | 214 | .elementor-panel-alert.elementor-panel-alert-info { |
| 247 | - border-color: var(--e-a-color-info); | |
| 248 | - background: var(--e-a-bg-info); | |
| 215 | + border-color: #71d7f7; | |
| 216 | + background-color: #f3fcff; | |
| 249 | 217 | } |
| 250 | 218 | .elementor-panel-alert.elementor-panel-alert-success { |
| 251 | - border-color: var(--e-a-color-success); | |
| 252 | - background: var(--e-a-bg-success); | |
| 219 | + border-color: #39b54a; | |
| 253 | 220 | } |
| 254 | 221 | .elementor-panel-alert.elementor-panel-alert-warning { |
| 255 | - border-inline-start: 3px solid var(--e-a-color-warning); | |
| 256 | - background: var(--e-a-bg-warning); | |
| 222 | + border-color: #fcb92c; | |
| 257 | 223 | } |
| 258 | 224 | .elementor-panel-alert.elementor-panel-alert-danger { |
| 259 | - border-color: var(--e-a-color-danger); | |
| 260 | - background: var(--e-a-bg-danger); | |
| 225 | + border-color: #d72b3f; | |
| 261 | 226 | } |
| 262 | 227 | |
| 228 | +.elementor-label { | |
| 229 | + display: inline; | |
| 230 | + padding: 0.2em 0.6em 0.3em; | |
| 231 | + font-size: 75%; | |
| 232 | + font-weight: 700; | |
| 233 | + line-height: 1; | |
| 234 | + color: #fff; | |
| 235 | + text-align: center; | |
| 236 | + white-space: nowrap; | |
| 237 | + vertical-align: baseline; | |
| 238 | + border-radius: 0.25em; | |
| 239 | + text-transform: capitalize; | |
| 240 | +} | |
| 241 | +.elementor-label.elementor-label-default { | |
| 242 | + background-color: #a4afb7; | |
| 243 | +} | |
| 244 | +.elementor-label.elementor-label-info { | |
| 245 | + background-color: #5bc0de; | |
| 246 | +} | |
| 247 | +.elementor-label.elementor-label-success { | |
| 248 | + background-color: #5cb85c; | |
| 249 | +} | |
| 250 | +.elementor-label.elementor-label-warning { | |
| 251 | + background-color: #f0ad4e; | |
| 252 | +} | |
| 253 | +.elementor-label.elementor-label-danger { | |
| 254 | + background-color: #d9534f; | |
| 255 | +} | |
| 256 | + | |
| 263 | 257 | .elementor-descriptor, .elementor-control-field-description { |
| 264 | 258 | font-size: 11px; |
| 265 | 259 | font-style: italic; |
| 266 | 260 | line-height: 1.4; |
| 267 | - color: var(--e-a-color-txt-muted); | |
| 261 | + color: #a4afb7; | |
| 268 | 262 | } |
| 269 | 263 | |
| 270 | 264 | .elementor-controls-popover { |
| 271 | 265 | display: none; |
| 272 | 266 | position: absolute; |
| 273 | - box-shadow: var(--e-a-popover-shadow); | |
| 274 | - border-radius: var(--e-a-border-radius); | |
| 275 | - inset-inline: 0; | |
| 267 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 268 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 269 | + border-radius: 3px; | |
| 270 | + left: 0; | |
| 271 | + right: 0; | |
| 276 | 272 | margin: -4px auto 5px; |
| 277 | - padding-block-start: 15px; | |
| 273 | + padding-top: 15px; | |
| 278 | 274 | width: 90%; |
| 279 | 275 | z-index: 10000; |
| 280 | - background-color: var(--e-a-bg-default); | |
| 276 | + background-color: #fff; | |
| 281 | 277 | } |
| 282 | 278 | .elementor-controls-popover:before { |
| 283 | 279 | content: ""; |
| 284 | 280 | position: absolute; |
| 285 | - inset-block-start: -16px; | |
| 286 | - inset-inline-end: 22px; | |
| 281 | + top: -16px; | |
| 282 | + right: 22px; | |
| 287 | 283 | border: 8px solid transparent; |
| 288 | - border-block-end-color: var(--e-a-bg-default); | |
| 284 | + border-bottom-color: #fff; | |
| 289 | 285 | } |
| 290 | 286 | .elementor-controls-popover div.elementor-control { |
| 291 | 287 | background-color: transparent; |
| 292 | 288 | } |
| @@ -293,14 +289,19 @@ | ||
| 293 | 289 | .elementor-controls-popover div.elementor-control:before { |
| 294 | 290 | content: none; |
| 295 | 291 | } |
| 296 | 292 | |
| 293 | +#elementor-controls .pojo-widget-button-collapse { | |
| 294 | + display: none; | |
| 295 | +} | |
| 296 | + | |
| 297 | 297 | #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { |
| 298 | - margin-block-start: 20px; | |
| 298 | + margin-top: 20px; | |
| 299 | 299 | } |
| 300 | 300 | |
| 301 | 301 | .elementor-control { |
| 302 | 302 | --control-title-size: 12px; |
| 303 | + background-color: #fff; | |
| 303 | 304 | position: relative; |
| 304 | 305 | padding: 0 20px 15px; |
| 305 | 306 | } |
| 306 | 307 | .elementor-control a { |
| @@ -305,68 +306,92 @@ | ||
| 305 | 306 | } |
| 306 | 307 | .elementor-control a { |
| 307 | 308 | font-weight: 500; |
| 308 | 309 | text-decoration: none; |
| 309 | - border-block-end: 1px dotted transparent; | |
| 310 | + border-bottom: 1px dotted transparent; | |
| 311 | + -webkit-transition: all ease-in-out 0.3s; | |
| 312 | + -o-transition: all ease-in-out 0.3s; | |
| 310 | 313 | transition: all ease-in-out 0.3s; |
| 311 | 314 | } |
| 312 | 315 | .elementor-control a:hover { |
| 313 | - border-block-end-color: inherit; | |
| 316 | + border-bottom-color: inherit; | |
| 314 | 317 | } |
| 318 | +.elementor-control a.elementor-responsive-switcher { | |
| 319 | + border-bottom: 0; | |
| 320 | +} | |
| 315 | 321 | .elementor-control .elementor-control-content { |
| 322 | + display: -webkit-box; | |
| 323 | + display: -ms-flexbox; | |
| 316 | 324 | display: flex; |
| 317 | - flex-direction: column; | |
| 325 | + -webkit-box-orient: vertical; | |
| 326 | + -webkit-box-direction: normal; | |
| 327 | + -ms-flex-direction: column; | |
| 328 | + flex-direction: column; | |
| 318 | 329 | } |
| 319 | 330 | .elementor-control .elementor-control-title { |
| 320 | 331 | font-size: var(--control-title-size); |
| 321 | 332 | line-height: 1; |
| 322 | - margin-inline-end: 5px; | |
| 333 | + margin-right: 5px; | |
| 323 | 334 | } |
| 324 | -.elementor-control .elementor-control-title:empty { | |
| 325 | - display: none; | |
| 326 | -} | |
| 327 | 335 | .elementor-control .elementor-control-spinner { |
| 336 | + display: -webkit-box; | |
| 337 | + display: -ms-flexbox; | |
| 328 | 338 | display: flex; |
| 329 | - align-items: center; | |
| 339 | + -webkit-box-align: center; | |
| 340 | + -ms-flex-align: center; | |
| 341 | + align-items: center; | |
| 330 | 342 | } |
| 331 | 343 | .elementor-control.elementor-control-type-divider { |
| 332 | 344 | padding: 0; |
| 345 | + background-color: transparent; | |
| 333 | 346 | } |
| 334 | 347 | .elementor-control.elementor-control-type-divider .elementor-control-content { |
| 335 | - margin-inline: 20px; | |
| 336 | 348 | border-width: 0; |
| 337 | - border-block-start: var(--e-a-border); | |
| 338 | - background-color: var(--e-a-bg-default); | |
| 349 | + border-color: #e6e9ec; | |
| 350 | + border-style: solid; | |
| 351 | + border-top-width: 1px; | |
| 352 | + background-color: #ffffff; | |
| 339 | 353 | height: 15px; |
| 340 | 354 | } |
| 355 | +.elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp { | |
| 356 | + margin-top: 15px; | |
| 357 | +} | |
| 358 | +.elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp:before { | |
| 359 | + content: ""; | |
| 360 | + height: 1px; | |
| 361 | + display: block; | |
| 362 | + margin-bottom: 15px; | |
| 363 | + background-color: transparent; | |
| 364 | +} | |
| 341 | 365 | .elementor-control.elementor-control-separator-before { |
| 342 | - padding-block-start: 15px; | |
| 366 | + padding-top: 15px; | |
| 343 | 367 | } |
| 344 | 368 | .elementor-control.elementor-control-separator-before:before { |
| 345 | 369 | content: ""; |
| 346 | 370 | position: absolute; |
| 347 | - inset: 0 20px auto; | |
| 348 | 371 | height: 1px; |
| 349 | - background-color: var(--e-a-border-color); | |
| 372 | + width: 100%; | |
| 373 | + top: 0; | |
| 374 | + left: 0; | |
| 375 | + background-color: #e6e9ec; | |
| 350 | 376 | } |
| 351 | -.elementor-control.elementor-control-separator-after { | |
| 352 | - padding-block-end: 15px; | |
| 353 | -} | |
| 354 | 377 | .elementor-control.elementor-control-separator-after:after { |
| 355 | 378 | content: ""; |
| 356 | 379 | position: absolute; |
| 357 | - inset: auto 20px 0; | |
| 358 | 380 | height: 1px; |
| 359 | - background-color: var(--e-a-border-color); | |
| 381 | + width: 100%; | |
| 382 | + bottom: 0; | |
| 383 | + left: 0; | |
| 384 | + background-color: #e6e9ec; | |
| 360 | 385 | } |
| 361 | 386 | .elementor-control.elementor-control-separator-after + .elementor-control-type-tabs + .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) + .elementor-control-separator-default { |
| 362 | - padding-block-start: 15px; | |
| 387 | + padding-top: 15px; | |
| 363 | 388 | } |
| 364 | 389 | .elementor-control.elementor-control-deprecated { |
| 365 | - color: var(--e-a-color-warning); | |
| 390 | + color: #b01b1b; | |
| 366 | 391 | } |
| 367 | 392 | .elementor-control.elementor-control-deprecated .elementor-control-field-description { |
| 368 | - color: var(--e-a-color-warning); | |
| 393 | + color: #b01b1b; | |
| 369 | 394 | } |
| 370 | 395 | .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { |
| 371 | 396 | display: none; |
| 372 | 397 | } |
| @@ -397,390 +422,361 @@ | ||
| 397 | 422 | } |
| 398 | 423 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 399 | 424 | display: none; |
| 400 | 425 | } |
| 401 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 402 | - padding: 4px; | |
| 426 | +.elementor-control.elementor-control-type-select .elementor-control-input-wrapper { | |
| 427 | + position: relative; | |
| 403 | 428 | } |
| 404 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 405 | - aspect-ratio: 4/1; | |
| 406 | - -o-object-fit: cover; | |
| 407 | - object-fit: cover; | |
| 408 | - -o-object-position: center; | |
| 409 | - object-position: center; | |
| 429 | +.elementor-control.elementor-control-type-select .elementor-control-input-wrapper select { | |
| 430 | + appearance: none; | |
| 431 | + -webkit-appearance: none; | |
| 432 | + -moz-appearance: none; | |
| 433 | + font-size: 12px; | |
| 434 | + font-family: inherit; | |
| 435 | + font-weight: inherit; | |
| 436 | + font-style: inherit; | |
| 437 | + text-transform: inherit; | |
| 438 | + letter-spacing: inherit; | |
| 439 | + line-height: inherit; | |
| 440 | + -ms-flex-preferred-size: 100%; | |
| 441 | + flex-basis: 100%; | |
| 442 | + padding-left: 5px; | |
| 443 | + padding-right: 20px; | |
| 444 | + cursor: pointer; | |
| 410 | 445 | } |
| 411 | -.elementor-control-shape_divider_bottom img { | |
| 412 | - rotate: X 180deg; | |
| 446 | +.elementor-control.elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { | |
| 447 | + color: #a4afb7; | |
| 413 | 448 | } |
| 449 | +.elementor-control.elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder { | |
| 450 | + display: none; | |
| 451 | +} | |
| 452 | +.elementor-control.elementor-control-type-select .elementor-control-input-wrapper:after { | |
| 453 | + font-family: eicons; | |
| 454 | + content: "\e8ad"; | |
| 455 | + font-size: 12px; | |
| 456 | + position: absolute; | |
| 457 | + top: 50%; | |
| 458 | + -webkit-transform: translateY(-50%); | |
| 459 | + -ms-transform: translateY(-50%); | |
| 460 | + transform: translateY(-50%); | |
| 461 | + right: 5px; | |
| 462 | + pointer-events: none; | |
| 463 | +} | |
| 414 | 464 | .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { |
| 415 | - margin-block-start: 5px; | |
| 465 | + margin-top: 5px; | |
| 416 | 466 | } |
| 467 | +.elementor-control.elementor-control-custom_css_title { | |
| 468 | + font-size: 12px; | |
| 469 | +} | |
| 417 | 470 | |
| 418 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 419 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 420 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 421 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 422 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 423 | - transform: rotate(90deg); | |
| 471 | +.elementor-control.elementor-open .elementor-panel-heading-toggle .eicon:before, | |
| 472 | +.elementor-panel-scheme-item.elementor-open .elementor-panel-heading-toggle .eicon:before { | |
| 473 | + content: "\e92a"; | |
| 424 | 474 | } |
| 425 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 426 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 427 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 428 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 475 | +.elementor-control:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before, | |
| 476 | +.elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before { | |
| 477 | + content: "\e90a"; | |
| 429 | 478 | } |
| 430 | 479 | |
| 431 | 480 | .elementor-panel-heading { |
| 432 | - display: flex; | |
| 433 | - align-items: center; | |
| 434 | - gap: 5px; | |
| 435 | - height: 48px; | |
| 436 | - padding-inline: 20px; | |
| 481 | + display: table; | |
| 482 | + table-layout: fixed; | |
| 483 | + height: 40px; | |
| 484 | + padding: 0 20px; | |
| 437 | 485 | width: 100%; |
| 438 | - border: 0; | |
| 439 | - border-block-start: var(--e-a-border); | |
| 440 | - border-block-start-width: 2px; | |
| 441 | - background-color: transparent; | |
| 442 | - color: var(--e-a-color-txt-accent); | |
| 486 | + border-bottom: 1px solid #e6e9ec; | |
| 443 | 487 | cursor: pointer; |
| 444 | 488 | } |
| 489 | +.elementor-panel-heading > * { | |
| 490 | + display: table-cell; | |
| 491 | + vertical-align: middle; | |
| 492 | +} | |
| 445 | 493 | .elementor-panel-heading-toggle { |
| 446 | - width: 10px; | |
| 447 | - display: flex; | |
| 448 | - flex-direction: column; | |
| 449 | - align-items: center; | |
| 494 | + width: 20px; | |
| 495 | + color: #495157; | |
| 450 | 496 | } |
| 451 | 497 | .elementor-panel-heading-title { |
| 498 | + color: #495157; | |
| 452 | 499 | font-weight: bold; |
| 453 | 500 | } |
| 454 | -.elementor-panel-heading-category-chip { | |
| 455 | - margin-inline-start: auto; | |
| 456 | - background-color: var(--e-a-bg-chip); | |
| 457 | - border-radius: 100px; | |
| 458 | - padding: 5px 8px; | |
| 501 | + | |
| 502 | +.elementor-control-wp { | |
| 503 | + line-height: 1.5; | |
| 459 | 504 | } |
| 460 | -.elementor-panel-heading-category-chip i { | |
| 461 | - margin-inline-start: 4px; | |
| 505 | +.elementor-control-wp p { | |
| 506 | + margin: 15px 0; | |
| 462 | 507 | } |
| 463 | -.elementor-panel-heading-promotion { | |
| 464 | - margin-inline-start: auto; | |
| 465 | -} | |
| 466 | -.elementor-panel-heading-promotion a { | |
| 467 | - color: var(--e-a-color-accent-promotion); | |
| 468 | - font-family: "Roboto", sans-serif; | |
| 469 | - font-weight: 500; | |
| 470 | - font-size: 13px; | |
| 471 | -} | |
| 472 | -.elementor-panel-heading-promotion a i { | |
| 473 | - margin-inline-end: 4px; | |
| 474 | - font-size: 14px; | |
| 475 | -} | |
| 476 | -.elementor-panel-heading-promotion a:hover { | |
| 477 | - color: var(--e-a-color-accent-promotion); | |
| 478 | -} | |
| 479 | -.elementor-panel-heading:focus-visible { | |
| 480 | - color: var(--e-a-color-txt-hover); | |
| 481 | -} | |
| 482 | 508 | |
| 483 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 484 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 485 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 486 | - border-block-start: none; | |
| 487 | -} | |
| 488 | - | |
| 489 | 509 | .elementor-control-field { |
| 510 | + display: -webkit-box; | |
| 511 | + display: -ms-flexbox; | |
| 490 | 512 | display: flex; |
| 491 | - align-items: center; | |
| 513 | + -webkit-box-align: center; | |
| 514 | + -ms-flex-align: center; | |
| 515 | + align-items: center; | |
| 492 | 516 | } |
| 493 | 517 | |
| 494 | 518 | .elementor-label-block > .elementor-control-content > .elementor-control-field { |
| 495 | - flex-wrap: wrap; | |
| 519 | + -ms-flex-wrap: wrap; | |
| 520 | + flex-wrap: wrap; | |
| 496 | 521 | } |
| 497 | 522 | .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 498 | 523 | width: 100%; |
| 499 | - max-width: 100%; | |
| 500 | - margin-block-start: 10px; | |
| 524 | + margin-top: 10px; | |
| 501 | 525 | } |
| 502 | 526 | .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label { |
| 503 | 527 | width: auto; |
| 504 | - flex: 1 1 27px; | |
| 528 | + -webkit-box-flex: 1; | |
| 529 | + -ms-flex: 1 1 27px; | |
| 530 | + flex: 1 1 27px; | |
| 531 | + display: -webkit-box; | |
| 532 | + display: -ms-flexbox; | |
| 505 | 533 | display: flex; |
| 506 | - align-items: center; | |
| 507 | - justify-content: center; | |
| 534 | + -webkit-box-align: center; | |
| 535 | + -ms-flex-align: center; | |
| 536 | + align-items: center; | |
| 537 | + -webkit-box-pack: center; | |
| 538 | + -ms-flex-pack: center; | |
| 539 | + justify-content: center; | |
| 508 | 540 | } |
| 509 | 541 | .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 510 | - margin-block-start: 0; | |
| 542 | + margin-top: 0; | |
| 511 | 543 | } |
| 512 | 544 | .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 513 | - margin-block-start: 0; | |
| 545 | + margin-top: 0; | |
| 514 | 546 | } |
| 515 | 547 | |
| 516 | 548 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title { |
| 517 | - flex-shrink: 0; | |
| 518 | - max-width: 60%; | |
| 549 | + -ms-flex-negative: 0; | |
| 550 | + flex-shrink: 0; | |
| 519 | 551 | } |
| 520 | 552 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 521 | - margin-inline-start: auto; | |
| 553 | + margin-left: auto; | |
| 522 | 554 | } |
| 523 | 555 | |
| 524 | 556 | .elementor-control-field-description { |
| 525 | - margin-block-start: 10px; | |
| 557 | + margin-top: 10px; | |
| 526 | 558 | } |
| 527 | 559 | |
| 528 | 560 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 529 | - margin-block-start: 0; | |
| 561 | + margin-top: 0; | |
| 530 | 562 | } |
| 531 | 563 | |
| 532 | -.elementor-control-start-end .eicon-text-align-left, | |
| 533 | -.elementor-control-start-end .eicon-text-align-right, | |
| 534 | -.elementor-control-start-end .eicon-h-align-left, | |
| 535 | -.elementor-control-start-end .eicon-h-align-right { | |
| 536 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 564 | +.elementor-required { | |
| 565 | + color: #b01b1b; | |
| 537 | 566 | } |
| 538 | 567 | |
| 539 | -.elementor-update-preview { | |
| 540 | - margin: 15px 15px 0; | |
| 541 | - display: flex; | |
| 542 | - align-items: center; | |
| 568 | +.elementor-units-choices { | |
| 569 | + -webkit-box-flex: 1; | |
| 570 | + -ms-flex-positive: 1; | |
| 571 | + flex-grow: 1; | |
| 572 | + text-align: right; | |
| 543 | 573 | } |
| 544 | - | |
| 545 | -.elementor-update-preview-button-wrapper { | |
| 546 | - flex-grow: 1; | |
| 547 | - text-align: end; | |
| 574 | +.elementor-units-choices input { | |
| 575 | + display: none; | |
| 548 | 576 | } |
| 549 | - | |
| 550 | -.elementor-update-preview-button { | |
| 551 | - padding: 8px 15px; | |
| 577 | +.elementor-units-choices input:not(:checked) + label { | |
| 578 | + color: #a4afb7; | |
| 552 | 579 | } |
| 553 | - | |
| 554 | -.elementor-control-direction-ltr input, | |
| 555 | -.elementor-control-direction-ltr textarea { | |
| 556 | - direction: ltr; | |
| 580 | +.elementor-units-choices input.e-units-placeholder + label { | |
| 581 | + color: #c2cbd2; | |
| 582 | + text-decoration: underline; | |
| 557 | 583 | } |
| 558 | -.elementor-control-direction-rtl input, | |
| 559 | -.elementor-control-direction-rtl textarea { | |
| 560 | - direction: rtl; | |
| 584 | +.elementor-units-choices input:checked + label { | |
| 585 | + text-decoration: underline; | |
| 561 | 586 | } |
| 587 | +.elementor-units-choices label { | |
| 588 | + cursor: pointer; | |
| 589 | + padding: 0 2px; | |
| 590 | + text-transform: uppercase; | |
| 591 | + font-size: 9px; | |
| 592 | +} | |
| 562 | 593 | |
| 563 | 594 | .elementor-control-responsive-switchers { |
| 564 | 595 | --selected-option: 0; |
| 565 | 596 | --pointer-position: var(--selected-option); |
| 566 | 597 | position: relative; |
| 567 | - width: 2.5em; | |
| 568 | - height: 2.5em; | |
| 569 | - margin: calc(-2.5em + 12px) 0; | |
| 570 | - margin-inline-end: 5px; | |
| 598 | + width: 2em; | |
| 599 | + height: 2em; | |
| 600 | + margin: calc( -2em + var(--control-title-size)) 0; | |
| 601 | + margin-right: 5px; | |
| 571 | 602 | } |
| 572 | 603 | .elementor-control-responsive-switchers__holder { |
| 573 | 604 | position: absolute; |
| 574 | 605 | width: 100%; |
| 575 | - inset-block-start: 0; | |
| 576 | - background-color: var(--e-a-bg-default); | |
| 577 | - border-radius: var(--e-a-border-radius); | |
| 606 | + top: 0; | |
| 607 | + background-color: #fff; | |
| 608 | + border-radius: 3px; | |
| 609 | + -webkit-transition: 0.15s; | |
| 610 | + -o-transition: 0.15s; | |
| 578 | 611 | transition: 0.15s; |
| 579 | - border: 1px solid transparent; | |
| 612 | + border: 1px transparent solid; | |
| 580 | 613 | } |
| 581 | 614 | .elementor-control-responsive-switchers.elementor-responsive-switchers-open { |
| 582 | 615 | z-index: 11000; |
| 583 | 616 | } |
| 584 | 617 | .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { |
| 585 | - height: 2.5em; | |
| 586 | - transform: scale(1); | |
| 618 | + height: 2em; | |
| 619 | + -webkit-transform: scale(1); | |
| 620 | + -ms-transform: scale(1); | |
| 621 | + transform: scale(1); | |
| 587 | 622 | opacity: 1; |
| 588 | 623 | } |
| 589 | 624 | .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { |
| 590 | - color: var(--e-a-color-primary-bold); | |
| 625 | + color: #71d7f7; | |
| 591 | 626 | } |
| 592 | 627 | .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { |
| 593 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 628 | + top: calc(-1 * var(--selected-option) * 2em); | |
| 629 | + -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); | |
| 630 | + box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); | |
| 594 | 631 | } |
| 595 | 632 | |
| 596 | 633 | .elementor-responsive-switcher { |
| 597 | - all: unset; | |
| 634 | + display: -webkit-box; | |
| 635 | + display: -ms-flexbox; | |
| 598 | 636 | display: flex; |
| 599 | - align-items: center; | |
| 600 | - justify-content: center; | |
| 637 | + -webkit-box-align: center; | |
| 638 | + -ms-flex-align: center; | |
| 639 | + align-items: center; | |
| 640 | + -webkit-box-pack: center; | |
| 641 | + -ms-flex-pack: center; | |
| 642 | + justify-content: center; | |
| 601 | 643 | position: relative; |
| 602 | 644 | z-index: 2; |
| 603 | 645 | cursor: pointer; |
| 604 | 646 | height: 0; |
| 605 | - width: 100%; | |
| 606 | - transform: scale(0); | |
| 647 | + -webkit-transform: scale(0); | |
| 648 | + -ms-transform: scale(0); | |
| 649 | + transform: scale(0); | |
| 607 | 650 | opacity: 0; |
| 651 | + -webkit-transition: 0.15s; | |
| 652 | + -o-transition: 0.15s; | |
| 608 | 653 | transition: 0.15s; |
| 609 | 654 | font-size: 12px; |
| 610 | - color: inherit; | |
| 611 | 655 | } |
| 612 | -.elementor-responsive-switcher:hover { | |
| 613 | - color: var(--e-a-color-primary-bold); | |
| 656 | + | |
| 657 | +a.elementor-responsive-switcher { | |
| 658 | + color: #a4afb7; | |
| 614 | 659 | } |
| 660 | +a.elementor-responsive-switcher:hover { | |
| 661 | + color: #71d7f7; | |
| 662 | +} | |
| 615 | 663 | |
| 616 | 664 | .elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { |
| 617 | - height: 2.5em; | |
| 618 | - transform: scale(1); | |
| 665 | + height: 2em; | |
| 666 | + -webkit-transform: scale(1); | |
| 667 | + -ms-transform: scale(1); | |
| 668 | + transform: scale(1); | |
| 619 | 669 | opacity: 1; |
| 620 | 670 | } |
| 621 | 671 | .elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { |
| 622 | - color: var(--e-a-color-primary-bold); | |
| 672 | + color: #71d7f7; | |
| 623 | 673 | } |
| 624 | 674 | |
| 625 | 675 | .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 626 | - height: 2.5em; | |
| 627 | - transform: scale(1); | |
| 676 | + height: 2em; | |
| 677 | + -webkit-transform: scale(1); | |
| 678 | + -ms-transform: scale(1); | |
| 679 | + transform: scale(1); | |
| 628 | 680 | opacity: 1; |
| 629 | 681 | } |
| 630 | 682 | .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 631 | - color: var(--e-a-color-primary-bold); | |
| 683 | + color: #71d7f7; | |
| 632 | 684 | } |
| 633 | 685 | |
| 634 | 686 | .elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { |
| 635 | - height: 2.5em; | |
| 636 | - transform: scale(1); | |
| 687 | + height: 2em; | |
| 688 | + -webkit-transform: scale(1); | |
| 689 | + -ms-transform: scale(1); | |
| 690 | + transform: scale(1); | |
| 637 | 691 | opacity: 1; |
| 638 | 692 | } |
| 639 | 693 | .elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { |
| 640 | - color: var(--e-a-color-primary-bold); | |
| 694 | + color: #71d7f7; | |
| 641 | 695 | } |
| 642 | 696 | |
| 643 | 697 | .elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { |
| 644 | - height: 2.5em; | |
| 645 | - transform: scale(1); | |
| 698 | + height: 2em; | |
| 699 | + -webkit-transform: scale(1); | |
| 700 | + -ms-transform: scale(1); | |
| 701 | + transform: scale(1); | |
| 646 | 702 | opacity: 1; |
| 647 | 703 | } |
| 648 | 704 | .elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { |
| 649 | - color: var(--e-a-color-primary-bold); | |
| 705 | + color: #71d7f7; | |
| 650 | 706 | } |
| 651 | 707 | |
| 652 | 708 | .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 653 | - height: 2.5em; | |
| 654 | - transform: scale(1); | |
| 709 | + height: 2em; | |
| 710 | + -webkit-transform: scale(1); | |
| 711 | + -ms-transform: scale(1); | |
| 712 | + transform: scale(1); | |
| 655 | 713 | opacity: 1; |
| 656 | 714 | } |
| 657 | 715 | .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 658 | - color: var(--e-a-color-primary-bold); | |
| 716 | + color: #71d7f7; | |
| 659 | 717 | } |
| 660 | 718 | |
| 661 | 719 | .elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { |
| 662 | - height: 2.5em; | |
| 663 | - transform: scale(1); | |
| 720 | + height: 2em; | |
| 721 | + -webkit-transform: scale(1); | |
| 722 | + -ms-transform: scale(1); | |
| 723 | + transform: scale(1); | |
| 664 | 724 | opacity: 1; |
| 665 | 725 | } |
| 666 | 726 | .elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { |
| 667 | - color: var(--e-a-color-primary-bold); | |
| 727 | + color: #71d7f7; | |
| 668 | 728 | } |
| 669 | 729 | |
| 670 | 730 | .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 671 | - height: 2.5em; | |
| 672 | - transform: scale(1); | |
| 731 | + height: 2em; | |
| 732 | + -webkit-transform: scale(1); | |
| 733 | + -ms-transform: scale(1); | |
| 734 | + transform: scale(1); | |
| 673 | 735 | opacity: 1; |
| 674 | 736 | } |
| 675 | 737 | .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 676 | - color: var(--e-a-color-primary-bold); | |
| 738 | + color: #71d7f7; | |
| 677 | 739 | } |
| 678 | 740 | |
| 679 | -.e-units-wrapper { | |
| 680 | - position: relative; | |
| 681 | - margin-inline-start: auto; | |
| 741 | +.elementor-update-preview { | |
| 742 | + margin: 15px 15px 0; | |
| 743 | + display: -webkit-box; | |
| 744 | + display: -ms-flexbox; | |
| 745 | + display: flex; | |
| 746 | + -webkit-box-align: center; | |
| 747 | + -ms-flex-align: center; | |
| 748 | + align-items: center; | |
| 682 | 749 | } |
| 683 | -.e-units-wrapper .e-units-switcher { | |
| 684 | - cursor: pointer; | |
| 685 | - font-size: 10px; | |
| 686 | - padding: 0.5em; | |
| 687 | - margin: -0.5em 0; | |
| 688 | - transition: all ease-in-out 0.15s; | |
| 689 | -} | |
| 690 | -.e-units-wrapper .e-units-switcher:hover { | |
| 691 | - color: var(--e-a-color-primary-bold); | |
| 692 | - background-color: var(--e-a-bg-hover); | |
| 693 | - border-radius: var(--e-a-border-radius); | |
| 694 | -} | |
| 695 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 696 | - display: none; | |
| 697 | -} | |
| 698 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 699 | - display: none; | |
| 700 | -} | |
| 701 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 702 | - transform: rotate(90deg); | |
| 703 | -} | |
| 704 | 750 | |
| 705 | -.e-units-choices input { | |
| 706 | - display: none; | |
| 751 | +.elementor-update-preview-button-wrapper { | |
| 752 | + -webkit-box-flex: 1; | |
| 753 | + -ms-flex-positive: 1; | |
| 754 | + flex-grow: 1; | |
| 755 | + text-align: right; | |
| 707 | 756 | } |
| 708 | -.e-units-choices input:checked + label { | |
| 709 | - color: var(--e-a-color-primary-bold); | |
| 710 | -} | |
| 711 | -.e-units-choices label { | |
| 712 | - cursor: pointer; | |
| 713 | - display: block; | |
| 714 | -} | |
| 715 | -.e-units-choices { | |
| 716 | - display: none; | |
| 717 | - overflow: hidden; | |
| 718 | - max-height: 0; | |
| 719 | - position: absolute; | |
| 720 | - inset-block-start: -0.8em; | |
| 721 | - inset-inline-start: -0.5em; | |
| 722 | - width: 2.5em; | |
| 723 | - text-align: center; | |
| 724 | - background-color: var(--e-a-bg-default); | |
| 725 | - border-radius: var(--e-a-border-radius); | |
| 726 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 727 | - animation-timing-function: linear; | |
| 728 | - animation-delay: 0s; | |
| 729 | - animation-fill-mode: forwards; | |
| 730 | - z-index: 11000; | |
| 731 | -} | |
| 732 | -.e-units-choices .elementor-units-choices-label { | |
| 733 | - display: flex; | |
| 734 | - align-items: center; | |
| 735 | - height: 3em; | |
| 736 | - justify-content: center; | |
| 737 | - font-size: 10px; | |
| 738 | - transition: 0.15s; | |
| 739 | -} | |
| 740 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 741 | - color: var(--e-a-color-primary-bold); | |
| 742 | -} | |
| 743 | -.e-units-choices.e-units-choices-open { | |
| 744 | - display: block; | |
| 745 | - animation-duration: 1s; | |
| 746 | - animation-name: e-units-choices-open; | |
| 747 | -} | |
| 748 | 757 | |
| 749 | -.e-units-custom input { | |
| 750 | - font-family: monospace; | |
| 751 | - font-size: 0.85em; | |
| 758 | +.elementor-update-preview-button { | |
| 759 | + padding: 8px 15px; | |
| 760 | + text-transform: uppercase; | |
| 752 | 761 | } |
| 753 | 762 | |
| 754 | -@keyframes e-units-choices-open { | |
| 755 | - from { | |
| 756 | - max-height: 0; | |
| 757 | - } | |
| 758 | - to { | |
| 759 | - max-height: 100vh; | |
| 760 | - } | |
| 763 | +.elementor-control-direction-ltr input, | |
| 764 | +.elementor-control-direction-ltr textarea { | |
| 765 | + direction: ltr; | |
| 761 | 766 | } |
| 762 | -.elementor-control-alert { | |
| 763 | - display: flex; | |
| 764 | - flex-direction: column; | |
| 765 | - justify-content: flex-start; | |
| 766 | - align-items: flex-start; | |
| 767 | - gap: 8px; | |
| 767 | +.elementor-control-direction-rtl input, | |
| 768 | +.elementor-control-direction-rtl textarea { | |
| 769 | + direction: rtl; | |
| 768 | 770 | } |
| 769 | -.elementor-control-alert-heading { | |
| 770 | - font-weight: bold; | |
| 771 | -} | |
| 772 | 771 | |
| 773 | 772 | .elementor-control-type-button .elementor-control-input-wrapper { |
| 774 | - text-align: end; | |
| 773 | + text-align: right; | |
| 775 | 774 | } |
| 776 | 775 | .elementor-control-type-button .elementor-button { |
| 777 | 776 | width: auto; |
| 777 | + height: 26px; | |
| 778 | 778 | } |
| 779 | -.elementor-control-type-button .elementor-button.elementor-button-center { | |
| 780 | - display: block; | |
| 781 | - margin: 0 auto; | |
| 782 | -} | |
| 783 | 779 | |
| 784 | 780 | .elementor-control-type-choose.elementor-label-block .elementor-choices { |
| 785 | 781 | width: 100%; |
| 786 | 782 | } |
| @@ -785,80 +781,108 @@ | ||
| 785 | 781 | width: 100%; |
| 786 | 782 | } |
| 787 | 783 | |
| 788 | 784 | .elementor-choices { |
| 785 | + display: -webkit-box; | |
| 786 | + display: -ms-flexbox; | |
| 789 | 787 | display: flex; |
| 790 | 788 | height: 27px; |
| 791 | 789 | line-height: 27px; |
| 792 | 790 | text-align: center; |
| 793 | 791 | border-spacing: 1px; |
| 794 | - border-radius: var(--e-a-border-radius); | |
| 792 | + border-radius: 3px; | |
| 795 | 793 | overflow: hidden; |
| 796 | 794 | } |
| 797 | 795 | .elementor-choices .elementor-choices-label { |
| 798 | - border-block-start: var(--e-a-border-bold); | |
| 799 | - border-block-end: var(--e-a-border-bold); | |
| 800 | - border-inline-start: var(--e-a-border-bold); | |
| 801 | - border-inline-end: none; | |
| 796 | + border-top: 1px solid #d5dadf; | |
| 797 | + border-bottom: 1px solid #d5dadf; | |
| 798 | + border-left: 1px solid #d5dadf; | |
| 799 | + border-right: none; | |
| 802 | 800 | font-size: 12px; |
| 803 | - transition: var(--e-a-transition-hover); | |
| 801 | + -webkit-transition: all 0.5s; | |
| 802 | + -o-transition: all 0.5s; | |
| 803 | + transition: all 0.5s; | |
| 804 | 804 | cursor: pointer; |
| 805 | 805 | overflow: hidden; |
| 806 | 806 | } |
| 807 | 807 | .elementor-choices .elementor-choices-label:nth-child(2) { |
| 808 | - border-start-start-radius: var(--e-a-border-radius); | |
| 809 | - border-end-start-radius: var(--e-a-border-radius); | |
| 808 | + border-top-left-radius: 3px; | |
| 809 | + border-bottom-left-radius: 3px; | |
| 810 | 810 | } |
| 811 | 811 | .elementor-choices .elementor-choices-label:last-child { |
| 812 | - border-inline-end: var(--e-a-border-bold); | |
| 813 | - border-start-end-radius: var(--e-a-border-radius); | |
| 814 | - border-end-end-radius: var(--e-a-border-radius); | |
| 812 | + border-right: 1px solid #d5dadf; | |
| 813 | + border-top-right-radius: 3px; | |
| 814 | + border-bottom-right-radius: 3px; | |
| 815 | 815 | } |
| 816 | 816 | .elementor-choices input { |
| 817 | 817 | display: none; |
| 818 | 818 | } |
| 819 | -.elementor-choices input:hover + .elementor-choices-label { | |
| 820 | - background-color: var(--e-a-bg-hover); | |
| 819 | +.elementor-choices input.e-choose-placeholder + .elementor-choices-label { | |
| 820 | + color: #ffffff; | |
| 821 | + background-color: #c2cbd2; | |
| 822 | + border-color: #c2cbd2; | |
| 821 | 823 | } |
| 822 | -.elementor-choices input.e-choose-placeholder + .elementor-choices-label, .elementor-choices input:checked + .elementor-choices-label { | |
| 823 | - background-color: var(--e-a-bg-active-bold); | |
| 824 | - color: var(--e-a-color-txt-accent); | |
| 824 | +.elementor-choices input:checked + .elementor-choices-label { | |
| 825 | + color: #fff; | |
| 826 | + background-color: #a4afb7; | |
| 827 | + border-color: #a4afb7; | |
| 825 | 828 | } |
| 826 | 829 | |
| 827 | 830 | .elementor-label-inline .elementor-choices { |
| 828 | - justify-content: flex-end; | |
| 831 | + -webkit-box-pack: end; | |
| 832 | + -ms-flex-pack: end; | |
| 833 | + justify-content: flex-end; | |
| 829 | 834 | } |
| 830 | 835 | |
| 831 | -.elementor-control-type-color.e-control-global .pickr { | |
| 832 | - border-start-start-radius: 0; | |
| 833 | - border-start-end-radius: var(--e-a-border-radius); | |
| 834 | - border-end-start-radius: 0; | |
| 835 | - border-end-end-radius: var(--e-a-border-radius); | |
| 836 | - flex-shrink: 0; | |
| 837 | - border-color: var(--e-a-border-color-bold); | |
| 838 | - transition: var(--e-a-transition-hover); | |
| 836 | +.rtl .elementor-control-type-choose[class*=elementor-control-text_align] .elementor-choices, .rtl .elementor-control-type-choose[class*=elementor-control-align] .elementor-choices, .rtl .elementor-control-type-choose[class*=elementor-control-position] .elementor-choices { | |
| 837 | + -webkit-box-orient: horizontal; | |
| 838 | + -webkit-box-direction: reverse; | |
| 839 | + -ms-flex-direction: row-reverse; | |
| 840 | + flex-direction: row-reverse; | |
| 839 | 841 | } |
| 840 | -.elementor-control-type-color.e-control-global .pickr:hover { | |
| 841 | - background-color: var(--e-a-bg-hover); | |
| 842 | +.rtl .elementor-control-type-choose[class*=elementor-control-text_align] .elementor-choices .elementor-choices-label:nth-child(2), .rtl .elementor-control-type-choose[class*=elementor-control-align] .elementor-choices .elementor-choices-label:nth-child(2), .rtl .elementor-control-type-choose[class*=elementor-control-position] .elementor-choices .elementor-choices-label:nth-child(2) { | |
| 843 | + border-right: 1px solid #d5dadf; | |
| 844 | + border-radius: 3px 0 0 3px; | |
| 842 | 845 | } |
| 843 | -.elementor-control-type-color.e-control-global .e-global__popover-toggle:not(.e-global__popover-toggle--active) ~ .pickr { | |
| 844 | - background-color: var(--e-a-bg-active-bold); | |
| 846 | +.rtl .elementor-control-type-choose[class*=elementor-control-text_align] .elementor-choices .elementor-choices-label:last-child, .rtl .elementor-control-type-choose[class*=elementor-control-align] .elementor-choices .elementor-choices-label:last-child, .rtl .elementor-control-type-choose[class*=elementor-control-position] .elementor-choices .elementor-choices-label:last-child { | |
| 847 | + border-right: none; | |
| 848 | + border-radius: 0 3px 3px 0; | |
| 845 | 849 | } |
| 850 | + | |
| 851 | +.elementor-control-type-color.e-control-global .e-global__popover-toggle ~ .pickr { | |
| 852 | + border-radius: 0px 3px 3px 0; | |
| 853 | + -ms-flex-negative: 0; | |
| 854 | + flex-shrink: 0; | |
| 855 | +} | |
| 846 | 856 | .elementor-control-type-color .elementor-control-title { |
| 847 | - flex-grow: 1; | |
| 857 | + -webkit-box-flex: 1; | |
| 858 | + -ms-flex-positive: 1; | |
| 859 | + flex-grow: 1; | |
| 848 | 860 | } |
| 849 | 861 | .elementor-control-type-color .elementor-control-input-wrapper { |
| 862 | + display: -webkit-box; | |
| 863 | + display: -ms-flexbox; | |
| 850 | 864 | display: flex; |
| 851 | - justify-content: flex-end; | |
| 865 | + -webkit-box-pack: end; | |
| 866 | + -ms-flex-pack: end; | |
| 867 | + justify-content: flex-end; | |
| 852 | 868 | } |
| 869 | +.elementor-control-type-color .elementor-control-dynamic-switcher { | |
| 870 | + border-left-width: 0; | |
| 871 | + border-radius: 0 3px 3px 0; | |
| 872 | +} | |
| 873 | +.elementor-control-type-color.elementor-control-dynamic .pickr { | |
| 874 | + border-radius: 3px 0 0 3px; | |
| 875 | +} | |
| 853 | 876 | |
| 854 | 877 | .elementor-group-control-css-filter .elementor-slider { |
| 855 | 878 | height: 6px; |
| 856 | - box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); | |
| 879 | + -webkit-box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); | |
| 880 | + box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); | |
| 857 | 881 | } |
| 858 | 882 | .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 859 | - margin-block-start: 0; | |
| 860 | - margin-block-end: 5px; | |
| 883 | + margin-top: 0; | |
| 884 | + margin-bottom: 5px; | |
| 861 | 885 | } |
| 862 | 886 | |
| 863 | 887 | .elementor-group-control-blur .elementor-slider { |
| 864 | 888 | background: url("../images/blur.png"); |
| @@ -871,224 +895,31 @@ | ||
| 871 | 895 | background-size: 100% 100%; |
| 872 | 896 | } |
| 873 | 897 | |
| 874 | 898 | .elementor-group-control-hue .elementor-slider { |
| 899 | + background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(greenyellow), color-stop(limegreen), color-stop(deepskyblue), color-stop(blue), color-stop(95%, darkviolet)); | |
| 900 | + background-image: -o-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 875 | 901 | background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); |
| 876 | 902 | } |
| 877 | 903 | |
| 878 | 904 | .elementor-group-control-saturate .elementor-slider { |
| 905 | + background-image: -webkit-gradient(linear, left top, right top, from(gray), to(red)); | |
| 906 | + background-image: -o-linear-gradient(left, gray, red); | |
| 879 | 907 | background-image: linear-gradient(to right, gray, red); |
| 880 | 908 | } |
| 881 | 909 | |
| 882 | 910 | .elementor-group-control-brightness .elementor-slider { |
| 911 | + background-image: -webkit-gradient(linear, left top, right top, from(black), to(white)); | |
| 912 | + background-image: -o-linear-gradient(left, black, white); | |
| 883 | 913 | background-image: linear-gradient(to right, black, white); |
| 884 | 914 | } |
| 885 | 915 | |
| 886 | -.elementor-control-responsive-switchers { | |
| 887 | - --selected-option: 0; | |
| 888 | - --pointer-position: var(--selected-option); | |
| 889 | - position: relative; | |
| 890 | - width: 2.5em; | |
| 891 | - height: 2.5em; | |
| 892 | - margin: calc(-2.5em + 12px) 0; | |
| 893 | - margin-inline-end: 5px; | |
| 894 | -} | |
| 895 | -.elementor-control-responsive-switchers__holder { | |
| 896 | - position: absolute; | |
| 897 | - width: 100%; | |
| 898 | - inset-block-start: 0; | |
| 899 | - background-color: var(--e-a-bg-default); | |
| 900 | - border-radius: var(--e-a-border-radius); | |
| 901 | - transition: 0.15s; | |
| 902 | - border: 1px solid transparent; | |
| 903 | -} | |
| 904 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 905 | - z-index: 11000; | |
| 906 | -} | |
| 907 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 908 | - height: 2.5em; | |
| 909 | - transform: scale(1); | |
| 910 | - opacity: 1; | |
| 911 | -} | |
| 912 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 913 | - color: var(--e-a-color-primary-bold); | |
| 914 | -} | |
| 915 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 916 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 917 | -} | |
| 918 | - | |
| 919 | -.elementor-responsive-switcher { | |
| 920 | - all: unset; | |
| 921 | - display: flex; | |
| 922 | - align-items: center; | |
| 923 | - justify-content: center; | |
| 924 | - position: relative; | |
| 925 | - z-index: 2; | |
| 926 | - cursor: pointer; | |
| 927 | - height: 0; | |
| 928 | - width: 100%; | |
| 929 | - transform: scale(0); | |
| 930 | - opacity: 0; | |
| 931 | - transition: 0.15s; | |
| 932 | - font-size: 12px; | |
| 933 | - color: inherit; | |
| 934 | -} | |
| 935 | -.elementor-responsive-switcher:hover { | |
| 936 | - color: var(--e-a-color-primary-bold); | |
| 937 | -} | |
| 938 | - | |
| 939 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 940 | - height: 2.5em; | |
| 941 | - transform: scale(1); | |
| 942 | - opacity: 1; | |
| 943 | -} | |
| 944 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 945 | - color: var(--e-a-color-primary-bold); | |
| 946 | -} | |
| 947 | - | |
| 948 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 949 | - height: 2.5em; | |
| 950 | - transform: scale(1); | |
| 951 | - opacity: 1; | |
| 952 | -} | |
| 953 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 954 | - color: var(--e-a-color-primary-bold); | |
| 955 | -} | |
| 956 | - | |
| 957 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 958 | - height: 2.5em; | |
| 959 | - transform: scale(1); | |
| 960 | - opacity: 1; | |
| 961 | -} | |
| 962 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 963 | - color: var(--e-a-color-primary-bold); | |
| 964 | -} | |
| 965 | - | |
| 966 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 967 | - height: 2.5em; | |
| 968 | - transform: scale(1); | |
| 969 | - opacity: 1; | |
| 970 | -} | |
| 971 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 972 | - color: var(--e-a-color-primary-bold); | |
| 973 | -} | |
| 974 | - | |
| 975 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 976 | - height: 2.5em; | |
| 977 | - transform: scale(1); | |
| 978 | - opacity: 1; | |
| 979 | -} | |
| 980 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 981 | - color: var(--e-a-color-primary-bold); | |
| 982 | -} | |
| 983 | - | |
| 984 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 985 | - height: 2.5em; | |
| 986 | - transform: scale(1); | |
| 987 | - opacity: 1; | |
| 988 | -} | |
| 989 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 990 | - color: var(--e-a-color-primary-bold); | |
| 991 | -} | |
| 992 | - | |
| 993 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 994 | - height: 2.5em; | |
| 995 | - transform: scale(1); | |
| 996 | - opacity: 1; | |
| 997 | -} | |
| 998 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 999 | - color: var(--e-a-color-primary-bold); | |
| 1000 | -} | |
| 1001 | - | |
| 1002 | -.e-units-wrapper { | |
| 1003 | - position: relative; | |
| 1004 | - margin-inline-start: auto; | |
| 1005 | -} | |
| 1006 | -.e-units-wrapper .e-units-switcher { | |
| 1007 | - cursor: pointer; | |
| 1008 | - font-size: 10px; | |
| 1009 | - padding: 0.5em; | |
| 1010 | - margin: -0.5em 0; | |
| 1011 | - transition: all ease-in-out 0.15s; | |
| 1012 | -} | |
| 1013 | -.e-units-wrapper .e-units-switcher:hover { | |
| 1014 | - color: var(--e-a-color-primary-bold); | |
| 1015 | - background-color: var(--e-a-bg-hover); | |
| 1016 | - border-radius: var(--e-a-border-radius); | |
| 1017 | -} | |
| 1018 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 1019 | - display: none; | |
| 1020 | -} | |
| 1021 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 1022 | - display: none; | |
| 1023 | -} | |
| 1024 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 1025 | - transform: rotate(90deg); | |
| 1026 | -} | |
| 1027 | - | |
| 1028 | -.e-units-choices input { | |
| 1029 | - display: none; | |
| 1030 | -} | |
| 1031 | -.e-units-choices input:checked + label { | |
| 1032 | - color: var(--e-a-color-primary-bold); | |
| 1033 | -} | |
| 1034 | -.e-units-choices label { | |
| 1035 | - cursor: pointer; | |
| 1036 | - display: block; | |
| 1037 | -} | |
| 1038 | -.e-units-choices { | |
| 1039 | - display: none; | |
| 916 | +.elementor-control-type-dimensions .elementor-control-dimensions { | |
| 1040 | 917 | overflow: hidden; |
| 1041 | - max-height: 0; | |
| 1042 | - position: absolute; | |
| 1043 | - inset-block-start: -0.8em; | |
| 1044 | - inset-inline-start: -0.5em; | |
| 1045 | - width: 2.5em; | |
| 1046 | - text-align: center; | |
| 1047 | - background-color: var(--e-a-bg-default); | |
| 1048 | - border-radius: var(--e-a-border-radius); | |
| 1049 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 1050 | - animation-timing-function: linear; | |
| 1051 | - animation-delay: 0s; | |
| 1052 | - animation-fill-mode: forwards; | |
| 1053 | - z-index: 11000; | |
| 1054 | 918 | } |
| 1055 | -.e-units-choices .elementor-units-choices-label { | |
| 1056 | - display: flex; | |
| 1057 | - align-items: center; | |
| 1058 | - height: 3em; | |
| 1059 | - justify-content: center; | |
| 1060 | - font-size: 10px; | |
| 1061 | - transition: 0.15s; | |
| 1062 | -} | |
| 1063 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 1064 | - color: var(--e-a-color-primary-bold); | |
| 1065 | -} | |
| 1066 | -.e-units-choices.e-units-choices-open { | |
| 1067 | - display: block; | |
| 1068 | - animation-duration: 1s; | |
| 1069 | - animation-name: e-units-choices-open; | |
| 1070 | -} | |
| 1071 | - | |
| 1072 | -.e-units-custom input { | |
| 1073 | - font-family: monospace; | |
| 1074 | - font-size: 0.85em; | |
| 1075 | -} | |
| 1076 | - | |
| 1077 | -@keyframes e-units-choices-open { | |
| 1078 | - from { | |
| 1079 | - max-height: 0; | |
| 1080 | - } | |
| 1081 | - to { | |
| 1082 | - max-height: 100vh; | |
| 1083 | - } | |
| 1084 | -} | |
| 1085 | -.elementor-control-type-dimensions .elementor-control-dimensions { | |
| 1086 | - display: flex; | |
| 1087 | -} | |
| 1088 | 919 | .elementor-control-type-dimensions li { |
| 1089 | - flex: 1; | |
| 1090 | - transition: flex-grow 0.3s ease-in-out; | |
| 920 | + float: left; | |
| 921 | + width: 20%; | |
| 1091 | 922 | } |
| 1092 | 923 | .elementor-control-type-dimensions li input, |
| 1093 | 924 | .elementor-control-type-dimensions li .elementor-link-dimensions { |
| 1094 | 925 | display: block; |
| @@ -1093,361 +924,79 @@ | ||
| 1093 | 924 | .elementor-control-type-dimensions li .elementor-link-dimensions { |
| 1094 | 925 | display: block; |
| 1095 | 926 | text-align: center; |
| 1096 | 927 | width: 100%; |
| 928 | + border-color: #d5dadf; | |
| 1097 | 929 | height: 27px; |
| 1098 | 930 | } |
| 1099 | 931 | .elementor-control-type-dimensions li input { |
| 1100 | - border-inline-start: none; | |
| 932 | + border-left: none; | |
| 1101 | 933 | border-radius: 0; |
| 1102 | - padding: var(--e-a-border-radius); | |
| 934 | + padding: 4px 0; | |
| 1103 | 935 | } |
| 1104 | 936 | .elementor-control-type-dimensions li input:focus { |
| 1105 | - border-inline-start: var(--e-a-border-bold); | |
| 1106 | - margin-inline-start: -1px; | |
| 937 | + border-left: solid 1px; | |
| 938 | + border-color: #a4afb7; | |
| 939 | + margin-left: -1px; | |
| 1107 | 940 | width: calc(100% + 1px); |
| 1108 | 941 | } |
| 1109 | 942 | .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { |
| 1110 | - color: var(--e-a-color-txt); | |
| 943 | + color: #a4afb7; | |
| 1111 | 944 | } |
| 1112 | 945 | .elementor-control-type-dimensions li .elementor-link-dimensions { |
| 1113 | - border: var(--e-a-border-bold); | |
| 1114 | - border-inline-start: none; | |
| 1115 | - background-color: var(--e-a-bg-default); | |
| 946 | + border: 1px solid #d5dadf; | |
| 947 | + border-left: none; | |
| 948 | + background-color: #fff; | |
| 1116 | 949 | padding: 0; |
| 1117 | 950 | outline: none; |
| 1118 | - border-start-start-radius: 0; | |
| 1119 | - border-start-end-radius: var(--e-a-border-radius); | |
| 1120 | - border-end-start-radius: 0; | |
| 1121 | - border-end-end-radius: var(--e-a-border-radius); | |
| 951 | + border-radius: 0 3px 3px 0; | |
| 1122 | 952 | cursor: pointer; |
| 1123 | 953 | } |
| 1124 | 954 | .elementor-control-type-dimensions li:first-child input { |
| 1125 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 1126 | - border-start-start-radius: var(--e-a-border-radius); | |
| 1127 | - border-start-end-radius: 0; | |
| 1128 | - border-end-start-radius: var(--e-a-border-radius); | |
| 1129 | - border-end-end-radius: 0; | |
| 955 | + border-left: 1px solid #d5dadf; | |
| 956 | + border-radius: 3px 0 0 3px; | |
| 1130 | 957 | } |
| 1131 | 958 | .elementor-control-type-dimensions li:first-child input:focus { |
| 1132 | - border-color: var(--e-a-border-color-focus); | |
| 1133 | - margin-inline-start: 0; | |
| 959 | + border-color: #a4afb7; | |
| 960 | + margin-left: 0; | |
| 1134 | 961 | width: 100%; |
| 1135 | 962 | } |
| 1136 | -.elementor-control-type-dimensions li:last-child { | |
| 1137 | - max-width: 27px; | |
| 1138 | -} | |
| 1139 | -.elementor-control-type-dimensions.e-units-custom li.elementor-control-dimension:focus-within { | |
| 1140 | - flex: 2.5; | |
| 1141 | -} | |
| 1142 | 963 | .elementor-control-type-dimensions .elementor-control-dimension-label { |
| 1143 | - color: var(--e-a-color-txt-muted); | |
| 1144 | 964 | display: block; |
| 1145 | 965 | text-align: center; |
| 966 | + color: #d5dadf; | |
| 1146 | 967 | font-size: 9px; |
| 1147 | - padding-block-start: 5px; | |
| 968 | + text-transform: uppercase; | |
| 969 | + padding-top: 5px; | |
| 1148 | 970 | } |
| 1149 | 971 | .elementor-control-type-dimensions .elementor-link-dimensions.unlinked { |
| 1150 | - background-color: var(--e-a-bg-default); | |
| 972 | + background-color: #fff; | |
| 1151 | 973 | } |
| 1152 | 974 | .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { |
| 1153 | 975 | display: none; |
| 1154 | 976 | } |
| 1155 | 977 | .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) { |
| 1156 | - background-color: var(--e-a-bg-active-bold); | |
| 1157 | - color: var(--e-a-color-txt-accent); | |
| 1158 | - border-color: var(--e-a-border-color-bold); | |
| 978 | + background-color: #a4afb7; | |
| 979 | + border-color: #a4afb7; | |
| 1159 | 980 | } |
| 1160 | 981 | .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { |
| 1161 | 982 | display: none; |
| 1162 | 983 | } |
| 1163 | - | |
| 1164 | -.elementor-control-responsive-switchers { | |
| 1165 | - --selected-option: 0; | |
| 1166 | - --pointer-position: var(--selected-option); | |
| 1167 | - position: relative; | |
| 1168 | - width: 2.5em; | |
| 1169 | - height: 2.5em; | |
| 1170 | - margin: calc(-2.5em + 12px) 0; | |
| 1171 | - margin-inline-end: 5px; | |
| 984 | +.elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked { | |
| 985 | + color: #fff; | |
| 1172 | 986 | } |
| 1173 | -.elementor-control-responsive-switchers__holder { | |
| 1174 | - position: absolute; | |
| 1175 | - width: 100%; | |
| 1176 | - inset-block-start: 0; | |
| 1177 | - background-color: var(--e-a-bg-default); | |
| 1178 | - border-radius: var(--e-a-border-radius); | |
| 1179 | - transition: 0.15s; | |
| 1180 | - border: 1px solid transparent; | |
| 1181 | -} | |
| 1182 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 1183 | - z-index: 11000; | |
| 1184 | -} | |
| 1185 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 1186 | - height: 2.5em; | |
| 1187 | - transform: scale(1); | |
| 1188 | - opacity: 1; | |
| 1189 | -} | |
| 1190 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 1191 | - color: var(--e-a-color-primary-bold); | |
| 1192 | -} | |
| 1193 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 1194 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 1195 | -} | |
| 1196 | 987 | |
| 1197 | -.elementor-responsive-switcher { | |
| 1198 | - all: unset; | |
| 1199 | - display: flex; | |
| 1200 | - align-items: center; | |
| 1201 | - justify-content: center; | |
| 1202 | - position: relative; | |
| 1203 | - z-index: 2; | |
| 1204 | - cursor: pointer; | |
| 1205 | - height: 0; | |
| 1206 | - width: 100%; | |
| 1207 | - transform: scale(0); | |
| 1208 | - opacity: 0; | |
| 1209 | - transition: 0.15s; | |
| 1210 | - font-size: 12px; | |
| 1211 | - color: inherit; | |
| 1212 | -} | |
| 1213 | -.elementor-responsive-switcher:hover { | |
| 1214 | - color: var(--e-a-color-primary-bold); | |
| 1215 | -} | |
| 1216 | - | |
| 1217 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 1218 | - height: 2.5em; | |
| 1219 | - transform: scale(1); | |
| 1220 | - opacity: 1; | |
| 1221 | -} | |
| 1222 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 1223 | - color: var(--e-a-color-primary-bold); | |
| 1224 | -} | |
| 1225 | - | |
| 1226 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 1227 | - height: 2.5em; | |
| 1228 | - transform: scale(1); | |
| 1229 | - opacity: 1; | |
| 1230 | -} | |
| 1231 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 1232 | - color: var(--e-a-color-primary-bold); | |
| 1233 | -} | |
| 1234 | - | |
| 1235 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 1236 | - height: 2.5em; | |
| 1237 | - transform: scale(1); | |
| 1238 | - opacity: 1; | |
| 1239 | -} | |
| 1240 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 1241 | - color: var(--e-a-color-primary-bold); | |
| 1242 | -} | |
| 1243 | - | |
| 1244 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 1245 | - height: 2.5em; | |
| 1246 | - transform: scale(1); | |
| 1247 | - opacity: 1; | |
| 1248 | -} | |
| 1249 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 1250 | - color: var(--e-a-color-primary-bold); | |
| 1251 | -} | |
| 1252 | - | |
| 1253 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 1254 | - height: 2.5em; | |
| 1255 | - transform: scale(1); | |
| 1256 | - opacity: 1; | |
| 1257 | -} | |
| 1258 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 1259 | - color: var(--e-a-color-primary-bold); | |
| 1260 | -} | |
| 1261 | - | |
| 1262 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 1263 | - height: 2.5em; | |
| 1264 | - transform: scale(1); | |
| 1265 | - opacity: 1; | |
| 1266 | -} | |
| 1267 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 1268 | - color: var(--e-a-color-primary-bold); | |
| 1269 | -} | |
| 1270 | - | |
| 1271 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 1272 | - height: 2.5em; | |
| 1273 | - transform: scale(1); | |
| 1274 | - opacity: 1; | |
| 1275 | -} | |
| 1276 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 1277 | - color: var(--e-a-color-primary-bold); | |
| 1278 | -} | |
| 1279 | - | |
| 1280 | -.e-units-wrapper { | |
| 1281 | - position: relative; | |
| 1282 | - margin-inline-start: auto; | |
| 1283 | -} | |
| 1284 | -.e-units-wrapper .e-units-switcher { | |
| 1285 | - cursor: pointer; | |
| 1286 | - font-size: 10px; | |
| 1287 | - padding: 0.5em; | |
| 1288 | - margin: -0.5em 0; | |
| 1289 | - transition: all ease-in-out 0.15s; | |
| 1290 | -} | |
| 1291 | -.e-units-wrapper .e-units-switcher:hover { | |
| 1292 | - color: var(--e-a-color-primary-bold); | |
| 1293 | - background-color: var(--e-a-bg-hover); | |
| 1294 | - border-radius: var(--e-a-border-radius); | |
| 1295 | -} | |
| 1296 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 1297 | - display: none; | |
| 1298 | -} | |
| 1299 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 1300 | - display: none; | |
| 1301 | -} | |
| 1302 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 1303 | - transform: rotate(90deg); | |
| 1304 | -} | |
| 1305 | - | |
| 1306 | -.e-units-choices input { | |
| 1307 | - display: none; | |
| 1308 | -} | |
| 1309 | -.e-units-choices input:checked + label { | |
| 1310 | - color: var(--e-a-color-primary-bold); | |
| 1311 | -} | |
| 1312 | -.e-units-choices label { | |
| 1313 | - cursor: pointer; | |
| 1314 | - display: block; | |
| 1315 | -} | |
| 1316 | -.e-units-choices { | |
| 1317 | - display: none; | |
| 1318 | - overflow: hidden; | |
| 1319 | - max-height: 0; | |
| 1320 | - position: absolute; | |
| 1321 | - inset-block-start: -0.8em; | |
| 1322 | - inset-inline-start: -0.5em; | |
| 1323 | - width: 2.5em; | |
| 1324 | - text-align: center; | |
| 1325 | - background-color: var(--e-a-bg-default); | |
| 1326 | - border-radius: var(--e-a-border-radius); | |
| 1327 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 1328 | - animation-timing-function: linear; | |
| 1329 | - animation-delay: 0s; | |
| 1330 | - animation-fill-mode: forwards; | |
| 1331 | - z-index: 11000; | |
| 1332 | -} | |
| 1333 | -.e-units-choices .elementor-units-choices-label { | |
| 1334 | - display: flex; | |
| 1335 | - align-items: center; | |
| 1336 | - height: 3em; | |
| 1337 | - justify-content: center; | |
| 1338 | - font-size: 10px; | |
| 1339 | - transition: 0.15s; | |
| 1340 | -} | |
| 1341 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 1342 | - color: var(--e-a-color-primary-bold); | |
| 1343 | -} | |
| 1344 | -.e-units-choices.e-units-choices-open { | |
| 1345 | - display: block; | |
| 1346 | - animation-duration: 1s; | |
| 1347 | - animation-name: e-units-choices-open; | |
| 1348 | -} | |
| 1349 | - | |
| 1350 | -.e-units-custom input { | |
| 1351 | - font-family: monospace; | |
| 1352 | - font-size: 0.85em; | |
| 1353 | -} | |
| 1354 | - | |
| 1355 | -@keyframes e-units-choices-open { | |
| 1356 | - from { | |
| 1357 | - max-height: 0; | |
| 1358 | - } | |
| 1359 | - to { | |
| 1360 | - max-height: 100vh; | |
| 1361 | - } | |
| 1362 | -} | |
| 1363 | -.elementor-control-type-gaps .elementor-control-gaps { | |
| 1364 | - display: flex; | |
| 1365 | -} | |
| 1366 | -.elementor-control-type-gaps li { | |
| 1367 | - flex: 1; | |
| 1368 | - transition: flex-grow 0.3s ease-in-out; | |
| 1369 | -} | |
| 1370 | -.elementor-control-type-gaps li input, | |
| 1371 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 1372 | - display: block; | |
| 1373 | - text-align: center; | |
| 1374 | - width: 100%; | |
| 1375 | - height: 27px; | |
| 1376 | -} | |
| 1377 | -.elementor-control-type-gaps li input { | |
| 1378 | - border-inline-start: none; | |
| 1379 | - border-radius: 0; | |
| 1380 | - padding: var(--e-a-border-radius); | |
| 1381 | -} | |
| 1382 | -.elementor-control-type-gaps li input:focus { | |
| 1383 | - border-inline-start: var(--e-a-border-bold); | |
| 1384 | - margin-inline-start: -1px; | |
| 1385 | - width: calc(100% + 1px); | |
| 1386 | -} | |
| 1387 | -.elementor-control-type-gaps li input:focus + .elementor-control-gap-label { | |
| 1388 | - color: var(--e-a-color-txt); | |
| 1389 | -} | |
| 1390 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 1391 | - border: var(--e-a-border-bold); | |
| 1392 | - border-inline-start: none; | |
| 1393 | - background-color: var(--e-a-bg-default); | |
| 1394 | - padding: 0; | |
| 1395 | - outline: none; | |
| 1396 | - border-start-start-radius: 0; | |
| 1397 | - border-start-end-radius: var(--e-a-border-radius); | |
| 1398 | - border-end-start-radius: 0; | |
| 1399 | - border-end-end-radius: var(--e-a-border-radius); | |
| 1400 | - cursor: pointer; | |
| 1401 | -} | |
| 1402 | -.elementor-control-type-gaps li:first-child input { | |
| 1403 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 1404 | - border-start-start-radius: var(--e-a-border-radius); | |
| 1405 | - border-start-end-radius: 0; | |
| 1406 | - border-end-start-radius: var(--e-a-border-radius); | |
| 1407 | - border-end-end-radius: 0; | |
| 1408 | -} | |
| 1409 | -.elementor-control-type-gaps li:first-child input:focus { | |
| 1410 | - border-color: var(--e-a-border-color-focus); | |
| 1411 | - margin-inline-start: 0; | |
| 1412 | - width: 100%; | |
| 1413 | -} | |
| 1414 | -.elementor-control-type-gaps li:last-child { | |
| 1415 | - max-width: 27px; | |
| 1416 | -} | |
| 1417 | -.elementor-control-type-gaps.e-units-custom li.elementor-control-gap:focus-within { | |
| 1418 | - flex: 2.5; | |
| 1419 | -} | |
| 1420 | -.elementor-control-type-gaps .elementor-control-gap-label { | |
| 1421 | - color: var(--e-a-color-txt-muted); | |
| 1422 | - display: block; | |
| 1423 | - text-align: center; | |
| 1424 | - font-size: 9px; | |
| 1425 | - padding-block-start: 5px; | |
| 1426 | -} | |
| 1427 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked { | |
| 1428 | - background-color: var(--e-a-bg-default); | |
| 1429 | -} | |
| 1430 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked .elementor-linked { | |
| 1431 | - display: none; | |
| 1432 | -} | |
| 1433 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) { | |
| 1434 | - background-color: var(--e-a-bg-active-bold); | |
| 1435 | - color: var(--e-a-color-txt-accent); | |
| 1436 | - border-color: var(--e-a-border-color-bold); | |
| 1437 | -} | |
| 1438 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) .elementor-unlinked { | |
| 1439 | - display: none; | |
| 1440 | -} | |
| 1441 | - | |
| 1442 | 988 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 1443 | 989 | position: absolute; |
| 1444 | - inset-block-start: 50%; | |
| 1445 | - inset-inline-start: 50%; | |
| 1446 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 990 | + top: 50%; | |
| 991 | + left: 50%; | |
| 992 | + -webkit-transform: translate(-50%, -50%); | |
| 993 | + -ms-transform: translate(-50%, -50%); | |
| 994 | + transform: translate(-50%, -50%); | |
| 1447 | 995 | } |
| 1448 | 996 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 1449 | 997 | font-size: 70px; |
| 998 | + color: #6d7882; | |
| 1450 | 999 | } |
| 1451 | 1000 | .elementor-control-type-icons .elementor-control-media__preview svg { |
| 1452 | 1001 | height: 75%; |
| 1453 | 1002 | } |
| @@ -1455,29 +1004,40 @@ | ||
| 1455 | 1004 | font-size: 15px; |
| 1456 | 1005 | } |
| 1457 | 1006 | |
| 1458 | 1007 | .elementor-control-type-gallery .elementor-control-media__content { |
| 1459 | - border: var(--e-a-border-bold); | |
| 1008 | + border: 1px solid #d5dadf; | |
| 1460 | 1009 | border-radius: 3px; |
| 1461 | 1010 | } |
| 1462 | 1011 | .elementor-control-type-gallery .elementor-control-gallery-status { |
| 1463 | 1012 | font-size: 12px; |
| 1464 | 1013 | height: 27px; |
| 1465 | - padding-inline-start: 10px; | |
| 1466 | - border-block-end: var(--e-a-border-bold); | |
| 1014 | + padding-left: 10px; | |
| 1015 | + border-bottom: 1px solid #d5dadf; | |
| 1016 | + display: -webkit-box; | |
| 1017 | + display: -ms-flexbox; | |
| 1467 | 1018 | display: flex; |
| 1468 | 1019 | } |
| 1469 | 1020 | .elementor-control-type-gallery .elementor-control-gallery-status > * { |
| 1021 | + display: -webkit-box; | |
| 1022 | + display: -ms-flexbox; | |
| 1470 | 1023 | display: flex; |
| 1471 | - align-items: center; | |
| 1024 | + -webkit-box-align: center; | |
| 1025 | + -ms-flex-align: center; | |
| 1026 | + align-items: center; | |
| 1472 | 1027 | } |
| 1473 | 1028 | .elementor-control-type-gallery .elementor-control-gallery-status-title { |
| 1474 | - flex-grow: 1; | |
| 1029 | + -webkit-box-flex: 1; | |
| 1030 | + -ms-flex-positive: 1; | |
| 1031 | + flex-grow: 1; | |
| 1475 | 1032 | } |
| 1476 | 1033 | .elementor-control-type-gallery .elementor-control-gallery-content { |
| 1477 | 1034 | position: relative; |
| 1478 | 1035 | overflow: hidden; |
| 1479 | 1036 | } |
| 1037 | +.elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit { | |
| 1038 | + opacity: 0; | |
| 1039 | +} | |
| 1480 | 1040 | .elementor-control-type-gallery .elementor-control-gallery-thumbnails { |
| 1481 | 1041 | display: grid; |
| 1482 | 1042 | grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); |
| 1483 | 1043 | grid-gap: 10px; |
| @@ -1483,58 +1043,60 @@ | ||
| 1483 | 1043 | grid-gap: 10px; |
| 1484 | 1044 | cursor: pointer; |
| 1485 | 1045 | padding: 10px; |
| 1486 | 1046 | } |
| 1487 | -.elementor-control-type-gallery .elementor-control-gallery-thumbnails:hover + .elementor-control-gallery-edit, .elementor-control-type-gallery .elementor-control-gallery-thumbnails:focus + .elementor-control-gallery-edit { | |
| 1488 | - opacity: 1; | |
| 1489 | -} | |
| 1490 | 1047 | .elementor-control-type-gallery .elementor-control-gallery-thumbnail { |
| 1491 | 1048 | width: 48px; |
| 1492 | 1049 | height: 48px; |
| 1493 | - -o-object-fit: cover; | |
| 1494 | - object-fit: cover; | |
| 1495 | - border: var(--e-a-border); | |
| 1050 | + background-size: cover; | |
| 1051 | + background-position: 50% 50%; | |
| 1496 | 1052 | } |
| 1497 | -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image { | |
| 1498 | - outline: 2px solid var(--e-a-btn-bg-danger-active); | |
| 1499 | - opacity: 0.6; | |
| 1500 | -} | |
| 1501 | 1053 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 1502 | 1054 | position: absolute; |
| 1503 | - inset: 0; | |
| 1504 | - background-color: rgba(0, 0, 0, 0.2); | |
| 1055 | + top: 0; | |
| 1056 | + bottom: 0; | |
| 1057 | + left: 0; | |
| 1058 | + right: 0; | |
| 1059 | + background-color: rgba(109, 120, 130, 0.3); | |
| 1505 | 1060 | padding: 10px; |
| 1506 | 1061 | font-size: 11px; |
| 1062 | + -webkit-transition: all 0.3s ease-in-out; | |
| 1063 | + -o-transition: all 0.3s ease-in-out; | |
| 1507 | 1064 | transition: all 0.3s ease-in-out; |
| 1508 | 1065 | pointer-events: none; |
| 1509 | 1066 | cursor: pointer; |
| 1510 | - opacity: 0; | |
| 1067 | + opacity: 1; | |
| 1511 | 1068 | } |
| 1512 | 1069 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 1513 | 1070 | position: absolute; |
| 1514 | - inset-block-start: 10px; | |
| 1515 | - inset-inline-end: 10px; | |
| 1071 | + top: 10px; | |
| 1072 | + right: 10px; | |
| 1516 | 1073 | width: 21px; |
| 1517 | 1074 | height: 21px; |
| 1518 | - color: var(--e-a-color-white); | |
| 1519 | - background-color: rgba(0, 0, 0, 0.5); | |
| 1520 | - box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 1521 | - transition: var(--e-a-transition-hover); | |
| 1075 | + background-color: rgba(255, 255, 255, 0.9); | |
| 1076 | + color: #a4afb7; | |
| 1077 | + -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 1078 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 1079 | + border-radius: 3px; | |
| 1522 | 1080 | } |
| 1523 | 1081 | .elementor-control-type-gallery .elementor-control-gallery-edit span i { |
| 1524 | 1082 | font-size: 11px; |
| 1525 | 1083 | padding: 5px; |
| 1526 | 1084 | } |
| 1527 | -.elementor-control-type-gallery .elementor-control-gallery-edit span:hover { | |
| 1528 | - background-color: rgba(0, 0, 0, 0.6); | |
| 1529 | -} | |
| 1530 | 1085 | .elementor-control-type-gallery .elementor-control-gallery-add { |
| 1531 | 1086 | width: 48px; |
| 1532 | 1087 | height: 48px; |
| 1088 | + color: #fff; | |
| 1089 | + background-color: #d5dadf; | |
| 1533 | 1090 | font-size: 14px; |
| 1091 | + border-radius: 0; | |
| 1534 | 1092 | } |
| 1093 | +.elementor-control-type-gallery .elementor-control-gallery-add:hover { | |
| 1094 | + background-color: #c2cbd2; | |
| 1095 | +} | |
| 1535 | 1096 | .elementor-control-type-gallery .elementor-control-gallery-add i { |
| 1536 | 1097 | margin: 0; |
| 1098 | + color: #a4afb7; | |
| 1537 | 1099 | } |
| 1538 | 1100 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-clear, |
| 1539 | 1101 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-thumbnails, |
| 1540 | 1102 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-edit { |
| @@ -1546,25 +1108,24 @@ | ||
| 1546 | 1108 | .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add { |
| 1547 | 1109 | display: none; |
| 1548 | 1110 | } |
| 1549 | 1111 | .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear { |
| 1550 | - border-inline-start: var(--e-a-border); | |
| 1112 | + border-left: 1px solid #d5dadf; | |
| 1551 | 1113 | } |
| 1552 | 1114 | .elementor-control-type-gallery .elementor-control-gallery-clear { |
| 1553 | - color: currentColor; | |
| 1554 | - background-color: transparent; | |
| 1555 | - border: none; | |
| 1556 | 1115 | cursor: pointer; |
| 1557 | - justify-content: center; | |
| 1116 | + -webkit-box-pack: center; | |
| 1117 | + -ms-flex-pack: center; | |
| 1118 | + justify-content: center; | |
| 1558 | 1119 | } |
| 1559 | -.elementor-control-type-gallery .elementor-control-gallery-clear:hover, .elementor-control-type-gallery .elementor-control-gallery-clear:focus { | |
| 1560 | - color: var(--e-a-color-danger); | |
| 1120 | +.elementor-control-type-gallery .elementor-control-gallery-clear:hover { | |
| 1121 | + color: #b01b1b; | |
| 1561 | 1122 | } |
| 1562 | 1123 | .elementor-control-type-gallery .elementor-control-dynamic-switcher { |
| 1563 | - border-width: 0; | |
| 1564 | - border-inline-start-width: 1px; | |
| 1565 | - border-block-end-width: 1px; | |
| 1566 | - border-radius: 0; | |
| 1124 | + border: none; | |
| 1125 | + border-bottom: 1px solid #d5dadf; | |
| 1126 | + border-left: 1px solid #d5dadf; | |
| 1127 | + border-radius: 0 3px 0 0; | |
| 1567 | 1128 | } |
| 1568 | 1129 | |
| 1569 | 1130 | .e-global__popover { |
| 1570 | 1131 | width: 288px; |
| @@ -1569,49 +1130,55 @@ | ||
| 1569 | 1130 | .e-global__popover { |
| 1570 | 1131 | width: 288px; |
| 1571 | 1132 | z-index: 1; |
| 1572 | 1133 | font-size: 12px; |
| 1573 | - padding-inline-start: 10px; | |
| 1134 | + padding-left: 10px; | |
| 1574 | 1135 | } |
| 1575 | 1136 | .e-global__popover-toggle { |
| 1576 | - border: var(--e-a-border-bold); | |
| 1577 | - border-inline-end: 0; | |
| 1578 | - border-start-start-radius: 3px; | |
| 1579 | - border-start-end-radius: 0; | |
| 1580 | - border-end-start-radius: 3px; | |
| 1581 | - border-end-end-radius: 0; | |
| 1137 | + border: 1px solid #d5dadf; | |
| 1138 | + border-right: 0; | |
| 1139 | + border-radius: 3px 0 0 3px; | |
| 1140 | + display: -webkit-box; | |
| 1141 | + display: -ms-flexbox; | |
| 1582 | 1142 | display: flex; |
| 1583 | - align-items: center; | |
| 1584 | - justify-content: center; | |
| 1143 | + -webkit-box-align: center; | |
| 1144 | + -ms-flex-align: center; | |
| 1145 | + align-items: center; | |
| 1146 | + -webkit-box-pack: center; | |
| 1147 | + -ms-flex-pack: center; | |
| 1148 | + justify-content: center; | |
| 1585 | 1149 | cursor: pointer; |
| 1586 | - transition: var(--e-a-transition-hover); | |
| 1587 | 1150 | } |
| 1588 | -.e-global__popover-toggle:hover { | |
| 1589 | - background-color: var(--e-a-bg-hover); | |
| 1151 | +.e-global__popover-toggle--active i { | |
| 1152 | + color: #71d7f7; | |
| 1590 | 1153 | } |
| 1591 | -.e-global__popover-toggle--active { | |
| 1592 | - color: var(--e-a-color-primary-bold); | |
| 1593 | - background-color: var(--e-a-bg-active-bold); | |
| 1594 | -} | |
| 1595 | 1154 | .e-global__popover-container { |
| 1596 | - box-shadow: var(--e-a-popover-shadow); | |
| 1597 | - border-radius: var(--e-a-border-radius); | |
| 1598 | - background-color: var(--e-a-bg-default); | |
| 1155 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1156 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1157 | + border-radius: 3px; | |
| 1158 | + background-color: #fff; | |
| 1159 | + padding-bottom: 5px; | |
| 1599 | 1160 | } |
| 1600 | 1161 | .e-global__popover-title { |
| 1601 | 1162 | padding: 15px 20px; |
| 1602 | 1163 | font-weight: 500; |
| 1603 | - border-block-end: var(--e-a-border); | |
| 1164 | + color: #6d7882; | |
| 1165 | + border-bottom: 1px solid #e6e9ec; | |
| 1166 | + display: -webkit-box; | |
| 1167 | + display: -ms-flexbox; | |
| 1604 | 1168 | display: flex; |
| 1605 | 1169 | } |
| 1606 | 1170 | .e-global__popover-title > i { |
| 1607 | - margin-inline-end: 5px; | |
| 1171 | + margin-right: 5px; | |
| 1172 | + color: #d5dadf; | |
| 1608 | 1173 | } |
| 1609 | 1174 | .e-global__popover-title-text { |
| 1610 | - flex-grow: 1; | |
| 1175 | + -webkit-box-flex: 1; | |
| 1176 | + -ms-flex-positive: 1; | |
| 1177 | + flex-grow: 1; | |
| 1611 | 1178 | } |
| 1612 | 1179 | .e-global__popover-info { |
| 1613 | - margin-inline-end: 10px; | |
| 1180 | + margin-right: 5px; | |
| 1614 | 1181 | display: inline-block; |
| 1615 | 1182 | } |
| 1616 | 1183 | .e-global__popover-info-tooltip { |
| 1617 | 1184 | width: 270px; |
| @@ -1616,9 +1183,9 @@ | ||
| 1616 | 1183 | .e-global__popover-info-tooltip { |
| 1617 | 1184 | width: 270px; |
| 1618 | 1185 | z-index: 1; |
| 1619 | 1186 | background-color: rgba(0, 0, 0, 0.9); |
| 1620 | - color: var(--e-a-color-white); | |
| 1187 | + color: #fff; | |
| 1621 | 1188 | padding: 20px; |
| 1622 | 1189 | border-radius: 3px; |
| 1623 | 1190 | } |
| 1624 | 1191 | .e-global__popover-info-tooltip:after { |
| @@ -1623,48 +1190,44 @@ | ||
| 1623 | 1190 | } |
| 1624 | 1191 | .e-global__popover-info-tooltip:after { |
| 1625 | 1192 | content: ""; |
| 1626 | 1193 | position: absolute; |
| 1627 | - inset-block-end: -17px; | |
| 1628 | - inset-inline-start: 16px; | |
| 1194 | + bottom: -17px; | |
| 1195 | + left: 16px; | |
| 1629 | 1196 | border: 10px solid transparent; |
| 1630 | - border-block-start-color: rgba(0, 0, 0, 0.9); | |
| 1197 | + border-top-color: rgba(0, 0, 0, 0.9); | |
| 1631 | 1198 | } |
| 1632 | 1199 | .e-global__popover-info i { |
| 1200 | + color: #d5dadf; | |
| 1633 | 1201 | font-size: 13px; |
| 1634 | 1202 | } |
| 1635 | 1203 | .e-global__preview-items-container { |
| 1636 | - max-height: 400px; | |
| 1204 | + max-height: 260px; | |
| 1637 | 1205 | overflow-y: auto; |
| 1638 | - padding: 5px 0; | |
| 1206 | + margin-top: 5px; | |
| 1639 | 1207 | } |
| 1640 | 1208 | .e-global__preview-items-container::-webkit-scrollbar { |
| 1641 | 1209 | width: 7px; |
| 1642 | 1210 | } |
| 1643 | 1211 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 1644 | - background-color: #BABFC5; | |
| 1212 | + background-color: #c2cbd2; | |
| 1645 | 1213 | border-radius: 10px; |
| 1646 | 1214 | } |
| 1647 | -.e-global__group-header { | |
| 1648 | - padding: 12px 20px 5px; | |
| 1215 | +.e-global__manage-button { | |
| 1649 | 1216 | font-weight: 500; |
| 1650 | - font-size: 11px; | |
| 1651 | - color: var(--e-a-color-txt-muted); | |
| 1217 | + cursor: pointer; | |
| 1652 | 1218 | } |
| 1653 | -.e-global__group-divider { | |
| 1654 | - height: 1px; | |
| 1655 | - background-color: var(--e-a-border-color); | |
| 1656 | - margin: 10px 20px; | |
| 1219 | +.e-global__manage-button:hover i { | |
| 1220 | + color: #4ab7f4; | |
| 1657 | 1221 | } |
| 1658 | -.e-global__manage-button { | |
| 1659 | - font-weight: 500; | |
| 1660 | - cursor: pointer; | |
| 1222 | +.e-global__manage-button i { | |
| 1223 | + color: #6d7882; | |
| 1661 | 1224 | } |
| 1662 | 1225 | .e-global__typography { |
| 1663 | - padding-block: 10px; | |
| 1664 | - padding-inline: 35px 20px; | |
| 1226 | + padding: 5px 10px 5px 35px; | |
| 1665 | 1227 | white-space: nowrap; |
| 1666 | - text-overflow: ellipsis; | |
| 1228 | + -o-text-overflow: ellipsis; | |
| 1229 | + text-overflow: ellipsis; | |
| 1667 | 1230 | overflow: hidden; |
| 1668 | 1231 | } |
| 1669 | 1232 | .e-global__typography.e-global__preview-item--selected:before { |
| 1670 | 1233 | font-family: "eicons"; |
| @@ -1670,61 +1233,91 @@ | ||
| 1670 | 1233 | font-family: "eicons"; |
| 1671 | 1234 | font-size: 13px; |
| 1672 | 1235 | content: "\e90e"; |
| 1673 | 1236 | position: absolute; |
| 1674 | - transform: translateY(-50%); | |
| 1675 | - inset-block-start: 50%; | |
| 1676 | - inset-inline-start: 13px; | |
| 1237 | + -webkit-transform: translateY(-50%); | |
| 1238 | + -ms-transform: translateY(-50%); | |
| 1239 | + transform: translateY(-50%); | |
| 1240 | + top: 50%; | |
| 1241 | + left: 12px; | |
| 1677 | 1242 | } |
| 1678 | 1243 | .e-global__color { |
| 1679 | - padding: 10px 20px; | |
| 1244 | + margin: 5px auto; | |
| 1245 | + padding: 5px 20px; | |
| 1246 | + display: -webkit-box; | |
| 1247 | + display: -ms-flexbox; | |
| 1680 | 1248 | display: flex; |
| 1681 | - align-items: center; | |
| 1249 | + -webkit-box-align: center; | |
| 1250 | + -ms-flex-align: center; | |
| 1251 | + align-items: center; | |
| 1682 | 1252 | } |
| 1253 | +.e-global__color:first-child { | |
| 1254 | + margin-top: 5px; | |
| 1255 | +} | |
| 1256 | +.e-global__color:last-child { | |
| 1257 | + margin-bottom: 10px; | |
| 1258 | +} | |
| 1683 | 1259 | .e-global__color-preview-container { |
| 1684 | 1260 | height: 20px; |
| 1685 | 1261 | width: 20px; |
| 1686 | 1262 | border-radius: 3px; |
| 1687 | 1263 | border: 1px solid rgba(0, 0, 0, 0.1); |
| 1688 | - margin-inline-end: 10px; | |
| 1689 | - flex-shrink: 0; | |
| 1264 | + margin-right: 10px; | |
| 1265 | + -ms-flex-negative: 0; | |
| 1266 | + flex-shrink: 0; | |
| 1690 | 1267 | position: relative; |
| 1691 | 1268 | } |
| 1692 | 1269 | .e-global__color-preview-color, .e-global__color-preview-transparent-bg { |
| 1693 | 1270 | border-radius: 3px; |
| 1271 | + height: 100%; | |
| 1272 | + width: 100%; | |
| 1694 | 1273 | position: absolute; |
| 1695 | - inset: 0; | |
| 1274 | + top: 0; | |
| 1275 | + left: 0; | |
| 1696 | 1276 | } |
| 1697 | 1277 | .e-global__color-preview-transparent-bg { |
| 1698 | - background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); | |
| 1278 | + background-image: -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 1279 | + background-image: linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 1699 | 1280 | background-size: 12px 12px; |
| 1700 | - background-position: 0 0, calc(12px / 2) calc(12px / 2); | |
| 1281 | + background-position: 0 0, 6px 6px; | |
| 1701 | 1282 | } |
| 1702 | 1283 | .e-global__color-title { |
| 1703 | - flex-grow: 1; | |
| 1284 | + font-weight: 500; | |
| 1285 | + color: #6d7882; | |
| 1286 | + -webkit-box-flex: 1; | |
| 1287 | + -ms-flex-positive: 1; | |
| 1288 | + flex-grow: 1; | |
| 1704 | 1289 | white-space: nowrap; |
| 1705 | - text-overflow: ellipsis; | |
| 1290 | + -o-text-overflow: ellipsis; | |
| 1291 | + text-overflow: ellipsis; | |
| 1706 | 1292 | overflow: hidden; |
| 1707 | - padding-inline-end: 10px; | |
| 1293 | + padding-right: 10px; | |
| 1708 | 1294 | } |
| 1709 | 1295 | .e-global__color-hex { |
| 1710 | 1296 | font-size: 10px; |
| 1711 | - color: var(--e-a-color-txt-muted); | |
| 1297 | + font-weight: 500; | |
| 1298 | + color: #c2cbd2; | |
| 1712 | 1299 | } |
| 1713 | 1300 | .e-global__color .pcr-button { |
| 1714 | - background-color: var(--e-a-bg-default); | |
| 1301 | + background-color: #fff; | |
| 1715 | 1302 | } |
| 1716 | 1303 | .e-global__color.e-global__preview-item--selected .e-global__color-preview-container { |
| 1304 | + display: -webkit-box; | |
| 1305 | + display: -ms-flexbox; | |
| 1717 | 1306 | display: flex; |
| 1718 | - justify-content: center; | |
| 1719 | - align-items: center; | |
| 1720 | - color: var(--e-a-color-white); | |
| 1307 | + -webkit-box-pack: center; | |
| 1308 | + -ms-flex-pack: center; | |
| 1309 | + justify-content: center; | |
| 1310 | + -webkit-box-align: center; | |
| 1311 | + -ms-flex-align: center; | |
| 1312 | + align-items: center; | |
| 1313 | + color: #ffffff; | |
| 1721 | 1314 | } |
| 1722 | 1315 | .e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before { |
| 1723 | 1316 | font-family: "eicons"; |
| 1724 | 1317 | font-size: 13px; |
| 1725 | 1318 | content: "\e90e"; |
| 1726 | - text-shadow: 0 0 1px #000; | |
| 1319 | + text-shadow: 0px 0px 1px #000; | |
| 1727 | 1320 | z-index: 1; |
| 1728 | 1321 | } |
| 1729 | 1322 | .e-global__preview-item { |
| 1730 | 1323 | cursor: pointer; |
| @@ -1730,23 +1323,37 @@ | ||
| 1730 | 1323 | cursor: pointer; |
| 1731 | 1324 | position: relative; |
| 1732 | 1325 | } |
| 1733 | 1326 | .e-global__preview-item:hover { |
| 1734 | - background-color: var(--e-a-bg-hover); | |
| 1327 | + background-color: #f1f3f5; | |
| 1735 | 1328 | } |
| 1736 | -.e-global__confirm-delete i, .e-global__confirm-message-text i { | |
| 1737 | - color: var(--e-a-color-warning); | |
| 1329 | +.e-global__preview-item:hover .e-global__color-hex { | |
| 1330 | + color: #a4afb7; | |
| 1738 | 1331 | } |
| 1332 | +.e-global__confirm-add .dialog-buttons-wrapper > .dialog-button.dialog-confirm-ok { | |
| 1333 | + color: #39b54a; | |
| 1334 | +} | |
| 1335 | +.e-global__confirm-delete i { | |
| 1336 | + color: #b01b1b; | |
| 1337 | +} | |
| 1338 | +.e-global__confirm-message-text i { | |
| 1339 | + color: #fcb92c; | |
| 1340 | +} | |
| 1739 | 1341 | .e-global__confirm-input-wrapper { |
| 1342 | + display: -webkit-box; | |
| 1343 | + display: -ms-flexbox; | |
| 1740 | 1344 | display: flex; |
| 1741 | - align-items: center; | |
| 1742 | - border: var(--e-a-border); | |
| 1743 | - border-radius: var(--e-a-border-radius); | |
| 1744 | - margin: 15px 0; | |
| 1345 | + -webkit-box-align: center; | |
| 1346 | + -ms-flex-align: center; | |
| 1347 | + align-items: center; | |
| 1348 | + border: 1px solid #a4afb7; | |
| 1349 | + border-radius: 3px; | |
| 1350 | + margin-top: 10px; | |
| 1745 | 1351 | padding: 2px; |
| 1746 | 1352 | } |
| 1747 | 1353 | .e-global__confirm-input-wrapper input { |
| 1748 | - font-family: var(--e-a-font-family); | |
| 1354 | + font-family: Roboto, Arial, sans-serif; | |
| 1355 | + font-weight: 500; | |
| 1749 | 1356 | font-size: 12px; |
| 1750 | 1357 | padding: 2px; |
| 1751 | 1358 | border: 0; |
| 1752 | 1359 | } |
| @@ -1751,20 +1358,22 @@ | ||
| 1751 | 1358 | border: 0; |
| 1752 | 1359 | } |
| 1753 | 1360 | |
| 1754 | 1361 | .e-control-global .elementor-control-input-wrapper { |
| 1362 | + display: -webkit-box; | |
| 1363 | + display: -ms-flexbox; | |
| 1755 | 1364 | display: flex; |
| 1756 | - justify-content: flex-end; | |
| 1365 | + -webkit-box-pack: end; | |
| 1366 | + -ms-flex-pack: end; | |
| 1367 | + justify-content: flex-end; | |
| 1757 | 1368 | max-width: 135px; |
| 1758 | 1369 | width: 100%; |
| 1759 | 1370 | } |
| 1760 | 1371 | .e-control-global.elementor-control .elementor-control-input-wrapper { |
| 1761 | - display: flex; | |
| 1762 | - flex-direction: row; | |
| 1763 | - align-items: stretch; | |
| 1372 | + direction: ltr; | |
| 1764 | 1373 | } |
| 1765 | 1374 | .e-control-global .elementor-control-spinner { |
| 1766 | - margin-inline-end: 4px; | |
| 1375 | + margin-right: 4px; | |
| 1767 | 1376 | } |
| 1768 | 1377 | |
| 1769 | 1378 | .elementor-control-type-hidden { |
| 1770 | 1379 | display: none !important; |
| @@ -1770,9 +1379,9 @@ | ||
| 1770 | 1379 | display: none !important; |
| 1771 | 1380 | } |
| 1772 | 1381 | |
| 1773 | 1382 | .elementor-control-type-icon .select2-selection__rendered .eicon { |
| 1774 | - margin-inline-end: 3px; | |
| 1383 | + margin-right: 3px; | |
| 1775 | 1384 | } |
| 1776 | 1385 | |
| 1777 | 1386 | .elementor-control-type-image_dimensions .elementor-control-field-description { |
| 1778 | 1387 | margin: 0 0 15px; |
| @@ -1778,52 +1387,58 @@ | ||
| 1778 | 1387 | margin: 0 0 15px; |
| 1779 | 1388 | line-height: 1.4; |
| 1780 | 1389 | } |
| 1781 | 1390 | .elementor-control-type-image_dimensions .elementor-control-input-wrapper { |
| 1782 | - display: flex; | |
| 1783 | - align-items: flex-start; | |
| 1391 | + overflow: hidden; | |
| 1784 | 1392 | } |
| 1785 | 1393 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field { |
| 1786 | 1394 | width: 65px; |
| 1395 | + float: left; | |
| 1787 | 1396 | } |
| 1788 | 1397 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { |
| 1789 | - color: var(--e-a-color-txt); | |
| 1398 | + color: #a4afb7; | |
| 1790 | 1399 | } |
| 1791 | 1400 | .elementor-control-type-image_dimensions .elementor-image-dimensions-separator { |
| 1792 | 1401 | width: 20px; |
| 1793 | 1402 | text-align: center; |
| 1794 | - padding-block-start: 4px; | |
| 1403 | + float: left; | |
| 1404 | + padding-top: 4px; | |
| 1795 | 1405 | } |
| 1796 | 1406 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description { |
| 1797 | 1407 | display: block; |
| 1798 | - margin-block-start: 5px; | |
| 1799 | - color: var(--e-a-color-txt-disabled); | |
| 1800 | - font-size: 10px; | |
| 1408 | + text-transform: uppercase; | |
| 1409 | + margin-top: 5px; | |
| 1410 | + color: #d5dadf; | |
| 1411 | + font-size: 9px; | |
| 1801 | 1412 | text-align: center; |
| 1802 | 1413 | } |
| 1803 | 1414 | .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button { |
| 1804 | - margin-inline-start: auto; | |
| 1415 | + float: right; | |
| 1416 | + height: 27px; | |
| 1417 | + width: 65px; | |
| 1805 | 1418 | } |
| 1806 | 1419 | |
| 1807 | -.elementor-control-media.e-media-empty .elementor-control-media-area .elementor-control-media__remove, .elementor-control-media.e-media-empty .elementor-control-media-area .elementor-control-media__content__remove { | |
| 1420 | +.elementor-control-media.elementor-media-empty .elementor-control-media-area .elementor-control-media__remove, .elementor-control-media.elementor-media-empty .elementor-control-media-area .elementor-control-media__content__remove { | |
| 1808 | 1421 | display: none; |
| 1809 | 1422 | } |
| 1810 | -.elementor-control-media.e-media-empty-placeholder .e-control-image-size { | |
| 1423 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__content__upload-button { | |
| 1811 | 1424 | display: none; |
| 1812 | 1425 | } |
| 1813 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__content__upload-button { | |
| 1814 | - display: none; | |
| 1426 | +.elementor-control-media .elementor-control-input-wrapper { | |
| 1427 | + border: 1px solid #d5dadf; | |
| 1815 | 1428 | } |
| 1816 | 1429 | .elementor-control-media .eicon-plus-circle { |
| 1817 | 1430 | position: absolute; |
| 1818 | - inset-block-start: 50%; | |
| 1819 | - inset-inline-start: 50%; | |
| 1820 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 1821 | - color: var(--e-a-color-white); | |
| 1431 | + top: 50%; | |
| 1432 | + left: 50%; | |
| 1433 | + -webkit-transform: translate(-50%, -50%); | |
| 1434 | + -ms-transform: translate(-50%, -50%); | |
| 1435 | + transform: translate(-50%, -50%); | |
| 1436 | + color: #fff; | |
| 1822 | 1437 | font-size: 20px; |
| 1823 | 1438 | } |
| 1824 | 1439 | .elementor-control-media__content__upload-button { |
| 1825 | - background-color: var(--e-a-bg-active-bold); | |
| 1440 | + background-color: #d5dadf; | |
| 1826 | 1441 | } |
| 1827 | 1442 | .elementor-control-media__preview { |
| 1828 | 1443 | height: 100%; |
| 1829 | 1444 | background-size: cover; |
| @@ -1829,14 +1444,13 @@ | ||
| 1829 | 1444 | background-size: cover; |
| 1830 | 1445 | background-position: center; |
| 1831 | 1446 | } |
| 1832 | 1447 | .elementor-control-media-area { |
| 1833 | - background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); | |
| 1448 | + background-image: -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 1449 | + background-image: linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 1834 | 1450 | background-size: 16px 16px; |
| 1835 | - background-position: 0 0, calc(16px / 2) calc(16px / 2); | |
| 1836 | - background-color: var(--e-a-bg-default); | |
| 1837 | - border: var(--e-a-border-bold); | |
| 1838 | - aspect-ratio: 21/9; | |
| 1451 | + background-position: 0 0, 8px 8px; | |
| 1452 | + background-color: #f6f6f6; | |
| 1839 | 1453 | } |
| 1840 | 1454 | .elementor-control-media-area:not(:hover) .elementor-control-media__remove { |
| 1841 | 1455 | display: none; |
| 1842 | 1456 | } |
| @@ -1841,17 +1455,17 @@ | ||
| 1841 | 1455 | display: none; |
| 1842 | 1456 | } |
| 1843 | 1457 | .elementor-control-media-area .eicon-video-camera { |
| 1844 | 1458 | position: absolute; |
| 1845 | - inset-block-start: 50%; | |
| 1846 | - inset-inline-start: 50%; | |
| 1847 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 1459 | + top: 50%; | |
| 1460 | + left: 50%; | |
| 1461 | + -webkit-transform: translate(-50%, -50%); | |
| 1462 | + -ms-transform: translate(-50%, -50%); | |
| 1463 | + transform: translate(-50%, -50%); | |
| 1848 | 1464 | color: rgba(255, 255, 255, 0.7); |
| 1849 | 1465 | font-size: 21px; |
| 1850 | 1466 | } |
| 1851 | 1467 | .elementor-control-media .elementor-control-media__content { |
| 1852 | - aspect-ratio: 21/9; | |
| 1853 | - position: relative; | |
| 1854 | 1468 | cursor: pointer; |
| 1855 | 1469 | overflow: hidden; |
| 1856 | 1470 | } |
| 1857 | 1471 | .elementor-control-media .elementor-control-media__content:hover:after { |
| @@ -1856,141 +1470,171 @@ | ||
| 1856 | 1470 | } |
| 1857 | 1471 | .elementor-control-media .elementor-control-media__content:hover:after { |
| 1858 | 1472 | content: ""; |
| 1859 | 1473 | position: absolute; |
| 1860 | - inset: 0; | |
| 1474 | + top: 0; | |
| 1475 | + bottom: 0; | |
| 1476 | + left: 0; | |
| 1477 | + right: 0; | |
| 1861 | 1478 | background-color: rgba(0, 0, 0, 0.2); |
| 1862 | 1479 | pointer-events: none; |
| 1863 | 1480 | } |
| 1864 | 1481 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 1865 | - inset-block-end: -30px; | |
| 1482 | + bottom: -30px; | |
| 1866 | 1483 | } |
| 1867 | 1484 | .elementor-control-media__content { |
| 1485 | + -webkit-transition: all 0.2s ease-in-out; | |
| 1486 | + -o-transition: all 0.2s ease-in-out; | |
| 1868 | 1487 | transition: all 0.2s ease-in-out; |
| 1869 | 1488 | } |
| 1870 | 1489 | .elementor-control-media__tools { |
| 1871 | 1490 | position: absolute; |
| 1872 | - inset-block-end: 0; | |
| 1873 | - inset-inline: 0; | |
| 1491 | + bottom: 0; | |
| 1492 | + left: 0; | |
| 1493 | + right: 0; | |
| 1874 | 1494 | height: 27px; |
| 1495 | + -webkit-transition: all 0.2s ease-in-out; | |
| 1496 | + -o-transition: all 0.2s ease-in-out; | |
| 1875 | 1497 | transition: all 0.2s ease-in-out; |
| 1876 | 1498 | } |
| 1877 | 1499 | .elementor-control-media__tools > *:not(:first-child) { |
| 1878 | - margin-inline-start: 1px; | |
| 1500 | + margin-left: 1px; | |
| 1879 | 1501 | } |
| 1880 | 1502 | .elementor-control-media__tool { |
| 1503 | + display: -webkit-box; | |
| 1504 | + display: -ms-flexbox; | |
| 1881 | 1505 | display: flex; |
| 1882 | - align-items: center; | |
| 1883 | - justify-content: center; | |
| 1884 | - flex-grow: 1; | |
| 1885 | - color: var(--e-a-color-white); | |
| 1886 | - background-color: rgba(0, 0, 0, 0.9); | |
| 1506 | + -webkit-box-align: center; | |
| 1507 | + -ms-flex-align: center; | |
| 1508 | + align-items: center; | |
| 1509 | + -webkit-box-pack: center; | |
| 1510 | + -ms-flex-pack: center; | |
| 1511 | + justify-content: center; | |
| 1512 | + -webkit-box-flex: 1; | |
| 1513 | + -ms-flex-positive: 1; | |
| 1514 | + flex-grow: 1; | |
| 1515 | + color: #fff; | |
| 1516 | + background-color: rgba(109, 120, 130, 0.85); | |
| 1887 | 1517 | font-size: 11px; |
| 1888 | - transition: var(--e-a-transition-hover); | |
| 1518 | + -webkit-transition: background 0.3s; | |
| 1519 | + -o-transition: background 0.3s; | |
| 1520 | + transition: background 0.3s; | |
| 1889 | 1521 | } |
| 1890 | 1522 | .elementor-control-media__tool:hover { |
| 1891 | - background-color: rgba(0, 0, 0, 0.8); | |
| 1523 | + background-color: rgba(109, 120, 130, 0.95); | |
| 1892 | 1524 | } |
| 1893 | 1525 | .elementor-control-media__remove { |
| 1526 | + display: -webkit-box; | |
| 1527 | + display: -ms-flexbox; | |
| 1894 | 1528 | display: flex; |
| 1895 | - align-items: center; | |
| 1896 | - justify-content: center; | |
| 1529 | + -webkit-box-align: center; | |
| 1530 | + -ms-flex-align: center; | |
| 1531 | + align-items: center; | |
| 1532 | + -webkit-box-pack: center; | |
| 1533 | + -ms-flex-pack: center; | |
| 1534 | + justify-content: center; | |
| 1535 | + -webkit-transition: all 0.3s ease-in-out; | |
| 1536 | + -o-transition: all 0.3s ease-in-out; | |
| 1897 | 1537 | transition: all 0.3s ease-in-out; |
| 1898 | 1538 | } |
| 1899 | 1539 | .elementor-control-media__content__remove { |
| 1900 | 1540 | position: absolute; |
| 1901 | 1541 | z-index: 1; |
| 1902 | - inset-block-start: 10px; | |
| 1903 | - inset-inline-end: 10px; | |
| 1542 | + top: 10px; | |
| 1543 | + right: 10px; | |
| 1904 | 1544 | width: 20px; |
| 1905 | 1545 | height: 20px; |
| 1906 | 1546 | font-size: 11px; |
| 1907 | - color: var(--e-a-color-white); | |
| 1908 | - background-color: rgba(0, 0, 0, 0.5); | |
| 1909 | - border-radius: var(--e-border-radius); | |
| 1910 | - box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 1911 | - transition: var(--e-a-transition-hover); | |
| 1547 | + color: #a4afb7; | |
| 1548 | + background-color: rgba(255, 255, 255, 0.9); | |
| 1549 | + border-radius: 3px; | |
| 1550 | + -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); | |
| 1551 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); | |
| 1912 | 1552 | } |
| 1913 | 1553 | .elementor-control-media__content__remove:hover { |
| 1914 | - background-color: rgba(0, 0, 0, 0.6); | |
| 1554 | + background-color: white; | |
| 1555 | + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); | |
| 1556 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); | |
| 1915 | 1557 | } |
| 1916 | -.elementor-control-media.e-media-empty .elementor-control-file-area { | |
| 1558 | +.elementor-control-media.elementor-media-empty .elementor-control-file-area { | |
| 1917 | 1559 | display: none; |
| 1918 | 1560 | } |
| 1919 | -.elementor-control-media__warnings:empty { | |
| 1920 | - display: none; | |
| 1921 | -} | |
| 1922 | -.elementor-control-media__warnings:not(:empty) { | |
| 1923 | - margin-block-start: 10px; | |
| 1924 | -} | |
| 1925 | 1561 | .elementor-control-media__file { |
| 1562 | + display: -webkit-box; | |
| 1563 | + display: -ms-flexbox; | |
| 1926 | 1564 | display: flex; |
| 1927 | - justify-content: space-between; | |
| 1928 | - align-items: center; | |
| 1565 | + -webkit-box-pack: justify; | |
| 1566 | + -ms-flex-pack: justify; | |
| 1567 | + justify-content: space-between; | |
| 1568 | + -webkit-box-align: center; | |
| 1569 | + -ms-flex-align: center; | |
| 1570 | + align-items: center; | |
| 1929 | 1571 | width: 100%; |
| 1930 | - margin-block-start: 10px; | |
| 1931 | - border: var(--e-a-border); | |
| 1572 | + margin-top: 10px; | |
| 1573 | + border: 1px solid #d5dadf; | |
| 1932 | 1574 | } |
| 1933 | 1575 | .elementor-control-media__file__content { |
| 1934 | - padding-inline-start: 5px; | |
| 1576 | + padding-left: 5px; | |
| 1935 | 1577 | font-size: 12px; |
| 1936 | 1578 | } |
| 1937 | 1579 | .elementor-control-media__file__content__label { |
| 1938 | - color: #9DA5AE; | |
| 1580 | + color: #a4afb7; | |
| 1939 | 1581 | } |
| 1940 | 1582 | .elementor-control-media__file__content__info { |
| 1583 | + display: -webkit-box; | |
| 1584 | + display: -ms-flexbox; | |
| 1941 | 1585 | display: flex; |
| 1942 | - align-items: center; | |
| 1586 | + -webkit-box-align: center; | |
| 1587 | + -ms-flex-align: center; | |
| 1588 | + align-items: center; | |
| 1943 | 1589 | font-weight: 500; |
| 1944 | 1590 | } |
| 1945 | 1591 | .elementor-control-media__file__content__info__icon { |
| 1946 | - margin-inline-end: 5px; | |
| 1592 | + margin-right: 5px; | |
| 1947 | 1593 | } |
| 1948 | 1594 | .elementor-control-media__file__controls { |
| 1595 | + display: -webkit-box; | |
| 1596 | + display: -ms-flexbox; | |
| 1949 | 1597 | display: flex; |
| 1950 | - border-inline-start: var(--e-a-border); | |
| 1598 | + border-left: 1px solid #d5dadf; | |
| 1951 | 1599 | } |
| 1952 | 1600 | .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { |
| 1953 | 1601 | width: 27px; |
| 1954 | 1602 | height: 27px; |
| 1955 | 1603 | cursor: pointer; |
| 1956 | - align-items: center; | |
| 1604 | + -webkit-box-align: center; | |
| 1605 | + -ms-flex-align: center; | |
| 1606 | + align-items: center; | |
| 1957 | 1607 | } |
| 1958 | 1608 | .elementor-control-media__file__controls__upload-button { |
| 1609 | + display: -webkit-box; | |
| 1610 | + display: -ms-flexbox; | |
| 1959 | 1611 | display: flex; |
| 1960 | - justify-content: center; | |
| 1612 | + -webkit-box-pack: center; | |
| 1613 | + -ms-flex-pack: center; | |
| 1614 | + justify-content: center; | |
| 1961 | 1615 | } |
| 1962 | 1616 | .elementor-control-media__file__controls__remove { |
| 1963 | - border-inline-end: var(--e-a-border); | |
| 1617 | + border-right: 1px solid #d5dadf; | |
| 1964 | 1618 | } |
| 1965 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label { | |
| 1619 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__file__content__label { | |
| 1966 | 1620 | display: none; |
| 1967 | 1621 | } |
| 1968 | -.elementor-control-media.e-media-empty .elementor-control-media__file__content__info { | |
| 1622 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__content__info { | |
| 1969 | 1623 | display: none; |
| 1970 | 1624 | } |
| 1971 | -.elementor-control-media.e-media-empty .elementor-control-media__file__controls__remove { | |
| 1625 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__controls__remove { | |
| 1972 | 1626 | display: none; |
| 1973 | 1627 | } |
| 1974 | 1628 | .elementor-control-media .elementor-control-dynamic-switcher { |
| 1975 | 1629 | border: none; |
| 1976 | 1630 | border-radius: 0; |
| 1977 | - background-color: rgba(0, 0, 0, 0.9); | |
| 1978 | - color: var(--e-a-color-white); | |
| 1631 | + background-color: rgba(109, 120, 130, 0.85); | |
| 1632 | + color: #fff; | |
| 1979 | 1633 | } |
| 1980 | 1634 | .elementor-control-media .elementor-control-dynamic-switcher:hover { |
| 1981 | - background-color: rgba(0, 0, 0, 0.8); | |
| 1982 | - color: var(--e-a-color-white); | |
| 1635 | + background-color: rgba(109, 120, 130, 0.95); | |
| 1983 | 1636 | } |
| 1984 | -.elementor-control-media .e-control-image-size { | |
| 1985 | - display: flex; | |
| 1986 | - flex-direction: column; | |
| 1987 | - width: 100%; | |
| 1988 | - padding-block-start: 20px; | |
| 1989 | -} | |
| 1990 | -.elementor-control-media .e-control-image-size .elementor-control-input-wrapper { | |
| 1991 | - margin-inline-start: auto; | |
| 1992 | -} | |
| 1993 | 1637 | |
| 1994 | 1638 | .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper { |
| 1995 | 1639 | border: none; |
| 1996 | 1640 | } |
| @@ -1995,81 +1639,60 @@ | ||
| 1995 | 1639 | border: none; |
| 1996 | 1640 | } |
| 1997 | 1641 | |
| 1998 | 1642 | .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview { |
| 1999 | - background-color: var(--e-a-bg-active-bold); | |
| 1643 | + background-color: #d5dadf; | |
| 2000 | 1644 | } |
| 2001 | 1645 | |
| 2002 | -.elementor-control-notice { | |
| 2003 | - display: flex; | |
| 2004 | - justify-content: flex-start; | |
| 2005 | - align-items: flex-start; | |
| 2006 | - gap: 8px; | |
| 2007 | - padding: 16px; | |
| 2008 | - border-radius: 3px; | |
| 2009 | - border: 1px solid var(--notice-control-color, var(--e-a-color-txt)); | |
| 2010 | - color: var(--e-a-color-txt); | |
| 2011 | - font-size: 12px; | |
| 2012 | - font-weight: 400; | |
| 2013 | - line-height: 1.5; | |
| 2014 | - text-align: start; | |
| 2015 | - margin-block-start: 10px; | |
| 1646 | +.elementor-control-type-number.elementor-control-dynamic input { | |
| 1647 | + border-radius: 3px 0 0 3px; | |
| 1648 | + border-right: none; | |
| 2016 | 1649 | } |
| 2017 | -.elementor-control-notice-type-info { | |
| 2018 | - --notice-control-color: var(--e-a-color-info); | |
| 1650 | +.elementor-control-type-number.elementor-control-dynamic .elementor-control-dynamic-switcher { | |
| 1651 | + border-radius: 0 3px 3px 0; | |
| 2019 | 1652 | } |
| 2020 | -.elementor-control-notice-type-success { | |
| 2021 | - --notice-control-color: var(--e-a-color-success); | |
| 2022 | -} | |
| 2023 | -.elementor-control-notice-type-warning { | |
| 2024 | - --notice-control-color: var(--e-a-color-warning); | |
| 2025 | -} | |
| 2026 | -.elementor-control-notice-type-danger { | |
| 2027 | - --notice-control-color: var(--e-a-color-danger); | |
| 2028 | -} | |
| 2029 | -.elementor-control-notice-icon { | |
| 2030 | - flex-basis: 18px; | |
| 2031 | - color: var(--notice-control-color); | |
| 2032 | -} | |
| 2033 | -.elementor-control-notice-main { | |
| 1653 | + | |
| 1654 | +.elementor-control-type-order .elementor-control-oreder-wrapper { | |
| 1655 | + display: -webkit-box; | |
| 1656 | + display: -ms-flexbox; | |
| 2034 | 1657 | display: flex; |
| 2035 | - flex-direction: column; | |
| 2036 | - justify-content: flex-start; | |
| 2037 | - align-items: flex-start; | |
| 2038 | - gap: 6px; | |
| 2039 | - flex: 1; | |
| 2040 | 1658 | } |
| 2041 | -.elementor-control-notice-main-heading { | |
| 2042 | - font-weight: 700; | |
| 2043 | - font-style: italic; | |
| 1659 | +.elementor-control-type-order input { | |
| 1660 | + display: none; | |
| 2044 | 1661 | } |
| 2045 | -.elementor-control-notice-main-content { | |
| 2046 | - font-style: italic; | |
| 2047 | - line-height: 1.5; | |
| 1662 | +.elementor-control-type-order input:checked + .elementor-control-order-label { | |
| 1663 | + -webkit-transform: scale(1, -1); | |
| 1664 | + -ms-transform: scale(1, -1); | |
| 1665 | + transform: scale(1, -1); | |
| 2048 | 1666 | } |
| 2049 | -.elementor-control-notice-main-actions { | |
| 2050 | - display: flex; | |
| 2051 | - gap: 10px; | |
| 2052 | - padding-block-start: 8px; | |
| 1667 | +.elementor-control-type-order select { | |
| 1668 | + border-radius: 3px 0 0 3px; | |
| 2053 | 1669 | } |
| 2054 | -.elementor-control-notice-main a { | |
| 2055 | - color: inherit; | |
| 2056 | - font-weight: 700; | |
| 2057 | - cursor: pointer; | |
| 1670 | +.elementor-control-type-order select:not(:focus) ~ .elementor-control-order-label { | |
| 1671 | + border-color: #d5dadf; | |
| 2058 | 1672 | } |
| 2059 | -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus { | |
| 2060 | - color: inherit; | |
| 1673 | +.elementor-control-type-order select:focus ~ .elementor-control-order-label { | |
| 1674 | + border-color: #a4afb7; | |
| 2061 | 1675 | } |
| 2062 | -.elementor-control-notice-dismiss { | |
| 2063 | - -webkit-appearance: none; | |
| 2064 | - -moz-appearance: none; | |
| 2065 | - appearance: none; | |
| 2066 | - background-color: transparent; | |
| 2067 | - border: 0; | |
| 1676 | +.elementor-control-type-order .elementor-control-order-label { | |
| 1677 | + position: relative; | |
| 2068 | 1678 | padding: 0; |
| 2069 | - margin: 0; | |
| 1679 | + width: 40px; | |
| 1680 | + border: 1px solid; | |
| 1681 | + font-size: 10px; | |
| 1682 | + border-radius: 0 3px 3px 0; | |
| 1683 | + margin-left: -3px; | |
| 1684 | + background-color: #fff; | |
| 2070 | 1685 | cursor: pointer; |
| 2071 | 1686 | } |
| 1687 | +.elementor-control-type-order .elementor-control-order-label i { | |
| 1688 | + position: absolute; | |
| 1689 | + top: 50%; | |
| 1690 | + left: 50%; | |
| 1691 | + -webkit-transform: translate(-50%, -50%); | |
| 1692 | + -ms-transform: translate(-50%, -50%); | |
| 1693 | + transform: translate(-50%, -50%); | |
| 1694 | +} | |
| 2072 | 1695 | |
| 2073 | 1696 | .elementor-control-type-popover_toggle input { |
| 2074 | 1697 | display: none; |
| 2075 | 1698 | } |
| @@ -2076,107 +1699,104 @@ | ||
| 2076 | 1699 | .elementor-control-type-popover_toggle label { |
| 2077 | 1700 | cursor: pointer; |
| 2078 | 1701 | } |
| 2079 | 1702 | .elementor-control-type-popover_toggle .elementor-control-input-wrapper { |
| 2080 | - display: flex; | |
| 2081 | - flex-direction: row-reverse; | |
| 2082 | - align-items: center; | |
| 1703 | + direction: rtl; | |
| 2083 | 1704 | } |
| 2084 | 1705 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label { |
| 2085 | - color: var(--e-a-color-txt-active); | |
| 2086 | - background-color: var(--e-a-bg-active-bold); | |
| 1706 | + color: #71d7f7; | |
| 2087 | 1707 | } |
| 2088 | 1708 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:not(:checked) ~ .elementor-control-popover-toggle-reset-label { |
| 2089 | 1709 | display: none; |
| 2090 | 1710 | } |
| 1711 | +.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 1712 | + color: #c2cbd2; | |
| 1713 | + margin-right: 5px; | |
| 1714 | +} | |
| 2091 | 1715 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label { |
| 2092 | 1716 | height: 27px; |
| 1717 | + display: -webkit-inline-box; | |
| 1718 | + display: -ms-inline-flexbox; | |
| 2093 | 1719 | display: inline-flex; |
| 2094 | - align-items: center; | |
| 2095 | - justify-content: center; | |
| 2096 | - border-radius: var(--e-a-border-radius); | |
| 2097 | - border: var(--e-a-border-bold); | |
| 2098 | - transition: var(--e-a-transition-hover); | |
| 1720 | + -webkit-box-align: center; | |
| 1721 | + -ms-flex-align: center; | |
| 1722 | + align-items: center; | |
| 1723 | + -webkit-box-pack: center; | |
| 1724 | + -ms-flex-pack: center; | |
| 1725 | + justify-content: center; | |
| 1726 | + border-radius: 3px; | |
| 1727 | + border: 1px solid #d5dadf; | |
| 2099 | 1728 | } |
| 2100 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label:hover { | |
| 2101 | - background-color: var(--e-a-bg-hover); | |
| 2102 | -} | |
| 2103 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 2104 | - color: var(--e-a-color-txt-muted); | |
| 2105 | - margin-inline-end: 5px; | |
| 2106 | -} | |
| 2107 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover { | |
| 2108 | - color: var(--e-a-color-txt); | |
| 2109 | -} | |
| 2110 | 1729 | |
| 2111 | 1730 | .elementor-controls-popover.e-controls-popover--typography { |
| 2112 | - padding-block-start: 0; | |
| 1731 | + padding-top: 0; | |
| 2113 | 1732 | } |
| 2114 | 1733 | |
| 2115 | 1734 | .e-control-global .elementor-control-popover-toggle-toggle-label { |
| 2116 | - border-start-start-radius: 0; | |
| 2117 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2118 | - border-end-start-radius: 0; | |
| 2119 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2120 | - flex-shrink: 0; | |
| 1735 | + border-radius: 0 3px 3px 0; | |
| 1736 | + -ms-flex-negative: 0; | |
| 1737 | + flex-shrink: 0; | |
| 2121 | 1738 | } |
| 2122 | 1739 | |
| 2123 | 1740 | .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) { |
| 2124 | - padding-inline-start: 10px; | |
| 2125 | - padding-inline-end: 10px; | |
| 2126 | - padding-block-end: 10px; | |
| 1741 | + padding-right: 10px; | |
| 1742 | + padding-left: 10px; | |
| 1743 | + padding-bottom: 10px; | |
| 2127 | 1744 | } |
| 2128 | 1745 | .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove { |
| 2129 | 1746 | display: none; |
| 2130 | 1747 | } |
| 2131 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate, | |
| 2132 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add { | |
| 2133 | - display: none; | |
| 2134 | -} | |
| 2135 | 1748 | .elementor-control-type-repeater .elementor-repeater-fields { |
| 2136 | 1749 | margin: 10px 0; |
| 2137 | 1750 | } |
| 2138 | 1751 | .elementor-control-type-repeater .elementor-repeater-row-controls { |
| 2139 | - border: var(--e-a-border-bold); | |
| 2140 | - border-block-start-width: 0; | |
| 2141 | - padding-block-start: 15px; | |
| 1752 | + border: 1px solid #d5dadf; | |
| 1753 | + border-top-width: 0; | |
| 1754 | + padding-top: 15px; | |
| 2142 | 1755 | } |
| 2143 | 1756 | .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { |
| 2144 | 1757 | display: none; |
| 2145 | 1758 | } |
| 2146 | 1759 | .elementor-control-type-repeater .elementor-repeater-row-tools { |
| 2147 | - display: flex; | |
| 2148 | - align-items: center; | |
| 1760 | + display: table; | |
| 1761 | + table-layout: fixed; | |
| 2149 | 1762 | width: 100%; |
| 2150 | - border: 1px solid var(--e-a-border-color-bold); | |
| 2151 | - transition: var(--e-a-transition-hover); | |
| 1763 | + color: #556068; | |
| 1764 | + background-color: #d5dadf; | |
| 1765 | + height: 40px; | |
| 1766 | + border-spacing: 1px; | |
| 1767 | + -webkit-transition: all 0.5s; | |
| 1768 | + -o-transition: all 0.5s; | |
| 1769 | + transition: all 0.5s; | |
| 2152 | 1770 | } |
| 2153 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button { | |
| 2154 | - display: flex; | |
| 2155 | - align-items: center; | |
| 2156 | - justify-content: center; | |
| 2157 | - height: 40px; | |
| 2158 | - border: none; | |
| 2159 | - background-color: transparent; | |
| 2160 | - color: currentColor; | |
| 1771 | +.elementor-control-type-repeater .elementor-repeater-row-tools:hover { | |
| 1772 | + background-color: #a4afb7; | |
| 1773 | +} | |
| 1774 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div { | |
| 1775 | + display: table-cell; | |
| 1776 | + text-align: center; | |
| 1777 | + vertical-align: middle; | |
| 2161 | 1778 | cursor: pointer; |
| 2162 | 1779 | } |
| 2163 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button:hover, .elementor-control-type-repeater .elementor-repeater-row-tools > button:focus { | |
| 2164 | - background-color: var(--e-a-bg-hover); | |
| 1780 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) { | |
| 1781 | + background-color: #fff; | |
| 2165 | 1782 | } |
| 1783 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div:hover { | |
| 1784 | + opacity: 0.95; | |
| 1785 | +} | |
| 2166 | 1786 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { |
| 2167 | - flex: 1; | |
| 2168 | - justify-content: flex-start; | |
| 1787 | + text-align: left; | |
| 2169 | 1788 | padding: 0 10px; |
| 2170 | - font-size: var(--control-title-size); | |
| 1789 | + font-size: 12px; | |
| 2171 | 1790 | white-space: nowrap; |
| 2172 | - text-overflow: ellipsis; | |
| 1791 | + -o-text-overflow: ellipsis; | |
| 1792 | + text-overflow: ellipsis; | |
| 2173 | 1793 | overflow: hidden; |
| 2174 | 1794 | } |
| 2175 | 1795 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, |
| 2176 | 1796 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, |
| 2177 | 1797 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { |
| 2178 | - margin-inline-end: 5px; | |
| 1798 | + margin-right: 5px; | |
| 2179 | 1799 | } |
| 2180 | 1800 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] { |
| 2181 | 1801 | width: 1em; |
| 2182 | 1802 | } |
| @@ -2181,90 +1801,41 @@ | ||
| 2181 | 1801 | width: 1em; |
| 2182 | 1802 | } |
| 2183 | 1803 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { |
| 2184 | 1804 | width: 40px; |
| 2185 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2186 | 1805 | } |
| 2187 | 1806 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { |
| 1807 | + cursor: move; | |
| 2188 | 1808 | width: 10px; |
| 2189 | - border-inline-end: 1px solid var(--e-a-border-color-bold); | |
| 2190 | - cursor: move; | |
| 1809 | + color: #fff; | |
| 2191 | 1810 | } |
| 2192 | 1811 | .elementor-control-type-repeater .elementor-button-wrapper { |
| 2193 | 1812 | text-align: center; |
| 2194 | - padding-block-start: 5px; | |
| 1813 | + padding-top: 5px; | |
| 2195 | 1814 | } |
| 2196 | 1815 | |
| 2197 | -#elementor-controls, | |
| 2198 | -#elementor-panel-page-settings-controls, | |
| 2199 | -#elementor-panel-editorPreferences-settings-controls { | |
| 2200 | - padding-block-start: 15px; | |
| 2201 | -} | |
| 2202 | - | |
| 2203 | 1816 | .elementor-control-type-section { |
| 1817 | + margin-top: 10px; | |
| 2204 | 1818 | padding: 0; |
| 2205 | 1819 | } |
| 2206 | -.elementor-control-type-section.e-open { | |
| 2207 | - padding-block-end: 10px; | |
| 1820 | +.elementor-control-type-section.elementor-open { | |
| 1821 | + padding-bottom: 15px; | |
| 2208 | 1822 | } |
| 2209 | 1823 | .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { |
| 2210 | 1824 | display: none; |
| 2211 | 1825 | } |
| 2212 | -.elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) { | |
| 2213 | - margin-block-start: 25px; | |
| 2214 | -} | |
| 2215 | 1826 | |
| 2216 | -.elementor-control-type-select .elementor-control-input-wrapper { | |
| 2217 | - position: relative; | |
| 2218 | -} | |
| 2219 | -.elementor-control-type-select .elementor-control-input-wrapper select { | |
| 2220 | - -webkit-appearance: none; | |
| 2221 | - -moz-appearance: none; | |
| 2222 | - appearance: none; | |
| 2223 | - font-size: var(--control-title-size); | |
| 2224 | - font-family: inherit; | |
| 2225 | - font-weight: inherit; | |
| 2226 | - font-style: inherit; | |
| 2227 | - text-transform: inherit; | |
| 2228 | - letter-spacing: inherit; | |
| 2229 | - line-height: inherit; | |
| 2230 | - flex-basis: 100%; | |
| 2231 | - padding-inline-start: 5px; | |
| 2232 | - padding-inline-end: 20px; | |
| 2233 | - cursor: pointer; | |
| 2234 | -} | |
| 2235 | -.elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { | |
| 2236 | - color: var(--e-a-color-txt-disabled); | |
| 2237 | -} | |
| 2238 | -.elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder { | |
| 2239 | - display: none; | |
| 2240 | -} | |
| 2241 | -.elementor-control-type-select .elementor-control-input-wrapper:after { | |
| 2242 | - font-family: eicons; | |
| 2243 | - content: "\e8ad"; | |
| 2244 | - font-size: 12px; | |
| 2245 | - position: absolute; | |
| 2246 | - inset-block-start: 50%; | |
| 2247 | - inset-inline-end: 5px; | |
| 2248 | - transform: translateY(-50%); | |
| 2249 | - pointer-events: none; | |
| 2250 | -} | |
| 2251 | -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { | |
| 2252 | - max-width: 80px; | |
| 2253 | -} | |
| 2254 | - | |
| 2255 | 1827 | .elementor-shadow-box .elementor-shadow-slider { |
| 2256 | - margin-block-start: 10px; | |
| 1828 | + margin-top: 10px; | |
| 2257 | 1829 | } |
| 2258 | 1830 | .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title { |
| 2259 | - flex-grow: 1; | |
| 1831 | + -webkit-box-flex: 1; | |
| 1832 | + -ms-flex-positive: 1; | |
| 1833 | + flex-grow: 1; | |
| 2260 | 1834 | } |
| 2261 | 1835 | |
| 2262 | 1836 | .elementor-control-type-slider.elementor-control-dynamic input { |
| 2263 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2264 | - border-start-end-radius: 0; | |
| 2265 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2266 | - border-end-end-radius: 0; | |
| 1837 | + border-radius: 3px 0 0 3px; | |
| 2267 | 1838 | } |
| 2268 | 1839 | .elementor-control-type-slider .elementor-control-unit-2 { |
| 2269 | 1840 | width: 21%; |
| 2270 | 1841 | } |
| @@ -2271,64 +1842,65 @@ | ||
| 2271 | 1842 | .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper { |
| 2272 | 1843 | display: block; |
| 2273 | 1844 | } |
| 2274 | 1845 | .elementor-control-type-slider--multiple { |
| 2275 | - padding-block-end: 40px; | |
| 1846 | + padding-bottom: 40px; | |
| 2276 | 1847 | } |
| 2277 | 1848 | .elementor-control-type-slider--multiple .elementor-slider { |
| 2278 | - margin-block-start: 12px; | |
| 1849 | + margin-top: 12px; | |
| 2279 | 1850 | width: 98%; |
| 2280 | 1851 | } |
| 2281 | 1852 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 2282 | 1853 | border-radius: 0; |
| 2283 | 1854 | width: 10px; |
| 2284 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 1855 | + -webkit-transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 1856 | + -ms-transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 1857 | + transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 2285 | 1858 | } |
| 2286 | 1859 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 2287 | 1860 | content: ""; |
| 2288 | 1861 | position: absolute; |
| 2289 | - inset-block-start: 2px; | |
| 1862 | + top: 2px; | |
| 2290 | 1863 | height: 12px; |
| 2291 | 1864 | width: 11px; |
| 2292 | - transform: rotate(45deg); | |
| 2293 | - background-color: var(--e-a-color-white); | |
| 1865 | + -webkit-transform: rotate(45deg); | |
| 1866 | + -ms-transform: rotate(45deg); | |
| 1867 | + transform: rotate(45deg); | |
| 1868 | + background-color: #fff; | |
| 2294 | 1869 | border-radius: 3px; |
| 2295 | 1870 | } |
| 2296 | 1871 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { |
| 2297 | 1872 | left: 5px; |
| 2298 | - box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 1873 | + -webkit-box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 1874 | + box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 2299 | 1875 | } |
| 2300 | 1876 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after { |
| 2301 | 1877 | right: 5px; |
| 2302 | - box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 1878 | + -webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 1879 | + box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 2303 | 1880 | } |
| 2304 | 1881 | .elementor-control-type-slider .elementor-control-dynamic-switcher { |
| 2305 | - border-inline-start-width: 0; | |
| 2306 | - border-start-start-radius: 0; | |
| 2307 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2308 | - border-end-start-radius: 0; | |
| 2309 | - border-end-end-radius: var(--e-a-border-radius); | |
| 1882 | + border-left-width: 0; | |
| 1883 | + border-radius: 0 3px 3px 0; | |
| 2310 | 1884 | } |
| 2311 | 1885 | .elementor-control-type-slider .elementor-control-input-wrapper { |
| 1886 | + display: -webkit-box; | |
| 1887 | + display: -ms-flexbox; | |
| 2312 | 1888 | display: flex; |
| 2313 | - align-items: center; | |
| 1889 | + -webkit-box-align: center; | |
| 1890 | + -ms-flex-align: center; | |
| 1891 | + align-items: center; | |
| 2314 | 1892 | } |
| 2315 | 1893 | .elementor-control-type-slider .elementor-dynamic-cover { |
| 2316 | - margin-block-start: 10px; | |
| 1894 | + margin-top: 10px; | |
| 2317 | 1895 | } |
| 2318 | -.elementor-control-type-slider.e-units-custom .elementor-slider { | |
| 2319 | - display: none; | |
| 2320 | -} | |
| 2321 | -.elementor-control-type-slider.e-units-custom .elementor-slider-input { | |
| 2322 | - width: 100%; | |
| 2323 | - margin: 0; | |
| 2324 | - transition: none; | |
| 2325 | -} | |
| 2326 | 1896 | |
| 2327 | 1897 | .elementor-slider { |
| 2328 | - flex-grow: 1; | |
| 1898 | + -webkit-box-flex: 1; | |
| 1899 | + -ms-flex-positive: 1; | |
| 1900 | + flex-grow: 1; | |
| 2329 | 1901 | height: 4px; |
| 2330 | - background-color: var(--e-a-border-color-bold); | |
| 1902 | + background-color: #d5dadf; | |
| 2331 | 1903 | border-radius: 5px; |
| 2332 | 1904 | position: relative; |
| 2333 | 1905 | cursor: pointer; |
| 2334 | 1906 | } |
| @@ -2334,42 +1906,52 @@ | ||
| 2334 | 1906 | } |
| 2335 | 1907 | .elementor-slider-input { |
| 2336 | 1908 | width: 21%; |
| 2337 | 1909 | min-width: 54px; |
| 2338 | - margin-inline-start: 12px; | |
| 2339 | - transition: width 0.3s ease-in-out; | |
| 1910 | + margin-left: 12px; | |
| 2340 | 1911 | } |
| 2341 | 1912 | .elementor-slider__extra { |
| 2342 | 1913 | position: relative; |
| 2343 | 1914 | } |
| 2344 | 1915 | .elementor-slider__labels { |
| 1916 | + display: -webkit-box; | |
| 1917 | + display: -ms-flexbox; | |
| 2345 | 1918 | display: flex; |
| 2346 | - justify-content: space-between; | |
| 1919 | + -webkit-box-pack: justify; | |
| 1920 | + -ms-flex-pack: justify; | |
| 1921 | + justify-content: space-between; | |
| 2347 | 1922 | } |
| 2348 | 1923 | .elementor-slider__label { |
| 2349 | 1924 | font-size: 9px; |
| 2350 | - color: var(--e-a-color-txt-disabled); | |
| 1925 | + color: #c2cbd2; | |
| 2351 | 1926 | } |
| 2352 | 1927 | .elementor-slider__scales { |
| 2353 | 1928 | position: absolute; |
| 1929 | + display: -webkit-box; | |
| 1930 | + display: -ms-flexbox; | |
| 2354 | 1931 | display: flex; |
| 2355 | - justify-content: space-evenly; | |
| 1932 | + -webkit-box-pack: space-evenly; | |
| 1933 | + -ms-flex-pack: space-evenly; | |
| 1934 | + justify-content: space-evenly; | |
| 2356 | 1935 | width: 100%; |
| 2357 | - margin-block-start: 4px; | |
| 1936 | + margin-top: 4px; | |
| 2358 | 1937 | } |
| 2359 | 1938 | .elementor-slider__scale { |
| 2360 | 1939 | width: 1px; |
| 2361 | 1940 | height: 21px; |
| 2362 | - background-color: var(--e-a-border-color-focus); | |
| 1941 | + background-color: #a4afb7; | |
| 2363 | 1942 | } |
| 2364 | 1943 | .elementor-slider .noUi-handle { |
| 2365 | 1944 | height: 16px; |
| 2366 | 1945 | width: 16px; |
| 2367 | - background-color: var(--e-a-color-white); | |
| 1946 | + background-color: #fff; | |
| 1947 | + right: 0; | |
| 1948 | + -webkit-transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 1949 | + -ms-transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 1950 | + transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2368 | 1951 | position: absolute; |
| 2369 | - inset-inline-end: 0; | |
| 2370 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 2371 | - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 1952 | + -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 1953 | + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 2372 | 1954 | border-radius: 50%; |
| 2373 | 1955 | } |
| 2374 | 1956 | .elementor-slider .noUi-connects { |
| 2375 | 1957 | position: absolute; |
| @@ -2378,18 +1960,25 @@ | ||
| 2378 | 1960 | } |
| 2379 | 1961 | .elementor-slider .noUi-connect { |
| 2380 | 1962 | position: absolute; |
| 2381 | 1963 | z-index: 0; |
| 2382 | - inset: 0; | |
| 1964 | + top: 0; | |
| 1965 | + left: 0; | |
| 1966 | + height: 100%; | |
| 1967 | + width: 100%; | |
| 2383 | 1968 | will-change: transform; |
| 2384 | - transform-origin: 0 0; | |
| 2385 | - background-color: var(--e-a-border-color-focus); | |
| 1969 | + -webkit-transform-origin: 0 0; | |
| 1970 | + -ms-transform-origin: 0 0; | |
| 1971 | + transform-origin: 0 0; | |
| 1972 | + background-color: #a4afb7; | |
| 2386 | 1973 | } |
| 2387 | 1974 | .elementor-slider .noUi-tooltip { |
| 2388 | 1975 | position: absolute; |
| 2389 | - inset-block-start: calc(100% + 5px); | |
| 1976 | + top: calc(100% + 5px); | |
| 2390 | 1977 | left: calc(50% - 4px); |
| 2391 | - transform: translateX(-50%); | |
| 1978 | + -webkit-transform: translateX(-50%); | |
| 1979 | + -ms-transform: translateX(-50%); | |
| 1980 | + transform: translateX(-50%); | |
| 2392 | 1981 | font-size: 10px; |
| 2393 | 1982 | } |
| 2394 | 1983 | |
| 2395 | 1984 | .elementor-control-type-structure .elementor-control-field { |
| @@ -2396,9 +1985,9 @@ | ||
| 2396 | 1985 | display: initial; |
| 2397 | 1986 | } |
| 2398 | 1987 | .elementor-control-type-structure .elementor-control-structure-preset { |
| 2399 | 1988 | padding: 3px; |
| 2400 | - border-radius: var(--e-border-radius); | |
| 1989 | + border-radius: 3px; | |
| 2401 | 1990 | display: inline-block; |
| 2402 | 1991 | cursor: pointer; |
| 2403 | 1992 | height: 50px; |
| 2404 | 1993 | } |
| @@ -2405,52 +1994,55 @@ | ||
| 2405 | 1994 | .elementor-control-type-structure .elementor-control-structure-preset svg { |
| 2406 | 1995 | height: 100%; |
| 2407 | 1996 | } |
| 2408 | 1997 | .elementor-control-type-structure .elementor-control-structure-preset path { |
| 2409 | - fill: var(--e-a-border-color-bold); | |
| 1998 | + fill: #e6e9ec; | |
| 2410 | 1999 | } |
| 2411 | 2000 | .elementor-control-type-structure .elementor-control-structure-reset { |
| 2412 | 2001 | padding: 15px 20px 0; |
| 2413 | 2002 | font-size: 11px; |
| 2414 | 2003 | cursor: pointer; |
| 2415 | - color: var(--e-a-color-txt-muted); | |
| 2416 | - border-block-start: var(--e-a-border); | |
| 2004 | + color: #a4afb7; | |
| 2005 | + border-top: 1px solid #e6e9ec; | |
| 2417 | 2006 | margin: 0 -20px; |
| 2418 | 2007 | } |
| 2419 | -.elementor-control-type-structure .elementor-control-structure-reset:hover { | |
| 2420 | - color: var(--e-a-color-txt); | |
| 2421 | -} | |
| 2422 | 2008 | .elementor-control-type-structure .elementor-control-structure-title { |
| 2423 | 2009 | margin: 10px -20px 0; |
| 2424 | 2010 | } |
| 2425 | 2011 | .elementor-control-type-structure .elementor-control-structure-title:before { |
| 2426 | 2012 | height: 10px; |
| 2427 | - box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); | |
| 2013 | + -webkit-box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); | |
| 2014 | + box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); | |
| 2428 | 2015 | } |
| 2429 | 2016 | .elementor-control-type-structure .elementor-control-structure-presets { |
| 2017 | + display: -webkit-box; | |
| 2018 | + display: -ms-flexbox; | |
| 2430 | 2019 | display: flex; |
| 2431 | - flex-wrap: wrap; | |
| 2432 | - justify-content: space-between; | |
| 2020 | + -ms-flex-wrap: wrap; | |
| 2021 | + flex-wrap: wrap; | |
| 2022 | + -webkit-box-pack: justify; | |
| 2023 | + -ms-flex-pack: justify; | |
| 2024 | + justify-content: space-between; | |
| 2433 | 2025 | } |
| 2434 | 2026 | .elementor-control-type-structure .elementor-control-structure-presets input { |
| 2435 | 2027 | display: none; |
| 2436 | 2028 | } |
| 2437 | 2029 | .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { |
| 2438 | - fill: var(--e-a-border-color-focus); | |
| 2030 | + fill: #a4afb7; | |
| 2439 | 2031 | } |
| 2440 | 2032 | .elementor-control-type-structure .elementor-control-structure-preset-wrapper { |
| 2441 | - margin-block-end: 15px; | |
| 2033 | + margin-bottom: 15px; | |
| 2442 | 2034 | } |
| 2443 | 2035 | .elementor-control-type-structure .elementor-control-structure-preset-title { |
| 2444 | 2036 | text-align: center; |
| 2445 | - padding-block-start: 5px; | |
| 2037 | + padding-top: 5px; | |
| 2446 | 2038 | font-style: italic; |
| 2447 | 2039 | font-size: 11px; |
| 2448 | - color: #9DA5AE; | |
| 2040 | + color: #a4afb7; | |
| 2449 | 2041 | } |
| 2450 | 2042 | |
| 2451 | 2043 | .elementor-control-type-switcher .elementor-control-input-wrapper { |
| 2452 | - text-align: end; | |
| 2044 | + text-align: right; | |
| 2453 | 2045 | } |
| 2454 | 2046 | .elementor-control-type-switcher .elementor-switch { |
| 2455 | 2047 | position: relative; |
| 2456 | 2048 | display: inline-block; |
| @@ -2455,9 +2047,9 @@ | ||
| 2455 | 2047 | position: relative; |
| 2456 | 2048 | display: inline-block; |
| 2457 | 2049 | vertical-align: top; |
| 2458 | 2050 | height: 20px; |
| 2459 | - background-color: var(--e-a-bg-default); | |
| 2051 | + background-color: white; | |
| 2460 | 2052 | border-radius: 18px; |
| 2461 | 2053 | cursor: pointer; |
| 2462 | 2054 | } |
| 2463 | 2055 | .elementor-control-type-switcher .elementor-switch-input { |
| @@ -2466,35 +2058,48 @@ | ||
| 2466 | 2058 | .elementor-control-type-switcher .elementor-switch-label { |
| 2467 | 2059 | position: relative; |
| 2468 | 2060 | display: block; |
| 2469 | 2061 | height: inherit; |
| 2470 | - font-size: 10px; | |
| 2471 | - background: var(--e-a-bg-active-bold); | |
| 2062 | + font-size: 7px; | |
| 2063 | + text-transform: uppercase; | |
| 2064 | + background: #eceeef; | |
| 2472 | 2065 | border-radius: inherit; |
| 2066 | + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 2067 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 2068 | + -webkit-transition: 0.15s ease-out; | |
| 2069 | + -o-transition: 0.15s ease-out; | |
| 2473 | 2070 | transition: 0.15s ease-out; |
| 2071 | + -webkit-transition-property: opacity, background; | |
| 2072 | + -o-transition-property: opacity, background; | |
| 2474 | 2073 | transition-property: opacity, background; |
| 2475 | 2074 | } |
| 2476 | 2075 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 2477 | 2076 | position: absolute; |
| 2478 | - inset-block-start: 0; | |
| 2077 | + top: 0; | |
| 2479 | 2078 | width: 50%; |
| 2480 | 2079 | text-align: center; |
| 2481 | 2080 | line-height: 20px; |
| 2081 | + -webkit-transition: inherit; | |
| 2082 | + -o-transition: inherit; | |
| 2482 | 2083 | transition: inherit; |
| 2483 | 2084 | } |
| 2484 | 2085 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 2485 | 2086 | content: attr(data-off); |
| 2486 | - inset-inline-end: 5px; | |
| 2487 | - color: var(--e-a-color-txt-muted); | |
| 2087 | + right: 3px; | |
| 2088 | + color: #a4afb7; | |
| 2089 | + text-shadow: 0 1px rgba(255, 255, 255, 0.5); | |
| 2488 | 2090 | } |
| 2489 | 2091 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 2490 | 2092 | content: attr(data-on); |
| 2491 | - inset-inline-start: 5px; | |
| 2492 | - color: var(--e-a-btn-color); | |
| 2093 | + left: 3px; | |
| 2094 | + color: white; | |
| 2095 | + text-shadow: 0 1px rgba(0, 0, 0, 0.2); | |
| 2493 | 2096 | opacity: 0; |
| 2494 | 2097 | } |
| 2495 | 2098 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| 2496 | - background: var(--e-a-btn-bg-primary); | |
| 2099 | + background: #71d7f7; | |
| 2100 | + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); | |
| 2101 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); | |
| 2497 | 2102 | } |
| 2498 | 2103 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { |
| 2499 | 2104 | opacity: 0; |
| 2500 | 2105 | } |
| @@ -2502,26 +2107,30 @@ | ||
| 2502 | 2107 | opacity: 1; |
| 2503 | 2108 | } |
| 2504 | 2109 | .elementor-control-type-switcher .elementor-switch-handle { |
| 2505 | 2110 | position: absolute; |
| 2506 | - inset-block-start: 1px; | |
| 2507 | - inset-inline-start: 1px; | |
| 2111 | + top: 1px; | |
| 2112 | + left: 1px; | |
| 2508 | 2113 | width: 18px; |
| 2509 | 2114 | height: 18px; |
| 2510 | 2115 | background: white; |
| 2511 | 2116 | border-radius: 10px; |
| 2512 | - transition: inset-inline-start 0.15s ease-out; | |
| 2117 | + -webkit-transition: left 0.15s ease-out; | |
| 2118 | + -o-transition: left 0.15s ease-out; | |
| 2119 | + transition: left 0.15s ease-out; | |
| 2513 | 2120 | } |
| 2514 | 2121 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 2515 | - inset-inline-start: initial; | |
| 2516 | - inset-inline-end: 1px; | |
| 2122 | + left: initial; | |
| 2123 | + right: 1px; | |
| 2124 | + -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); | |
| 2125 | + box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); | |
| 2517 | 2126 | } |
| 2518 | 2127 | |
| 2519 | 2128 | .elementor-control-type-tabs { |
| 2520 | - display: none; | |
| 2521 | - font-size: var(--control-title-size); | |
| 2522 | -} | |
| 2523 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 2129 | + font-size: 0.8em; | |
| 2130 | + text-transform: uppercase; | |
| 2131 | + display: -webkit-box; | |
| 2132 | + display: -ms-flexbox; | |
| 2524 | 2133 | display: flex; |
| 2525 | 2134 | } |
| 2526 | 2135 | |
| 2527 | 2136 | .elementor-control-type-tab { |
| @@ -2528,49 +2137,47 @@ | ||
| 2528 | 2137 | text-align: center; |
| 2529 | 2138 | width: 100%; |
| 2530 | 2139 | padding: 0; |
| 2531 | 2140 | line-height: 25px; |
| 2532 | - border-block-start: var(--e-a-border-bold); | |
| 2533 | - border-block-end: var(--e-a-border-bold); | |
| 2534 | - border-inline-end: var(--e-a-border-bold); | |
| 2535 | - transition: var(--e-a-transition-hover); | |
| 2141 | + border-top: 1px solid #d5dadf; | |
| 2142 | + border-bottom: 1px solid #d5dadf; | |
| 2143 | + border-right: 1px solid #d5dadf; | |
| 2536 | 2144 | cursor: pointer; |
| 2537 | 2145 | } |
| 2538 | 2146 | .elementor-control-type-tab:first-child { |
| 2539 | - border-inline-start: var(--e-a-border-bold); | |
| 2540 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2541 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2147 | + border-left: 1px solid #d5dadf; | |
| 2148 | + border-top-left-radius: 3px; | |
| 2149 | + border-bottom-left-radius: 3px; | |
| 2542 | 2150 | } |
| 2543 | 2151 | .elementor-control-type-tab:last-child { |
| 2544 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2545 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2152 | + border-top-right-radius: 3px; | |
| 2153 | + border-bottom-right-radius: 3px; | |
| 2546 | 2154 | } |
| 2547 | -.elementor-control-type-tab:hover { | |
| 2548 | - background-color: var(--e-a-bg-hover); | |
| 2155 | +.elementor-control-type-tab.elementor-tab-active { | |
| 2156 | + background-color: #a4afb7; | |
| 2157 | + border-color: #a4afb7; | |
| 2158 | + color: #ffffff; | |
| 2549 | 2159 | } |
| 2550 | -.elementor-control-type-tab.e-tab-active { | |
| 2551 | - background-color: var(--e-a-bg-active-bold); | |
| 2552 | - color: var(--e-a-color-txt-accent); | |
| 2553 | -} | |
| 2554 | 2160 | |
| 2555 | -.e-tab-close { | |
| 2161 | +.elementor-tab-close { | |
| 2556 | 2162 | display: none !important; |
| 2557 | 2163 | } |
| 2558 | 2164 | |
| 2165 | +.elementor-control-type-textarea.elementor-control-dynamic-value .elementor-control-dynamic-switcher, | |
| 2166 | +.elementor-control-type-code.elementor-control-dynamic-value .elementor-control-dynamic-switcher { | |
| 2167 | + border-radius: 0 3px 3px 0; | |
| 2168 | + border-left-width: 0; | |
| 2169 | +} | |
| 2559 | 2170 | .elementor-control-type-textarea .elementor-control-dynamic-switcher, |
| 2560 | 2171 | .elementor-control-type-code .elementor-control-dynamic-switcher { |
| 2561 | - border-inline-start-width: 1px; | |
| 2562 | - border-start-start-radius: 0; | |
| 2563 | - border-start-end-radius: 0; | |
| 2564 | - border-end-end-radius: 0; | |
| 2565 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2172 | + border-radius: 0 3px; | |
| 2566 | 2173 | } |
| 2567 | 2174 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 2568 | 2175 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 2569 | 2176 | position: absolute; |
| 2570 | - inset-block-start: 0; | |
| 2571 | - inset-inline-end: 0; | |
| 2177 | + top: 0; | |
| 2572 | 2178 | z-index: 1; |
| 2179 | + right: 0; | |
| 2573 | 2180 | } |
| 2574 | 2181 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 2575 | 2182 | .elementor-control-type-code .elementor-control-input-wrapper { |
| 2576 | 2183 | position: relative; |
| @@ -2588,34 +2195,40 @@ | ||
| 2588 | 2195 | .elementor-control-type-code pre:focus-within + .elementor-control-dynamic-switcher { |
| 2589 | 2196 | display: none; |
| 2590 | 2197 | } |
| 2591 | 2198 | |
| 2199 | +.elementor-control-type-url.elementor-control-dynamic .elementor-input { | |
| 2200 | + border-radius: 3px 0 0 3px; | |
| 2201 | +} | |
| 2592 | 2202 | .elementor-control-type-url .elementor-control-field { |
| 2593 | 2203 | position: relative; |
| 2594 | 2204 | } |
| 2205 | +.elementor-control-type-url:not(.elementor-control-dynamic) .elementor-control-url-more, .elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 2206 | + border-radius: 0 3px 3px 0; | |
| 2207 | +} | |
| 2595 | 2208 | .elementor-control-type-url .elementor-control-input-wrapper { |
| 2209 | + display: -webkit-box; | |
| 2210 | + display: -ms-flexbox; | |
| 2596 | 2211 | display: flex; |
| 2212 | + -webkit-box-orient: horizontal; | |
| 2213 | + -webkit-box-direction: normal; | |
| 2214 | + -ms-flex-direction: row; | |
| 2215 | + flex-direction: row; | |
| 2597 | 2216 | } |
| 2598 | -.elementor-control-type-url.elementor-control-dynamic .elementor-control-url-more-options input { | |
| 2599 | - border-radius: var(--e-a-border-radius); | |
| 2600 | -} | |
| 2601 | -.elementor-control-type-url.elementor-control-dynamic-value .e-input-style { | |
| 2602 | - border-start-end-radius: 0; | |
| 2603 | - border-end-end-radius: 0; | |
| 2604 | -} | |
| 2605 | -.elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 2606 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2607 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2608 | -} | |
| 2609 | 2217 | .elementor-control-type-url .elementor-control-url-more { |
| 2218 | + display: -webkit-box; | |
| 2219 | + display: -ms-flexbox; | |
| 2610 | 2220 | display: flex; |
| 2611 | - align-items: center; | |
| 2612 | - justify-content: center; | |
| 2613 | - flex-shrink: 0; | |
| 2614 | - border: var(--e-a-border-bold); | |
| 2615 | - color: currentColor; | |
| 2616 | - background-color: transparent; | |
| 2617 | - border-inline-start-width: 0; | |
| 2221 | + -webkit-box-align: center; | |
| 2222 | + -ms-flex-align: center; | |
| 2223 | + align-items: center; | |
| 2224 | + -webkit-box-pack: center; | |
| 2225 | + -ms-flex-pack: center; | |
| 2226 | + justify-content: center; | |
| 2227 | + -ms-flex-negative: 0; | |
| 2228 | + flex-shrink: 0; | |
| 2229 | + border: 1px solid #d5dadf; | |
| 2230 | + border-left: none; | |
| 2618 | 2231 | cursor: pointer; |
| 2619 | 2232 | } |
| 2620 | 2233 | .elementor-control-type-url .elementor-control-url-more i { |
| 2621 | 2234 | font-size: 12px; |
| @@ -2621,56 +2234,114 @@ | ||
| 2621 | 2234 | font-size: 12px; |
| 2622 | 2235 | } |
| 2623 | 2236 | .elementor-control-type-url .elementor-control-url-more-options { |
| 2624 | 2237 | display: none; |
| 2625 | - padding-block-start: 10px; | |
| 2238 | + padding-top: 10px; | |
| 2626 | 2239 | } |
| 2627 | 2240 | .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { |
| 2628 | - margin-block-start: 10px; | |
| 2241 | + margin-top: 10px; | |
| 2629 | 2242 | } |
| 2630 | -.elementor-control-type-url .elementor-control-url-more:hover { | |
| 2631 | - color: var(--e-a-color-txt-hover); | |
| 2632 | -} | |
| 2633 | -.elementor-control-type-url .elementor-control-url-more:focus { | |
| 2634 | - color: var(--e-a-color-txt-active); | |
| 2635 | - border-color: var(--e-a-border-color-focus); | |
| 2636 | -} | |
| 2637 | 2243 | .elementor-control-type-url .elementor-control-url-option { |
| 2244 | + display: -webkit-box; | |
| 2245 | + display: -ms-flexbox; | |
| 2638 | 2246 | display: flex; |
| 2639 | - align-items: center; | |
| 2247 | + -webkit-box-align: center; | |
| 2248 | + -ms-flex-align: center; | |
| 2249 | + align-items: center; | |
| 2640 | 2250 | } |
| 2641 | 2251 | .elementor-control-type-url .elementor-control-url-option:not(:last-child) { |
| 2642 | - padding-block-end: 10px; | |
| 2252 | + padding-bottom: 10px; | |
| 2643 | 2253 | } |
| 2644 | 2254 | .elementor-control-type-url .elementor-control-url-option input, |
| 2645 | 2255 | .elementor-control-type-url .elementor-control-url-option label { |
| 2646 | 2256 | cursor: pointer; |
| 2647 | 2257 | } |
| 2258 | +.elementor-control-type-url .elementor-control-url-option-input { | |
| 2259 | + margin: 0; | |
| 2260 | + padding: 0; | |
| 2261 | + border-radius: 2px; | |
| 2262 | + margin-right: 5px; | |
| 2263 | + -webkit-appearance: none; | |
| 2264 | + -moz-appearance: none; | |
| 2265 | + outline: none; | |
| 2266 | + content: none; | |
| 2267 | + height: 15px; | |
| 2268 | + width: 15px; | |
| 2269 | + border: 1px solid #d5dadf; | |
| 2270 | + display: -webkit-inline-box; | |
| 2271 | + display: -ms-inline-flexbox; | |
| 2272 | + display: inline-flex; | |
| 2273 | + -webkit-box-align: center; | |
| 2274 | + -ms-flex-align: center; | |
| 2275 | + align-items: center; | |
| 2276 | + -webkit-box-pack: center; | |
| 2277 | + -ms-flex-pack: center; | |
| 2278 | + justify-content: center; | |
| 2279 | +} | |
| 2280 | +.elementor-control-type-url .elementor-control-url-option-input:checked { | |
| 2281 | + background: #71d7f7; | |
| 2282 | + border: none; | |
| 2283 | +} | |
| 2284 | +.elementor-control-type-url .elementor-control-url-option-input:checked:before { | |
| 2285 | + display: block; | |
| 2286 | + content: ""; | |
| 2287 | + width: 4px; | |
| 2288 | + height: 7px; | |
| 2289 | + border: solid white; | |
| 2290 | + border-width: 0 2px 2px 0; | |
| 2291 | + -webkit-transform: rotate(45deg); | |
| 2292 | + -ms-transform: rotate(45deg); | |
| 2293 | + transform: rotate(45deg); | |
| 2294 | +} | |
| 2295 | +.elementor-control-type-url .elementor-control-url-option label { | |
| 2296 | + font-size: 12px; | |
| 2297 | +} | |
| 2298 | +.elementor-control-type-url .elementor-control-url-external-hide .elementor-control-url-more { | |
| 2299 | + display: none; | |
| 2300 | +} | |
| 2301 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-input, | |
| 2302 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-dynamic-cover { | |
| 2303 | + border-radius: 3px 0 0 3px; | |
| 2304 | +} | |
| 2648 | 2305 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 2649 | 2306 | display: none; |
| 2650 | 2307 | position: absolute; |
| 2651 | - inset-block-start: 5px; | |
| 2652 | - inset-inline-end: 0; | |
| 2308 | + top: 5px; | |
| 2309 | + right: 0px; | |
| 2653 | 2310 | width: 10px; |
| 2654 | 2311 | height: 10px; |
| 2655 | 2312 | font-size: 10px; |
| 2656 | - color: var(--e-a-color-txt-disabled); | |
| 2313 | + color: #D4D4D4; | |
| 2657 | 2314 | } |
| 2315 | +.elementor-control-type-url .elementor-control-url__custom-attributes { | |
| 2316 | + margin-top: 5px; | |
| 2317 | +} | |
| 2658 | 2318 | .elementor-control-type-url .elementor-control-url__custom-attributes label { |
| 2659 | - font-size: var(--control-title-size); | |
| 2319 | + font-size: 12px; | |
| 2660 | 2320 | } |
| 2661 | 2321 | .elementor-control-type-url .elementor-control-url__custom-attributes input { |
| 2662 | 2322 | width: 100%; |
| 2663 | - margin-block-start: 10px; | |
| 2323 | + margin-top: 10px; | |
| 2664 | 2324 | } |
| 2325 | +.elementor-control-type-url .elementor-input { | |
| 2326 | + direction: ltr; | |
| 2327 | +} | |
| 2328 | +.elementor-control-type-url .elementor-input:not(:focus) + .elementor-control-url-more { | |
| 2329 | + border-color: #d5dadf; | |
| 2330 | +} | |
| 2665 | 2331 | .elementor-control-type-url .elementor-input:focus ~ div { |
| 2666 | - border-color: var(--e-a-border-color-focus); | |
| 2332 | + border-color: #a4afb7; | |
| 2667 | 2333 | } |
| 2334 | +.elementor-control-type-url .elementor-control-dynamic-switcher { | |
| 2335 | + border-left: none; | |
| 2336 | + border-radius: 0 3px 3px 0; | |
| 2337 | +} | |
| 2668 | 2338 | |
| 2669 | 2339 | .elementor-autocomplete-menu { |
| 2670 | 2340 | position: absolute; |
| 2671 | - background: var(--e-a-bg-default); | |
| 2672 | - border: var(--e-a-border); | |
| 2341 | + background: #fff; | |
| 2342 | + color: #495157; | |
| 2343 | + border: 1px solid #a4afb7; | |
| 2673 | 2344 | margin: 0; |
| 2674 | 2345 | list-style: none; |
| 2675 | 2346 | padding: 4px 0; |
| 2676 | 2347 | height: auto; |
| @@ -2679,16 +2350,23 @@ | ||
| 2679 | 2350 | max-width: 300px; |
| 2680 | 2351 | max-height: 200px; |
| 2681 | 2352 | overflow-y: auto; |
| 2682 | 2353 | border-radius: 3px; |
| 2683 | - transition: var(--e-a-transition-hover); | |
| 2354 | + -webkit-transition: all 0.3s ease-in-out; | |
| 2355 | + -o-transition: all 0.3s ease-in-out; | |
| 2356 | + transition: all 0.3s ease-in-out; | |
| 2684 | 2357 | cursor: default; |
| 2685 | 2358 | z-index: 1; |
| 2686 | 2359 | } |
| 2687 | 2360 | .elementor-autocomplete-menu .ui-menu-item { |
| 2361 | + display: -webkit-box; | |
| 2362 | + display: -ms-flexbox; | |
| 2688 | 2363 | display: flex; |
| 2689 | - justify-content: space-between; | |
| 2690 | - align-self: baseline; | |
| 2364 | + -webkit-box-pack: justify; | |
| 2365 | + -ms-flex-pack: justify; | |
| 2366 | + justify-content: space-between; | |
| 2367 | + -ms-flex-item-align: baseline; | |
| 2368 | + align-self: baseline; | |
| 2691 | 2369 | padding: 5px 8px; |
| 2692 | 2370 | font-size: 12px; |
| 2693 | 2371 | width: 100%; |
| 2694 | 2372 | line-height: 1.2; |
| @@ -2694,86 +2372,16 @@ | ||
| 2694 | 2372 | line-height: 1.2; |
| 2695 | 2373 | cursor: pointer; |
| 2696 | 2374 | } |
| 2697 | 2375 | .elementor-autocomplete-menu .ui-menu-item.ui-state-hover, .elementor-autocomplete-menu .ui-menu-item.ui-state-active, .elementor-autocomplete-menu .ui-menu-item.ui-state-focus { |
| 2698 | - background: var(--e-a-bg-hover); | |
| 2376 | + background: #e6e9ec; | |
| 2699 | 2377 | } |
| 2700 | 2378 | .elementor-autocomplete-menu .elementor-autocomplete-item-info { |
| 2701 | 2379 | font-size: 10px; |
| 2702 | - padding-block-start: 2px; | |
| 2380 | + padding-top: 2px; | |
| 2703 | 2381 | } |
| 2704 | 2382 | |
| 2705 | -.elementor-control-type-visual_choice { | |
| 2706 | - width: 100%; | |
| 2707 | -} | |
| 2708 | - | |
| 2709 | -.elementor-visual-choice-choices { | |
| 2710 | - display: grid; | |
| 2711 | - gap: 8px; | |
| 2712 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 2713 | - text-align: center; | |
| 2714 | - border-radius: var(--e-a-border-radius); | |
| 2715 | - overflow: hidden; | |
| 2716 | -} | |
| 2717 | - | |
| 2718 | -.elementor-visual-choice-element { | |
| 2719 | - display: flex; | |
| 2720 | - flex-direction: column; | |
| 2721 | - align-items: center; | |
| 2722 | - justify-content: center; | |
| 2723 | - gap: 8px; | |
| 2724 | - width: auto; | |
| 2725 | -} | |
| 2726 | -.elementor-visual-choice-element-image label { | |
| 2727 | - border: var(--e-a-border-bold); | |
| 2728 | - border-radius: var(--e-a-border-radius); | |
| 2729 | - font-size: 12px; | |
| 2730 | - transition: var(--e-a-transition-hover); | |
| 2731 | - cursor: pointer; | |
| 2732 | - overflow: hidden; | |
| 2733 | - width: 100%; | |
| 2734 | - padding: 8px; | |
| 2735 | -} | |
| 2736 | -.elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label { | |
| 2737 | - background-color: var(--e-a-bg-active-bold); | |
| 2738 | - opacity: 1; | |
| 2739 | -} | |
| 2740 | -.elementor-visual-choice-element-image input:checked + label { | |
| 2741 | - border-color: var(--e-a-color-primary-bold); | |
| 2742 | -} | |
| 2743 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 2744 | - background-color: var(--e-a-color-white); | |
| 2745 | - opacity: 0.5; | |
| 2746 | -} | |
| 2747 | -.elementor-visual-choice-element-image img { | |
| 2748 | - width: 100%; | |
| 2749 | - height: auto; | |
| 2750 | -} | |
| 2751 | -.elementor-visual-choice-element-button { | |
| 2752 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 2753 | -} | |
| 2754 | -.elementor-visual-choice-element-button label { | |
| 2755 | - width: -moz-fit-content; | |
| 2756 | - width: fit-content; | |
| 2757 | -} | |
| 2758 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 2759 | - background-color: var(--e-a-bg-active-bold); | |
| 2760 | -} | |
| 2761 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 2762 | - border-color: var(--e-a-color-primary-bold); | |
| 2763 | -} | |
| 2764 | - | |
| 2765 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 2766 | - justify-content: flex-end; | |
| 2767 | -} | |
| 2768 | - | |
| 2769 | -.tipsy-inner { | |
| 2770 | - white-space: pre-line; | |
| 2771 | -} | |
| 2772 | - | |
| 2773 | 2383 | .elementor-control-type-wp_widget .widget-inside { |
| 2774 | - line-height: 2; | |
| 2775 | - background-color: inherit; | |
| 2776 | 2384 | display: block; |
| 2777 | 2385 | } |
| 2778 | 2386 | .elementor-control-type-wp_widget .quicktags-toolbar input { |
| 2779 | 2387 | width: auto; |
| @@ -2779,31 +2387,26 @@ | ||
| 2779 | 2387 | width: auto; |
| 2780 | 2388 | } |
| 2781 | 2389 | |
| 2782 | 2390 | .elementor-control-type-wysiwyg * { |
| 2783 | - box-sizing: content-box; | |
| 2391 | + -webkit-box-sizing: content-box; | |
| 2392 | + box-sizing: content-box; | |
| 2784 | 2393 | } |
| 2785 | 2394 | .elementor-control-type-wysiwyg .wp-editor-container { |
| 2786 | - border: var(--e-a-border); | |
| 2395 | + border: 1px solid #e6e9ec; | |
| 2787 | 2396 | } |
| 2788 | 2397 | .elementor-control-type-wysiwyg .wp-editor-tabs { |
| 2789 | - border: var(--e-a-border-bold); | |
| 2790 | - border-block-end: none; | |
| 2791 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2792 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2793 | - border-end-end-radius: 0; | |
| 2794 | - border-end-start-radius: 0; | |
| 2398 | + border: 1px solid #d5dadf; | |
| 2399 | + border-bottom: none; | |
| 2400 | + border-radius: 3px 3px 0 0; | |
| 2795 | 2401 | } |
| 2796 | -.elementor-control-type-wysiwyg .wp-editor-tabs button:hover { | |
| 2797 | - background-color: var(--e-a-bg-hover); | |
| 2798 | -} | |
| 2799 | 2402 | .elementor-control-type-wysiwyg #insert-media-button { |
| 2800 | 2403 | height: initial; |
| 2801 | 2404 | line-height: 24px; |
| 2802 | 2405 | font-size: 10px; |
| 2803 | - color: var(--e-a-color-txt); | |
| 2804 | - border-color: var(--e-a-border-color-bold); | |
| 2805 | - background-color: var(--e-a-bg-default); | |
| 2406 | + color: #6d7882; | |
| 2407 | + border-color: #d5dadf; | |
| 2408 | + background-color: #e6e9ec; | |
| 2806 | 2409 | min-height: initial; |
| 2807 | 2410 | } |
| 2808 | 2411 | .elementor-control-type-wysiwyg .ed_button { |
| 2809 | 2412 | height: 22px; |
| @@ -2819,14 +2422,14 @@ | ||
| 2819 | 2422 | .elementor-control-type-wysiwyg .wp-switch-editor { |
| 2820 | 2423 | position: static; |
| 2821 | 2424 | border: none; |
| 2822 | 2425 | margin: 0; |
| 2823 | - color: var(--e-a-color-txt); | |
| 2426 | + color: #6d7882; | |
| 2824 | 2427 | font-size: 10px; |
| 2825 | 2428 | padding: 3px 9px 4px; |
| 2826 | 2429 | } |
| 2827 | 2430 | .elementor-control-type-wysiwyg .switch-html { |
| 2828 | - border: solid var(--e-a-border-color-bold); | |
| 2431 | + border: solid #d5dadf; | |
| 2829 | 2432 | border-width: 0 1px; |
| 2830 | 2433 | } |
| 2831 | 2434 | .elementor-control-type-wysiwyg .html-active .switch-tmce { |
| 2832 | 2435 | background-color: transparent; |
| @@ -2831,44 +2434,36 @@ | ||
| 2831 | 2434 | .elementor-control-type-wysiwyg .html-active .switch-tmce { |
| 2832 | 2435 | background-color: transparent; |
| 2833 | 2436 | } |
| 2834 | 2437 | .elementor-control-type-wysiwyg .html-active .switch-html { |
| 2835 | - background-color: var(--e-a-bg-active); | |
| 2438 | + background-color: #e6e9ec; | |
| 2836 | 2439 | } |
| 2837 | 2440 | .elementor-control-type-wysiwyg .tmce-active .switch-tmce { |
| 2838 | - background-color: var(--e-a-bg-active); | |
| 2441 | + background-color: #e6e9ec; | |
| 2839 | 2442 | } |
| 2840 | 2443 | .elementor-control-type-wysiwyg .tmce-active .switch-html { |
| 2841 | 2444 | background-color: transparent; |
| 2842 | 2445 | } |
| 2843 | -.elementor-control-type-wysiwyg .mce-toolbar-grp, | |
| 2844 | -.elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 2845 | - background-color: var(--e-a-bg-default); | |
| 2446 | +.elementor-control-type-wysiwyg .mce-toolbar-grp, .elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 2447 | + background-color: #e6e9ec; | |
| 2846 | 2448 | } |
| 2847 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox { | |
| 2848 | - background-color: var(--e-a-bg-default); | |
| 2849 | -} | |
| 2850 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox button { | |
| 2851 | - color: var(--e-a-color-txt); | |
| 2852 | -} | |
| 2853 | 2449 | .elementor-control-type-wysiwyg .mce-toolbar-grp > div { |
| 2854 | 2450 | padding: 0 3px; |
| 2855 | 2451 | } |
| 2856 | 2452 | .elementor-control-type-wysiwyg .elementor-wp-editor { |
| 2857 | - box-sizing: border-box; | |
| 2453 | + -webkit-box-sizing: border-box; | |
| 2454 | + box-sizing: border-box; | |
| 2858 | 2455 | } |
| 2859 | 2456 | .elementor-control-type-wysiwyg .mce-ico { |
| 2860 | - color: var(--e-a-color-txt); | |
| 2457 | + color: #6d7882; | |
| 2861 | 2458 | font-size: 16px; |
| 2862 | 2459 | } |
| 2863 | -.elementor-control-type-wysiwyg .mce-btn-group .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn.mce-active { | |
| 2864 | - color: var(--e-a-color-txt-active); | |
| 2865 | - background: var(--e-a-bg-hover); | |
| 2866 | - border-color: var(--e-a-border-color); | |
| 2867 | - box-shadow: none; | |
| 2460 | +.elementor-control-type-wysiwyg .mce-btn { | |
| 2461 | + margin-right: 0; | |
| 2462 | + margin-left: 0; | |
| 2868 | 2463 | } |
| 2869 | -.elementor-control-type-wysiwyg .mce-btn-group .mce-btn:hover i, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:active i, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn.mce-active i { | |
| 2870 | - color: var(--e-a-color-txt-active); | |
| 2464 | +.elementor-control-type-wysiwyg .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn.mce-active { | |
| 2465 | + border-color: #d5dadf; | |
| 2871 | 2466 | } |
| 2872 | 2467 | .elementor-control-type-wysiwyg .mce-path { |
| 2873 | 2468 | padding: 5px 10px; |
| 2874 | 2469 | } |
| @@ -2873,44 +2468,22 @@ | ||
| 2873 | 2468 | padding: 5px 10px; |
| 2874 | 2469 | } |
| 2875 | 2470 | .elementor-control-type-wysiwyg .mce-path-item { |
| 2876 | 2471 | font-size: 12px; |
| 2877 | - color: var(--e-a-color-txt); | |
| 2472 | + color: #6d7882; | |
| 2878 | 2473 | } |
| 2879 | -.elementor-control-type-wysiwyg .mce-top-part:before { | |
| 2880 | - box-shadow: none; | |
| 2881 | -} | |
| 2882 | 2474 | .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher { |
| 2883 | 2475 | border: none; |
| 2884 | 2476 | } |
| 2885 | 2477 | |
| 2886 | -@media screen and (prefers-color-scheme: dark) { | |
| 2887 | - #wp-link-wrap { | |
| 2888 | - color-scheme: light; | |
| 2889 | - --e-a-color-txt: #515962; | |
| 2890 | - --e-a-bg-default: #ffffff; | |
| 2891 | - --e-a-border-color-bold: #D5D8DC; | |
| 2892 | - --e-a-color-primary-bold: #D004D4; | |
| 2893 | - } | |
| 2894 | - #wp-link { | |
| 2895 | - color: var(--e-a-color-txt); | |
| 2896 | - } | |
| 2897 | - #wp-link input { | |
| 2898 | - background-color: var(--e-a-bg-default); | |
| 2899 | - border-color: var(--e-a-border-color-bold); | |
| 2900 | - } | |
| 2901 | - #wp-link input[type=checkbox] { | |
| 2902 | - border-color: var(--e-a-border-color-bold); | |
| 2903 | - } | |
| 2904 | - #wp-link input[type=checkbox]:checked { | |
| 2905 | - background: var(--e-a-color-primary-bold); | |
| 2906 | - } | |
| 2907 | - #wp-link input.button-primary { | |
| 2908 | - background: #2271b1; | |
| 2909 | - border-color: #2271b1; | |
| 2910 | - color: #fff; | |
| 2911 | - } | |
| 2478 | +.elementor-control-type-text .elementor-control-dynamic-switcher { | |
| 2479 | + border-left-width: 0; | |
| 2480 | + border-radius: 0 3px 3px 0; | |
| 2912 | 2481 | } |
| 2482 | +.elementor-control-type-text.elementor-control-dynamic input { | |
| 2483 | + border-radius: 3px 0 0 3px; | |
| 2484 | +} | |
| 2485 | + | |
| 2913 | 2486 | .ui-resizable-n { |
| 2914 | 2487 | top: -5px; |
| 2915 | 2488 | } |
| 2916 | 2489 | .ui-resizable-e { |
| @@ -2966,251 +2539,19 @@ | ||
| 2966 | 2539 | .ui-resizable-resizing { |
| 2967 | 2540 | pointer-events: none; |
| 2968 | 2541 | } |
| 2969 | 2542 | |
| 2970 | -:root { | |
| 2971 | - --e-p-draggable-color: #F0ABFC; | |
| 2972 | - --e-p-border-section: #F3BAFD; | |
| 2973 | - --e-p-border-section-hover: #F0ABFC; | |
| 2974 | - --e-p-border-section-invert: #0C0D0E; | |
| 2975 | - --e-p-border-con: #F3BAFD; | |
| 2976 | - --e-p-border-con-hover: #F0ABFC; | |
| 2977 | - --e-p-border-con-invert: #0C0D0E; | |
| 2978 | - --e-p-border-column: #9DA5AE; | |
| 2979 | - --e-p-border-column-hover: #818A96; | |
| 2980 | - --e-p-border-column-invert: #0C0D0E; | |
| 2981 | - --e-p-border-con-in: #9DA5AE; | |
| 2982 | - --e-p-border-con-in-hover: #818A96; | |
| 2983 | - --e-p-border-con-in-invert: #0C0D0E; | |
| 2984 | - --e-p-border-widget: #F3BAFD; | |
| 2985 | - --e-p-border-widget-hover: #F0ABFC; | |
| 2986 | - --e-p-border-widget-invert: #0C0D0E; | |
| 2987 | - --e-p-border-global: #5EEAD4; | |
| 2988 | - --e-p-border-global-hover: #1DDDBF; | |
| 2989 | - --e-p-border-global-invert: #0C0D0E; | |
| 2990 | - --e-p-border-global-element: #5EEAD4; | |
| 2543 | +@-webkit-keyframes placeholder-section { | |
| 2544 | + 0% { | |
| 2545 | + height: 0; | |
| 2546 | + opacity: 0; | |
| 2547 | + } | |
| 2548 | + 100% { | |
| 2549 | + height: 40px; | |
| 2550 | + opacity: 0.9; | |
| 2551 | + } | |
| 2991 | 2552 | } |
| 2992 | 2553 | |
| 2993 | -.elementor-editor-active .elementor-add-section { | |
| 2994 | - all: initial; | |
| 2995 | - display: flex; | |
| 2996 | - flex-wrap: wrap; | |
| 2997 | - justify-content: center; | |
| 2998 | - max-width: 1160px; | |
| 2999 | - position: relative; | |
| 3000 | - margin-inline: auto; | |
| 3001 | -} | |
| 3002 | -.elementor-editor-active .elementor-add-section:not(.elementor-dragging-on-child) .elementor-add-section-inner { | |
| 3003 | - border: 2px dashed var(--e-a-border-color-bold); | |
| 3004 | - background-color: rgba(255, 255, 255, 0.5); | |
| 3005 | -} | |
| 3006 | -.elementor-editor-active .elementor-add-section.elementor-dragging-on-child .elementor-add-section-inner { | |
| 3007 | - border: 2px dashed var(--e-a-color-primary); | |
| 3008 | -} | |
| 3009 | -.elementor-editor-active .elementor-add-section[data-view=choose-action] .e-view:not(.elementor-add-new-section) { | |
| 3010 | - display: none; | |
| 3011 | -} | |
| 3012 | -.elementor-editor-active .elementor-add-section[data-view=select-preset] .e-view:not(.elementor-select-preset) { | |
| 3013 | - display: none; | |
| 3014 | -} | |
| 3015 | -.elementor-editor-active .elementor-add-section[data-view=select-container-preset] .e-view:not(.e-con-select-preset) { | |
| 3016 | - display: none; | |
| 3017 | -} | |
| 3018 | -.elementor-editor-active .elementor-add-section[data-view=select-type] .e-view:not(.e-con-select-type) { | |
| 3019 | - display: none; | |
| 3020 | -} | |
| 3021 | -.elementor-editor-active .elementor-add-section[data-view=select-container-preset-grid] .e-view:not(.e-con-select-preset-grid) { | |
| 3022 | - display: none; | |
| 3023 | -} | |
| 3024 | -.elementor-editor-active .elementor-add-section-inner { | |
| 3025 | - text-align: center; | |
| 3026 | - margin: 20px; | |
| 3027 | - padding: 40px 0; | |
| 3028 | - display: flex; | |
| 3029 | - justify-content: center; | |
| 3030 | - flex-grow: 1; | |
| 3031 | -} | |
| 3032 | -.elementor-editor-active .elementor-add-new-section { | |
| 3033 | - display: flex; | |
| 3034 | - justify-content: center; | |
| 3035 | - flex-wrap: wrap; | |
| 3036 | - gap: 5px; | |
| 3037 | -} | |
| 3038 | -.elementor-editor-active .elementor-add-section-area-button { | |
| 3039 | - padding: 12px; | |
| 3040 | - height: 40px; | |
| 3041 | - width: 40px; | |
| 3042 | - font-size: 16px; | |
| 3043 | - display: flex; | |
| 3044 | - outline: unset; | |
| 3045 | - border: unset; | |
| 3046 | - border-radius: 50%; | |
| 3047 | - box-shadow: unset; | |
| 3048 | - text-shadow: unset; | |
| 3049 | - background-color: var(--e-a-bg-active); | |
| 3050 | - color: var(--e-a-color-black); | |
| 3051 | - transition: var(--e-a-transition-hover); | |
| 3052 | - cursor: pointer; | |
| 3053 | -} | |
| 3054 | -.elementor-editor-active .elementor-add-section-area-button:hover, .elementor-editor-active .elementor-add-section-area-button:focus { | |
| 3055 | - border: unset; | |
| 3056 | - border-radius: 50%; | |
| 3057 | - box-shadow: unset; | |
| 3058 | - text-shadow: unset; | |
| 3059 | - color: var(--e-a-color-black); | |
| 3060 | - background-color: var(--e-a-bg-active-bold); | |
| 3061 | -} | |
| 3062 | -.elementor-editor-active .elementor-add-section-area-button i { | |
| 3063 | - margin: 0; | |
| 3064 | -} | |
| 3065 | -.elementor-editor-active .elementor-add-section-area-button.e-button-primary { | |
| 3066 | - background-color: var(--e-a-btn-bg-primary); | |
| 3067 | - color: var(--e-a-btn-color); | |
| 3068 | -} | |
| 3069 | -.elementor-editor-active .elementor-add-section-area-button.e-button-primary:hover, .elementor-editor-active .elementor-add-section-area-button.e-button-primary:focus { | |
| 3070 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 3071 | - color: var(--e-a-btn-color); | |
| 3072 | -} | |
| 3073 | -.elementor-editor-active .elementor-add-section-drag-title, | |
| 3074 | -.elementor-editor-active .elementor-select-preset-title { | |
| 3075 | - font-family: var(--e-a-font-family); | |
| 3076 | - font-size: 13px; | |
| 3077 | - line-height: 1; | |
| 3078 | - color: var(--e-a-color-txt); | |
| 3079 | -} | |
| 3080 | -.elementor-editor-active .elementor-add-section-drag-title { | |
| 3081 | - font-style: italic; | |
| 3082 | - font-weight: normal; | |
| 3083 | - margin-block-start: 10px; | |
| 3084 | - width: 100%; | |
| 3085 | -} | |
| 3086 | -.elementor-editor-active .elementor-select-preset-title { | |
| 3087 | - font-weight: 500; | |
| 3088 | - text-transform: uppercase; | |
| 3089 | -} | |
| 3090 | -.elementor-editor-active .elementor-add-section-close, | |
| 3091 | -.elementor-editor-active .elementor-add-section-back, | |
| 3092 | -.elementor-editor-active .flex-preset-button, | |
| 3093 | -.elementor-editor-active .grid-preset-button { | |
| 3094 | - padding: unset; | |
| 3095 | - margin: unset; | |
| 3096 | - border: unset; | |
| 3097 | - border-radius: unset; | |
| 3098 | - outline: unset; | |
| 3099 | - box-shadow: unset; | |
| 3100 | - text-shadow: unset; | |
| 3101 | - color: var(--e-a-color-txt); | |
| 3102 | - background-color: transparent; | |
| 3103 | -} | |
| 3104 | -.elementor-editor-active .elementor-add-section-close { | |
| 3105 | - inset-inline-end: 40px; | |
| 3106 | -} | |
| 3107 | -.elementor-editor-active .elementor-add-section-back { | |
| 3108 | - inset-inline-start: 40px; | |
| 3109 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 3110 | -} | |
| 3111 | -.elementor-editor-active .elementor-add-section-close, | |
| 3112 | -.elementor-editor-active .elementor-add-section-back { | |
| 3113 | - position: absolute; | |
| 3114 | - inset-block-start: 40px; | |
| 3115 | - font-size: 20px; | |
| 3116 | - cursor: pointer; | |
| 3117 | - line-height: 1; | |
| 3118 | - color: var(--e-a-color-txt); | |
| 3119 | - border-radius: 50%; | |
| 3120 | - box-shadow: unset; | |
| 3121 | - text-shadow: unset; | |
| 3122 | -} | |
| 3123 | -.elementor-editor-active .elementor-add-section-close:hover, .elementor-editor-active .elementor-add-section-close:focus, | |
| 3124 | -.elementor-editor-active .elementor-add-section-back:hover, | |
| 3125 | -.elementor-editor-active .elementor-add-section-back:focus { | |
| 3126 | - border: unset; | |
| 3127 | - border-radius: 50%; | |
| 3128 | - box-shadow: unset; | |
| 3129 | - text-shadow: unset; | |
| 3130 | - color: var(--e-a-color-txt-hover); | |
| 3131 | - background-color: var(--e-a-bg-hover); | |
| 3132 | -} | |
| 3133 | -.elementor-editor-active .flex-preset-button:hover, .elementor-editor-active .flex-preset-button:focus, | |
| 3134 | -.elementor-editor-active .grid-preset-button:hover, | |
| 3135 | -.elementor-editor-active .grid-preset-button:focus { | |
| 3136 | - background-color: transparent; | |
| 3137 | - color: var(--e-a-color-txt-hover); | |
| 3138 | -} | |
| 3139 | -.elementor-editor-active .elementor-select-preset-list { | |
| 3140 | - display: flex; | |
| 3141 | - gap: 20px; | |
| 3142 | - align-items: center; | |
| 3143 | - justify-content: center; | |
| 3144 | - flex-wrap: wrap; | |
| 3145 | - margin: 20px auto 0; | |
| 3146 | - max-width: 700px; | |
| 3147 | -} | |
| 3148 | -.elementor-editor-active .elementor-select-preset-list .elementor-preset { | |
| 3149 | - cursor: pointer; | |
| 3150 | - flex-basis: 90px; | |
| 3151 | - padding: unset; | |
| 3152 | - margin: unset; | |
| 3153 | - border: unset; | |
| 3154 | - border-radius: unset; | |
| 3155 | - outline: unset; | |
| 3156 | - box-shadow: unset; | |
| 3157 | - text-shadow: unset; | |
| 3158 | - background-color: unset; | |
| 3159 | -} | |
| 3160 | -.elementor-editor-active .elementor-select-preset-list .elementor-preset path, | |
| 3161 | -.elementor-editor-active .elementor-select-preset-list .elementor-preset rect { | |
| 3162 | - fill: var(--e-a-bg-active-bold); | |
| 3163 | - transition: 0.3s all; | |
| 3164 | -} | |
| 3165 | -.elementor-editor-active .elementor-select-preset-list .elementor-preset:hover, .elementor-editor-active .elementor-select-preset-list .elementor-preset:focus { | |
| 3166 | - background-color: transparent; | |
| 3167 | -} | |
| 3168 | -.elementor-editor-active .elementor-select-preset-list .elementor-preset:hover path, | |
| 3169 | -.elementor-editor-active .elementor-select-preset-list .elementor-preset:hover rect, .elementor-editor-active .elementor-select-preset-list .elementor-preset:focus path, | |
| 3170 | -.elementor-editor-active .elementor-select-preset-list .elementor-preset:focus rect { | |
| 3171 | - fill: var(--e-a-color-txt); | |
| 3172 | -} | |
| 3173 | -.elementor-editor-active .elementor-select-preset-list .elementor-preset .e-preset--container { | |
| 3174 | - position: relative; | |
| 3175 | - display: flex; | |
| 3176 | -} | |
| 3177 | -.elementor-editor-active .elementor-select-preset-list .elementor-preset .e-preset--container::before { | |
| 3178 | - content: var(--text); | |
| 3179 | - font-family: var(--e-a-font-family); | |
| 3180 | - font-size: 13px; | |
| 3181 | - font-weight: 500; | |
| 3182 | - color: var(--e-a-color-white); | |
| 3183 | - position: absolute; | |
| 3184 | - inset-block-start: 50%; | |
| 3185 | - inset-inline-start: 50%; | |
| 3186 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3187 | -} | |
| 3188 | -.elementor-editor-active .elementor-select-preset-list .elementor-preset svg { | |
| 3189 | - height: 50px; | |
| 3190 | - width: 100%; | |
| 3191 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 3192 | -} | |
| 3193 | -.elementor-editor-active .elementor-add-section[data-view=choose-action] .elementor-add-section-back { | |
| 3194 | - display: none; | |
| 3195 | -} | |
| 3196 | -.elementor-editor-active .elementor-add-section[data-view=select-preset] .elementor-add-section-back { | |
| 3197 | - display: none; | |
| 3198 | -} | |
| 3199 | -.elementor-editor-active .elementor-add-section[data-view=select-type] .elementor-add-section-back { | |
| 3200 | - display: none; | |
| 3201 | -} | |
| 3202 | -.elementor-editor-active #elementor-add-new-section { | |
| 3203 | - margin: 60px auto; | |
| 3204 | -} | |
| 3205 | -.elementor-editor-active #elementor-add-new-section[data-view=choose-action] .elementor-add-section-close { | |
| 3206 | - display: none; | |
| 3207 | -} | |
| 3208 | -.elementor-editor-active .elementor-add-section-inline { | |
| 3209 | - margin: 10px auto; | |
| 3210 | - width: 100%; | |
| 3211 | -} | |
| 3212 | - | |
| 3213 | 2554 | @keyframes placeholder-section { |
| 3214 | 2555 | 0% { |
| 3215 | 2556 | height: 0; |
| 3216 | 2557 | opacity: 0; |
| @@ -3219,8 +2560,18 @@ | ||
| 3219 | 2560 | height: 40px; |
| 3220 | 2561 | opacity: 0.9; |
| 3221 | 2562 | } |
| 3222 | 2563 | } |
| 2564 | +@-webkit-keyframes placeholder-widget { | |
| 2565 | + 0% { | |
| 2566 | + height: 0; | |
| 2567 | + opacity: 0; | |
| 2568 | + } | |
| 2569 | + 100% { | |
| 2570 | + height: 10px; | |
| 2571 | + opacity: 0.9; | |
| 2572 | + } | |
| 2573 | +} | |
| 3223 | 2574 | @keyframes placeholder-widget { |
| 3224 | 2575 | 0% { |
| 3225 | 2576 | height: 0; |
| 3226 | 2577 | opacity: 0; |
| @@ -3229,8 +2580,16 @@ | ||
| 3229 | 2580 | height: 10px; |
| 3230 | 2581 | opacity: 0.9; |
| 3231 | 2582 | } |
| 3232 | 2583 | } |
| 2584 | +@-webkit-keyframes section-outline { | |
| 2585 | + 0% { | |
| 2586 | + opacity: 0; | |
| 2587 | + } | |
| 2588 | + 100% { | |
| 2589 | + opacity: 1; | |
| 2590 | + } | |
| 2591 | +} | |
| 3233 | 2592 | @keyframes section-outline { |
| 3234 | 2593 | 0% { |
| 3235 | 2594 | opacity: 0; |
| 3236 | 2595 | } |
| @@ -3251,9 +2610,10 @@ | ||
| 3251 | 2610 | overflow: visible; |
| 3252 | 2611 | } |
| 3253 | 2612 | |
| 3254 | 2613 | .elementor-edit-area .animated { |
| 3255 | - animation-fill-mode: none !important; | |
| 2614 | + -webkit-animation-fill-mode: none !important; | |
| 2615 | + animation-fill-mode: none !important; | |
| 3256 | 2616 | } |
| 3257 | 2617 | .elementor-edit-area ul.elementor-editor-element-settings { |
| 3258 | 2618 | word-break: normal; |
| 3259 | 2619 | padding: 0; |
| @@ -3269,10 +2629,11 @@ | ||
| 3269 | 2629 | .pen:not([data-elementor-inline-editing-toolbar=advanced]) { |
| 3270 | 2630 | white-space: pre-wrap; |
| 3271 | 2631 | } |
| 3272 | 2632 | .pen-menu { |
| 3273 | - box-shadow: 1px 2px 3px -2px #222; | |
| 3274 | - background-color: #3f444b; | |
| 2633 | + -webkit-box-shadow: 1px 2px 3px -2px #222; | |
| 2634 | + box-shadow: 1px 2px 3px -2px #222; | |
| 2635 | + background-color: #6d7882; | |
| 3275 | 2636 | position: fixed; |
| 3276 | 2637 | overflow: hidden; |
| 3277 | 2638 | border-radius: 3px; |
| 3278 | 2639 | z-index: 9999; |
| @@ -3277,36 +2638,47 @@ | ||
| 3277 | 2638 | border-radius: 3px; |
| 3278 | 2639 | z-index: 9999; |
| 3279 | 2640 | } |
| 3280 | 2641 | .pen-menu:after { |
| 2642 | + top: 100%; | |
| 3281 | 2643 | content: ""; |
| 3282 | 2644 | position: absolute; |
| 3283 | 2645 | border: 6px solid transparent; |
| 3284 | - border-block-start-color: #3f444b; | |
| 3285 | - inset-block-start: 100%; | |
| 3286 | - inset-inline-start: 50%; | |
| 3287 | - transform: translateX(-50%); | |
| 2646 | + border-top-color: #6d7882; | |
| 2647 | + left: 50%; | |
| 2648 | + -webkit-transform: translateX(-50%); | |
| 2649 | + -ms-transform: translateX(-50%); | |
| 2650 | + transform: translateX(-50%); | |
| 3288 | 2651 | } |
| 3289 | 2652 | .pen-menu-below:after { |
| 3290 | - inset-block-start: 0; | |
| 3291 | - transform: translateX(-50%) translateY(-100%) rotate(180deg); | |
| 2653 | + top: 0; | |
| 2654 | + -webkit-transform: translateX(-50%) translateY(-100%) rotate(180deg); | |
| 2655 | + -ms-transform: translateX(-50%) translateY(-100%) rotate(180deg); | |
| 2656 | + transform: translateX(-50%) translateY(-100%) rotate(180deg); | |
| 3292 | 2657 | } |
| 3293 | 2658 | .pen-icon { |
| 3294 | 2659 | position: relative; |
| 2660 | + display: -webkit-box; | |
| 2661 | + display: -ms-flexbox; | |
| 3295 | 2662 | display: flex; |
| 3296 | - align-items: center; | |
| 3297 | - justify-content: center; | |
| 2663 | + -webkit-box-align: center; | |
| 2664 | + -ms-flex-align: center; | |
| 2665 | + align-items: center; | |
| 2666 | + -webkit-box-pack: center; | |
| 2667 | + -ms-flex-pack: center; | |
| 2668 | + justify-content: center; | |
| 3298 | 2669 | height: 35px; |
| 3299 | 2670 | padding: 0 10px; |
| 3300 | 2671 | font-size: 21px; |
| 3301 | - color: #D5D8DC; | |
| 2672 | + color: #d5dadf; | |
| 3302 | 2673 | cursor: pointer; |
| 3303 | 2674 | -webkit-user-select: none; |
| 3304 | 2675 | -moz-user-select: none; |
| 2676 | + -ms-user-select: none; | |
| 3305 | 2677 | user-select: none; |
| 3306 | 2678 | } |
| 3307 | 2679 | .pen-icon:hover { |
| 3308 | - background: #1f2124; | |
| 2680 | + background: #556068; | |
| 3309 | 2681 | } |
| 3310 | 2682 | .pen-icon[data-group], .pen-icon[data-action=closeGroup] { |
| 3311 | 2683 | display: none; |
| 3312 | 2684 | } |
| @@ -3312,33 +2684,36 @@ | ||
| 3312 | 2684 | } |
| 3313 | 2685 | .pen-icon[data-action=close]:before { |
| 3314 | 2686 | content: ""; |
| 3315 | 2687 | position: absolute; |
| 3316 | - inset-inline-start: 0; | |
| 2688 | + left: 0; | |
| 3317 | 2689 | height: 60%; |
| 3318 | 2690 | width: 1px; |
| 3319 | - background-color: #1f2124; | |
| 2691 | + background-color: #556068; | |
| 3320 | 2692 | } |
| 3321 | 2693 | .pen-icon.active { |
| 3322 | - background-color: #1f2124; | |
| 3323 | - box-shadow: inset 2px 2px 4px #1f2124; | |
| 2694 | + background-color: #556068; | |
| 2695 | + -webkit-box-shadow: inset 2px 2px 4px #556068; | |
| 2696 | + box-shadow: inset 2px 2px 4px #556068; | |
| 3324 | 2697 | } |
| 3325 | 2698 | .pen-group-icon:after { |
| 3326 | 2699 | font-family: eicons; |
| 3327 | 2700 | font-size: 12px; |
| 3328 | 2701 | content: "\e92a"; |
| 3329 | - padding-inline-start: 4px; | |
| 3330 | - color: #2563EB; | |
| 2702 | + padding-left: 4px; | |
| 2703 | + color: #71d7f7; | |
| 3331 | 2704 | } |
| 3332 | 2705 | .pen-input-wrapper { |
| 3333 | - align-items: center; | |
| 2706 | + -webkit-box-align: center; | |
| 2707 | + -ms-flex-align: center; | |
| 2708 | + align-items: center; | |
| 3334 | 2709 | } |
| 3335 | 2710 | .pen-input-wrapper .pen-url-input { |
| 3336 | 2711 | font-size: 12px; |
| 3337 | 2712 | line-height: 1.5; |
| 3338 | 2713 | padding: 0; |
| 3339 | - padding-inline-start: 10px; | |
| 3340 | - padding-inline-end: 10px; | |
| 2714 | + padding-left: 10px; | |
| 2715 | + padding-right: 10px; | |
| 3341 | 2716 | width: 250px; |
| 3342 | 2717 | direction: ltr; |
| 3343 | 2718 | } |
| 3344 | 2719 | .pen-input-wrapper .pen-url-input, .pen-input-wrapper .pen-url-input:focus { |
| @@ -3344,20 +2719,27 @@ | ||
| 3344 | 2719 | .pen-input-wrapper .pen-url-input, .pen-input-wrapper .pen-url-input:focus { |
| 3345 | 2720 | background-color: transparent; |
| 3346 | 2721 | border: none; |
| 3347 | 2722 | outline: none; |
| 3348 | - box-shadow: none; | |
| 2723 | + -webkit-box-shadow: none; | |
| 2724 | + box-shadow: none; | |
| 3349 | 2725 | color: #fff; |
| 3350 | 2726 | } |
| 2727 | +.pen-input-wrapper .pen-url-input::-webkit-input-placeholder { | |
| 2728 | + color: #d5dadf; | |
| 2729 | +} | |
| 3351 | 2730 | .pen-input-wrapper .pen-url-input::-moz-placeholder { |
| 3352 | - color: #D5D8DC; | |
| 2731 | + color: #d5dadf; | |
| 3353 | 2732 | } |
| 2733 | +.pen-input-wrapper .pen-url-input::-ms-input-placeholder { | |
| 2734 | + color: #d5dadf; | |
| 2735 | +} | |
| 3354 | 2736 | .pen-input-wrapper .pen-url-input::placeholder { |
| 3355 | - color: #D5D8DC; | |
| 2737 | + color: #d5dadf; | |
| 3356 | 2738 | } |
| 3357 | 2739 | .pen-input-label { |
| 3358 | 2740 | margin: 0; |
| 3359 | - margin-inline-end: -1px; | |
| 2741 | + margin-right: -1px; | |
| 3360 | 2742 | } |
| 3361 | 2743 | .pen-placeholder:before { |
| 3362 | 2744 | content: attr(data-pen-placeholder); |
| 3363 | 2745 | position: absolute; |
| @@ -3382,11 +2764,13 @@ | ||
| 3382 | 2764 | text-decoration: underline; |
| 3383 | 2765 | } |
| 3384 | 2766 | |
| 3385 | 2767 | .e-element-color-picker { |
| 3386 | - --primary-color: #2563EB; | |
| 2768 | + --primary-color: #71d7f7; | |
| 3387 | 2769 | --swatch-size: 25px; |
| 3388 | 2770 | cursor: default; |
| 2771 | + display: -webkit-box; | |
| 2772 | + display: -ms-flexbox; | |
| 3389 | 2773 | display: flex; |
| 3390 | 2774 | position: absolute; |
| 3391 | 2775 | width: calc((var(--count) + 1) * var(--swatch-size)); |
| 3392 | 2776 | height: var(--swatch-size); |
| @@ -3398,9 +2782,12 @@ | ||
| 3398 | 2782 | pointer-events: none; |
| 3399 | 2783 | z-index: 9998; |
| 3400 | 2784 | background-color: var(--primary-color); |
| 3401 | 2785 | padding: 1px; |
| 3402 | - box-sizing: content-box; | |
| 2786 | + -webkit-box-sizing: content-box; | |
| 2787 | + box-sizing: content-box; | |
| 2788 | + -webkit-transition: opacity 0.3s, width 0.3s; | |
| 2789 | + -o-transition: opacity 0.3s, width 0.3s; | |
| 3403 | 2790 | transition: opacity 0.3s, width 0.3s; |
| 3404 | 2791 | } |
| 3405 | 2792 | .e-element-color-picker.e-picker-hidden { |
| 3406 | 2793 | opacity: 0; |
| @@ -3407,12 +2794,15 @@ | ||
| 3407 | 2794 | pointer-events: none; |
| 3408 | 2795 | } |
| 3409 | 2796 | .e-element-color-picker::before { |
| 3410 | 2797 | content: ""; |
| 3411 | - flex: 0 1 var(--swatch-size); | |
| 2798 | + -webkit-box-flex: 0; | |
| 2799 | + -ms-flex: 0 1 var(--swatch-size); | |
| 2800 | + flex: 0 1 var(--swatch-size); | |
| 3412 | 2801 | max-width: 100%; |
| 3413 | 2802 | height: 100%; |
| 3414 | - box-sizing: border-box; | |
| 2803 | + -webkit-box-sizing: border-box; | |
| 2804 | + box-sizing: border-box; | |
| 3415 | 2805 | text-align: center; |
| 3416 | 2806 | } |
| 3417 | 2807 | .e-element-color-picker::after { |
| 3418 | 2808 | content: "\e91e"; |
| @@ -3424,17 +2814,23 @@ | ||
| 3424 | 2814 | left: 0.3rem; |
| 3425 | 2815 | z-index: -1; |
| 3426 | 2816 | } |
| 3427 | 2817 | .e-element-color-picker__swatch { |
| 3428 | - flex: 1 0 var(--swatch-size); | |
| 2818 | + -webkit-box-flex: 1; | |
| 2819 | + -ms-flex: 1 0 var(--swatch-size); | |
| 2820 | + flex: 1 0 var(--swatch-size); | |
| 3429 | 2821 | max-width: 100%; |
| 3430 | 2822 | height: 100%; |
| 3431 | 2823 | cursor: pointer; |
| 3432 | - transition: var(--e-a-transition-hover); | |
| 2824 | + -webkit-transition: all 0.3s; | |
| 2825 | + -o-transition: all 0.3s; | |
| 2826 | + transition: all 0.3s; | |
| 3433 | 2827 | position: relative; |
| 3434 | 2828 | overflow: hidden; |
| 3435 | 2829 | border-radius: inherit; |
| 3436 | 2830 | /* Hack to fix transparent `--color` on hover */ |
| 2831 | + background: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(var(--color))), -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color))); | |
| 2832 | + background: -o-linear-gradient(var(--color), var(--color)), -o-linear-gradient(var(--primary-color), var(--primary-color)); | |
| 3437 | 2833 | background: linear-gradient(var(--color), var(--color)), linear-gradient(var(--primary-color), var(--primary-color)); |
| 3438 | 2834 | } |
| 3439 | 2835 | .e-element-color-picker__swatch:not(:first-child) { |
| 3440 | 2836 | border-left: 1px solid var(--primary-color); |
| @@ -3447,16 +2843,23 @@ | ||
| 3447 | 2843 | opacity: 0; |
| 3448 | 2844 | color: var(--color); |
| 3449 | 2845 | font-size: 10px; |
| 3450 | 2846 | font-weight: 300; |
| 3451 | - font-family: Roboto, Arial, Helvetica, sans-serif; | |
| 3452 | - transform: translate(-50%, -50%); | |
| 3453 | - filter: hue-rotate(180deg) grayscale(1) contrast(999) invert(1); | |
| 2847 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 2848 | + -webkit-transform: translate(-50%, -50%); | |
| 2849 | + -ms-transform: translate(-50%, -50%); | |
| 2850 | + transform: translate(-50%, -50%); | |
| 2851 | + -webkit-filter: hue-rotate(180deg) grayscale(1) contrast(999) invert(1); | |
| 2852 | + filter: hue-rotate(180deg) grayscale(1) contrast(999) invert(1); | |
| 2853 | + -webkit-transition: inherit; | |
| 2854 | + -o-transition: inherit; | |
| 3454 | 2855 | transition: inherit; |
| 3455 | 2856 | } |
| 3456 | 2857 | .e-element-color-picker__swatch:hover { |
| 3457 | - flex-basis: calc(2 * var(--swatch-size)); | |
| 3458 | - flex-shrink: 0; | |
| 2858 | + -ms-flex-preferred-size: calc(2 * var(--swatch-size)); | |
| 2859 | + flex-basis: calc(2 * var(--swatch-size)); | |
| 2860 | + -ms-flex-negative: 0; | |
| 2861 | + flex-shrink: 0; | |
| 3459 | 2862 | } |
| 3460 | 2863 | .e-element-color-picker__swatch:hover::before { |
| 3461 | 2864 | opacity: 1; |
| 3462 | 2865 | } |
| @@ -3470,55 +2873,51 @@ | ||
| 3470 | 2873 | opacity: 1; |
| 3471 | 2874 | pointer-events: all; |
| 3472 | 2875 | } |
| 3473 | 2876 | .e-ui-state--elements-color-picker-color-picking__on .elementor-section:hover { |
| 3474 | - outline: 1px solid #2563EB; | |
| 2877 | + outline: 1px solid #71d7f7; | |
| 3475 | 2878 | } |
| 3476 | 2879 | |
| 3477 | -/** | |
| 3478 | -* Contact Buttons has position: fixed, therefore the container results as `empty` | |
| 3479 | -* and it's not visible in the preview when the aside is hidden. | |
| 3480 | -*/ | |
| 3481 | -.elementor-editor-preview .elementor-element:has(.e-contact-buttons) .elementor-widget-empty, | |
| 3482 | -.elementor-editor-preview .elementor-element:has(.e-floating-bars) .elementor-widget-empty { | |
| 3483 | - display: block; | |
| 3484 | -} | |
| 3485 | - | |
| 3486 | 2880 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 2881 | + -webkit-transition: 0.3s all; | |
| 2882 | + -o-transition: 0.3s all; | |
| 3487 | 2883 | transition: 0.3s all; |
| 2884 | + --is-ltr: 1; | |
| 2885 | + --is-rtl: 0; | |
| 2886 | + --rotation-direction: calc( var( --is-ltr ) - var( --is-rtl ) ); | |
| 3488 | 2887 | } |
| 3489 | 2888 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 3490 | 2889 | max-height: 1em; |
| 3491 | 2890 | max-width: 1em; |
| 3492 | 2891 | } |
| 3493 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 3494 | - --is-ltr: 1; | |
| 3495 | - --is-rtl: 0; | |
| 3496 | -} | |
| 3497 | -[class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { | |
| 3498 | - --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); | |
| 3499 | -} | |
| 3500 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 3501 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 3502 | -} | |
| 3503 | 2892 | :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow) { |
| 3504 | - transform: rotate(calc(var(--rotation-direction) * 90deg)); | |
| 2893 | + -webkit-transform: rotate(calc(var(--rotation-direction) * 90deg)); | |
| 2894 | + -ms-transform: rotate(calc(var(--rotation-direction) * 90deg)); | |
| 2895 | + transform: rotate(calc(var(--rotation-direction) * 90deg)); | |
| 3505 | 2896 | } |
| 3506 | 2897 | :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v) { |
| 3507 | - transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 2898 | + -webkit-transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 2899 | + -ms-transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 2900 | + transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 3508 | 2901 | } |
| 3509 | 2902 | .e-ui-state--document-direction-mode__column-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__column-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { |
| 3510 | - transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 2903 | + -webkit-transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 2904 | + -ms-transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 2905 | + transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 3511 | 2906 | } |
| 3512 | 2907 | .e-ui-state--document-direction-mode__row [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { |
| 3513 | - transform: rotate(calc(var(--is-rtl) * 180deg)); | |
| 2908 | + -webkit-transform: rotate(calc(var(--is-rtl) * 180deg)); | |
| 2909 | + -ms-transform: rotate(calc(var(--is-rtl) * 180deg)); | |
| 2910 | + transform: rotate(calc(var(--is-rtl) * 180deg)); | |
| 3514 | 2911 | } |
| 3515 | 2912 | .e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { |
| 3516 | - transform: rotate(calc(var(--is-ltr) * 180deg)); | |
| 2913 | + -webkit-transform: rotate(calc(var(--is-ltr) * 180deg)); | |
| 2914 | + -ms-transform: rotate(calc(var(--is-ltr) * 180deg)); | |
| 2915 | + transform: rotate(calc(var(--is-ltr) * 180deg)); | |
| 3517 | 2916 | } |
| 3518 | 2917 | |
| 3519 | 2918 | html.elementor-html { |
| 3520 | - margin-block-start: 0 !important; | |
| 2919 | + margin-top: 0 !important; | |
| 3521 | 2920 | } |
| 3522 | 2921 | |
| 3523 | 2922 | .elementor-edit-area { |
| 3524 | 2923 | position: relative; |
| @@ -3528,72 +2927,22 @@ | ||
| 3528 | 2927 | opacity: 0.5; |
| 3529 | 2928 | } |
| 3530 | 2929 | |
| 3531 | 2930 | .elementor-edit-area-active { |
| 3532 | - --primary-color: var(--e-p-border-con); | |
| 3533 | - --secondary-color: var(--e-p-border-con-hover); | |
| 3534 | - --outline-color: var(--e-p-border-con-active); | |
| 2931 | + --primary-color: #71d7f7; | |
| 2932 | + --secondary-color: #10bcf2; | |
| 2933 | + --outline-color: var( --primary-color ); | |
| 3535 | 2934 | } |
| 3536 | -.elementor-edit-area-active .e-con { | |
| 3537 | - --primary-color: var(--e-p-border-con); | |
| 3538 | - --secondary-color: var(--e-p-border-con-hover); | |
| 3539 | - --outline-color: var( --outline-color ); | |
| 2935 | +.elementor-edit-area-active .e-container { | |
| 2936 | + --primary-color: #0098c7; | |
| 2937 | + --secondary-color: #007194; | |
| 2938 | + --outline-color: var( --primary-color ); | |
| 3540 | 2939 | } |
| 3541 | -.elementor-edit-area-active .e-con.e-dragging-over, .elementor-edit-area-active .e-con.elementor-dragging-on-child, .elementor-edit-area-active .e-con.e-con-boxed.elementor-html5dnd-current-element { | |
| 2940 | +.elementor-edit-area-active .e-container.e-dragging-over, .elementor-edit-area-active .e-container.elementor-dragging-on-child { | |
| 3542 | 2941 | outline: 1px solid var(--outline-color); |
| 3543 | 2942 | } |
| 3544 | -.elementor-edit-area-active .e-grid-outline { | |
| 3545 | - display: none; | |
| 3546 | -} | |
| 3547 | -.elementor-edit-area-active .elementor-element-editable.e-grid.e-con-full > .e-grid-outline { | |
| 3548 | - padding-block-start: var(--bc-padding-block-start, var(--padding-block-start)); | |
| 3549 | - padding-block-end: var(--bc-padding-block-end, var(--padding-block-end)); | |
| 3550 | - display: grid; | |
| 3551 | - position: absolute; | |
| 3552 | - top: 0; | |
| 3553 | - bottom: 0; | |
| 3554 | - pointer-events: none; | |
| 3555 | - grid-gap: var(--gap); | |
| 3556 | - justify-items: var(--justify-items); | |
| 3557 | - align-items: var(--align-items); | |
| 3558 | - grid-auto-flow: var(--grid-auto-flow); | |
| 3559 | - justify-content: var(--grid-justify-content); | |
| 3560 | - align-content: var(--grid-align-content); | |
| 3561 | - min-height: var(--min-height); | |
| 3562 | - padding-inline-end: var(--bc-padding-inline-end, var(--padding-inline-end)); | |
| 3563 | - padding-inline-start: var(--bc-padding-inline-start, var(--padding-inline-start)); | |
| 3564 | - width: 100%; | |
| 3565 | - left: 0; | |
| 3566 | -} | |
| 3567 | -.elementor-edit-area-active .elementor-element-editable.e-grid.e-con-boxed > .e-con-inner { | |
| 3568 | - position: relative; | |
| 3569 | -} | |
| 3570 | -.elementor-edit-area-active .elementor-element-editable.e-grid.e-con-boxed > .e-con-inner > .e-grid-outline { | |
| 3571 | - padding-block-start: var(--bc-padding-block-start, var(--padding-block-start)); | |
| 3572 | - padding-block-end: var(--bc-padding-block-end, var(--padding-block-end)); | |
| 3573 | - display: grid; | |
| 3574 | - position: absolute; | |
| 3575 | - top: 0; | |
| 3576 | - bottom: 0; | |
| 3577 | - pointer-events: none; | |
| 3578 | - grid-gap: var(--gap); | |
| 3579 | - justify-items: var(--justify-items); | |
| 3580 | - align-items: var(--align-items); | |
| 3581 | - grid-auto-flow: var(--grid-auto-flow); | |
| 3582 | - justify-content: var(--grid-justify-content); | |
| 3583 | - align-content: var(--grid-align-content); | |
| 3584 | - min-height: var(--min-height); | |
| 3585 | - width: var(--width); | |
| 3586 | - margin: 0 auto; | |
| 3587 | -} | |
| 3588 | -.elementor-edit-area-active .elementor-element-editable.e-grid .e-grid-outline-item { | |
| 3589 | - border: 1px dashed #9DA5AE; | |
| 3590 | - pointer-events: none; | |
| 3591 | - width: 100%; | |
| 3592 | - height: 100%; | |
| 3593 | -} | |
| 3594 | 2943 | .elementor-edit-area-active .elementor-inner-section:first-child { |
| 3595 | - margin-block-start: 15px; | |
| 2944 | + margin-top: 15px; | |
| 3596 | 2945 | } |
| 3597 | 2946 | .elementor-edit-area-active .elementor-widget-wrap.elementor-element-empty { |
| 3598 | 2947 | min-height: 30px; |
| 3599 | 2948 | } |
| @@ -3607,14 +2956,12 @@ | ||
| 3607 | 2956 | } |
| 3608 | 2957 | .elementor-edit-area-active .elementor-widget.elementor-loading { |
| 3609 | 2958 | opacity: 0.3; |
| 3610 | 2959 | } |
| 3611 | -.elementor-edit-area-active .elementor-widget.elementor-element-edit-mode:hover { | |
| 3612 | - box-shadow: 0 0 0 1px var(--e-p-border-widget); | |
| 2960 | +.elementor-edit-area-active .elementor-widget.elementor-element-editable, .elementor-edit-area-active .elementor-widget.elementor-element-edit-mode:hover { | |
| 2961 | + -webkit-box-shadow: 0 0 0 1px #71d7f7; | |
| 2962 | + box-shadow: 0 0 0 1px #71d7f7; | |
| 3613 | 2963 | } |
| 3614 | -.elementor-edit-area-active .elementor-widget.elementor-element-editable, .elementor-edit-area-active .elementor-widget.elementor-element-editable:hover { | |
| 3615 | - box-shadow: 0 0 0 2px var(--e-p-border-widget); | |
| 3616 | -} | |
| 3617 | 2964 | .elementor-edit-area-active .elementor-widget:not(:hover) .elementor-editor-element-settings { |
| 3618 | 2965 | display: none; |
| 3619 | 2966 | } |
| 3620 | 2967 | .elementor-edit-area-active .elementor-widget.ui-draggable-dragging { |
| @@ -3621,17 +2968,25 @@ | ||
| 3621 | 2968 | pointer-events: none; |
| 3622 | 2969 | } |
| 3623 | 2970 | .elementor-edit-area-active .elementor-editor-element-setting { |
| 3624 | 2971 | cursor: pointer; |
| 2972 | + display: -webkit-box; | |
| 2973 | + display: -ms-flexbox; | |
| 3625 | 2974 | display: flex; |
| 3626 | - align-items: center; | |
| 3627 | - justify-content: center; | |
| 2975 | + -webkit-box-align: center; | |
| 2976 | + -ms-flex-align: center; | |
| 2977 | + align-items: center; | |
| 2978 | + -webkit-box-pack: center; | |
| 2979 | + -ms-flex-pack: center; | |
| 2980 | + justify-content: center; | |
| 3628 | 2981 | padding: 0; |
| 3629 | 2982 | margin: 0; |
| 3630 | 2983 | font-size: 11px; |
| 3631 | - color: var(--e-p-border-widget-invert); | |
| 2984 | + color: #fff; | |
| 3632 | 2985 | width: 25px; |
| 3633 | - transition: var(--e-a-transition-hover); | |
| 2986 | + -webkit-transition: margin 0.3s, width 0.3s, font 0.3s; | |
| 2987 | + -o-transition: margin 0.3s, width 0.3s, font 0.3s; | |
| 2988 | + transition: margin 0.3s, width 0.3s, font 0.3s; | |
| 3634 | 2989 | } |
| 3635 | 2990 | .elementor-edit-area-active .elementor-inline-editing { |
| 3636 | 2991 | min-height: 15px; |
| 3637 | 2992 | } |
| @@ -3647,10 +3002,10 @@ | ||
| 3647 | 3002 | } |
| 3648 | 3003 | |
| 3649 | 3004 | .elementor-element > .elementor-element-overlay { |
| 3650 | 3005 | position: absolute; |
| 3651 | - inset-block-start: 0; | |
| 3652 | - inset-inline-end: 0; | |
| 3006 | + top: 0; | |
| 3007 | + right: 0; | |
| 3653 | 3008 | letter-spacing: 0; |
| 3654 | 3009 | z-index: 9998; |
| 3655 | 3010 | pointer-events: none; |
| 3656 | 3011 | } |
| @@ -3657,21 +3012,17 @@ | ||
| 3657 | 3012 | .elementor-element-empty .elementor-sortable-placeholder { |
| 3658 | 3013 | display: none; |
| 3659 | 3014 | } |
| 3660 | 3015 | .elementor-element.elementor-widget-empty { |
| 3661 | - background-color: rgba(213, 216, 220, 0.8); | |
| 3016 | + background-color: rgba(213, 218, 223, 0.8); | |
| 3662 | 3017 | } |
| 3663 | 3018 | .elementor-element.elementor-widget-empty .elementor-widget-empty-icon { |
| 3664 | - color: #BABFC5; | |
| 3019 | + color: #c2cbd2; | |
| 3665 | 3020 | font-size: 22px; |
| 3666 | 3021 | display: block; |
| 3667 | 3022 | text-align: center; |
| 3668 | 3023 | padding: 10px 0; |
| 3669 | 3024 | } |
| 3670 | -.elementor-element.elementor-widget-empty[data-atomic] .elementor-widget-empty-icon { | |
| 3671 | - background-color: rgb(243, 243, 244); | |
| 3672 | - width: 100%; | |
| 3673 | -} | |
| 3674 | 3025 | .elementor-element:not(:hover):not(.elementor-element-editable) > .elementor-element-overlay .elementor-editor-element-settings { |
| 3675 | 3026 | display: none; |
| 3676 | 3027 | } |
| 3677 | 3028 | .elementor-element--toggle-edit-tools > .elementor-element-overlay .elementor-editor-element-edit:not(.elementor-active) ~ * { |
| @@ -3679,28 +3030,36 @@ | ||
| 3679 | 3030 | font-size: 0; |
| 3680 | 3031 | } |
| 3681 | 3032 | .elementor-element[data-side=top]:before, .elementor-element[data-side=bottom] + .elementor-element:before { |
| 3682 | 3033 | content: ""; |
| 3683 | - background-color: var(--e-p-draggable-color); | |
| 3684 | - transition-timing-function: ease-out; | |
| 3034 | + background-color: #71d7f7; | |
| 3035 | + -webkit-transition-timing-function: ease-out; | |
| 3036 | + -o-transition-timing-function: ease-out; | |
| 3037 | + transition-timing-function: ease-out; | |
| 3685 | 3038 | opacity: 0.9; |
| 3686 | 3039 | height: 10px; |
| 3687 | - animation: placeholder-widget 500ms; | |
| 3040 | + -webkit-animation: placeholder-widget 500ms; | |
| 3041 | + animation: placeholder-widget 500ms; | |
| 3688 | 3042 | display: block; |
| 3689 | 3043 | } |
| 3690 | 3044 | .elementor-element[data-side=bottom]:last-child:after { |
| 3691 | 3045 | content: ""; |
| 3692 | - background-color: var(--e-p-draggable-color); | |
| 3693 | - transition-timing-function: ease-out; | |
| 3046 | + background-color: #71d7f7; | |
| 3047 | + -webkit-transition-timing-function: ease-out; | |
| 3048 | + -o-transition-timing-function: ease-out; | |
| 3049 | + transition-timing-function: ease-out; | |
| 3694 | 3050 | opacity: 0.9; |
| 3695 | 3051 | height: 10px; |
| 3696 | - animation: placeholder-widget 500ms; | |
| 3052 | + -webkit-animation: placeholder-widget 500ms; | |
| 3053 | + animation: placeholder-widget 500ms; | |
| 3697 | 3054 | display: block; |
| 3698 | 3055 | } |
| 3699 | 3056 | .elementor-element.elementor-absolute, .elementor-element.elementor-fixed { |
| 3057 | + cursor: -webkit-grab; | |
| 3700 | 3058 | cursor: grab; |
| 3701 | 3059 | } |
| 3702 | 3060 | .elementor-element.elementor-absolute:active, .elementor-element.elementor-fixed:active { |
| 3061 | + cursor: -webkit-grabbing; | |
| 3703 | 3062 | cursor: grabbing; |
| 3704 | 3063 | } |
| 3705 | 3064 | .elementor-element.elementor-absolute .eicon-edit:before, .elementor-element.elementor-fixed .eicon-edit:before { |
| 3706 | 3065 | content: "\e902"; |
| @@ -3705,16 +3064,89 @@ | ||
| 3705 | 3064 | .elementor-element.elementor-absolute .eicon-edit:before, .elementor-element.elementor-fixed .eicon-edit:before { |
| 3706 | 3065 | content: "\e902"; |
| 3707 | 3066 | } |
| 3708 | 3067 | |
| 3068 | +.elementor-section > .elementor-element-overlay, | |
| 3069 | +.e-container > .elementor-element-overlay { | |
| 3070 | + left: 0; | |
| 3071 | + bottom: 0; | |
| 3072 | +} | |
| 3073 | +.elementor-section > .elementor-element-overlay:after, | |
| 3074 | +.e-container > .elementor-element-overlay:after { | |
| 3075 | + position: absolute; | |
| 3076 | + left: 2px; | |
| 3077 | + right: 2px; | |
| 3078 | + top: 2px; | |
| 3079 | + bottom: 2px; | |
| 3080 | + outline: 2px solid var(--outline-color); | |
| 3081 | + -webkit-animation: section-outline 0.75s; | |
| 3082 | + animation: section-outline 0.75s; | |
| 3083 | +} | |
| 3084 | +.elementor-section:hover > .elementor-element-overlay:after, .elementor-section.elementor-element-editable > .elementor-element-overlay:after, | |
| 3085 | +.e-container:hover > .elementor-element-overlay:after, | |
| 3086 | +.e-container.elementor-element-editable > .elementor-element-overlay:after { | |
| 3087 | + content: ""; | |
| 3088 | +} | |
| 3089 | +.elementor-section-filled .elementor-sortable-placeholder.elementor-column, | |
| 3090 | +.e-container-filled .elementor-sortable-placeholder.elementor-column { | |
| 3091 | + display: none; | |
| 3092 | +} | |
| 3093 | +.elementor-section-filled .elementor-row.elementor-draggable-over, | |
| 3094 | +.e-container-filled .elementor-row.elementor-draggable-over { | |
| 3095 | + border: 1px solid #d72b3f; | |
| 3096 | +} | |
| 3097 | + | |
| 3098 | +.elementor-column > .elementor-element-overlay { | |
| 3099 | + left: 0; | |
| 3100 | + bottom: 0; | |
| 3101 | +} | |
| 3102 | +.elementor-column > .elementor-element-overlay:after { | |
| 3103 | + position: absolute; | |
| 3104 | + left: 0; | |
| 3105 | + right: 0; | |
| 3106 | + top: 0; | |
| 3107 | + bottom: 0; | |
| 3108 | + outline: 1px dashed #6d7882; | |
| 3109 | +} | |
| 3110 | +.elementor-column:hover > .elementor-element-overlay, .elementor-column.elementor-element-editable > .elementor-element-overlay { | |
| 3111 | + border: 1px solid #ffffff; | |
| 3112 | +} | |
| 3113 | +.elementor-column:hover > .elementor-element-overlay:after, .elementor-column.elementor-element-editable > .elementor-element-overlay:after { | |
| 3114 | + content: ""; | |
| 3115 | +} | |
| 3116 | +.elementor-column.elementor-dragging-on-child > .elementor-element-overlay { | |
| 3117 | + border: 1px solid #71d7f7; | |
| 3118 | +} | |
| 3119 | +.elementor-column.elementor-dragging-on-child > .elementor-element-overlay:after { | |
| 3120 | + display: none; | |
| 3121 | +} | |
| 3122 | +.elementor-column > .ui-resizable-e, .elementor-column > .ui-resizable-w { | |
| 3123 | + cursor: col-resize; | |
| 3124 | + width: 7px; | |
| 3125 | + position: absolute; | |
| 3126 | + right: -5px; | |
| 3127 | + top: 0; | |
| 3128 | + height: 100%; | |
| 3129 | +} | |
| 3130 | +.elementor-column:last-of-type > .ui-resizable-e, .elementor-column:last-of-type > .ui-resizable-w { | |
| 3131 | + display: none !important; | |
| 3132 | +} | |
| 3133 | +@media (max-width: 1024px) { | |
| 3134 | + .elementor-column > .ui-resizable-e, .elementor-column > .ui-resizable-w { | |
| 3135 | + display: none !important; | |
| 3136 | + } | |
| 3137 | +} | |
| 3138 | + | |
| 3709 | 3139 | .elementor-editor-element-settings { |
| 3710 | 3140 | position: absolute; |
| 3141 | + display: -webkit-box; | |
| 3142 | + display: -ms-flexbox; | |
| 3711 | 3143 | display: flex; |
| 3712 | 3144 | height: 26px; |
| 3713 | 3145 | list-style: none; |
| 3714 | 3146 | margin: 0; |
| 3715 | 3147 | padding: 0; |
| 3716 | - font-family: var(--e-a-font-family); | |
| 3148 | + font-family: Arial, Helvetica, sans-serif; | |
| 3717 | 3149 | font-size: 13px; |
| 3718 | 3150 | font-weight: normal; |
| 3719 | 3151 | font-style: normal; |
| 3720 | 3152 | line-height: 1; |
| @@ -3719,9 +3151,8 @@ | ||
| 3719 | 3151 | font-style: normal; |
| 3720 | 3152 | line-height: 1; |
| 3721 | 3153 | z-index: 1; |
| 3722 | 3154 | pointer-events: all; |
| 3723 | - transition: var(--e-a-transition-hover); | |
| 3724 | 3155 | } |
| 3725 | 3156 | |
| 3726 | 3157 | @media (min-width: 1025px) { |
| 3727 | 3158 | .elementor-editor-element-edit { |
| @@ -3728,64 +3159,226 @@ | ||
| 3728 | 3159 | cursor: move; |
| 3729 | 3160 | } |
| 3730 | 3161 | } |
| 3731 | 3162 | |
| 3163 | +.elementor-editor-section-settings, | |
| 3164 | +.elementor-editor-container-settings { | |
| 3165 | + height: 24px; | |
| 3166 | + top: 1px; | |
| 3167 | + left: 50%; | |
| 3168 | + -webkit-transform: translateX(-50%) translateY(-100%); | |
| 3169 | + -ms-transform: translateX(-50%) translateY(-100%); | |
| 3170 | + transform: translateX(-50%) translateY(-100%); | |
| 3171 | + background-color: var(--primary-color); | |
| 3172 | + border-radius: 5px 5px 0 0; | |
| 3173 | + -webkit-box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.05); | |
| 3174 | + box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.05); | |
| 3175 | +} | |
| 3176 | +.elementor-editor-section-settings i.eicon-handle, | |
| 3177 | +.elementor-editor-container-settings i.eicon-handle { | |
| 3178 | + font-size: 16px; | |
| 3179 | +} | |
| 3180 | +.elementor-editor-section-settings .elementor-editor-element-setting:hover, | |
| 3181 | +.elementor-editor-container-settings .elementor-editor-element-setting:hover { | |
| 3182 | + background-color: var(--secondary-color); | |
| 3183 | +} | |
| 3184 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child, | |
| 3185 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child { | |
| 3186 | + border-radius: 5px 0 0 0; | |
| 3187 | +} | |
| 3188 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child:before, | |
| 3189 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child:before { | |
| 3190 | + content: ""; | |
| 3191 | + position: absolute; | |
| 3192 | + border: solid transparent; | |
| 3193 | + top: 2px; | |
| 3194 | + border-right-color: var(--primary-color); | |
| 3195 | + border-width: 22px 12px 0 0; | |
| 3196 | + right: calc(100% - 1px); | |
| 3197 | +} | |
| 3198 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child:hover:before, | |
| 3199 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child:hover:before { | |
| 3200 | + border-right-color: var(--secondary-color); | |
| 3201 | +} | |
| 3202 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child, | |
| 3203 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child { | |
| 3204 | + border-radius: 0 5px 0 0; | |
| 3205 | +} | |
| 3206 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child:after, | |
| 3207 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child:after { | |
| 3208 | + content: ""; | |
| 3209 | + position: absolute; | |
| 3210 | + border: solid transparent; | |
| 3211 | + top: 2px; | |
| 3212 | + border-left-color: var(--primary-color); | |
| 3213 | + border-width: 22px 0 0 12px; | |
| 3214 | + left: calc(100% - 1px); | |
| 3215 | +} | |
| 3216 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child:hover:after, | |
| 3217 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child:hover:after { | |
| 3218 | + border-left-color: var(--secondary-color); | |
| 3219 | +} | |
| 3220 | + | |
| 3221 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings, | |
| 3222 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings { | |
| 3223 | + -webkit-transform: translateX(-50%); | |
| 3224 | + -ms-transform: translateX(-50%); | |
| 3225 | + transform: translateX(-50%); | |
| 3226 | + border-radius: 0 0 5px 5px; | |
| 3227 | +} | |
| 3228 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child, | |
| 3229 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child { | |
| 3230 | + border-radius: 0 0 0 5px; | |
| 3231 | +} | |
| 3232 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before, | |
| 3233 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before { | |
| 3234 | + top: 0; | |
| 3235 | + border-width: 0 12px 22px 0; | |
| 3236 | +} | |
| 3237 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child, | |
| 3238 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child { | |
| 3239 | + border-radius: 0 0 5px 0; | |
| 3240 | +} | |
| 3241 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after, | |
| 3242 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after { | |
| 3243 | + top: 0; | |
| 3244 | + border-width: 0 0 22px 12px; | |
| 3245 | +} | |
| 3246 | + | |
| 3247 | +.elementor-editor-column-settings { | |
| 3248 | + top: -1px; | |
| 3249 | + left: -1px; | |
| 3250 | + border-radius: 0 0 3px 0; | |
| 3251 | + overflow: hidden; | |
| 3252 | +} | |
| 3253 | +.elementor-editor-column-settings .elementor-editor-element-setting { | |
| 3254 | + background-color: #495157; | |
| 3255 | +} | |
| 3256 | +.elementor-editor-column-settings .elementor-editor-element-setting:not(:hover) { | |
| 3257 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#6d7882), to(#556068)); | |
| 3258 | + background-image: -o-linear-gradient(top, #6d7882, #556068); | |
| 3259 | + background-image: linear-gradient(to bottom, #6d7882, #556068); | |
| 3260 | +} | |
| 3261 | + | |
| 3262 | +.elementor-editor-widget-settings { | |
| 3263 | + z-index: 2; | |
| 3264 | + top: -1px; | |
| 3265 | + right: -1px; | |
| 3266 | + -webkit-box-orient: horizontal; | |
| 3267 | + -webkit-box-direction: reverse; | |
| 3268 | + -ms-flex-direction: row-reverse; | |
| 3269 | + flex-direction: row-reverse; | |
| 3270 | + border-radius: 0 0 0 3px; | |
| 3271 | + overflow: hidden; | |
| 3272 | +} | |
| 3273 | +.elementor-editor-widget-settings .elementor-editor-element-setting { | |
| 3274 | + background-color: #10bcf2; | |
| 3275 | +} | |
| 3276 | +.elementor-editor-widget-settings .elementor-editor-element-setting:not(:hover) { | |
| 3277 | + background-image: -webkit-gradient(linear, left bottom, left top, from(#41c9f4), to(#71d7f7)); | |
| 3278 | + background-image: -o-linear-gradient(bottom, #41c9f4, #71d7f7); | |
| 3279 | + background-image: linear-gradient(to top, #41c9f4, #71d7f7); | |
| 3280 | +} | |
| 3281 | + | |
| 3732 | 3282 | .elementor-empty-view { |
| 3733 | 3283 | position: absolute; |
| 3734 | - inset: 0; | |
| 3284 | + top: 0; | |
| 3285 | + bottom: 0; | |
| 3286 | + left: 0; | |
| 3287 | + right: 0; | |
| 3735 | 3288 | z-index: 1; |
| 3736 | 3289 | } |
| 3737 | 3290 | |
| 3738 | 3291 | .elementor-first-add { |
| 3739 | 3292 | text-align: center; |
| 3740 | - border: 1px dashed var(--e-a-border-color-bold); | |
| 3293 | + border: 1px dashed #d5dadf; | |
| 3294 | + display: -webkit-box; | |
| 3295 | + display: -ms-flexbox; | |
| 3741 | 3296 | display: flex; |
| 3742 | 3297 | height: 100%; |
| 3743 | 3298 | width: 100%; |
| 3744 | 3299 | position: absolute; |
| 3745 | - align-items: center; | |
| 3746 | - justify-content: center; | |
| 3300 | + -webkit-box-align: center; | |
| 3301 | + -ms-flex-align: center; | |
| 3302 | + align-items: center; | |
| 3303 | + -webkit-box-pack: center; | |
| 3304 | + -ms-flex-pack: center; | |
| 3305 | + justify-content: center; | |
| 3747 | 3306 | } |
| 3748 | 3307 | .elementor-first-add .elementor-icon { |
| 3749 | 3308 | font-size: 19px; |
| 3750 | - color: #9DA5AE; | |
| 3309 | + color: #a4afb7; | |
| 3751 | 3310 | cursor: pointer; |
| 3752 | 3311 | } |
| 3753 | 3312 | |
| 3754 | 3313 | .elementor-sortable-helper { |
| 3755 | 3314 | position: absolute; |
| 3315 | + border-radius: 3px; | |
| 3316 | + background-color: #fff; | |
| 3317 | + text-align: center; | |
| 3318 | + color: #556068; | |
| 3319 | + -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | |
| 3320 | + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | |
| 3756 | 3321 | cursor: move; |
| 3757 | - border: var(--e-a-border); | |
| 3758 | - border-radius: var(--e-a-border-radius); | |
| 3759 | - background-color: var(--e-a-bg-active); | |
| 3760 | - border-color: var(--e-a-border-color-accent); | |
| 3761 | - color: var(--e-a-color-active); | |
| 3762 | - text-align: center; | |
| 3763 | 3322 | } |
| 3764 | 3323 | .elementor-sortable-helper .icon { |
| 3765 | 3324 | font-size: 28px; |
| 3766 | - padding-block-start: 15px; | |
| 3325 | + padding-top: 15px; | |
| 3767 | 3326 | line-height: 1; |
| 3768 | 3327 | } |
| 3769 | -.elementor-sortable-helper .title-wrapper { | |
| 3770 | - display: flex; | |
| 3771 | - height: 40px; | |
| 3772 | - align-items: center; | |
| 3773 | - justify-content: center; | |
| 3328 | +.elementor-sortable-helper .elementor-element-title-wrapper { | |
| 3329 | + display: table; | |
| 3330 | + width: 100%; | |
| 3774 | 3331 | } |
| 3775 | 3332 | .elementor-sortable-helper .title { |
| 3776 | 3333 | font-size: 11px; |
| 3334 | + font-family: Arial, Helvetica, sans-serif; | |
| 3335 | + font-weight: normal; | |
| 3336 | + font-style: normal; | |
| 3337 | + display: table-cell; | |
| 3338 | + vertical-align: middle; | |
| 3339 | + height: 40px; | |
| 3777 | 3340 | } |
| 3778 | 3341 | |
| 3342 | +.elementor-editor-content-only .elementor-first-add { | |
| 3343 | + display: none; | |
| 3344 | +} | |
| 3345 | +.elementor-editor-content-only .elementor-section > .elementor-element-overlay { | |
| 3346 | + display: none; | |
| 3347 | +} | |
| 3348 | +.elementor-editor-content-only .elementor-section > .elementor-element-overlay:after { | |
| 3349 | + display: none; | |
| 3350 | +} | |
| 3351 | +.elementor-editor-content-only .elementor-section:hover > .elementor-element-overlay:after, .elementor-editor-content-only .elementor-section.elementor-element-editable > .elementor-element-overlay:after { | |
| 3352 | + display: none; | |
| 3353 | +} | |
| 3354 | +.elementor-editor-content-only .elementor-column > .elementor-element-overlay { | |
| 3355 | + display: none; | |
| 3356 | +} | |
| 3357 | +.elementor-editor-content-only .elementor-column > .elementor-element-overlay:after { | |
| 3358 | + display: none; | |
| 3359 | +} | |
| 3360 | +.elementor-editor-content-only .elementor-column:hover > .elementor-element-overlay:after, .elementor-editor-content-only .elementor-column.elementor-element-editable > .elementor-element-overlay:after { | |
| 3361 | + display: none; | |
| 3362 | +} | |
| 3363 | +@media (min-width: 1025px) { | |
| 3364 | + .elementor-editor-content-only .elementor-editor-element-edit { | |
| 3365 | + cursor: pointer; | |
| 3366 | + } | |
| 3367 | +} | |
| 3368 | + | |
| 3779 | 3369 | .elementor-sortable-placeholder:not(.elementor-column-placeholder) { |
| 3780 | - background-color: var(--e-p-draggable-color); | |
| 3781 | - animation-duration: 250ms; | |
| 3370 | + background-color: #71d7f7; | |
| 3371 | + -webkit-animation-duration: 250ms; | |
| 3372 | + animation-duration: 250ms; | |
| 3782 | 3373 | opacity: 0.9; |
| 3783 | 3374 | width: 100%; |
| 3784 | - align-self: stretch; | |
| 3375 | + -ms-flex-item-align: stretch; | |
| 3376 | + align-self: stretch; | |
| 3785 | 3377 | } |
| 3786 | -.e-con .elementor-first-add .elementor-sortable-placeholder:not(.elementor-column-placeholder) { | |
| 3787 | - align-self: center; | |
| 3378 | +.e-container .elementor-first-add .elementor-sortable-placeholder:not(.elementor-column-placeholder) { | |
| 3379 | + -ms-flex-item-align: center; | |
| 3380 | + align-self: center; | |
| 3788 | 3381 | } |
| 3789 | 3382 | .e-swappable--active > .elementor-sortable-placeholder:not(.elementor-column-placeholder) { |
| 3790 | 3383 | display: none; |
| 3791 | 3384 | } |
| @@ -3791,35 +3384,51 @@ | ||
| 3791 | 3384 | } |
| 3792 | 3385 | |
| 3793 | 3386 | .elementor-section-placeholder { |
| 3794 | 3387 | height: 40px; |
| 3795 | - animation-name: placeholder-section; | |
| 3388 | + -webkit-animation-name: placeholder-section; | |
| 3389 | + animation-name: placeholder-section; | |
| 3796 | 3390 | } |
| 3797 | 3391 | |
| 3392 | +.elementor-column-placeholder { | |
| 3393 | + position: relative; | |
| 3394 | +} | |
| 3395 | +.elementor-column-placeholder:before, .elementor-column-placeholder:after { | |
| 3396 | + content: ""; | |
| 3397 | + position: absolute; | |
| 3398 | + top: 10px; | |
| 3399 | + bottom: 10px; | |
| 3400 | + right: 10px; | |
| 3401 | + left: 10px; | |
| 3402 | +} | |
| 3403 | +.elementor-column-placeholder:before { | |
| 3404 | + border: 1px solid #6d7882; | |
| 3405 | +} | |
| 3406 | +.elementor-column-placeholder:after { | |
| 3407 | + border: 1px dashed #fff; | |
| 3408 | +} | |
| 3409 | + | |
| 3798 | 3410 | .elementor-widget-placeholder { |
| 3799 | 3411 | height: 10px; |
| 3800 | - animation-name: placeholder-widget; | |
| 3412 | + -webkit-animation-name: placeholder-widget; | |
| 3413 | + animation-name: placeholder-widget; | |
| 3801 | 3414 | } |
| 3802 | -.elementor-widget-placeholder.is-logical { | |
| 3803 | - margin-top: var(--e-placeholder-margin-top); | |
| 3804 | - margin-bottom: var(--e-placeholder-margin-bottom); | |
| 3805 | - margin-inline-start: var(--e-placeholder-margin-inline-start); | |
| 3806 | - width: var(--e-placeholder-width); | |
| 3807 | - min-width: 200px; | |
| 3808 | -} | |
| 3809 | 3415 | |
| 3810 | 3416 | .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true]) > .elementor-empty-view > .elementor-first-add:after, |
| 3811 | 3417 | .elementor-first-add.elementor-html5dnd-current-element:after { |
| 3812 | 3418 | content: ""; |
| 3813 | - background-color: var(--e-p-draggable-color); | |
| 3814 | - transition-timing-function: ease-out; | |
| 3419 | + background-color: #71d7f7; | |
| 3420 | + -webkit-transition-timing-function: ease-out; | |
| 3421 | + -o-transition-timing-function: ease-out; | |
| 3422 | + transition-timing-function: ease-out; | |
| 3815 | 3423 | opacity: 0.9; |
| 3816 | 3424 | height: 10px; |
| 3817 | - animation: placeholder-widget 500ms; | |
| 3425 | + -webkit-animation: placeholder-widget 500ms; | |
| 3426 | + animation: placeholder-widget 500ms; | |
| 3818 | 3427 | width: 100%; |
| 3819 | 3428 | } |
| 3820 | -.e-con .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true]) > .elementor-empty-view > .elementor-first-add:after, | |
| 3821 | -.e-con .elementor-first-add.elementor-html5dnd-current-element:after { | |
| 3429 | +.e-container .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true]) > .elementor-empty-view > .elementor-first-add:after, | |
| 3430 | +.e-container .elementor-first-add.elementor-html5dnd-current-element:after { | |
| 3822 | 3431 | display: none; |
| 3823 | 3432 | } |
| 3824 | 3433 | .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true]) > .elementor-empty-view > .elementor-first-add .elementor-icon, |
| 3825 | 3434 | .elementor-first-add.elementor-html5dnd-current-element .elementor-icon { |
| @@ -3829,313 +3438,186 @@ | ||
| 3829 | 3438 | .elementor-draggable-over[data-dragged-element=section][data-dragged-is-inner=true] .elementor-inner-column .elementor-sortable-placeholder { |
| 3830 | 3439 | display: none; |
| 3831 | 3440 | } |
| 3832 | 3441 | |
| 3833 | -.elementor-editor-preview .elementor-element-overlay, | |
| 3834 | -.elementor-editor-preview .elementor-empty, | |
| 3835 | -.elementor-editor-preview .elementor-add-section, | |
| 3836 | -.elementor-editor-preview .elementor-add-section-inline, | |
| 3837 | -.elementor-editor-preview .elementor-empty-view, | |
| 3838 | -.elementor-editor-preview .elementor-widget-empty { | |
| 3839 | - display: none; | |
| 3442 | +.elementor-add-section { | |
| 3443 | + all: initial; | |
| 3444 | + display: -webkit-box; | |
| 3445 | + display: -ms-flexbox; | |
| 3446 | + display: flex; | |
| 3447 | + max-width: 1160px; | |
| 3448 | + position: relative; | |
| 3449 | + margin-inline: auto; | |
| 3840 | 3450 | } |
| 3841 | -.elementor-editor-preview :where(.elementor-edit-area-active) .elementor-element-overlay, | |
| 3842 | -.elementor-editor-preview :where(.elementor-edit-area-active) .elementor-empty, | |
| 3843 | -.elementor-editor-preview :where(.elementor-edit-area-active) .elementor-empty-view, | |
| 3844 | -.elementor-editor-preview :where(.elementor-edit-area-active) .elementor-widget-empty { | |
| 3845 | - display: revert; | |
| 3451 | +.elementor-add-section:not(.elementor-dragging-on-child) .elementor-add-section-inner { | |
| 3452 | + border: 2px dashed #d5dadf; | |
| 3453 | + background-color: rgba(255, 255, 255, 0.5); | |
| 3846 | 3454 | } |
| 3847 | -.elementor-editor-preview :where(.elementor-edit-area-active.elementor-widget-e-component) > .elementor-section-wrap > :first-child > .elementor-element-overlay::after { | |
| 3848 | - outline-color: var(--e-p-border-global-element); | |
| 3455 | +.elementor-add-section.elementor-dragging-on-child .elementor-add-section-inner { | |
| 3456 | + border: 3px dashed #71d7f7; | |
| 3849 | 3457 | } |
| 3850 | -.elementor-editor-preview :where(.elementor-edit-area-active.elementor-widget-e-component) > .elementor-section-wrap > :first-child.elementor-element-editable > .elementor-element-overlay::after { | |
| 3851 | - outline-offset: -1px; | |
| 3458 | +.elementor-add-section[data-view=choose-action] .e-view:not(.elementor-add-new-section) { | |
| 3459 | + display: none; | |
| 3852 | 3460 | } |
| 3853 | - | |
| 3854 | -.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen, | |
| 3855 | -.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop, | |
| 3856 | -.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop, | |
| 3857 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra, | |
| 3858 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet, | |
| 3859 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra, | |
| 3860 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile { | |
| 3861 | - display: inherit; | |
| 3862 | - background: repeating-linear-gradient(125deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 1px, transparent 2px, transparent 9px); | |
| 3863 | - border: 1px solid rgba(0, 0, 0, 0.02); | |
| 3461 | +.elementor-add-section[data-view=select-preset] .e-view:not(.elementor-select-preset) { | |
| 3462 | + display: none; | |
| 3864 | 3463 | } |
| 3865 | -.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.elementor-section > .elementor-element-overlay, .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.e-con > .elementor-element-overlay, | |
| 3866 | -.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-section > .elementor-element-overlay, | |
| 3867 | -.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.e-con > .elementor-element-overlay, | |
| 3868 | -.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop.elementor-section > .elementor-element-overlay, | |
| 3869 | -.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop.e-con > .elementor-element-overlay, | |
| 3870 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra.elementor-section > .elementor-element-overlay, | |
| 3871 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra.e-con > .elementor-element-overlay, | |
| 3872 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.elementor-section > .elementor-element-overlay, | |
| 3873 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.e-con > .elementor-element-overlay, | |
| 3874 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra.elementor-section > .elementor-element-overlay, | |
| 3875 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra.e-con > .elementor-element-overlay, | |
| 3876 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-section > .elementor-element-overlay, | |
| 3877 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.e-con > .elementor-element-overlay { | |
| 3878 | - background-color: var(--e-a-bg-hover); | |
| 3879 | - mix-blend-mode: color; | |
| 3880 | -} | |
| 3881 | -.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.elementor-section:before, .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.e-con:before, | |
| 3882 | -.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-section:before, | |
| 3883 | -.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.e-con:before, | |
| 3884 | -.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop.elementor-section:before, | |
| 3885 | -.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop.e-con:before, | |
| 3886 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra.elementor-section:before, | |
| 3887 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra.e-con:before, | |
| 3888 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.elementor-section:before, | |
| 3889 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.e-con:before, | |
| 3890 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra.elementor-section:before, | |
| 3891 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra.e-con:before, | |
| 3892 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-section:before, | |
| 3893 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.e-con:before { | |
| 3894 | - content: ""; | |
| 3895 | - display: block; | |
| 3896 | - position: absolute; | |
| 3897 | - inset: 0; | |
| 3898 | - background-color: rgba(255, 255, 255, 0.6); | |
| 3899 | - z-index: 9997; | |
| 3900 | -} | |
| 3901 | -.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.e-con, | |
| 3902 | -.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.e-con, | |
| 3903 | -.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop.e-con, | |
| 3904 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra.e-con, | |
| 3905 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.e-con, | |
| 3906 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra.e-con, | |
| 3907 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.e-con { | |
| 3908 | - display: var(--display); | |
| 3909 | -} | |
| 3910 | -.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.elementor-inner-section .elementor-container, | |
| 3911 | -.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-inner-section .elementor-container, | |
| 3912 | -.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop.elementor-inner-section .elementor-container, | |
| 3913 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra.elementor-inner-section .elementor-container, | |
| 3914 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.elementor-inner-section .elementor-container, | |
| 3915 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra.elementor-inner-section .elementor-container, | |
| 3916 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-inner-section .elementor-container { | |
| 3917 | - width: 100%; | |
| 3918 | -} | |
| 3919 | -.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen > .elementor-widget-container, .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen > .elementor-widget-wrap, .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen:not(:has(> .elementor-widget-container)), | |
| 3920 | -.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop > .elementor-widget-container, | |
| 3921 | -.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop > .elementor-widget-wrap, | |
| 3922 | -.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop:not(:has(> .elementor-widget-container)), | |
| 3923 | -.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop > .elementor-widget-container, | |
| 3924 | -.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop > .elementor-widget-wrap, | |
| 3925 | -.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop:not(:has(> .elementor-widget-container)), | |
| 3926 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra > .elementor-widget-container, | |
| 3927 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra > .elementor-widget-wrap, | |
| 3928 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra:not(:has(> .elementor-widget-container)), | |
| 3929 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet > .elementor-widget-container, | |
| 3930 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet > .elementor-widget-wrap, | |
| 3931 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet:not(:has(> .elementor-widget-container)), | |
| 3932 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra > .elementor-widget-container, | |
| 3933 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra > .elementor-widget-wrap, | |
| 3934 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra:not(:has(> .elementor-widget-container)), | |
| 3935 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile > .elementor-widget-container, | |
| 3936 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile > .elementor-widget-wrap, | |
| 3937 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile:not(:has(> .elementor-widget-container)) { | |
| 3938 | - filter: opacity(0.4) saturate(0); | |
| 3939 | -} | |
| 3940 | -.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.elementor-edit-hidden, | |
| 3941 | -.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-edit-hidden, | |
| 3942 | -.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop.elementor-edit-hidden, | |
| 3943 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra.elementor-edit-hidden, | |
| 3944 | -.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.elementor-edit-hidden, | |
| 3945 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra.elementor-edit-hidden, | |
| 3946 | -.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-edit-hidden { | |
| 3464 | +.elementor-add-section[data-view=select-container-preset] .e-view:not(.e-container-select-preset) { | |
| 3947 | 3465 | display: none; |
| 3948 | 3466 | } |
| 3949 | 3467 | |
| 3950 | -.e-youtube-base iframe { | |
| 3951 | - pointer-events: none; | |
| 3468 | +.elementor-add-section-inner { | |
| 3469 | + text-align: center; | |
| 3470 | + margin: 20px; | |
| 3471 | + padding: 40px 0; | |
| 3472 | + -webkit-box-flex: 1; | |
| 3473 | + -ms-flex-positive: 1; | |
| 3474 | + flex-grow: 1; | |
| 3952 | 3475 | } |
| 3953 | 3476 | |
| 3954 | -.elementor-widget-e-component[data-atomic].elementor-edit-area-active > * > * { | |
| 3955 | - pointer-events: initial; | |
| 3477 | +.elementor-add-new-section { | |
| 3478 | + display: inline-block; | |
| 3956 | 3479 | } |
| 3957 | -.elementor-widget-e-component[data-atomic]:not(.elementor-edit-area-active) > * > * { | |
| 3958 | - pointer-events: none; | |
| 3959 | -} | |
| 3960 | - | |
| 3961 | -.elementor-editor-element-overlay-settings { | |
| 3962 | - height: 24px; | |
| 3963 | - top: 1px; | |
| 3964 | - left: 50%; | |
| 3965 | - transform: translateX(-50%) translateY(-100%); | |
| 3966 | - background-color: var(--e-p-border-section); | |
| 3967 | - border-start-start-radius: 5px; | |
| 3968 | - border-start-end-radius: 5px; | |
| 3969 | - border-end-start-radius: 0; | |
| 3970 | - border-end-end-radius: 0; | |
| 3971 | - stroke: transparent; | |
| 3972 | - stroke-width: 0; | |
| 3973 | - -webkit-text-stroke: 0 transparent; | |
| 3974 | -} | |
| 3975 | -.elementor-editor-element-overlay-settings i.eicon-handle { | |
| 3480 | +.elementor-add-new-section .elementor-add-section-area-button { | |
| 3481 | + display: -webkit-inline-box; | |
| 3482 | + display: -ms-inline-flexbox; | |
| 3483 | + display: inline-flex; | |
| 3484 | + -webkit-box-align: center; | |
| 3485 | + -ms-flex-align: center; | |
| 3486 | + align-items: center; | |
| 3487 | + -webkit-box-pack: center; | |
| 3488 | + -ms-flex-pack: center; | |
| 3489 | + justify-content: center; | |
| 3490 | + height: 40px; | |
| 3491 | + width: 40px; | |
| 3492 | + color: #fff; | |
| 3976 | 3493 | font-size: 16px; |
| 3494 | + border-radius: 50%; | |
| 3495 | + -webkit-transition: all 0.3s; | |
| 3496 | + -o-transition: all 0.3s; | |
| 3497 | + transition: all 0.3s; | |
| 3498 | + cursor: pointer; | |
| 3977 | 3499 | } |
| 3978 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:hover { | |
| 3979 | - background-color: var(--e-p-border-section-hover); | |
| 3500 | +.elementor-add-new-section .elementor-add-section-area-button:hover { | |
| 3501 | + opacity: 0.85; | |
| 3502 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 3503 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 3980 | 3504 | } |
| 3981 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child { | |
| 3982 | - border-start-start-radius: 5px; | |
| 3983 | - border-start-end-radius: 0; | |
| 3984 | - border-end-start-radius: 0; | |
| 3985 | - border-end-end-radius: 0; | |
| 3505 | +.elementor-add-new-section .elementor-add-section-area-button:active { | |
| 3506 | + -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.1); | |
| 3507 | + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.1); | |
| 3986 | 3508 | } |
| 3987 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child:before { | |
| 3988 | - content: ""; | |
| 3989 | - position: absolute; | |
| 3990 | - inset-block-start: 2px; | |
| 3991 | - inset-inline-end: calc(100% - 1px); | |
| 3992 | - border-block-start: 22px solid transparent; | |
| 3993 | - border-block-end: 0 none transparent; | |
| 3994 | - border-inline-start: 0 none transparent; | |
| 3995 | - border-inline-end: 12px solid var(--e-p-border-section); | |
| 3996 | - transition: var(--e-a-transition-hover); | |
| 3509 | +.elementor-add-new-section .elementor-add-section-button { | |
| 3510 | + background-color: #93003c; | |
| 3511 | + -webkit-margin-start: 5px; | |
| 3512 | + margin-inline-start: 5px; | |
| 3997 | 3513 | } |
| 3998 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child:hover:before { | |
| 3999 | - border-inline-end-color: var(--e-p-border-section-hover); | |
| 3514 | +.elementor-add-new-section .elementor-add-template-button { | |
| 3515 | + background-color: #6d7882; | |
| 3516 | + margin-left: 5px; | |
| 4000 | 3517 | } |
| 4001 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child { | |
| 4002 | - border-start-start-radius: 0; | |
| 4003 | - border-start-end-radius: 5px; | |
| 4004 | - border-end-start-radius: 0; | |
| 4005 | - border-end-end-radius: 0; | |
| 3518 | + | |
| 3519 | +.elementor-add-section-drag-title { | |
| 3520 | + font-family: Arial, Helvetica, sans-serif; | |
| 3521 | + font-size: 13px; | |
| 3522 | + font-weight: normal; | |
| 3523 | + font-style: italic; | |
| 3524 | + line-height: 1; | |
| 3525 | + color: #556068; | |
| 3526 | + margin-top: 15px; | |
| 4006 | 3527 | } |
| 4007 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child:after { | |
| 4008 | - content: ""; | |
| 3528 | + | |
| 3529 | +.elementor-add-section-close { | |
| 4009 | 3530 | position: absolute; |
| 4010 | - inset-block-start: 2px; | |
| 4011 | - inset-inline-start: calc(100% - 1px); | |
| 4012 | - border-block-start: 22px solid transparent; | |
| 4013 | - border-block-end: 0 none transparent; | |
| 4014 | - border-inline-start: 12px solid var(--e-p-border-section); | |
| 4015 | - border-inline-end: 0 none transparent; | |
| 4016 | - transition: var(--e-a-transition-hover); | |
| 3531 | + right: 40px; | |
| 3532 | + top: 40px; | |
| 3533 | + font-size: 20px; | |
| 3534 | + cursor: pointer; | |
| 3535 | + line-height: 1; | |
| 3536 | + color: #d5dadf; | |
| 4017 | 3537 | } |
| 4018 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child:hover:after { | |
| 4019 | - border-inline-start-color: var(--e-p-border-section-hover); | |
| 3538 | +.elementor-add-section-close:hover { | |
| 3539 | + color: #6d7882; | |
| 4020 | 3540 | } |
| 4021 | 3541 | |
| 4022 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings { | |
| 4023 | - transform: translateX(-50%); | |
| 4024 | - border-start-start-radius: 0; | |
| 4025 | - border-start-end-radius: 0; | |
| 4026 | - border-end-start-radius: 5px; | |
| 4027 | - border-end-end-radius: 5px; | |
| 3542 | +.elementor-select-preset-title { | |
| 3543 | + font-family: Arial, Helvetica, sans-serif; | |
| 3544 | + font-size: 13px; | |
| 3545 | + font-weight: 500; | |
| 3546 | + font-style: normal; | |
| 3547 | + text-transform: uppercase; | |
| 3548 | + color: #556068; | |
| 4028 | 3549 | } |
| 4029 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child { | |
| 4030 | - border-start-start-radius: 0; | |
| 4031 | - border-start-end-radius: 0; | |
| 4032 | - border-end-start-radius: 5px; | |
| 4033 | - border-end-end-radius: 0; | |
| 4034 | -} | |
| 4035 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before { | |
| 4036 | - top: 0; | |
| 4037 | - border-block-start: 0 none transparent; | |
| 4038 | - border-block-end: 22px solid transparent; | |
| 4039 | - border-inline-start: 0 none transparent; | |
| 4040 | - border-inline-end: 12px solid var(--e-p-border-section); | |
| 4041 | - transition: var(--e-a-transition-hover); | |
| 4042 | -} | |
| 4043 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child { | |
| 4044 | - border-start-start-radius: 0; | |
| 4045 | - border-start-end-radius: 0; | |
| 4046 | - border-end-start-radius: 0; | |
| 4047 | - border-end-end-radius: 5px; | |
| 4048 | -} | |
| 4049 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after { | |
| 4050 | - top: 0; | |
| 4051 | - border-block-start: 0 none transparent; | |
| 4052 | - border-block-end: 22px solid transparent; | |
| 4053 | - border-inline-start: 12px solid var(--e-p-border-section); | |
| 4054 | - border-inline-end: 0 none transparent; | |
| 4055 | - transition: var(--e-a-transition-hover); | |
| 4056 | -} | |
| 4057 | 3550 | |
| 4058 | -.elementor-column > .elementor-element-overlay { | |
| 4059 | - inset-block-end: 0; | |
| 4060 | - inset-inline-start: 0; | |
| 3551 | +.elementor-select-preset-list { | |
| 3552 | + list-style: none; | |
| 3553 | + padding: 0 25px; | |
| 3554 | + margin: 20px auto 0; | |
| 3555 | + overflow: hidden; | |
| 3556 | + max-width: 700px; | |
| 4061 | 3557 | } |
| 4062 | -.elementor-column > .elementor-element-overlay:after { | |
| 4063 | - position: absolute; | |
| 4064 | - inset: 0; | |
| 4065 | - outline: 1px dashed var(--e-p-border-column); | |
| 3558 | +.elementor-select-preset-list .elementor-preset { | |
| 3559 | + cursor: pointer; | |
| 3560 | + margin: 0; | |
| 3561 | + padding: 10px; | |
| 3562 | + float: left; | |
| 3563 | + max-width: 33.333%; | |
| 4066 | 3564 | } |
| 4067 | -.elementor-column:hover > .elementor-element-overlay:after { | |
| 4068 | - content: ""; | |
| 3565 | +.elementor-select-preset-list .elementor-preset:hover path, | |
| 3566 | +.elementor-select-preset-list .elementor-preset:hover rect { | |
| 3567 | + fill: #6d7882; | |
| 4069 | 3568 | } |
| 4070 | -.elementor-column.elementor-element-editable > .elementor-element-overlay:after { | |
| 4071 | - content: ""; | |
| 4072 | - outline: 2px solid var(--e-p-border-column); | |
| 3569 | +.elementor-select-preset-list .elementor-preset:not(:hover) path, | |
| 3570 | +.elementor-select-preset-list .elementor-preset:not(:hover) rect { | |
| 3571 | + fill: #d5dadf; | |
| 4073 | 3572 | } |
| 4074 | -.elementor-column.elementor-dragging-on-child > .elementor-element-overlay { | |
| 4075 | - border: 1px solid var(--e-p-draggable-color); | |
| 3573 | +.elementor-select-preset-list .elementor-preset .e-preset--container { | |
| 3574 | + position: relative; | |
| 3575 | + display: -webkit-box; | |
| 3576 | + display: -ms-flexbox; | |
| 3577 | + display: flex; | |
| 4076 | 3578 | } |
| 4077 | -.elementor-column.elementor-dragging-on-child > .elementor-element-overlay:after { | |
| 4078 | - display: none; | |
| 4079 | -} | |
| 4080 | -.elementor-column > .ui-resizable-e, .elementor-column > .ui-resizable-w { | |
| 4081 | - cursor: col-resize; | |
| 4082 | - width: 7px; | |
| 3579 | +.elementor-select-preset-list .elementor-preset .e-preset--container::before { | |
| 3580 | + content: var(--text); | |
| 3581 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 3582 | + font-size: 13px; | |
| 3583 | + font-weight: 500; | |
| 4083 | 3584 | position: absolute; |
| 4084 | - inset-block-start: 0; | |
| 4085 | - inset-inline-end: -5px; | |
| 4086 | - height: 100%; | |
| 3585 | + left: 50%; | |
| 3586 | + top: 50%; | |
| 3587 | + color: #ffffff; | |
| 3588 | + -webkit-transform: translate(-50%, -50%); | |
| 3589 | + -ms-transform: translate(-50%, -50%); | |
| 3590 | + transform: translate(-50%, -50%); | |
| 4087 | 3591 | } |
| 4088 | -.elementor-column:last-of-type > .ui-resizable-e, .elementor-column:last-of-type > .ui-resizable-w { | |
| 4089 | - display: none !important; | |
| 3592 | +.elementor-select-preset-list .elementor-preset svg { | |
| 3593 | + height: 50px; | |
| 3594 | + width: 100%; | |
| 4090 | 3595 | } |
| 4091 | -@media (max-width: 1024px) { | |
| 4092 | - .elementor-column > .ui-resizable-e, .elementor-column > .ui-resizable-w { | |
| 4093 | - display: none !important; | |
| 4094 | - } | |
| 4095 | -} | |
| 4096 | 3596 | |
| 4097 | -.elementor-editor-column-settings { | |
| 4098 | - inset-block-start: -1px; | |
| 4099 | - inset-inline-start: -1px; | |
| 4100 | - border-start-start-radius: 0; | |
| 4101 | - border-start-end-radius: 0; | |
| 4102 | - border-end-start-radius: 0; | |
| 4103 | - border-end-end-radius: 3px; | |
| 4104 | - transform: none; | |
| 4105 | - overflow: hidden; | |
| 3597 | +#elementor-add-new-section { | |
| 3598 | + margin: 60px auto; | |
| 4106 | 3599 | } |
| 4107 | -.elementor-editor-column-settings .elementor-editor-element-setting { | |
| 4108 | - background-color: var(--e-p-border-column); | |
| 3600 | +#elementor-add-new-section[data-view=choose-action] .elementor-add-section-close { | |
| 3601 | + display: none; | |
| 4109 | 3602 | } |
| 4110 | -.elementor-editor-column-settings .elementor-editor-element-setting:hover { | |
| 4111 | - background-color: var(--e-p-border-column-hover); | |
| 4112 | -} | |
| 4113 | 3603 | |
| 4114 | -.elementor-column-placeholder { | |
| 4115 | - position: relative; | |
| 3604 | +.elementor-add-section-inline { | |
| 3605 | + margin: 10px auto; | |
| 3606 | + width: 100%; | |
| 4116 | 3607 | } |
| 4117 | -.elementor-column-placeholder:before, .elementor-column-placeholder:after { | |
| 4118 | - content: ""; | |
| 4119 | - position: absolute; | |
| 4120 | - inset: 10px; | |
| 4121 | -} | |
| 4122 | -.elementor-column-placeholder:before { | |
| 4123 | - border: 1px solid var(--e-p-border-column); | |
| 4124 | -} | |
| 4125 | -.elementor-column-placeholder:after { | |
| 4126 | - border: 1px dashed var(--e-a-color-white); | |
| 4127 | -} | |
| 4128 | 3608 | |
| 4129 | 3609 | .elementor-column-percents-tooltip { |
| 4130 | 3610 | position: absolute; |
| 4131 | 3611 | display: none; |
| 4132 | 3612 | pointer-events: none; |
| 4133 | - inset-block-start: 50%; | |
| 4134 | - transform: translateY(-50%); | |
| 3613 | + top: 50%; | |
| 3614 | + -webkit-transform: translateY(-50%); | |
| 3615 | + -ms-transform: translateY(-50%); | |
| 3616 | + transform: translateY(-50%); | |
| 4135 | 3617 | color: #fff; |
| 4136 | 3618 | font-size: 10px; |
| 4137 | - background-color: var(--e-p-border-column); | |
| 3619 | + background-color: #556068; | |
| 4138 | 3620 | width: 40px; |
| 4139 | 3621 | padding: 3.5px 0; |
| 4140 | 3622 | text-align: center; |
| 4141 | 3623 | z-index: 1; |
| @@ -4154,9 +3636,9 @@ | ||
| 4154 | 3636 | right: 15px; |
| 4155 | 3637 | } |
| 4156 | 3638 | .elementor-column-percents-tooltip[data-side=left]:after { |
| 4157 | 3639 | left: 100%; |
| 4158 | - border-left-color: var(--e-p-border-column); | |
| 3640 | + border-left-color: #556068; | |
| 4159 | 3641 | border-right-width: 0; |
| 4160 | 3642 | } |
| 4161 | 3643 | .elementor-column-percents-tooltip[data-side=right] { |
| 4162 | 3644 | border-radius: 0 3px 3px 0; |
| @@ -4163,399 +3645,157 @@ | ||
| 4163 | 3645 | left: 15px; |
| 4164 | 3646 | } |
| 4165 | 3647 | .elementor-column-percents-tooltip[data-side=right]:after { |
| 4166 | 3648 | right: 100%; |
| 4167 | - border-right-color: var(--e-p-border-column); | |
| 3649 | + border-right-color: #556068; | |
| 4168 | 3650 | border-left-width: 0; |
| 4169 | 3651 | } |
| 4170 | 3652 | |
| 4171 | -.elementor-editor-widget-settings { | |
| 4172 | - z-index: 2; | |
| 4173 | - inset-block-start: -1px; | |
| 4174 | - inset-inline-end: -1px; | |
| 4175 | - flex-direction: row-reverse; | |
| 4176 | - border-start-start-radius: 0; | |
| 4177 | - border-start-end-radius: 0; | |
| 4178 | - border-end-start-radius: 3px; | |
| 4179 | - border-end-end-radius: 0; | |
| 4180 | - overflow: hidden; | |
| 3653 | +.elementor-editor-preview .elementor-element-overlay, | |
| 3654 | +.elementor-editor-preview .elementor-empty, | |
| 3655 | +.elementor-editor-preview .elementor-add-section, | |
| 3656 | +.elementor-editor-preview .elementor-add-section-inline, | |
| 3657 | +.elementor-editor-preview .elementor-empty-view, | |
| 3658 | +.elementor-editor-preview .elementor-widget-empty { | |
| 3659 | + display: none; | |
| 4181 | 3660 | } |
| 4182 | -.elementor-editor-widget-settings .elementor-editor-element-setting { | |
| 4183 | - background-color: var(--e-p-border-widget); | |
| 4184 | -} | |
| 4185 | -.elementor-editor-widget-settings .elementor-editor-element-setting:hover { | |
| 4186 | - background-color: var(--e-p-border-widget-hover); | |
| 4187 | -} | |
| 4188 | 3661 | |
| 4189 | -.e-widget-pro-promotion { | |
| 4190 | - border: 2px dashed var(--e-a-border-color-bold); | |
| 4191 | - background-color: var(--e-a-color-white); | |
| 4192 | - padding: 20px; | |
| 3662 | +.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen, | |
| 3663 | +.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop, | |
| 3664 | +.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop, | |
| 3665 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra, | |
| 3666 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet, | |
| 3667 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra, | |
| 3668 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile { | |
| 3669 | + display: inherit; | |
| 3670 | + background: -o-repeating-linear-gradient(325deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 1px, transparent 2px, transparent 9px); | |
| 3671 | + background: repeating-linear-gradient(125deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 1px, transparent 2px, transparent 9px); | |
| 3672 | + border: 1px solid rgba(0, 0, 0, 0.02); | |
| 4193 | 3673 | } |
| 4194 | -.e-widget-pro-promotion .e-container { | |
| 4195 | - max-width: 600px; | |
| 4196 | - margin: auto; | |
| 3674 | +.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.elementor-section > .elementor-element-overlay, | |
| 3675 | +.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-section > .elementor-element-overlay, | |
| 3676 | +.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop.elementor-section > .elementor-element-overlay, | |
| 3677 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra.elementor-section > .elementor-element-overlay, | |
| 3678 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.elementor-section > .elementor-element-overlay, | |
| 3679 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra.elementor-section > .elementor-element-overlay, | |
| 3680 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-section > .elementor-element-overlay { | |
| 3681 | + background-color: #d5dadf; | |
| 3682 | + mix-blend-mode: color; | |
| 4197 | 3683 | } |
| 4198 | -.e-widget-pro-promotion .e-badge { | |
| 4199 | - border: 1px solid var(--e-a-color-accent); | |
| 4200 | - color: var(--e-a-color-accent); | |
| 4201 | - background: var(--e-a-color-white); | |
| 4202 | - border-radius: 100px; | |
| 4203 | - padding: 4px 12px; | |
| 4204 | - font-size: 0.8em; | |
| 4205 | -} | |
| 4206 | -.e-widget-pro-promotion p { | |
| 4207 | - margin-block-start: 1em; | |
| 4208 | - margin-block-end: 1em; | |
| 4209 | - text-align: center; | |
| 4210 | -} | |
| 4211 | -.e-widget-pro-promotion p img { | |
| 3684 | +.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.elementor-section:before, | |
| 3685 | +.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-section:before, | |
| 3686 | +.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop.elementor-section:before, | |
| 3687 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra.elementor-section:before, | |
| 3688 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.elementor-section:before, | |
| 3689 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra.elementor-section:before, | |
| 3690 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-section:before { | |
| 3691 | + content: ""; | |
| 4212 | 3692 | display: block; |
| 4213 | - margin: 0 auto 20px; | |
| 4214 | -} | |
| 4215 | -.e-widget-pro-promotion .e-actions { | |
| 4216 | - display: flex; | |
| 4217 | - justify-content: center; | |
| 4218 | - gap: 10px; | |
| 4219 | -} | |
| 4220 | -.e-widget-pro-promotion .e-btn { | |
| 4221 | - font-size: 14px; | |
| 4222 | - font-weight: 500; | |
| 4223 | - line-height: 1.2; | |
| 4224 | - padding: 8px 16px; | |
| 4225 | - border-radius: var(--e-a-border-radius); | |
| 4226 | - background-color: var(--e-a-btn-bg-accent); | |
| 4227 | - color: var(--e-a-btn-color-invert); | |
| 4228 | - transition: var(--e-a-transition-hover); | |
| 4229 | -} | |
| 4230 | -.e-widget-pro-promotion .e-btn:hover, .e-widget-pro-promotion .e-btn:focus { | |
| 4231 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 4232 | - color: var(--e-a-btn-color-invert); | |
| 4233 | -} | |
| 4234 | -.e-widget-pro-promotion .e-btn:active { | |
| 4235 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 4236 | -} | |
| 4237 | -.e-widget-pro-promotion .e-btn.e-btn-txt { | |
| 4238 | - background: transparent; | |
| 4239 | - color: var(--e-a-color-txt); | |
| 4240 | -} | |
| 4241 | -.e-widget-pro-promotion .e-btn.e-btn-txt:hover, .e-widget-pro-promotion .e-btn.e-btn-txt:focus { | |
| 4242 | - background: var(--e-a-bg-hover); | |
| 4243 | - color: var(--e-a-color-txt-hover); | |
| 4244 | -} | |
| 4245 | - | |
| 4246 | -.elementor-section > .elementor-element-overlay, | |
| 4247 | -.e-con > .elementor-element-overlay { | |
| 4248 | - inset-block-end: 0; | |
| 4249 | - inset-inline-start: 0; | |
| 4250 | -} | |
| 4251 | -.elementor-section > .elementor-element-overlay:after, | |
| 4252 | -.e-con > .elementor-element-overlay:after { | |
| 4253 | 3693 | position: absolute; |
| 4254 | - inset: 1px; | |
| 4255 | - outline: 1px solid var(--e-p-border-con); | |
| 4256 | - animation: section-outline 0.75s; | |
| 4257 | -} | |
| 4258 | -.elementor-section:hover > .elementor-element-overlay:after, | |
| 4259 | -.e-con:hover > .elementor-element-overlay:after { | |
| 4260 | - content: ""; | |
| 4261 | -} | |
| 4262 | -.elementor-section.elementor-element-editable > .elementor-element-overlay:after, | |
| 4263 | -.e-con.elementor-element-editable > .elementor-element-overlay:after { | |
| 4264 | - content: ""; | |
| 4265 | - outline-width: 2px; | |
| 4266 | -} | |
| 4267 | - | |
| 4268 | -.e-con .e-con-inner .e-con > .elementor-element-overlay:after { | |
| 4269 | - outline: 1px dashed var(--e-p-border-con-in); | |
| 4270 | -} | |
| 4271 | -.e-con .e-con-inner .e-con.elementor-element-editable > .elementor-element-overlay:after { | |
| 4272 | - outline: 2px solid var(--e-p-border-con-in); | |
| 4273 | -} | |
| 4274 | -.e-con .elementor-empty-view { | |
| 4275 | - position: relative; | |
| 3694 | + top: 0; | |
| 3695 | + left: 0; | |
| 4276 | 3696 | width: 100%; |
| 4277 | 3697 | height: 100%; |
| 4278 | - min-height: 100px; | |
| 4279 | - stroke: transparent; | |
| 4280 | - stroke-width: 0; | |
| 4281 | - -webkit-text-stroke: 0 transparent; | |
| 3698 | + background-color: rgba(255, 255, 255, 0.6); | |
| 3699 | + z-index: 9997; | |
| 4282 | 3700 | } |
| 4283 | -.e-con .elementor-empty-view .elementor-first-add { | |
| 4284 | - width: auto; | |
| 4285 | - height: auto; | |
| 4286 | - inset: 0; | |
| 3701 | +.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.elementor-inner-section .elementor-container, | |
| 3702 | +.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-inner-section .elementor-container, | |
| 3703 | +.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop.elementor-inner-section .elementor-container, | |
| 3704 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra.elementor-inner-section .elementor-container, | |
| 3705 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.elementor-inner-section .elementor-container, | |
| 3706 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra.elementor-inner-section .elementor-container, | |
| 3707 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-inner-section .elementor-container { | |
| 3708 | + width: 100%; | |
| 4287 | 3709 | } |
| 4288 | -.e-con:not(.e-grid) .elementor-empty-view { | |
| 4289 | - min-height: var(--min-height, 100px); | |
| 3710 | +.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen > .elementor-widget-container, .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen > .elementor-widget-wrap, | |
| 3711 | +.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop > .elementor-widget-container, | |
| 3712 | +.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop > .elementor-widget-wrap, | |
| 3713 | +.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop > .elementor-widget-container, | |
| 3714 | +.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop > .elementor-widget-wrap, | |
| 3715 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra > .elementor-widget-container, | |
| 3716 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra > .elementor-widget-wrap, | |
| 3717 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet > .elementor-widget-container, | |
| 3718 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet > .elementor-widget-wrap, | |
| 3719 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra > .elementor-widget-container, | |
| 3720 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra > .elementor-widget-wrap, | |
| 3721 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile > .elementor-widget-container, | |
| 3722 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile > .elementor-widget-wrap { | |
| 3723 | + -webkit-filter: opacity(0.4) saturate(0); | |
| 3724 | + filter: opacity(0.4) saturate(0); | |
| 4290 | 3725 | } |
| 4291 | -.e-con.e-grid .elementor-empty-view { | |
| 4292 | - min-width: 100px; | |
| 4293 | -} | |
| 4294 | -.e-con .elementor-widget-placeholder { | |
| 4295 | - --size: 10px; | |
| 4296 | - --margin-start: calc( -1 * var( --size ) ); | |
| 4297 | - --margin-end: calc( -2 * var( --size ) ); | |
| 4298 | - flex-shrink: 0; | |
| 4299 | - align-self: stretch; | |
| 4300 | - z-index: 1; | |
| 4301 | - pointer-events: none; | |
| 4302 | -} | |
| 4303 | -.e-con.e-con--row > .elementor-widget-placeholder, .e-con.e-con--row > .e-con-inner > .elementor-widget-placeholder { | |
| 4304 | - position: relative; | |
| 4305 | - z-index: 9999; | |
| 4306 | - width: var(--size); | |
| 4307 | - margin-inline-start: var(--margin-start); | |
| 4308 | - height: auto; | |
| 4309 | - min-height: 100%; | |
| 4310 | - animation-name: dnd-placeholder-widget-vertical; | |
| 4311 | - animation-fill-mode: both; | |
| 4312 | -} | |
| 4313 | -.e-con.e-con--row[data-nesting-level]:not([data-nesting-level="0"]) > .elementor-widget-placeholder, .e-con.e-con--row[data-nesting-level]:not([data-nesting-level="0"]) > .e-con-inner > .elementor-widget-placeholder { | |
| 4314 | - margin-inline-end: 0; | |
| 4315 | - margin-inline-start: calc(var(--margin-start) + var(--margin-end)); | |
| 4316 | -} | |
| 4317 | -.e-con.e-con--row[data-nesting-level]:not([data-nesting-level="0"]) > :not(.elementor-element) + .elementor-widget-placeholder, .e-con.e-con--row[data-nesting-level]:not([data-nesting-level="0"]) > .e-con-inner > :not(.elementor-element) + .elementor-widget-placeholder { | |
| 4318 | - margin-inline-end: var(--margin-end); | |
| 4319 | - margin-inline-start: var(--margin-start); | |
| 4320 | -} | |
| 4321 | -.e-con.e-grid.e-con--row .elementor-widget-placeholder.e-dragging-right, .e-con.e-grid.e-con--row .elementor-widget-placeholder.e-dragging-left, .e-con.e-grid.e-con--row > .e-con-inner .elementor-widget-placeholder.e-dragging-right, .e-con.e-grid.e-con--row > .e-con-inner .elementor-widget-placeholder.e-dragging-left { | |
| 4322 | - position: absolute; | |
| 4323 | - width: var(--size); | |
| 4324 | - height: 100%; | |
| 4325 | - top: 0; | |
| 4326 | - animation: grow-in-width 0.15s forwards; | |
| 4327 | -} | |
| 4328 | -.e-con.e-grid.e-con--row .elementor-widget-placeholder.e-dragging-right, .e-con.e-grid.e-con--row > .e-con-inner .elementor-widget-placeholder.e-dragging-right { | |
| 4329 | - right: 0; | |
| 4330 | - left: auto; | |
| 4331 | -} | |
| 4332 | -.e-con.e-grid.e-con--row .elementor-widget-placeholder.e-dragging-left, .e-con.e-grid.e-con--row > .e-con-inner .elementor-widget-placeholder.e-dragging-left { | |
| 4333 | - left: 0; | |
| 4334 | - right: auto; | |
| 4335 | -} | |
| 4336 | -.e-con.e-con--column > .elementor-widget-placeholder, .e-con.e-con--column > .e-con-inner > .elementor-widget-placeholder { | |
| 4337 | - height: var(--size); | |
| 4338 | - margin-block-start: var(--margin-start); | |
| 4339 | - margin-block-end: var(--margin-end); | |
| 4340 | - animation-name: dnd-placeholder-widget-horizontal; | |
| 4341 | -} | |
| 4342 | -.e-con.e-con--column > .elementor-widget-placeholder:nth-last-child(2) { | |
| 4343 | - margin-block-start: calc(2 * var(--margin-start)); | |
| 4344 | - --margin-end: 0; | |
| 4345 | -} | |
| 4346 | -.e-con.e-con--column > .e-con-inner > .elementor-widget-placeholder:last-child { | |
| 4347 | - --margin-end: 0; | |
| 4348 | -} | |
| 4349 | -.e-con .elementor-sortable-helper { | |
| 4350 | - height: 84px; | |
| 4351 | - width: 125px; | |
| 4352 | - z-index: -1; | |
| 4353 | -} | |
| 4354 | -.e-con > .e-con > .elementor-element-overlay .elementor-editor-element-setting, .e-con-inner > .e-con > .elementor-element-overlay .elementor-editor-element-setting, .elementor-widget .e-con > .elementor-element-overlay .elementor-editor-element-setting { | |
| 4355 | - position: relative; | |
| 4356 | - background-color: var(--e-p-border-con-in); | |
| 4357 | -} | |
| 4358 | -.e-con > .e-con > .elementor-element-overlay .elementor-editor-element-setting:hover, .e-con-inner > .e-con > .elementor-element-overlay .elementor-editor-element-setting:hover, .elementor-widget .e-con > .elementor-element-overlay .elementor-editor-element-setting:hover { | |
| 4359 | - background-color: var(--e-p-border-con-in-hover); | |
| 4360 | -} | |
| 4361 | -.e-con > .e-con > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-add, .e-con > .e-con > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-edit + .elementor-editor-element-remove, .e-con > .e-con > .elementor-element-overlay .elementor-editor-element-setting:first-child::before, .e-con > .e-con > .elementor-element-overlay .elementor-editor-element-setting:last-child::after, .e-con-inner > .e-con > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-add, .e-con-inner > .e-con > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-edit + .elementor-editor-element-remove, .e-con-inner > .e-con > .elementor-element-overlay .elementor-editor-element-setting:first-child::before, .e-con-inner > .e-con > .elementor-element-overlay .elementor-editor-element-setting:last-child::after, .elementor-widget .e-con > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-add, .elementor-widget .e-con > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-edit + .elementor-editor-element-remove, .elementor-widget .e-con > .elementor-element-overlay .elementor-editor-element-setting:first-child::before, .elementor-widget .e-con > .elementor-element-overlay .elementor-editor-element-setting:last-child::after { | |
| 3726 | +.e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.elementor-edit-hidden, | |
| 3727 | +.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-edit-hidden, | |
| 3728 | +.e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop.elementor-edit-hidden, | |
| 3729 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra.elementor-edit-hidden, | |
| 3730 | +.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.elementor-edit-hidden, | |
| 3731 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra.elementor-edit-hidden, | |
| 3732 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-edit-hidden { | |
| 4362 | 3733 | display: none; |
| 4363 | 3734 | } |
| 4364 | -.e-con > .e-con > .elementor-element-overlay .elementor-editor-element-setting:not(.elementor-editor-element-edit), .e-con-inner > .e-con > .elementor-element-overlay .elementor-editor-element-setting:not(.elementor-editor-element-edit), .elementor-widget .e-con > .elementor-element-overlay .elementor-editor-element-setting:not(.elementor-editor-element-edit) { | |
| 4365 | - margin-inline-start: -25px; | |
| 4366 | - z-index: -1; | |
| 4367 | - transition: 0.3s all; | |
| 4368 | - will-change: margin-inline-start; | |
| 4369 | -} | |
| 4370 | -.e-con > .e-con > .elementor-element-overlay > .elementor-editor-element-settings:hover > :is(.elementor-editor-element-duplicate, .elementor-editor-element-remove), .e-con-inner > .e-con > .elementor-element-overlay > .elementor-editor-element-settings:hover > :is(.elementor-editor-element-duplicate, .elementor-editor-element-remove), .elementor-widget .e-con > .elementor-element-overlay > .elementor-editor-element-settings:hover > :is(.elementor-editor-element-duplicate, .elementor-editor-element-remove) { | |
| 4371 | - margin-inline-start: 0; | |
| 4372 | -} | |
| 4373 | -.e-con > .e-con > .elementor-element-overlay .elementor-editor-element-settings, .e-con-inner > .e-con > .elementor-element-overlay .elementor-editor-element-settings, .elementor-widget .e-con > .elementor-element-overlay .elementor-editor-element-settings { | |
| 4374 | - inset: initial; | |
| 4375 | - transform: none; | |
| 4376 | - inset-inline-start: 0; | |
| 4377 | - top: 0; | |
| 4378 | - border-radius: 0; | |
| 4379 | - border-end-end-radius: 3px; | |
| 4380 | - height: auto; | |
| 4381 | -} | |
| 4382 | -.e-con > .e-con > .elementor-element-overlay .elementor-editor-element-settings i.eicon-handle::before, .e-con-inner > .e-con > .elementor-element-overlay .elementor-editor-element-settings i.eicon-handle::before, .elementor-widget .e-con > .elementor-element-overlay .elementor-editor-element-settings i.eicon-handle::before { | |
| 4383 | - content: "\e9b4"; | |
| 4384 | - font-size: 20px; | |
| 4385 | - display: block; | |
| 4386 | - padding: 2px; | |
| 4387 | -} | |
| 4388 | 3735 | |
| 4389 | -.e-atomic-element:has(.elementor-empty-view) { | |
| 4390 | - min-height: 120px; | |
| 4391 | -} | |
| 4392 | -.e-atomic-element > .elementor-empty-view.elementor-empty-view { | |
| 4393 | - min-height: inherit; | |
| 4394 | -} | |
| 4395 | - | |
| 4396 | -body.rtl .e-con.e-grid.e-con--row .elementor-widget-placeholder.e-dragging-right, body.rtl .e-con.e-grid.e-con--row > .e-con-inner .elementor-widget-placeholder.e-dragging-right { | |
| 4397 | - left: 0; | |
| 4398 | - right: auto; | |
| 4399 | -} | |
| 4400 | -body.rtl .e-con.e-grid.e-con--row .elementor-widget-placeholder.e-dragging-left, body.rtl .e-con.e-grid.e-con--row > .e-con-inner .elementor-widget-placeholder.e-dragging-left { | |
| 4401 | - right: 0; | |
| 4402 | - left: auto; | |
| 4403 | -} | |
| 4404 | - | |
| 4405 | -@keyframes dnd-placeholder-widget-vertical { | |
| 4406 | - 0% { | |
| 4407 | - transform-origin: 0 50%; | |
| 4408 | - transform: translateX(50%) scaleX(0); | |
| 4409 | - opacity: 0; | |
| 4410 | - } | |
| 4411 | - 100% { | |
| 4412 | - transform-origin: 0 50%; | |
| 4413 | - transform: translateX(50%) scaleX(1); | |
| 4414 | - opacity: 0.9; | |
| 4415 | - } | |
| 4416 | -} | |
| 4417 | -@keyframes dnd-placeholder-widget-horizontal { | |
| 4418 | - 0% { | |
| 4419 | - transform-origin: 50% 0; | |
| 4420 | - transform: scaleY(0); | |
| 4421 | - opacity: 0; | |
| 4422 | - } | |
| 4423 | - 100% { | |
| 4424 | - transform-origin: 50% 0; | |
| 4425 | - transform: scaleY(1); | |
| 4426 | - opacity: 0.9; | |
| 4427 | - } | |
| 4428 | -} | |
| 4429 | -@keyframes grow-in-width { | |
| 4430 | - from { | |
| 4431 | - width: 0; | |
| 4432 | - } | |
| 4433 | - 50% { | |
| 4434 | - width: calc(var(--size) / 2); | |
| 4435 | - } | |
| 4436 | - to { | |
| 4437 | - width: var(--size); | |
| 4438 | - } | |
| 4439 | -} | |
| 4440 | -.e-con-select-preset { | |
| 3736 | +.e-container-select-preset { | |
| 3737 | + display: -webkit-box; | |
| 3738 | + display: -ms-flexbox; | |
| 4441 | 3739 | display: flex; |
| 4442 | - flex-direction: column; | |
| 4443 | - align-items: center; | |
| 4444 | - justify-content: center; | |
| 3740 | + -webkit-box-orient: vertical; | |
| 3741 | + -webkit-box-direction: normal; | |
| 3742 | + -ms-flex-direction: column; | |
| 3743 | + flex-direction: column; | |
| 3744 | + -webkit-box-align: center; | |
| 3745 | + -ms-flex-align: center; | |
| 3746 | + align-items: center; | |
| 3747 | + -webkit-box-pack: center; | |
| 3748 | + -ms-flex-pack: center; | |
| 3749 | + justify-content: center; | |
| 4445 | 3750 | gap: 25px; |
| 4446 | 3751 | } |
| 4447 | -.e-con-select-preset[data-view=choose-preset] > *:not(.e-con-select-preset__inner) { | |
| 3752 | +.e-container-select-preset[data-view=choose-preset] > *:not(.e-container-select-preset__inner) { | |
| 4448 | 3753 | display: none; |
| 4449 | 3754 | } |
| 4450 | -.e-con-select-preset[data-view=drop-area] > *:not(.elementor-first-add) { | |
| 3755 | +.e-container-select-preset[data-view=drop-area] > *:not(.elementor-first-add) { | |
| 4451 | 3756 | display: none; |
| 4452 | 3757 | } |
| 4453 | -.e-con-select-preset-grid { | |
| 4454 | - flex-wrap: wrap; | |
| 4455 | - gap: 20px; | |
| 3758 | +.e-container-select-preset__title { | |
| 3759 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 3760 | + font-size: 13px; | |
| 3761 | + font-weight: 500; | |
| 3762 | + text-transform: uppercase; | |
| 3763 | + color: #556068; | |
| 4456 | 3764 | } |
| 4457 | -.e-con-select-preset-grid .e-con-select-preset__list .e-con-preset rect { | |
| 4458 | - fill: transparent; | |
| 4459 | -} | |
| 4460 | -.e-con-select-preset__title { | |
| 4461 | - font-family: var(--e-a-font-family); | |
| 4462 | - font-size: 15px; | |
| 4463 | - font-weight: 400; | |
| 4464 | - color: var(--e-a-color-txt); | |
| 4465 | -} | |
| 4466 | -.e-con-select-preset__list { | |
| 3765 | +.e-container-select-preset__list { | |
| 3766 | + display: -webkit-box; | |
| 3767 | + display: -ms-flexbox; | |
| 4467 | 3768 | display: flex; |
| 4468 | 3769 | gap: 20px; |
| 4469 | - align-items: center; | |
| 4470 | - justify-content: center; | |
| 4471 | - flex-wrap: wrap; | |
| 3770 | + -webkit-box-align: center; | |
| 3771 | + -ms-flex-align: center; | |
| 3772 | + align-items: center; | |
| 3773 | + -webkit-box-pack: center; | |
| 3774 | + -ms-flex-pack: center; | |
| 3775 | + justify-content: center; | |
| 3776 | + -ms-flex-wrap: wrap; | |
| 3777 | + flex-wrap: wrap; | |
| 4472 | 3778 | max-width: 650px; |
| 4473 | 3779 | } |
| 4474 | -.e-con-select-preset__list .e-con-preset { | |
| 3780 | +.e-container-select-preset__list .e-container-preset { | |
| 4475 | 3781 | cursor: pointer; |
| 4476 | - flex-basis: 90px; | |
| 4477 | - padding: unset; | |
| 4478 | - margin: unset; | |
| 4479 | - border: unset; | |
| 4480 | - border-radius: unset; | |
| 4481 | - outline: unset; | |
| 4482 | - box-shadow: unset; | |
| 4483 | - text-shadow: unset; | |
| 4484 | - background-color: unset; | |
| 3782 | + -ms-flex-preferred-size: 90px; | |
| 3783 | + flex-basis: 90px; | |
| 4485 | 3784 | } |
| 4486 | -.e-con-select-preset__list .e-con-preset svg { | |
| 3785 | +.e-container-select-preset__list .e-container-preset svg { | |
| 4487 | 3786 | width: 100%; |
| 4488 | 3787 | height: auto; |
| 4489 | 3788 | } |
| 4490 | -.e-con-select-preset__list .e-con-preset svg:not(.exclude-rtl-scale) { | |
| 4491 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 3789 | +.e-container-select-preset__list .e-container-preset path { | |
| 3790 | + fill: #ffffff; | |
| 4492 | 3791 | } |
| 4493 | -.e-con-select-preset__list .e-con-preset path { | |
| 4494 | - fill: var(--e-a-color-white); | |
| 4495 | -} | |
| 4496 | -.e-con-select-preset__list .e-con-preset rect { | |
| 4497 | - fill: var(--e-a-bg-active-bold); | |
| 3792 | +.e-container-select-preset__list .e-container-preset rect { | |
| 3793 | + fill: #d5dadf; | |
| 3794 | + -webkit-transition: 0.3s all; | |
| 3795 | + -o-transition: 0.3s all; | |
| 4498 | 3796 | transition: 0.3s all; |
| 4499 | 3797 | } |
| 4500 | -.e-con-select-preset__list .e-con-preset:hover, .e-con-select-preset__list .e-con-preset:focus { | |
| 4501 | - border: unset; | |
| 4502 | - border-radius: unset; | |
| 4503 | - box-shadow: unset; | |
| 4504 | - text-shadow: unset; | |
| 4505 | - background-color: transparent; | |
| 4506 | -} | |
| 4507 | -.e-con-select-preset__list .e-con-preset:hover path, .e-con-select-preset__list .e-con-preset:focus path { | |
| 4508 | - stroke: var(--e-a-color-white); | |
| 4509 | -} | |
| 4510 | -.e-con-select-preset__list .e-con-preset:hover rect, .e-con-select-preset__list .e-con-preset:focus rect { | |
| 4511 | - fill: var(--e-a-color-txt); | |
| 4512 | -} | |
| 4513 | -.e-con-select-preset__list .e-con-preset[data-preset=r100] { | |
| 4514 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 4515 | -} | |
| 4516 | -.e-con-shared-styles { | |
| 4517 | - font-family: var(--e-a-font-family); | |
| 4518 | - line-height: 1; | |
| 4519 | - color: var(--e-a-color-txt); | |
| 4520 | - min-height: 159px; | |
| 4521 | - overflow: hidden; | |
| 4522 | - display: flex; | |
| 4523 | - flex-direction: column; | |
| 4524 | - align-items: center; | |
| 4525 | - justify-content: center; | |
| 4526 | - gap: 25px; | |
| 4527 | -} | |
| 4528 | -.e-con-select-type__title { | |
| 4529 | - font-size: 15px; | |
| 4530 | - font-weight: 400; | |
| 4531 | -} | |
| 4532 | -.e-con-select-type__icons { | |
| 4533 | - display: flex; | |
| 4534 | - justify-content: center; | |
| 4535 | - flex-wrap: wrap; | |
| 4536 | - gap: 40px; | |
| 4537 | -} | |
| 4538 | -.e-con-select-type__icons__icon { | |
| 4539 | - cursor: pointer; | |
| 4540 | -} | |
| 4541 | -.e-con-select-type__icons__icon svg { | |
| 4542 | - margin-block-end: 10px; | |
| 4543 | - width: 85px; | |
| 4544 | -} | |
| 4545 | -.e-con-select-type__icons__icon:hover svg rect, .e-con-select-type__icons__icon:focus svg rect { | |
| 4546 | - fill: var(--e-a-color-txt); | |
| 4547 | -} | |
| 4548 | -.e-con-select-type__icons__icon:hover svg path, .e-con-select-type__icons__icon:focus svg path { | |
| 4549 | - stroke: var(--e-a-color-white); | |
| 4550 | -} | |
| 4551 | -.e-con-select-type__icons__icon__subtitle { | |
| 4552 | - font-size: 14px; | |
| 4553 | - font-weight: 500; | |
| 4554 | -} | |
| 4555 | -.e-con .ui-resizable-e { | |
| 4556 | - right: 0; | |
| 4557 | -} | |
| 4558 | -.e-con .ui-resizable-w { | |
| 4559 | - left: 0; | |
| 3798 | +.e-container-select-preset__list .e-container-preset:hover rect { | |
| 3799 | + fill: #6d7882; | |
| 4560 | 3800 | } |
| 4561 | 3801 | /*# sourceMappingURL=editor-preview.css.map */ |