| @@ -1,925 +1,577 @@ | ||
| 1 | -.wp-full-overlay-sidebar * | |
| 1 | +.sm-radio-group | |
| 2 | +{font-size: 14px;font-weight: 600;line-height: 1.142em; | |
| 3 | + | |
| 4 | + position: relative;display: -ms-flexbox;display: flex;overflow: hidden;height: 2.428em;color: rgba(65,107,126,.7);border-radius: 999em;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-ms-flex-align: stretch;align-items: stretch;-webkit-font-smoothing: antialiased; | |
| 5 | +}.sm-radio-group > * | |
| 2 | 6 | { |
| 3 | - box-sizing: border-box; | |
| 4 | -} | |
| 7 | + -ms-flex: 1 1 0 ;flex: 1 1 0; | |
| 8 | +}.sm-radio-group:after | |
| 9 | +{position: absolute;top: 0;right: 0;bottom: 0;left: 0; | |
| 5 | 10 | |
| 6 | -.accordion-section-content | |
| 11 | + content: '';pointer-events: none;border: .142em solid #57abd5;border-radius: 999em; | |
| 12 | +}.sm-radio-group input[type='radio'] | |
| 7 | 13 | { |
| 8 | - overflow: visible; | |
| 9 | -} | |
| 14 | + display: none; | |
| 15 | +}.sm-radio-group input[type='radio']:checked + label | |
| 16 | +{color: #fff; | |
| 17 | + background-color: #57abd5; | |
| 18 | +}.sm-radio-group input[type='radio']:checked + label:before | |
| 19 | +{position: relative;top: .285em;display: inline-block;width: .55em;height: .8em;margin-right: .45em; | |
| 10 | 20 | |
| 11 | -.control-section:not(.control-section-themes) .customize-control | |
| 21 | + content: '';-webkit-transform: translateY(-50%) rotate(45deg);transform: translateY(-50%) rotate(45deg);color: inherit;border-right: 2px solid;border-bottom: 2px solid; | |
| 22 | +}.sm-radio-group label | |
| 23 | +{position: relative; | |
| 24 | + | |
| 25 | + display: -ms-flexbox ;display: flex;cursor: pointer;transition: all .25s ease;color: inherit;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center; | |
| 26 | +}.sm-radio-group label:hover | |
| 12 | 27 | { |
| 13 | - width: 100%; | |
| 14 | - min-height: initial; | |
| 15 | - padding: 0; | |
| 16 | -} | |
| 28 | + color: #416b7e; | |
| 29 | +}.sm-radio-group label:nth-of-type(2) | |
| 30 | +{border-right: 2px solid #57abd5; | |
| 31 | + border-left: 2px solid #57abd5; | |
| 32 | +}[id='customize-control-sm_coloration_level_control'] .sm-radio-group | |
| 33 | +{ | |
| 34 | + display: -ms-flexbox ;display: flex;flex-direction: row-reverse;-ms-flex-direction: row-reverse;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-ms-flex-align: stretch;align-items: stretch;-ms-flex-pack: start;justify-content: flex-start; | |
| 35 | +}[id='customize-control-sm_coloration_level_control'] .sm-radio-group > * | |
| 36 | +{ | |
| 37 | + -ms-flex: 0 0 33.33% ;flex: 0 0 33.33%; | |
| 38 | +}[id='customize-control-sm_coloration_level_control'] .sm-radio-group input[type='radio']:last-of-type:checked + label | |
| 39 | +{ | |
| 40 | + background: linear-gradient(90deg, #3daae0 0%, #d557be 100%); | |
| 41 | +}[id='customize-control-sm_coloration_level_control'] .sm-radio-group input[type='radio']:nth-of-type(1):checked ~ label:last-of-type, | |
| 42 | +[id='customize-control-sm_coloration_level_control'] .sm-radio-group input[type='radio']:nth-of-type(2):checked ~ label:last-of-type | |
| 43 | +{ | |
| 44 | + margin-right: -33.33%; | |
| 45 | +}[id='customize-control-sm_coloration_level_control'] .sm-radio-group label:nth-of-type(1) | |
| 46 | +{ | |
| 47 | + -ms-flex-order: 4;order: 4; | |
| 48 | +}[id='customize-control-sm_coloration_level_control'] .sm-radio-group label:nth-of-type(2) | |
| 49 | +{border-right: 2px solid #57abd5;border-left: 2px solid #57abd5; | |
| 17 | 50 | |
| 18 | -.customize-controls-close | |
| 51 | + -ms-flex-order: 3;order: 3; | |
| 52 | +}[id='customize-control-sm_coloration_level_control'] .sm-radio-group label:nth-of-type(3) | |
| 19 | 53 | { |
| 20 | - width: 48px; | |
| 21 | - height: 44px; | |
| 54 | + -ms-flex-order: 2;order: 2; | |
| 55 | +}[id='customize-control-sm_coloration_level_control'] .sm-radio-group label:nth-of-type(4) | |
| 56 | +{border-left: 2px solid #57abd5; | |
| 22 | 57 | |
| 23 | - color: #7da9c3; | |
| 24 | - border-top: none; | |
| 25 | - border-right-color: #e0e8ef; | |
| 26 | - background: #fff; | |
| 27 | -} | |
| 28 | -.customize-controls-close:focus, | |
| 58 | + -ms-flex-order: 1;order: 1; | |
| 59 | +}[id='sub-accordion-section-sm_color_palettes_section'].sm-view-customize li.customize-control-sm_switch | |
| 60 | +{ | |
| 61 | + display: -ms-flexbox !important ;display: flex !important;padding-top: 42px;padding-bottom: 42px;-ms-flex-align: center;align-items: center;-ms-flex-pack: justify;justify-content: space-between; | |
| 62 | +}[id='sub-accordion-section-sm_color_palettes_section'].sm-view-customize li.customize-control-sm_switch .customize-control-title, | |
| 63 | +[id='sub-accordion-section-sm_color_palettes_section'].sm-view-customize li.customize-control-sm_switch .separator.label | |
| 64 | +{ | |
| 65 | + display: inline-block; | |
| 66 | +}.sm-switch | |
| 67 | +{font-size: 14px;font-weight: 600;line-height: 1.142em;position: relative;z-index: 10; | |
| 68 | + | |
| 69 | + display: -ms-flexbox;display: flex;overflow: hidden;max-width: 5.5em;height: 2.428em;color: #fff;border-radius: 999em;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-ms-flex-align: stretch;align-items: stretch;-ms-flex-pack: start;justify-content: flex-start;-webkit-font-smoothing: antialiased; | |
| 70 | +}.sm-switch input[type='radio'] | |
| 71 | +{ | |
| 72 | + display: none; | |
| 73 | +}.sm-switch input[type='radio'] + label | |
| 74 | +{ | |
| 75 | + display: -ms-flexbox ;display: flex;-ms-flex-align: center;align-items: center;-ms-flex: 0 0 100%;flex: 0 0 100%; | |
| 76 | +}.sm-switch input[type='radio'] + label, | |
| 77 | +.sm-switch input[type='radio'] + label:after | |
| 78 | +{ | |
| 79 | + transition: all .2s ease-out; | |
| 80 | +}.sm-switch input[type='radio']:checked + label | |
| 81 | +{ | |
| 82 | + pointer-events: none; | |
| 83 | +}.sm-switch input[type='radio']:nth-of-type(1) + label | |
| 84 | +{ | |
| 85 | + padding-left: 1.214em; | |
| 86 | +}.sm-switch input[type='radio']:nth-of-type(1) + label:after | |
| 87 | +{position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0; | |
| 88 | + | |
| 89 | + content: '';background-color: #57abd5; | |
| 90 | +}.sm-switch input[type='radio']:nth-of-type(1):not(:checked) + label | |
| 91 | +{ | |
| 92 | + -webkit-transform: translateX(-100%) translateX(2.125em) ;transform: translateX(-100%) translateX(2.125em); | |
| 93 | +}.sm-switch input[type='radio']:nth-of-type(1):not(:checked) + label:after | |
| 94 | +{-webkit-transform: translateX(100%) translateX(-2.125em) ;transform: translateX(100%) translateX(-2.125em); | |
| 95 | + | |
| 96 | + background: #ccc; | |
| 97 | +}.sm-switch input[type='radio']:nth-of-type(1):not(:checked) + label ~ label | |
| 98 | +{ | |
| 99 | + -webkit-transform: translateX(-100%) ;transform: translateX(-100%); | |
| 100 | +}.sm-switch input[type='radio']:nth-of-type(1):checked + label ~ label | |
| 101 | +{ | |
| 102 | + -webkit-transform: translateX(-2.4em) ;transform: translateX(-2.4em); | |
| 103 | +}.sm-switch input[type='radio']:nth-of-type(1):checked + label ~ label:before | |
| 104 | +{ | |
| 105 | + -webkit-transform: translateX(-100%) translateX(2.125em) ;transform: translateX(-100%) translateX(2.125em); | |
| 106 | +}.sm-switch input[type='radio']:nth-of-type(2) + label | |
| 107 | +{flex-direction: row-reverse;padding-right: 1em; | |
| 108 | + | |
| 109 | + -ms-flex-direction: row-reverse; | |
| 110 | +}.sm-switch input[type='radio']:nth-of-type(2) + label:before | |
| 111 | +{position: absolute;top: 0;right: 0;bottom: 0;left: 0; | |
| 112 | + | |
| 113 | + content: ''; | |
| 114 | +}.sm-switch input[type='radio']:nth-of-type(2) + label:after | |
| 115 | +{display: block;width: 2.142em;height: 2.142em;margin-right: auto;margin-left: .125em; | |
| 116 | + | |
| 117 | + content: '';pointer-events: none;border-radius: 50%;background-color: #fff;box-shadow: 1px 2px 2px 0 rgba(23,21,21,.15); | |
| 118 | +}.wp-full-overlay-sidebar *, | |
| 119 | +.wp-full-overlay-sidebar *:before, | |
| 120 | +.wp-full-overlay-sidebar *:after | |
| 121 | +{ | |
| 122 | + box-sizing: border-box; | |
| 123 | +}.iris-picker, | |
| 124 | +.iris-picker * | |
| 125 | +{ | |
| 126 | + box-sizing: content-box; | |
| 127 | +}.wp-full-overlay-sidebar-content .accordion-section-content | |
| 128 | +{ | |
| 129 | + overflow: visible; | |
| 130 | +}.control-section:not(.control-section-themes) .customize-control | |
| 131 | +{width: 100%;min-height: initial; | |
| 132 | + padding: 0; | |
| 133 | +}#customize-header-actions #customize-save-button-wrapper | |
| 134 | +{ | |
| 135 | + margin-top: 7px; | |
| 136 | +}.wp-full-overlay-footer .devices button | |
| 137 | +{ | |
| 138 | + float: left;border-radius: 0; | |
| 139 | +}.customize-controls-close | |
| 140 | +{ | |
| 141 | + width: 48px;height: 44px;color: #7da9c3;border-top: none;border-right-color: #e0e8ef;background: #fff; | |
| 142 | +}.customize-controls-close:focus, | |
| 29 | 143 | .customize-controls-close:hover |
| 30 | 144 | { |
| 31 | 145 | background: #f5fcff; |
| 32 | -} | |
| 33 | -.customize-controls-close:before | |
| 146 | +}.customize-controls-close:before | |
| 34 | 147 | { |
| 35 | 148 | top: 0; |
| 36 | -} | |
| 37 | - | |
| 38 | -#customize-controls .customize-info | |
| 149 | +}#customize-controls .customize-info | |
| 39 | 150 | { |
| 40 | 151 | border-bottom-color: #e0e8ef; |
| 41 | -} | |
| 42 | - | |
| 43 | -.customize-panel-back, | |
| 152 | +}.customize-panel-back, | |
| 44 | 153 | .customize-section-back |
| 45 | 154 | { |
| 46 | - height: 74px; | |
| 47 | - | |
| 48 | - color: #7da9c3; | |
| 49 | - border-right-color: #e0e8ef; | |
| 50 | -} | |
| 51 | -.customize-panel-back:hover, | |
| 155 | + height: 74px;color: #7da9c3;border-right-color: #e0e8ef; | |
| 156 | +}.customize-panel-back:hover, | |
| 52 | 157 | .customize-panel-back:focus, |
| 53 | 158 | .customize-section-back:hover, |
| 54 | 159 | .customize-section-back:focus |
| 55 | 160 | { |
| 56 | - border-left-color: #f5fcff; | |
| 57 | - background: #f5fcff; | |
| 58 | -} | |
| 59 | - | |
| 60 | -#customize-theme-controls .theme * | |
| 161 | + border-left-color: #f5fcff;background: #f5fcff; | |
| 162 | +}#customize-theme-controls .theme * | |
| 61 | 163 | { |
| 62 | 164 | box-sizing: content-box; |
| 63 | -} | |
| 64 | - | |
| 65 | -#customize-theme-controls .accordion-section-content | |
| 165 | +}#customize-theme-controls .accordion-section-content | |
| 66 | 166 | { |
| 67 | 167 | padding: 17px; |
| 68 | -} | |
| 69 | - | |
| 70 | -#customize-theme-controls .customize-section-title | |
| 168 | +}#customize-theme-controls .customize-section-title | |
| 71 | 169 | { |
| 72 | - margin-top: -17px; | |
| 73 | - margin-right: -17px; | |
| 74 | -} | |
| 75 | - | |
| 76 | -#customize-theme-controls .control-panel-content .control-section:nth-child(2), | |
| 77 | -#customize-theme-controls .control-panel-content .control-section:nth-child(3) | |
| 170 | + margin-top: -17px;margin-right: -17px; | |
| 171 | +}#customize-theme-controls #accordion-section-add_menu | |
| 78 | 172 | { |
| 79 | - border-top: none; | |
| 80 | -} | |
| 81 | - | |
| 82 | -#customize-theme-controls .control-panel-content .control-section:nth-last-child(2) | |
| 173 | + border-bottom: none; | |
| 174 | +}#customize-theme-controls #accordion-section-add_menu .add-menu-toggle | |
| 83 | 175 | { |
| 84 | - border-bottom: 1px solid #e0e8ef; | |
| 85 | -} | |
| 86 | - | |
| 87 | -#customize-theme-controls #accordion-section-add_menu | |
| 88 | -{ | |
| 89 | - overflow: visible; | |
| 90 | - | |
| 91 | - text-align: right; | |
| 92 | -} | |
| 93 | -#customize-theme-controls #accordion-section-add_menu .add-menu-toggle | |
| 94 | -{ | |
| 95 | 176 | float: none; |
| 96 | -} | |
| 97 | - | |
| 98 | -#customize-theme-controls .customize-pane-child.open | |
| 177 | +}#customize-theme-controls .customize-pane-child.open | |
| 99 | 178 | { |
| 100 | 179 | height: 100%; |
| 101 | -} | |
| 102 | - | |
| 103 | -#customize-controls .description | |
| 180 | +}#customize-controls .description | |
| 104 | 181 | { |
| 105 | - font-size: 12px; | |
| 106 | - font-weight: 300; | |
| 107 | - font-style: normal; | |
| 108 | - line-height: 1.6; | |
| 109 | - | |
| 110 | - margin-bottom: 9px; | |
| 111 | - | |
| 112 | - text-indent: 0; | |
| 113 | - | |
| 114 | - color: #4d7b90; | |
| 115 | -} | |
| 116 | - | |
| 117 | -.customize-control-description | |
| 182 | + font-size: 12px;font-weight: 300;font-style: normal;line-height: 1.6;text-indent: 0;color: #4d7b90; | |
| 183 | +}.customize-control-description | |
| 118 | 184 | { |
| 119 | 185 | margin-top: 6px; |
| 120 | -} | |
| 121 | - | |
| 122 | -.customize-control | |
| 186 | +}.customize-control | |
| 123 | 187 | { |
| 124 | 188 | margin-bottom: 24px; |
| 125 | -} | |
| 126 | - | |
| 127 | -#accordion-section-themes + .control-section | |
| 189 | +}#accordion-section-themes + .control-section | |
| 128 | 190 | { |
| 129 | 191 | border-top: none; |
| 130 | -} | |
| 192 | +}#customize-controls .panel-meta.customize-info .accordion-section-title | |
| 193 | +{height: 74px; | |
| 131 | 194 | |
| 132 | -#customize-controls .panel-meta.customize-info .accordion-section-title | |
| 133 | -{ | |
| 134 | - height: 74px; | |
| 135 | - | |
| 136 | 195 | border-top: none; |
| 137 | -} | |
| 196 | +}.button-controls:after | |
| 197 | +{display: table;clear: both; | |
| 138 | 198 | |
| 139 | -.button-controls:after | |
| 140 | -{ | |
| 141 | - display: table; | |
| 142 | - clear: both; | |
| 143 | - | |
| 144 | 199 | content: ' '; |
| 145 | -} | |
| 146 | - | |
| 147 | -.wp-core-ui .button:not(.theme-details):not(.collapse-sidebar), | |
| 200 | +}.wp-core-ui .button:not(.theme-details):not(.collapse-sidebar):not(.wp-color-result), | |
| 148 | 201 | .wp-core-ui .button-primary, |
| 149 | 202 | .wp-core-ui .button-secondary |
| 150 | -{ | |
| 151 | - font-size: 13px; | |
| 152 | - font-weight: 400; | |
| 153 | - line-height: 1.4; | |
| 203 | +{font-weight: 400; | |
| 154 | 204 | |
| 155 | - width: auto; | |
| 156 | - padding: 6px 20px; | |
| 157 | - | |
| 158 | - transition: all .1s; | |
| 159 | - | |
| 160 | - color: #f5fcff; | |
| 161 | - border: none; | |
| 162 | - border-radius: 4px; | |
| 163 | - background: #aed2e5; | |
| 164 | - box-shadow: 0 2px 0 0 #8dbed7; | |
| 165 | - text-shadow: none; | |
| 166 | -} | |
| 167 | -.wp-core-ui .button:not(.theme-details):not(.collapse-sidebar):hover, | |
| 205 | + width: auto;padding-right: 15px;padding-left: 15px;color: #f5fcff;border: none;border-radius: 4px;background: #aed2e5;box-shadow: 0 2px 0 0 #8dbed7;text-shadow: none; | |
| 206 | +}.wp-core-ui .button:not(.theme-details):not(.collapse-sidebar):not(.wp-color-result):hover, | |
| 168 | 207 | .wp-core-ui .button-primary:hover, |
| 169 | 208 | .wp-core-ui .button-secondary:hover |
| 170 | 209 | { |
| 171 | - color: white; | |
| 172 | - background: #98c6dd; | |
| 173 | - box-shadow: 0 2px 0 0 #74a7c2; | |
| 174 | - text-shadow: none; | |
| 175 | -} | |
| 176 | - | |
| 177 | -.wp-core-ui .button-primary | |
| 210 | + color: white;background: #98c6dd;box-shadow: 0 2px 0 0 #74a7c2;text-shadow: none; | |
| 211 | +}.wp-core-ui #customize-header-actions .button-primary | |
| 178 | 212 | { |
| 179 | - background: #73c5ee; | |
| 180 | - box-shadow: 0 2px 0 0 #57abd5; | |
| 181 | -} | |
| 182 | -.wp-core-ui .button-primary:hover | |
| 213 | + background: #73c5ee;box-shadow: 0 2px 0 0 #57abd5; | |
| 214 | +}.wp-core-ui #customize-header-actions .button-primary:hover | |
| 183 | 215 | { |
| 184 | - background: #58b0dd; | |
| 185 | - box-shadow: 0 2px 0 0 #3f8aaf; | |
| 186 | -} | |
| 187 | - | |
| 188 | -.wp-core-ui .reset_section, | |
| 216 | + background: #58b0dd;box-shadow: 0 2px 0 0 #3f8aaf; | |
| 217 | +}.wp-core-ui #customize-header-actions .button-primary.has-next-sibling | |
| 218 | +{ | |
| 219 | + border-right: 1px solid #57abd5; | |
| 220 | +}.wp-core-ui #customize-header-actions .button-primary:disabled | |
| 221 | +{opacity: .7; | |
| 222 | + color: white !important;background: #aed2e5 !important;box-shadow: 0 2px 0 0 #8db5ca !important; | |
| 223 | +}.wp-core-ui #customize-header-actions .button-primary:disabled.has-next-sibling | |
| 224 | +{ | |
| 225 | + border-right: none; | |
| 226 | +}.wp-core-ui .reset_section, | |
| 189 | 227 | .wp-core-ui .reset_panel |
| 190 | -{ | |
| 191 | - display: block; | |
| 228 | +{display: block; | |
| 192 | 229 | |
| 193 | - width: 100%; | |
| 194 | - height: 4em; | |
| 195 | - margin: 0 0 25px; | |
| 196 | -} | |
| 197 | - | |
| 198 | -.wp-core-ui .reset_panel | |
| 230 | + width: 100%;height: 4em;margin: 0 0 25px; | |
| 231 | +}.wp-core-ui .reset_panel | |
| 199 | 232 | { |
| 200 | 233 | margin-top: 10px; |
| 201 | -} | |
| 234 | +}.separator.label | |
| 235 | +{font-size: 14px;font-weight: 500;line-height: 24px; | |
| 202 | 236 | |
| 203 | -.separator.label | |
| 204 | -{ | |
| 205 | - font-size: 14px; | |
| 206 | - font-weight: 600; | |
| 207 | - line-height: 24px; | |
| 208 | - | |
| 209 | 237 | display: block; |
| 210 | -} | |
| 211 | - | |
| 212 | -.customize-control-title, | |
| 238 | +}.customize-control-title, | |
| 213 | 239 | .separator.label |
| 214 | 240 | { |
| 215 | - color: #416b7e; | |
| 216 | -} | |
| 217 | - | |
| 218 | -.separator.section:before, | |
| 241 | + color: #2a3b44; | |
| 242 | +}.separator.section:before, | |
| 219 | 243 | .separator.sub-section:before |
| 220 | -{ | |
| 221 | - position: absolute; | |
| 222 | - z-index: -1; | |
| 223 | - top: 0; | |
| 224 | - right: -18px; | |
| 225 | - bottom: 0; | |
| 226 | - left: -18px; | |
| 244 | +{position: absolute;z-index: -1;top: 0;right: -18px;bottom: 0;left: -18px; | |
| 227 | 245 | |
| 228 | 246 | content: ''; |
| 229 | -} | |
| 230 | - | |
| 231 | -.separator.label | |
| 247 | +}.separator.label | |
| 232 | 248 | { |
| 233 | 249 | font-weight: 500; |
| 234 | -} | |
| 250 | +}.separator.large | |
| 251 | +{font-size: 16px; | |
| 235 | 252 | |
| 236 | -.separator.large | |
| 253 | + margin-top: 12px;color: #39474d; | |
| 254 | +}.separator.section | |
| 237 | 255 | { |
| 238 | - font-size: 16px; | |
| 239 | - | |
| 240 | - margin-top: 12px; | |
| 241 | - | |
| 242 | - color: #39474d; | |
| 243 | -} | |
| 244 | - | |
| 245 | -.separator.section | |
| 256 | + position: relative;margin-bottom: 0;padding: 14px 0;border: none;background: none; | |
| 257 | +}.separator.section[id*='layout'] | |
| 246 | 258 | { |
| 247 | - position: relative; | |
| 248 | - | |
| 249 | - margin-bottom: 0; | |
| 250 | - padding: 14px 0; | |
| 251 | - | |
| 252 | - border: none; | |
| 253 | - background: none; | |
| 254 | -} | |
| 255 | -.separator.section[id*='layout'] | |
| 256 | -{ | |
| 257 | 259 | margin-top: 0; |
| 258 | -} | |
| 259 | -.separator.section[id*='layout']:before | |
| 260 | +}.separator.section[id*='layout']:before | |
| 260 | 261 | { |
| 261 | 262 | border: none; |
| 262 | -} | |
| 263 | -.separator.section:before | |
| 263 | +}.separator.section:before | |
| 264 | 264 | { |
| 265 | - border: 1px solid #e0e8ef; | |
| 266 | - background-color: #fff; | |
| 267 | - box-shadow: 0 1px 0 0 #dfe8ef; | |
| 268 | -} | |
| 269 | - | |
| 270 | -.separator.sub-section | |
| 265 | + border: 1px solid #e0e8ef;background-color: #fff;box-shadow: 0 1px 0 0 #dfe8ef; | |
| 266 | +}.separator.sub-section | |
| 271 | 267 | { |
| 272 | - position: relative; | |
| 273 | - | |
| 274 | - padding: 12px 0; | |
| 275 | -} | |
| 276 | -.separator.sub-section:before | |
| 268 | + position: relative;padding: 12px 0; | |
| 269 | +}.separator.sub-section:before | |
| 277 | 270 | { |
| 278 | - border-top: 1px solid #e0e8ef; | |
| 279 | - border-bottom: 1px solid #e0e8ef; | |
| 280 | - background-color: #f6fbff; | |
| 281 | -} | |
| 282 | -.separator.sub-section + span | |
| 283 | -{ | |
| 284 | - font-style: normal; | |
| 271 | + border-top: 1px solid #e0e8ef;border-bottom: 1px solid #e0e8ef;background-color: #f6fbff; | |
| 272 | +}.separator.sub-section + span | |
| 273 | +{font-style: normal; | |
| 285 | 274 | |
| 286 | 275 | margin-top: 20px; |
| 287 | -} | |
| 288 | - | |
| 289 | -.section-navigation-wrapper | |
| 276 | +}.section-navigation-wrapper | |
| 290 | 277 | { |
| 291 | - position: relative; | |
| 292 | - | |
| 293 | - height: 43px; | |
| 294 | - margin: -15px -12px 0 -12px; | |
| 295 | - margin-right: -17px; | |
| 296 | - margin-left: -17px; | |
| 297 | -} | |
| 298 | - | |
| 299 | -.section-navigation | |
| 278 | + position: relative;height: 43px;margin: -15px -12px 0 -12px;margin-right: -17px;margin-left: -17px; | |
| 279 | +}.section-navigation | |
| 300 | 280 | { |
| 301 | - display: -ms-flexbox; | |
| 302 | - display: flex; | |
| 303 | - clear: both; | |
| 281 | + display: -ms-flexbox ;display: flex;clear: both;margin-top: -1px;border-top: 1px solid #e0e8ef; | |
| 282 | +}.section-navigation a | |
| 283 | +{display: block;padding: 12px 0;transition: background-color .15s ease-in-out;text-align: center;text-decoration: none;color: #3b484e;border-right: 1px solid #e0e8ef;border-bottom: 1px solid #e0e8ef;background-color: #fff; | |
| 304 | 284 | |
| 305 | - margin-top: -1px; | |
| 306 | - | |
| 307 | - border-top: 1px solid #e0e8ef; | |
| 308 | -} | |
| 309 | -.section-navigation a | |
| 285 | + -ms-flex: 1 1 auto;flex: 1 1 auto; | |
| 286 | +}.section-navigation a:last-child | |
| 310 | 287 | { |
| 311 | - display: block; | |
| 312 | - | |
| 313 | - padding: 12px 0; | |
| 314 | - | |
| 315 | - transition: background-color .15s ease-in-out; | |
| 316 | - text-align: center; | |
| 317 | - text-decoration: none; | |
| 318 | - | |
| 319 | - color: #3b484e; | |
| 320 | - border-right: 1px solid #e0e8ef; | |
| 321 | - border-bottom: 1px solid #e0e8ef; | |
| 322 | - background-color: #fff; | |
| 323 | - | |
| 324 | - -ms-flex: 1 1 auto; | |
| 325 | - flex: 1 1 auto; | |
| 326 | -} | |
| 327 | -.section-navigation a:last-child | |
| 328 | -{ | |
| 329 | 288 | border-right: 0; |
| 330 | -} | |
| 331 | - | |
| 332 | -#customize-controls .customize-info.is-sticky.is-sticky, | |
| 289 | +}#customize-controls .customize-info.is-sticky.is-sticky, | |
| 333 | 290 | #customize-controls .customize-section-title.is-sticky.is-sticky |
| 334 | 291 | { |
| 335 | 292 | top: 40px; |
| 336 | -} | |
| 337 | - | |
| 338 | -#customize-controls .customize-info.is-in-view.is-in-view, | |
| 293 | +}#customize-controls .customize-info.is-in-view.is-in-view, | |
| 339 | 294 | #customize-controls .customize-section-title.is-in-view.is-in-view |
| 340 | 295 | { |
| 341 | 296 | box-shadow: none; |
| 342 | -} | |
| 343 | - | |
| 344 | -#customize-controls .has-nav .customize-info, | |
| 297 | +}#customize-controls .has-nav .customize-info, | |
| 345 | 298 | #customize-controls .has-nav .customize-section-title |
| 346 | 299 | { |
| 347 | 300 | margin-right: -12px; |
| 348 | -} | |
| 349 | - | |
| 350 | -#customize-controls .customize-section-title.customize-section-title | |
| 301 | +}#customize-controls .customize-section-title.customize-section-title | |
| 351 | 302 | { |
| 352 | 303 | border-bottom: 0; |
| 353 | -} | |
| 354 | - | |
| 355 | -.customize-section-description-container.section-meta.has-nav | |
| 304 | +}.customize-section-description-container.section-meta.has-nav | |
| 356 | 305 | { |
| 357 | 306 | margin-bottom: 0; |
| 358 | -} | |
| 359 | - | |
| 360 | -.font-options__wrapper | |
| 307 | +}.font-options__wrapper | |
| 361 | 308 | { |
| 362 | 309 | position: relative; |
| 363 | -} | |
| 364 | -.font-options__wrapper:after | |
| 365 | -{ | |
| 366 | - position: absolute; | |
| 367 | - z-index: 0; | |
| 368 | - top: 90%; | |
| 369 | - right: 0; | |
| 370 | - left: 0; | |
| 310 | +}.font-options__wrapper:after | |
| 311 | +{position: absolute;z-index: 0;top: 90%;right: 0;left: 0;display: block;height: 30px; | |
| 371 | 312 | |
| 372 | - display: block; | |
| 373 | - | |
| 374 | - height: 100px; | |
| 375 | - | |
| 376 | 313 | content: ''; |
| 377 | -} | |
| 378 | - | |
| 379 | -.font-options__head | |
| 314 | +}.font-options__head | |
| 380 | 315 | { |
| 381 | - display: -ms-flexbox; | |
| 382 | - display: flex; | |
| 316 | + display: -ms-flexbox ;display: flex;-ms-flex-pack: justify;justify-content: space-between; | |
| 317 | +}.font-options__head.font-options__head | |
| 318 | +{white-space: nowrap;text-overflow: ellipsis; | |
| 383 | 319 | |
| 384 | - -ms-flex-pack: justify; | |
| 385 | - justify-content: space-between; | |
| 386 | -} | |
| 387 | -.font-options__head.font-options__head | |
| 388 | -{ | |
| 389 | - white-space: nowrap; | |
| 390 | - text-overflow: ellipsis; | |
| 391 | - | |
| 392 | 320 | -webkit-appearance: none; |
| 393 | -} | |
| 321 | +}.font-options__font-title | |
| 322 | +{font-size: 12px;font-weight: 300;line-height: 20px;overflow: hidden; | |
| 394 | 323 | |
| 395 | -.font-options__font-title | |
| 324 | + margin-right: 26px;margin-left: 10px;white-space: nowrap;text-overflow: ellipsis;color: #98c6dd; | |
| 325 | +}.font-options__options-list | |
| 396 | 326 | { |
| 397 | - font-size: 12px; | |
| 398 | - font-weight: 300; | |
| 399 | - line-height: 20px; | |
| 400 | - | |
| 401 | - overflow: hidden; | |
| 402 | - | |
| 403 | - margin-right: 26px; | |
| 404 | - margin-left: 10px; | |
| 405 | - | |
| 406 | - white-space: nowrap; | |
| 407 | - text-overflow: ellipsis; | |
| 408 | - | |
| 409 | - color: #98c6dd; | |
| 410 | -} | |
| 411 | - | |
| 412 | -.font-options__options-list | |
| 327 | + position: absolute;z-index: 2;top: calc(100% + 6px);right: -6px;left: -6px;display: block;display: none;padding: 10px;transition: opacity .15s linear;opacity: 0;border: 1px solid #dfe8ef;border-radius: 5px;background-color: #fff; | |
| 328 | +}.font-options__options-list:last-child | |
| 413 | 329 | { |
| 414 | - position: absolute; | |
| 415 | - z-index: 2; | |
| 416 | - top: calc(100% + 6px); | |
| 417 | - right: -6px; | |
| 418 | - left: -6px; | |
| 419 | - | |
| 420 | - display: block; | |
| 421 | - display: none; | |
| 422 | - | |
| 423 | - padding: 10px; | |
| 424 | - | |
| 425 | - transition: opacity .15s linear; | |
| 426 | - | |
| 427 | - opacity: 0; | |
| 428 | - border: 1px solid #dfe8ef; | |
| 429 | - border-radius: 5px; | |
| 430 | - background-color: #fff; | |
| 431 | -} | |
| 432 | -.font-options__options-list:last-child | |
| 433 | -{ | |
| 434 | 330 | margin-bottom: 0; |
| 435 | -} | |
| 436 | -.font-options__options-list:before, | |
| 331 | +}.font-options__options-list:before, | |
| 437 | 332 | .font-options__options-list:after |
| 438 | -{ | |
| 439 | - position: absolute; | |
| 440 | - z-index: 10; | |
| 441 | - top: -20px; | |
| 442 | - right: 25px; | |
| 333 | +{position: absolute;z-index: 10;top: -20px;right: 25px;width: 0;height: 0; | |
| 443 | 334 | |
| 444 | - width: 0; | |
| 445 | - height: 0; | |
| 446 | - | |
| 447 | - content: ''; | |
| 448 | - | |
| 449 | - border: solid transparent; | |
| 450 | -} | |
| 451 | -.font-options__options-list:before | |
| 452 | -{ | |
| 453 | - z-index: 11; | |
| 454 | - | |
| 455 | - border-width: 10px; | |
| 335 | + content: '';border: solid transparent; | |
| 336 | +}.font-options__options-list:before | |
| 337 | +{z-index: 11;border-width: 10px; | |
| 456 | 338 | border-bottom-color: white; |
| 457 | -} | |
| 458 | -.font-options__options-list:after | |
| 459 | -{ | |
| 460 | - top: -24px; | |
| 461 | - right: 23px; | |
| 339 | +}.font-options__options-list:after | |
| 340 | +{top: -24px;right: 23px;border-width: 12px; | |
| 341 | + border-bottom-color: rgba(0,0,0,.075); | |
| 342 | +}.customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap:after | |
| 343 | +{position: absolute;right: 12px;bottom: 100%;width: 0;height: 0;border-collapse: separate; | |
| 462 | 344 | |
| 463 | - border-width: 12px; | |
| 464 | - border-bottom-color: rgba(0, 0, 0, .075); | |
| 465 | -} | |
| 345 | + content: '';border-width: 0 9px 9px 9px;border-style: solid;border-color: transparent transparent #fff transparent; | |
| 346 | +}.font-options__head, | |
| 347 | +.wp-full-overlay-sidebar-content .customize-control input[type=text]:not(#_customize-input-wpcom_custom_css_content_width_control):not(.wp-color-picker), | |
| 348 | +.wp-full-overlay-sidebar-content .customize-control input[type=checkbox], | |
| 349 | +.wp-full-overlay-sidebar-content .customize-control input[type=password], | |
| 350 | +.wp-full-overlay-sidebar-content .customize-control input[type=color], | |
| 351 | +.wp-full-overlay-sidebar-content .customize-control input[type=date], | |
| 352 | +.wp-full-overlay-sidebar-content .customize-control input[type=datetime], | |
| 353 | +.wp-full-overlay-sidebar-content .customize-control input[type=datetime-local], | |
| 354 | +.wp-full-overlay-sidebar-content .customize-control input[type=email], | |
| 355 | +.wp-full-overlay-sidebar-content .customize-control input[type=month], | |
| 356 | +.wp-full-overlay-sidebar-content .customize-control input[type=number], | |
| 357 | +.wp-full-overlay-sidebar-content .customize-control input[type=radio], | |
| 358 | +.wp-full-overlay-sidebar-content .customize-control input[type=tel], | |
| 359 | +.wp-full-overlay-sidebar-content .customize-control input[type=time], | |
| 360 | +.wp-full-overlay-sidebar-content .customize-control input[type=url], | |
| 361 | +.wp-full-overlay-sidebar-content .customize-control input[type=week], | |
| 362 | +.wp-full-overlay-sidebar-content .customize-control input[type=search], | |
| 363 | +.wp-full-overlay-sidebar-content .customize-control select, | |
| 364 | +.wp-full-overlay-sidebar-content .customize-control textarea, | |
| 365 | +.wp-full-overlay-sidebar-content .customize-control input[type='number'].range-value, | |
| 366 | +ul.font-options__options-list .select2-container .select2-selection--single, | |
| 367 | +#customize-theme-controls .select2-container .select2-selection--multiple | |
| 368 | +{font-size: 14px;line-height: 1.5; | |
| 466 | 369 | |
| 467 | -.customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap:after | |
| 370 | + width: 100%;height: 44px;padding: 10px 14px;color: #416b7e;border: 2px solid #b8daeb;border-radius: 4px;outline: 0;background: #fff; | |
| 371 | +}.font-options__head:focus, | |
| 372 | +.wp-full-overlay-sidebar-content .customize-control input[type=text]:focus:not(#_customize-input-wpcom_custom_css_content_width_control):not(.wp-color-picker), | |
| 373 | +.wp-full-overlay-sidebar-content .customize-control input[type=checkbox]:focus, | |
| 374 | +.wp-full-overlay-sidebar-content .customize-control input[type=password]:focus, | |
| 375 | +.wp-full-overlay-sidebar-content .customize-control input[type=color]:focus, | |
| 376 | +.wp-full-overlay-sidebar-content .customize-control input[type=date]:focus, | |
| 377 | +.wp-full-overlay-sidebar-content .customize-control input[type=datetime]:focus, | |
| 378 | +.wp-full-overlay-sidebar-content .customize-control input[type=datetime-local]:focus, | |
| 379 | +.wp-full-overlay-sidebar-content .customize-control input[type=email]:focus, | |
| 380 | +.wp-full-overlay-sidebar-content .customize-control input[type=month]:focus, | |
| 381 | +.wp-full-overlay-sidebar-content .customize-control input[type=number]:focus, | |
| 382 | +.wp-full-overlay-sidebar-content .customize-control input[type=radio]:focus, | |
| 383 | +.wp-full-overlay-sidebar-content .customize-control input[type=tel]:focus, | |
| 384 | +.wp-full-overlay-sidebar-content .customize-control input[type=time]:focus, | |
| 385 | +.wp-full-overlay-sidebar-content .customize-control input[type=url]:focus, | |
| 386 | +.wp-full-overlay-sidebar-content .customize-control input[type=week]:focus, | |
| 387 | +.wp-full-overlay-sidebar-content .customize-control input[type=search]:focus, | |
| 388 | +.wp-full-overlay-sidebar-content .customize-control select:focus, | |
| 389 | +.wp-full-overlay-sidebar-content .customize-control textarea:focus, | |
| 390 | +.wp-full-overlay-sidebar-content .customize-control input[type='number'].range-value:focus, | |
| 391 | +ul.font-options__options-list .select2-container .select2-selection--single:focus, | |
| 392 | +#customize-theme-controls .select2-container .select2-selection--multiple:focus | |
| 468 | 393 | { |
| 469 | - position: absolute; | |
| 470 | - right: 12px; | |
| 471 | - bottom: 100%; | |
| 394 | + border-color: #73c5ee;box-shadow: none; | |
| 395 | +}.font-options__head, | |
| 396 | +.wp-full-overlay-sidebar-content .customize-control select, | |
| 397 | +ul.font-options__options-list .select2-container .select2-selection--single, | |
| 398 | +#customize-theme-controls .select2-container .select2-selection--multiple | |
| 399 | +{font-weight: 600; | |
| 472 | 400 | |
| 473 | - width: 0; | |
| 474 | - height: 0; | |
| 475 | - | |
| 476 | - border-collapse: separate; | |
| 477 | - | |
| 478 | - content: ''; | |
| 479 | - | |
| 480 | - border-width: 0 9px 9px 9px; | |
| 481 | - border-style: solid; | |
| 482 | - border-color: transparent transparent #fff transparent; | |
| 483 | -} | |
| 484 | - | |
| 485 | -.font-options__head, | |
| 486 | -.customize-control input[type=text], | |
| 487 | -.customize-control input[type=checkbox], | |
| 488 | -.customize-control input[type=password], | |
| 489 | -.customize-control input[type=color], | |
| 490 | -.customize-control input[type=date], | |
| 491 | -.customize-control input[type=datetime], | |
| 492 | -.customize-control input[type=datetime-local], | |
| 493 | -.customize-control input[type=email], | |
| 494 | -.customize-control input[type=month], | |
| 495 | -.customize-control input[type=number], | |
| 496 | -.customize-control input[type=radio], | |
| 497 | -.customize-control input[type=tel], | |
| 498 | -.customize-control input[type=time], | |
| 499 | -.customize-control input[type=url], | |
| 500 | -.customize-control input[type=week], | |
| 501 | -.customize-control input[type=search], | |
| 502 | -.customize-control select, | |
| 503 | -.customize-control textarea, | |
| 504 | -.customize-control input[type='number'].range-value, | |
| 505 | -ul.font-options__options-list .select2-container .select2-selection--single | |
| 401 | + width: 100%;background: white url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE1cHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTUgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDdXN0b21pZnktQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU2LjAwMDAwMCwgLTM4Ni4wMDAwMDApIiBmaWxsPSIjOThDNkRFIj4KICAgICAgICAgICAgPGcgaWQ9IkhlYWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgNDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29udGVudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCA3NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iVGl0bGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2LjAwMDAwMCwgMjE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRmllbGQtLS1TZWxlY3QtQ29weSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU2VsZWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI1NC40ODEyLDE4IEwyNTYsMTkuNTE0IEwyNDguNSwyNyBMMjQxLDE5LjUxNCBMMjQyLjUxODgsMTggTDI0OC41LDIzLjk2NzIgTDI1NC40ODEyLDE4IFoiIGlkPSJQYWdlLTEiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;background-position: right 16px top 16px;-webkit-appearance: button;-moz-appearance: none; | |
| 402 | +}[multiple].font-options__head, | |
| 403 | +.wp-full-overlay-sidebar-content .customize-control select[multiple], | |
| 404 | +ul.font-options__options-list .select2-container [multiple].select2-selection--single, | |
| 405 | +#customize-theme-controls .select2-container [multiple].select2-selection--multiple | |
| 506 | 406 | { |
| 507 | - font-size: 14px; | |
| 508 | - line-height: 1.5; | |
| 509 | - | |
| 510 | - width: 100%; | |
| 511 | - height: 44px; | |
| 512 | - padding: 10px 14px; | |
| 513 | - | |
| 514 | - color: #416b7e; | |
| 515 | - border: 2px solid #b8daeb; | |
| 516 | - border-radius: 4px; | |
| 517 | - outline: 0; | |
| 518 | - background: #fff; | |
| 519 | -} | |
| 520 | -.font-options__head:focus, | |
| 521 | -.customize-control input[type=text]:focus, | |
| 522 | -.customize-control input[type=checkbox]:focus, | |
| 523 | -.customize-control input[type=password]:focus, | |
| 524 | -.customize-control input[type=color]:focus, | |
| 525 | -.customize-control input[type=date]:focus, | |
| 526 | -.customize-control input[type=datetime]:focus, | |
| 527 | -.customize-control input[type=datetime-local]:focus, | |
| 528 | -.customize-control input[type=email]:focus, | |
| 529 | -.customize-control input[type=month]:focus, | |
| 530 | -.customize-control input[type=number]:focus, | |
| 531 | -.customize-control input[type=radio]:focus, | |
| 532 | -.customize-control input[type=tel]:focus, | |
| 533 | -.customize-control input[type=time]:focus, | |
| 534 | -.customize-control input[type=url]:focus, | |
| 535 | -.customize-control input[type=week]:focus, | |
| 536 | -.customize-control input[type=search]:focus, | |
| 537 | -.customize-control select:focus, | |
| 538 | -.customize-control textarea:focus, | |
| 539 | -.customize-control input[type='number'].range-value:focus, | |
| 540 | -ul.font-options__options-list .select2-container .select2-selection--single:focus | |
| 541 | -{ | |
| 542 | - border-color: #73c5ee; | |
| 543 | - box-shadow: none; | |
| 544 | -} | |
| 545 | - | |
| 546 | -.font-options__head, | |
| 547 | -.customize-control select, | |
| 548 | -ul.font-options__options-list .select2-container .select2-selection--single | |
| 549 | -{ | |
| 550 | - font-weight: 600; | |
| 551 | - | |
| 552 | - width: 100%; | |
| 553 | - | |
| 554 | - background: white url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE1cHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTUgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDdXN0b21pZnktQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU2LjAwMDAwMCwgLTM4Ni4wMDAwMDApIiBmaWxsPSIjOThDNkRFIj4KICAgICAgICAgICAgPGcgaWQ9IkhlYWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgNDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29udGVudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCA3NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iVGl0bGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2LjAwMDAwMCwgMjE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRmllbGQtLS1TZWxlY3QtQ29weSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU2VsZWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI1NC40ODEyLDE4IEwyNTYsMTkuNTE0IEwyNDguNSwyNyBMMjQxLDE5LjUxNCBMMjQyLjUxODgsMTggTDI0OC41LDIzLjk2NzIgTDI1NC40ODEyLDE4IFoiIGlkPSJQYWdlLTEiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat; | |
| 555 | - background-position: right 16px top 16px; | |
| 556 | - | |
| 557 | - -webkit-appearance: button; | |
| 558 | - -moz-appearance: none; | |
| 559 | -} | |
| 560 | -[multiple].font-options__head, | |
| 561 | -.customize-control select[multiple], | |
| 562 | -ul.font-options__options-list .select2-container [multiple].select2-selection--single | |
| 563 | -{ | |
| 564 | 407 | background: white; |
| 565 | -} | |
| 566 | - | |
| 567 | -.customize-control input[type=text], | |
| 568 | -.customize-control textarea | |
| 408 | +}.wp-full-overlay-sidebar-content .customize-control input[type=text], | |
| 409 | +.wp-full-overlay-sidebar-content .customize-control textarea | |
| 569 | 410 | { |
| 570 | 411 | font-size: 13px; |
| 571 | -} | |
| 572 | - | |
| 573 | -.customize-control textarea | |
| 412 | +}.wp-full-overlay-sidebar-content .customize-control textarea | |
| 574 | 413 | { |
| 575 | 414 | height: auto; |
| 576 | -} | |
| 577 | - | |
| 578 | -.customize-control input[type=checkbox], | |
| 579 | -.customize-control input[type=radio] | |
| 415 | +}.wp-full-overlay-sidebar-content .customize-control input[type=checkbox], | |
| 416 | +.wp-full-overlay-sidebar-content .customize-control input[type=radio] | |
| 580 | 417 | { |
| 581 | - width: 22px; | |
| 582 | - height: 22px; | |
| 583 | -} | |
| 584 | -.customize-control input[type=checkbox]:checked, | |
| 585 | -.customize-control input[type=radio]:checked | |
| 586 | -{ | |
| 587 | - border-color: #5ab9e8; | |
| 418 | + width: 22px;height: 22px; | |
| 419 | +}.wp-full-overlay-sidebar-content .customize-control input[type=checkbox]:checked, | |
| 420 | +.wp-full-overlay-sidebar-content .customize-control input[type=radio]:checked | |
| 421 | +{border-color: #5ab9e8; | |
| 588 | 422 | background: #73c5ee; |
| 589 | -} | |
| 590 | -.customize-control input[type=checkbox]:checked:before, | |
| 591 | -.customize-control input[type=radio]:checked:before | |
| 592 | -{ | |
| 593 | - margin: -1px 0 0 -2px; | |
| 423 | +}.wp-full-overlay-sidebar-content .customize-control input[type=checkbox]:checked:before, | |
| 424 | +.wp-full-overlay-sidebar-content .customize-control input[type=radio]:checked:before | |
| 425 | +{margin: -1px 0 0 -2px; | |
| 594 | 426 | |
| 595 | 427 | color: white; |
| 596 | -} | |
| 597 | - | |
| 598 | -.customize-control.customize-control-checkbox label:not(:only-of-type), | |
| 599 | -.customize-control.customize-control-radio label:not(:only-of-type) | |
| 428 | +}.wp-full-overlay-sidebar-content .customize-control .awesome_preset input[type=radio]:checked | |
| 600 | 429 | { |
| 601 | - display: inline-block; | |
| 602 | - | |
| 603 | - width: calc(49% - 30px); | |
| 604 | - margin-left: 30px; | |
| 605 | - padding-top: 0; | |
| 606 | - padding-bottom: 0; | |
| 607 | - | |
| 608 | - text-indent: -6px; | |
| 609 | -} | |
| 610 | - | |
| 611 | -.customize-control.customize-control-checkbox label, | |
| 612 | -.customize-control.customize-control-radio label | |
| 430 | + background: transparent; | |
| 431 | +}.wp-full-overlay-sidebar-content .customize-control.customize-control-checkbox:not(#customize-control-jetpack_css_mode_control) label:not(:only-of-type), | |
| 432 | +.wp-full-overlay-sidebar-content .customize-control.customize-control-checkbox:not(#customize-control-jetpack_css_mode_control) > .customize-inside-control-row:not(:only-of-type), | |
| 433 | +.wp-full-overlay-sidebar-content .customize-control.customize-control-radio label:not(:only-of-type), | |
| 434 | +.wp-full-overlay-sidebar-content .customize-control.customize-control-radio > .customize-inside-control-row:not(:only-of-type) | |
| 435 | +{display: inline-block;width: calc(49% - 30px); | |
| 436 | + margin-left: 30px;padding-top: 0;padding-bottom: 0;text-indent: -6px; | |
| 437 | +}.wp-full-overlay-sidebar-content .customize-control.customize-control-checkbox:not(#customize-control-jetpack_css_mode_control) label, | |
| 438 | +.wp-full-overlay-sidebar-content .customize-control.customize-control-radio label | |
| 613 | 439 | { |
| 614 | 440 | color: #416b7e; |
| 615 | -} | |
| 616 | - | |
| 617 | -[id*='divider'] + .customize-control.customize-control-checkbox, | |
| 618 | -[id*='divider'] + .customize-control.customize-control-radio | |
| 441 | +}[id*='divider'] + .wp-full-overlay-sidebar-content .customize-control.customize-control-checkbox:not(#customize-control-jetpack_css_mode_control), | |
| 442 | +[id*='divider'] + .wp-full-overlay-sidebar-content .customize-control.customize-control-radio | |
| 619 | 443 | { |
| 620 | 444 | margin-top: 0; |
| 621 | -} | |
| 622 | - | |
| 623 | -.customize-control input[type=radio] | |
| 445 | +}.wp-full-overlay-sidebar-content .customize-control input[type=radio] | |
| 624 | 446 | { |
| 625 | 447 | border-radius: 50%; |
| 626 | -} | |
| 627 | -.customize-control input[type=radio]:checked:before | |
| 448 | +}.wp-full-overlay-sidebar-content .customize-control input[type=radio]:checked:before | |
| 628 | 449 | { |
| 629 | 450 | content: none; |
| 630 | -} | |
| 631 | - | |
| 632 | -.customize-control-html + .customize-control.customize-control-checkbox | |
| 451 | +}.customize-control-html + .wp-full-overlay-sidebar-content .customize-control.customize-control-checkbox | |
| 633 | 452 | { |
| 634 | 453 | margin-top: -24px; |
| 635 | -} | |
| 636 | - | |
| 637 | -.customize-control.customize-control-radio label | |
| 454 | +}.wp-full-overlay-sidebar-content .customize-control.customize-control-radio label, | |
| 455 | +.wp-full-overlay-sidebar-content .customize-control.customize-control-radio .customize-inside-control-row | |
| 638 | 456 | { |
| 639 | 457 | margin-top: 12px; |
| 640 | -} | |
| 641 | - | |
| 642 | -.customize-control input[type='range'] | |
| 458 | +}.wp-full-overlay-sidebar-content .customize-control.customize-control-radio#customize-control-changeset_status .customize-inside-control-row | |
| 643 | 459 | { |
| 460 | + margin-top: 0;text-indent: 0; | |
| 461 | +}.wp-full-overlay-sidebar-content .customize-control input[type='range'] | |
| 462 | +{ | |
| 644 | 463 | width: 65%; |
| 645 | -} | |
| 646 | - | |
| 647 | -.customize-control input[type='range'] | |
| 464 | +}.wp-full-overlay-sidebar-content .customize-control input[type='range'] | |
| 648 | 465 | { |
| 649 | - position: relative; | |
| 466 | + position: relative;overflow: hidden;width: calc(100% - 55px);height: 22px;outline: none;background: none;-webkit-appearance: none; | |
| 467 | +}.wp-full-overlay-sidebar-content .customize-control input[type='range']:before | |
| 468 | +{position: absolute;top: 8px;left: 0;width: 100%;height: 6px; | |
| 650 | 469 | |
| 651 | - overflow: hidden; | |
| 470 | + content: ' ';border-radius: 10px;background: #dfe8ef;box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.3); | |
| 471 | +}.wp-full-overlay-sidebar-content .customize-control input[type='range']::-webkit-slider-thumb | |
| 472 | +{position: relative;z-index: 3;width: 22px;height: 22px;border: 2px solid #b8daeb;border-radius: 4px;background: #27ae60;background: #fff; | |
| 652 | 473 | |
| 653 | - width: 200px; | |
| 654 | - height: 22px; | |
| 655 | - | |
| 656 | - outline: none; | |
| 657 | - background: none; | |
| 658 | - | |
| 659 | 474 | -webkit-appearance: none; |
| 660 | -} | |
| 661 | -.customize-control input[type='range']:before | |
| 662 | -{ | |
| 663 | - position: absolute; | |
| 664 | - top: 8px; | |
| 665 | - left: 0; | |
| 475 | +}.wp-full-overlay-sidebar-content .customize-control input[type='range']::-webkit-slider-thumb:before | |
| 476 | +{font-size: 1em;position: absolute;top: -5px;left: 5px; | |
| 666 | 477 | |
| 667 | - width: 100%; | |
| 668 | - height: 6px; | |
| 478 | + content: '..';letter-spacing: 1px;color: #b8daeb; | |
| 479 | +}.wp-full-overlay-sidebar-content .customize-control input[type='range']::-webkit-slider-thumb:after | |
| 480 | +{position: absolute;z-index: 1;top: 6px;right: 20px;width: calc(100% - 55px);height: 6px; | |
| 669 | 481 | |
| 670 | - content: ' '; | |
| 482 | + content: ' ';background: #73c5ee; | |
| 483 | +}.wp-full-overlay-sidebar-content .customize-control input[type='number'].range-value | |
| 484 | +{font-size: 13px;line-height: 1;top: -5px;float: right;width: auto; | |
| 485 | + min-width: 40px;max-width: 80px;height: 30px;margin-left: 10px;padding: 4px 0 5px 0;text-align: center; | |
| 486 | +}.wp-full-overlay-sidebar-content .customize-control input[type=number]::-webkit-inner-spin-button, | |
| 487 | +.wp-full-overlay-sidebar-content .customize-control input[type=number]::-webkit-outer-spin-button | |
| 488 | +{margin: 0; | |
| 671 | 489 | |
| 672 | - border-radius: 10px; | |
| 673 | - background: #dfe8ef; | |
| 674 | - box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .3); | |
| 675 | -} | |
| 676 | -.customize-control input[type='range']::-webkit-slider-thumb | |
| 677 | -{ | |
| 678 | - position: relative; | |
| 679 | - z-index: 3; | |
| 680 | - | |
| 681 | - width: 22px; | |
| 682 | - height: 22px; | |
| 683 | - | |
| 684 | - border: 2px solid #b8daeb; | |
| 685 | - border-radius: 4px; | |
| 686 | - background: #27ae60; | |
| 687 | - background: #fff; | |
| 688 | - | |
| 689 | 490 | -webkit-appearance: none; |
| 690 | -} | |
| 691 | -.customize-control input[type='range']::-webkit-slider-thumb:before | |
| 491 | +}.customize-control-color | |
| 692 | 492 | { |
| 693 | - font-size: 1em; | |
| 694 | - | |
| 695 | - position: absolute; | |
| 696 | - top: -5px; | |
| 697 | - left: 5px; | |
| 698 | - | |
| 699 | - content: '..'; | |
| 700 | - letter-spacing: 1px; | |
| 701 | - | |
| 702 | - color: #b8daeb; | |
| 703 | -} | |
| 704 | -.customize-control input[type='range']::-webkit-slider-thumb:after | |
| 705 | -{ | |
| 706 | - position: absolute; | |
| 707 | - z-index: 1; | |
| 708 | - top: 6px; | |
| 709 | - right: 20px; | |
| 710 | - | |
| 711 | - width: 200px; | |
| 712 | - height: 6px; | |
| 713 | - | |
| 714 | - content: ' '; | |
| 715 | - | |
| 716 | - background: #73c5ee; | |
| 717 | -} | |
| 718 | - | |
| 719 | -.customize-control input[type='number'].range-value | |
| 720 | -{ | |
| 721 | - font-size: 13px; | |
| 722 | - line-height: 1; | |
| 723 | - | |
| 724 | - top: -5px; | |
| 725 | - | |
| 726 | - float: right; | |
| 727 | - | |
| 728 | - width: auto; | |
| 729 | - min-width: 40px; | |
| 730 | - max-width: 80px; | |
| 731 | - height: 30px; | |
| 732 | - margin-left: 10px; | |
| 733 | - padding: 4px 0 5px 0; | |
| 734 | - | |
| 735 | - text-align: center; | |
| 736 | -} | |
| 737 | - | |
| 738 | -.customize-control input[type=number]::-webkit-inner-spin-button, | |
| 739 | -.customize-control input[type=number]::-webkit-outer-spin-button | |
| 740 | -{ | |
| 741 | - margin: 0; | |
| 742 | - | |
| 743 | - -webkit-appearance: none; | |
| 744 | -} | |
| 745 | - | |
| 746 | -.customize-control-color | |
| 747 | -{ | |
| 748 | 493 | display: block; |
| 749 | -} | |
| 750 | -.customize-control-color .customize-control-title, | |
| 494 | +}.customize-control-color .customize-control-title, | |
| 751 | 495 | .customize-control-color .separator.label |
| 752 | 496 | { |
| 753 | 497 | float: left; |
| 754 | -} | |
| 755 | -.customize-control-color .wp-picker-container | |
| 498 | +}.customize-control-color .wp-picker-container | |
| 756 | 499 | { |
| 757 | - position: relative; | |
| 758 | - top: -3px; | |
| 759 | - | |
| 760 | - float: right; | |
| 761 | -} | |
| 762 | -.customize-control-color .wp-picker-container .wp-picker-holder | |
| 500 | + position: relative;top: -3px;float: right; | |
| 501 | +}.customize-control-color .wp-picker-container .wp-picker-holder | |
| 763 | 502 | { |
| 764 | 503 | position: relative; |
| 765 | -} | |
| 766 | -.customize-control-color .wp-picker-container .iris-picker | |
| 504 | +}.customize-control-color .wp-picker-container .wp-color-result, | |
| 505 | +.customize-control-color .wp-picker-container .wp-color-result.button | |
| 767 | 506 | { |
| 768 | - position: absolute; | |
| 769 | - z-index: 1000; | |
| 770 | - top: 40px; | |
| 771 | - right: 0; | |
| 772 | - | |
| 773 | - width: 275px !important; | |
| 774 | - | |
| 775 | - border: none; | |
| 776 | - border-color: #dfdfde; | |
| 777 | - border-top: none; | |
| 778 | - border-radius: 0 0 3px 3px; | |
| 779 | - background: white; | |
| 780 | -} | |
| 781 | -.customize-control-color .wp-picker-container .iris-picker .iris-square | |
| 507 | + top: 0;width: 40px;height: 30px;margin: 0;padding: 0;border: 2px solid #b8daeb;border-radius: 4px;background: #2ecc71;box-shadow: none; | |
| 508 | +}.customize-control-color .wp-picker-container .wp-color-result:after, | |
| 509 | +.customize-control-color .wp-picker-container .wp-color-result .wp-color-result-text, | |
| 510 | +.customize-control-color .wp-picker-container .wp-color-result.button:after, | |
| 511 | +.customize-control-color .wp-picker-container .wp-color-result.button .wp-color-result-text | |
| 782 | 512 | { |
| 783 | - width: 215px !important; | |
| 784 | - height: 173px !important; | |
| 785 | - margin-right: 0; | |
| 786 | -} | |
| 787 | -.customize-control-color .wp-picker-container .iris-picker .iris-strip | |
| 513 | + display: none; | |
| 514 | +}.customize-control-color .wp-picker-container .iris-picker | |
| 788 | 515 | { |
| 789 | - float: right; | |
| 790 | - | |
| 791 | - box-shadow: rgba(0, 0, 0, .4) 0 1px 1px inset; | |
| 792 | -} | |
| 793 | -.customize-control-color .wp-picker-container .iris-picker .iris-strip .ui-slider-handle | |
| 516 | + position: absolute;z-index: 1000;top: 40px;right: 0;width: 275px !important;border: none;border-color: #dfdfde;border-top: none;border-radius: 0 0 3px 3px;background: white; | |
| 517 | +}.customize-control-color .wp-picker-container .iris-picker, | |
| 518 | +.customize-control-color .wp-picker-container .iris-picker * | |
| 794 | 519 | { |
| 795 | - opacity: 1; | |
| 796 | - border-color: #aaa !important; | |
| 797 | - box-shadow: none; | |
| 798 | -} | |
| 799 | -.customize-control-color .wp-picker-container .iris-picker .iris-palette | |
| 520 | + box-sizing: content-box; | |
| 521 | +}.customize-control-color .wp-picker-container .iris-picker .iris-square | |
| 800 | 522 | { |
| 801 | - width: 24px !important; | |
| 802 | - height: 24px !important; | |
| 803 | - | |
| 804 | - border-radius: 50px; | |
| 805 | - box-shadow: rgba(0, 0, 0, .4) 0 1px 1px inset; | |
| 806 | -} | |
| 807 | -.customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap | |
| 523 | + width: 215px !important;height: 173px !important;margin-right: 0; | |
| 524 | +}.customize-control-color .wp-picker-container .iris-picker .iris-strip | |
| 808 | 525 | { |
| 809 | - position: absolute; | |
| 810 | - z-index: 1000; | |
| 811 | - top: 35px; | |
| 812 | - right: 0; | |
| 813 | - | |
| 814 | - width: 275px; | |
| 815 | - padding: 9px 12px; | |
| 816 | - | |
| 817 | - border: none; | |
| 818 | - border-radius: 3px 3px 0 0; | |
| 819 | - background: white; | |
| 820 | -} | |
| 821 | -.customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap input.wp-color-picker | |
| 526 | + float: right;box-shadow: rgba(0,0,0,.4) 0 1px 1px inset; | |
| 527 | +}.customize-control-color .wp-picker-container .iris-picker .iris-strip .ui-slider-handle | |
| 528 | +{opacity: 1; | |
| 529 | + border-color: #aaa !important;box-shadow: none; | |
| 530 | +}.customize-control-color .wp-picker-container .iris-picker .iris-palette | |
| 822 | 531 | { |
| 823 | - font-size: 13px; | |
| 824 | - | |
| 825 | - float: left; | |
| 826 | - | |
| 827 | - width: 100px; | |
| 828 | - height: auto; | |
| 829 | - margin: 0; | |
| 830 | - padding: 6px 12px; | |
| 831 | - | |
| 832 | - text-align: left; | |
| 833 | -} | |
| 834 | -.customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap input.button | |
| 532 | + width: 24px !important;height: 24px !important;border-radius: 50px;box-shadow: rgba(0,0,0,.4) 0 1px 1px inset; | |
| 533 | +}.customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap | |
| 835 | 534 | { |
| 836 | - float: right; | |
| 535 | + position: absolute;z-index: 1000;top: 35px;right: 0;width: 275px;padding: 9px 12px;border: none;border-radius: 3px 3px 0 0;background: white; | |
| 536 | +}.customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap input.wp-color-picker | |
| 537 | +{font-size: 13px; | |
| 837 | 538 | |
| 838 | - height: 30px; | |
| 839 | - padding: 4px 12px; | |
| 840 | -} | |
| 841 | -.customize-control-color .wp-color-result | |
| 539 | + float: left;width: 100px;height: auto;margin: 0;padding: 6px 12px;text-align: left; | |
| 540 | +}.customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap input.button | |
| 842 | 541 | { |
| 843 | - top: 0; | |
| 844 | - | |
| 845 | - width: 40px; | |
| 846 | - height: 30px; | |
| 847 | - margin: 0; | |
| 848 | - padding: 0; | |
| 849 | - | |
| 850 | - border: 2px solid #b8daeb; | |
| 851 | - border-radius: 4px; | |
| 852 | - background: #2ecc71; | |
| 853 | - box-shadow: none; | |
| 854 | -} | |
| 855 | -.customize-control-color .wp-color-result:after | |
| 542 | + float: right;height: 30px;padding: 4px 12px; | |
| 543 | +}.customize-control-font:last-child | |
| 856 | 544 | { |
| 857 | - display: none; | |
| 858 | -} | |
| 859 | - | |
| 860 | -#accordion-section-live_css_edit_section .customize-section-title | |
| 545 | + margin-bottom: 150px; | |
| 546 | +}#accordion-section-live_css_edit_section .customize-section-title | |
| 861 | 547 | { |
| 862 | - margin-top: -13px; | |
| 863 | - | |
| 864 | - border-bottom: 1px solid #ddd; | |
| 865 | -} | |
| 866 | - | |
| 867 | -#accordion-section-live_css_edit_section #css_editor | |
| 548 | + margin-top: -13px;border-bottom: 1px solid #ddd; | |
| 549 | +}#accordion-section-live_css_edit_section #css_editor | |
| 868 | 550 | { |
| 869 | - top: 70px; | |
| 551 | + top: 70px;overflow: visible;border-top: 10px solid white; | |
| 552 | +}#accordion-section-live_css_edit_section #css_editor:before | |
| 553 | +{position: absolute;z-index: 10000000;top: -10px;left: 0;display: block;width: 48px;height: 10px; | |
| 870 | 554 | |
| 871 | - overflow: visible; | |
| 872 | - | |
| 873 | - border-top: 10px solid white; | |
| 874 | -} | |
| 875 | -#accordion-section-live_css_edit_section #css_editor:before | |
| 555 | + content: '';background: #e8e8e8; | |
| 556 | +}#accordion-section-live_css_edit_section .ace_scroller | |
| 876 | 557 | { |
| 877 | - position: absolute; | |
| 878 | - z-index: 10000000; | |
| 879 | - top: -10px; | |
| 880 | - left: 0; | |
| 881 | - | |
| 882 | - display: block; | |
| 883 | - | |
| 884 | - width: 48px; | |
| 885 | - height: 10px; | |
| 886 | - | |
| 887 | - content: ''; | |
| 888 | - | |
| 889 | - background: #e8e8e8; | |
| 890 | -} | |
| 891 | - | |
| 892 | -#accordion-section-live_css_edit_section .ace_scroller | |
| 893 | -{ | |
| 894 | 558 | padding-left: 10px; |
| 895 | -} | |
| 896 | - | |
| 897 | -.wp-full-overlay.editor_opened | |
| 559 | +}.wp-full-overlay.editor_opened | |
| 898 | 560 | { |
| 899 | 561 | margin-left: 500px; |
| 900 | -} | |
| 901 | -.wp-full-overlay.editor_opened #customize-controls | |
| 562 | +}.wp-full-overlay.editor_opened #customize-controls | |
| 902 | 563 | { |
| 903 | 564 | width: 500px; |
| 904 | -} | |
| 905 | -.wp-full-overlay.editor_opened.collapsed #customize-controls | |
| 565 | +}.wp-full-overlay.editor_opened.collapsed #customize-controls | |
| 906 | 566 | { |
| 907 | 567 | width: 300px; |
| 908 | -} | |
| 909 | - | |
| 910 | -.customize-control-media .current, | |
| 568 | +}.customize-control-media .current, | |
| 911 | 569 | .customize-control-site_icon .current, |
| 912 | 570 | li#customize-control-site_logo .current |
| 913 | -{ | |
| 914 | - min-height: 44px; | |
| 915 | - margin-bottom: 10px; | |
| 916 | - | |
| 917 | - border: 2px solid #b8daeb; | |
| 918 | - border-radius: 4px; | |
| 919 | - background: #f5fcff; | |
| 920 | -} | |
| 921 | -.customize-control-media .current .container, | |
| 571 | +{min-height: 44px; | |
| 572 | + margin-bottom: 10px;border: 2px solid #b8daeb;border-radius: 4px;background: #f5fcff; | |
| 573 | +}.customize-control-media .current .container, | |
| 922 | 574 | .customize-control-media .current span, |
| 923 | 575 | .customize-control-site_icon .current .container, |
| 924 | 576 | .customize-control-site_icon .current span, |
| 925 | 577 | li#customize-control-site_logo .current .container, |
| @@ -925,11 +577,9 @@ | ||
| 925 | 577 | li#customize-control-site_logo .current .container, |
| 926 | 578 | li#customize-control-site_logo .current span |
| 927 | 579 | { |
| 928 | 580 | border: none; |
| 929 | -} | |
| 930 | - | |
| 931 | -.customize-control-media .inner, | |
| 581 | +}.customize-control-media .inner, | |
| 932 | 582 | .customize-control-media .current span, |
| 933 | 583 | .customize-control-site_icon .inner, |
| 934 | 584 | .customize-control-site_icon .current span, |
| 935 | 585 | li#customize-control-site_logo .inner, |
| @@ -934,778 +584,1123 @@ | ||
| 934 | 584 | .customize-control-site_icon .current span, |
| 935 | 585 | li#customize-control-site_logo .inner, |
| 936 | 586 | li#customize-control-site_logo .current span |
| 937 | 587 | { |
| 938 | - font-size: 13px; | |
| 939 | - | |
| 940 | - color: #98c6dd; | |
| 941 | -} | |
| 942 | - | |
| 943 | -.customize-control-media .inner, | |
| 588 | + font-size: 13px;color: #98c6dd; | |
| 589 | +}.customize-control-media .inner, | |
| 944 | 590 | .customize-control-site_icon .inner, |
| 945 | 591 | li#customize-control-site_logo .inner |
| 946 | 592 | { |
| 947 | 593 | line-height: 1.4; |
| 948 | -} | |
| 949 | - | |
| 950 | -.customize-control-media .thumbnail-image, | |
| 594 | +}.customize-control-media .thumbnail-image, | |
| 951 | 595 | .customize-control-site_icon .thumbnail-image, |
| 952 | 596 | li#customize-control-site_logo .thumbnail-image |
| 953 | 597 | { |
| 954 | - padding: 14px; | |
| 955 | - | |
| 956 | - text-align: center; | |
| 957 | -} | |
| 958 | -.customize-control-media .thumbnail-image img, | |
| 598 | + padding: 14px;text-align: center; | |
| 599 | +}.customize-control-media .thumbnail-image img, | |
| 959 | 600 | .customize-control-site_icon .thumbnail-image img, |
| 960 | 601 | li#customize-control-site_logo .thumbnail-image img |
| 961 | 602 | { |
| 962 | 603 | width: auto; |
| 963 | -} | |
| 964 | - | |
| 965 | -.customize-control-media .actions, | |
| 604 | +}.customize-control-media .actions, | |
| 966 | 605 | .customize-control-site_icon .actions, |
| 967 | 606 | li#customize-control-site_logo .actions |
| 968 | 607 | { |
| 969 | 608 | margin-bottom: 0; |
| 970 | -} | |
| 971 | - | |
| 972 | -.customize-control-typography select, | |
| 609 | +}.customize-control-typography select, | |
| 973 | 610 | .customize-control-typography select |
| 974 | 611 | { |
| 975 | 612 | margin-bottom: 10px; |
| 976 | -} | |
| 977 | - | |
| 978 | -.customize-control-typography .description, | |
| 613 | +}.customize-control-typography .description, | |
| 979 | 614 | .customize-control-typography .description |
| 980 | 615 | { |
| 981 | 616 | margin-top: -3px; |
| 982 | -} | |
| 983 | - | |
| 984 | -.customize-control-typography ul li, | |
| 617 | +}.customize-control-typography ul li, | |
| 985 | 618 | .customize-control-typography ul li |
| 986 | 619 | { |
| 987 | - width: 100%; | |
| 988 | - margin: 0; | |
| 989 | -} | |
| 990 | - | |
| 991 | -.default-preset-button | |
| 992 | -{ | |
| 993 | - font-family: 'Open Sans',sans-serif; | |
| 994 | - font-size: 13px; | |
| 995 | - | |
| 996 | - float: right; | |
| 997 | - | |
| 998 | - margin-right: 4px; | |
| 999 | - padding: 1px 8px; | |
| 1000 | - | |
| 1001 | - border: 1px solid #cbcbcb; | |
| 1002 | - border-radius: 3px; | |
| 620 | + width: 100%;margin: 0; | |
| 621 | +}.default-preset-button | |
| 622 | +{font-family: 'Open Sans',sans-serif;font-size: 13px;float: right;margin-right: 4px;padding: 1px 8px;border: 1px solid #cbcbcb;border-radius: 3px; | |
| 1003 | 623 | background-color: #f5f6f6; |
| 1004 | -} | |
| 624 | +}.customize-control-preset .description | |
| 625 | +{font-style: normal; | |
| 1005 | 626 | |
| 1006 | -.customize-control-preset .description | |
| 1007 | -{ | |
| 1008 | - font-style: normal; | |
| 1009 | - | |
| 1010 | 627 | margin-right: 5px; |
| 1011 | -} | |
| 628 | +}.customify_preset.radio_buttons .customify_radio_button | |
| 629 | +{position: relative;display: inline-block;overflow: hidden;height: auto;margin: 3px;padding: 2px; | |
| 1012 | 630 | |
| 1013 | -.customify_preset.radio_buttons .customify_radio_button | |
| 1014 | -{ | |
| 1015 | - position: relative; | |
| 1016 | - | |
| 1017 | - display: inline-block; | |
| 1018 | - overflow: hidden; | |
| 1019 | - | |
| 1020 | - height: auto; | |
| 1021 | - margin: 3px; | |
| 1022 | - padding: 2px; | |
| 1023 | - | |
| 1024 | 631 | border: none; |
| 1025 | -} | |
| 1026 | -.customify_preset.radio_buttons .customify_radio_button input[type='radio'] | |
| 1027 | -{ | |
| 1028 | - position: absolute; | |
| 1029 | - z-index: 9999; | |
| 632 | +}.customify_preset.radio_buttons .customify_radio_button input[type='radio'] | |
| 633 | +{position: absolute;z-index: 9999;width: 100%;height: 100%; | |
| 1030 | 634 | |
| 1031 | - width: 100%; | |
| 1032 | - height: 100%; | |
| 1033 | - | |
| 1034 | 635 | opacity: 0; |
| 1035 | -} | |
| 1036 | -.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label | |
| 636 | +}.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label | |
| 1037 | 637 | { |
| 1038 | 638 | background-color: #ebebeb; |
| 1039 | -} | |
| 1040 | -.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label:before | |
| 639 | +}.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label:before | |
| 1041 | 640 | { |
| 1042 | - content: '>'; | |
| 1043 | - | |
| 1044 | - color: inherit; | |
| 1045 | -} | |
| 1046 | -.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label:after | |
| 641 | + content: '>';color: inherit; | |
| 642 | +}.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label:after | |
| 1047 | 643 | { |
| 1048 | - content: '<'; | |
| 1049 | - | |
| 1050 | - color: inherit; | |
| 1051 | -} | |
| 1052 | -.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked:before | |
| 644 | + content: '<';color: inherit; | |
| 645 | +}.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked:before | |
| 1053 | 646 | { |
| 1054 | 647 | opacity: 0; |
| 1055 | -} | |
| 1056 | -.customify_preset.radio_buttons .customify_radio_button label | |
| 648 | +}.customify_preset.radio_buttons .customify_radio_button label | |
| 1057 | 649 | { |
| 1058 | - position: relative; | |
| 1059 | - z-index: 999; | |
| 650 | + position: relative;z-index: 999;border-left: 4px solid; | |
| 651 | +}.customify_preset .awesome_preset | |
| 652 | +{position: relative;display: inline-block; | |
| 1060 | 653 | |
| 1061 | - border-left: 4px solid; | |
| 1062 | -} | |
| 1063 | - | |
| 1064 | -.customify_preset .awesome_preset | |
| 654 | + width: 45%;margin-top: 5px;margin-bottom: 25px;transition: all .2s;text-align: center;color: white; | |
| 655 | +}.customify_preset .awesome_preset:hover | |
| 1065 | 656 | { |
| 1066 | - position: relative; | |
| 1067 | - | |
| 1068 | - display: inline-block; | |
| 1069 | - | |
| 1070 | - width: 45%; | |
| 1071 | - margin-top: 5px; | |
| 1072 | - margin-bottom: 25px; | |
| 1073 | - | |
| 1074 | - transition: all .2s; | |
| 1075 | - text-align: center; | |
| 1076 | - | |
| 1077 | - color: white; | |
| 1078 | -} | |
| 1079 | -.customify_preset .awesome_preset:hover | |
| 1080 | -{ | |
| 1081 | 657 | opacity: .9; |
| 1082 | -} | |
| 1083 | -.customify_preset .awesome_preset:before | |
| 1084 | -{ | |
| 1085 | - position: absolute; | |
| 1086 | - z-index: 5; | |
| 1087 | - top: 1px; | |
| 1088 | - right: 1px; | |
| 1089 | - bottom: 1px; | |
| 1090 | - left: 1px; | |
| 658 | +}.customify_preset .awesome_preset:before | |
| 659 | +{position: absolute;z-index: 5;top: 1px;right: 1px;bottom: 1px;left: 1px; | |
| 1091 | 660 | |
| 1092 | - content: ''; | |
| 1093 | - | |
| 1094 | - opacity: .5; | |
| 1095 | - border: 1px solid #fff; | |
| 1096 | - border-radius: 4px; | |
| 1097 | - background: transparent; | |
| 1098 | -} | |
| 1099 | -.customify_preset .awesome_preset .preset-wrap .preset-color | |
| 661 | + content: '';opacity: .5;border: 1px solid #fff;border-radius: 4px;background: transparent; | |
| 662 | +}.customify_preset .awesome_preset .preset-wrap .preset-color | |
| 1100 | 663 | { |
| 1101 | - height: 128px; | |
| 1102 | - padding: 17px 0 27px; | |
| 664 | + height: 128px;padding: 17px 0 27px;border-radius: 4px 4px 0 0; | |
| 665 | +}.customify_preset .awesome_preset .preset-wrap .preset-color .first-font | |
| 666 | +{font-size: 55px;line-height: 1; | |
| 1103 | 667 | |
| 1104 | - border-radius: 4px 4px 0 0; | |
| 1105 | -} | |
| 1106 | -.customify_preset .awesome_preset .preset-wrap .preset-color .first-font | |
| 1107 | -{ | |
| 1108 | - font-size: 55px; | |
| 1109 | - line-height: 1; | |
| 668 | + display: inline-block;width: 100%; | |
| 669 | +}.customify_preset .awesome_preset .preset-wrap .preset-color .secondary-font | |
| 670 | +{font-size: 20px;line-height: 1; | |
| 1110 | 671 | |
| 1111 | - display: inline-block; | |
| 672 | + display: inline-block;width: 100%;margin-top: 8px; | |
| 673 | +}.customify_preset .awesome_preset .preset-wrap .preset-name | |
| 674 | +{font-size: 11px; | |
| 1112 | 675 | |
| 1113 | - width: 100%; | |
| 1114 | -} | |
| 1115 | -.customify_preset .awesome_preset .preset-wrap .preset-color .secondary-font | |
| 1116 | -{ | |
| 1117 | - font-size: 20px; | |
| 1118 | - line-height: 1; | |
| 676 | + position: relative;padding: 1px;text-transform: UPPERCASE;border-radius: 0 0 4px 4px; | |
| 677 | +}.customify_preset .awesome_preset .preset-wrap .preset-name:before | |
| 678 | +{position: absolute;top: -10px;left: 40%; | |
| 1119 | 679 | |
| 1120 | - display: inline-block; | |
| 1121 | - | |
| 1122 | - width: 100%; | |
| 1123 | - margin-top: 8px; | |
| 1124 | -} | |
| 1125 | -.customify_preset .awesome_preset .preset-wrap .preset-name | |
| 680 | + content: '';border: 10px solid;border-color: inherit;border-top: transparent;border-right-color: transparent;border-bottom-color: inherit;border-left-color: transparent; | |
| 681 | +}.customify_preset .awesome_preset:nth-child(odd) | |
| 1126 | 682 | { |
| 1127 | - font-size: 11px; | |
| 1128 | - | |
| 1129 | - position: relative; | |
| 1130 | - | |
| 1131 | - padding: 1px; | |
| 1132 | - | |
| 1133 | - text-transform: UPPERCASE; | |
| 1134 | - | |
| 1135 | - border-radius: 0 0 4px 4px; | |
| 1136 | -} | |
| 1137 | -.customify_preset .awesome_preset .preset-wrap .preset-name:before | |
| 1138 | -{ | |
| 1139 | - position: absolute; | |
| 1140 | - top: -10px; | |
| 1141 | - left: 40%; | |
| 1142 | - | |
| 1143 | - content: ''; | |
| 1144 | - | |
| 1145 | - border: 10px solid; | |
| 1146 | - border-color: inherit; | |
| 1147 | - border-top: transparent; | |
| 1148 | - border-right-color: transparent; | |
| 1149 | - border-bottom-color: inherit; | |
| 1150 | - border-left-color: transparent; | |
| 1151 | -} | |
| 1152 | -.customify_preset .awesome_preset:nth-child(odd) | |
| 1153 | -{ | |
| 1154 | 683 | margin-right: 7%; |
| 1155 | -} | |
| 1156 | -.customify_preset .awesome_preset input[type=radio] | |
| 684 | +}.customify_preset .awesome_preset input[type=radio] | |
| 685 | +{position: absolute;z-index: 10;top: 0;left: 0;display: inline-block;width: 100%; | |
| 686 | + height: 100%;margin: 0;color: #006505;border: 0;border-radius: 0;background-color: transparent;box-shadow: none; | |
| 687 | +}.customify_preset .awesome_preset input[type=radio]:checked:before | |
| 1157 | 688 | { |
| 1158 | - position: absolute; | |
| 1159 | - z-index: 10; | |
| 1160 | - top: 0; | |
| 1161 | - left: 0; | |
| 689 | + position: absolute;z-index: 1;top: -13px;right: -14px;width: 25px;height: 25px;background: #fff; | |
| 690 | +}.customify_preset .awesome_preset input[type=radio]:checked:after | |
| 691 | +{position: absolute;z-index: 10;top: -5px;right: -5px;width: 26px;height: 26px;content: '';border-radius: 50%;background: #73c5ee url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTMgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDdXN0b21pZnktQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgLTQwOC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9IkhlYWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgNDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29udGVudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCA3NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRmllbGQtLS1DaGVja2JveC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNy4wMDAwMDAsIDI0OS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNoZWNrYm94IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMzAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAuMDM4NDk1LDE2IEwxNy4xMTYxMzc1LDguOTIxNDg3NiBMMTUuMTk0NjQ5OCw3IEwxMC4wMzg0OTUsMTIuMTU1MDY3NCBMNi45MjE0ODc2LDkuMDM4OTI5OTcgTDUsMTAuOTYwNDE3NiBMMTAuMDM4NDk1LDE2IFoiIGlkPSJQYWdlLTEiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;background-position: center center; | |
| 1162 | 692 | |
| 1163 | - display: inline-block; | |
| 1164 | - | |
| 1165 | - width: 100%; | |
| 1166 | - height: 100%; | |
| 1167 | - margin: 0; | |
| 1168 | - | |
| 1169 | - color: #006505; | |
| 1170 | - border: 0; | |
| 1171 | - border-radius: 0; | |
| 1172 | - background-color: transparent; | |
| 1173 | - box-shadow: none; | |
| 1174 | -} | |
| 1175 | -.customify_preset .awesome_preset input[type=radio]:checked:before | |
| 693 | + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';filter: alpha(opacity=0); | |
| 694 | +}.customify_radio_image | |
| 1176 | 695 | { |
| 1177 | - position: absolute; | |
| 1178 | - z-index: 1; | |
| 1179 | - top: -13px; | |
| 1180 | - right: -14px; | |
| 1181 | - | |
| 1182 | - width: 25px; | |
| 1183 | - height: 25px; | |
| 1184 | - | |
| 1185 | - background: #fff; | |
| 1186 | -} | |
| 1187 | -.customify_preset .awesome_preset input[type=radio]:checked:after | |
| 1188 | -{ | |
| 1189 | - position: absolute; | |
| 1190 | - z-index: 10; | |
| 1191 | - top: -5px; | |
| 1192 | - right: -5px; | |
| 1193 | - | |
| 1194 | - width: 26px; | |
| 1195 | - height: 26px; | |
| 1196 | - | |
| 1197 | - content: ''; | |
| 1198 | - | |
| 1199 | - border-radius: 50%; | |
| 1200 | - background: #73c5ee url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTMgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDdXN0b21pZnktQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgLTQwOC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9IkhlYWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgNDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29udGVudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCA3NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRmllbGQtLS1DaGVja2JveC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNy4wMDAwMDAsIDI0OS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNoZWNrYm94IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMzAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAuMDM4NDk1LDE2IEwxNy4xMTYxMzc1LDguOTIxNDg3NiBMMTUuMTk0NjQ5OCw3IEwxMC4wMzg0OTUsMTIuMTU1MDY3NCBMNi45MjE0ODc2LDkuMDM4OTI5OTcgTDUsMTAuOTYwNDE3NiBMMTAuMDM4NDk1LDE2IFoiIGlkPSJQYWdlLTEiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat; | |
| 1201 | - background-position: center center; | |
| 1202 | - | |
| 1203 | - -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; | |
| 1204 | - filter: alpha(opacity=0); | |
| 1205 | -} | |
| 1206 | - | |
| 1207 | -.customify_radio_image | |
| 1208 | -{ | |
| 1209 | 696 | display: inline-block; |
| 1210 | -} | |
| 1211 | -.customify_radio_image label | |
| 1212 | -{ | |
| 1213 | - position: relative; | |
| 697 | +}.customify_radio_image label | |
| 698 | +{position: relative; | |
| 1214 | 699 | |
| 1215 | - display: block; | |
| 1216 | - float: left; | |
| 1217 | - | |
| 1218 | - margin-right: 10px; | |
| 1219 | -} | |
| 1220 | -.customify_radio_image label input[type=radio] | |
| 700 | + display: block;float: left;margin-right: 10px; | |
| 701 | +}.customify_radio_image label input[type=radio] | |
| 1221 | 702 | { |
| 1222 | - position: absolute; | |
| 1223 | - top: 0; | |
| 1224 | - right: 0; | |
| 1225 | - bottom: 0; | |
| 1226 | - left: 0; | |
| 1227 | - | |
| 1228 | - visibility: hidden; | |
| 1229 | - | |
| 1230 | - width: 100%; | |
| 1231 | - height: 100%; | |
| 1232 | -} | |
| 1233 | -.customify_radio_image label input[type=radio] img | |
| 703 | + position: absolute;top: 0;right: 0;bottom: 0;left: 0;visibility: hidden;width: 100%;height: 100%; | |
| 704 | +}.customify_radio_image label input[type=radio] img | |
| 1234 | 705 | { |
| 1235 | - cursor: pointer; | |
| 1236 | - | |
| 1237 | - border: 2px solid transparent; | |
| 1238 | -} | |
| 1239 | -.customify_radio_image label input[type=radio]:checked + img | |
| 706 | + cursor: pointer;border: 2px solid transparent; | |
| 707 | +}.customify_radio_image label input[type=radio]:checked + img | |
| 1240 | 708 | { |
| 1241 | 709 | border: 3px solid #73c5ee; |
| 1242 | -} | |
| 1243 | - | |
| 1244 | -.customify_ace_editor | |
| 710 | +}.customify_ace_editor | |
| 1245 | 711 | { |
| 1246 | - display: block; | |
| 1247 | - | |
| 1248 | - min-height: 200px; | |
| 1249 | - | |
| 1250 | - border: 1px solid #ddd; | |
| 1251 | -} | |
| 1252 | - | |
| 1253 | -.customize-control-custom_background .hide | |
| 712 | + display: block;min-height: 200px;border: 1px solid #ddd; | |
| 713 | +}.customize-control-custom_background .hide | |
| 1254 | 714 | { |
| 1255 | 715 | display: none; |
| 1256 | -} | |
| 1257 | - | |
| 1258 | -.customize-control-custom_background .upload_button_div | |
| 716 | +}.customize-control-custom_background .upload_button_div | |
| 1259 | 717 | { |
| 1260 | 718 | margin: 10px 0; |
| 1261 | -} | |
| 1262 | -.customize-control-custom_background .upload_button_div > * | |
| 719 | +}.customize-control-custom_background .upload_button_div > * | |
| 1263 | 720 | { |
| 1264 | 721 | margin-right: 10px; |
| 1265 | -} | |
| 722 | +}.customize-control-custom_background .preview_screenshot | |
| 723 | +{margin: 10px 0; | |
| 1266 | 724 | |
| 1267 | -.customize-control-custom_background .preview_screenshot | |
| 1268 | -{ | |
| 1269 | - margin: 10px 0; | |
| 1270 | - | |
| 1271 | 725 | text-align: center; |
| 1272 | -} | |
| 1273 | -.customize-control-custom_background .preview_screenshot img | |
| 726 | +}.customize-control-custom_background .preview_screenshot img | |
| 1274 | 727 | { |
| 1275 | 728 | border: 2px solid #ccc; |
| 1276 | -} | |
| 729 | +}#customify_import_demo_data_button | |
| 730 | +{display: inline-block; | |
| 1277 | 731 | |
| 1278 | -#customify_import_demo_data_button | |
| 1279 | -{ | |
| 1280 | - display: inline-block; | |
| 1281 | - | |
| 1282 | - width: 70%; | |
| 1283 | - height: auto; | |
| 1284 | - margin: 0 15% 10% 15%; | |
| 1285 | - padding: 10px; | |
| 1286 | - | |
| 1287 | - text-align: center; | |
| 1288 | -} | |
| 1289 | - | |
| 1290 | -.import_step_note | |
| 1291 | -{ | |
| 1292 | - display: inline-block; | |
| 1293 | - | |
| 1294 | - width: 100%; | |
| 732 | + width: 70%;height: auto;margin: 0 15% 10% 15%;padding: 10px;text-align: center; | |
| 733 | +}.import_step_note | |
| 734 | +{display: inline-block;width: 100%; | |
| 1295 | 735 | margin: 5px; |
| 1296 | -} | |
| 1297 | -.import_step_note:before | |
| 736 | +}.import_step_note:before | |
| 1298 | 737 | { |
| 1299 | 738 | content: '\1F449'; |
| 1300 | -} | |
| 1301 | -.import_step_note.success:before | |
| 739 | +}.import_step_note.success:before | |
| 1302 | 740 | { |
| 1303 | 741 | content: '\1F44D'; |
| 1304 | -} | |
| 1305 | -.import_step_note.failed:before | |
| 742 | +}.import_step_note.failed:before | |
| 1306 | 743 | { |
| 1307 | 744 | content: '\274C'; |
| 1308 | -} | |
| 1309 | - | |
| 1310 | -#customize-header-actions | |
| 1311 | -{ | |
| 1312 | - border-color: #e0e8ef; | |
| 745 | +}#customize-header-actions | |
| 746 | +{border-color: #e0e8ef; | |
| 1313 | 747 | background: #fff; |
| 1314 | -} | |
| 1315 | - | |
| 1316 | -.wp-full-overlay-sidebar, | |
| 1317 | -.customize-themes-panel | |
| 748 | +}.wp-full-overlay-sidebar, | |
| 749 | +.customize-themes-panel, | |
| 750 | +#customize-sidebar-outer-content | |
| 751 | +{border-right: 1px solid #e0e8ef; | |
| 752 | + background: #f7f9fa; | |
| 753 | +}.outer-section-open #customize-controls .wp-full-overlay-sidebar-content, | |
| 754 | +.attachment-media-view, | |
| 755 | +.media-widget-preview.media_audio, | |
| 756 | +.media-widget-preview.media_image | |
| 1318 | 757 | { |
| 1319 | - border-right: 1px solid #e0e8ef; | |
| 1320 | - background: #eaf9fe; | |
| 1321 | -} | |
| 1322 | - | |
| 1323 | -#customize-theme-controls #accordion-section-menu_locations | |
| 758 | + background: #f7f9fa; | |
| 759 | +}#customize-theme-controls #accordion-section-menu_locations | |
| 1324 | 760 | { |
| 1325 | 761 | border-bottom: 1px solid #e0e8ef; |
| 1326 | -} | |
| 1327 | - | |
| 1328 | -#customize-controls #accordion-section-themes > .accordion-section-title | |
| 762 | +}#customize-controls #accordion-section-themes > .accordion-section-title | |
| 1329 | 763 | { |
| 1330 | - font-weight: 600; | |
| 1331 | - | |
| 1332 | - border-bottom: 1px solid #e0e8ef; | |
| 1333 | -} | |
| 1334 | -#customize-controls #accordion-section-themes > .accordion-section-title:hover | |
| 764 | + font-weight: 600;border-bottom: 1px solid #e0e8ef; | |
| 765 | +}#customize-controls #accordion-section-themes > .accordion-section-title:hover | |
| 1335 | 766 | { |
| 1336 | 767 | background: #fff; |
| 1337 | -} | |
| 1338 | - | |
| 1339 | -#customize-controls .panel-meta.customize-info | |
| 768 | +}#customize-controls .panel-meta.customize-info | |
| 1340 | 769 | { |
| 1341 | 770 | border-bottom-color: #e0e8ef; |
| 1342 | -} | |
| 1343 | - | |
| 1344 | -#customize-theme-controls .control-section .accordion-section-title | |
| 771 | +}#customize-theme-controls .control-section .accordion-section-title | |
| 1345 | 772 | { |
| 1346 | - font-weight: 400; | |
| 1347 | - | |
| 1348 | - border-top: 1px solid #e0e8ef; | |
| 1349 | - border-bottom: none; | |
| 1350 | -} | |
| 1351 | - | |
| 1352 | -#customize-theme-controls .control-section:last-of-type > .accordion-section-title | |
| 773 | + font-weight: 400;border-top: 1px solid #e0e8ef;border-bottom: none; | |
| 774 | +}#customize-theme-controls .control-section:last-of-type > .accordion-section-title | |
| 1353 | 775 | { |
| 1354 | 776 | border-bottom: 1px solid #e0e8ef; |
| 1355 | -} | |
| 1356 | - | |
| 1357 | -#customize-theme-controls .customize-section-title | |
| 777 | +}#customize-theme-controls .customize-section-title | |
| 1358 | 778 | { |
| 1359 | - border-top: 1px solid #e0e8ef; | |
| 1360 | - border-bottom: 1px solid #e0e8ef; | |
| 1361 | -} | |
| 1362 | - | |
| 1363 | -#customize-controls .control-section .accordion-section-title:focus, | |
| 779 | + border-top: 1px solid #e0e8ef;border-bottom: 1px solid #e0e8ef; | |
| 780 | +}#customize-controls .control-section .accordion-section-title:focus, | |
| 1364 | 781 | #customize-controls .control-section .accordion-section-title:hover, |
| 1365 | 782 | #customize-controls .control-section.open .accordion-section-title, |
| 1366 | 783 | #customize-controls .control-section:hover > .accordion-section-title |
| 1367 | 784 | { |
| 1368 | - color: #056184; | |
| 1369 | - border-left-color: #f5fcff; | |
| 785 | + color: #056184;border-left-color: #f5fcff;background: #f5fcff; | |
| 786 | +}.wp-customizer .menu-item-edit-active .menu-item-handle, | |
| 787 | +.wp-customizer .section-open .menu-item-settings, | |
| 788 | +.wp-customizer .menu-item-bar .menu-item-handle:hover | |
| 789 | +{ | |
| 790 | + border-color: #e0e8ef; | |
| 791 | +}.wp-customizer .section-open .menu-item-settings | |
| 792 | +{ | |
| 1370 | 793 | background: #f5fcff; |
| 1371 | -} | |
| 1372 | - | |
| 1373 | -[data-balloon] | |
| 794 | +}.wp-customizer .control-section-nav_menu .menu-location-settings | |
| 1374 | 795 | { |
| 796 | + border-top-color: #e0e8ef !important; | |
| 797 | +}[data-balloon] | |
| 798 | +{ | |
| 1375 | 799 | position: relative; |
| 1376 | -} | |
| 800 | +}[data-balloon]::before | |
| 801 | +{font-size: 12px;position: absolute;z-index: 10;padding: .5em 1em;content: attr(data-balloon);transition: all .18s ease-out;white-space: nowrap;pointer-events: none; | |
| 1377 | 802 | |
| 1378 | -[data-balloon]::before | |
| 803 | + opacity: 0;color: #fff;border-radius: 4px;background: rgba(17,17,17,.9); | |
| 804 | +}[data-balloon]::after | |
| 805 | +{position: absolute;z-index: 10;width: 18px;height: 6px;content: '';transition: all .18s ease-out;pointer-events: none;opacity: 0; | |
| 806 | + background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');background-size: 100% auto; | |
| 807 | +}[data-balloon]:hover::before, | |
| 808 | +[data-balloon]:hover::after | |
| 809 | +{pointer-events: auto; | |
| 810 | + | |
| 811 | + opacity: 1; | |
| 812 | +}[data-balloon][data-balloon-pos='up']::before | |
| 1379 | 813 | { |
| 1380 | - font-size: 12px; | |
| 814 | + bottom: 100%;left: 50%;margin-bottom: 11px;-webkit-transform: translate3d(-50%, 10px, 0);transform: translate3d(-50%, 10px, 0);-webkit-transform-origin: top;transform-origin: top; | |
| 815 | +}[data-balloon][data-balloon-pos='up']::after | |
| 816 | +{ | |
| 817 | + bottom: 100%;left: 50%;margin-bottom: 5px;-webkit-transform: translate3d(-50%, 10px, 0);transform: translate3d(-50%, 10px, 0);-webkit-transform-origin: top;transform-origin: top; | |
| 818 | +}[data-balloon][data-balloon-pos='up']:hover::before | |
| 819 | +{ | |
| 820 | + -webkit-transform: translate3d(-50%, 0, 0) ;transform: translate3d(-50%, 0, 0); | |
| 821 | +}[data-balloon][data-balloon-pos='up']:hover::after | |
| 822 | +{ | |
| 823 | + -webkit-transform: translate3d(-50%, 0, 0) ;transform: translate3d(-50%, 0, 0); | |
| 824 | +}[data-balloon][data-balloon-pos='down']::before | |
| 825 | +{top: 100%; | |
| 826 | + left: 50%;margin-top: 11px;-webkit-transform: translate3d(-50%, -10px, 0);transform: translate3d(-50%, -10px, 0); | |
| 827 | +}[data-balloon][data-balloon-pos='down']::after | |
| 828 | +{top: 100%;left: 50%;width: 18px;height: 6px;margin-top: 5px;-webkit-transform: translate3d(-50%, -10px, 0);transform: translate3d(-50%, -10px, 0); | |
| 1381 | 829 | |
| 1382 | - position: absolute; | |
| 1383 | - z-index: 10; | |
| 830 | + background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');background-size: 100% auto; | |
| 831 | +}[data-balloon][data-balloon-pos='down']:hover::before | |
| 832 | +{ | |
| 833 | + -webkit-transform: translate3d(-50%, 0, 0) ;transform: translate3d(-50%, 0, 0); | |
| 834 | +}[data-balloon][data-balloon-pos='down']:hover::after | |
| 835 | +{ | |
| 836 | + -webkit-transform: translate3d(-50%, 0, 0) ;transform: translate3d(-50%, 0, 0); | |
| 837 | +}[data-balloon][data-balloon-pos='left']::before | |
| 838 | +{top: 50%;right: 100%; | |
| 1384 | 839 | |
| 1385 | - padding: .5em 1em; | |
| 840 | + margin-right: 11px;-webkit-transform: translate3d(10px, -50%, 0);transform: translate3d(10px, -50%, 0); | |
| 841 | +}[data-balloon][data-balloon-pos='left']::after | |
| 842 | +{top: 50%;right: 100%;width: 6px;height: 18px;margin-right: 5px;-webkit-transform: translate3d(10px, -50%, 0);transform: translate3d(10px, -50%, 0); | |
| 1386 | 843 | |
| 1387 | - content: attr(data-balloon); | |
| 1388 | - transition: all .18s ease-out; | |
| 1389 | - white-space: nowrap; | |
| 1390 | - pointer-events: none; | |
| 844 | + background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');background-size: 100% auto; | |
| 845 | +}[data-balloon][data-balloon-pos='left']:hover::before | |
| 846 | +{ | |
| 847 | + -webkit-transform: translate3d(0, -50%, 0) ;transform: translate3d(0, -50%, 0); | |
| 848 | +}[data-balloon][data-balloon-pos='left']:hover::after | |
| 849 | +{ | |
| 850 | + -webkit-transform: translate3d(0, -50%, 0) ;transform: translate3d(0, -50%, 0); | |
| 851 | +}[data-balloon][data-balloon-pos='right']::before | |
| 852 | +{top: 50%; | |
| 853 | + left: 100%;margin-left: 11px;-webkit-transform: translate3d(-10px, -50%, 0);transform: translate3d(-10px, -50%, 0); | |
| 854 | +}[data-balloon][data-balloon-pos='right']::after | |
| 855 | +{top: 50%;left: 100%;width: 6px;height: 18px;margin-left: 5px;-webkit-transform: translate3d(-10px, -50%, 0);transform: translate3d(-10px, -50%, 0); | |
| 1391 | 856 | |
| 1392 | - opacity: 0; | |
| 1393 | - color: #fff; | |
| 1394 | - border-radius: 4px; | |
| 1395 | - background: rgba(17, 17, 17, .9); | |
| 1396 | -} | |
| 1397 | - | |
| 1398 | -[data-balloon]::after | |
| 857 | + background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');background-size: 100% auto; | |
| 858 | +}[data-balloon][data-balloon-pos='right']:hover::before | |
| 1399 | 859 | { |
| 1400 | - position: absolute; | |
| 1401 | - z-index: 10; | |
| 860 | + -webkit-transform: translate3d(0, -50%, 0) ;transform: translate3d(0, -50%, 0); | |
| 861 | +}[data-balloon][data-balloon-pos='right']:hover::after | |
| 862 | +{ | |
| 863 | + -webkit-transform: translate3d(0, -50%, 0) ;transform: translate3d(0, -50%, 0); | |
| 864 | +}[data-balloon][data-balloon-length='small']::before | |
| 865 | +{width: 80px; | |
| 1402 | 866 | |
| 1403 | - width: 18px; | |
| 1404 | - height: 6px; | |
| 867 | + white-space: normal; | |
| 868 | +}[data-balloon][data-balloon-length='medium']::before | |
| 869 | +{width: 150px; | |
| 1405 | 870 | |
| 1406 | - content: ''; | |
| 1407 | - transition: all .18s ease-out; | |
| 1408 | - pointer-events: none; | |
| 871 | + white-space: normal; | |
| 872 | +}[data-balloon][data-balloon-length='large']::before | |
| 873 | +{width: 260px; | |
| 1409 | 874 | |
| 1410 | - opacity: 0; | |
| 1411 | - background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); | |
| 1412 | - background-size: 100% auto; | |
| 1413 | -} | |
| 875 | + white-space: normal; | |
| 876 | +}[data-balloon][data-balloon-length='xlarge']::before | |
| 877 | +{width: 380px; | |
| 1414 | 878 | |
| 1415 | -[data-balloon]:hover::before, | |
| 1416 | -[data-balloon]:hover::after | |
| 879 | + white-space: normal; | |
| 880 | +}@media screen and (max-width: 768px) | |
| 1417 | 881 | { |
| 1418 | - pointer-events: auto; | |
| 882 | + [data-balloon][data-balloon-length='xlarge']::before | |
| 883 | + {width: 90vw; | |
| 1419 | 884 | |
| 1420 | - opacity: 1; | |
| 1421 | -} | |
| 885 | + white-space: normal; | |
| 886 | + } | |
| 887 | +}[data-balloon][data-balloon-length='fit']::before | |
| 888 | +{width: 100%; | |
| 1422 | 889 | |
| 1423 | -[data-balloon][data-balloon-pos='up']::before | |
| 890 | + white-space: normal; | |
| 891 | +}body.modal-open | |
| 1424 | 892 | { |
| 1425 | - bottom: 100%; | |
| 1426 | - left: 50%; | |
| 893 | + overflow: hidden; | |
| 894 | +}body.modal-open #style-manager-user-feedback-modal .modal | |
| 895 | +{visibility: visible; | |
| 896 | + overflow-x: hidden;overflow-y: auto;-webkit-transform: translate(0, 0);transform: translate(0, 0);opacity: 1; | |
| 897 | +}#style-manager-user-feedback-modal | |
| 898 | +{ | |
| 899 | + height: 100%; | |
| 900 | +}#style-manager-user-feedback-modal .modal | |
| 901 | +{font-family: 'Galano Grotesque Alt', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;font-size: 16px;font-weight: 400;line-height: 1.7; | |
| 1427 | 902 | |
| 1428 | - margin-bottom: 11px; | |
| 903 | + position: relative;z-index: 1050;top: 0;right: 0;bottom: 0;left: 0;display: -ms-flexbox;display: flex;visibility: hidden;overflow: hidden;height: 100%;transition: all .3s ease;-webkit-transform: translate(0, -10%);transform: translate(0, -10%);opacity: 0;outline: 0;-ms-flex-align: center;align-items: center; | |
| 904 | +}#style-manager-user-feedback-modal .modal-dialog | |
| 905 | +{ | |
| 906 | + position: relative;width: auto;margin: 10px;text-align: left; | |
| 907 | +}#style-manager-user-feedback-modal .modal-content | |
| 908 | +{ | |
| 909 | + position: relative;display: -ms-flexbox;display: flex;flex-direction: column;border: none;border-radius: 4px;outline: 0;background-color: #fff;background-clip: padding-box;box-shadow: 0 4px 4px 0 rgba(42,54,52,.1),0 8px 8px 0 rgba(42,54,52,.1),0 16px 16px 0 rgba(42,54,52,.1),0 16px 32px 0 rgba(42,54,52,.1),0 32px 64px 0 rgba(42,54,52,.1),0 64px 128px 0 rgba(42,54,52,.1);-ms-flex-direction: column; | |
| 910 | +}#style-manager-user-feedback-modal .modal-content p | |
| 911 | +{ | |
| 912 | + color: #000; | |
| 913 | +}#style-manager-user-feedback-modal .modal-content p a | |
| 914 | +{ | |
| 915 | + font-weight: 500;color: #9660c6;border-bottom: 1px solid #9660c6; | |
| 916 | +}#style-manager-user-feedback-modal .modal-content > form | |
| 917 | +{ | |
| 918 | + margin-bottom: 20px; | |
| 919 | +}#style-manager-user-feedback-modal .modal-backdrop | |
| 920 | +{ | |
| 921 | + position: fixed;z-index: 1040;top: 0;right: 0;bottom: 0;left: 0;visibility: hidden;transition: all .3s ease;opacity: 0;background-color: #000; | |
| 922 | +}.modal-open #style-manager-user-feedback-modal .modal-backdrop | |
| 923 | +{visibility: visible; | |
| 1429 | 924 | |
| 1430 | - -webkit-transform: translate3d(-50%, 10px, 0); | |
| 1431 | - transform: translate3d(-50%, 10px, 0); | |
| 1432 | - -webkit-transform-origin: top; | |
| 1433 | - transform-origin: top; | |
| 1434 | -} | |
| 925 | + opacity: .8; | |
| 926 | +}#style-manager-user-feedback-modal .modal-header | |
| 927 | +{ | |
| 928 | + display: -ms-flexbox ;display: flex;padding: 30px 48px 10px 48px;-ms-flex-align: start;align-items: flex-start;-ms-flex-pack: justify;justify-content: space-between; | |
| 929 | +}#style-manager-user-feedback-modal .modal-header .close.button | |
| 930 | +{ | |
| 931 | + top: -10px; | |
| 932 | +}#style-manager-user-feedback-modal .modal-header .close.icon | |
| 933 | +{ | |
| 934 | + opacity: .5; | |
| 935 | +}#style-manager-user-feedback-modal .modal-header .close:hover | |
| 936 | +{ | |
| 937 | + opacity: 1; | |
| 938 | +}#style-manager-user-feedback-modal .modal-title | |
| 939 | +{line-height: 1.5; | |
| 1435 | 940 | |
| 1436 | -[data-balloon][data-balloon-pos='up']::after | |
| 941 | + margin-bottom: 10px; | |
| 942 | +}#style-manager-user-feedback-modal .modal-title.modal-title--small | |
| 1437 | 943 | { |
| 1438 | - bottom: 100%; | |
| 1439 | - left: 50%; | |
| 944 | + font-weight: 500; | |
| 945 | +}#style-manager-user-feedback-modal .modal-body | |
| 946 | +{ | |
| 947 | + position: relative;padding: 30px 30px 0 30px;-ms-flex: 1 1 auto;flex: 1 1 auto; | |
| 948 | +}#style-manager-user-feedback-modal .modal-body.full | |
| 949 | +{ | |
| 950 | + padding: 0; | |
| 951 | +}#style-manager-user-feedback-modal .modal-body.full .box | |
| 952 | +{margin-top: 0; | |
| 953 | + padding-top: 0;padding-bottom: 0; | |
| 954 | +}#style-manager-user-feedback-modal .modal-body.full + .modal-footer.full .box | |
| 955 | +{ | |
| 956 | + padding-top: 18px; | |
| 957 | +}#style-manager-user-feedback-modal .modal-footer | |
| 958 | +{ | |
| 959 | + padding: 30px;text-align: center; | |
| 960 | +}#style-manager-user-feedback-modal .modal-footer .box .button:last-child | |
| 961 | +{ | |
| 962 | + margin-bottom: 0; | |
| 963 | +}#style-manager-user-feedback-modal .modal-footer.full | |
| 964 | +{ | |
| 965 | + padding: 0; | |
| 966 | +}#style-manager-user-feedback-modal .modal-scrollbar-measure | |
| 967 | +{ | |
| 968 | + position: absolute;top: -9999px;overflow: scroll;width: 50px;height: 50px; | |
| 969 | +}#style-manager-user-feedback-modal .modal-state | |
| 970 | +{ | |
| 971 | + display: none; | |
| 972 | +}#style-manager-user-feedback-modal .modal-state:checked + .modal | |
| 973 | +{visibility: visible; | |
| 1440 | 974 | |
| 1441 | - margin-bottom: 5px; | |
| 975 | + opacity: 1; | |
| 976 | +}#style-manager-user-feedback-modal .modal-state:checked + .modal .modal__inner | |
| 977 | +{ | |
| 978 | + top: 0; | |
| 979 | +}@media (min-width: 576px) | |
| 980 | +{ | |
| 981 | + #style-manager-user-feedback-modal .modal-dialog | |
| 982 | + { | |
| 983 | + max-width: 655px;margin: 30px auto; | |
| 984 | + }#style-manager-user-feedback-modal .modal-sm | |
| 985 | + { | |
| 986 | + max-width: 300px; | |
| 987 | + } | |
| 988 | +}@media (min-width: 576px) | |
| 989 | +{ | |
| 990 | + #style-manager-user-feedback-modal .modal-lg | |
| 991 | + { | |
| 992 | + max-width: 800px; | |
| 993 | + } | |
| 994 | +}#style-manager-user-feedback .modal-body .box | |
| 995 | +{ | |
| 996 | + position: relative;display: -ms-flexbox;display: flex;flex-direction: column;margin: 20px 0;padding: 16px 52px;border-radius: 4px;-ms-flex-direction: column;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-ms-flex-align: center;align-items: center; | |
| 997 | +}#style-manager-user-feedback .modal-body .box > * | |
| 998 | +{ | |
| 999 | + width: 100%; | |
| 1000 | +}#style-manager-user-feedback .modal-body p | |
| 1001 | +{ | |
| 1002 | + font-size: 16px;margin-bottom: 20px; | |
| 1003 | +}#style-manager-user-feedback .modal-body textarea | |
| 1004 | +{font-family: 'Galano Grotesque Alt', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;font-size: 16px;line-height: 26px; | |
| 1442 | 1005 | |
| 1443 | - -webkit-transform: translate3d(-50%, 10px, 0); | |
| 1444 | - transform: translate3d(-50%, 10px, 0); | |
| 1445 | - -webkit-transform-origin: top; | |
| 1446 | - transform-origin: top; | |
| 1447 | -} | |
| 1006 | + width: 100%;margin: 0;padding: 11px 18px;color: #473850;border: 1px solid #ddd;border-radius: 4px;box-shadow: none; | |
| 1007 | +}#style-manager-user-feedback .modal-title | |
| 1008 | +{font-family: 'Galano Classic', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;font-size: 28px;font-weight: 600;line-height: 1.4; | |
| 1448 | 1009 | |
| 1449 | -[data-balloon][data-balloon-pos='up']:hover::before | |
| 1010 | + margin-top: 0;margin-bottom: 34px;text-align: center; | |
| 1011 | +}#style-manager-user-feedback .button | |
| 1012 | +{font-family: 'Galano Classic', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;font-size: 16px;font-weight: 600;line-height: 23px;position: relative;display: inline-block;width: 100%;height: auto;margin-top: 20px;padding: 15px 50px;cursor: pointer;transition-timing-function: cubic-bezier(0, 0, .58, 1);transition-duration: .2s;transition-property: -webkit-transform,background,background-color,color,box-shadow;transition-property: transform,background,background-color,color,box-shadow;text-align: center; | |
| 1013 | + text-decoration: none;color: #fff;border-radius: 2px;border-radius: 4px;background-color: #9660c6;box-shadow: none;-webkit-font-smoothing: antialiased; | |
| 1014 | +}#style-manager-user-feedback .button:hover | |
| 1015 | +{-webkit-transform: scale(1.05) translateY(-3px) ;transform: scale(1.05) translateY(-3px);color: #fff; | |
| 1016 | + background-color: #9660c6;box-shadow: 0 10px 20px -10px rgba(0,0,0,.7); | |
| 1017 | +}#style-manager-user-feedback .second-step | |
| 1450 | 1018 | { |
| 1451 | - -webkit-transform: translate3d(-50%, 0, 0); | |
| 1452 | - transform: translate3d(-50%, 0, 0); | |
| 1453 | -} | |
| 1019 | + margin-top: 18px; | |
| 1020 | +}#style-manager-user-feedback .thanks-step, | |
| 1021 | +#style-manager-user-feedback .error-step | |
| 1022 | +{ | |
| 1023 | + text-align: center; | |
| 1024 | +}#style-manager-user-feedback .thanks-step .modal-title, | |
| 1025 | +#style-manager-user-feedback .error-step .modal-title | |
| 1026 | +{ | |
| 1027 | + margin-bottom: 0; | |
| 1028 | +}#style-manager-user-feedback .thanks-step p:last-child, | |
| 1029 | +#style-manager-user-feedback .error-step p:last-child | |
| 1030 | +{ | |
| 1031 | + margin-bottom: 10px; | |
| 1032 | +}.scorecard | |
| 1033 | +{font-family: 'Galano Classic', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;font-size: 18px;font-weight: 600; | |
| 1454 | 1034 | |
| 1455 | -[data-balloon][data-balloon-pos='up']:hover::after | |
| 1035 | + display: -ms-flexbox;display: flex;text-align: center;color: #9660c6;-ms-flex-align: baseline;align-items: baseline;-ms-flex-pack: space-evenly;justify-content: space-evenly; | |
| 1036 | +}.scorecard > label | |
| 1456 | 1037 | { |
| 1457 | - -webkit-transform: translate3d(-50%, 0, 0); | |
| 1458 | - transform: translate3d(-50%, 0, 0); | |
| 1459 | -} | |
| 1038 | + font-size: 20px; | |
| 1039 | +}.scorecard > label span | |
| 1040 | +{line-height: 46px; | |
| 1460 | 1041 | |
| 1461 | -[data-balloon][data-balloon-pos='down']::before | |
| 1042 | + display: block;width: 46px;transition: all .25s ease;border: 2px solid #9660c6;border-radius: 100%;background: #fff; | |
| 1043 | +}.scorecard > label input[type='radio'] | |
| 1462 | 1044 | { |
| 1463 | - top: 100%; | |
| 1464 | - left: 50%; | |
| 1045 | + display: none; | |
| 1046 | +}.scorecard > label span:hover, | |
| 1047 | +.scorecard > label input[type='radio']:checked ~ span | |
| 1048 | +{color: #fff; | |
| 1049 | + background: #9660c6; | |
| 1050 | +}.font-options__wrapper .font-options__options-list | |
| 1051 | +{ | |
| 1052 | + border-color: #b8daeb;box-shadow: 0 10px 20px 0 rgba(0,0,0,.15); | |
| 1053 | +}.font-options__wrapper .font-options__option | |
| 1054 | +{ | |
| 1055 | + margin-bottom: 12px; | |
| 1056 | +}.font-options__wrapper .font-options__option label | |
| 1057 | +{ | |
| 1058 | + display: block;margin-bottom: 6px; | |
| 1059 | +}.font-options__wrapper [type=checkbox]:checked ~ .font-options__options-list | |
| 1060 | +{display: block; | |
| 1465 | 1061 | |
| 1466 | - margin-top: 11px; | |
| 1062 | + opacity: 1; | |
| 1063 | +}input.customify_font_tooltip | |
| 1064 | +{ | |
| 1065 | + display: none; | |
| 1066 | +}ul.font-options__options-list .select2-container | |
| 1067 | +{ | |
| 1068 | + width: 100% !important; | |
| 1069 | +}ul.font-options__options-list .select2-container .select2-selection--single | |
| 1070 | +{ | |
| 1071 | + -webkit-appearance: initial; | |
| 1072 | +}ul.font-options__options-list .select2-container .select2-selection--single .select2-selection__arrow | |
| 1073 | +{ | |
| 1074 | + display: none; | |
| 1075 | +}ul.font-options__options-list .select2-container--default .select2-selection--single .select2-selection__rendered | |
| 1076 | +{line-height: initial; | |
| 1467 | 1077 | |
| 1468 | - -webkit-transform: translate3d(-50%, -10px, 0); | |
| 1469 | - transform: translate3d(-50%, -10px, 0); | |
| 1470 | -} | |
| 1078 | + color: inherit; | |
| 1079 | +}.select2-container.select2-container--open | |
| 1080 | +{ | |
| 1081 | + z-index: 99999999; | |
| 1082 | +}#customize-theme-controls .select2-container | |
| 1083 | +{ | |
| 1084 | + width: 100% !important; | |
| 1085 | +}#customize-theme-controls .select2-container .select2-selection--multiple | |
| 1086 | +{height: auto;padding: 4px 8px 4px;background: none; | |
| 1471 | 1087 | |
| 1472 | -[data-balloon][data-balloon-pos='down']::after | |
| 1088 | + -webkit-appearance: initial; | |
| 1089 | +}#customize-theme-controls .select2-container .select2-selection--multiple .select2-selection__arrow | |
| 1473 | 1090 | { |
| 1474 | - top: 100%; | |
| 1475 | - left: 50%; | |
| 1091 | + display: none; | |
| 1092 | +}#customize-theme-controls .select2-container .select2-selection--multiple .select2-selection__rendered | |
| 1093 | +{display: -ms-flexbox;display: flex; | |
| 1476 | 1094 | |
| 1477 | - width: 18px; | |
| 1478 | - height: 6px; | |
| 1095 | + padding: 0; | |
| 1096 | +}#customize-theme-controls .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline | |
| 1097 | +{ | |
| 1098 | + -ms-flex: 1 ;flex: 1; | |
| 1099 | +}#customize-theme-controls .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field[class] | |
| 1100 | +{ | |
| 1101 | + min-width: 100%;margin-top: 3px !important;border-width: 0; | |
| 1102 | +}#customize-theme-controls .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice | |
| 1103 | +{margin-top: 0;margin-right: 6px; | |
| 1104 | + padding: 3px 7px;border-color: #e0e8ef;background-color: #f6fbff; | |
| 1105 | +}#customize-theme-controls .select2-container .select2-search--inline .select2-search__field | |
| 1106 | +{min-width: 9em; | |
| 1107 | + height: 29px;margin-top: 0; | |
| 1108 | +}.select2-container--default .select2-results__option[aria-selected=true][class] | |
| 1109 | +{pointer-events: none;opacity: .3; | |
| 1110 | + background: transparent; | |
| 1111 | +}.select2-container .select2-dropdown | |
| 1112 | +{ | |
| 1113 | + border-color: #e0e8ef; | |
| 1114 | +}#customize-theme-controls .widget-content .accordion-container | |
| 1115 | +{margin-top: 20px;margin-right: -10px;margin-bottom: 10px; | |
| 1116 | + margin-left: -10px; | |
| 1117 | +}#customize-theme-controls .widget-content .accordion-container .accordion-section .accordion-section-content | |
| 1118 | +{ | |
| 1119 | + position: relative;left: 0;overflow: hidden;max-height: 0;padding-top: 0;padding-bottom: 0;transition: all .4s ease;color: #416b7e; | |
| 1120 | +}#customize-theme-controls .widget-content .accordion-container .accordion-section .accordion-section-content p:first-child | |
| 1121 | +{ | |
| 1122 | + margin-top: 0; | |
| 1123 | +}#customize-theme-controls .widget-content .accordion-container .accordion-section .accordion-section-content p:last-child | |
| 1124 | +{ | |
| 1125 | + margin-bottom: 0; | |
| 1126 | +}#customize-theme-controls .widget-content .accordion-container .accordion-section .accordion-section-title | |
| 1127 | +{ | |
| 1128 | + color: #39474d; | |
| 1129 | +}#customize-theme-controls .widget-content .accordion-container .accordion-section .accordion-section-title:after | |
| 1130 | +{ | |
| 1131 | + content: '\f142';-webkit-transform: rotate(180deg);transform: rotate(180deg); | |
| 1132 | +}#customize-theme-controls .widget-content .accordion-container .accordion-section.open | |
| 1133 | +{ | |
| 1134 | + border-bottom: none; | |
| 1135 | +}#customize-theme-controls .widget-content .accordion-container .accordion-section.open .accordion-section-content | |
| 1136 | +{ | |
| 1137 | + max-height: 100%;padding-top: 17px;padding-bottom: 17px; | |
| 1138 | +}#customize-theme-controls .widget-content .accordion-container .accordion-section.open .accordion-section-title | |
| 1139 | +{ | |
| 1140 | + border-bottom: 1px solid; | |
| 1141 | +}#customize-theme-controls .widget-content .accordion-container .accordion-section.open .accordion-section-title:after | |
| 1142 | +{ | |
| 1143 | + -webkit-transform: rotate(0deg) ;transform: rotate(0deg); | |
| 1144 | +}#customize-theme-controls .widget-content .accordion-container label.customize-control-title, | |
| 1145 | +#customize-theme-controls .widget-content .accordion-container label.separator.label | |
| 1146 | +{ | |
| 1147 | + cursor: default; | |
| 1148 | +}.widget .widget-content > p input[type=checkbox], | |
| 1149 | +.widget .widget-content > p input[type=radio] | |
| 1150 | +{margin-top: 3px; | |
| 1151 | + margin-bottom: 3px; | |
| 1152 | +}.widget .widget-content small | |
| 1153 | +{display: block; | |
| 1154 | + | |
| 1479 | 1155 | margin-top: 5px; |
| 1156 | +}#available-widgets [class*=pixelgrade] .widget .widget-title:before, | |
| 1157 | +#available-widgets [class*=featured-posts] .widget .widget-title:before, | |
| 1158 | +#available-widgets [class*=categories-image-grid] .widget .widget-title:before | |
| 1159 | +{ | |
| 1160 | + content: '\f538';color: #9660c6; | |
| 1161 | +}#available-widgets [class*=pixelgrade-featured-posts-slideshow] .widget .widget-title:before | |
| 1162 | +{ | |
| 1163 | + content: '\f233'; | |
| 1164 | +}#available-widgets [class*=pixelgrade-featured-posts-carousel] .widget .widget-title:before | |
| 1165 | +{ | |
| 1166 | + content: '\f169'; | |
| 1167 | +}#available-widgets [class*=featured-posts-grid] .widget .widget-title:before | |
| 1168 | +{ | |
| 1169 | + content: '\f180'; | |
| 1170 | +}#available-widgets [class*=featured-posts-list] .widget .widget-title:before | |
| 1171 | +{ | |
| 1172 | + content: '\f164'; | |
| 1173 | +}#available-widgets [class*=categories-image-grid] .widget .widget-title:before | |
| 1174 | +{ | |
| 1175 | + content: '\f163'; | |
| 1176 | +}#available-widgets [class*=pixelgrade-promo-box] .widget .widget-title:before | |
| 1177 | +{ | |
| 1178 | + content: '\f488'; | |
| 1179 | +}.ui-tooltip | |
| 1180 | +{ | |
| 1181 | + z-index: 999999; | |
| 1182 | +}.wp-customizer .widget-conditional .condition-control:after | |
| 1183 | +{display: table;clear: both; | |
| 1480 | 1184 | |
| 1481 | - -webkit-transform: translate3d(-50%, -10px, 0); | |
| 1482 | - transform: translate3d(-50%, -10px, 0); | |
| 1185 | + content: ' '; | |
| 1186 | +}.wp-customizer .widget-conditional .selection | |
| 1187 | +{margin-right: 0;margin-bottom: 10px;margin-left: 0; | |
| 1188 | + padding-right: 50px;padding-bottom: 19px;padding-left: 28px;border-bottom: 1px solid #cbcfd4; | |
| 1189 | +}.wp-customizer .widget-conditional .condition:last-child .selection | |
| 1190 | +{ | |
| 1191 | + border: 0; | |
| 1192 | +}.wp-customizer .widget-conditional select | |
| 1193 | +{width: 170px; | |
| 1194 | + max-width: 100%; | |
| 1195 | +}.wp-customizer .widget-conditional .condition-top select | |
| 1196 | +{ | |
| 1197 | + width: 130px; | |
| 1198 | +}.pix_customizer_setting .customize-inside-control-row | |
| 1199 | +{ | |
| 1200 | + position: relative;overflow: hidden;width: 100% !important;height: 64px;margin-left: 0 !important;text-indent: 0 !important;border-radius: 5px;background-position: 50% 50%;background-size: cover; | |
| 1201 | +}.pix_customizer_setting .customize-inside-control-row:before | |
| 1202 | +{position: absolute;z-index: 10;top: 0;right: 0;bottom: 0;left: 0; | |
| 1483 | 1203 | |
| 1484 | - background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); | |
| 1485 | - background-size: 100% auto; | |
| 1486 | -} | |
| 1204 | + content: '';pointer-events: none;box-shadow: inset 0 0 3px 0 rgba(0,0,0,.2); | |
| 1205 | +}.pix_customizer_setting .customize-inside-control-row:hover:before | |
| 1206 | +{ | |
| 1207 | + box-shadow: inset 0 0 3px 0 rgba(0,0,0,.4); | |
| 1208 | +}.pix_customizer_setting .customize-inside-control-row:hover .palette__item | |
| 1209 | +{ | |
| 1210 | + -webkit-transform: translateY(0%) ;transform: translateY(0%); | |
| 1211 | +}.pix_customizer_setting .customize-inside-control-row:hover label | |
| 1212 | +{ | |
| 1213 | + left: 10px; | |
| 1214 | +}.pix_customizer_setting .customize-inside-control-row input | |
| 1215 | +{ | |
| 1216 | + opacity: 0; | |
| 1217 | +}.pix_customizer_setting .customize-inside-control-row input:checked + label .preview__letter--checked | |
| 1218 | +{ | |
| 1219 | + display: inline-block;vertical-align: middle; | |
| 1220 | +}.pix_customizer_setting .customize-inside-control-row input:checked + label .preview__letter | |
| 1221 | +{ | |
| 1222 | + display: none; | |
| 1223 | +}.pix_customizer_setting .customize-inside-control-row label | |
| 1224 | +{ | |
| 1225 | + position: absolute;z-index: 2;top: 0;left: 0;display: -ms-flexbox;display: flex;width: 100%;height: 100%;margin-top: 0 !important;padding: 0 10px;transition: all .3s ease;-ms-flex-align: center;align-items: center; | |
| 1226 | +}.pix_customizer_setting .customize-inside-control-row .palette | |
| 1227 | +{ | |
| 1228 | + position: absolute;z-index: 1;top: 0;left: 0;display: -ms-flexbox;display: flex;width: 100%;height: 100%;transition: all .2s ease; | |
| 1229 | +}.pix_customizer_setting .customize-inside-control-row .palette__item | |
| 1230 | +{transition: all .3s ease;-webkit-transform: translateY(100%);transform: translateY(100%); | |
| 1487 | 1231 | |
| 1488 | -[data-balloon][data-balloon-pos='down']:hover::before | |
| 1232 | + -ms-flex: 1;flex: 1; | |
| 1233 | +}.pix_customizer_setting .customize-inside-control-row .palette__item:nth-child(1) | |
| 1489 | 1234 | { |
| 1490 | - -webkit-transform: translate3d(-50%, 0, 0); | |
| 1491 | - transform: translate3d(-50%, 0, 0); | |
| 1492 | -} | |
| 1235 | + transition-delay: 0s; | |
| 1236 | +}.pix_customizer_setting .customize-inside-control-row .palette__item:nth-child(2) | |
| 1237 | +{ | |
| 1238 | + transition-delay: .05s; | |
| 1239 | +}.pix_customizer_setting .customize-inside-control-row .palette__item:nth-child(3) | |
| 1240 | +{ | |
| 1241 | + transition-delay: .1s; | |
| 1242 | +}.pix_customizer_setting .customize-inside-control-row .palette__item:nth-child(4) | |
| 1243 | +{ | |
| 1244 | + transition-delay: .15s; | |
| 1245 | +}.pix_customizer_setting .customize-inside-control-row .palette__item:nth-child(5) | |
| 1246 | +{ | |
| 1247 | + transition-delay: .2s; | |
| 1248 | +}.pix_customizer_setting .customize-inside-control-row .palette__item:nth-child(6) | |
| 1249 | +{ | |
| 1250 | + transition-delay: .25s; | |
| 1251 | +}.pix_customizer_setting .customize-inside-control-row .palette__item:nth-child(7) | |
| 1252 | +{ | |
| 1253 | + transition-delay: .3s; | |
| 1254 | +}.pix_customizer_setting .customize-inside-control-row .palette__item:nth-child(8) | |
| 1255 | +{ | |
| 1256 | + transition-delay: .35s; | |
| 1257 | +}.pix_customizer_setting .customize-inside-control-row .palette__item:nth-child(9) | |
| 1258 | +{ | |
| 1259 | + transition-delay: .4s; | |
| 1260 | +}.pix_customizer_setting .customize-inside-control-row .palette__item:nth-child(10) | |
| 1261 | +{ | |
| 1262 | + transition-delay: .45s; | |
| 1263 | +}.pix_customizer_setting .customize-inside-control-row .preview__letter, | |
| 1264 | +.pix_customizer_setting .customize-inside-control-row .preview__letter--checked | |
| 1265 | +{font-style: normal; | |
| 1493 | 1266 | |
| 1494 | -[data-balloon][data-balloon-pos='down']:hover::after | |
| 1267 | + display: inline-block;min-width: 26px;min-height: 26px;margin-right: 5px;padding: 3px;text-align: center;vertical-align: baseline;color: white;border-radius: 2px;background-repeat: no-repeat;background-position: center center;background-size: 15px 15px; | |
| 1268 | +}.pix_customizer_setting .customize-inside-control-row .preview__letter--checked | |
| 1495 | 1269 | { |
| 1496 | - -webkit-transform: translate3d(-50%, 0, 0); | |
| 1497 | - transform: translate3d(-50%, 0, 0); | |
| 1498 | -} | |
| 1270 | + display: none; | |
| 1271 | +}[id*='sm_current_color_palette_control'] .customize-inside-control-row .palette__item[class] | |
| 1272 | +{ | |
| 1273 | + -webkit-transform: none ;transform: none; | |
| 1274 | +}[id*='sm_current_color_palette_control'] .variation-control | |
| 1275 | +{ | |
| 1276 | + display: -ms-flexbox ;display: flex; | |
| 1277 | +}.label__inner | |
| 1278 | +{z-index: 2;padding: 7px 12px 7px 7px; | |
| 1499 | 1279 | |
| 1500 | -[data-balloon][data-balloon-pos='left']::before | |
| 1280 | + color: #000;border-radius: 3px;background: #f5f6f1;box-shadow: 0 2px 5px rgba(0,0,0,.15); | |
| 1281 | +}.picker | |
| 1501 | 1282 | { |
| 1502 | - top: 50%; | |
| 1503 | - right: 100%; | |
| 1283 | + position: relative;top: 0;left: 50%;overflow: hidden;width: 80%;max-width: 3em;margin-top: auto;margin-bottom: auto;-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);border-radius: 50%; | |
| 1284 | +}.colors .picker > i | |
| 1285 | +{position: absolute;z-index: 20;top: 0;right: 0;bottom: 0;left: 0; | |
| 1504 | 1286 | |
| 1505 | - margin-right: 11px; | |
| 1287 | + display: block;pointer-events: none;border-radius: 50%;box-shadow: inset 0 0 3px 0 rgba(0,0,0,.2); | |
| 1288 | +}.picker:before, | |
| 1289 | +.picker:after | |
| 1290 | +{display: block; | |
| 1506 | 1291 | |
| 1507 | - -webkit-transform: translate3d(10px, -50%, 0); | |
| 1508 | - transform: translate3d(10px, -50%, 0); | |
| 1509 | -} | |
| 1292 | + content: '';border-radius: 50%;background: currentColor; | |
| 1293 | +}.picker:before | |
| 1294 | +{ | |
| 1295 | + padding-top: 100%; | |
| 1296 | +}.picker:after | |
| 1297 | +{ | |
| 1298 | + position: absolute;top: 0;left: 0;width: 100%;height: 100%; | |
| 1299 | +}.fill | |
| 1300 | +{ | |
| 1301 | + overflow: hidden; | |
| 1302 | +}.color:first-child .fill | |
| 1303 | +{ | |
| 1304 | + border-top-left-radius: 5px;border-bottom-left-radius: 5px; | |
| 1305 | +}.color:last-child .fill | |
| 1306 | +{ | |
| 1307 | + border-top-right-radius: 5px;border-bottom-right-radius: 5px; | |
| 1308 | +}.label | |
| 1309 | +{ | |
| 1310 | + margin-right: auto; | |
| 1311 | +}#customize-theme-controls [id*='sm_current_color_palette_control'] | |
| 1312 | +{ | |
| 1313 | + display: block;width: auto; | |
| 1314 | +}#customize-theme-controls [id*='sm_current_color_palette_control'] .color-palette-container | |
| 1315 | +{ | |
| 1316 | + background: white; | |
| 1317 | +}#customize-theme-controls [id*='sm_current_color_palette_control'] .color-palette-container .description | |
| 1318 | +{ | |
| 1319 | + margin-bottom: 15px; | |
| 1320 | +}#customize-theme-controls [id*='sm_current_color_palette_control'] .description.c-color-palette__notification | |
| 1321 | +{font-size: inherit;font-weight: bold;margin-bottom: 0; | |
| 1322 | + padding-top: 19px; | |
| 1323 | +}.c-color-palette__fields | |
| 1324 | +{ | |
| 1325 | + position: relative; | |
| 1326 | +}.c-color-palette .iris-picker | |
| 1327 | +{ | |
| 1328 | + position: absolute;z-index: 100;top: 100%;left: 0;margin-top: 1em;border: 0;box-shadow: black 0 3px 12px -4px; | |
| 1329 | +}.c-color-palette .iris-picker .iris-square-handle | |
| 1330 | +{top: -6px;left: -6px; | |
| 1510 | 1331 | |
| 1511 | -[data-balloon][data-balloon-pos='left']::after | |
| 1332 | + border-color: transparent; | |
| 1333 | +}.c-color-palette .iris-picker .iris-square-handle:after | |
| 1512 | 1334 | { |
| 1513 | - top: 50%; | |
| 1514 | - right: 100%; | |
| 1335 | + position: absolute;top: 0;right: 0;bottom: 0;left: 0;border: 2px solid white; | |
| 1336 | +}.c-color-palette .iris-picker .iris-square-value | |
| 1337 | +{ | |
| 1338 | + box-shadow: none !important; | |
| 1339 | +}.colors | |
| 1340 | +{ | |
| 1341 | + position: relative;display: -ms-flexbox;display: flex;width: 100%;height: 3em;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;align-items: center; | |
| 1342 | +}.color | |
| 1343 | +{ | |
| 1344 | + display: -ms-flexbox ;display: flex;overflow: hidden;flex-direction: column;transition: -ms-flex-positive .3s cubic-bezier(.18, .89, .32, 1.28);transition: flex-grow .3s cubic-bezier(.18, .89, .32, 1.28);-ms-flex-direction: column;-ms-flex: 1 1 0;flex: 1 1 0; | |
| 1345 | +}.color.hidden | |
| 1346 | +{ | |
| 1347 | + display: -ms-flexbox ;display: flex;transition: -ms-flex-positive .3s cubic-bezier(.6, -1, .74, .05);transition: flex-grow .3s cubic-bezier(.6, -1, .74, .05);-ms-flex-positive: 0;flex-grow: 0; | |
| 1348 | +}.color.hidden .picker | |
| 1349 | +{transition: opacity .2s ease-out; | |
| 1515 | 1350 | |
| 1516 | - width: 6px; | |
| 1517 | - height: 18px; | |
| 1518 | - margin-right: 5px; | |
| 1519 | - | |
| 1520 | - -webkit-transform: translate3d(10px, -50%, 0); | |
| 1521 | - transform: translate3d(10px, -50%, 0); | |
| 1522 | - | |
| 1523 | - background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); | |
| 1524 | - background-size: 100% auto; | |
| 1525 | -} | |
| 1526 | - | |
| 1527 | -[data-balloon][data-balloon-pos='left']:hover::before | |
| 1351 | + opacity: 0; | |
| 1352 | +}.color .picker | |
| 1353 | +{cursor: pointer; | |
| 1354 | + transition: opacity .3s ease-in-out, border-color .3s ease-in-out; | |
| 1355 | +}.color.inactive .picker | |
| 1528 | 1356 | { |
| 1529 | - -webkit-transform: translate3d(0, -50%, 0); | |
| 1530 | - transform: translate3d(0, -50%, 0); | |
| 1531 | -} | |
| 1532 | - | |
| 1533 | -[data-balloon][data-balloon-pos='left']:hover::after | |
| 1357 | + opacity: .2; | |
| 1358 | +}.color.inactive .picker:hover | |
| 1534 | 1359 | { |
| 1535 | - -webkit-transform: translate3d(0, -50%, 0); | |
| 1536 | - transform: translate3d(0, -50%, 0); | |
| 1537 | -} | |
| 1538 | - | |
| 1539 | -[data-balloon][data-balloon-pos='right']::before | |
| 1360 | + opacity: 1; | |
| 1361 | +}input.c-color-palette__input[class] | |
| 1540 | 1362 | { |
| 1541 | - top: 50%; | |
| 1542 | - left: 100%; | |
| 1363 | + margin-top: 1em; | |
| 1364 | +}#customize-control-sm_toggle_advanced_settings_control | |
| 1365 | +{ | |
| 1366 | + margin-bottom: 0;opacity: 0; | |
| 1367 | +}#customize-control-sm_toggle_advanced_settings_control button | |
| 1368 | +{ | |
| 1369 | + width: 100%; | |
| 1370 | +}@-webkit-keyframes bounceIn | |
| 1371 | +{ | |
| 1372 | + 0%, | |
| 1373 | + 20%, | |
| 1374 | + 40%, | |
| 1375 | + 60%, | |
| 1376 | + 80%, | |
| 1377 | + 100% | |
| 1378 | + { | |
| 1379 | + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1) ;animation-timing-function: cubic-bezier(.215, .61, .355, 1); | |
| 1380 | + }0% | |
| 1381 | + {-webkit-transform: scale3d(.3, .3, .3) ;transform: scale3d(.3, .3, .3); | |
| 1543 | 1382 | |
| 1544 | - margin-left: 11px; | |
| 1383 | + opacity: 0; | |
| 1384 | + }20% | |
| 1385 | + { | |
| 1386 | + -webkit-transform: scale3d(1.1, 1.1, 1.1) ;transform: scale3d(1.1, 1.1, 1.1); | |
| 1387 | + }40% | |
| 1388 | + { | |
| 1389 | + -webkit-transform: scale3d(.9, .9, .9) ;transform: scale3d(.9, .9, .9); | |
| 1390 | + }60% | |
| 1391 | + {-webkit-transform: scale3d(1.03, 1.03, 1.03) ;transform: scale3d(1.03, 1.03, 1.03); | |
| 1545 | 1392 | |
| 1546 | - -webkit-transform: translate3d(-10px, -50%, 0); | |
| 1547 | - transform: translate3d(-10px, -50%, 0); | |
| 1548 | -} | |
| 1393 | + opacity: 1; | |
| 1394 | + }80% | |
| 1395 | + { | |
| 1396 | + -webkit-transform: scale3d(.97, .97, .97) ;transform: scale3d(.97, .97, .97); | |
| 1397 | + }100% | |
| 1398 | + {-webkit-transform: scale3d(1, 1, 1) ;transform: scale3d(1, 1, 1); | |
| 1549 | 1399 | |
| 1550 | -[data-balloon][data-balloon-pos='right']::after | |
| 1400 | + opacity: 1; | |
| 1401 | + } | |
| 1402 | +}@keyframes bounceIn | |
| 1551 | 1403 | { |
| 1552 | - top: 50%; | |
| 1553 | - left: 100%; | |
| 1404 | + 0%, | |
| 1405 | + 20%, | |
| 1406 | + 40%, | |
| 1407 | + 60%, | |
| 1408 | + 80%, | |
| 1409 | + 100% | |
| 1410 | + { | |
| 1411 | + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1) ;animation-timing-function: cubic-bezier(.215, .61, .355, 1); | |
| 1412 | + }0% | |
| 1413 | + {-webkit-transform: scale3d(.3, .3, .3) ;transform: scale3d(.3, .3, .3); | |
| 1554 | 1414 | |
| 1555 | - width: 6px; | |
| 1556 | - height: 18px; | |
| 1557 | - margin-left: 5px; | |
| 1415 | + opacity: 0; | |
| 1416 | + }20% | |
| 1417 | + { | |
| 1418 | + -webkit-transform: scale3d(1.1, 1.1, 1.1) ;transform: scale3d(1.1, 1.1, 1.1); | |
| 1419 | + }40% | |
| 1420 | + { | |
| 1421 | + -webkit-transform: scale3d(.9, .9, .9) ;transform: scale3d(.9, .9, .9); | |
| 1422 | + }60% | |
| 1423 | + {-webkit-transform: scale3d(1.03, 1.03, 1.03) ;transform: scale3d(1.03, 1.03, 1.03); | |
| 1558 | 1424 | |
| 1559 | - -webkit-transform: translate3d(-10px, -50%, 0); | |
| 1560 | - transform: translate3d(-10px, -50%, 0); | |
| 1425 | + opacity: 1; | |
| 1426 | + }80% | |
| 1427 | + { | |
| 1428 | + -webkit-transform: scale3d(.97, .97, .97) ;transform: scale3d(.97, .97, .97); | |
| 1429 | + }100% | |
| 1430 | + {-webkit-transform: scale3d(1, 1, 1) ;transform: scale3d(1, 1, 1); | |
| 1561 | 1431 | |
| 1562 | - background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); | |
| 1563 | - background-size: 100% auto; | |
| 1564 | -} | |
| 1565 | - | |
| 1566 | -[data-balloon][data-balloon-pos='right']:hover::before | |
| 1432 | + opacity: 1; | |
| 1433 | + } | |
| 1434 | +}#customize-theme-controls #sub-accordion-panel-style_manager_panel .customize-panel-description, | |
| 1435 | +#customize-theme-controls #sub-accordion-panel-theme_options_panel .customize-panel-description | |
| 1567 | 1436 | { |
| 1568 | - -webkit-transform: translate3d(0, -50%, 0); | |
| 1569 | - transform: translate3d(0, -50%, 0); | |
| 1570 | -} | |
| 1437 | + display: block; | |
| 1438 | +}#customize-theme-controls li#accordion-panel-style_manager_panel h3.accordion-section-title:before | |
| 1439 | +{font-family: dashicons;font-size: 17px; | |
| 1571 | 1440 | |
| 1572 | -[data-balloon][data-balloon-pos='right']:hover::after | |
| 1441 | + position: relative;float: right;margin-right: 28px;padding: 1px;content: '';color: #aed2e5;-webkit-font-smoothing: antialiased; | |
| 1442 | +}#customize-theme-controls li#accordion-panel-style_manager_panel h3.accordion-section-title:before | |
| 1573 | 1443 | { |
| 1574 | - -webkit-transform: translate3d(0, -50%, 0); | |
| 1575 | - transform: translate3d(0, -50%, 0); | |
| 1576 | -} | |
| 1444 | + font-size: 18px;color: #f8bc30; | |
| 1445 | +}#customize-theme-controls li#accordion-section-sm_color_palettes_section h3.accordion-section-title:before | |
| 1446 | +{font-family: dashicons;font-size: 17px; | |
| 1577 | 1447 | |
| 1578 | -[data-balloon][data-balloon-length='small']::before | |
| 1448 | + position: relative;float: right;margin-right: 28px;padding: 1px;content: '';color: #aed2e5;-webkit-font-smoothing: antialiased; | |
| 1449 | +}#customize-theme-controls li#accordion-section-sm_color_palettes_section h3.accordion-section-title | |
| 1579 | 1450 | { |
| 1580 | - width: 80px; | |
| 1451 | + border-top: none; | |
| 1452 | +}#customize-theme-controls li#accordion-section-sm_font_palettes_section h3.accordion-section-title:before | |
| 1453 | +{font-family: dashicons;font-size: 17px; | |
| 1581 | 1454 | |
| 1582 | - white-space: normal; | |
| 1583 | -} | |
| 1455 | + position: relative;float: right;margin-right: 28px;padding: 1px;content: '';color: #aed2e5;-webkit-font-smoothing: antialiased; | |
| 1456 | +}#customize-theme-controls li#accordion-section-sm_color_palettes_section h3.accordion-section-title:before, | |
| 1457 | +#customize-theme-controls li#accordion-section-sm_font_palettes_section h3.accordion-section-title:before | |
| 1458 | +{margin-top: -2px;margin-right: 5px; | |
| 1459 | + padding: 3px; | |
| 1460 | +}#customize-theme-controls li#accordion-panel-theme_options_panel h3.accordion-section-title:before | |
| 1461 | +{font-family: dashicons;font-size: 17px; | |
| 1584 | 1462 | |
| 1585 | -[data-balloon][data-balloon-length='medium']::before | |
| 1586 | -{ | |
| 1587 | - width: 150px; | |
| 1463 | + position: relative;float: right;margin-right: 28px;padding: 1px;content: '';color: #aed2e5;-webkit-font-smoothing: antialiased; | |
| 1464 | +}#customize-theme-controls li#accordion-panel-theme_options_panel h3.accordion-section-title | |
| 1465 | +{margin: 0 0 15px 0;border-right: none; | |
| 1466 | + border-bottom: 1px solid #ddd;border-left: none; | |
| 1467 | +}.color .disc | |
| 1468 | +{position: absolute;z-index: 15;top: 0;right: 0;bottom: 0;left: 0; | |
| 1588 | 1469 | |
| 1589 | - white-space: normal; | |
| 1590 | -} | |
| 1470 | + display: block;overflow: hidden;transition: opacity .3s ease-in-out;pointer-events: none;opacity: 0; | |
| 1471 | +}.color .disc:after | |
| 1472 | +{position: absolute;top: -50%;left: -50%;display: block;width: 200%;height: 200%;padding-top: 100%; | |
| 1591 | 1473 | |
| 1592 | -[data-balloon][data-balloon-length='large']::before | |
| 1474 | + content: '';-webkit-transform: scale(1);transform: scale(1);background-image: linear-gradient(330deg, transparent 50%, #ff8100 0),linear-gradient(300deg, transparent 50%, #ff5800 0),linear-gradient(270deg, transparent 50%, #c92323 0),linear-gradient(240deg, transparent 50%, #cc42a2 0),linear-gradient(210deg, transparent 50%, #9f49ac 0),linear-gradient(180deg, transparent 50%, #306cd3 0),linear-gradient(150deg, transparent 50%, #179067 0),linear-gradient(120deg, transparent 50%, #0eb5d6 0),linear-gradient(90deg, transparent 50%, #50b517 0),linear-gradient(60deg, transparent 50%, #ede604 0),linear-gradient(30deg, transparent 50%, #fc0 0),linear-gradient(0deg, transparent 50%, #feac00 0);background-clip: content-box,content-box,content-box,content-box,content-box,content-box,padding-box,padding-box,padding-box,padding-box,padding-box,padding-box;-webkit-filter: blur(6px) saturate(.7) brightness(1.1);filter: blur(6px) saturate(.7) brightness(1.1); | |
| 1475 | +}.color.altered .disc | |
| 1593 | 1476 | { |
| 1594 | - width: 260px; | |
| 1477 | + opacity: 1; | |
| 1478 | +}.customize-control-color .wp-picker-container .iris-picker .iris-palette-container | |
| 1479 | +{ | |
| 1480 | + display: -ms-flexbox ;display: flex;width: 215px; | |
| 1481 | +}.customize-control-color .wp-picker-container .iris-picker .iris-palette | |
| 1482 | +{float: none; | |
| 1595 | 1483 | |
| 1596 | - white-space: normal; | |
| 1597 | -} | |
| 1484 | + width: auto !important;height: auto !important;-ms-flex: 1 1 0;flex: 1 1 0; | |
| 1485 | +}.customize-control-color .wp-picker-container .iris-picker .iris-palette:after | |
| 1486 | +{display: block;padding-top: 100%; | |
| 1598 | 1487 | |
| 1599 | -[data-balloon][data-balloon-length='xlarge']::before | |
| 1488 | + content: ''; | |
| 1489 | +}.c-color-palette | |
| 1600 | 1490 | { |
| 1601 | - width: 380px; | |
| 1491 | + padding: 30px 20px 18px; | |
| 1492 | +}[id='customize-control-sm_current_color_palette_control'][id] | |
| 1493 | +{ | |
| 1494 | + margin-bottom: 0; | |
| 1495 | +}[id='customize-control-sm_current_color_palette_control'][id] ~ .customize-control | |
| 1496 | +{margin-bottom: 0;padding: 24px 20px 0; | |
| 1602 | 1497 | |
| 1603 | - white-space: normal; | |
| 1604 | -} | |
| 1605 | - | |
| 1606 | -@media screen and (max-width: 768px) | |
| 1498 | + background-color: #fff; | |
| 1499 | +}#customize-control-sm_dark_color_primary_slider_control, | |
| 1500 | +#customize-control-sm_dark_color_secondary_slider_control, | |
| 1501 | +#customize-control-sm_dark_color_tertiary_slider_control | |
| 1607 | 1502 | { |
| 1608 | - [data-balloon][data-balloon-length='xlarge']::before | |
| 1609 | - { | |
| 1610 | - width: 90vw; | |
| 1503 | + display: none !important; | |
| 1504 | +}.sm_color_matrix | |
| 1505 | +{ | |
| 1506 | + display: -ms-flexbox ;display: flex;margin-left: -15px;-ms-flex-wrap: wrap;flex-wrap: wrap; | |
| 1507 | +}.sm_color_matrix > * | |
| 1508 | +{ | |
| 1509 | + display: grid;padding-top: 15px;padding-left: 15px;grid-auto-rows: 2px;grid-auto-columns: 2px;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%; | |
| 1510 | +}.sm_color_matrix > * > * | |
| 1511 | +{-webkit-animation-name: bounceIn ;animation-name: bounceIn;-webkit-animation-duration: .75s;animation-duration: .75s;border: 1px solid #ccc;border-radius: 50%; | |
| 1512 | + background-color: currentColor; | |
| 1513 | +}.sm_color_matrix > * > :nth-child(1) | |
| 1514 | +{ | |
| 1515 | + grid-area: 16 / 12 / span 12 / span 12; | |
| 1516 | +}.sm_color_matrix > * > :nth-child(2) | |
| 1517 | +{ | |
| 1518 | + grid-area: 26 / 24 / span 4 / span 4; | |
| 1519 | +}.sm_color_matrix > * > :nth-child(3) | |
| 1520 | +{ | |
| 1521 | + grid-area: 13 / 24 / span 4 / span 4; | |
| 1522 | +}.sm_color_matrix > * > :nth-child(4) | |
| 1523 | +{ | |
| 1524 | + grid-area: 8 / 8 / span 8 / span 8; | |
| 1525 | +}.sm_color_matrix > * > :nth-child(5) | |
| 1526 | +{ | |
| 1527 | + grid-area: 32 / 8 / span 4 / span 4; | |
| 1528 | +}.sm_color_matrix > * > :nth-child(6) | |
| 1529 | +{ | |
| 1530 | + grid-area: 30 / 16 / span 8 / span 8; | |
| 1531 | +}.sm_color_matrix > * > :nth-child(7) | |
| 1532 | +{ | |
| 1533 | + grid-area: 4 / 20 / span 8 / span 8; | |
| 1534 | +}.sm_color_matrix > * > :nth-child(8) | |
| 1535 | +{ | |
| 1536 | + grid-area: 17 / 26 / span 8 / span 8; | |
| 1537 | +}.sm_color_matrix > * > :nth-child(9) | |
| 1538 | +{ | |
| 1539 | + grid-area: 22 / 2 / span 8 / span 8; | |
| 1540 | +}.sm_color_matrix > * > :nth-child(10) | |
| 1541 | +{ | |
| 1542 | + grid-area: 28 / 11 / span 2 / span 2; | |
| 1543 | +}.sm_color_matrix > * > :nth-child(11) | |
| 1544 | +{ | |
| 1545 | + grid-area: 9 / 31 / span 6 / span 6; | |
| 1546 | +}.sm_color_matrix > * > :nth-child(11) | |
| 1547 | +{ | |
| 1548 | + grid-area: 26 / 30 / span 9 / span 9; | |
| 1549 | +}.sm_color_matrix > * > :nth-child(12) | |
| 1550 | +{ | |
| 1551 | + grid-area: 17 / 7 / span 4 / span 4; | |
| 1552 | +}.sm_color_matrix > * > :nth-child(13) | |
| 1553 | +{ | |
| 1554 | + grid-area: 19 / 36 / span 6 / span 6; | |
| 1555 | +}.sm_color_matrix > * > :nth-child(14) | |
| 1556 | +{ | |
| 1557 | + grid-area: 12 / 18 / span 2 / span 2; | |
| 1558 | +}.sm_color_matrix > * > :nth-child(n+15) | |
| 1559 | +{ | |
| 1560 | + display: none; | |
| 1561 | +}.sm-tabs | |
| 1562 | +{ | |
| 1563 | + display: -ms-flexbox ;display: flex;padding: 0 16px;text-align: center;border-bottom: 1px solid #dfe8ef;-ms-flex-pack: justify;justify-content: space-between; | |
| 1564 | +}.sm-tabs__item | |
| 1565 | +{font-size: 14px;margin-bottom: -1px; | |
| 1566 | + padding: 12px 0;cursor: pointer;transition: all .2s ease;opacity: .7;color: #416b7e;border-bottom: 3px solid transparent;-ms-flex-preferred-size: 31%;flex-basis: 31%; | |
| 1567 | +}.sm-tabs__item:not(.sm-tabs__item--active):hover | |
| 1568 | +{opacity: 1; | |
| 1569 | + color: #2a3b44;border-bottom-color: #e2e4e7; | |
| 1570 | +}.sm-tabs__item--active | |
| 1571 | +{opacity: 1; | |
| 1572 | + color: #2a3b44;border-bottom-color: #57abd5; | |
| 1573 | +}[id='sub-accordion-section-sm_color_palettes_section'] | |
| 1574 | +{ | |
| 1575 | + display: -ms-flexbox !important ;display: flex !important;overflow: hidden;flex-direction: column;padding: 12px 0 0 !important;-ms-flex-direction: column; | |
| 1576 | +}[id='sub-accordion-section-sm_color_palettes_section'] #customize-control-sm_color_palette_control | |
| 1577 | +{overflow-y: scroll;margin-bottom: 0;padding-top: 12px; | |
| 1611 | 1578 | |
| 1612 | - white-space: normal; | |
| 1613 | - } | |
| 1614 | -} | |
| 1579 | + -ms-flex-negative: 0;flex-shrink: 0;-ms-flex-positive: 1;flex-grow: 1; | |
| 1580 | +}[id='sub-accordion-section-sm_color_palettes_section'] > * | |
| 1581 | +{padding: 0 12px; | |
| 1615 | 1582 | |
| 1616 | -[data-balloon][data-balloon-length='fit']::before | |
| 1583 | + -ms-flex-positive: 0;flex-grow: 0; | |
| 1584 | +}[id='sub-accordion-section-sm_color_palettes_section'] [id='customize-control-sm_current_color_palette_control'] ~ * | |
| 1617 | 1585 | { |
| 1618 | - width: 100%; | |
| 1619 | - | |
| 1620 | - white-space: normal; | |
| 1621 | -} | |
| 1622 | - | |
| 1623 | -.font-options__wrapper .font-options__options-list | |
| 1586 | + display: none !important; | |
| 1587 | +}[id='sub-accordion-section-sm_color_palettes_section'] [id='customize-control-sm_palettes_description_control'] span, | |
| 1588 | +[id='sub-accordion-section-sm_color_palettes_section'] [id='customize-control-sm_filters_description_control'] span, | |
| 1589 | +[id='sub-accordion-section-sm_color_palettes_section'] [id='customize-control-sm_customize_description_control'] span | |
| 1624 | 1590 | { |
| 1625 | - border-color: #b8daeb; | |
| 1626 | - box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15); | |
| 1627 | -} | |
| 1628 | - | |
| 1629 | -.font-options__wrapper .font-options__option | |
| 1591 | + margin: 0; | |
| 1592 | +}[id='sub-accordion-section-sm_color_palettes_section'].sm-view-palettes [id='customize-control-sm_palettes_description_control'], | |
| 1593 | +[id='sub-accordion-section-sm_color_palettes_section'].sm-view-palettes [id='customize-control-sm_color_palette_control'] | |
| 1630 | 1594 | { |
| 1631 | - margin-bottom: 12px; | |
| 1632 | -} | |
| 1633 | -.font-options__wrapper .font-options__option label | |
| 1595 | + display: block !important; | |
| 1596 | +}[id='sub-accordion-section-sm_color_palettes_section'].sm-view-filters [id='customize-control-sm_filters_description_control'], | |
| 1597 | +[id='sub-accordion-section-sm_color_palettes_section'].sm-view-filters [id='customize-control-sm_palette_filter_control'] | |
| 1634 | 1598 | { |
| 1635 | - display: block; | |
| 1636 | - | |
| 1637 | - margin-bottom: 6px; | |
| 1638 | -} | |
| 1639 | - | |
| 1640 | -.font-options__wrapper [type=checkbox]:checked ~ .font-options__options-list | |
| 1599 | + display: block !important; | |
| 1600 | +}[id='sub-accordion-section-sm_color_palettes_section'].sm-view-customize [id='customize-control-sm_customize_description_control'], | |
| 1601 | +[id='sub-accordion-section-sm_color_palettes_section'].sm-view-customize [id='customize-control-sm_coloration_level_control'], | |
| 1602 | +[id='sub-accordion-section-sm_color_palettes_section'].sm-view-customize [id='customize-control-sm_color_diversity_control'], | |
| 1603 | +[id='sub-accordion-section-sm_color_palettes_section'].sm-view-customize [id='customize-control-sm_shuffle_colors_control'], | |
| 1604 | +[id='sub-accordion-section-sm_color_palettes_section'].sm-view-customize [id='customize-control-sm_dark_mode_control'] | |
| 1641 | 1605 | { |
| 1642 | - display: block; | |
| 1643 | - | |
| 1606 | + display: block !important; | |
| 1607 | +}[id='sub-accordion-section-sm_color_palettes_section'] [id='customize-control-sm_spacing_bottom_control'][id] | |
| 1608 | +{ | |
| 1609 | + display: block !important;min-height: 24px;-ms-flex-positive: 1;flex-grow: 1; | |
| 1610 | +}[id='customize-control-sm_color_palette_control'] .customize-control-title, | |
| 1611 | +[id='customize-control-sm_color_palette_control'] .separator.label, | |
| 1612 | +[id='customize-control-sm_color_palette_control'] .customize-control-description | |
| 1613 | +{ | |
| 1614 | + display: none; | |
| 1615 | +}.customize-control-radio[class][id='customize-control-sm_palette_filter_control'] > .customize-inside-control-row:not(:only-of-type) | |
| 1616 | +{ | |
| 1617 | + display: block;width: auto; | |
| 1618 | +}.color[class*='sm_color'][class*='_connected'], | |
| 1619 | +.color[class*='sm_dark'][class*='_connected'], | |
| 1620 | +.color[class*='sm_light'][class*='_connected'] | |
| 1621 | +{ | |
| 1622 | + display: none; | |
| 1623 | +}.c-color-palette__colors | |
| 1624 | +{ | |
| 1625 | + position: relative; | |
| 1626 | +}.c-color-palette canvas, | |
| 1627 | +.c-color-palette svg | |
| 1628 | +{ | |
| 1629 | + max-width: 100%;height: auto; | |
| 1630 | +}.c-color-palette__fields | |
| 1631 | +{ | |
| 1632 | + position: absolute;z-index: 100;top: 100%;right: 0;left: 0; | |
| 1633 | +}[id='sub-accordion-section-sm_color_palettes_section'] > .customize-section-description-container | |
| 1634 | +{ | |
| 1635 | + margin-bottom: 0;border-bottom: 1px solid #dfe8ef; | |
| 1636 | +}.sm-palette-filter .colors | |
| 1637 | +{ | |
| 1638 | + width: auto;height: auto;padding: 10px 10px;border-radius: 999em; | |
| 1639 | +}.sm-palette-filter .picker:after | |
| 1640 | +{ | |
| 1641 | + box-shadow: inset 0 0 3px 0 rgba(0,0,0,.2); | |
| 1642 | +}.sm-palette-filter > label | |
| 1643 | +{ | |
| 1644 | + position: relative;display: block;margin: 0 0 10px; | |
| 1645 | +}.sm-palette-filter > label:hover .filter-label | |
| 1646 | +{ | |
| 1644 | 1647 | opacity: 1; |
| 1645 | -} | |
| 1646 | - | |
| 1647 | -input.customify_font_tooltip | |
| 1648 | +}.sm-palette-filter > input | |
| 1648 | 1649 | { |
| 1649 | 1650 | display: none; |
| 1650 | -} | |
| 1651 | +}.sm-palette-filter .filter-label | |
| 1652 | +{ | |
| 1653 | + position: absolute;z-index: 10;top: 0;left: 0;display: -ms-flexbox;display: flex;width: 100%;height: 100%;transition: opacity .2s ease-out;opacity: 0;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center; | |
| 1654 | +}.sm-palette-filter .filter-label span | |
| 1655 | +{ | |
| 1656 | + position: relative;z-index: 20; | |
| 1657 | +}.sm-palette-filter .filter-label:after | |
| 1658 | +{position: absolute;z-index: 10;top: 0;left: 0;display: block;width: 100%;height: 100%; | |
| 1651 | 1659 | |
| 1652 | -ul.font-options__options-list .select2-container | |
| 1660 | + content: '';border-radius: 999em;background-color: #fff;box-shadow: #d6e0e5 0 0 0 1px; | |
| 1661 | +}.sm-palette-filter > input:checked + label .filter-label:after | |
| 1653 | 1662 | { |
| 1654 | - width: 100% !important; | |
| 1655 | -} | |
| 1656 | -ul.font-options__options-list .select2-container .select2-selection--single | |
| 1663 | + background-color: #f7f9fa;box-shadow: none; | |
| 1664 | +}.sm-palette-filter > input:checked + label .colors | |
| 1657 | 1665 | { |
| 1658 | - -webkit-appearance: initial; | |
| 1659 | -} | |
| 1660 | -ul.font-options__options-list .select2-container .select2-selection--single .select2-selection__arrow | |
| 1666 | + background-color: #f7f9fa;box-shadow: #57abd5 0 0 0 2px; | |
| 1667 | +}.customize-control-sm_palette_filter .customize-control-title, | |
| 1668 | +.customize-control-sm_palette_filter .separator.label | |
| 1661 | 1669 | { |
| 1662 | 1670 | display: none; |
| 1663 | -} | |
| 1671 | +}#customize-control-sm_font_palette_control ~ .customize-control | |
| 1672 | +{ | |
| 1673 | + display: none !important; | |
| 1674 | +}.pix_customizer_setting .font_palette[class][class] .customize-inside-control-row | |
| 1675 | +{overflow: hidden; | |
| 1664 | 1676 | |
| 1665 | -ul.font-options__options-list .select2-container--default .select2-selection--single .select2-selection__rendered | |
| 1677 | + height: auto;padding-top: 52%;border-radius: 6px;background-color: white; | |
| 1678 | +}.pix_customizer_setting .font_palette[class][class] .customize-inside-control-row:before | |
| 1666 | 1679 | { |
| 1667 | - line-height: initial; | |
| 1668 | - | |
| 1669 | - color: inherit; | |
| 1670 | -} | |
| 1671 | - | |
| 1672 | -.select2-container.select2-container--open | |
| 1680 | + border: 1px solid #dfe8ef;border-radius: 6px; | |
| 1681 | +}.pix_customizer_setting .font_palette[class][class] .customize-inside-control-row:before, | |
| 1682 | +.pix_customizer_setting .font_palette[class][class] .customize-inside-control-row:hover:before | |
| 1673 | 1683 | { |
| 1674 | - z-index: 99999999; | |
| 1675 | -} | |
| 1676 | - | |
| 1677 | -.wp-customizer .widget-conditional .condition-control:after | |
| 1684 | + box-shadow: 0 1px 0 0 #b8daeb; | |
| 1685 | +}.pix_customizer_setting .font_palette[class][class] .customize-inside-control-row input | |
| 1678 | 1686 | { |
| 1679 | - display: table; | |
| 1680 | - clear: both; | |
| 1687 | + display: none; | |
| 1688 | +}.pix_customizer_setting .font_palette[class][class] .customize-inside-control-row label | |
| 1689 | +{left: 0; | |
| 1681 | 1690 | |
| 1682 | - content: ' '; | |
| 1683 | -} | |
| 1684 | - | |
| 1685 | -.wp-customizer .widget-conditional .selection | |
| 1691 | + border-radius: 6px; | |
| 1692 | +}.pix_customizer_setting .font_palette[class][class] .customize-inside-control-row input + label | |
| 1686 | 1693 | { |
| 1687 | - margin-right: 0; | |
| 1688 | - margin-bottom: 10px; | |
| 1689 | - margin-left: 0; | |
| 1690 | - padding-right: 50px; | |
| 1691 | - padding-bottom: 19px; | |
| 1692 | - padding-left: 28px; | |
| 1693 | - | |
| 1694 | - border-bottom: 1px solid #cbcfd4; | |
| 1695 | -} | |
| 1696 | - | |
| 1697 | -.wp-customizer .widget-conditional .condition:last-child .selection | |
| 1694 | + border: 2px solid transparent; | |
| 1695 | +}.pix_customizer_setting .font_palette[class][class] .customize-inside-control-row input:checked + label | |
| 1698 | 1696 | { |
| 1699 | - border: 0; | |
| 1700 | -} | |
| 1701 | - | |
| 1702 | -.wp-customizer .widget-conditional select | |
| 1697 | + border-color: #57abd5; | |
| 1698 | +}.pix_customizer_setting .font_palette[class][class] .customize-inside-control-row .label__inner | |
| 1703 | 1699 | { |
| 1704 | - width: 170px; | |
| 1705 | - max-width: 100%; | |
| 1706 | -} | |
| 1707 | - | |
| 1708 | -.wp-customizer .widget-conditional .condition-top select | |
| 1700 | + display: none; | |
| 1701 | +}#customize-theme-controls .control-panel-content:not(.control-panel-nav_menus) .control-section:nth-child(2), | |
| 1702 | +#customize-theme-controls .control-panel-nav_menus .control-section-nav_menu, | |
| 1703 | +#customize-theme-controls .control-section-nav_menu_locations .accordion-section-title | |
| 1709 | 1704 | { |
| 1710 | - width: 130px; | |
| 1705 | + border-top: 0; | |
| 1711 | 1706 | } |