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