| @@ -1,53 +1,134 @@ | ||
| 1 | -:root { | |
| 2 | - --direction-multiplier: 1; | |
| 1 | +/*! elementor - v3.8.0 - 08-11-2022 */ | |
| 2 | +.e-con .elementor-empty-view { | |
| 3 | + position: relative; | |
| 4 | + width: 100%; | |
| 5 | + height: 100%; | |
| 6 | + min-height: var(--min-height, 100px); | |
| 3 | 7 | } |
| 4 | - | |
| 5 | -html[dir=rtl], | |
| 6 | -body.rtl { | |
| 7 | - --direction-multiplier: -1; | |
| 8 | +.e-con .elementor-empty-view .elementor-first-add { | |
| 9 | + width: auto; | |
| 10 | + height: auto; | |
| 11 | + inset: 0px; | |
| 8 | 12 | } |
| 9 | - | |
| 10 | -.elementor-hidden { | |
| 13 | +.e-con .elementor-widget-placeholder { | |
| 14 | + --size: 10px; | |
| 15 | + --margin-start: calc( -1 * var( --size ) ); | |
| 16 | + --margin-end: calc( -2 * var( --size ) ); | |
| 17 | + flex-shrink: 0; | |
| 18 | + align-self: stretch; | |
| 19 | + z-index: 1; | |
| 20 | + pointer-events: none; | |
| 21 | +} | |
| 22 | +.e-con.e-con--row > .elementor-widget-placeholder, .e-con.e-con--row > .e-con-inner > .elementor-widget-placeholder { | |
| 23 | + position: relative; | |
| 24 | + z-index: 9999; | |
| 25 | + width: var(--size); | |
| 26 | + -webkit-margin-start: var(--margin-start); | |
| 27 | + margin-inline-start: var(--margin-start); | |
| 28 | + height: auto; | |
| 29 | + min-height: 100%; | |
| 30 | + animation-name: dnd-placeholder-widget-vertical; | |
| 31 | + animation-fill-mode: both; | |
| 32 | +} | |
| 33 | +.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 { | |
| 34 | + -webkit-margin-end: 0; | |
| 35 | + margin-inline-end: 0; | |
| 36 | + -webkit-margin-start: calc(var(--margin-start) + var(--margin-end)); | |
| 37 | + margin-inline-start: calc(var(--margin-start) + var(--margin-end)); | |
| 38 | +} | |
| 39 | +.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 { | |
| 40 | + -webkit-margin-end: var(--margin-end); | |
| 41 | + margin-inline-end: var(--margin-end); | |
| 42 | + -webkit-margin-start: var(--margin-start); | |
| 43 | + margin-inline-start: var(--margin-start); | |
| 44 | +} | |
| 45 | +.e-con.e-con--column > .elementor-widget-placeholder, .e-con.e-con--column > .e-con-inner > .elementor-widget-placeholder { | |
| 46 | + height: var(--size); | |
| 47 | + -webkit-margin-before: var(--margin-start); | |
| 48 | + margin-block-start: var(--margin-start); | |
| 49 | + -webkit-margin-after: var(--margin-end); | |
| 50 | + margin-block-end: var(--margin-end); | |
| 51 | + animation-name: dnd-placeholder-widget-horizontal; | |
| 52 | +} | |
| 53 | +.e-con.e-con--column > .elementor-widget-placeholder:nth-last-child(2) { | |
| 54 | + -webkit-margin-before: calc(2 * var(--margin-start)); | |
| 55 | + margin-block-start: calc(2 * var(--margin-start)); | |
| 56 | + --margin-end: 0; | |
| 57 | +} | |
| 58 | +.e-con.e-con--column > .e-con-inner > .elementor-widget-placeholder:last-child { | |
| 59 | + --margin-end: 0; | |
| 60 | +} | |
| 61 | +.e-con .elementor-sortable-helper { | |
| 62 | + height: 84px; | |
| 63 | + width: 125px; | |
| 64 | + z-index: -1; | |
| 65 | +} | |
| 66 | +.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 { | |
| 67 | + position: relative; | |
| 68 | + background-color: #556068; | |
| 69 | +} | |
| 70 | +.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 { | |
| 71 | + background-color: #495157; | |
| 72 | +} | |
| 73 | +.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 { | |
| 11 | 74 | display: none; |
| 12 | 75 | } |
| 13 | - | |
| 14 | -.elementor-visibility-hidden { | |
| 15 | - visibility: hidden; | |
| 76 | +.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) { | |
| 77 | + -webkit-margin-start: -25px; | |
| 78 | + margin-inline-start: -25px; | |
| 79 | + z-index: -1; | |
| 80 | + transition: 0.3s all; | |
| 81 | + will-change: margin-inline-start; | |
| 16 | 82 | } |
| 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; | |
| 83 | +.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) { | |
| 84 | + -webkit-margin-start: 0; | |
| 85 | + margin-inline-start: 0; | |
| 31 | 86 | } |
| 32 | - | |
| 33 | -.elementor-clearfix:after { | |
| 34 | - content: ""; | |
| 87 | +.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 { | |
| 88 | + inset: initial; | |
| 89 | + transform: none; | |
| 90 | + inset-inline-start: 0; | |
| 91 | + top: 0; | |
| 92 | + border-radius: 0; | |
| 93 | + border-end-end-radius: 3px; | |
| 94 | + height: auto; | |
| 95 | + background-color: #556068; | |
| 96 | +} | |
| 97 | +.e-con > .e-con > .elementor-element-overlay .elementor-editor-element-settings:hover, .e-con-inner > .e-con > .elementor-element-overlay .elementor-editor-element-settings:hover, .elementor-widget .e-con > .elementor-element-overlay .elementor-editor-element-settings:hover { | |
| 98 | + background-color: #495157; | |
| 99 | +} | |
| 100 | +.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 { | |
| 101 | + content: "\e9b4"; | |
| 102 | + font-size: 20px; | |
| 35 | 103 | display: block; |
| 36 | - clear: both; | |
| 37 | - width: 0; | |
| 38 | - height: 0; | |
| 104 | + padding: 2px; | |
| 39 | 105 | } |
| 40 | 106 | |
| 41 | -.e-logo-wrapper { | |
| 42 | - display: inline-block; | |
| 43 | - line-height: 1; | |
| 107 | +@keyframes dnd-placeholder-widget-vertical { | |
| 108 | + 0% { | |
| 109 | + transform-origin: 0 50%; | |
| 110 | + transform: translateX(50%) scaleX(0); | |
| 111 | + opacity: 0; | |
| 112 | + } | |
| 113 | + 100% { | |
| 114 | + transform-origin: 0 50%; | |
| 115 | + transform: translateX(50%) scaleX(1); | |
| 116 | + opacity: 0.9; | |
| 117 | + } | |
| 44 | 118 | } |
| 45 | -.e-logo-wrapper i { | |
| 46 | - color: var(--e-a-color-circle-logo); | |
| 47 | - font-size: 2.5em; | |
| 119 | +@keyframes dnd-placeholder-widget-horizontal { | |
| 120 | + 0% { | |
| 121 | + transform-origin: 50% 0; | |
| 122 | + transform: scaleY(0); | |
| 123 | + opacity: 0; | |
| 124 | + } | |
| 125 | + 100% { | |
| 126 | + transform-origin: 50% 0; | |
| 127 | + transform: scaleY(1); | |
| 128 | + opacity: 0.9; | |
| 129 | + } | |
| 48 | 130 | } |
| 49 | - | |
| 50 | 131 | .elementor-control-unit-1 { |
| 51 | 132 | width: 27px; |
| 52 | 133 | } |
| 53 | 134 | |
| @@ -73,16 +154,16 @@ | ||
| 73 | 154 | position: absolute; |
| 74 | 155 | width: 260px; |
| 75 | 156 | max-height: 300px; |
| 76 | 157 | 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); | |
| 158 | + padding-bottom: 5px; | |
| 159 | + background-color: #fff; | |
| 160 | + border: 1px solid #a4afb7; | |
| 81 | 161 | border-radius: 3px; |
| 82 | 162 | z-index: 10000; |
| 83 | 163 | } |
| 84 | 164 | .elementor-tags-list__group-title { |
| 165 | + color: #495157; | |
| 85 | 166 | font-weight: bold; |
| 86 | 167 | font-size: 12px; |
| 87 | 168 | padding: 10px 15px; |
| 88 | 169 | display: flex; |
| @@ -88,10 +169,10 @@ | ||
| 88 | 169 | display: flex; |
| 89 | 170 | align-items: center; |
| 90 | 171 | } |
| 91 | 172 | .elementor-tags-list__group-title .eicon-info-circle { |
| 92 | - padding-inline-end: 5px; | |
| 93 | - color: var(--e-a-color-primary-bold); | |
| 173 | + padding-right: 5px; | |
| 174 | + color: #71d7f7; | |
| 94 | 175 | font-size: 14px; |
| 95 | 176 | } |
| 96 | 177 | .elementor-tags-list__item { |
| 97 | 178 | font-size: 10px; |
| @@ -100,18 +181,21 @@ | ||
| 100 | 181 | } |
| 101 | 182 | .elementor-tags-list__item:before { |
| 102 | 183 | content: ">"; |
| 103 | 184 | font-size: 8px; |
| 104 | - padding-inline-end: 5px; | |
| 185 | + padding-right: 5px; | |
| 105 | 186 | } |
| 106 | 187 | .elementor-tags-list__item:hover { |
| 107 | - background-color: var(--e-a-bg-hover); | |
| 188 | + background-color: #e6e9ec; | |
| 108 | 189 | } |
| 109 | 190 | .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; | |
| 191 | + border-top: 2px solid #d5dadf; | |
| 192 | + padding-top: 4px; | |
| 193 | + margin-top: 4px; | |
| 113 | 194 | } |
| 195 | +.elementor-tags-list__teaser-title { | |
| 196 | + color: #6d7882; | |
| 197 | +} | |
| 114 | 198 | .elementor-tags-list__teaser-text { |
| 115 | 199 | padding: 2px 15px 8px; |
| 116 | 200 | line-height: 1.5; |
| 117 | 201 | font-size: 12px; |
| @@ -116,9 +200,9 @@ | ||
| 116 | 200 | line-height: 1.5; |
| 117 | 201 | font-size: 12px; |
| 118 | 202 | } |
| 119 | 203 | .elementor-tags-list__teaser-link { |
| 120 | - color: var(--e-a-color-primary-bold); | |
| 204 | + color: #93003c; | |
| 121 | 205 | text-decoration: underline; |
| 122 | 206 | font-style: italic; |
| 123 | 207 | font-weight: bold; |
| 124 | 208 | } |
| @@ -137,33 +221,33 @@ | ||
| 137 | 221 | text-overflow: ellipsis; |
| 138 | 222 | overflow: hidden; |
| 139 | 223 | } |
| 140 | 224 | .elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { |
| 225 | + color: #c2cbd2; | |
| 141 | 226 | cursor: pointer; |
| 142 | - transition: var(--e-a-transition-hover); | |
| 227 | + transition: all 0.3s; | |
| 143 | 228 | } |
| 144 | 229 | .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { |
| 145 | - color: var(--e-a-color-txt-hover); | |
| 230 | + color: #a4afb7; | |
| 146 | 231 | } |
| 147 | 232 | .elementor-control-type-wysiwyg .elementor-dynamic-cover { |
| 148 | - margin-block-start: 10px; | |
| 233 | + margin-top: 10px; | |
| 149 | 234 | } |
| 150 | 235 | |
| 151 | 236 | .elementor-tag-settings-popup { |
| 152 | 237 | position: absolute; |
| 153 | 238 | width: 260px; |
| 154 | - background-color: var(--e-a-bg-default); | |
| 155 | - border: var(--e-a-border); | |
| 156 | - box-shadow: var(--e-a-popover-shadow); | |
| 239 | + background-color: #e6e9ec; | |
| 240 | + box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 157 | 241 | z-index: 1; |
| 158 | 242 | } |
| 159 | 243 | .elementor-tag-settings-popup:before { |
| 160 | 244 | content: ""; |
| 161 | 245 | position: absolute; |
| 162 | - inset-block-start: -20px; | |
| 163 | - inset-inline-start: 5px; | |
| 246 | + top: -20px; | |
| 247 | + left: 5px; | |
| 164 | 248 | border: 10px solid transparent; |
| 165 | - border-block-end-color: var(--e-a-border-color); | |
| 249 | + border-bottom-color: #fff; | |
| 166 | 250 | } |
| 167 | 251 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| 168 | 252 | margin: 0; |
| 169 | 253 | } |
| @@ -168,20 +252,14 @@ | ||
| 168 | 252 | margin: 0; |
| 169 | 253 | } |
| 170 | 254 | |
| 171 | 255 | .elementor-tag-controls-stack-empty { |
| 172 | - background-color: var(--e-a-bg-default); | |
| 256 | + background-color: #fff; | |
| 173 | 257 | padding: 10px; |
| 174 | 258 | font-size: 13px; |
| 175 | 259 | text-align: center; |
| 176 | 260 | } |
| 177 | 261 | |
| 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 | 262 | .elementor-control-dynamic-switcher { |
| 185 | 263 | display: inline-flex; |
| 186 | 264 | align-items: center; |
| 187 | 265 | justify-content: center; |
| @@ -187,21 +265,12 @@ | ||
| 187 | 265 | justify-content: center; |
| 188 | 266 | flex-shrink: 0; |
| 189 | 267 | height: 27px; |
| 190 | 268 | 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); | |
| 269 | + border: 1px solid #d5dadf; | |
| 270 | + border-radius: 3px; | |
| 271 | + background: #fff; | |
| 199 | 272 | } |
| 200 | -.elementor-control-dynamic-switcher:hover { | |
| 201 | - background-color: var(--e-a-bg-hover); | |
| 202 | - color: var(--e-a-color-txt-hover); | |
| 203 | -} | |
| 204 | 273 | .elementor-control-dynamic-switcher.e-control-tool { |
| 205 | 274 | height: 20px; |
| 206 | 275 | border: 0; |
| 207 | 276 | } |
| @@ -216,8 +285,13 @@ | ||
| 216 | 285 | .elementor-control-dynamic-value .e-global__popover-toggle { |
| 217 | 286 | display: none; |
| 218 | 287 | } |
| 219 | 288 | |
| 289 | +.elementor-panel-box { | |
| 290 | + margin-top: 10px; | |
| 291 | + background-color: #fff; | |
| 292 | +} | |
| 293 | + | |
| 220 | 294 | .elementor-panel-box-content { |
| 221 | 295 | padding: 20px 20px 10px; |
| 222 | 296 | } |
| 223 | 297 | |
| @@ -225,68 +299,93 @@ | ||
| 225 | 299 | display: inline-block; |
| 226 | 300 | } |
| 227 | 301 | |
| 228 | 302 | .elementor-panel-alert { |
| 229 | - background-color: var(--e-a-bg-primary); | |
| 303 | + background-color: #fcfcfc; | |
| 230 | 304 | padding: 15px; |
| 231 | - border-inline-start: 3px solid var(--e-a-color-primary); | |
| 305 | + border-left: 3px solid transparent; | |
| 232 | 306 | position: relative; |
| 233 | 307 | font-size: 12px; |
| 234 | 308 | font-weight: 300; |
| 235 | 309 | font-style: italic; |
| 236 | 310 | 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; | |
| 311 | + text-align: left; | |
| 312 | + border-radius: 0 3px 3px 0; | |
| 313 | + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); | |
| 242 | 314 | } |
| 243 | 315 | .elementor-panel-alert a { |
| 244 | 316 | color: inherit; |
| 245 | 317 | } |
| 246 | 318 | .elementor-panel-alert.elementor-panel-alert-info { |
| 247 | - border-color: var(--e-a-color-info); | |
| 248 | - background: var(--e-a-bg-info); | |
| 319 | + border-color: #71d7f7; | |
| 320 | + background-color: #f3fcff; | |
| 249 | 321 | } |
| 250 | 322 | .elementor-panel-alert.elementor-panel-alert-success { |
| 251 | - border-color: var(--e-a-color-success); | |
| 252 | - background: var(--e-a-bg-success); | |
| 323 | + border-color: #39b54a; | |
| 253 | 324 | } |
| 254 | 325 | .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); | |
| 326 | + border-color: #fcb92c; | |
| 257 | 327 | } |
| 258 | 328 | .elementor-panel-alert.elementor-panel-alert-danger { |
| 259 | - border-color: var(--e-a-color-danger); | |
| 260 | - background: var(--e-a-bg-danger); | |
| 329 | + border-color: #d72b3f; | |
| 261 | 330 | } |
| 262 | 331 | |
| 332 | +.elementor-label { | |
| 333 | + display: inline; | |
| 334 | + padding: 0.2em 0.6em 0.3em; | |
| 335 | + font-size: 75%; | |
| 336 | + font-weight: 700; | |
| 337 | + line-height: 1; | |
| 338 | + color: #fff; | |
| 339 | + text-align: center; | |
| 340 | + white-space: nowrap; | |
| 341 | + vertical-align: baseline; | |
| 342 | + border-radius: 0.25em; | |
| 343 | + text-transform: capitalize; | |
| 344 | +} | |
| 345 | +.elementor-label.elementor-label-default { | |
| 346 | + background-color: #a4afb7; | |
| 347 | +} | |
| 348 | +.elementor-label.elementor-label-info { | |
| 349 | + background-color: #5bc0de; | |
| 350 | +} | |
| 351 | +.elementor-label.elementor-label-success { | |
| 352 | + background-color: #5cb85c; | |
| 353 | +} | |
| 354 | +.elementor-label.elementor-label-warning { | |
| 355 | + background-color: #f0ad4e; | |
| 356 | +} | |
| 357 | +.elementor-label.elementor-label-danger { | |
| 358 | + background-color: #d9534f; | |
| 359 | +} | |
| 360 | + | |
| 263 | 361 | .elementor-descriptor, .elementor-control-field-description { |
| 264 | 362 | font-size: 11px; |
| 265 | 363 | font-style: italic; |
| 266 | 364 | line-height: 1.4; |
| 267 | - color: var(--e-a-color-txt-muted); | |
| 365 | + color: #a4afb7; | |
| 268 | 366 | } |
| 269 | 367 | |
| 270 | 368 | .elementor-controls-popover { |
| 271 | 369 | display: none; |
| 272 | 370 | position: absolute; |
| 273 | - box-shadow: var(--e-a-popover-shadow); | |
| 274 | - border-radius: var(--e-a-border-radius); | |
| 275 | - inset-inline: 0; | |
| 371 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 372 | + border-radius: 3px; | |
| 373 | + left: 0; | |
| 374 | + right: 0; | |
| 276 | 375 | margin: -4px auto 5px; |
| 277 | - padding-block-start: 15px; | |
| 376 | + padding-top: 15px; | |
| 278 | 377 | width: 90%; |
| 279 | 378 | z-index: 10000; |
| 280 | - background-color: var(--e-a-bg-default); | |
| 379 | + background-color: #fff; | |
| 281 | 380 | } |
| 282 | 381 | .elementor-controls-popover:before { |
| 283 | 382 | content: ""; |
| 284 | 383 | position: absolute; |
| 285 | - inset-block-start: -16px; | |
| 286 | - inset-inline-end: 22px; | |
| 384 | + top: -16px; | |
| 385 | + right: 22px; | |
| 287 | 386 | border: 8px solid transparent; |
| 288 | - border-block-end-color: var(--e-a-bg-default); | |
| 387 | + border-bottom-color: #fff; | |
| 289 | 388 | } |
| 290 | 389 | .elementor-controls-popover div.elementor-control { |
| 291 | 390 | background-color: transparent; |
| 292 | 391 | } |
| @@ -293,14 +392,19 @@ | ||
| 293 | 392 | .elementor-controls-popover div.elementor-control:before { |
| 294 | 393 | content: none; |
| 295 | 394 | } |
| 296 | 395 | |
| 396 | +#elementor-controls .pojo-widget-button-collapse { | |
| 397 | + display: none; | |
| 398 | +} | |
| 399 | + | |
| 297 | 400 | #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { |
| 298 | - margin-block-start: 20px; | |
| 401 | + margin-top: 20px; | |
| 299 | 402 | } |
| 300 | 403 | |
| 301 | 404 | .elementor-control { |
| 302 | 405 | --control-title-size: 12px; |
| 406 | + background-color: #fff; | |
| 303 | 407 | position: relative; |
| 304 | 408 | padding: 0 20px 15px; |
| 305 | 409 | } |
| 306 | 410 | .elementor-control a { |
| @@ -305,14 +409,17 @@ | ||
| 305 | 409 | } |
| 306 | 410 | .elementor-control a { |
| 307 | 411 | font-weight: 500; |
| 308 | 412 | text-decoration: none; |
| 309 | - border-block-end: 1px dotted transparent; | |
| 413 | + border-bottom: 1px dotted transparent; | |
| 310 | 414 | transition: all ease-in-out 0.3s; |
| 311 | 415 | } |
| 312 | 416 | .elementor-control a:hover { |
| 313 | - border-block-end-color: inherit; | |
| 417 | + border-bottom-color: inherit; | |
| 314 | 418 | } |
| 419 | +.elementor-control a.elementor-responsive-switcher { | |
| 420 | + border-bottom: 0; | |
| 421 | +} | |
| 315 | 422 | .elementor-control .elementor-control-content { |
| 316 | 423 | display: flex; |
| 317 | 424 | flex-direction: column; |
| 318 | 425 | } |
| @@ -318,13 +425,10 @@ | ||
| 318 | 425 | } |
| 319 | 426 | .elementor-control .elementor-control-title { |
| 320 | 427 | font-size: var(--control-title-size); |
| 321 | 428 | line-height: 1; |
| 322 | - margin-inline-end: 5px; | |
| 429 | + margin-right: 5px; | |
| 323 | 430 | } |
| 324 | -.elementor-control .elementor-control-title:empty { | |
| 325 | - display: none; | |
| 326 | -} | |
| 327 | 431 | .elementor-control .elementor-control-spinner { |
| 328 | 432 | display: flex; |
| 329 | 433 | align-items: center; |
| 330 | 434 | } |
| @@ -329,44 +433,57 @@ | ||
| 329 | 433 | align-items: center; |
| 330 | 434 | } |
| 331 | 435 | .elementor-control.elementor-control-type-divider { |
| 332 | 436 | padding: 0; |
| 437 | + background-color: transparent; | |
| 333 | 438 | } |
| 334 | 439 | .elementor-control.elementor-control-type-divider .elementor-control-content { |
| 335 | - margin-inline: 20px; | |
| 336 | 440 | border-width: 0; |
| 337 | - border-block-start: var(--e-a-border); | |
| 338 | - background-color: var(--e-a-bg-default); | |
| 441 | + border-color: #e6e9ec; | |
| 442 | + border-style: solid; | |
| 443 | + border-top-width: 1px; | |
| 444 | + background-color: #ffffff; | |
| 339 | 445 | height: 15px; |
| 340 | 446 | } |
| 447 | +.elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp { | |
| 448 | + margin-top: 15px; | |
| 449 | +} | |
| 450 | +.elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp:before { | |
| 451 | + content: ""; | |
| 452 | + height: 1px; | |
| 453 | + display: block; | |
| 454 | + margin-bottom: 15px; | |
| 455 | + background-color: transparent; | |
| 456 | +} | |
| 341 | 457 | .elementor-control.elementor-control-separator-before { |
| 342 | - padding-block-start: 15px; | |
| 458 | + padding-top: 15px; | |
| 343 | 459 | } |
| 344 | 460 | .elementor-control.elementor-control-separator-before:before { |
| 345 | 461 | content: ""; |
| 346 | 462 | position: absolute; |
| 347 | - inset: 0 20px auto; | |
| 348 | 463 | height: 1px; |
| 349 | - background-color: var(--e-a-border-color); | |
| 464 | + width: 100%; | |
| 465 | + top: 0; | |
| 466 | + left: 0; | |
| 467 | + background-color: #e6e9ec; | |
| 350 | 468 | } |
| 351 | -.elementor-control.elementor-control-separator-after { | |
| 352 | - padding-block-end: 15px; | |
| 353 | -} | |
| 354 | 469 | .elementor-control.elementor-control-separator-after:after { |
| 355 | 470 | content: ""; |
| 356 | 471 | position: absolute; |
| 357 | - inset: auto 20px 0; | |
| 358 | 472 | height: 1px; |
| 359 | - background-color: var(--e-a-border-color); | |
| 473 | + width: 100%; | |
| 474 | + bottom: 0; | |
| 475 | + left: 0; | |
| 476 | + background-color: #e6e9ec; | |
| 360 | 477 | } |
| 361 | 478 | .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; | |
| 479 | + padding-top: 15px; | |
| 363 | 480 | } |
| 364 | 481 | .elementor-control.elementor-control-deprecated { |
| 365 | - color: var(--e-a-color-warning); | |
| 482 | + color: #b01b1b; | |
| 366 | 483 | } |
| 367 | 484 | .elementor-control.elementor-control-deprecated .elementor-control-field-description { |
| 368 | - color: var(--e-a-color-warning); | |
| 485 | + color: #b01b1b; | |
| 369 | 486 | } |
| 370 | 487 | .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { |
| 371 | 488 | display: none; |
| 372 | 489 | } |
| @@ -397,96 +514,88 @@ | ||
| 397 | 514 | } |
| 398 | 515 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 399 | 516 | display: none; |
| 400 | 517 | } |
| 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; | |
| 518 | +.elementor-control.elementor-control-type-select .elementor-control-input-wrapper { | |
| 519 | + position: relative; | |
| 403 | 520 | } |
| 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; | |
| 521 | +.elementor-control.elementor-control-type-select .elementor-control-input-wrapper select { | |
| 522 | + -webkit-appearance: none; | |
| 523 | + -moz-appearance: none; | |
| 524 | + appearance: none; | |
| 525 | + font-size: 12px; | |
| 526 | + font-family: inherit; | |
| 527 | + font-weight: inherit; | |
| 528 | + font-style: inherit; | |
| 529 | + text-transform: inherit; | |
| 530 | + letter-spacing: inherit; | |
| 531 | + line-height: inherit; | |
| 532 | + flex-basis: 100%; | |
| 533 | + padding-left: 5px; | |
| 534 | + padding-right: 20px; | |
| 535 | + cursor: pointer; | |
| 410 | 536 | } |
| 411 | -.elementor-control-shape_divider_bottom img { | |
| 412 | - rotate: X 180deg; | |
| 537 | +.elementor-control.elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { | |
| 538 | + color: #a4afb7; | |
| 413 | 539 | } |
| 540 | +.elementor-control.elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder { | |
| 541 | + display: none; | |
| 542 | +} | |
| 543 | +.elementor-control.elementor-control-type-select .elementor-control-input-wrapper:after { | |
| 544 | + font-family: eicons; | |
| 545 | + content: "\e8ad"; | |
| 546 | + font-size: 12px; | |
| 547 | + position: absolute; | |
| 548 | + top: 50%; | |
| 549 | + transform: translateY(-50%); | |
| 550 | + right: 5px; | |
| 551 | + pointer-events: none; | |
| 552 | +} | |
| 414 | 553 | .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { |
| 415 | - margin-block-start: 5px; | |
| 554 | + margin-top: 5px; | |
| 416 | 555 | } |
| 556 | +.elementor-control.elementor-control-custom_css_title { | |
| 557 | + font-size: 12px; | |
| 558 | +} | |
| 417 | 559 | |
| 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); | |
| 560 | +.elementor-control.elementor-open .elementor-panel-heading-toggle .eicon:before, | |
| 561 | +.elementor-panel-scheme-item.elementor-open .elementor-panel-heading-toggle .eicon:before { | |
| 562 | + content: "\e92a"; | |
| 424 | 563 | } |
| 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; | |
| 564 | +.elementor-control:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before, | |
| 565 | +.elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before { | |
| 566 | + content: "\e90a"; | |
| 429 | 567 | } |
| 430 | 568 | |
| 431 | 569 | .elementor-panel-heading { |
| 432 | - display: flex; | |
| 433 | - align-items: center; | |
| 434 | - gap: 5px; | |
| 435 | - height: 48px; | |
| 436 | - padding-inline: 20px; | |
| 570 | + display: table; | |
| 571 | + table-layout: fixed; | |
| 572 | + height: 40px; | |
| 573 | + padding: 0 20px; | |
| 437 | 574 | 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); | |
| 575 | + border-bottom: 1px solid #e6e9ec; | |
| 443 | 576 | cursor: pointer; |
| 444 | 577 | } |
| 578 | +.elementor-panel-heading > * { | |
| 579 | + display: table-cell; | |
| 580 | + vertical-align: middle; | |
| 581 | +} | |
| 445 | 582 | .elementor-panel-heading-toggle { |
| 446 | - width: 10px; | |
| 447 | - display: flex; | |
| 448 | - flex-direction: column; | |
| 449 | - align-items: center; | |
| 583 | + width: 20px; | |
| 584 | + color: #495157; | |
| 450 | 585 | } |
| 451 | 586 | .elementor-panel-heading-title { |
| 587 | + color: #495157; | |
| 452 | 588 | font-weight: bold; |
| 453 | 589 | } |
| 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; | |
| 590 | + | |
| 591 | +.elementor-control-wp { | |
| 592 | + line-height: 1.5; | |
| 459 | 593 | } |
| 460 | -.elementor-panel-heading-category-chip i { | |
| 461 | - margin-inline-start: 4px; | |
| 594 | +.elementor-control-wp p { | |
| 595 | + margin: 15px 0; | |
| 462 | 596 | } |
| 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 | 597 | |
| 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 | 598 | .elementor-control-field { |
| 490 | 599 | display: flex; |
| 491 | 600 | align-items: center; |
| 492 | 601 | } |
| @@ -496,9 +605,9 @@ | ||
| 496 | 605 | } |
| 497 | 606 | .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 498 | 607 | width: 100%; |
| 499 | 608 | max-width: 100%; |
| 500 | - margin-block-start: 10px; | |
| 609 | + margin-top: 10px; | |
| 501 | 610 | } |
| 502 | 611 | .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label { |
| 503 | 612 | width: auto; |
| 504 | 613 | flex: 1 1 27px; |
| @@ -506,12 +615,12 @@ | ||
| 506 | 615 | align-items: center; |
| 507 | 616 | justify-content: center; |
| 508 | 617 | } |
| 509 | 618 | .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; | |
| 619 | + margin-top: 0; | |
| 511 | 620 | } |
| 512 | 621 | .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; | |
| 622 | + margin-top: 0; | |
| 514 | 623 | } |
| 515 | 624 | |
| 516 | 625 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title { |
| 517 | 626 | flex-shrink: 0; |
| @@ -517,85 +626,83 @@ | ||
| 517 | 626 | flex-shrink: 0; |
| 518 | 627 | max-width: 60%; |
| 519 | 628 | } |
| 520 | 629 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 521 | - margin-inline-start: auto; | |
| 630 | + margin-left: auto; | |
| 522 | 631 | } |
| 523 | 632 | |
| 524 | 633 | .elementor-control-field-description { |
| 525 | - margin-block-start: 10px; | |
| 634 | + margin-top: 10px; | |
| 526 | 635 | } |
| 527 | 636 | |
| 528 | 637 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 529 | - margin-block-start: 0; | |
| 638 | + margin-top: 0; | |
| 530 | 639 | } |
| 531 | 640 | |
| 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; | |
| 641 | +.elementor-required { | |
| 642 | + color: #b01b1b; | |
| 537 | 643 | } |
| 538 | 644 | |
| 539 | -.elementor-update-preview { | |
| 540 | - margin: 15px 15px 0; | |
| 541 | - display: flex; | |
| 542 | - align-items: center; | |
| 645 | +.elementor-units-choices { | |
| 646 | + flex-grow: 1; | |
| 647 | + text-align: right; | |
| 648 | + z-index: 3; | |
| 543 | 649 | } |
| 544 | - | |
| 545 | -.elementor-update-preview-button-wrapper { | |
| 546 | - flex-grow: 1; | |
| 547 | - text-align: end; | |
| 650 | +.elementor-units-choices input { | |
| 651 | + display: none; | |
| 548 | 652 | } |
| 549 | - | |
| 550 | -.elementor-update-preview-button { | |
| 551 | - padding: 8px 15px; | |
| 653 | +.elementor-units-choices input:not(:checked) + label { | |
| 654 | + color: #a4afb7; | |
| 552 | 655 | } |
| 553 | - | |
| 554 | -.elementor-control-direction-ltr input, | |
| 555 | -.elementor-control-direction-ltr textarea { | |
| 556 | - direction: ltr; | |
| 656 | +.elementor-units-choices input.e-units-placeholder + label { | |
| 657 | + color: #c2cbd2; | |
| 658 | + text-decoration: underline; | |
| 557 | 659 | } |
| 558 | -.elementor-control-direction-rtl input, | |
| 559 | -.elementor-control-direction-rtl textarea { | |
| 560 | - direction: rtl; | |
| 660 | +.elementor-units-choices input:checked + label { | |
| 661 | + text-decoration: underline; | |
| 561 | 662 | } |
| 663 | +.elementor-units-choices label { | |
| 664 | + cursor: pointer; | |
| 665 | + padding: 0 2px; | |
| 666 | + text-transform: uppercase; | |
| 667 | + font-size: 9px; | |
| 668 | +} | |
| 562 | 669 | |
| 563 | 670 | .elementor-control-responsive-switchers { |
| 564 | 671 | --selected-option: 0; |
| 565 | 672 | --pointer-position: var(--selected-option); |
| 566 | 673 | position: relative; |
| 567 | - width: 2.5em; | |
| 568 | - height: 2.5em; | |
| 569 | - margin: calc(-2.5em + 12px) 0; | |
| 570 | - margin-inline-end: 5px; | |
| 674 | + width: 2em; | |
| 675 | + height: 2em; | |
| 676 | + margin: calc( -2em + var(--control-title-size)) 0; | |
| 677 | + margin-right: 5px; | |
| 571 | 678 | } |
| 572 | 679 | .elementor-control-responsive-switchers__holder { |
| 573 | 680 | position: absolute; |
| 574 | 681 | width: 100%; |
| 575 | - inset-block-start: 0; | |
| 576 | - background-color: var(--e-a-bg-default); | |
| 577 | - border-radius: var(--e-a-border-radius); | |
| 682 | + top: 0; | |
| 683 | + background-color: #fff; | |
| 684 | + border-radius: 3px; | |
| 578 | 685 | transition: 0.15s; |
| 579 | - border: 1px solid transparent; | |
| 686 | + border: 1px transparent solid; | |
| 580 | 687 | } |
| 581 | 688 | .elementor-control-responsive-switchers.elementor-responsive-switchers-open { |
| 582 | 689 | z-index: 11000; |
| 583 | 690 | } |
| 584 | 691 | .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { |
| 585 | - height: 2.5em; | |
| 692 | + height: 2em; | |
| 586 | 693 | transform: scale(1); |
| 587 | 694 | opacity: 1; |
| 588 | 695 | } |
| 589 | 696 | .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { |
| 590 | - color: var(--e-a-color-primary-bold); | |
| 697 | + color: #71d7f7; | |
| 591 | 698 | } |
| 592 | 699 | .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { |
| 593 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 700 | + top: calc(-1 * var(--selected-option) * 2em); | |
| 701 | + box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); | |
| 594 | 702 | } |
| 595 | 703 | |
| 596 | 704 | .elementor-responsive-switcher { |
| 597 | - all: unset; | |
| 598 | 705 | display: flex; |
| 599 | 706 | align-items: center; |
| 600 | 707 | justify-content: center; |
| 601 | 708 | position: relative; |
| @@ -601,186 +708,116 @@ | ||
| 601 | 708 | position: relative; |
| 602 | 709 | z-index: 2; |
| 603 | 710 | cursor: pointer; |
| 604 | 711 | height: 0; |
| 605 | - width: 100%; | |
| 606 | 712 | transform: scale(0); |
| 607 | 713 | opacity: 0; |
| 608 | 714 | transition: 0.15s; |
| 609 | 715 | font-size: 12px; |
| 610 | - color: inherit; | |
| 611 | 716 | } |
| 612 | -.elementor-responsive-switcher:hover { | |
| 613 | - color: var(--e-a-color-primary-bold); | |
| 717 | + | |
| 718 | +a.elementor-responsive-switcher { | |
| 719 | + color: #a4afb7; | |
| 614 | 720 | } |
| 721 | +a.elementor-responsive-switcher:hover { | |
| 722 | + color: #71d7f7; | |
| 723 | +} | |
| 615 | 724 | |
| 616 | 725 | .elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { |
| 617 | - height: 2.5em; | |
| 726 | + height: 2em; | |
| 618 | 727 | transform: scale(1); |
| 619 | 728 | opacity: 1; |
| 620 | 729 | } |
| 621 | 730 | .elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { |
| 622 | - color: var(--e-a-color-primary-bold); | |
| 731 | + color: #71d7f7; | |
| 623 | 732 | } |
| 624 | 733 | |
| 625 | 734 | .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 626 | - height: 2.5em; | |
| 735 | + height: 2em; | |
| 627 | 736 | transform: scale(1); |
| 628 | 737 | opacity: 1; |
| 629 | 738 | } |
| 630 | 739 | .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 631 | - color: var(--e-a-color-primary-bold); | |
| 740 | + color: #71d7f7; | |
| 632 | 741 | } |
| 633 | 742 | |
| 634 | 743 | .elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { |
| 635 | - height: 2.5em; | |
| 744 | + height: 2em; | |
| 636 | 745 | transform: scale(1); |
| 637 | 746 | opacity: 1; |
| 638 | 747 | } |
| 639 | 748 | .elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { |
| 640 | - color: var(--e-a-color-primary-bold); | |
| 749 | + color: #71d7f7; | |
| 641 | 750 | } |
| 642 | 751 | |
| 643 | 752 | .elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { |
| 644 | - height: 2.5em; | |
| 753 | + height: 2em; | |
| 645 | 754 | transform: scale(1); |
| 646 | 755 | opacity: 1; |
| 647 | 756 | } |
| 648 | 757 | .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); | |
| 758 | + color: #71d7f7; | |
| 650 | 759 | } |
| 651 | 760 | |
| 652 | 761 | .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 653 | - height: 2.5em; | |
| 762 | + height: 2em; | |
| 654 | 763 | transform: scale(1); |
| 655 | 764 | opacity: 1; |
| 656 | 765 | } |
| 657 | 766 | .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 658 | - color: var(--e-a-color-primary-bold); | |
| 767 | + color: #71d7f7; | |
| 659 | 768 | } |
| 660 | 769 | |
| 661 | 770 | .elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { |
| 662 | - height: 2.5em; | |
| 771 | + height: 2em; | |
| 663 | 772 | transform: scale(1); |
| 664 | 773 | opacity: 1; |
| 665 | 774 | } |
| 666 | 775 | .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); | |
| 776 | + color: #71d7f7; | |
| 668 | 777 | } |
| 669 | 778 | |
| 670 | 779 | .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 671 | - height: 2.5em; | |
| 780 | + height: 2em; | |
| 672 | 781 | transform: scale(1); |
| 673 | 782 | opacity: 1; |
| 674 | 783 | } |
| 675 | 784 | .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 676 | - color: var(--e-a-color-primary-bold); | |
| 785 | + color: #71d7f7; | |
| 677 | 786 | } |
| 678 | 787 | |
| 679 | -.e-units-wrapper { | |
| 680 | - position: relative; | |
| 681 | - margin-inline-start: auto; | |
| 682 | -} | |
| 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 | - | |
| 705 | -.e-units-choices input { | |
| 706 | - display: none; | |
| 707 | -} | |
| 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 { | |
| 788 | +.elementor-update-preview { | |
| 789 | + margin: 15px 15px 0; | |
| 733 | 790 | display: flex; |
| 734 | 791 | align-items: center; |
| 735 | - height: 3em; | |
| 736 | - justify-content: center; | |
| 737 | - font-size: 10px; | |
| 738 | - transition: 0.15s; | |
| 739 | 792 | } |
| 740 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 741 | - color: var(--e-a-color-primary-bold); | |
| 793 | + | |
| 794 | +.elementor-update-preview-button-wrapper { | |
| 795 | + flex-grow: 1; | |
| 796 | + text-align: right; | |
| 742 | 797 | } |
| 743 | -.e-units-choices.e-units-choices-open { | |
| 744 | - display: block; | |
| 745 | - animation-duration: 1s; | |
| 746 | - animation-name: e-units-choices-open; | |
| 747 | -} | |
| 748 | 798 | |
| 749 | -.e-units-custom input { | |
| 750 | - font-family: monospace; | |
| 751 | - font-size: 0.85em; | |
| 799 | +.elementor-update-preview-button { | |
| 800 | + padding: 8px 15px; | |
| 801 | + text-transform: uppercase; | |
| 752 | 802 | } |
| 753 | 803 | |
| 754 | -@keyframes e-units-choices-open { | |
| 755 | - from { | |
| 756 | - max-height: 0; | |
| 757 | - } | |
| 758 | - to { | |
| 759 | - max-height: 100vh; | |
| 760 | - } | |
| 804 | +.elementor-control-direction-ltr input, | |
| 805 | +.elementor-control-direction-ltr textarea { | |
| 806 | + direction: ltr; | |
| 761 | 807 | } |
| 762 | -.elementor-control-alert { | |
| 763 | - display: flex; | |
| 764 | - flex-direction: column; | |
| 765 | - justify-content: flex-start; | |
| 766 | - align-items: flex-start; | |
| 767 | - gap: 8px; | |
| 808 | +.elementor-control-direction-rtl input, | |
| 809 | +.elementor-control-direction-rtl textarea { | |
| 810 | + direction: rtl; | |
| 768 | 811 | } |
| 769 | -.elementor-control-alert-heading { | |
| 770 | - font-weight: bold; | |
| 771 | -} | |
| 772 | 812 | |
| 773 | 813 | .elementor-control-type-button .elementor-control-input-wrapper { |
| 774 | - text-align: end; | |
| 814 | + text-align: right; | |
| 775 | 815 | } |
| 776 | 816 | .elementor-control-type-button .elementor-button { |
| 777 | 817 | width: auto; |
| 818 | + height: 26px; | |
| 778 | 819 | } |
| 779 | -.elementor-control-type-button .elementor-button.elementor-button-center { | |
| 780 | - display: block; | |
| 781 | - margin: 0 auto; | |
| 782 | -} | |
| 783 | 820 | |
| 784 | 821 | .elementor-control-type-choose.elementor-label-block .elementor-choices { |
| 785 | 822 | width: 100%; |
| 786 | 823 | } |
| @@ -790,39 +827,42 @@ | ||
| 790 | 827 | height: 27px; |
| 791 | 828 | line-height: 27px; |
| 792 | 829 | text-align: center; |
| 793 | 830 | border-spacing: 1px; |
| 794 | - border-radius: var(--e-a-border-radius); | |
| 831 | + border-radius: 3px; | |
| 795 | 832 | overflow: hidden; |
| 796 | 833 | } |
| 797 | 834 | .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; | |
| 835 | + border-top: 1px solid #d5dadf; | |
| 836 | + border-bottom: 1px solid #d5dadf; | |
| 837 | + border-left: 1px solid #d5dadf; | |
| 838 | + border-right: none; | |
| 802 | 839 | font-size: 12px; |
| 803 | - transition: var(--e-a-transition-hover); | |
| 840 | + transition: all 0.5s; | |
| 804 | 841 | cursor: pointer; |
| 805 | 842 | overflow: hidden; |
| 806 | 843 | } |
| 807 | 844 | .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); | |
| 845 | + border-top-left-radius: 3px; | |
| 846 | + border-bottom-left-radius: 3px; | |
| 810 | 847 | } |
| 811 | 848 | .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); | |
| 849 | + border-right: 1px solid #d5dadf; | |
| 850 | + border-top-right-radius: 3px; | |
| 851 | + border-bottom-right-radius: 3px; | |
| 815 | 852 | } |
| 816 | 853 | .elementor-choices input { |
| 817 | 854 | display: none; |
| 818 | 855 | } |
| 819 | -.elementor-choices input:hover + .elementor-choices-label { | |
| 820 | - background-color: var(--e-a-bg-hover); | |
| 856 | +.elementor-choices input.e-choose-placeholder + .elementor-choices-label { | |
| 857 | + color: #ffffff; | |
| 858 | + background-color: #c2cbd2; | |
| 859 | + border-color: #c2cbd2; | |
| 821 | 860 | } |
| 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); | |
| 861 | +.elementor-choices input:checked + .elementor-choices-label { | |
| 862 | + color: #fff; | |
| 863 | + background-color: #a4afb7; | |
| 864 | + border-color: #a4afb7; | |
| 825 | 865 | } |
| 826 | 866 | |
| 827 | 867 | .elementor-label-inline .elementor-choices { |
| 828 | 868 | justify-content: flex-end; |
| @@ -827,23 +867,24 @@ | ||
| 827 | 867 | .elementor-label-inline .elementor-choices { |
| 828 | 868 | justify-content: flex-end; |
| 829 | 869 | } |
| 830 | 870 | |
| 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); | |
| 871 | +.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 { | |
| 872 | + flex-direction: row-reverse; | |
| 839 | 873 | } |
| 840 | -.elementor-control-type-color.e-control-global .pickr:hover { | |
| 841 | - background-color: var(--e-a-bg-hover); | |
| 874 | +.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) { | |
| 875 | + border-right: 1px solid #d5dadf; | |
| 876 | + border-radius: 3px 0 0 3px; | |
| 842 | 877 | } |
| 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); | |
| 878 | +.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 { | |
| 879 | + border-right: none; | |
| 880 | + border-radius: 0 3px 3px 0; | |
| 845 | 881 | } |
| 882 | + | |
| 883 | +.elementor-control-type-color.e-control-global .e-global__popover-toggle ~ .pickr { | |
| 884 | + border-radius: 0px 3px 3px 0; | |
| 885 | + flex-shrink: 0; | |
| 886 | +} | |
| 846 | 887 | .elementor-control-type-color .elementor-control-title { |
| 847 | 888 | flex-grow: 1; |
| 848 | 889 | } |
| 849 | 890 | .elementor-control-type-color .elementor-control-input-wrapper { |
| @@ -849,8 +890,15 @@ | ||
| 849 | 890 | .elementor-control-type-color .elementor-control-input-wrapper { |
| 850 | 891 | display: flex; |
| 851 | 892 | justify-content: flex-end; |
| 852 | 893 | } |
| 894 | +.elementor-control-type-color .elementor-control-dynamic-switcher { | |
| 895 | + border-left-width: 0; | |
| 896 | + border-radius: 0 3px 3px 0; | |
| 897 | +} | |
| 898 | +.elementor-control-type-color.elementor-control-dynamic .pickr { | |
| 899 | + border-radius: 3px 0 0 3px; | |
| 900 | +} | |
| 853 | 901 | |
| 854 | 902 | .elementor-group-control-css-filter .elementor-slider { |
| 855 | 903 | height: 6px; |
| 856 | 904 | box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); |
| @@ -855,10 +903,10 @@ | ||
| 855 | 903 | height: 6px; |
| 856 | 904 | box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); |
| 857 | 905 | } |
| 858 | 906 | .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; | |
| 907 | + margin-top: 0; | |
| 908 | + margin-bottom: 5px; | |
| 861 | 909 | } |
| 862 | 910 | |
| 863 | 911 | .elementor-group-control-blur .elementor-slider { |
| 864 | 912 | background: url("../images/blur.png"); |
| @@ -882,213 +930,14 @@ | ||
| 882 | 930 | .elementor-group-control-brightness .elementor-slider { |
| 883 | 931 | background-image: linear-gradient(to right, black, white); |
| 884 | 932 | } |
| 885 | 933 | |
| 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; | |
| 934 | +.elementor-control-type-dimensions .elementor-control-dimensions { | |
| 1040 | 935 | 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 | 936 | } |
| 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 | 937 | .elementor-control-type-dimensions li { |
| 1089 | - flex: 1; | |
| 1090 | - transition: flex-grow 0.3s ease-in-out; | |
| 938 | + float: left; | |
| 939 | + width: 20%; | |
| 1091 | 940 | } |
| 1092 | 941 | .elementor-control-type-dimensions li input, |
| 1093 | 942 | .elementor-control-type-dimensions li .elementor-link-dimensions { |
| 1094 | 943 | display: block; |
| @@ -1093,361 +942,77 @@ | ||
| 1093 | 942 | .elementor-control-type-dimensions li .elementor-link-dimensions { |
| 1094 | 943 | display: block; |
| 1095 | 944 | text-align: center; |
| 1096 | 945 | width: 100%; |
| 946 | + border-color: #d5dadf; | |
| 1097 | 947 | height: 27px; |
| 1098 | 948 | } |
| 1099 | 949 | .elementor-control-type-dimensions li input { |
| 1100 | - border-inline-start: none; | |
| 950 | + border-left: none; | |
| 1101 | 951 | border-radius: 0; |
| 1102 | - padding: var(--e-a-border-radius); | |
| 952 | + padding: 4px 0; | |
| 1103 | 953 | } |
| 1104 | 954 | .elementor-control-type-dimensions li input:focus { |
| 1105 | - border-inline-start: var(--e-a-border-bold); | |
| 1106 | - margin-inline-start: -1px; | |
| 955 | + border-left: solid 1px; | |
| 956 | + border-color: #a4afb7; | |
| 957 | + margin-left: -1px; | |
| 1107 | 958 | width: calc(100% + 1px); |
| 1108 | 959 | } |
| 1109 | 960 | .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { |
| 1110 | - color: var(--e-a-color-txt); | |
| 961 | + color: #a4afb7; | |
| 1111 | 962 | } |
| 1112 | 963 | .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); | |
| 964 | + border: 1px solid #d5dadf; | |
| 965 | + border-left: none; | |
| 966 | + background-color: #fff; | |
| 1116 | 967 | padding: 0; |
| 1117 | 968 | 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); | |
| 969 | + border-radius: 0 3px 3px 0; | |
| 1122 | 970 | cursor: pointer; |
| 1123 | 971 | } |
| 1124 | 972 | .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; | |
| 973 | + border-left: 1px solid #d5dadf; | |
| 974 | + border-radius: 3px 0 0 3px; | |
| 1130 | 975 | } |
| 1131 | 976 | .elementor-control-type-dimensions li:first-child input:focus { |
| 1132 | - border-color: var(--e-a-border-color-focus); | |
| 1133 | - margin-inline-start: 0; | |
| 977 | + border-color: #a4afb7; | |
| 978 | + margin-left: 0; | |
| 1134 | 979 | width: 100%; |
| 1135 | 980 | } |
| 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 | 981 | .elementor-control-type-dimensions .elementor-control-dimension-label { |
| 1143 | - color: var(--e-a-color-txt-muted); | |
| 1144 | 982 | display: block; |
| 1145 | 983 | text-align: center; |
| 984 | + color: #d5dadf; | |
| 1146 | 985 | font-size: 9px; |
| 1147 | - padding-block-start: 5px; | |
| 986 | + text-transform: uppercase; | |
| 987 | + padding-top: 5px; | |
| 1148 | 988 | } |
| 1149 | 989 | .elementor-control-type-dimensions .elementor-link-dimensions.unlinked { |
| 1150 | - background-color: var(--e-a-bg-default); | |
| 990 | + background-color: #fff; | |
| 1151 | 991 | } |
| 1152 | 992 | .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { |
| 1153 | 993 | display: none; |
| 1154 | 994 | } |
| 1155 | 995 | .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); | |
| 996 | + background-color: #a4afb7; | |
| 997 | + border-color: #a4afb7; | |
| 1159 | 998 | } |
| 1160 | 999 | .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { |
| 1161 | 1000 | display: none; |
| 1162 | 1001 | } |
| 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; | |
| 1002 | +.elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked { | |
| 1003 | + color: #fff; | |
| 1172 | 1004 | } |
| 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 | 1005 | |
| 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 | 1006 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 1443 | 1007 | position: absolute; |
| 1444 | - inset-block-start: 50%; | |
| 1445 | - inset-inline-start: 50%; | |
| 1446 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 1008 | + top: 50%; | |
| 1009 | + left: 50%; | |
| 1010 | + transform: translate(-50%, -50%); | |
| 1447 | 1011 | } |
| 1448 | 1012 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 1449 | 1013 | font-size: 70px; |
| 1014 | + color: #6d7882; | |
| 1450 | 1015 | } |
| 1451 | 1016 | .elementor-control-type-icons .elementor-control-media__preview svg { |
| 1452 | 1017 | height: 75%; |
| 1453 | 1018 | } |
| @@ -1455,16 +1020,16 @@ | ||
| 1455 | 1020 | font-size: 15px; |
| 1456 | 1021 | } |
| 1457 | 1022 | |
| 1458 | 1023 | .elementor-control-type-gallery .elementor-control-media__content { |
| 1459 | - border: var(--e-a-border-bold); | |
| 1024 | + border: 1px solid #d5dadf; | |
| 1460 | 1025 | border-radius: 3px; |
| 1461 | 1026 | } |
| 1462 | 1027 | .elementor-control-type-gallery .elementor-control-gallery-status { |
| 1463 | 1028 | font-size: 12px; |
| 1464 | 1029 | height: 27px; |
| 1465 | - padding-inline-start: 10px; | |
| 1466 | - border-block-end: var(--e-a-border-bold); | |
| 1030 | + padding-left: 10px; | |
| 1031 | + border-bottom: 1px solid #d5dadf; | |
| 1467 | 1032 | display: flex; |
| 1468 | 1033 | } |
| 1469 | 1034 | .elementor-control-type-gallery .elementor-control-gallery-status > * { |
| 1470 | 1035 | display: flex; |
| @@ -1476,8 +1041,11 @@ | ||
| 1476 | 1041 | .elementor-control-type-gallery .elementor-control-gallery-content { |
| 1477 | 1042 | position: relative; |
| 1478 | 1043 | overflow: hidden; |
| 1479 | 1044 | } |
| 1045 | +.elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit { | |
| 1046 | + opacity: 0; | |
| 1047 | +} | |
| 1480 | 1048 | .elementor-control-type-gallery .elementor-control-gallery-thumbnails { |
| 1481 | 1049 | display: grid; |
| 1482 | 1050 | grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); |
| 1483 | 1051 | grid-gap: 10px; |
| @@ -1483,58 +1051,57 @@ | ||
| 1483 | 1051 | grid-gap: 10px; |
| 1484 | 1052 | cursor: pointer; |
| 1485 | 1053 | padding: 10px; |
| 1486 | 1054 | } |
| 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 | 1055 | .elementor-control-type-gallery .elementor-control-gallery-thumbnail { |
| 1491 | 1056 | width: 48px; |
| 1492 | 1057 | height: 48px; |
| 1493 | - -o-object-fit: cover; | |
| 1494 | - object-fit: cover; | |
| 1495 | - border: var(--e-a-border); | |
| 1058 | + background-size: cover; | |
| 1059 | + background-position: 50% 50%; | |
| 1496 | 1060 | } |
| 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 | 1061 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 1502 | 1062 | position: absolute; |
| 1503 | - inset: 0; | |
| 1504 | - background-color: rgba(0, 0, 0, 0.2); | |
| 1063 | + top: 0; | |
| 1064 | + bottom: 0; | |
| 1065 | + left: 0; | |
| 1066 | + right: 0; | |
| 1067 | + background-color: rgba(109, 120, 130, 0.3); | |
| 1505 | 1068 | padding: 10px; |
| 1506 | 1069 | font-size: 11px; |
| 1507 | 1070 | transition: all 0.3s ease-in-out; |
| 1508 | 1071 | pointer-events: none; |
| 1509 | 1072 | cursor: pointer; |
| 1510 | - opacity: 0; | |
| 1073 | + opacity: 1; | |
| 1511 | 1074 | } |
| 1512 | 1075 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 1513 | 1076 | position: absolute; |
| 1514 | - inset-block-start: 10px; | |
| 1515 | - inset-inline-end: 10px; | |
| 1077 | + top: 10px; | |
| 1078 | + right: 10px; | |
| 1516 | 1079 | width: 21px; |
| 1517 | 1080 | height: 21px; |
| 1518 | - color: var(--e-a-color-white); | |
| 1519 | - background-color: rgba(0, 0, 0, 0.5); | |
| 1081 | + background-color: rgba(255, 255, 255, 0.9); | |
| 1082 | + color: #a4afb7; | |
| 1520 | 1083 | box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); |
| 1521 | - transition: var(--e-a-transition-hover); | |
| 1084 | + border-radius: 3px; | |
| 1522 | 1085 | } |
| 1523 | 1086 | .elementor-control-type-gallery .elementor-control-gallery-edit span i { |
| 1524 | 1087 | font-size: 11px; |
| 1525 | 1088 | padding: 5px; |
| 1526 | 1089 | } |
| 1527 | -.elementor-control-type-gallery .elementor-control-gallery-edit span:hover { | |
| 1528 | - background-color: rgba(0, 0, 0, 0.6); | |
| 1529 | -} | |
| 1530 | 1090 | .elementor-control-type-gallery .elementor-control-gallery-add { |
| 1531 | 1091 | width: 48px; |
| 1532 | 1092 | height: 48px; |
| 1093 | + color: #fff; | |
| 1094 | + background-color: #d5dadf; | |
| 1533 | 1095 | font-size: 14px; |
| 1096 | + border-radius: 0; | |
| 1534 | 1097 | } |
| 1098 | +.elementor-control-type-gallery .elementor-control-gallery-add:hover { | |
| 1099 | + background-color: #c2cbd2; | |
| 1100 | +} | |
| 1535 | 1101 | .elementor-control-type-gallery .elementor-control-gallery-add i { |
| 1536 | 1102 | margin: 0; |
| 1103 | + color: #a4afb7; | |
| 1537 | 1104 | } |
| 1538 | 1105 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-clear, |
| 1539 | 1106 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-thumbnails, |
| 1540 | 1107 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-edit { |
| @@ -1546,25 +1113,22 @@ | ||
| 1546 | 1113 | .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add { |
| 1547 | 1114 | display: none; |
| 1548 | 1115 | } |
| 1549 | 1116 | .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear { |
| 1550 | - border-inline-start: var(--e-a-border); | |
| 1117 | + border-left: 1px solid #d5dadf; | |
| 1551 | 1118 | } |
| 1552 | 1119 | .elementor-control-type-gallery .elementor-control-gallery-clear { |
| 1553 | - color: currentColor; | |
| 1554 | - background-color: transparent; | |
| 1555 | - border: none; | |
| 1556 | 1120 | cursor: pointer; |
| 1557 | 1121 | justify-content: center; |
| 1558 | 1122 | } |
| 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); | |
| 1123 | +.elementor-control-type-gallery .elementor-control-gallery-clear:hover { | |
| 1124 | + color: #b01b1b; | |
| 1561 | 1125 | } |
| 1562 | 1126 | .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; | |
| 1127 | + border: none; | |
| 1128 | + border-bottom: 1px solid #d5dadf; | |
| 1129 | + border-left: 1px solid #d5dadf; | |
| 1130 | + border-radius: 0 3px 0 0; | |
| 1567 | 1131 | } |
| 1568 | 1132 | |
| 1569 | 1133 | .e-global__popover { |
| 1570 | 1134 | width: 288px; |
| @@ -1569,49 +1133,44 @@ | ||
| 1569 | 1133 | .e-global__popover { |
| 1570 | 1134 | width: 288px; |
| 1571 | 1135 | z-index: 1; |
| 1572 | 1136 | font-size: 12px; |
| 1573 | - padding-inline-start: 10px; | |
| 1137 | + padding-left: 10px; | |
| 1574 | 1138 | } |
| 1575 | 1139 | .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; | |
| 1140 | + border: 1px solid #d5dadf; | |
| 1141 | + border-right: 0; | |
| 1142 | + border-radius: 3px 0 0 3px; | |
| 1582 | 1143 | display: flex; |
| 1583 | 1144 | align-items: center; |
| 1584 | 1145 | justify-content: center; |
| 1585 | 1146 | cursor: pointer; |
| 1586 | - transition: var(--e-a-transition-hover); | |
| 1587 | 1147 | } |
| 1588 | -.e-global__popover-toggle:hover { | |
| 1589 | - background-color: var(--e-a-bg-hover); | |
| 1148 | +.e-global__popover-toggle--active i { | |
| 1149 | + color: #71d7f7; | |
| 1590 | 1150 | } |
| 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 | 1151 | .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); | |
| 1152 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1153 | + border-radius: 3px; | |
| 1154 | + background-color: #fff; | |
| 1155 | + padding-bottom: 5px; | |
| 1599 | 1156 | } |
| 1600 | 1157 | .e-global__popover-title { |
| 1601 | 1158 | padding: 15px 20px; |
| 1602 | 1159 | font-weight: 500; |
| 1603 | - border-block-end: var(--e-a-border); | |
| 1160 | + color: #6d7882; | |
| 1161 | + border-bottom: 1px solid #e6e9ec; | |
| 1604 | 1162 | display: flex; |
| 1605 | 1163 | } |
| 1606 | 1164 | .e-global__popover-title > i { |
| 1607 | - margin-inline-end: 5px; | |
| 1165 | + margin-right: 5px; | |
| 1166 | + color: #d5dadf; | |
| 1608 | 1167 | } |
| 1609 | 1168 | .e-global__popover-title-text { |
| 1610 | 1169 | flex-grow: 1; |
| 1611 | 1170 | } |
| 1612 | 1171 | .e-global__popover-info { |
| 1613 | - margin-inline-end: 10px; | |
| 1172 | + margin-right: 5px; | |
| 1614 | 1173 | display: inline-block; |
| 1615 | 1174 | } |
| 1616 | 1175 | .e-global__popover-info-tooltip { |
| 1617 | 1176 | width: 270px; |
| @@ -1616,9 +1175,9 @@ | ||
| 1616 | 1175 | .e-global__popover-info-tooltip { |
| 1617 | 1176 | width: 270px; |
| 1618 | 1177 | z-index: 1; |
| 1619 | 1178 | background-color: rgba(0, 0, 0, 0.9); |
| 1620 | - color: var(--e-a-color-white); | |
| 1179 | + color: #fff; | |
| 1621 | 1180 | padding: 20px; |
| 1622 | 1181 | border-radius: 3px; |
| 1623 | 1182 | } |
| 1624 | 1183 | .e-global__popover-info-tooltip:after { |
| @@ -1623,46 +1182,41 @@ | ||
| 1623 | 1182 | } |
| 1624 | 1183 | .e-global__popover-info-tooltip:after { |
| 1625 | 1184 | content: ""; |
| 1626 | 1185 | position: absolute; |
| 1627 | - inset-block-end: -17px; | |
| 1628 | - inset-inline-start: 16px; | |
| 1186 | + bottom: -17px; | |
| 1187 | + left: 16px; | |
| 1629 | 1188 | border: 10px solid transparent; |
| 1630 | - border-block-start-color: rgba(0, 0, 0, 0.9); | |
| 1189 | + border-top-color: rgba(0, 0, 0, 0.9); | |
| 1631 | 1190 | } |
| 1632 | 1191 | .e-global__popover-info i { |
| 1192 | + color: #d5dadf; | |
| 1633 | 1193 | font-size: 13px; |
| 1634 | 1194 | } |
| 1635 | 1195 | .e-global__preview-items-container { |
| 1636 | - max-height: 400px; | |
| 1196 | + max-height: 260px; | |
| 1637 | 1197 | overflow-y: auto; |
| 1638 | - padding: 5px 0; | |
| 1198 | + margin-top: 5px; | |
| 1639 | 1199 | } |
| 1640 | 1200 | .e-global__preview-items-container::-webkit-scrollbar { |
| 1641 | 1201 | width: 7px; |
| 1642 | 1202 | } |
| 1643 | 1203 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 1644 | - background-color: #BABFC5; | |
| 1204 | + background-color: #c2cbd2; | |
| 1645 | 1205 | border-radius: 10px; |
| 1646 | 1206 | } |
| 1647 | -.e-global__group-header { | |
| 1648 | - padding: 12px 20px 5px; | |
| 1207 | +.e-global__manage-button { | |
| 1649 | 1208 | font-weight: 500; |
| 1650 | - font-size: 11px; | |
| 1651 | - color: var(--e-a-color-txt-muted); | |
| 1209 | + cursor: pointer; | |
| 1652 | 1210 | } |
| 1653 | -.e-global__group-divider { | |
| 1654 | - height: 1px; | |
| 1655 | - background-color: var(--e-a-border-color); | |
| 1656 | - margin: 10px 20px; | |
| 1211 | +.e-global__manage-button:hover i { | |
| 1212 | + color: #4ab7f4; | |
| 1657 | 1213 | } |
| 1658 | -.e-global__manage-button { | |
| 1659 | - font-weight: 500; | |
| 1660 | - cursor: pointer; | |
| 1214 | +.e-global__manage-button i { | |
| 1215 | + color: #6d7882; | |
| 1661 | 1216 | } |
| 1662 | 1217 | .e-global__typography { |
| 1663 | - padding-block: 10px; | |
| 1664 | - padding-inline: 35px 20px; | |
| 1218 | + padding: 5px 10px 5px 35px; | |
| 1665 | 1219 | white-space: nowrap; |
| 1666 | 1220 | text-overflow: ellipsis; |
| 1667 | 1221 | overflow: hidden; |
| 1668 | 1222 | } |
| @@ -1671,60 +1225,73 @@ | ||
| 1671 | 1225 | font-size: 13px; |
| 1672 | 1226 | content: "\e90e"; |
| 1673 | 1227 | position: absolute; |
| 1674 | 1228 | transform: translateY(-50%); |
| 1675 | - inset-block-start: 50%; | |
| 1676 | - inset-inline-start: 13px; | |
| 1229 | + top: 50%; | |
| 1230 | + left: 12px; | |
| 1677 | 1231 | } |
| 1678 | 1232 | .e-global__color { |
| 1679 | - padding: 10px 20px; | |
| 1233 | + margin: 5px auto; | |
| 1234 | + padding: 5px 20px; | |
| 1680 | 1235 | display: flex; |
| 1681 | 1236 | align-items: center; |
| 1682 | 1237 | } |
| 1238 | +.e-global__color:first-child { | |
| 1239 | + margin-top: 5px; | |
| 1240 | +} | |
| 1241 | +.e-global__color:last-child { | |
| 1242 | + margin-bottom: 10px; | |
| 1243 | +} | |
| 1683 | 1244 | .e-global__color-preview-container { |
| 1684 | 1245 | height: 20px; |
| 1685 | 1246 | width: 20px; |
| 1686 | 1247 | border-radius: 3px; |
| 1687 | 1248 | border: 1px solid rgba(0, 0, 0, 0.1); |
| 1688 | - margin-inline-end: 10px; | |
| 1249 | + margin-right: 10px; | |
| 1689 | 1250 | flex-shrink: 0; |
| 1690 | 1251 | position: relative; |
| 1691 | 1252 | } |
| 1692 | 1253 | .e-global__color-preview-color, .e-global__color-preview-transparent-bg { |
| 1693 | 1254 | border-radius: 3px; |
| 1255 | + height: 100%; | |
| 1256 | + width: 100%; | |
| 1694 | 1257 | position: absolute; |
| 1695 | - inset: 0; | |
| 1258 | + top: 0; | |
| 1259 | + left: 0; | |
| 1696 | 1260 | } |
| 1697 | 1261 | .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)); | |
| 1262 | + 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 | 1263 | background-size: 12px 12px; |
| 1700 | - background-position: 0 0, calc(12px / 2) calc(12px / 2); | |
| 1264 | + background-position: 0 0, calc( 12px / 2 ) calc( 12px / 2 ); | |
| 1701 | 1265 | } |
| 1702 | 1266 | .e-global__color-title { |
| 1267 | + font-weight: 500; | |
| 1268 | + color: #6d7882; | |
| 1703 | 1269 | flex-grow: 1; |
| 1704 | 1270 | white-space: nowrap; |
| 1705 | 1271 | text-overflow: ellipsis; |
| 1706 | 1272 | overflow: hidden; |
| 1707 | - padding-inline-end: 10px; | |
| 1273 | + padding-right: 10px; | |
| 1708 | 1274 | } |
| 1709 | 1275 | .e-global__color-hex { |
| 1710 | 1276 | font-size: 10px; |
| 1711 | - color: var(--e-a-color-txt-muted); | |
| 1277 | + font-weight: 500; | |
| 1278 | + color: #c2cbd2; | |
| 1712 | 1279 | } |
| 1713 | 1280 | .e-global__color .pcr-button { |
| 1714 | - background-color: var(--e-a-bg-default); | |
| 1281 | + background-color: #fff; | |
| 1715 | 1282 | } |
| 1716 | 1283 | .e-global__color.e-global__preview-item--selected .e-global__color-preview-container { |
| 1717 | 1284 | display: flex; |
| 1718 | 1285 | justify-content: center; |
| 1719 | 1286 | align-items: center; |
| 1720 | - color: var(--e-a-color-white); | |
| 1287 | + color: #ffffff; | |
| 1721 | 1288 | } |
| 1722 | 1289 | .e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before { |
| 1723 | 1290 | font-family: "eicons"; |
| 1724 | 1291 | font-size: 13px; |
| 1725 | 1292 | content: "\e90e"; |
| 1726 | - text-shadow: 0 0 1px #000; | |
| 1293 | + text-shadow: 0px 0px 1px #000; | |
| 1727 | 1294 | z-index: 1; |
| 1728 | 1295 | } |
| 1729 | 1296 | .e-global__preview-item { |
| 1730 | 1297 | cursor: pointer; |
| @@ -1730,23 +1297,33 @@ | ||
| 1730 | 1297 | cursor: pointer; |
| 1731 | 1298 | position: relative; |
| 1732 | 1299 | } |
| 1733 | 1300 | .e-global__preview-item:hover { |
| 1734 | - background-color: var(--e-a-bg-hover); | |
| 1301 | + background-color: #f1f3f5; | |
| 1735 | 1302 | } |
| 1736 | -.e-global__confirm-delete i, .e-global__confirm-message-text i { | |
| 1737 | - color: var(--e-a-color-warning); | |
| 1303 | +.e-global__preview-item:hover .e-global__color-hex { | |
| 1304 | + color: #a4afb7; | |
| 1738 | 1305 | } |
| 1306 | +.e-global__confirm-add .dialog-buttons-wrapper > .dialog-button.dialog-confirm-ok { | |
| 1307 | + color: #39b54a; | |
| 1308 | +} | |
| 1309 | +.e-global__confirm-delete i { | |
| 1310 | + color: #b01b1b; | |
| 1311 | +} | |
| 1312 | +.e-global__confirm-message-text i { | |
| 1313 | + color: #fcb92c; | |
| 1314 | +} | |
| 1739 | 1315 | .e-global__confirm-input-wrapper { |
| 1740 | 1316 | display: flex; |
| 1741 | 1317 | align-items: center; |
| 1742 | - border: var(--e-a-border); | |
| 1743 | - border-radius: var(--e-a-border-radius); | |
| 1744 | - margin: 15px 0; | |
| 1318 | + border: 1px solid #a4afb7; | |
| 1319 | + border-radius: 3px; | |
| 1320 | + margin-top: 10px; | |
| 1745 | 1321 | padding: 2px; |
| 1746 | 1322 | } |
| 1747 | 1323 | .e-global__confirm-input-wrapper input { |
| 1748 | - font-family: var(--e-a-font-family); | |
| 1324 | + font-family: Roboto, Arial, sans-serif; | |
| 1325 | + font-weight: 500; | |
| 1749 | 1326 | font-size: 12px; |
| 1750 | 1327 | padding: 2px; |
| 1751 | 1328 | border: 0; |
| 1752 | 1329 | } |
| @@ -1757,14 +1334,12 @@ | ||
| 1757 | 1334 | max-width: 135px; |
| 1758 | 1335 | width: 100%; |
| 1759 | 1336 | } |
| 1760 | 1337 | .e-control-global.elementor-control .elementor-control-input-wrapper { |
| 1761 | - display: flex; | |
| 1762 | - flex-direction: row; | |
| 1763 | - align-items: stretch; | |
| 1338 | + direction: ltr; | |
| 1764 | 1339 | } |
| 1765 | 1340 | .e-control-global .elementor-control-spinner { |
| 1766 | - margin-inline-end: 4px; | |
| 1341 | + margin-right: 4px; | |
| 1767 | 1342 | } |
| 1768 | 1343 | |
| 1769 | 1344 | .elementor-control-type-hidden { |
| 1770 | 1345 | display: none !important; |
| @@ -1770,9 +1345,9 @@ | ||
| 1770 | 1345 | display: none !important; |
| 1771 | 1346 | } |
| 1772 | 1347 | |
| 1773 | 1348 | .elementor-control-type-icon .select2-selection__rendered .eicon { |
| 1774 | - margin-inline-end: 3px; | |
| 1349 | + margin-right: 3px; | |
| 1775 | 1350 | } |
| 1776 | 1351 | |
| 1777 | 1352 | .elementor-control-type-image_dimensions .elementor-control-field-description { |
| 1778 | 1353 | margin: 0 0 15px; |
| @@ -1778,52 +1353,56 @@ | ||
| 1778 | 1353 | margin: 0 0 15px; |
| 1779 | 1354 | line-height: 1.4; |
| 1780 | 1355 | } |
| 1781 | 1356 | .elementor-control-type-image_dimensions .elementor-control-input-wrapper { |
| 1782 | - display: flex; | |
| 1783 | - align-items: flex-start; | |
| 1357 | + overflow: hidden; | |
| 1784 | 1358 | } |
| 1785 | 1359 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field { |
| 1786 | 1360 | width: 65px; |
| 1361 | + float: left; | |
| 1787 | 1362 | } |
| 1788 | 1363 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { |
| 1789 | - color: var(--e-a-color-txt); | |
| 1364 | + color: #a4afb7; | |
| 1790 | 1365 | } |
| 1791 | 1366 | .elementor-control-type-image_dimensions .elementor-image-dimensions-separator { |
| 1792 | 1367 | width: 20px; |
| 1793 | 1368 | text-align: center; |
| 1794 | - padding-block-start: 4px; | |
| 1369 | + float: left; | |
| 1370 | + padding-top: 4px; | |
| 1795 | 1371 | } |
| 1796 | 1372 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description { |
| 1797 | 1373 | display: block; |
| 1798 | - margin-block-start: 5px; | |
| 1799 | - color: var(--e-a-color-txt-disabled); | |
| 1800 | - font-size: 10px; | |
| 1374 | + text-transform: uppercase; | |
| 1375 | + margin-top: 5px; | |
| 1376 | + color: #d5dadf; | |
| 1377 | + font-size: 9px; | |
| 1801 | 1378 | text-align: center; |
| 1802 | 1379 | } |
| 1803 | 1380 | .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button { |
| 1804 | - margin-inline-start: auto; | |
| 1381 | + float: right; | |
| 1382 | + height: 27px; | |
| 1383 | + width: 65px; | |
| 1805 | 1384 | } |
| 1806 | 1385 | |
| 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 { | |
| 1386 | +.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 | 1387 | display: none; |
| 1809 | 1388 | } |
| 1810 | -.elementor-control-media.e-media-empty-placeholder .e-control-image-size { | |
| 1389 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__content__upload-button { | |
| 1811 | 1390 | display: none; |
| 1812 | 1391 | } |
| 1813 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__content__upload-button { | |
| 1814 | - display: none; | |
| 1392 | +.elementor-control-media .elementor-control-input-wrapper { | |
| 1393 | + border: 1px solid #d5dadf; | |
| 1815 | 1394 | } |
| 1816 | 1395 | .elementor-control-media .eicon-plus-circle { |
| 1817 | 1396 | 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); | |
| 1397 | + top: 50%; | |
| 1398 | + left: 50%; | |
| 1399 | + transform: translate(-50%, -50%); | |
| 1400 | + color: #fff; | |
| 1822 | 1401 | font-size: 20px; |
| 1823 | 1402 | } |
| 1824 | 1403 | .elementor-control-media__content__upload-button { |
| 1825 | - background-color: var(--e-a-bg-active-bold); | |
| 1404 | + background-color: #d5dadf; | |
| 1826 | 1405 | } |
| 1827 | 1406 | .elementor-control-media__preview { |
| 1828 | 1407 | height: 100%; |
| 1829 | 1408 | background-size: cover; |
| @@ -1829,14 +1408,12 @@ | ||
| 1829 | 1408 | background-size: cover; |
| 1830 | 1409 | background-position: center; |
| 1831 | 1410 | } |
| 1832 | 1411 | .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)); | |
| 1412 | + 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 | 1413 | 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; | |
| 1414 | + background-position: 0 0, calc( 16px / 2 ) calc( 16px / 2 ); | |
| 1415 | + background-color: #f6f6f6; | |
| 1839 | 1416 | } |
| 1840 | 1417 | .elementor-control-media-area:not(:hover) .elementor-control-media__remove { |
| 1841 | 1418 | display: none; |
| 1842 | 1419 | } |
| @@ -1841,17 +1418,15 @@ | ||
| 1841 | 1418 | display: none; |
| 1842 | 1419 | } |
| 1843 | 1420 | .elementor-control-media-area .eicon-video-camera { |
| 1844 | 1421 | position: absolute; |
| 1845 | - inset-block-start: 50%; | |
| 1846 | - inset-inline-start: 50%; | |
| 1847 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 1422 | + top: 50%; | |
| 1423 | + left: 50%; | |
| 1424 | + transform: translate(-50%, -50%); | |
| 1848 | 1425 | color: rgba(255, 255, 255, 0.7); |
| 1849 | 1426 | font-size: 21px; |
| 1850 | 1427 | } |
| 1851 | 1428 | .elementor-control-media .elementor-control-media__content { |
| 1852 | - aspect-ratio: 21/9; | |
| 1853 | - position: relative; | |
| 1854 | 1429 | cursor: pointer; |
| 1855 | 1430 | overflow: hidden; |
| 1856 | 1431 | } |
| 1857 | 1432 | .elementor-control-media .elementor-control-media__content:hover:after { |
| @@ -1856,14 +1431,17 @@ | ||
| 1856 | 1431 | } |
| 1857 | 1432 | .elementor-control-media .elementor-control-media__content:hover:after { |
| 1858 | 1433 | content: ""; |
| 1859 | 1434 | position: absolute; |
| 1860 | - inset: 0; | |
| 1435 | + top: 0; | |
| 1436 | + bottom: 0; | |
| 1437 | + left: 0; | |
| 1438 | + right: 0; | |
| 1861 | 1439 | background-color: rgba(0, 0, 0, 0.2); |
| 1862 | 1440 | pointer-events: none; |
| 1863 | 1441 | } |
| 1864 | 1442 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 1865 | - inset-block-end: -30px; | |
| 1443 | + bottom: -30px; | |
| 1866 | 1444 | } |
| 1867 | 1445 | .elementor-control-media__content { |
| 1868 | 1446 | transition: all 0.2s ease-in-out; |
| 1869 | 1447 | } |
| @@ -1868,15 +1446,16 @@ | ||
| 1868 | 1446 | transition: all 0.2s ease-in-out; |
| 1869 | 1447 | } |
| 1870 | 1448 | .elementor-control-media__tools { |
| 1871 | 1449 | position: absolute; |
| 1872 | - inset-block-end: 0; | |
| 1873 | - inset-inline: 0; | |
| 1450 | + bottom: 0; | |
| 1451 | + left: 0; | |
| 1452 | + right: 0; | |
| 1874 | 1453 | height: 27px; |
| 1875 | 1454 | transition: all 0.2s ease-in-out; |
| 1876 | 1455 | } |
| 1877 | 1456 | .elementor-control-media__tools > *:not(:first-child) { |
| 1878 | - margin-inline-start: 1px; | |
| 1457 | + margin-left: 1px; | |
| 1879 | 1458 | } |
| 1880 | 1459 | .elementor-control-media__tool { |
| 1881 | 1460 | display: flex; |
| 1882 | 1461 | align-items: center; |
| @@ -1881,15 +1460,15 @@ | ||
| 1881 | 1460 | display: flex; |
| 1882 | 1461 | align-items: center; |
| 1883 | 1462 | justify-content: center; |
| 1884 | 1463 | flex-grow: 1; |
| 1885 | - color: var(--e-a-color-white); | |
| 1886 | - background-color: rgba(0, 0, 0, 0.9); | |
| 1464 | + color: #fff; | |
| 1465 | + background-color: rgba(109, 120, 130, 0.85); | |
| 1887 | 1466 | font-size: 11px; |
| 1888 | - transition: var(--e-a-transition-hover); | |
| 1467 | + transition: background 0.3s; | |
| 1889 | 1468 | } |
| 1890 | 1469 | .elementor-control-media__tool:hover { |
| 1891 | - background-color: rgba(0, 0, 0, 0.8); | |
| 1470 | + background-color: rgba(109, 120, 130, 0.95); | |
| 1892 | 1471 | } |
| 1893 | 1472 | .elementor-control-media__remove { |
| 1894 | 1473 | display: flex; |
| 1895 | 1474 | align-items: center; |
| @@ -1898,45 +1477,39 @@ | ||
| 1898 | 1477 | } |
| 1899 | 1478 | .elementor-control-media__content__remove { |
| 1900 | 1479 | position: absolute; |
| 1901 | 1480 | z-index: 1; |
| 1902 | - inset-block-start: 10px; | |
| 1903 | - inset-inline-end: 10px; | |
| 1481 | + top: 10px; | |
| 1482 | + right: 10px; | |
| 1904 | 1483 | width: 20px; |
| 1905 | 1484 | height: 20px; |
| 1906 | 1485 | 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); | |
| 1486 | + color: #a4afb7; | |
| 1487 | + background-color: rgba(255, 255, 255, 0.9); | |
| 1488 | + border-radius: 3px; | |
| 1489 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); | |
| 1912 | 1490 | } |
| 1913 | 1491 | .elementor-control-media__content__remove:hover { |
| 1914 | - background-color: rgba(0, 0, 0, 0.6); | |
| 1492 | + background-color: white; | |
| 1493 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); | |
| 1915 | 1494 | } |
| 1916 | -.elementor-control-media.e-media-empty .elementor-control-file-area { | |
| 1495 | +.elementor-control-media.elementor-media-empty .elementor-control-file-area { | |
| 1917 | 1496 | display: none; |
| 1918 | 1497 | } |
| 1919 | -.elementor-control-media__warnings:empty { | |
| 1920 | - display: none; | |
| 1921 | -} | |
| 1922 | -.elementor-control-media__warnings:not(:empty) { | |
| 1923 | - margin-block-start: 10px; | |
| 1924 | -} | |
| 1925 | 1498 | .elementor-control-media__file { |
| 1926 | 1499 | display: flex; |
| 1927 | 1500 | justify-content: space-between; |
| 1928 | 1501 | align-items: center; |
| 1929 | 1502 | width: 100%; |
| 1930 | - margin-block-start: 10px; | |
| 1931 | - border: var(--e-a-border); | |
| 1503 | + margin-top: 10px; | |
| 1504 | + border: 1px solid #d5dadf; | |
| 1932 | 1505 | } |
| 1933 | 1506 | .elementor-control-media__file__content { |
| 1934 | - padding-inline-start: 5px; | |
| 1507 | + padding-left: 5px; | |
| 1935 | 1508 | font-size: 12px; |
| 1936 | 1509 | } |
| 1937 | 1510 | .elementor-control-media__file__content__label { |
| 1938 | - color: #9DA5AE; | |
| 1511 | + color: #a4afb7; | |
| 1939 | 1512 | } |
| 1940 | 1513 | .elementor-control-media__file__content__info { |
| 1941 | 1514 | display: flex; |
| 1942 | 1515 | align-items: center; |
| @@ -1942,13 +1515,13 @@ | ||
| 1942 | 1515 | align-items: center; |
| 1943 | 1516 | font-weight: 500; |
| 1944 | 1517 | } |
| 1945 | 1518 | .elementor-control-media__file__content__info__icon { |
| 1946 | - margin-inline-end: 5px; | |
| 1519 | + margin-right: 5px; | |
| 1947 | 1520 | } |
| 1948 | 1521 | .elementor-control-media__file__controls { |
| 1949 | 1522 | display: flex; |
| 1950 | - border-inline-start: var(--e-a-border); | |
| 1523 | + border-left: 1px solid #d5dadf; | |
| 1951 | 1524 | } |
| 1952 | 1525 | .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { |
| 1953 | 1526 | width: 27px; |
| 1954 | 1527 | height: 27px; |
| @@ -1959,38 +1532,28 @@ | ||
| 1959 | 1532 | display: flex; |
| 1960 | 1533 | justify-content: center; |
| 1961 | 1534 | } |
| 1962 | 1535 | .elementor-control-media__file__controls__remove { |
| 1963 | - border-inline-end: var(--e-a-border); | |
| 1536 | + border-right: 1px solid #d5dadf; | |
| 1964 | 1537 | } |
| 1965 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label { | |
| 1538 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__file__content__label { | |
| 1966 | 1539 | display: none; |
| 1967 | 1540 | } |
| 1968 | -.elementor-control-media.e-media-empty .elementor-control-media__file__content__info { | |
| 1541 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__content__info { | |
| 1969 | 1542 | display: none; |
| 1970 | 1543 | } |
| 1971 | -.elementor-control-media.e-media-empty .elementor-control-media__file__controls__remove { | |
| 1544 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__controls__remove { | |
| 1972 | 1545 | display: none; |
| 1973 | 1546 | } |
| 1974 | 1547 | .elementor-control-media .elementor-control-dynamic-switcher { |
| 1975 | 1548 | border: none; |
| 1976 | 1549 | border-radius: 0; |
| 1977 | - background-color: rgba(0, 0, 0, 0.9); | |
| 1978 | - color: var(--e-a-color-white); | |
| 1550 | + background-color: rgba(109, 120, 130, 0.85); | |
| 1551 | + color: #fff; | |
| 1979 | 1552 | } |
| 1980 | 1553 | .elementor-control-media .elementor-control-dynamic-switcher:hover { |
| 1981 | - background-color: rgba(0, 0, 0, 0.8); | |
| 1982 | - color: var(--e-a-color-white); | |
| 1554 | + background-color: rgba(109, 120, 130, 0.95); | |
| 1983 | 1555 | } |
| 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 | 1556 | |
| 1994 | 1557 | .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper { |
| 1995 | 1558 | border: none; |
| 1996 | 1559 | } |
| @@ -1995,81 +1558,54 @@ | ||
| 1995 | 1558 | border: none; |
| 1996 | 1559 | } |
| 1997 | 1560 | |
| 1998 | 1561 | .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview { |
| 1999 | - background-color: var(--e-a-bg-active-bold); | |
| 1562 | + background-color: #d5dadf; | |
| 2000 | 1563 | } |
| 2001 | 1564 | |
| 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; | |
| 1565 | +.elementor-control-type-number.elementor-control-dynamic input { | |
| 1566 | + border-radius: 3px 0 0 3px; | |
| 1567 | + border-right: none; | |
| 2016 | 1568 | } |
| 2017 | -.elementor-control-notice-type-info { | |
| 2018 | - --notice-control-color: var(--e-a-color-info); | |
| 1569 | +.elementor-control-type-number.elementor-control-dynamic .elementor-control-dynamic-switcher { | |
| 1570 | + border-radius: 0 3px 3px 0; | |
| 2019 | 1571 | } |
| 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 { | |
| 1572 | + | |
| 1573 | +.elementor-control-type-order .elementor-control-oreder-wrapper { | |
| 2034 | 1574 | display: flex; |
| 2035 | - flex-direction: column; | |
| 2036 | - justify-content: flex-start; | |
| 2037 | - align-items: flex-start; | |
| 2038 | - gap: 6px; | |
| 2039 | - flex: 1; | |
| 2040 | 1575 | } |
| 2041 | -.elementor-control-notice-main-heading { | |
| 2042 | - font-weight: 700; | |
| 2043 | - font-style: italic; | |
| 1576 | +.elementor-control-type-order input { | |
| 1577 | + display: none; | |
| 2044 | 1578 | } |
| 2045 | -.elementor-control-notice-main-content { | |
| 2046 | - font-style: italic; | |
| 2047 | - line-height: 1.5; | |
| 1579 | +.elementor-control-type-order input:checked + .elementor-control-order-label { | |
| 1580 | + transform: scale(1, -1); | |
| 2048 | 1581 | } |
| 2049 | -.elementor-control-notice-main-actions { | |
| 2050 | - display: flex; | |
| 2051 | - gap: 10px; | |
| 2052 | - padding-block-start: 8px; | |
| 1582 | +.elementor-control-type-order select { | |
| 1583 | + border-radius: 3px 0 0 3px; | |
| 2053 | 1584 | } |
| 2054 | -.elementor-control-notice-main a { | |
| 2055 | - color: inherit; | |
| 2056 | - font-weight: 700; | |
| 2057 | - cursor: pointer; | |
| 1585 | +.elementor-control-type-order select:not(:focus) ~ .elementor-control-order-label { | |
| 1586 | + border-color: #d5dadf; | |
| 2058 | 1587 | } |
| 2059 | -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus { | |
| 2060 | - color: inherit; | |
| 1588 | +.elementor-control-type-order select:focus ~ .elementor-control-order-label { | |
| 1589 | + border-color: #a4afb7; | |
| 2061 | 1590 | } |
| 2062 | -.elementor-control-notice-dismiss { | |
| 2063 | - -webkit-appearance: none; | |
| 2064 | - -moz-appearance: none; | |
| 2065 | - appearance: none; | |
| 2066 | - background-color: transparent; | |
| 2067 | - border: 0; | |
| 1591 | +.elementor-control-type-order .elementor-control-order-label { | |
| 1592 | + position: relative; | |
| 2068 | 1593 | padding: 0; |
| 2069 | - margin: 0; | |
| 1594 | + width: 40px; | |
| 1595 | + border: 1px solid; | |
| 1596 | + font-size: 10px; | |
| 1597 | + border-radius: 0 3px 3px 0; | |
| 1598 | + margin-left: -3px; | |
| 1599 | + background-color: #fff; | |
| 2070 | 1600 | cursor: pointer; |
| 2071 | 1601 | } |
| 1602 | +.elementor-control-type-order .elementor-control-order-label i { | |
| 1603 | + position: absolute; | |
| 1604 | + top: 50%; | |
| 1605 | + left: 50%; | |
| 1606 | + transform: translate(-50%, -50%); | |
| 1607 | +} | |
| 2072 | 1608 | |
| 2073 | 1609 | .elementor-control-type-popover_toggle input { |
| 2074 | 1610 | display: none; |
| 2075 | 1611 | } |
| @@ -2076,99 +1612,86 @@ | ||
| 2076 | 1612 | .elementor-control-type-popover_toggle label { |
| 2077 | 1613 | cursor: pointer; |
| 2078 | 1614 | } |
| 2079 | 1615 | .elementor-control-type-popover_toggle .elementor-control-input-wrapper { |
| 2080 | - display: flex; | |
| 2081 | - flex-direction: row-reverse; | |
| 2082 | - align-items: center; | |
| 1616 | + direction: rtl; | |
| 2083 | 1617 | } |
| 2084 | 1618 | .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); | |
| 1619 | + color: #71d7f7; | |
| 2087 | 1620 | } |
| 2088 | 1621 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:not(:checked) ~ .elementor-control-popover-toggle-reset-label { |
| 2089 | 1622 | display: none; |
| 2090 | 1623 | } |
| 1624 | +.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 1625 | + color: #c2cbd2; | |
| 1626 | + margin-right: 5px; | |
| 1627 | +} | |
| 2091 | 1628 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label { |
| 2092 | 1629 | height: 27px; |
| 2093 | 1630 | display: inline-flex; |
| 2094 | 1631 | align-items: center; |
| 2095 | 1632 | 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); | |
| 1633 | + border-radius: 3px; | |
| 1634 | + border: 1px solid #d5dadf; | |
| 2099 | 1635 | } |
| 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 | 1636 | |
| 2111 | 1637 | .elementor-controls-popover.e-controls-popover--typography { |
| 2112 | - padding-block-start: 0; | |
| 1638 | + padding-top: 0; | |
| 2113 | 1639 | } |
| 2114 | 1640 | |
| 2115 | 1641 | .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); | |
| 1642 | + border-radius: 0 3px 3px 0; | |
| 2120 | 1643 | flex-shrink: 0; |
| 2121 | 1644 | } |
| 2122 | 1645 | |
| 2123 | 1646 | .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; | |
| 1647 | + padding-right: 10px; | |
| 1648 | + padding-left: 10px; | |
| 1649 | + padding-bottom: 10px; | |
| 2127 | 1650 | } |
| 2128 | 1651 | .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove { |
| 2129 | 1652 | display: none; |
| 2130 | 1653 | } |
| 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 | 1654 | .elementor-control-type-repeater .elementor-repeater-fields { |
| 2136 | 1655 | margin: 10px 0; |
| 2137 | 1656 | } |
| 2138 | 1657 | .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; | |
| 1658 | + border: 1px solid #d5dadf; | |
| 1659 | + border-top-width: 0; | |
| 1660 | + padding-top: 15px; | |
| 2142 | 1661 | } |
| 2143 | 1662 | .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { |
| 2144 | 1663 | display: none; |
| 2145 | 1664 | } |
| 2146 | 1665 | .elementor-control-type-repeater .elementor-repeater-row-tools { |
| 2147 | - display: flex; | |
| 2148 | - align-items: center; | |
| 1666 | + display: table; | |
| 1667 | + table-layout: fixed; | |
| 2149 | 1668 | width: 100%; |
| 2150 | - border: 1px solid var(--e-a-border-color-bold); | |
| 2151 | - transition: var(--e-a-transition-hover); | |
| 1669 | + color: #556068; | |
| 1670 | + background-color: #d5dadf; | |
| 1671 | + height: 40px; | |
| 1672 | + border-spacing: 1px; | |
| 1673 | + transition: all 0.5s; | |
| 2152 | 1674 | } |
| 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; | |
| 1675 | +.elementor-control-type-repeater .elementor-repeater-row-tools:hover { | |
| 1676 | + background-color: #a4afb7; | |
| 1677 | +} | |
| 1678 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div { | |
| 1679 | + display: table-cell; | |
| 1680 | + text-align: center; | |
| 1681 | + vertical-align: middle; | |
| 2161 | 1682 | cursor: pointer; |
| 2162 | 1683 | } |
| 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); | |
| 1684 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) { | |
| 1685 | + background-color: #fff; | |
| 2165 | 1686 | } |
| 1687 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div:hover { | |
| 1688 | + opacity: 0.95; | |
| 1689 | +} | |
| 2166 | 1690 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { |
| 2167 | - flex: 1; | |
| 2168 | - justify-content: flex-start; | |
| 1691 | + text-align: left; | |
| 2169 | 1692 | padding: 0 10px; |
| 2170 | - font-size: var(--control-title-size); | |
| 1693 | + font-size: 12px; | |
| 2171 | 1694 | white-space: nowrap; |
| 2172 | 1695 | text-overflow: ellipsis; |
| 2173 | 1696 | overflow: hidden; |
| 2174 | 1697 | } |
| @@ -2174,9 +1697,9 @@ | ||
| 2174 | 1697 | } |
| 2175 | 1698 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, |
| 2176 | 1699 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, |
| 2177 | 1700 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { |
| 2178 | - margin-inline-end: 5px; | |
| 1701 | + margin-right: 5px; | |
| 2179 | 1702 | } |
| 2180 | 1703 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] { |
| 2181 | 1704 | width: 1em; |
| 2182 | 1705 | } |
| @@ -2181,80 +1704,32 @@ | ||
| 2181 | 1704 | width: 1em; |
| 2182 | 1705 | } |
| 2183 | 1706 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { |
| 2184 | 1707 | width: 40px; |
| 2185 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2186 | 1708 | } |
| 2187 | 1709 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { |
| 1710 | + cursor: move; | |
| 2188 | 1711 | width: 10px; |
| 2189 | - border-inline-end: 1px solid var(--e-a-border-color-bold); | |
| 2190 | - cursor: move; | |
| 1712 | + color: #fff; | |
| 2191 | 1713 | } |
| 2192 | 1714 | .elementor-control-type-repeater .elementor-button-wrapper { |
| 2193 | 1715 | text-align: center; |
| 2194 | - padding-block-start: 5px; | |
| 1716 | + padding-top: 5px; | |
| 2195 | 1717 | } |
| 2196 | 1718 | |
| 2197 | -#elementor-controls, | |
| 2198 | -#elementor-panel-page-settings-controls, | |
| 2199 | -#elementor-panel-editorPreferences-settings-controls { | |
| 2200 | - padding-block-start: 15px; | |
| 2201 | -} | |
| 2202 | - | |
| 2203 | 1719 | .elementor-control-type-section { |
| 1720 | + margin-top: 10px; | |
| 2204 | 1721 | padding: 0; |
| 2205 | 1722 | } |
| 2206 | -.elementor-control-type-section.e-open { | |
| 2207 | - padding-block-end: 10px; | |
| 1723 | +.elementor-control-type-section.elementor-open { | |
| 1724 | + padding-bottom: 15px; | |
| 2208 | 1725 | } |
| 2209 | 1726 | .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { |
| 2210 | 1727 | display: none; |
| 2211 | 1728 | } |
| 2212 | -.elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) { | |
| 2213 | - margin-block-start: 25px; | |
| 2214 | -} | |
| 2215 | 1729 | |
| 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 | 1730 | .elementor-shadow-box .elementor-shadow-slider { |
| 2256 | - margin-block-start: 10px; | |
| 1731 | + margin-top: 10px; | |
| 2257 | 1732 | } |
| 2258 | 1733 | .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title { |
| 2259 | 1734 | flex-grow: 1; |
| 2260 | 1735 | } |
| @@ -2259,12 +1734,9 @@ | ||
| 2259 | 1734 | flex-grow: 1; |
| 2260 | 1735 | } |
| 2261 | 1736 | |
| 2262 | 1737 | .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; | |
| 1738 | + border-radius: 3px 0 0 3px; | |
| 2267 | 1739 | } |
| 2268 | 1740 | .elementor-control-type-slider .elementor-control-unit-2 { |
| 2269 | 1741 | width: 21%; |
| 2270 | 1742 | } |
| @@ -2271,27 +1743,27 @@ | ||
| 2271 | 1743 | .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper { |
| 2272 | 1744 | display: block; |
| 2273 | 1745 | } |
| 2274 | 1746 | .elementor-control-type-slider--multiple { |
| 2275 | - padding-block-end: 40px; | |
| 1747 | + padding-bottom: 40px; | |
| 2276 | 1748 | } |
| 2277 | 1749 | .elementor-control-type-slider--multiple .elementor-slider { |
| 2278 | - margin-block-start: 12px; | |
| 1750 | + margin-top: 12px; | |
| 2279 | 1751 | width: 98%; |
| 2280 | 1752 | } |
| 2281 | 1753 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 2282 | 1754 | border-radius: 0; |
| 2283 | 1755 | width: 10px; |
| 2284 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 1756 | + transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 2285 | 1757 | } |
| 2286 | 1758 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 2287 | 1759 | content: ""; |
| 2288 | 1760 | position: absolute; |
| 2289 | - inset-block-start: 2px; | |
| 1761 | + top: 2px; | |
| 2290 | 1762 | height: 12px; |
| 2291 | 1763 | width: 11px; |
| 2292 | 1764 | transform: rotate(45deg); |
| 2293 | - background-color: var(--e-a-color-white); | |
| 1765 | + background-color: #fff; | |
| 2294 | 1766 | border-radius: 3px; |
| 2295 | 1767 | } |
| 2296 | 1768 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { |
| 2297 | 1769 | left: 5px; |
| @@ -2301,13 +1773,10 @@ | ||
| 2301 | 1773 | right: 5px; |
| 2302 | 1774 | box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); |
| 2303 | 1775 | } |
| 2304 | 1776 | .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); | |
| 1777 | + border-left-width: 0; | |
| 1778 | + border-radius: 0 3px 3px 0; | |
| 2310 | 1779 | } |
| 2311 | 1780 | .elementor-control-type-slider .elementor-control-input-wrapper { |
| 2312 | 1781 | display: flex; |
| 2313 | 1782 | align-items: center; |
| @@ -2312,23 +1781,15 @@ | ||
| 2312 | 1781 | display: flex; |
| 2313 | 1782 | align-items: center; |
| 2314 | 1783 | } |
| 2315 | 1784 | .elementor-control-type-slider .elementor-dynamic-cover { |
| 2316 | - margin-block-start: 10px; | |
| 1785 | + margin-top: 10px; | |
| 2317 | 1786 | } |
| 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 | 1787 | |
| 2327 | 1788 | .elementor-slider { |
| 2328 | 1789 | flex-grow: 1; |
| 2329 | 1790 | height: 4px; |
| 2330 | - background-color: var(--e-a-border-color-bold); | |
| 1791 | + background-color: #d5dadf; | |
| 2331 | 1792 | border-radius: 5px; |
| 2332 | 1793 | position: relative; |
| 2333 | 1794 | cursor: pointer; |
| 2334 | 1795 | } |
| @@ -2334,10 +1795,9 @@ | ||
| 2334 | 1795 | } |
| 2335 | 1796 | .elementor-slider-input { |
| 2336 | 1797 | width: 21%; |
| 2337 | 1798 | min-width: 54px; |
| 2338 | - margin-inline-start: 12px; | |
| 2339 | - transition: width 0.3s ease-in-out; | |
| 1799 | + margin-left: 12px; | |
| 2340 | 1800 | } |
| 2341 | 1801 | .elementor-slider__extra { |
| 2342 | 1802 | position: relative; |
| 2343 | 1803 | } |
| @@ -2346,9 +1806,9 @@ | ||
| 2346 | 1806 | justify-content: space-between; |
| 2347 | 1807 | } |
| 2348 | 1808 | .elementor-slider__label { |
| 2349 | 1809 | font-size: 9px; |
| 2350 | - color: var(--e-a-color-txt-disabled); | |
| 1810 | + color: #c2cbd2; | |
| 2351 | 1811 | } |
| 2352 | 1812 | .elementor-slider__scales { |
| 2353 | 1813 | position: absolute; |
| 2354 | 1814 | display: flex; |
| @@ -2353,22 +1813,22 @@ | ||
| 2353 | 1813 | position: absolute; |
| 2354 | 1814 | display: flex; |
| 2355 | 1815 | justify-content: space-evenly; |
| 2356 | 1816 | width: 100%; |
| 2357 | - margin-block-start: 4px; | |
| 1817 | + margin-top: 4px; | |
| 2358 | 1818 | } |
| 2359 | 1819 | .elementor-slider__scale { |
| 2360 | 1820 | width: 1px; |
| 2361 | 1821 | height: 21px; |
| 2362 | - background-color: var(--e-a-border-color-focus); | |
| 1822 | + background-color: #a4afb7; | |
| 2363 | 1823 | } |
| 2364 | 1824 | .elementor-slider .noUi-handle { |
| 2365 | 1825 | height: 16px; |
| 2366 | 1826 | width: 16px; |
| 2367 | - background-color: var(--e-a-color-white); | |
| 1827 | + background-color: #fff; | |
| 1828 | + right: 0; | |
| 1829 | + transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2368 | 1830 | position: absolute; |
| 2369 | - inset-inline-end: 0; | |
| 2370 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 2371 | 1831 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 2372 | 1832 | border-radius: 50%; |
| 2373 | 1833 | } |
| 2374 | 1834 | .elementor-slider .noUi-connects { |
| @@ -2378,16 +1838,19 @@ | ||
| 2378 | 1838 | } |
| 2379 | 1839 | .elementor-slider .noUi-connect { |
| 2380 | 1840 | position: absolute; |
| 2381 | 1841 | z-index: 0; |
| 2382 | - inset: 0; | |
| 1842 | + top: 0; | |
| 1843 | + left: 0; | |
| 1844 | + height: 100%; | |
| 1845 | + width: 100%; | |
| 2383 | 1846 | will-change: transform; |
| 2384 | 1847 | transform-origin: 0 0; |
| 2385 | - background-color: var(--e-a-border-color-focus); | |
| 1848 | + background-color: #a4afb7; | |
| 2386 | 1849 | } |
| 2387 | 1850 | .elementor-slider .noUi-tooltip { |
| 2388 | 1851 | position: absolute; |
| 2389 | - inset-block-start: calc(100% + 5px); | |
| 1852 | + top: calc(100% + 5px); | |
| 2390 | 1853 | left: calc(50% - 4px); |
| 2391 | 1854 | transform: translateX(-50%); |
| 2392 | 1855 | font-size: 10px; |
| 2393 | 1856 | } |
| @@ -2396,9 +1859,9 @@ | ||
| 2396 | 1859 | display: initial; |
| 2397 | 1860 | } |
| 2398 | 1861 | .elementor-control-type-structure .elementor-control-structure-preset { |
| 2399 | 1862 | padding: 3px; |
| 2400 | - border-radius: var(--e-border-radius); | |
| 1863 | + border-radius: 3px; | |
| 2401 | 1864 | display: inline-block; |
| 2402 | 1865 | cursor: pointer; |
| 2403 | 1866 | height: 50px; |
| 2404 | 1867 | } |
| @@ -2405,21 +1868,18 @@ | ||
| 2405 | 1868 | .elementor-control-type-structure .elementor-control-structure-preset svg { |
| 2406 | 1869 | height: 100%; |
| 2407 | 1870 | } |
| 2408 | 1871 | .elementor-control-type-structure .elementor-control-structure-preset path { |
| 2409 | - fill: var(--e-a-border-color-bold); | |
| 1872 | + fill: #e6e9ec; | |
| 2410 | 1873 | } |
| 2411 | 1874 | .elementor-control-type-structure .elementor-control-structure-reset { |
| 2412 | 1875 | padding: 15px 20px 0; |
| 2413 | 1876 | font-size: 11px; |
| 2414 | 1877 | cursor: pointer; |
| 2415 | - color: var(--e-a-color-txt-muted); | |
| 2416 | - border-block-start: var(--e-a-border); | |
| 1878 | + color: #a4afb7; | |
| 1879 | + border-top: 1px solid #e6e9ec; | |
| 2417 | 1880 | margin: 0 -20px; |
| 2418 | 1881 | } |
| 2419 | -.elementor-control-type-structure .elementor-control-structure-reset:hover { | |
| 2420 | - color: var(--e-a-color-txt); | |
| 2421 | -} | |
| 2422 | 1882 | .elementor-control-type-structure .elementor-control-structure-title { |
| 2423 | 1883 | margin: 10px -20px 0; |
| 2424 | 1884 | } |
| 2425 | 1885 | .elementor-control-type-structure .elementor-control-structure-title:before { |
| @@ -2434,23 +1894,23 @@ | ||
| 2434 | 1894 | .elementor-control-type-structure .elementor-control-structure-presets input { |
| 2435 | 1895 | display: none; |
| 2436 | 1896 | } |
| 2437 | 1897 | .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { |
| 2438 | - fill: var(--e-a-border-color-focus); | |
| 1898 | + fill: #a4afb7; | |
| 2439 | 1899 | } |
| 2440 | 1900 | .elementor-control-type-structure .elementor-control-structure-preset-wrapper { |
| 2441 | - margin-block-end: 15px; | |
| 1901 | + margin-bottom: 15px; | |
| 2442 | 1902 | } |
| 2443 | 1903 | .elementor-control-type-structure .elementor-control-structure-preset-title { |
| 2444 | 1904 | text-align: center; |
| 2445 | - padding-block-start: 5px; | |
| 1905 | + padding-top: 5px; | |
| 2446 | 1906 | font-style: italic; |
| 2447 | 1907 | font-size: 11px; |
| 2448 | - color: #9DA5AE; | |
| 1908 | + color: #a4afb7; | |
| 2449 | 1909 | } |
| 2450 | 1910 | |
| 2451 | 1911 | .elementor-control-type-switcher .elementor-control-input-wrapper { |
| 2452 | - text-align: end; | |
| 1912 | + text-align: right; | |
| 2453 | 1913 | } |
| 2454 | 1914 | .elementor-control-type-switcher .elementor-switch { |
| 2455 | 1915 | position: relative; |
| 2456 | 1916 | display: inline-block; |
| @@ -2455,9 +1915,9 @@ | ||
| 2455 | 1915 | position: relative; |
| 2456 | 1916 | display: inline-block; |
| 2457 | 1917 | vertical-align: top; |
| 2458 | 1918 | height: 20px; |
| 2459 | - background-color: var(--e-a-bg-default); | |
| 1919 | + background-color: white; | |
| 2460 | 1920 | border-radius: 18px; |
| 2461 | 1921 | cursor: pointer; |
| 2462 | 1922 | } |
| 2463 | 1923 | .elementor-control-type-switcher .elementor-switch-input { |
| @@ -2466,17 +1926,19 @@ | ||
| 2466 | 1926 | .elementor-control-type-switcher .elementor-switch-label { |
| 2467 | 1927 | position: relative; |
| 2468 | 1928 | display: block; |
| 2469 | 1929 | height: inherit; |
| 2470 | - font-size: 10px; | |
| 2471 | - background: var(--e-a-bg-active-bold); | |
| 1930 | + font-size: 7px; | |
| 1931 | + text-transform: uppercase; | |
| 1932 | + background: #eceeef; | |
| 2472 | 1933 | border-radius: inherit; |
| 1934 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 2473 | 1935 | transition: 0.15s ease-out; |
| 2474 | 1936 | transition-property: opacity, background; |
| 2475 | 1937 | } |
| 2476 | 1938 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 2477 | 1939 | position: absolute; |
| 2478 | - inset-block-start: 0; | |
| 1940 | + top: 0; | |
| 2479 | 1941 | width: 50%; |
| 2480 | 1942 | text-align: center; |
| 2481 | 1943 | line-height: 20px; |
| 2482 | 1944 | transition: inherit; |
| @@ -2482,19 +1944,22 @@ | ||
| 2482 | 1944 | transition: inherit; |
| 2483 | 1945 | } |
| 2484 | 1946 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 2485 | 1947 | content: attr(data-off); |
| 2486 | - inset-inline-end: 5px; | |
| 2487 | - color: var(--e-a-color-txt-muted); | |
| 1948 | + right: 3px; | |
| 1949 | + color: #a4afb7; | |
| 1950 | + text-shadow: 0 1px rgba(255, 255, 255, 0.5); | |
| 2488 | 1951 | } |
| 2489 | 1952 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 2490 | 1953 | content: attr(data-on); |
| 2491 | - inset-inline-start: 5px; | |
| 2492 | - color: var(--e-a-btn-color); | |
| 1954 | + left: 3px; | |
| 1955 | + color: white; | |
| 1956 | + text-shadow: 0 1px rgba(0, 0, 0, 0.2); | |
| 2493 | 1957 | opacity: 0; |
| 2494 | 1958 | } |
| 2495 | 1959 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| 2496 | - background: var(--e-a-btn-bg-primary); | |
| 1960 | + background: #71d7f7; | |
| 1961 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); | |
| 2497 | 1962 | } |
| 2498 | 1963 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { |
| 2499 | 1964 | opacity: 0; |
| 2500 | 1965 | } |
| @@ -2502,26 +1967,25 @@ | ||
| 2502 | 1967 | opacity: 1; |
| 2503 | 1968 | } |
| 2504 | 1969 | .elementor-control-type-switcher .elementor-switch-handle { |
| 2505 | 1970 | position: absolute; |
| 2506 | - inset-block-start: 1px; | |
| 2507 | - inset-inline-start: 1px; | |
| 1971 | + top: 1px; | |
| 1972 | + left: 1px; | |
| 2508 | 1973 | width: 18px; |
| 2509 | 1974 | height: 18px; |
| 2510 | 1975 | background: white; |
| 2511 | 1976 | border-radius: 10px; |
| 2512 | - transition: inset-inline-start 0.15s ease-out; | |
| 1977 | + transition: left 0.15s ease-out; | |
| 2513 | 1978 | } |
| 2514 | 1979 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 2515 | - inset-inline-start: initial; | |
| 2516 | - inset-inline-end: 1px; | |
| 1980 | + left: initial; | |
| 1981 | + right: 1px; | |
| 1982 | + box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); | |
| 2517 | 1983 | } |
| 2518 | 1984 | |
| 2519 | 1985 | .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)) { | |
| 1986 | + font-size: 0.8em; | |
| 1987 | + text-transform: uppercase; | |
| 2524 | 1988 | display: flex; |
| 2525 | 1989 | } |
| 2526 | 1990 | |
| 2527 | 1991 | .elementor-control-type-tab { |
| @@ -2528,49 +1992,47 @@ | ||
| 2528 | 1992 | text-align: center; |
| 2529 | 1993 | width: 100%; |
| 2530 | 1994 | padding: 0; |
| 2531 | 1995 | 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); | |
| 1996 | + border-top: 1px solid #d5dadf; | |
| 1997 | + border-bottom: 1px solid #d5dadf; | |
| 1998 | + border-right: 1px solid #d5dadf; | |
| 2536 | 1999 | cursor: pointer; |
| 2537 | 2000 | } |
| 2538 | 2001 | .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); | |
| 2002 | + border-left: 1px solid #d5dadf; | |
| 2003 | + border-top-left-radius: 3px; | |
| 2004 | + border-bottom-left-radius: 3px; | |
| 2542 | 2005 | } |
| 2543 | 2006 | .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); | |
| 2007 | + border-top-right-radius: 3px; | |
| 2008 | + border-bottom-right-radius: 3px; | |
| 2546 | 2009 | } |
| 2547 | -.elementor-control-type-tab:hover { | |
| 2548 | - background-color: var(--e-a-bg-hover); | |
| 2010 | +.elementor-control-type-tab.elementor-tab-active { | |
| 2011 | + background-color: #a4afb7; | |
| 2012 | + border-color: #a4afb7; | |
| 2013 | + color: #ffffff; | |
| 2549 | 2014 | } |
| 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 | 2015 | |
| 2555 | -.e-tab-close { | |
| 2016 | +.elementor-tab-close { | |
| 2556 | 2017 | display: none !important; |
| 2557 | 2018 | } |
| 2558 | 2019 | |
| 2020 | +.elementor-control-type-textarea.elementor-control-dynamic-value .elementor-control-dynamic-switcher, | |
| 2021 | +.elementor-control-type-code.elementor-control-dynamic-value .elementor-control-dynamic-switcher { | |
| 2022 | + border-radius: 0 3px 3px 0; | |
| 2023 | + border-left-width: 0; | |
| 2024 | +} | |
| 2559 | 2025 | .elementor-control-type-textarea .elementor-control-dynamic-switcher, |
| 2560 | 2026 | .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); | |
| 2027 | + border-radius: 0 3px; | |
| 2566 | 2028 | } |
| 2567 | 2029 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 2568 | 2030 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 2569 | 2031 | position: absolute; |
| 2570 | - inset-block-start: 0; | |
| 2571 | - inset-inline-end: 0; | |
| 2032 | + top: 0; | |
| 2572 | 2033 | z-index: 1; |
| 2034 | + right: 0; | |
| 2573 | 2035 | } |
| 2574 | 2036 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 2575 | 2037 | .elementor-control-type-code .elementor-control-input-wrapper { |
| 2576 | 2038 | position: relative; |
| @@ -2588,34 +2050,28 @@ | ||
| 2588 | 2050 | .elementor-control-type-code pre:focus-within + .elementor-control-dynamic-switcher { |
| 2589 | 2051 | display: none; |
| 2590 | 2052 | } |
| 2591 | 2053 | |
| 2054 | +.elementor-control-type-url.elementor-control-dynamic .elementor-input { | |
| 2055 | + border-radius: 3px 0 0 3px; | |
| 2056 | +} | |
| 2592 | 2057 | .elementor-control-type-url .elementor-control-field { |
| 2593 | 2058 | position: relative; |
| 2594 | 2059 | } |
| 2060 | +.elementor-control-type-url:not(.elementor-control-dynamic) .elementor-control-url-more, .elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 2061 | + border-radius: 0 3px 3px 0; | |
| 2062 | +} | |
| 2595 | 2063 | .elementor-control-type-url .elementor-control-input-wrapper { |
| 2596 | 2064 | display: flex; |
| 2065 | + flex-direction: row; | |
| 2597 | 2066 | } |
| 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 | 2067 | .elementor-control-type-url .elementor-control-url-more { |
| 2610 | 2068 | display: flex; |
| 2611 | 2069 | align-items: center; |
| 2612 | 2070 | justify-content: center; |
| 2613 | 2071 | flex-shrink: 0; |
| 2614 | - border: var(--e-a-border-bold); | |
| 2615 | - color: currentColor; | |
| 2616 | - background-color: transparent; | |
| 2617 | - border-inline-start-width: 0; | |
| 2072 | + border: 1px solid #d5dadf; | |
| 2073 | + border-left: none; | |
| 2618 | 2074 | cursor: pointer; |
| 2619 | 2075 | } |
| 2620 | 2076 | .elementor-control-type-url .elementor-control-url-more i { |
| 2621 | 2077 | font-size: 12px; |
| @@ -2621,56 +2077,103 @@ | ||
| 2621 | 2077 | font-size: 12px; |
| 2622 | 2078 | } |
| 2623 | 2079 | .elementor-control-type-url .elementor-control-url-more-options { |
| 2624 | 2080 | display: none; |
| 2625 | - padding-block-start: 10px; | |
| 2081 | + padding-top: 10px; | |
| 2626 | 2082 | } |
| 2627 | 2083 | .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { |
| 2628 | - margin-block-start: 10px; | |
| 2084 | + margin-top: 10px; | |
| 2629 | 2085 | } |
| 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 | 2086 | .elementor-control-type-url .elementor-control-url-option { |
| 2638 | 2087 | display: flex; |
| 2639 | 2088 | align-items: center; |
| 2640 | 2089 | } |
| 2641 | 2090 | .elementor-control-type-url .elementor-control-url-option:not(:last-child) { |
| 2642 | - padding-block-end: 10px; | |
| 2091 | + padding-bottom: 10px; | |
| 2643 | 2092 | } |
| 2644 | 2093 | .elementor-control-type-url .elementor-control-url-option input, |
| 2645 | 2094 | .elementor-control-type-url .elementor-control-url-option label { |
| 2646 | 2095 | cursor: pointer; |
| 2647 | 2096 | } |
| 2097 | +.elementor-control-type-url .elementor-control-url-option-input { | |
| 2098 | + margin: 0; | |
| 2099 | + padding: 0; | |
| 2100 | + border-radius: 2px; | |
| 2101 | + margin-right: 5px; | |
| 2102 | + -webkit-appearance: none; | |
| 2103 | + -moz-appearance: none; | |
| 2104 | + appearance: none; | |
| 2105 | + outline: none; | |
| 2106 | + content: none; | |
| 2107 | + height: 15px; | |
| 2108 | + width: 15px; | |
| 2109 | + border: 1px solid #d5dadf; | |
| 2110 | + display: inline-flex; | |
| 2111 | + align-items: center; | |
| 2112 | + justify-content: center; | |
| 2113 | +} | |
| 2114 | +.elementor-control-type-url .elementor-control-url-option-input:checked { | |
| 2115 | + background: #71d7f7; | |
| 2116 | + border: none; | |
| 2117 | +} | |
| 2118 | +.elementor-control-type-url .elementor-control-url-option-input:checked:before { | |
| 2119 | + display: block; | |
| 2120 | + content: ""; | |
| 2121 | + width: 4px; | |
| 2122 | + height: 7px; | |
| 2123 | + border: solid white; | |
| 2124 | + border-width: 0 2px 2px 0; | |
| 2125 | + transform: rotate(45deg); | |
| 2126 | +} | |
| 2127 | +.elementor-control-type-url .elementor-control-url-option label { | |
| 2128 | + font-size: 12px; | |
| 2129 | +} | |
| 2130 | +.elementor-control-type-url .elementor-control-url-external-hide .elementor-control-url-more { | |
| 2131 | + display: none; | |
| 2132 | +} | |
| 2133 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-input, | |
| 2134 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-dynamic-cover { | |
| 2135 | + border-radius: 3px 0 0 3px; | |
| 2136 | +} | |
| 2648 | 2137 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 2649 | 2138 | display: none; |
| 2650 | 2139 | position: absolute; |
| 2651 | - inset-block-start: 5px; | |
| 2652 | - inset-inline-end: 0; | |
| 2140 | + top: 5px; | |
| 2141 | + right: 0px; | |
| 2653 | 2142 | width: 10px; |
| 2654 | 2143 | height: 10px; |
| 2655 | 2144 | font-size: 10px; |
| 2656 | - color: var(--e-a-color-txt-disabled); | |
| 2145 | + color: #D4D4D4; | |
| 2657 | 2146 | } |
| 2147 | +.elementor-control-type-url .elementor-control-url__custom-attributes { | |
| 2148 | + margin-top: 5px; | |
| 2149 | +} | |
| 2658 | 2150 | .elementor-control-type-url .elementor-control-url__custom-attributes label { |
| 2659 | - font-size: var(--control-title-size); | |
| 2151 | + font-size: 12px; | |
| 2660 | 2152 | } |
| 2661 | 2153 | .elementor-control-type-url .elementor-control-url__custom-attributes input { |
| 2662 | 2154 | width: 100%; |
| 2663 | - margin-block-start: 10px; | |
| 2155 | + margin-top: 10px; | |
| 2664 | 2156 | } |
| 2157 | +.elementor-control-type-url .elementor-input { | |
| 2158 | + direction: ltr; | |
| 2159 | +} | |
| 2160 | +.elementor-control-type-url .elementor-input:not(:focus) + .elementor-control-url-more { | |
| 2161 | + border-color: #d5dadf; | |
| 2162 | +} | |
| 2665 | 2163 | .elementor-control-type-url .elementor-input:focus ~ div { |
| 2666 | - border-color: var(--e-a-border-color-focus); | |
| 2164 | + border-color: #a4afb7; | |
| 2667 | 2165 | } |
| 2166 | +.elementor-control-type-url .elementor-control-dynamic-switcher { | |
| 2167 | + border-left: none; | |
| 2168 | + border-radius: 0 3px 3px 0; | |
| 2169 | +} | |
| 2668 | 2170 | |
| 2669 | 2171 | .elementor-autocomplete-menu { |
| 2670 | 2172 | position: absolute; |
| 2671 | - background: var(--e-a-bg-default); | |
| 2672 | - border: var(--e-a-border); | |
| 2173 | + background: #fff; | |
| 2174 | + color: #495157; | |
| 2175 | + border: 1px solid #a4afb7; | |
| 2673 | 2176 | margin: 0; |
| 2674 | 2177 | list-style: none; |
| 2675 | 2178 | padding: 4px 0; |
| 2676 | 2179 | height: auto; |
| @@ -2679,9 +2182,9 @@ | ||
| 2679 | 2182 | max-width: 300px; |
| 2680 | 2183 | max-height: 200px; |
| 2681 | 2184 | overflow-y: auto; |
| 2682 | 2185 | border-radius: 3px; |
| 2683 | - transition: var(--e-a-transition-hover); | |
| 2186 | + transition: all 0.3s ease-in-out; | |
| 2684 | 2187 | cursor: default; |
| 2685 | 2188 | z-index: 1; |
| 2686 | 2189 | } |
| 2687 | 2190 | .elementor-autocomplete-menu .ui-menu-item { |
| @@ -2694,86 +2197,16 @@ | ||
| 2694 | 2197 | line-height: 1.2; |
| 2695 | 2198 | cursor: pointer; |
| 2696 | 2199 | } |
| 2697 | 2200 | .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); | |
| 2201 | + background: #e6e9ec; | |
| 2699 | 2202 | } |
| 2700 | 2203 | .elementor-autocomplete-menu .elementor-autocomplete-item-info { |
| 2701 | 2204 | font-size: 10px; |
| 2702 | - padding-block-start: 2px; | |
| 2205 | + padding-top: 2px; | |
| 2703 | 2206 | } |
| 2704 | 2207 | |
| 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 | 2208 | .elementor-control-type-wp_widget .widget-inside { |
| 2774 | - line-height: 2; | |
| 2775 | - background-color: inherit; | |
| 2776 | 2209 | display: block; |
| 2777 | 2210 | } |
| 2778 | 2211 | .elementor-control-type-wp_widget .quicktags-toolbar input { |
| 2779 | 2212 | width: auto; |
| @@ -2782,28 +2215,22 @@ | ||
| 2782 | 2215 | .elementor-control-type-wysiwyg * { |
| 2783 | 2216 | box-sizing: content-box; |
| 2784 | 2217 | } |
| 2785 | 2218 | .elementor-control-type-wysiwyg .wp-editor-container { |
| 2786 | - border: var(--e-a-border); | |
| 2219 | + border: 1px solid #e6e9ec; | |
| 2787 | 2220 | } |
| 2788 | 2221 | .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; | |
| 2222 | + border: 1px solid #d5dadf; | |
| 2223 | + border-bottom: none; | |
| 2224 | + border-radius: 3px 3px 0 0; | |
| 2795 | 2225 | } |
| 2796 | -.elementor-control-type-wysiwyg .wp-editor-tabs button:hover { | |
| 2797 | - background-color: var(--e-a-bg-hover); | |
| 2798 | -} | |
| 2799 | 2226 | .elementor-control-type-wysiwyg #insert-media-button { |
| 2800 | 2227 | height: initial; |
| 2801 | 2228 | line-height: 24px; |
| 2802 | 2229 | 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); | |
| 2230 | + color: #6d7882; | |
| 2231 | + border-color: #d5dadf; | |
| 2232 | + background-color: #e6e9ec; | |
| 2806 | 2233 | min-height: initial; |
| 2807 | 2234 | } |
| 2808 | 2235 | .elementor-control-type-wysiwyg .ed_button { |
| 2809 | 2236 | height: 22px; |
| @@ -2819,14 +2246,14 @@ | ||
| 2819 | 2246 | .elementor-control-type-wysiwyg .wp-switch-editor { |
| 2820 | 2247 | position: static; |
| 2821 | 2248 | border: none; |
| 2822 | 2249 | margin: 0; |
| 2823 | - color: var(--e-a-color-txt); | |
| 2250 | + color: #6d7882; | |
| 2824 | 2251 | font-size: 10px; |
| 2825 | 2252 | padding: 3px 9px 4px; |
| 2826 | 2253 | } |
| 2827 | 2254 | .elementor-control-type-wysiwyg .switch-html { |
| 2828 | - border: solid var(--e-a-border-color-bold); | |
| 2255 | + border: solid #d5dadf; | |
| 2829 | 2256 | border-width: 0 1px; |
| 2830 | 2257 | } |
| 2831 | 2258 | .elementor-control-type-wysiwyg .html-active .switch-tmce { |
| 2832 | 2259 | background-color: transparent; |
| @@ -2831,26 +2258,19 @@ | ||
| 2831 | 2258 | .elementor-control-type-wysiwyg .html-active .switch-tmce { |
| 2832 | 2259 | background-color: transparent; |
| 2833 | 2260 | } |
| 2834 | 2261 | .elementor-control-type-wysiwyg .html-active .switch-html { |
| 2835 | - background-color: var(--e-a-bg-active); | |
| 2262 | + background-color: #e6e9ec; | |
| 2836 | 2263 | } |
| 2837 | 2264 | .elementor-control-type-wysiwyg .tmce-active .switch-tmce { |
| 2838 | - background-color: var(--e-a-bg-active); | |
| 2265 | + background-color: #e6e9ec; | |
| 2839 | 2266 | } |
| 2840 | 2267 | .elementor-control-type-wysiwyg .tmce-active .switch-html { |
| 2841 | 2268 | background-color: transparent; |
| 2842 | 2269 | } |
| 2843 | -.elementor-control-type-wysiwyg .mce-toolbar-grp, | |
| 2844 | -.elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 2845 | - background-color: var(--e-a-bg-default); | |
| 2270 | +.elementor-control-type-wysiwyg .mce-toolbar-grp, .elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 2271 | + background-color: #e6e9ec; | |
| 2846 | 2272 | } |
| 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 | 2273 | .elementor-control-type-wysiwyg .mce-toolbar-grp > div { |
| 2854 | 2274 | padding: 0 3px; |
| 2855 | 2275 | } |
| 2856 | 2276 | .elementor-control-type-wysiwyg .elementor-wp-editor { |
| @@ -2856,19 +2276,17 @@ | ||
| 2856 | 2276 | .elementor-control-type-wysiwyg .elementor-wp-editor { |
| 2857 | 2277 | box-sizing: border-box; |
| 2858 | 2278 | } |
| 2859 | 2279 | .elementor-control-type-wysiwyg .mce-ico { |
| 2860 | - color: var(--e-a-color-txt); | |
| 2280 | + color: #6d7882; | |
| 2861 | 2281 | font-size: 16px; |
| 2862 | 2282 | } |
| 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; | |
| 2283 | +.elementor-control-type-wysiwyg .mce-btn { | |
| 2284 | + margin-right: 0; | |
| 2285 | + margin-left: 0; | |
| 2868 | 2286 | } |
| 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); | |
| 2287 | +.elementor-control-type-wysiwyg .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn.mce-active { | |
| 2288 | + border-color: #d5dadf; | |
| 2871 | 2289 | } |
| 2872 | 2290 | .elementor-control-type-wysiwyg .mce-path { |
| 2873 | 2291 | padding: 5px 10px; |
| 2874 | 2292 | } |
| @@ -2873,44 +2291,22 @@ | ||
| 2873 | 2291 | padding: 5px 10px; |
| 2874 | 2292 | } |
| 2875 | 2293 | .elementor-control-type-wysiwyg .mce-path-item { |
| 2876 | 2294 | font-size: 12px; |
| 2877 | - color: var(--e-a-color-txt); | |
| 2295 | + color: #6d7882; | |
| 2878 | 2296 | } |
| 2879 | -.elementor-control-type-wysiwyg .mce-top-part:before { | |
| 2880 | - box-shadow: none; | |
| 2881 | -} | |
| 2882 | 2297 | .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher { |
| 2883 | 2298 | border: none; |
| 2884 | 2299 | } |
| 2885 | 2300 | |
| 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 | - } | |
| 2301 | +.elementor-control-type-text .elementor-control-dynamic-switcher { | |
| 2302 | + border-left-width: 0; | |
| 2303 | + border-radius: 0 3px 3px 0; | |
| 2912 | 2304 | } |
| 2305 | +.elementor-control-type-text.elementor-control-dynamic input { | |
| 2306 | + border-radius: 3px 0 0 3px; | |
| 2307 | +} | |
| 2308 | + | |
| 2913 | 2309 | .ui-resizable-n { |
| 2914 | 2310 | top: -5px; |
| 2915 | 2311 | } |
| 2916 | 2312 | .ui-resizable-e { |
| @@ -2966,251 +2362,8 @@ | ||
| 2966 | 2362 | .ui-resizable-resizing { |
| 2967 | 2363 | pointer-events: none; |
| 2968 | 2364 | } |
| 2969 | 2365 | |
| 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; | |
| 2991 | -} | |
| 2992 | - | |
| 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 | 2366 | @keyframes placeholder-section { |
| 3214 | 2367 | 0% { |
| 3215 | 2368 | height: 0; |
| 3216 | 2369 | opacity: 0; |
| @@ -3270,9 +2423,9 @@ | ||
| 3270 | 2423 | white-space: pre-wrap; |
| 3271 | 2424 | } |
| 3272 | 2425 | .pen-menu { |
| 3273 | 2426 | box-shadow: 1px 2px 3px -2px #222; |
| 3274 | - background-color: #3f444b; | |
| 2427 | + background-color: #6d7882; | |
| 3275 | 2428 | position: fixed; |
| 3276 | 2429 | overflow: hidden; |
| 3277 | 2430 | border-radius: 3px; |
| 3278 | 2431 | z-index: 9999; |
| @@ -3277,18 +2430,18 @@ | ||
| 3277 | 2430 | border-radius: 3px; |
| 3278 | 2431 | z-index: 9999; |
| 3279 | 2432 | } |
| 3280 | 2433 | .pen-menu:after { |
| 2434 | + top: 100%; | |
| 3281 | 2435 | content: ""; |
| 3282 | 2436 | position: absolute; |
| 3283 | 2437 | border: 6px solid transparent; |
| 3284 | - border-block-start-color: #3f444b; | |
| 3285 | - inset-block-start: 100%; | |
| 3286 | - inset-inline-start: 50%; | |
| 2438 | + border-top-color: #6d7882; | |
| 2439 | + left: 50%; | |
| 3287 | 2440 | transform: translateX(-50%); |
| 3288 | 2441 | } |
| 3289 | 2442 | .pen-menu-below:after { |
| 3290 | - inset-block-start: 0; | |
| 2443 | + top: 0; | |
| 3291 | 2444 | transform: translateX(-50%) translateY(-100%) rotate(180deg); |
| 3292 | 2445 | } |
| 3293 | 2446 | .pen-icon { |
| 3294 | 2447 | position: relative; |
| @@ -3297,9 +2450,9 @@ | ||
| 3297 | 2450 | justify-content: center; |
| 3298 | 2451 | height: 35px; |
| 3299 | 2452 | padding: 0 10px; |
| 3300 | 2453 | font-size: 21px; |
| 3301 | - color: #D5D8DC; | |
| 2454 | + color: #d5dadf; | |
| 3302 | 2455 | cursor: pointer; |
| 3303 | 2456 | -webkit-user-select: none; |
| 3304 | 2457 | -moz-user-select: none; |
| 3305 | 2458 | user-select: none; |
| @@ -3304,9 +2457,9 @@ | ||
| 3304 | 2457 | -moz-user-select: none; |
| 3305 | 2458 | user-select: none; |
| 3306 | 2459 | } |
| 3307 | 2460 | .pen-icon:hover { |
| 3308 | - background: #1f2124; | |
| 2461 | + background: #556068; | |
| 3309 | 2462 | } |
| 3310 | 2463 | .pen-icon[data-group], .pen-icon[data-action=closeGroup] { |
| 3311 | 2464 | display: none; |
| 3312 | 2465 | } |
| @@ -3312,23 +2465,23 @@ | ||
| 3312 | 2465 | } |
| 3313 | 2466 | .pen-icon[data-action=close]:before { |
| 3314 | 2467 | content: ""; |
| 3315 | 2468 | position: absolute; |
| 3316 | - inset-inline-start: 0; | |
| 2469 | + left: 0; | |
| 3317 | 2470 | height: 60%; |
| 3318 | 2471 | width: 1px; |
| 3319 | - background-color: #1f2124; | |
| 2472 | + background-color: #556068; | |
| 3320 | 2473 | } |
| 3321 | 2474 | .pen-icon.active { |
| 3322 | - background-color: #1f2124; | |
| 3323 | - box-shadow: inset 2px 2px 4px #1f2124; | |
| 2475 | + background-color: #556068; | |
| 2476 | + box-shadow: inset 2px 2px 4px #556068; | |
| 3324 | 2477 | } |
| 3325 | 2478 | .pen-group-icon:after { |
| 3326 | 2479 | font-family: eicons; |
| 3327 | 2480 | font-size: 12px; |
| 3328 | 2481 | content: "\e92a"; |
| 3329 | - padding-inline-start: 4px; | |
| 3330 | - color: #2563EB; | |
| 2482 | + padding-left: 4px; | |
| 2483 | + color: #71d7f7; | |
| 3331 | 2484 | } |
| 3332 | 2485 | .pen-input-wrapper { |
| 3333 | 2486 | align-items: center; |
| 3334 | 2487 | } |
| @@ -3335,10 +2488,10 @@ | ||
| 3335 | 2488 | .pen-input-wrapper .pen-url-input { |
| 3336 | 2489 | font-size: 12px; |
| 3337 | 2490 | line-height: 1.5; |
| 3338 | 2491 | padding: 0; |
| 3339 | - padding-inline-start: 10px; | |
| 3340 | - padding-inline-end: 10px; | |
| 2492 | + padding-left: 10px; | |
| 2493 | + padding-right: 10px; | |
| 3341 | 2494 | width: 250px; |
| 3342 | 2495 | direction: ltr; |
| 3343 | 2496 | } |
| 3344 | 2497 | .pen-input-wrapper .pen-url-input, .pen-input-wrapper .pen-url-input:focus { |
| @@ -3348,16 +2501,16 @@ | ||
| 3348 | 2501 | box-shadow: none; |
| 3349 | 2502 | color: #fff; |
| 3350 | 2503 | } |
| 3351 | 2504 | .pen-input-wrapper .pen-url-input::-moz-placeholder { |
| 3352 | - color: #D5D8DC; | |
| 2505 | + color: #d5dadf; | |
| 3353 | 2506 | } |
| 3354 | 2507 | .pen-input-wrapper .pen-url-input::placeholder { |
| 3355 | - color: #D5D8DC; | |
| 2508 | + color: #d5dadf; | |
| 3356 | 2509 | } |
| 3357 | 2510 | .pen-input-label { |
| 3358 | 2511 | margin: 0; |
| 3359 | - margin-inline-end: -1px; | |
| 2512 | + margin-right: -1px; | |
| 3360 | 2513 | } |
| 3361 | 2514 | .pen-placeholder:before { |
| 3362 | 2515 | content: attr(data-pen-placeholder); |
| 3363 | 2516 | position: absolute; |
| @@ -3382,9 +2535,9 @@ | ||
| 3382 | 2535 | text-decoration: underline; |
| 3383 | 2536 | } |
| 3384 | 2537 | |
| 3385 | 2538 | .e-element-color-picker { |
| 3386 | - --primary-color: #2563EB; | |
| 2539 | + --primary-color: #71d7f7; | |
| 3387 | 2540 | --swatch-size: 25px; |
| 3388 | 2541 | cursor: default; |
| 3389 | 2542 | display: flex; |
| 3390 | 2543 | position: absolute; |
| @@ -3428,9 +2581,9 @@ | ||
| 3428 | 2581 | flex: 1 0 var(--swatch-size); |
| 3429 | 2582 | max-width: 100%; |
| 3430 | 2583 | height: 100%; |
| 3431 | 2584 | cursor: pointer; |
| 3432 | - transition: var(--e-a-transition-hover); | |
| 2585 | + transition: all 0.3s; | |
| 3433 | 2586 | position: relative; |
| 3434 | 2587 | overflow: hidden; |
| 3435 | 2588 | border-radius: inherit; |
| 3436 | 2589 | /* Hack to fix transparent `--color` on hover */ |
| @@ -3447,9 +2600,9 @@ | ||
| 3447 | 2600 | opacity: 0; |
| 3448 | 2601 | color: var(--color); |
| 3449 | 2602 | font-size: 10px; |
| 3450 | 2603 | font-weight: 300; |
| 3451 | - font-family: Roboto, Arial, Helvetica, sans-serif; | |
| 2604 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 3452 | 2605 | transform: translate(-50%, -50%); |
| 3453 | 2606 | filter: hue-rotate(180deg) grayscale(1) contrast(999) invert(1); |
| 3454 | 2607 | transition: inherit; |
| 3455 | 2608 | } |
| @@ -3470,37 +2623,21 @@ | ||
| 3470 | 2623 | opacity: 1; |
| 3471 | 2624 | pointer-events: all; |
| 3472 | 2625 | } |
| 3473 | 2626 | .e-ui-state--elements-color-picker-color-picking__on .elementor-section:hover { |
| 3474 | - outline: 1px solid #2563EB; | |
| 2627 | + outline: 1px solid #71d7f7; | |
| 3475 | 2628 | } |
| 3476 | 2629 | |
| 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 | 2630 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 3487 | 2631 | transition: 0.3s all; |
| 2632 | + --is-ltr: 1; | |
| 2633 | + --is-rtl: 0; | |
| 2634 | + --rotation-direction: calc( var( --is-ltr ) - var( --is-rtl ) ); | |
| 3488 | 2635 | } |
| 3489 | 2636 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 3490 | 2637 | max-height: 1em; |
| 3491 | 2638 | max-width: 1em; |
| 3492 | 2639 | } |
| 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 | 2640 | :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 | 2641 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 3505 | 2642 | } |
| 3506 | 2643 | :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) { |
| @@ -3516,9 +2653,9 @@ | ||
| 3516 | 2653 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 3517 | 2654 | } |
| 3518 | 2655 | |
| 3519 | 2656 | html.elementor-html { |
| 3520 | - margin-block-start: 0 !important; | |
| 2657 | + margin-top: 0 !important; | |
| 3521 | 2658 | } |
| 3522 | 2659 | |
| 3523 | 2660 | .elementor-edit-area { |
| 3524 | 2661 | position: relative; |
| @@ -3528,72 +2665,22 @@ | ||
| 3528 | 2665 | opacity: 0.5; |
| 3529 | 2666 | } |
| 3530 | 2667 | |
| 3531 | 2668 | .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); | |
| 2669 | + --primary-color: #71d7f7; | |
| 2670 | + --secondary-color: #10bcf2; | |
| 2671 | + --outline-color: var( --primary-color ); | |
| 3535 | 2672 | } |
| 3536 | 2673 | .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 ); | |
| 2674 | + --primary-color: #0098c7; | |
| 2675 | + --secondary-color: #007194; | |
| 2676 | + --outline-color: var( --primary-color ); | |
| 3540 | 2677 | } |
| 3541 | 2678 | .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 { |
| 3542 | 2679 | outline: 1px solid var(--outline-color); |
| 3543 | 2680 | } |
| 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 | 2681 | .elementor-edit-area-active .elementor-inner-section:first-child { |
| 3595 | - margin-block-start: 15px; | |
| 2682 | + margin-top: 15px; | |
| 3596 | 2683 | } |
| 3597 | 2684 | .elementor-edit-area-active .elementor-widget-wrap.elementor-element-empty { |
| 3598 | 2685 | min-height: 30px; |
| 3599 | 2686 | } |
| @@ -3607,14 +2694,11 @@ | ||
| 3607 | 2694 | } |
| 3608 | 2695 | .elementor-edit-area-active .elementor-widget.elementor-loading { |
| 3609 | 2696 | opacity: 0.3; |
| 3610 | 2697 | } |
| 3611 | -.elementor-edit-area-active .elementor-widget.elementor-element-edit-mode:hover { | |
| 3612 | - box-shadow: 0 0 0 1px var(--e-p-border-widget); | |
| 2698 | +.elementor-edit-area-active .elementor-widget.elementor-element-editable, .elementor-edit-area-active .elementor-widget.elementor-element-edit-mode:hover { | |
| 2699 | + box-shadow: 0 0 0 1px #71d7f7; | |
| 3613 | 2700 | } |
| 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 | 2701 | .elementor-edit-area-active .elementor-widget:not(:hover) .elementor-editor-element-settings { |
| 3618 | 2702 | display: none; |
| 3619 | 2703 | } |
| 3620 | 2704 | .elementor-edit-area-active .elementor-widget.ui-draggable-dragging { |
| @@ -3627,11 +2711,11 @@ | ||
| 3627 | 2711 | justify-content: center; |
| 3628 | 2712 | padding: 0; |
| 3629 | 2713 | margin: 0; |
| 3630 | 2714 | font-size: 11px; |
| 3631 | - color: var(--e-p-border-widget-invert); | |
| 2715 | + color: #fff; | |
| 3632 | 2716 | width: 25px; |
| 3633 | - transition: var(--e-a-transition-hover); | |
| 2717 | + transition: margin 0.3s, width 0.3s, font 0.3s; | |
| 3634 | 2718 | } |
| 3635 | 2719 | .elementor-edit-area-active .elementor-inline-editing { |
| 3636 | 2720 | min-height: 15px; |
| 3637 | 2721 | } |
| @@ -3647,10 +2731,10 @@ | ||
| 3647 | 2731 | } |
| 3648 | 2732 | |
| 3649 | 2733 | .elementor-element > .elementor-element-overlay { |
| 3650 | 2734 | position: absolute; |
| 3651 | - inset-block-start: 0; | |
| 3652 | - inset-inline-end: 0; | |
| 2735 | + top: 0; | |
| 2736 | + right: 0; | |
| 3653 | 2737 | letter-spacing: 0; |
| 3654 | 2738 | z-index: 9998; |
| 3655 | 2739 | pointer-events: none; |
| 3656 | 2740 | } |
| @@ -3657,21 +2741,17 @@ | ||
| 3657 | 2741 | .elementor-element-empty .elementor-sortable-placeholder { |
| 3658 | 2742 | display: none; |
| 3659 | 2743 | } |
| 3660 | 2744 | .elementor-element.elementor-widget-empty { |
| 3661 | - background-color: rgba(213, 216, 220, 0.8); | |
| 2745 | + background-color: rgba(213, 218, 223, 0.8); | |
| 3662 | 2746 | } |
| 3663 | 2747 | .elementor-element.elementor-widget-empty .elementor-widget-empty-icon { |
| 3664 | - color: #BABFC5; | |
| 2748 | + color: #c2cbd2; | |
| 3665 | 2749 | font-size: 22px; |
| 3666 | 2750 | display: block; |
| 3667 | 2751 | text-align: center; |
| 3668 | 2752 | padding: 10px 0; |
| 3669 | 2753 | } |
| 3670 | -.elementor-element.elementor-widget-empty[data-atomic] .elementor-widget-empty-icon { | |
| 3671 | - background-color: rgb(243, 243, 244); | |
| 3672 | - width: 100%; | |
| 3673 | -} | |
| 3674 | 2754 | .elementor-element:not(:hover):not(.elementor-element-editable) > .elementor-element-overlay .elementor-editor-element-settings { |
| 3675 | 2755 | display: none; |
| 3676 | 2756 | } |
| 3677 | 2757 | .elementor-element--toggle-edit-tools > .elementor-element-overlay .elementor-editor-element-edit:not(.elementor-active) ~ * { |
| @@ -3679,9 +2759,9 @@ | ||
| 3679 | 2759 | font-size: 0; |
| 3680 | 2760 | } |
| 3681 | 2761 | .elementor-element[data-side=top]:before, .elementor-element[data-side=bottom] + .elementor-element:before { |
| 3682 | 2762 | content: ""; |
| 3683 | - background-color: var(--e-p-draggable-color); | |
| 2763 | + background-color: #71d7f7; | |
| 3684 | 2764 | transition-timing-function: ease-out; |
| 3685 | 2765 | opacity: 0.9; |
| 3686 | 2766 | height: 10px; |
| 3687 | 2767 | animation: placeholder-widget 500ms; |
| @@ -3688,9 +2768,9 @@ | ||
| 3688 | 2768 | display: block; |
| 3689 | 2769 | } |
| 3690 | 2770 | .elementor-element[data-side=bottom]:last-child:after { |
| 3691 | 2771 | content: ""; |
| 3692 | - background-color: var(--e-p-draggable-color); | |
| 2772 | + background-color: #71d7f7; | |
| 3693 | 2773 | transition-timing-function: ease-out; |
| 3694 | 2774 | opacity: 0.9; |
| 3695 | 2775 | height: 10px; |
| 3696 | 2776 | animation: placeholder-widget 500ms; |
| @@ -3705,8 +2785,78 @@ | ||
| 3705 | 2785 | .elementor-element.elementor-absolute .eicon-edit:before, .elementor-element.elementor-fixed .eicon-edit:before { |
| 3706 | 2786 | content: "\e902"; |
| 3707 | 2787 | } |
| 3708 | 2788 | |
| 2789 | +.elementor-section > .elementor-element-overlay, | |
| 2790 | +.e-con > .elementor-element-overlay { | |
| 2791 | + left: 0; | |
| 2792 | + bottom: 0; | |
| 2793 | +} | |
| 2794 | +.elementor-section > .elementor-element-overlay:after, | |
| 2795 | +.e-con > .elementor-element-overlay:after { | |
| 2796 | + position: absolute; | |
| 2797 | + left: 2px; | |
| 2798 | + right: 2px; | |
| 2799 | + top: 2px; | |
| 2800 | + bottom: 2px; | |
| 2801 | + outline: 2px solid var(--outline-color); | |
| 2802 | + animation: section-outline 0.75s; | |
| 2803 | +} | |
| 2804 | +.elementor-section:hover > .elementor-element-overlay:after, .elementor-section.elementor-element-editable > .elementor-element-overlay:after, | |
| 2805 | +.e-con:hover > .elementor-element-overlay:after, | |
| 2806 | +.e-con.elementor-element-editable > .elementor-element-overlay:after { | |
| 2807 | + content: ""; | |
| 2808 | +} | |
| 2809 | +.elementor-section-filled .elementor-sortable-placeholder.elementor-column, | |
| 2810 | +.e-con-filled .elementor-sortable-placeholder.elementor-column { | |
| 2811 | + display: none; | |
| 2812 | +} | |
| 2813 | +.elementor-section-filled .elementor-row.elementor-draggable-over, | |
| 2814 | +.e-con-filled .elementor-row.elementor-draggable-over { | |
| 2815 | + border: 1px solid #d72b3f; | |
| 2816 | +} | |
| 2817 | + | |
| 2818 | +.elementor-column > .elementor-element-overlay { | |
| 2819 | + left: 0; | |
| 2820 | + bottom: 0; | |
| 2821 | +} | |
| 2822 | +.elementor-column > .elementor-element-overlay:after { | |
| 2823 | + position: absolute; | |
| 2824 | + left: 0; | |
| 2825 | + right: 0; | |
| 2826 | + top: 0; | |
| 2827 | + bottom: 0; | |
| 2828 | + outline: 1px dashed #6d7882; | |
| 2829 | +} | |
| 2830 | +.elementor-column:hover > .elementor-element-overlay, .elementor-column.elementor-element-editable > .elementor-element-overlay { | |
| 2831 | + border: 1px solid #ffffff; | |
| 2832 | +} | |
| 2833 | +.elementor-column:hover > .elementor-element-overlay:after, .elementor-column.elementor-element-editable > .elementor-element-overlay:after { | |
| 2834 | + content: ""; | |
| 2835 | +} | |
| 2836 | +.elementor-column.elementor-dragging-on-child > .elementor-element-overlay { | |
| 2837 | + border: 1px solid #71d7f7; | |
| 2838 | +} | |
| 2839 | +.elementor-column.elementor-dragging-on-child > .elementor-element-overlay:after { | |
| 2840 | + display: none; | |
| 2841 | +} | |
| 2842 | +.elementor-column > .ui-resizable-e, .elementor-column > .ui-resizable-w { | |
| 2843 | + cursor: col-resize; | |
| 2844 | + width: 7px; | |
| 2845 | + position: absolute; | |
| 2846 | + right: -5px; | |
| 2847 | + top: 0; | |
| 2848 | + height: 100%; | |
| 2849 | +} | |
| 2850 | +.elementor-column:last-of-type > .ui-resizable-e, .elementor-column:last-of-type > .ui-resizable-w { | |
| 2851 | + display: none !important; | |
| 2852 | +} | |
| 2853 | +@media (max-width: 1024px) { | |
| 2854 | + .elementor-column > .ui-resizable-e, .elementor-column > .ui-resizable-w { | |
| 2855 | + display: none !important; | |
| 2856 | + } | |
| 2857 | +} | |
| 2858 | + | |
| 3709 | 2859 | .elementor-editor-element-settings { |
| 3710 | 2860 | position: absolute; |
| 3711 | 2861 | display: flex; |
| 3712 | 2862 | height: 26px; |
| @@ -3712,9 +2862,9 @@ | ||
| 3712 | 2862 | height: 26px; |
| 3713 | 2863 | list-style: none; |
| 3714 | 2864 | margin: 0; |
| 3715 | 2865 | padding: 0; |
| 3716 | - font-family: var(--e-a-font-family); | |
| 2866 | + font-family: Arial, Helvetica, sans-serif; | |
| 3717 | 2867 | font-size: 13px; |
| 3718 | 2868 | font-weight: normal; |
| 3719 | 2869 | font-style: normal; |
| 3720 | 2870 | line-height: 1; |
| @@ -3719,9 +2869,8 @@ | ||
| 3719 | 2869 | font-style: normal; |
| 3720 | 2870 | line-height: 1; |
| 3721 | 2871 | z-index: 1; |
| 3722 | 2872 | pointer-events: all; |
| 3723 | - transition: var(--e-a-transition-hover); | |
| 3724 | 2873 | } |
| 3725 | 2874 | |
| 3726 | 2875 | @media (min-width: 1025px) { |
| 3727 | 2876 | .elementor-editor-element-edit { |
| @@ -3728,17 +2877,127 @@ | ||
| 3728 | 2877 | cursor: move; |
| 3729 | 2878 | } |
| 3730 | 2879 | } |
| 3731 | 2880 | |
| 2881 | +.elementor-editor-section-settings, | |
| 2882 | +.elementor-editor-container-settings { | |
| 2883 | + height: 24px; | |
| 2884 | + top: 1px; | |
| 2885 | + left: 50%; | |
| 2886 | + transform: translateX(-50%) translateY(-100%); | |
| 2887 | + background-color: var(--primary-color); | |
| 2888 | + border-radius: 5px 5px 0 0; | |
| 2889 | + box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.05); | |
| 2890 | +} | |
| 2891 | +.elementor-editor-section-settings i.eicon-handle, | |
| 2892 | +.elementor-editor-container-settings i.eicon-handle { | |
| 2893 | + font-size: 16px; | |
| 2894 | +} | |
| 2895 | +.elementor-editor-section-settings .elementor-editor-element-setting:hover, | |
| 2896 | +.elementor-editor-container-settings .elementor-editor-element-setting:hover { | |
| 2897 | + background-color: var(--secondary-color); | |
| 2898 | +} | |
| 2899 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child, | |
| 2900 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child { | |
| 2901 | + border-radius: 5px 0 0 0; | |
| 2902 | +} | |
| 2903 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child:before, | |
| 2904 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child:before { | |
| 2905 | + content: ""; | |
| 2906 | + position: absolute; | |
| 2907 | + border: solid transparent; | |
| 2908 | + top: 2px; | |
| 2909 | + border-right-color: var(--primary-color); | |
| 2910 | + border-width: 22px 12px 0 0; | |
| 2911 | + right: calc(100% - 1px); | |
| 2912 | +} | |
| 2913 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child:hover:before, | |
| 2914 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child:hover:before { | |
| 2915 | + border-right-color: var(--secondary-color); | |
| 2916 | +} | |
| 2917 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child, | |
| 2918 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child { | |
| 2919 | + border-radius: 0 5px 0 0; | |
| 2920 | +} | |
| 2921 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child:after, | |
| 2922 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child:after { | |
| 2923 | + content: ""; | |
| 2924 | + position: absolute; | |
| 2925 | + border: solid transparent; | |
| 2926 | + top: 2px; | |
| 2927 | + border-left-color: var(--primary-color); | |
| 2928 | + border-width: 22px 0 0 12px; | |
| 2929 | + left: calc(100% - 1px); | |
| 2930 | +} | |
| 2931 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child:hover:after, | |
| 2932 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child:hover:after { | |
| 2933 | + border-left-color: var(--secondary-color); | |
| 2934 | +} | |
| 2935 | + | |
| 2936 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings, | |
| 2937 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings { | |
| 2938 | + transform: translateX(-50%); | |
| 2939 | + border-radius: 0 0 5px 5px; | |
| 2940 | +} | |
| 2941 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child, | |
| 2942 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child { | |
| 2943 | + border-radius: 0 0 0 5px; | |
| 2944 | +} | |
| 2945 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before, | |
| 2946 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before { | |
| 2947 | + top: 0; | |
| 2948 | + border-width: 0 12px 22px 0; | |
| 2949 | +} | |
| 2950 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child, | |
| 2951 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child { | |
| 2952 | + border-radius: 0 0 5px 0; | |
| 2953 | +} | |
| 2954 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after, | |
| 2955 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after { | |
| 2956 | + top: 0; | |
| 2957 | + border-width: 0 0 22px 12px; | |
| 2958 | +} | |
| 2959 | + | |
| 2960 | +.elementor-editor-column-settings { | |
| 2961 | + top: -1px; | |
| 2962 | + left: -1px; | |
| 2963 | + border-radius: 0 0 3px 0; | |
| 2964 | + overflow: hidden; | |
| 2965 | +} | |
| 2966 | +.elementor-editor-column-settings .elementor-editor-element-setting { | |
| 2967 | + background-color: #495157; | |
| 2968 | +} | |
| 2969 | +.elementor-editor-column-settings .elementor-editor-element-setting:not(:hover) { | |
| 2970 | + background-image: linear-gradient(to bottom, #6d7882, #556068); | |
| 2971 | +} | |
| 2972 | + | |
| 2973 | +.elementor-editor-widget-settings { | |
| 2974 | + z-index: 2; | |
| 2975 | + top: -1px; | |
| 2976 | + right: -1px; | |
| 2977 | + flex-direction: row-reverse; | |
| 2978 | + border-radius: 0 0 0 3px; | |
| 2979 | + overflow: hidden; | |
| 2980 | +} | |
| 2981 | +.elementor-editor-widget-settings .elementor-editor-element-setting { | |
| 2982 | + background-color: #10bcf2; | |
| 2983 | +} | |
| 2984 | +.elementor-editor-widget-settings .elementor-editor-element-setting:not(:hover) { | |
| 2985 | + background-image: linear-gradient(to top, #41c9f4, #71d7f7); | |
| 2986 | +} | |
| 2987 | + | |
| 3732 | 2988 | .elementor-empty-view { |
| 3733 | 2989 | position: absolute; |
| 3734 | - inset: 0; | |
| 2990 | + top: 0; | |
| 2991 | + bottom: 0; | |
| 2992 | + left: 0; | |
| 2993 | + right: 0; | |
| 3735 | 2994 | z-index: 1; |
| 3736 | 2995 | } |
| 3737 | 2996 | |
| 3738 | 2997 | .elementor-first-add { |
| 3739 | 2998 | text-align: center; |
| 3740 | - border: 1px dashed var(--e-a-border-color-bold); | |
| 2999 | + border: 1px dashed #d5dadf; | |
| 3741 | 3000 | display: flex; |
| 3742 | 3001 | height: 100%; |
| 3743 | 3002 | width: 100%; |
| 3744 | 3003 | position: absolute; |
| @@ -3746,39 +3005,69 @@ | ||
| 3746 | 3005 | justify-content: center; |
| 3747 | 3006 | } |
| 3748 | 3007 | .elementor-first-add .elementor-icon { |
| 3749 | 3008 | font-size: 19px; |
| 3750 | - color: #9DA5AE; | |
| 3009 | + color: #a4afb7; | |
| 3751 | 3010 | cursor: pointer; |
| 3752 | 3011 | } |
| 3753 | 3012 | |
| 3754 | 3013 | .elementor-sortable-helper { |
| 3755 | 3014 | position: absolute; |
| 3015 | + border-radius: 3px; | |
| 3016 | + background-color: #fff; | |
| 3017 | + text-align: center; | |
| 3018 | + color: #556068; | |
| 3019 | + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | |
| 3756 | 3020 | 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 | 3021 | } |
| 3764 | 3022 | .elementor-sortable-helper .icon { |
| 3765 | 3023 | font-size: 28px; |
| 3766 | - padding-block-start: 15px; | |
| 3024 | + padding-top: 15px; | |
| 3767 | 3025 | line-height: 1; |
| 3768 | 3026 | } |
| 3769 | -.elementor-sortable-helper .title-wrapper { | |
| 3770 | - display: flex; | |
| 3771 | - height: 40px; | |
| 3772 | - align-items: center; | |
| 3773 | - justify-content: center; | |
| 3027 | +.elementor-sortable-helper .elementor-element-title-wrapper { | |
| 3028 | + display: table; | |
| 3029 | + width: 100%; | |
| 3774 | 3030 | } |
| 3775 | 3031 | .elementor-sortable-helper .title { |
| 3776 | 3032 | font-size: 11px; |
| 3033 | + font-family: Arial, Helvetica, sans-serif; | |
| 3034 | + font-weight: normal; | |
| 3035 | + font-style: normal; | |
| 3036 | + display: table-cell; | |
| 3037 | + vertical-align: middle; | |
| 3038 | + height: 40px; | |
| 3777 | 3039 | } |
| 3778 | 3040 | |
| 3041 | +.elementor-editor-content-only .elementor-first-add { | |
| 3042 | + display: none; | |
| 3043 | +} | |
| 3044 | +.elementor-editor-content-only .elementor-section > .elementor-element-overlay { | |
| 3045 | + display: none; | |
| 3046 | +} | |
| 3047 | +.elementor-editor-content-only .elementor-section > .elementor-element-overlay:after { | |
| 3048 | + display: none; | |
| 3049 | +} | |
| 3050 | +.elementor-editor-content-only .elementor-section:hover > .elementor-element-overlay:after, .elementor-editor-content-only .elementor-section.elementor-element-editable > .elementor-element-overlay:after { | |
| 3051 | + display: none; | |
| 3052 | +} | |
| 3053 | +.elementor-editor-content-only .elementor-column > .elementor-element-overlay { | |
| 3054 | + display: none; | |
| 3055 | +} | |
| 3056 | +.elementor-editor-content-only .elementor-column > .elementor-element-overlay:after { | |
| 3057 | + display: none; | |
| 3058 | +} | |
| 3059 | +.elementor-editor-content-only .elementor-column:hover > .elementor-element-overlay:after, .elementor-editor-content-only .elementor-column.elementor-element-editable > .elementor-element-overlay:after { | |
| 3060 | + display: none; | |
| 3061 | +} | |
| 3062 | +@media (min-width: 1025px) { | |
| 3063 | + .elementor-editor-content-only .elementor-editor-element-edit { | |
| 3064 | + cursor: pointer; | |
| 3065 | + } | |
| 3066 | +} | |
| 3067 | + | |
| 3779 | 3068 | .elementor-sortable-placeholder:not(.elementor-column-placeholder) { |
| 3780 | - background-color: var(--e-p-draggable-color); | |
| 3069 | + background-color: #71d7f7; | |
| 3781 | 3070 | animation-duration: 250ms; |
| 3782 | 3071 | opacity: 0.9; |
| 3783 | 3072 | width: 100%; |
| 3784 | 3073 | align-self: stretch; |
| @@ -3794,24 +3083,35 @@ | ||
| 3794 | 3083 | height: 40px; |
| 3795 | 3084 | animation-name: placeholder-section; |
| 3796 | 3085 | } |
| 3797 | 3086 | |
| 3087 | +.elementor-column-placeholder { | |
| 3088 | + position: relative; | |
| 3089 | +} | |
| 3090 | +.elementor-column-placeholder:before, .elementor-column-placeholder:after { | |
| 3091 | + content: ""; | |
| 3092 | + position: absolute; | |
| 3093 | + top: 10px; | |
| 3094 | + bottom: 10px; | |
| 3095 | + right: 10px; | |
| 3096 | + left: 10px; | |
| 3097 | +} | |
| 3098 | +.elementor-column-placeholder:before { | |
| 3099 | + border: 1px solid #6d7882; | |
| 3100 | +} | |
| 3101 | +.elementor-column-placeholder:after { | |
| 3102 | + border: 1px dashed #fff; | |
| 3103 | +} | |
| 3104 | + | |
| 3798 | 3105 | .elementor-widget-placeholder { |
| 3799 | 3106 | height: 10px; |
| 3800 | 3107 | animation-name: placeholder-widget; |
| 3801 | 3108 | } |
| 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 | 3109 | |
| 3810 | 3110 | .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true]) > .elementor-empty-view > .elementor-first-add:after, |
| 3811 | 3111 | .elementor-first-add.elementor-html5dnd-current-element:after { |
| 3812 | 3112 | content: ""; |
| 3813 | - background-color: var(--e-p-draggable-color); | |
| 3113 | + background-color: #71d7f7; | |
| 3814 | 3114 | transition-timing-function: ease-out; |
| 3815 | 3115 | opacity: 0.9; |
| 3816 | 3116 | height: 10px; |
| 3817 | 3117 | animation: placeholder-widget 500ms; |
| @@ -3829,8 +3129,199 @@ | ||
| 3829 | 3129 | .elementor-draggable-over[data-dragged-element=section][data-dragged-is-inner=true] .elementor-inner-column .elementor-sortable-placeholder { |
| 3830 | 3130 | display: none; |
| 3831 | 3131 | } |
| 3832 | 3132 | |
| 3133 | +.elementor-add-section { | |
| 3134 | + all: initial; | |
| 3135 | + display: flex; | |
| 3136 | + max-width: 1160px; | |
| 3137 | + position: relative; | |
| 3138 | + margin-inline: auto; | |
| 3139 | +} | |
| 3140 | +.elementor-add-section:not(.elementor-dragging-on-child) .elementor-add-section-inner { | |
| 3141 | + border: 2px dashed #d5dadf; | |
| 3142 | + background-color: rgba(255, 255, 255, 0.5); | |
| 3143 | +} | |
| 3144 | +.elementor-add-section.elementor-dragging-on-child .elementor-add-section-inner { | |
| 3145 | + border: 3px dashed #71d7f7; | |
| 3146 | +} | |
| 3147 | +.elementor-add-section[data-view=choose-action] .e-view:not(.elementor-add-new-section) { | |
| 3148 | + display: none; | |
| 3149 | +} | |
| 3150 | +.elementor-add-section[data-view=select-preset] .e-view:not(.elementor-select-preset) { | |
| 3151 | + display: none; | |
| 3152 | +} | |
| 3153 | +.elementor-add-section[data-view=select-container-preset] .e-view:not(.e-con-select-preset) { | |
| 3154 | + display: none; | |
| 3155 | +} | |
| 3156 | + | |
| 3157 | +.elementor-add-section-inner { | |
| 3158 | + text-align: center; | |
| 3159 | + margin: 20px; | |
| 3160 | + padding: 40px 0; | |
| 3161 | + flex-grow: 1; | |
| 3162 | +} | |
| 3163 | + | |
| 3164 | +.elementor-add-new-section { | |
| 3165 | + display: inline-block; | |
| 3166 | +} | |
| 3167 | +.elementor-add-new-section .elementor-add-section-area-button { | |
| 3168 | + display: inline-flex; | |
| 3169 | + align-items: center; | |
| 3170 | + justify-content: center; | |
| 3171 | + height: 40px; | |
| 3172 | + width: 40px; | |
| 3173 | + color: #fff; | |
| 3174 | + font-size: 16px; | |
| 3175 | + border-radius: 50%; | |
| 3176 | + transition: all 0.3s; | |
| 3177 | + cursor: pointer; | |
| 3178 | +} | |
| 3179 | +.elementor-add-new-section .elementor-add-section-area-button:hover { | |
| 3180 | + opacity: 0.85; | |
| 3181 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 3182 | +} | |
| 3183 | +.elementor-add-new-section .elementor-add-section-area-button:active { | |
| 3184 | + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.1); | |
| 3185 | +} | |
| 3186 | +.elementor-add-new-section .elementor-add-section-button { | |
| 3187 | + background-color: #93003c; | |
| 3188 | + -webkit-margin-start: 5px; | |
| 3189 | + margin-inline-start: 5px; | |
| 3190 | +} | |
| 3191 | +.elementor-add-new-section .elementor-add-template-button { | |
| 3192 | + background-color: #6d7882; | |
| 3193 | + margin-left: 5px; | |
| 3194 | +} | |
| 3195 | + | |
| 3196 | +.elementor-add-section-drag-title { | |
| 3197 | + font-family: Arial, Helvetica, sans-serif; | |
| 3198 | + font-size: 13px; | |
| 3199 | + font-weight: normal; | |
| 3200 | + font-style: italic; | |
| 3201 | + line-height: 1; | |
| 3202 | + color: #556068; | |
| 3203 | + margin-top: 15px; | |
| 3204 | +} | |
| 3205 | + | |
| 3206 | +.elementor-add-section-close { | |
| 3207 | + position: absolute; | |
| 3208 | + right: 40px; | |
| 3209 | + top: 40px; | |
| 3210 | + font-size: 20px; | |
| 3211 | + cursor: pointer; | |
| 3212 | + line-height: 1; | |
| 3213 | + color: #d5dadf; | |
| 3214 | +} | |
| 3215 | +.elementor-add-section-close:hover { | |
| 3216 | + color: #6d7882; | |
| 3217 | +} | |
| 3218 | + | |
| 3219 | +.elementor-select-preset-title { | |
| 3220 | + font-family: Arial, Helvetica, sans-serif; | |
| 3221 | + font-size: 13px; | |
| 3222 | + font-weight: 500; | |
| 3223 | + font-style: normal; | |
| 3224 | + text-transform: uppercase; | |
| 3225 | + color: #556068; | |
| 3226 | +} | |
| 3227 | + | |
| 3228 | +.elementor-select-preset-list { | |
| 3229 | + list-style: none; | |
| 3230 | + padding: 0 25px; | |
| 3231 | + margin: 20px auto 0; | |
| 3232 | + overflow: hidden; | |
| 3233 | + max-width: 700px; | |
| 3234 | +} | |
| 3235 | +.elementor-select-preset-list .elementor-preset { | |
| 3236 | + cursor: pointer; | |
| 3237 | + margin: 0; | |
| 3238 | + padding: 10px; | |
| 3239 | + float: left; | |
| 3240 | + max-width: 33.333%; | |
| 3241 | +} | |
| 3242 | +.elementor-select-preset-list .elementor-preset:hover path, | |
| 3243 | +.elementor-select-preset-list .elementor-preset:hover rect { | |
| 3244 | + fill: #6d7882; | |
| 3245 | +} | |
| 3246 | +.elementor-select-preset-list .elementor-preset:not(:hover) path, | |
| 3247 | +.elementor-select-preset-list .elementor-preset:not(:hover) rect { | |
| 3248 | + fill: #d5dadf; | |
| 3249 | +} | |
| 3250 | +.elementor-select-preset-list .elementor-preset .e-preset--container { | |
| 3251 | + position: relative; | |
| 3252 | + display: flex; | |
| 3253 | +} | |
| 3254 | +.elementor-select-preset-list .elementor-preset .e-preset--container::before { | |
| 3255 | + content: var(--text); | |
| 3256 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 3257 | + font-size: 13px; | |
| 3258 | + font-weight: 500; | |
| 3259 | + position: absolute; | |
| 3260 | + left: 50%; | |
| 3261 | + top: 50%; | |
| 3262 | + color: #ffffff; | |
| 3263 | + transform: translate(-50%, -50%); | |
| 3264 | +} | |
| 3265 | +.elementor-select-preset-list .elementor-preset svg { | |
| 3266 | + height: 50px; | |
| 3267 | + width: 100%; | |
| 3268 | +} | |
| 3269 | + | |
| 3270 | +#elementor-add-new-section { | |
| 3271 | + margin: 60px auto; | |
| 3272 | +} | |
| 3273 | +#elementor-add-new-section[data-view=choose-action] .elementor-add-section-close { | |
| 3274 | + display: none; | |
| 3275 | +} | |
| 3276 | + | |
| 3277 | +.elementor-add-section-inline { | |
| 3278 | + margin: 10px auto; | |
| 3279 | + width: 100%; | |
| 3280 | +} | |
| 3281 | + | |
| 3282 | +.elementor-column-percents-tooltip { | |
| 3283 | + position: absolute; | |
| 3284 | + display: none; | |
| 3285 | + pointer-events: none; | |
| 3286 | + top: 50%; | |
| 3287 | + transform: translateY(-50%); | |
| 3288 | + color: #fff; | |
| 3289 | + font-size: 10px; | |
| 3290 | + background-color: #556068; | |
| 3291 | + width: 40px; | |
| 3292 | + padding: 3.5px 0; | |
| 3293 | + text-align: center; | |
| 3294 | + z-index: 1; | |
| 3295 | + line-height: 1; | |
| 3296 | +} | |
| 3297 | +.elementor-column-percents-tooltip:after { | |
| 3298 | + content: ""; | |
| 3299 | + position: absolute; | |
| 3300 | + width: 0; | |
| 3301 | + height: 0; | |
| 3302 | + border: 8.5px solid transparent; | |
| 3303 | + top: 0; | |
| 3304 | +} | |
| 3305 | +.elementor-column-percents-tooltip[data-side=left] { | |
| 3306 | + border-radius: 3px 0 0 3px; | |
| 3307 | + right: 15px; | |
| 3308 | +} | |
| 3309 | +.elementor-column-percents-tooltip[data-side=left]:after { | |
| 3310 | + left: 100%; | |
| 3311 | + border-left-color: #556068; | |
| 3312 | + border-right-width: 0; | |
| 3313 | +} | |
| 3314 | +.elementor-column-percents-tooltip[data-side=right] { | |
| 3315 | + border-radius: 0 3px 3px 0; | |
| 3316 | + left: 15px; | |
| 3317 | +} | |
| 3318 | +.elementor-column-percents-tooltip[data-side=right]:after { | |
| 3319 | + right: 100%; | |
| 3320 | + border-right-color: #556068; | |
| 3321 | + border-left-width: 0; | |
| 3322 | +} | |
| 3323 | + | |
| 3833 | 3324 | .elementor-editor-preview .elementor-element-overlay, |
| 3834 | 3325 | .elementor-editor-preview .elementor-empty, |
| 3835 | 3326 | .elementor-editor-preview .elementor-add-section, |
| 3836 | 3327 | .elementor-editor-preview .elementor-add-section-inline, |
| @@ -3837,20 +3328,8 @@ | ||
| 3837 | 3328 | .elementor-editor-preview .elementor-empty-view, |
| 3838 | 3329 | .elementor-editor-preview .elementor-widget-empty { |
| 3839 | 3330 | display: none; |
| 3840 | 3331 | } |
| 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; | |
| 3846 | -} | |
| 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); | |
| 3849 | -} | |
| 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; | |
| 3852 | -} | |
| 3853 | 3332 | |
| 3854 | 3333 | .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen, |
| 3855 | 3334 | .e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop, |
| 3856 | 3335 | .e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop, |
| @@ -3874,9 +3353,9 @@ | ||
| 3874 | 3353 | .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 | 3354 | .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 | 3355 | .e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-section > .elementor-element-overlay, |
| 3877 | 3356 | .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); | |
| 3357 | + background-color: #d5dadf; | |
| 3879 | 3358 | mix-blend-mode: color; |
| 3880 | 3359 | } |
| 3881 | 3360 | .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 | 3361 | .e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-section:before, |
| @@ -3893,9 +3372,12 @@ | ||
| 3893 | 3372 | .e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.e-con:before { |
| 3894 | 3373 | content: ""; |
| 3895 | 3374 | display: block; |
| 3896 | 3375 | position: absolute; |
| 3897 | - inset: 0; | |
| 3376 | + top: 0; | |
| 3377 | + left: 0; | |
| 3378 | + width: 100%; | |
| 3379 | + height: 100%; | |
| 3898 | 3380 | background-color: rgba(255, 255, 255, 0.6); |
| 3899 | 3381 | z-index: 9997; |
| 3900 | 3382 | } |
| 3901 | 3383 | .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.e-con, |
| @@ -3915,27 +3397,21 @@ | ||
| 3915 | 3397 | .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 | 3398 | .e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-inner-section .elementor-container { |
| 3917 | 3399 | width: 100%; |
| 3918 | 3400 | } |
| 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)), | |
| 3401 | +.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, | |
| 3920 | 3402 | .e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop > .elementor-widget-container, |
| 3921 | 3403 | .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 | 3404 | .e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop > .elementor-widget-container, |
| 3924 | 3405 | .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 | 3406 | .e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra > .elementor-widget-container, |
| 3927 | 3407 | .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 | 3408 | .e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet > .elementor-widget-container, |
| 3930 | 3409 | .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 | 3410 | .e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra > .elementor-widget-container, |
| 3933 | 3411 | .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 | 3412 | .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)) { | |
| 3413 | +.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile > .elementor-widget-wrap { | |
| 3938 | 3414 | filter: opacity(0.4) saturate(0); |
| 3939 | 3415 | } |
| 3940 | 3416 | .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen.elementor-edit-hidden, |
| 3941 | 3417 | .e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-edit-hidden, |
| @@ -3946,538 +3422,8 @@ | ||
| 3946 | 3422 | .e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-edit-hidden { |
| 3947 | 3423 | display: none; |
| 3948 | 3424 | } |
| 3949 | 3425 | |
| 3950 | -.e-youtube-base iframe { | |
| 3951 | - pointer-events: none; | |
| 3952 | -} | |
| 3953 | - | |
| 3954 | -.elementor-widget-e-component[data-atomic].elementor-edit-area-active > * > * { | |
| 3955 | - pointer-events: initial; | |
| 3956 | -} | |
| 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 { | |
| 3976 | - font-size: 16px; | |
| 3977 | -} | |
| 3978 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:hover { | |
| 3979 | - background-color: var(--e-p-border-section-hover); | |
| 3980 | -} | |
| 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; | |
| 3986 | -} | |
| 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); | |
| 3997 | -} | |
| 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); | |
| 4000 | -} | |
| 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; | |
| 4006 | -} | |
| 4007 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child:after { | |
| 4008 | - content: ""; | |
| 4009 | - 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); | |
| 4017 | -} | |
| 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); | |
| 4020 | -} | |
| 4021 | - | |
| 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; | |
| 4028 | -} | |
| 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 | - | |
| 4058 | -.elementor-column > .elementor-element-overlay { | |
| 4059 | - inset-block-end: 0; | |
| 4060 | - inset-inline-start: 0; | |
| 4061 | -} | |
| 4062 | -.elementor-column > .elementor-element-overlay:after { | |
| 4063 | - position: absolute; | |
| 4064 | - inset: 0; | |
| 4065 | - outline: 1px dashed var(--e-p-border-column); | |
| 4066 | -} | |
| 4067 | -.elementor-column:hover > .elementor-element-overlay:after { | |
| 4068 | - content: ""; | |
| 4069 | -} | |
| 4070 | -.elementor-column.elementor-element-editable > .elementor-element-overlay:after { | |
| 4071 | - content: ""; | |
| 4072 | - outline: 2px solid var(--e-p-border-column); | |
| 4073 | -} | |
| 4074 | -.elementor-column.elementor-dragging-on-child > .elementor-element-overlay { | |
| 4075 | - border: 1px solid var(--e-p-draggable-color); | |
| 4076 | -} | |
| 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; | |
| 4083 | - position: absolute; | |
| 4084 | - inset-block-start: 0; | |
| 4085 | - inset-inline-end: -5px; | |
| 4086 | - height: 100%; | |
| 4087 | -} | |
| 4088 | -.elementor-column:last-of-type > .ui-resizable-e, .elementor-column:last-of-type > .ui-resizable-w { | |
| 4089 | - display: none !important; | |
| 4090 | -} | |
| 4091 | -@media (max-width: 1024px) { | |
| 4092 | - .elementor-column > .ui-resizable-e, .elementor-column > .ui-resizable-w { | |
| 4093 | - display: none !important; | |
| 4094 | - } | |
| 4095 | -} | |
| 4096 | - | |
| 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; | |
| 4106 | -} | |
| 4107 | -.elementor-editor-column-settings .elementor-editor-element-setting { | |
| 4108 | - background-color: var(--e-p-border-column); | |
| 4109 | -} | |
| 4110 | -.elementor-editor-column-settings .elementor-editor-element-setting:hover { | |
| 4111 | - background-color: var(--e-p-border-column-hover); | |
| 4112 | -} | |
| 4113 | - | |
| 4114 | -.elementor-column-placeholder { | |
| 4115 | - position: relative; | |
| 4116 | -} | |
| 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 | - | |
| 4129 | -.elementor-column-percents-tooltip { | |
| 4130 | - position: absolute; | |
| 4131 | - display: none; | |
| 4132 | - pointer-events: none; | |
| 4133 | - inset-block-start: 50%; | |
| 4134 | - transform: translateY(-50%); | |
| 4135 | - color: #fff; | |
| 4136 | - font-size: 10px; | |
| 4137 | - background-color: var(--e-p-border-column); | |
| 4138 | - width: 40px; | |
| 4139 | - padding: 3.5px 0; | |
| 4140 | - text-align: center; | |
| 4141 | - z-index: 1; | |
| 4142 | - line-height: 1; | |
| 4143 | -} | |
| 4144 | -.elementor-column-percents-tooltip:after { | |
| 4145 | - content: ""; | |
| 4146 | - position: absolute; | |
| 4147 | - width: 0; | |
| 4148 | - height: 0; | |
| 4149 | - border: 8.5px solid transparent; | |
| 4150 | - top: 0; | |
| 4151 | -} | |
| 4152 | -.elementor-column-percents-tooltip[data-side=left] { | |
| 4153 | - border-radius: 3px 0 0 3px; | |
| 4154 | - right: 15px; | |
| 4155 | -} | |
| 4156 | -.elementor-column-percents-tooltip[data-side=left]:after { | |
| 4157 | - left: 100%; | |
| 4158 | - border-left-color: var(--e-p-border-column); | |
| 4159 | - border-right-width: 0; | |
| 4160 | -} | |
| 4161 | -.elementor-column-percents-tooltip[data-side=right] { | |
| 4162 | - border-radius: 0 3px 3px 0; | |
| 4163 | - left: 15px; | |
| 4164 | -} | |
| 4165 | -.elementor-column-percents-tooltip[data-side=right]:after { | |
| 4166 | - right: 100%; | |
| 4167 | - border-right-color: var(--e-p-border-column); | |
| 4168 | - border-left-width: 0; | |
| 4169 | -} | |
| 4170 | - | |
| 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; | |
| 4181 | -} | |
| 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 | - | |
| 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; | |
| 4193 | -} | |
| 4194 | -.e-widget-pro-promotion .e-container { | |
| 4195 | - max-width: 600px; | |
| 4196 | - margin: auto; | |
| 4197 | -} | |
| 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 { | |
| 4212 | - 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 | - 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; | |
| 4276 | - width: 100%; | |
| 4277 | - height: 100%; | |
| 4278 | - min-height: 100px; | |
| 4279 | - stroke: transparent; | |
| 4280 | - stroke-width: 0; | |
| 4281 | - -webkit-text-stroke: 0 transparent; | |
| 4282 | -} | |
| 4283 | -.e-con .elementor-empty-view .elementor-first-add { | |
| 4284 | - width: auto; | |
| 4285 | - height: auto; | |
| 4286 | - inset: 0; | |
| 4287 | -} | |
| 4288 | -.e-con:not(.e-grid) .elementor-empty-view { | |
| 4289 | - min-height: var(--min-height, 100px); | |
| 4290 | -} | |
| 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, | |
| 4304 | -.e-con.e-con--row > .elementor-element[data-atomic] > .elementor-widget-placeholder, .e-con.e-con--row > .e-con-inner > .elementor-widget-placeholder, | |
| 4305 | -.e-con.e-con--row > .e-con-inner > .elementor-element[data-atomic] > .elementor-widget-placeholder { | |
| 4306 | - position: relative; | |
| 4307 | - z-index: 9999; | |
| 4308 | - width: var(--size); | |
| 4309 | - margin-inline-start: var(--margin-start); | |
| 4310 | - height: auto; | |
| 4311 | - min-height: 100%; | |
| 4312 | - animation-name: dnd-placeholder-widget-vertical; | |
| 4313 | - animation-fill-mode: both; | |
| 4314 | -} | |
| 4315 | -.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 { | |
| 4316 | - margin-inline-end: 0; | |
| 4317 | - margin-inline-start: calc(var(--margin-start) + var(--margin-end)); | |
| 4318 | -} | |
| 4319 | -.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 { | |
| 4320 | - margin-inline-end: var(--margin-end); | |
| 4321 | - margin-inline-start: var(--margin-start); | |
| 4322 | -} | |
| 4323 | -.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 { | |
| 4324 | - position: absolute; | |
| 4325 | - width: var(--size); | |
| 4326 | - height: 100%; | |
| 4327 | - top: 0; | |
| 4328 | - animation: grow-in-width 0.15s forwards; | |
| 4329 | -} | |
| 4330 | -.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 { | |
| 4331 | - right: 0; | |
| 4332 | - left: auto; | |
| 4333 | -} | |
| 4334 | -.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 { | |
| 4335 | - left: 0; | |
| 4336 | - right: auto; | |
| 4337 | -} | |
| 4338 | -.e-con.e-con--column > .elementor-widget-placeholder, .e-con.e-con--column > .e-con-inner > .elementor-widget-placeholder { | |
| 4339 | - height: var(--size); | |
| 4340 | - margin-block-start: var(--margin-start); | |
| 4341 | - margin-block-end: var(--margin-end); | |
| 4342 | - animation-name: dnd-placeholder-widget-horizontal; | |
| 4343 | -} | |
| 4344 | -.e-con.e-con--column > .elementor-widget-placeholder:nth-last-child(2) { | |
| 4345 | - margin-block-start: calc(2 * var(--margin-start)); | |
| 4346 | - --margin-end: 0; | |
| 4347 | -} | |
| 4348 | -.e-con.e-con--column > .e-con-inner > .elementor-widget-placeholder:last-child { | |
| 4349 | - --margin-end: 0; | |
| 4350 | -} | |
| 4351 | -.e-con .elementor-sortable-helper { | |
| 4352 | - height: 84px; | |
| 4353 | - width: 125px; | |
| 4354 | - z-index: -1; | |
| 4355 | -} | |
| 4356 | -.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 { | |
| 4357 | - position: relative; | |
| 4358 | - background-color: var(--e-p-border-con-in); | |
| 4359 | -} | |
| 4360 | -.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 { | |
| 4361 | - background-color: var(--e-p-border-con-in-hover); | |
| 4362 | -} | |
| 4363 | -.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 { | |
| 4364 | - display: none; | |
| 4365 | -} | |
| 4366 | -.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) { | |
| 4367 | - margin-inline-start: -25px; | |
| 4368 | - z-index: -1; | |
| 4369 | - transition: 0.3s all; | |
| 4370 | - will-change: margin-inline-start; | |
| 4371 | -} | |
| 4372 | -.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) { | |
| 4373 | - margin-inline-start: 0; | |
| 4374 | -} | |
| 4375 | -.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 { | |
| 4376 | - inset: initial; | |
| 4377 | - transform: none; | |
| 4378 | - inset-inline-start: 0; | |
| 4379 | - top: 0; | |
| 4380 | - border-radius: 0; | |
| 4381 | - border-end-end-radius: 3px; | |
| 4382 | - height: auto; | |
| 4383 | -} | |
| 4384 | -.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 { | |
| 4385 | - content: "\e9b4"; | |
| 4386 | - font-size: 20px; | |
| 4387 | - display: block; | |
| 4388 | - padding: 2px; | |
| 4389 | -} | |
| 4390 | - | |
| 4391 | -.e-atomic-element:has(.elementor-empty-view) { | |
| 4392 | - min-height: 120px; | |
| 4393 | -} | |
| 4394 | -.e-atomic-element > .elementor-empty-view.elementor-empty-view { | |
| 4395 | - min-height: inherit; | |
| 4396 | -} | |
| 4397 | - | |
| 4398 | -.e-grid-base > .elementor-empty-view.elementor-empty-view > .elementor-first-add { | |
| 4399 | - opacity: 0; | |
| 4400 | -} | |
| 4401 | -.e-grid-base:has(> .elementor-element) > .elementor-empty-view.elementor-empty-view { | |
| 4402 | - position: absolute; | |
| 4403 | - grid-row: var(--e-grid-empty-cell-row, 1)/span 1; | |
| 4404 | - grid-column: var(--e-grid-empty-cell-col, 1)/span 1; | |
| 4405 | - visibility: var(--e-grid-empty-cell-visibility, visible); | |
| 4406 | - inset: 0; | |
| 4407 | - width: auto; | |
| 4408 | - height: auto; | |
| 4409 | - min-width: 0; | |
| 4410 | - min-height: 0; | |
| 4411 | -} | |
| 4412 | -.e-grid-base .elementor-element:has(> .elementor-widget-placeholder.e-dragging-top), | |
| 4413 | -.e-grid-base .elementor-element:has(> .elementor-widget-placeholder.e-dragging-bottom), | |
| 4414 | -.e-grid-base .elementor-element > :has(> .elementor-widget-placeholder.e-dragging-top), | |
| 4415 | -.e-grid-base .elementor-element > :has(> .elementor-widget-placeholder.e-dragging-bottom) { | |
| 4416 | - position: relative; | |
| 4417 | -} | |
| 4418 | -.e-grid-base .elementor-element .elementor-widget-placeholder { | |
| 4419 | - --size: 10px; | |
| 4420 | -} | |
| 4421 | -.e-grid-base .elementor-element .elementor-widget-placeholder.e-dragging-top, .e-grid-base .elementor-element .elementor-widget-placeholder.e-dragging-bottom { | |
| 4422 | - position: absolute; | |
| 4423 | - width: 100%; | |
| 4424 | - height: var(--size); | |
| 4425 | - inset-inline: 0; | |
| 4426 | - z-index: 9999; | |
| 4427 | - animation: placeholder-widget 500ms; | |
| 4428 | -} | |
| 4429 | -.e-grid-base .elementor-element .elementor-widget-placeholder.e-dragging-top { | |
| 4430 | - inset-block-start: 0; | |
| 4431 | -} | |
| 4432 | -.e-grid-base .elementor-element .elementor-widget-placeholder.e-dragging-bottom { | |
| 4433 | - inset-block-end: 0; | |
| 4434 | -} | |
| 4435 | - | |
| 4436 | -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 { | |
| 4437 | - left: 0; | |
| 4438 | - right: auto; | |
| 4439 | -} | |
| 4440 | -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 { | |
| 4441 | - right: 0; | |
| 4442 | - left: auto; | |
| 4443 | -} | |
| 4444 | - | |
| 4445 | -@keyframes dnd-placeholder-widget-vertical { | |
| 4446 | - 0% { | |
| 4447 | - transform-origin: 0 50%; | |
| 4448 | - transform: translateX(50%) scaleX(0); | |
| 4449 | - opacity: 0; | |
| 4450 | - } | |
| 4451 | - 100% { | |
| 4452 | - transform-origin: 0 50%; | |
| 4453 | - transform: translateX(50%) scaleX(1); | |
| 4454 | - opacity: 0.9; | |
| 4455 | - } | |
| 4456 | -} | |
| 4457 | -@keyframes dnd-placeholder-widget-horizontal { | |
| 4458 | - 0% { | |
| 4459 | - transform-origin: 50% 0; | |
| 4460 | - transform: scaleY(0); | |
| 4461 | - opacity: 0; | |
| 4462 | - } | |
| 4463 | - 100% { | |
| 4464 | - transform-origin: 50% 0; | |
| 4465 | - transform: scaleY(1); | |
| 4466 | - opacity: 0.9; | |
| 4467 | - } | |
| 4468 | -} | |
| 4469 | -@keyframes grow-in-width { | |
| 4470 | - from { | |
| 4471 | - width: 0; | |
| 4472 | - } | |
| 4473 | - 50% { | |
| 4474 | - width: calc(var(--size) / 2); | |
| 4475 | - } | |
| 4476 | - to { | |
| 4477 | - width: var(--size); | |
| 4478 | - } | |
| 4479 | -} | |
| 4480 | 3426 | .e-con-select-preset { |
| 4481 | 3427 | display: flex; |
| 4482 | 3428 | flex-direction: column; |
| 4483 | 3429 | align-items: center; |
| @@ -4489,20 +3435,14 @@ | ||
| 4489 | 3435 | } |
| 4490 | 3436 | .e-con-select-preset[data-view=drop-area] > *:not(.elementor-first-add) { |
| 4491 | 3437 | display: none; |
| 4492 | 3438 | } |
| 4493 | -.e-con-select-preset-grid { | |
| 4494 | - flex-wrap: wrap; | |
| 4495 | - gap: 20px; | |
| 4496 | -} | |
| 4497 | -.e-con-select-preset-grid .e-con-select-preset__list .e-con-preset rect { | |
| 4498 | - fill: transparent; | |
| 4499 | -} | |
| 4500 | 3439 | .e-con-select-preset__title { |
| 4501 | - font-family: var(--e-a-font-family); | |
| 4502 | - font-size: 15px; | |
| 4503 | - font-weight: 400; | |
| 4504 | - color: var(--e-a-color-txt); | |
| 3440 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 3441 | + font-size: 13px; | |
| 3442 | + font-weight: 500; | |
| 3443 | + text-transform: uppercase; | |
| 3444 | + color: #556068; | |
| 4505 | 3445 | } |
| 4506 | 3446 | .e-con-select-preset__list { |
| 4507 | 3447 | display: flex; |
| 4508 | 3448 | gap: 20px; |
| @@ -4513,89 +3453,26 @@ | ||
| 4513 | 3453 | } |
| 4514 | 3454 | .e-con-select-preset__list .e-con-preset { |
| 4515 | 3455 | cursor: pointer; |
| 4516 | 3456 | flex-basis: 90px; |
| 4517 | - padding: unset; | |
| 4518 | - margin: unset; | |
| 4519 | - border: unset; | |
| 4520 | - border-radius: unset; | |
| 4521 | - outline: unset; | |
| 4522 | - box-shadow: unset; | |
| 4523 | - text-shadow: unset; | |
| 4524 | - background-color: unset; | |
| 4525 | 3457 | } |
| 4526 | 3458 | .e-con-select-preset__list .e-con-preset svg { |
| 4527 | 3459 | width: 100%; |
| 4528 | 3460 | height: auto; |
| 4529 | 3461 | } |
| 4530 | -.e-con-select-preset__list .e-con-preset svg:not(.exclude-rtl-scale) { | |
| 4531 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 4532 | -} | |
| 4533 | 3462 | .e-con-select-preset__list .e-con-preset path { |
| 4534 | - fill: var(--e-a-color-white); | |
| 3463 | + fill: #ffffff; | |
| 4535 | 3464 | } |
| 4536 | 3465 | .e-con-select-preset__list .e-con-preset rect { |
| 4537 | - fill: var(--e-a-bg-active-bold); | |
| 3466 | + fill: #d5dadf; | |
| 4538 | 3467 | transition: 0.3s all; |
| 4539 | 3468 | } |
| 4540 | -.e-con-select-preset__list .e-con-preset:hover, .e-con-select-preset__list .e-con-preset:focus { | |
| 4541 | - border: unset; | |
| 4542 | - border-radius: unset; | |
| 4543 | - box-shadow: unset; | |
| 4544 | - text-shadow: unset; | |
| 4545 | - background-color: transparent; | |
| 3469 | +.e-con-select-preset__list .e-con-preset:hover rect { | |
| 3470 | + fill: #6d7882; | |
| 4546 | 3471 | } |
| 4547 | -.e-con-select-preset__list .e-con-preset:hover path, .e-con-select-preset__list .e-con-preset:focus path { | |
| 4548 | - stroke: var(--e-a-color-white); | |
| 4549 | -} | |
| 4550 | -.e-con-select-preset__list .e-con-preset:hover rect, .e-con-select-preset__list .e-con-preset:focus rect { | |
| 4551 | - fill: var(--e-a-color-txt); | |
| 4552 | -} | |
| 4553 | -.e-con-select-preset__list .e-con-preset[data-preset=r100] { | |
| 4554 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 4555 | -} | |
| 4556 | -.e-con-shared-styles { | |
| 4557 | - font-family: var(--e-a-font-family); | |
| 4558 | - line-height: 1; | |
| 4559 | - color: var(--e-a-color-txt); | |
| 4560 | - min-height: 159px; | |
| 4561 | - overflow: hidden; | |
| 4562 | - display: flex; | |
| 4563 | - flex-direction: column; | |
| 4564 | - align-items: center; | |
| 4565 | - justify-content: center; | |
| 4566 | - gap: 25px; | |
| 4567 | -} | |
| 4568 | -.e-con-select-type__title { | |
| 4569 | - font-size: 15px; | |
| 4570 | - font-weight: 400; | |
| 4571 | -} | |
| 4572 | -.e-con-select-type__icons { | |
| 4573 | - display: flex; | |
| 4574 | - justify-content: center; | |
| 4575 | - flex-wrap: wrap; | |
| 4576 | - gap: 40px; | |
| 4577 | -} | |
| 4578 | -.e-con-select-type__icons__icon { | |
| 4579 | - cursor: pointer; | |
| 4580 | -} | |
| 4581 | -.e-con-select-type__icons__icon svg { | |
| 4582 | - margin-block-end: 10px; | |
| 4583 | - width: 85px; | |
| 4584 | -} | |
| 4585 | -.e-con-select-type__icons__icon:hover svg rect, .e-con-select-type__icons__icon:focus svg rect { | |
| 4586 | - fill: var(--e-a-color-txt); | |
| 4587 | -} | |
| 4588 | -.e-con-select-type__icons__icon:hover svg path, .e-con-select-type__icons__icon:focus svg path { | |
| 4589 | - stroke: var(--e-a-color-white); | |
| 4590 | -} | |
| 4591 | -.e-con-select-type__icons__icon__subtitle { | |
| 4592 | - font-size: 14px; | |
| 4593 | - font-weight: 500; | |
| 4594 | -} | |
| 4595 | -.e-con .ui-resizable-e { | |
| 3472 | +.e-con.e-con--column .ui-resizable-e { | |
| 4596 | 3473 | right: 0; |
| 4597 | 3474 | } |
| 4598 | -.e-con .ui-resizable-w { | |
| 3475 | +.e-con.e-con--column .ui-resizable-w { | |
| 4599 | 3476 | left: 0; |
| 4600 | 3477 | } |
| 4601 | 3478 | /*# sourceMappingURL=editor-preview.css.map */ |