TABS AND GRID
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
367 changed files
with
1122 additions
and
0 deletions
| 1 | body { | ||
| 2 | background: #fff !important; | ||
| 3 | } | ||
| 4 | |||
| 5 | #wpcontent { | ||
| 6 | padding-left: 0 !important; | ||
| 7 | } | ||
| 8 | |||
| 9 | .plugin_head { | ||
| 10 | padding: 60px 0 30px; | ||
| 11 | max-width: 650px; | ||
| 12 | margin: 0 auto; | ||
| 13 | text-align: center; | ||
| 14 | } | ||
| 15 | |||
| 16 | .plugin__head_container, | ||
| 17 | .tabs__titles { | ||
| 18 | background: #f2f7f9; | ||
| 19 | } | ||
| 20 | |||
| 21 | .tabs__titles { | ||
| 22 | display: flex; | ||
| 23 | align-items: center; | ||
| 24 | justify-content: center; | ||
| 25 | } | ||
| 26 | |||
| 27 | p.tab__title { | ||
| 28 | padding: 10px 15px; | ||
| 29 | margin: 0; | ||
| 30 | text-align: center; | ||
| 31 | cursor: pointer; | ||
| 32 | border: 1px solid #f2f7f9; | ||
| 33 | border-bottom: 0; | ||
| 34 | } | ||
| 35 | |||
| 36 | p.tab__title.active { | ||
| 37 | background: #fff; | ||
| 38 | border-color: #f3f3f3; | ||
| 39 | } | ||
| 40 | |||
| 41 | .tabs__panels { | ||
| 42 | padding: 30px 0; | ||
| 43 | } | ||
| 44 | |||
| 45 | .tab__panel { | ||
| 46 | display: none; | ||
| 47 | } | ||
| 48 | |||
| 49 | .tab__panel.active { | ||
| 50 | display: block; | ||
| 51 | } | ||
| 52 | |||
| 53 | .tabs__container { | ||
| 54 | max-width: 900px; | ||
| 55 | margin: 0 auto; | ||
| 56 | min-height: 100vh; | ||
| 57 | } | ||
| 58 | |||
| 59 | /* Support Tab Content */ | ||
| 60 | .tab__panel_flex { | ||
| 61 | display: flex; | ||
| 62 | align-items: flex-start; | ||
| 63 | justify-content: space-between; | ||
| 64 | min-height: 50vh; | ||
| 65 | } | ||
| 66 | |||
| 67 | .tab__panel_left { | ||
| 68 | width: 65%; | ||
| 69 | } | ||
| 70 | |||
| 71 | .tab__panel_right { | ||
| 72 | width: 30%; | ||
| 73 | } | ||
| 74 | |||
| 75 | .video__container iframe { | ||
| 76 | width: 100%; | ||
| 77 | border: 1px solid #ccc; | ||
| 78 | box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); | ||
| 79 | padding: 5px; | ||
| 80 | border-radius: 5px; | ||
| 81 | box-sizing: border-box; | ||
| 82 | } | ||
| 83 | |||
| 84 | .single__support_panel { | ||
| 85 | box-shadow: 0 0 10px rgb(0 0 0 / 8%); | ||
| 86 | border-radius: 5px; | ||
| 87 | padding: 15px 15px; | ||
| 88 | box-sizing: border-box; | ||
| 89 | margin-bottom: 15px; | ||
| 90 | } | ||
| 91 | |||
| 92 | h3.support__title { | ||
| 93 | margin: 0 0 10px; | ||
| 94 | } | ||
| 95 | |||
| 96 | a.support__link { | ||
| 97 | text-underline-offset: 3px; | ||
| 98 | } | ||
| 99 | |||
| 100 | .custom__block_request { | ||
| 101 | background: #f2f7f9; | ||
| 102 | padding: 50px; | ||
| 103 | margin-top: 50px; | ||
| 104 | border-radius: 5px; | ||
| 105 | box-sizing: border-box; | ||
| 106 | box-shadow: 0 0 5px rgb(0 0 0 / 30%); | ||
| 107 | text-align: center; | ||
| 108 | } | ||
| 109 | |||
| 110 | h3.custom__block_request_title { | ||
| 111 | margin: 0 0 15px; | ||
| 112 | } | ||
| 113 | |||
| 114 | a.available__link { | ||
| 115 | display: inline-block; | ||
| 116 | padding: 5px 15px; | ||
| 117 | border: 1px solid currentColor; | ||
| 118 | text-decoration: none; | ||
| 119 | border-radius: 2px; | ||
| 120 | margin: 0 2px; | ||
| 121 | } | ||
| 122 | |||
| 123 | .available__links { | ||
| 124 | margin-top: 15px; | ||
| 125 | } | ||
| 126 | |||
| 127 | a.available__link.fiverr { | ||
| 128 | background: #18bf73; | ||
| 129 | color: #fff; | ||
| 130 | border-color: #18bf73; | ||
| 131 | } | ||
| 132 | |||
| 133 | a.available__link.upwork { | ||
| 134 | background: #17a700; | ||
| 135 | color: #fff; | ||
| 136 | border-color: #17a700; | ||
| 137 | } | ||
| 138 | |||
| 139 | a.available__link.mail { | ||
| 140 | background: #d93025; | ||
| 141 | color: #fff; | ||
| 142 | border-color: #d93025; | ||
| 143 | } | ||
| 144 | |||
| 145 | /* Changle Logs */ | ||
| 146 | .change__log_head { | ||
| 147 | text-align: center; | ||
| 148 | } | ||
| 149 | |||
| 150 | .change__notes { | ||
| 151 | display: flex; | ||
| 152 | align-items: center; | ||
| 153 | justify-content: center; | ||
| 154 | margin: 30px 0 50px; | ||
| 155 | } | ||
| 156 | |||
| 157 | .single__note { | ||
| 158 | margin: 0 10px; | ||
| 159 | } | ||
| 160 | |||
| 161 | span.change__note { | ||
| 162 | padding: 5px; | ||
| 163 | width: 13px; | ||
| 164 | height: 13px; | ||
| 165 | border-radius: 50%; | ||
| 166 | display: inline-block; | ||
| 167 | line-height: 13px; | ||
| 168 | margin-right: 3px; | ||
| 169 | text-align: center; | ||
| 170 | } | ||
| 171 | span.info.change__note { | ||
| 172 | background: #353535; | ||
| 173 | color: #fff; | ||
| 174 | } | ||
| 175 | span.feature { | ||
| 176 | background: #04790a; | ||
| 177 | color: #fff; | ||
| 178 | } | ||
| 179 | |||
| 180 | span.update.change__note { | ||
| 181 | background: #4673b9; | ||
| 182 | color: #fff; | ||
| 183 | } | ||
| 184 | |||
| 185 | span.fixing.change__note { | ||
| 186 | background: #e1a300; | ||
| 187 | color: #fff; | ||
| 188 | } | ||
| 189 | |||
| 190 | .plugin__info { | ||
| 191 | margin-bottom: 10px; | ||
| 192 | padding-bottom: 10px; | ||
| 193 | border-bottom: 1px solid #eaeaea; | ||
| 194 | } | ||
| 195 | |||
| 196 | span.log__version { | ||
| 197 | display: inline-block; | ||
| 198 | color: #00882b; | ||
| 199 | margin-right: 10px; | ||
| 200 | font-weight: 700; | ||
| 201 | } | ||
| 202 | |||
| 203 | span.log__date { | ||
| 204 | color: #afafaf; | ||
| 205 | } | ||
| 206 | |||
| 207 | .single__log { | ||
| 208 | margin-bottom: 30px; | ||
| 209 | } | ||
| 210 | |||
| 211 | .log__description { | ||
| 212 | margin-bottom: 10px; | ||
| 213 | } |
| 1 | /* eslint-disable no-undef */ | ||
| 2 | (function ($) { | ||
| 3 | // tabs title | ||
| 4 | const tabTitles = $('.tab__title'); | ||
| 5 | // tabs content | ||
| 6 | const tabContents = $('.tab__panel'); | ||
| 7 | |||
| 8 | // open each tab content on click tab title | ||
| 9 | tabTitles.on('click', function () { | ||
| 10 | const tabId = $(this).attr('data-tab'); | ||
| 11 | const tab = $(`#${tabId}`); | ||
| 12 | tabTitles.removeClass('active'); | ||
| 13 | $(this).addClass('active'); | ||
| 14 | tabContents.removeClass('active'); | ||
| 15 | tab.addClass('active'); | ||
| 16 | console.log(tabId); | ||
| 17 | }); | ||
| 18 | |||
| 19 | // each title on click | ||
| 20 | })(jQuery); |
This diff is collapsed.
Click to expand it.
| 1 | { | ||
| 2 | "apiVersion": 2, | ||
| 3 | "name": "atbs/tabs", | ||
| 4 | "version": "0.1.0", | ||
| 5 | "title": "Tabs Block", | ||
| 6 | "category": "atbs-block", | ||
| 7 | "description": "Display content in tabs style", | ||
| 8 | "supports": { | ||
| 9 | "html": false, | ||
| 10 | "anchor": false, | ||
| 11 | "customClassName": false | ||
| 12 | }, | ||
| 13 | "attributes": { | ||
| 14 | "uniqueId": { | ||
| 15 | "type": "string" | ||
| 16 | }, | ||
| 17 | "tabLabelsArray": { | ||
| 18 | "type": "array", | ||
| 19 | "default": [] | ||
| 20 | }, | ||
| 21 | "updateChild": { | ||
| 22 | "type": "boolean", | ||
| 23 | "default": false | ||
| 24 | }, | ||
| 25 | "tabLayout": { | ||
| 26 | "type": "string", | ||
| 27 | "default": "horizontal" | ||
| 28 | }, | ||
| 29 | "containerBorderStyle": { | ||
| 30 | "type": "string", | ||
| 31 | "default": "solid" | ||
| 32 | }, | ||
| 33 | "containerTopBorderWidth": { | ||
| 34 | "type": "string", | ||
| 35 | "default": "1" | ||
| 36 | }, | ||
| 37 | "containerRightBorderWidth": { | ||
| 38 | "type": "string", | ||
| 39 | "default": "1" | ||
| 40 | }, | ||
| 41 | "containerBottomBorderWidth": { | ||
| 42 | "type": "string", | ||
| 43 | "default": "1" | ||
| 44 | }, | ||
| 45 | "containerLeftBorderWidth": { | ||
| 46 | "type": "string", | ||
| 47 | "default": "1" | ||
| 48 | }, | ||
| 49 | "enableContainerLinkedBorder": { | ||
| 50 | "type": "boolean", | ||
| 51 | "default": true | ||
| 52 | }, | ||
| 53 | "containerLinkedBorderWidth": { | ||
| 54 | "type": "string", | ||
| 55 | "default": "1" | ||
| 56 | }, | ||
| 57 | "containerTopBorderRadius": { | ||
| 58 | "type": "string", | ||
| 59 | "default": "1" | ||
| 60 | }, | ||
| 61 | "containerRightBorderRadius": { | ||
| 62 | "type": "string", | ||
| 63 | "default": "1" | ||
| 64 | }, | ||
| 65 | "containerBottomBorderRadius": { | ||
| 66 | "type": "string", | ||
| 67 | "default": "1" | ||
| 68 | }, | ||
| 69 | "containerLeftBorderRadius": { | ||
| 70 | "type": "string", | ||
| 71 | "default": "1" | ||
| 72 | }, | ||
| 73 | "enableContainerLinkedBorderRadius": { | ||
| 74 | "type": "boolean", | ||
| 75 | "default": true | ||
| 76 | }, | ||
| 77 | "containerLinkedBorderRadius": { | ||
| 78 | "type": "string", | ||
| 79 | "default": "1" | ||
| 80 | }, | ||
| 81 | "containerDeskTopMargin": { | ||
| 82 | "type": "string" | ||
| 83 | }, | ||
| 84 | "containerDeskBottomMargin": { | ||
| 85 | "type": "string" | ||
| 86 | }, | ||
| 87 | "containerTabTopMargin": { | ||
| 88 | "type": "string" | ||
| 89 | }, | ||
| 90 | "containerTabBottomMargin": { | ||
| 91 | "type": "string" | ||
| 92 | }, | ||
| 93 | "containerMobTopMargin": { | ||
| 94 | "type": "string" | ||
| 95 | }, | ||
| 96 | "containerMobBottomMargin": { | ||
| 97 | "type": "string" | ||
| 98 | }, | ||
| 99 | "enableContainerBoxShadow": { | ||
| 100 | "type": "boolean", | ||
| 101 | "default": false | ||
| 102 | }, | ||
| 103 | "containerBorderColor": { | ||
| 104 | "type": "string", | ||
| 105 | "default": "#E1E1E1" | ||
| 106 | }, | ||
| 107 | "showSeparator": { | ||
| 108 | "type": "boolean", | ||
| 109 | "default": true | ||
| 110 | }, | ||
| 111 | "separatorStyle": { | ||
| 112 | "type": "string", | ||
| 113 | "default": "solid" | ||
| 114 | }, | ||
| 115 | "separatorHeight": { | ||
| 116 | "type": "number", | ||
| 117 | "default": 1 | ||
| 118 | }, | ||
| 119 | "separatorColor": { | ||
| 120 | "type": "string", | ||
| 121 | "default": "#E1E1E1" | ||
| 122 | }, | ||
| 123 | "labelsPosition": { | ||
| 124 | "type": "string", | ||
| 125 | "default": "left" | ||
| 126 | }, | ||
| 127 | "labelsDeskPaddingTop": { | ||
| 128 | "type": "string", | ||
| 129 | "default": "10" | ||
| 130 | }, | ||
| 131 | "labelsDeskPaddingBottom": { | ||
| 132 | "type": "string", | ||
| 133 | "default": "10" | ||
| 134 | }, | ||
| 135 | "labelsDeskPaddingLeft": { | ||
| 136 | "type": "string", | ||
| 137 | "default": "10" | ||
| 138 | }, | ||
| 139 | "labelsDeskPaddingRight": { | ||
| 140 | "type": "string", | ||
| 141 | "default": "10" | ||
| 142 | }, | ||
| 143 | "enableLinkedDeskPadding": { | ||
| 144 | "type": "boolean", | ||
| 145 | "default": true | ||
| 146 | }, | ||
| 147 | "labelsLinkedDeskPadding": { | ||
| 148 | "type": "string", | ||
| 149 | "default": "10" | ||
| 150 | }, | ||
| 151 | "labelsTabPaddingTop": { | ||
| 152 | "type": "string", | ||
| 153 | "default": "10" | ||
| 154 | }, | ||
| 155 | "labelsTabPaddingBottom": { | ||
| 156 | "type": "string", | ||
| 157 | "default": "10" | ||
| 158 | }, | ||
| 159 | "labelsTabPaddingLeft": { | ||
| 160 | "type": "string", | ||
| 161 | "default": "10" | ||
| 162 | }, | ||
| 163 | "labelsTabPaddingRight": { | ||
| 164 | "type": "string", | ||
| 165 | "default": "10" | ||
| 166 | }, | ||
| 167 | "enableLinkedTabPadding": { | ||
| 168 | "type": "boolean", | ||
| 169 | "default": true | ||
| 170 | }, | ||
| 171 | "labelsLinkedTabPadding": { | ||
| 172 | "type": "string", | ||
| 173 | "default": "10" | ||
| 174 | }, | ||
| 175 | "labelsMobPaddingTop": { | ||
| 176 | "type": "string", | ||
| 177 | "default": "10" | ||
| 178 | }, | ||
| 179 | "labelsMobPaddingBottom": { | ||
| 180 | "type": "string", | ||
| 181 | "default": "10" | ||
| 182 | }, | ||
| 183 | "labelsMobPaddingLeft": { | ||
| 184 | "type": "string", | ||
| 185 | "default": "10" | ||
| 186 | }, | ||
| 187 | "labelsMobPaddingRight": { | ||
| 188 | "type": "string", | ||
| 189 | "default": "10" | ||
| 190 | }, | ||
| 191 | "enableLinkedMobPadding": { | ||
| 192 | "type": "boolean", | ||
| 193 | "default": true | ||
| 194 | }, | ||
| 195 | "labelsLinkedMobPadding": { | ||
| 196 | "type": "string", | ||
| 197 | "default": "10" | ||
| 198 | }, | ||
| 199 | "labelsColor": { | ||
| 200 | "type": "string" | ||
| 201 | }, | ||
| 202 | "labelsBg": { | ||
| 203 | "type": "string" | ||
| 204 | }, | ||
| 205 | "addLabelsSeparator": { | ||
| 206 | "type": "boolean", | ||
| 207 | "default": true | ||
| 208 | }, | ||
| 209 | "labelsSeparatorStyle": { | ||
| 210 | "type": "string", | ||
| 211 | "default": "solid" | ||
| 212 | }, | ||
| 213 | "labelsSeparatorWidth": { | ||
| 214 | "type": "number", | ||
| 215 | "default": 1 | ||
| 216 | }, | ||
| 217 | "labelsSeparatorColor": { | ||
| 218 | "type": "string", | ||
| 219 | "default": "#E1E1E1" | ||
| 220 | }, | ||
| 221 | "tabsContentDeskPaddingTop": { | ||
| 222 | "type": "string", | ||
| 223 | "default": "10" | ||
| 224 | }, | ||
| 225 | "tabsContentDeskPaddingBottom": { | ||
| 226 | "type": "string", | ||
| 227 | "default": "10" | ||
| 228 | }, | ||
| 229 | "tabsContentDeskPaddingLeft": { | ||
| 230 | "type": "string", | ||
| 231 | "default": "10" | ||
| 232 | }, | ||
| 233 | "tabsContentDeskPaddingRight": { | ||
| 234 | "type": "string", | ||
| 235 | "default": "10" | ||
| 236 | }, | ||
| 237 | "enableLinkedContentDeskPadding": { | ||
| 238 | "type": "boolean", | ||
| 239 | "default": true | ||
| 240 | }, | ||
| 241 | "tabsContentLinkedDeskPadding": { | ||
| 242 | "type": "string", | ||
| 243 | "default": "10" | ||
| 244 | }, | ||
| 245 | "tabsContentTabPaddingTop": { | ||
| 246 | "type": "string", | ||
| 247 | "default": "10" | ||
| 248 | }, | ||
| 249 | "tabsContentTabPaddingBottom": { | ||
| 250 | "type": "string", | ||
| 251 | "default": "10" | ||
| 252 | }, | ||
| 253 | "tabsContentTabPaddingLeft": { | ||
| 254 | "type": "string", | ||
| 255 | "default": "10" | ||
| 256 | }, | ||
| 257 | "tabsContentTabPaddingRight": { | ||
| 258 | "type": "string", | ||
| 259 | "default": "10" | ||
| 260 | }, | ||
| 261 | "enableLinkedContentTabPadding": { | ||
| 262 | "type": "boolean", | ||
| 263 | "default": true | ||
| 264 | }, | ||
| 265 | "tabsContentLinkedTabPadding": { | ||
| 266 | "type": "string", | ||
| 267 | "default": "10" | ||
| 268 | }, | ||
| 269 | "tabsContentMobPaddingTop": { | ||
| 270 | "type": "string", | ||
| 271 | "default": "10" | ||
| 272 | }, | ||
| 273 | "tabsContentMobPaddingBottom": { | ||
| 274 | "type": "string", | ||
| 275 | "default": "10" | ||
| 276 | }, | ||
| 277 | "tabsContentMobPaddingLeft": { | ||
| 278 | "type": "string", | ||
| 279 | "default": "10" | ||
| 280 | }, | ||
| 281 | "tabsContentMobPaddingRight": { | ||
| 282 | "type": "string", | ||
| 283 | "default": "10" | ||
| 284 | }, | ||
| 285 | "enableLinkedContentMobPadding": { | ||
| 286 | "type": "boolean", | ||
| 287 | "default": true | ||
| 288 | }, | ||
| 289 | "tabsContentLinkedMobPadding": { | ||
| 290 | "type": "string", | ||
| 291 | "default": "10" | ||
| 292 | }, | ||
| 293 | "tabsContentColor": { | ||
| 294 | "type": "string" | ||
| 295 | }, | ||
| 296 | "tabsContentBg": { | ||
| 297 | "type": "string" | ||
| 298 | }, | ||
| 299 | "useCustomColors": { | ||
| 300 | "type": "boolean", | ||
| 301 | "default": true | ||
| 302 | }, | ||
| 303 | "activeTabColor": { | ||
| 304 | "type": "string", | ||
| 305 | "default": "#44677A" | ||
| 306 | }, | ||
| 307 | "activeTabBg": { | ||
| 308 | "type": "string" | ||
| 309 | }, | ||
| 310 | "makeActiveTabSeparateLess": { | ||
| 311 | "type": "boolean", | ||
| 312 | "default": true | ||
| 313 | }, | ||
| 314 | "zIndex": { | ||
| 315 | "type": "number" | ||
| 316 | }, | ||
| 317 | "anchorId": { | ||
| 318 | "type": "string" | ||
| 319 | }, | ||
| 320 | "customClass": { | ||
| 321 | "type": "string" | ||
| 322 | } | ||
| 323 | }, | ||
| 324 | "textdomain": "advanced-tabs-block", | ||
| 325 | "editorScript": "file:./index.js", | ||
| 326 | "editorStyle": "file:./index.css", | ||
| 327 | "style": "file:./style-index.css" | ||
| 328 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '70f4b762f24459f89d70'); |
| 1 | .atbs__divider{background-color:#e7e7e7;height:1px;margin:16px 0;width:100%}.wp-block-atbs-tabs{border:1px dashed #ccc;padding:15px 15px 30px!important}.wp-block-atbs-tabs .wp-block-atbs-tab{margin-bottom:10px}.wp-block-atbs-tabs .wp-block-atbs-tab .atbs__tab_label{margin:0!important}.wp-block-atbs-tabs .wp-block-atbs-tab .block-list-appender{position:absolute!important}.wp-block-atbs-tabs .block-list-appender{position:relative!important} | ||
| 2 | .atbs__tabs .components-select-control{align-items:center!important;flex-direction:row!important}.atbs__tabs .components-button.is-secondary{box-shadow:inset 0 0 0 1px #daebf2!important;color:#39687c!important}.atbs__tabs .components-select-control .components-flex-item{flex:1!important}.atbs__tabs .components-select-control .components-flex-item label{margin:0!important}.atbs__tabs .components-input-control__backdrop{border-color:#daebf2!important}.atbs__tabs .components-base-control__label,.atbs__tabs .components-input-control__label{font-size:13px!important;font-weight:400!important;text-transform:none!important}p.atbs__label{font-size:13px;font-weight:400;line-height:1.5;margin-bottom:1em!important;text-transform:none}span.components-base-control__label{margin-bottom:0!important}.atbs__tabs p.components-base-control__help{font-style:italic!important}.atbs__tabs .components-tab-panel__tabs{align-items:center;justify-content:space-around}.atbs__tab{border-top:1px solid #e0e0e0;justify-content:center;width:100%}.atbs__tab:focus{box-shadow:none!important;outline:none!important}.atbs__tab.atbs__middle{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.atbs__tab.active_tab{background:rgba(181,215,228,.5);border-top:2px solid #38687c;color:#38687c}.atbs__icons_panel .components-button-group{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.atbs__icons_panel .components-button-group .components-button{line-height:100%;margin:5px;text-align:center;width:15%}.atbs__tabs .components-tip p{font-size:12px;font-style:italic;line-height:1.4}.atbs__tabs .components-tip svg{fill:#39687c;margin-right:10px}.atbs__tabs .components-tip{margin-bottom:16px}span.atbs__pro-badge{background:#fff;color:red;display:inline-block;margin-left:5px} | ||
| 3 | .atbs_input__controls{align-items:flex-start;display:flex;margin-bottom:24px}.atbs_input__controls .components-input-control{align-items:center!important;border-radius:0!important;width:25%}.atbs_input__controls .components-input-control:nth-child(2){margin:0 -1px!important}.atbs_input__controls .components-input-control:nth-child(3){margin-right:-1px!important}.atbs_input__controls .components-input-control__label{color:#757575!important;display:block;font-size:12px!important;font-weight:400!important;padding-top:0!important;text-transform:capitalize!important}.atbs_input__controls .components-input-control__input{text-align:center!important}.atbs_input__controls .atbs__linked_settings{background:#fff;border:1px solid #daebf2;cursor:pointer;display:block;height:100%;margin-left:-1px;padding:4px;text-align:center;width:20%}.atbs_input__controls .atbs__linked_settings span.dashicons{font-size:16px;line-height:20px}.atbs_input__controls .atbs__linked_settings.active{background:#39687c;color:#fff}.atbs__devices_inputs button.atbs__device.active{color:#39687c;font-size:11px;font-weight:600}.atbs__label_flex{align-items:center;display:flex;margin-bottom:10px}p.atbs__label_nomargin{flex:1;font-size:13px!important;font-weight:400!important;margin:0;text-transform:none!important}.atbs__devices{align-items:center;display:flex}button.atbs__device{background:none;border:none;cursor:pointer;margin:0;padding:0}button.atbs__device.middle_device{margin:0 2px}button.atbs__device svg{fill:#d4d5ff;height:10px;width:15px}button.atbs__device.active svg{fill:#39687c}.atbs__items .dashicon.dashicons{color:#39687c;font-size:16px;line-height:20px} | ||
| 4 | .atbs__inputs_group.margin_inputs .components-input-control{width:50%!important}.atbs__inputs_group.margin_inputs button.atlb__linked_settings.active{background:#39687c;border:none;color:#fff;display:block;height:30px;width:50px} | ||
| 5 | .atbs_input__controls{align-items:flex-start;display:flex;margin-bottom:24px}.atbs_input__controls .components-input-control{align-items:center!important;border-radius:0!important;width:25%}.atbs_input__controls .components-input-control:nth-child(2){margin:0 -1px!important}.atbs_input__controls .components-input-control:nth-child(3){margin-right:-1px!important}.atbs_input__controls .components-input-control__label{color:#757575!important;display:block;font-size:12px!important;padding-top:5px!important;text-transform:none!important}.atbs_input__controls .components-input-control__input{text-align:center!important}.atbs_input__controls .atbs__linked_settings{background:#fff;border:1px solid #daebf2;cursor:pointer;display:block;height:100%;margin-left:-1px;padding:4px;text-align:center;width:20%}.atbs_input__controls .atbs__linked_settings span.dashicons{font-size:16px;line-height:20px}.atbs_input__controls .atbs__linked_settings.active{background:#39687c;color:#fff} | ||
| 6 | .atbs__tabs .atbs__titles_group{margin-bottom:24px}.atbs__tabs .atbs__titles_group .components-button-group{box-sizing:border-box!important;display:flex;flex-wrap:nowrap}.atbs__tabs .components-button-group .components-button{box-shadow:inset 0 0 0 1px #daebf2!important;display:block!important;padding:0!important;width:100%}.atbs__tabs .components-button-group .components-button.is-pressed{background:#39687c!important} | ||
| 7 | .atbs__color_picker{align-items:center;display:flex;margin:16px 0;position:relative}p.atbs__color_picker_label{flex-grow:1;margin:0}.atbs__reset_color span.dashicon{cursor:pointer;font-size:14px;line-height:20px;margin-right:5px}button.atbs__color_indicator{background:none;border:none;cursor:pointer;height:25px;position:relative;width:25px}button.atbs__color_indicator span.component-color-indicator{background-image:linear-gradient(45deg,#ddd 25%,transparent 0),linear-gradient(-45deg,#ddd 25%,transparent 0),linear-gradient(45deg,transparent 75%,#ddd 0),linear-gradient(-45deg,transparent 75%,#ddd 0);background-position:0 0,0 5px,5px -5px,-5px 0;background-size:10px 10px;height:100%;left:0;position:absolute;top:0;width:100%}.atbs__color_picker .components-base-control{padding:0 16px} |
This diff is collapsed.
Click to expand it.
| 1 | .wp-block-atbs-tabs,.wp-block-atbs-tabs .wp-block-atbs-tab{overflow:hidden}.wp-block-atbs-tabs .atbs__tab-labels{align-items:stretch;display:flex;margin:0;padding:0}.wp-block-atbs-tabs .atbs__tab-labels.left{justify-content:flex-start}.wp-block-atbs-tabs .atbs__tab-labels.center{justify-content:center}.wp-block-atbs-tabs .atbs__tab-labels.right{justify-content:flex-end}.wp-block-atbs-tabs .atbs__tab-labels.right .atbs__tab-label:last-child{border-right:0!important}.wp-block-atbs-tabs .atbs__tab-labels.justify{justify-content:space-between}.wp-block-atbs-tabs .atbs__tab-labels.justify .atbs__tab-label{flex-grow:1;text-align:center}.wp-block-atbs-tabs .atbs__tab-labels.justify .atbs__tab-label:last-child{border-right:0!important}.wp-block-atbs-tabs .atbs__tab-labels .atbs__tab-label{cursor:pointer;display:inline-block;list-style:none;margin:0!important}.wp-block-atbs-tabs .atbs__tab-content .atbs__tab-panel{display:none}.wp-block-atbs-tabs .atbs__tab-content .atbs__tab-panel.active{display:block}.wp-block-atbs-tabs .atbs__tab .wp-block-atbs-tab p{margin-top:0}.wp-block-atbs-tabs li.atbs__tab-label.active{position:relative}.wp-block-atbs-tabs li.atbs__tab-label.active:after{content:"";left:0;position:absolute;width:100%}@media(max-width:767px){.wp-block-atbs-tabs .atbs__tab-labels{flex-direction:column!important}.wp-block-atbs-tabs .atbs__tab-labels .atbs__tab-label{border-right:0!important}.wp-block-atbs-tabs .atbs__tab-labels .atbs__tab-label.active:after{display:none!important}.wp-block-atbs-tabs .atbs__tab-labels .atbs__tab-label:last-child{border-bottom:0!important}.wp-block-atbs-tabs .atbs__tab-labels .atbs__tab-label:first-child{border-left:0!important}} |
| 1 | window.onload = function () { | ||
| 2 | const tabBlocks = document.querySelectorAll('.wp-block-atbs-tabs'); | ||
| 3 | |||
| 4 | [...tabBlocks].forEach(function (tabBlock) { | ||
| 5 | const tabLabels = tabBlock.querySelectorAll('.atbs__tab-label'); | ||
| 6 | const tabPanels = tabBlock.querySelectorAll('.atbs__tab-panel'); | ||
| 7 | |||
| 8 | //check for mouse click or enter keypress | ||
| 9 | const toggleEvent = function (e) { | ||
| 10 | if (e.type === 'click') { | ||
| 11 | return true; | ||
| 12 | } else if (e.type === 'keypress') { | ||
| 13 | const code = e.charCode || e.keyCode; | ||
| 14 | if (code === 32 || code === 13) { | ||
| 15 | return true; | ||
| 16 | } | ||
| 17 | } else { | ||
| 18 | return false; | ||
| 19 | } | ||
| 20 | }; //a11yEvent | ||
| 21 | |||
| 22 | const toggleTabClasses = function (label, i) { | ||
| 23 | const activeTab = tabBlock.querySelector('.atbs__tab-label.active'); | ||
| 24 | const activePanel = tabBlock.querySelector( | ||
| 25 | '.atbs__tab-panel.active' | ||
| 26 | ); | ||
| 27 | |||
| 28 | activeTab.classList.remove('active'); | ||
| 29 | activeTab.setAttribute('tabindex', 0); | ||
| 30 | activeTab.setAttribute('aria-selected', false); | ||
| 31 | |||
| 32 | label.classList.add('active'); | ||
| 33 | label.setAttribute('tabindex', 0); | ||
| 34 | label.setAttribute('aria-selected', true); | ||
| 35 | |||
| 36 | activePanel.classList.remove('active'); | ||
| 37 | activePanel.setAttribute('tabindex', 0); | ||
| 38 | activePanel.setAttribute('aria-selected', false); | ||
| 39 | activePanel.setAttribute('hidden', true); | ||
| 40 | |||
| 41 | tabPanels[i].classList.add('active'); | ||
| 42 | tabPanels[i].setAttribute('tabindex', 0); | ||
| 43 | tabPanels[i].setAttribute('aria-selected', true); | ||
| 44 | tabPanels[i].removeAttribute('hidden'); | ||
| 45 | }; | ||
| 46 | |||
| 47 | tabLabels.forEach(function (label, i) { | ||
| 48 | if (label.classList.contains('active')) { | ||
| 49 | tabPanels[i].classList.toggle('active'); | ||
| 50 | } | ||
| 51 | |||
| 52 | label.addEventListener('click', function (e) { | ||
| 53 | if (toggleEvent(e) === true) { | ||
| 54 | toggleTabClasses(label, i); | ||
| 55 | } | ||
| 56 | }); | ||
| 57 | label.addEventListener('keypress', function (e) { | ||
| 58 | if (toggleEvent(e) === true) { | ||
| 59 | toggleTabClasses(label, i); | ||
| 60 | } | ||
| 61 | }); | ||
| 62 | }); | ||
| 63 | }); //tabBlocks forEach | ||
| 64 | }; |
| 1 | <?php | ||
| 2 | /** | ||
| 3 | * Plugin Name: Advanced Tabs Gutenberg Block | ||
| 4 | * Description: A custom Gutenberg Block to show content in tabs style. | ||
| 5 | * Requires at least: 5.7 | ||
| 6 | * Requires PHP: 7.0 | ||
| 7 | * Version: 1.1.2 | ||
| 8 | * Author: Zakaria Binsaifullah | ||
| 9 | * Author URI: https://makegutenblock.com | ||
| 10 | * License: GPL-2.0-or-later | ||
| 11 | * License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
| 12 | * Text Domain: advanced-tabs-block | ||
| 13 | * | ||
| 14 | * @package @wordpress/create-block | ||
| 15 | */ | ||
| 16 | |||
| 17 | /** | ||
| 18 | * @package Zero Configuration with @wordpress/create-block | ||
| 19 | * [atbs] && [ATBS] ===> Prefix | ||
| 20 | */ | ||
| 21 | |||
| 22 | // Stop Direct Access | ||
| 23 | if ( ! defined( 'ABSPATH' ) ) { | ||
| 24 | exit; | ||
| 25 | } | ||
| 26 | |||
| 27 | // include admin page | ||
| 28 | require_once plugin_dir_path( __FILE__ ) . 'admin/admin.php'; | ||
| 29 | |||
| 30 | /** | ||
| 31 | * Blocks Final Class | ||
| 32 | */ | ||
| 33 | |||
| 34 | final class ATBS_BLOCKS_CLASS { | ||
| 35 | public function __construct() { | ||
| 36 | |||
| 37 | // define constants | ||
| 38 | $this->atbs_define_constants(); | ||
| 39 | |||
| 40 | // block initialization | ||
| 41 | add_action( 'init', [ $this, 'atbs_blocks_init' ] ); | ||
| 42 | |||
| 43 | // admin page | ||
| 44 | add_action( 'activated_plugin', [ $this, 'atbs_user_admin_page' ] ); | ||
| 45 | |||
| 46 | // blocks category | ||
| 47 | if( version_compare( $GLOBALS['wp_version'], '5.7', '<' ) ) { | ||
| 48 | add_filter( 'block_categories', [ $this, 'atbs_register_block_category' ], 10, 2 ); | ||
| 49 | } else { | ||
| 50 | add_filter( 'block_categories_all', [ $this, 'atbs_register_block_category' ], 10, 2 ); | ||
| 51 | } | ||
| 52 | |||
| 53 | // enqueue block assets | ||
| 54 | add_action( 'enqueue_block_assets', [ $this, 'atbs_external_libraries' ] ); | ||
| 55 | } | ||
| 56 | |||
| 57 | /** | ||
| 58 | * Initialize the plugin | ||
| 59 | */ | ||
| 60 | |||
| 61 | public static function init(){ | ||
| 62 | static $instance = false; | ||
| 63 | if( ! $instance ) { | ||
| 64 | $instance = new self(); | ||
| 65 | } | ||
| 66 | return $instance; | ||
| 67 | } | ||
| 68 | |||
| 69 | /** | ||
| 70 | * Define the plugin constants | ||
| 71 | */ | ||
| 72 | private function atbs_define_constants() { | ||
| 73 | define( 'ATBS_VERSION', '1.1.0' ); | ||
| 74 | define( 'ATBS_URL', plugin_dir_url( __FILE__ ) ); | ||
| 75 | define( 'ATBS_LIB_URL', ATBS_URL . 'lib/' ); | ||
| 76 | } | ||
| 77 | |||
| 78 | /** | ||
| 79 | * Blocks Registration | ||
| 80 | */ | ||
| 81 | |||
| 82 | public function atbs_register_block( $name, $options = array() ) { | ||
| 83 | register_block_type( __DIR__ . '/build/blocks/' . $name, $options ); | ||
| 84 | } | ||
| 85 | |||
| 86 | // render inline css | ||
| 87 | public function atbs_render_inline_css( $handle, $css ) { | ||
| 88 | wp_register_style( $handle, false ); | ||
| 89 | wp_enqueue_style( $handle ); | ||
| 90 | wp_add_inline_style( $handle, $css ); | ||
| 91 | } | ||
| 92 | |||
| 93 | |||
| 94 | /** | ||
| 95 | * Blocks Initialization | ||
| 96 | */ | ||
| 97 | public function atbs_blocks_init() { | ||
| 98 | // register single block | ||
| 99 | $this->atbs_register_block( 'tabs', array( | ||
| 100 | 'render_callback' => [ $this, 'atbs_render_block' ], | ||
| 101 | ) ); | ||
| 102 | } | ||
| 103 | |||
| 104 | // inline css | ||
| 105 | public function atbs_inline_css($handle, $css){ | ||
| 106 | // register inline style | ||
| 107 | wp_register_style( $handle, false ); | ||
| 108 | // enqueue inline style | ||
| 109 | wp_enqueue_style( $handle ); | ||
| 110 | // add inline style at head | ||
| 111 | wp_add_inline_style( $handle, $css ); | ||
| 112 | } | ||
| 113 | |||
| 114 | // render function | ||
| 115 | public function atbs_render_block($attributes, $content){ | ||
| 116 | require_once __DIR__ . '/templates/tabs.php'; | ||
| 117 | $handle = 'atbs-'.$attributes['uniqueId']; | ||
| 118 | $this->atbs_inline_css( $handle, tabs_callback($attributes)); | ||
| 119 | return $content; | ||
| 120 | } | ||
| 121 | |||
| 122 | /** | ||
| 123 | * Register Block Category | ||
| 124 | */ | ||
| 125 | |||
| 126 | public function atbs_register_block_category( $categories, $post ) { | ||
| 127 | return array_merge( | ||
| 128 | array( | ||
| 129 | array( | ||
| 130 | 'slug' => 'atbs-block', | ||
| 131 | 'title' => __( 'Tabs Block', 'advanced-tabs-block' ), | ||
| 132 | ), | ||
| 133 | ), | ||
| 134 | $categories, | ||
| 135 | ); | ||
| 136 | } | ||
| 137 | |||
| 138 | // Admin page | ||
| 139 | public function atbs_user_admin_page( $plugin ) { | ||
| 140 | if( plugin_basename(__FILE__) == $plugin ){ | ||
| 141 | wp_redirect( admin_url( 'tools.php?page=atbs-block' ) ); | ||
| 142 | die(); | ||
| 143 | } | ||
| 144 | } | ||
| 145 | |||
| 146 | /** | ||
| 147 | * Enqueue Block Assets | ||
| 148 | */ | ||
| 149 | public function atbs_external_libraries() { | ||
| 150 | // enqueue JS | ||
| 151 | if( ! is_admin() && has_block('atbs/tabs')){ | ||
| 152 | wp_enqueue_script( 'atbs-tabs', ATBS_LIB_URL . 'js/tabs.js', array(), ATBS_VERSION, true ); | ||
| 153 | } | ||
| 154 | } | ||
| 155 | |||
| 156 | } | ||
| 157 | |||
| 158 | /** | ||
| 159 | * Kickoff | ||
| 160 | */ | ||
| 161 | |||
| 162 | ATBS_BLOCKS_CLASS::init(); | ||
| 163 |
| 1 | === Advanced Tabs Gutenberg Block === | ||
| 2 | Contributors: binsaifullah | ||
| 3 | Tags: tabs block, tab block, Advanced tabs block, Gutenberg Block, Custom block | ||
| 4 | Requires at least: 5.0 | ||
| 5 | Tested up to: 6.1.1 | ||
| 6 | Stable tag: 1.1.2 | ||
| 7 | Requires PHP: 5.6 | ||
| 8 | License: GPLv2 or later | ||
| 9 | License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
| 10 | |||
| 11 | == Description == | ||
| 12 | |||
| 13 | **Advnaced Tabs Block** is a custom Gutenberg Block developed with **Gutenberg Native Components**. You can easily showcase your contents in **Tabs Style** using this block. It has come with a lot of customization and styling options. | ||
| 14 | |||
| 15 | ### Overview | ||
| 16 | [youtube https://www.youtube.com/watch?v=3sJkbQuyd2w] | ||
| 17 | |||
| 18 | ### Key Features | ||
| 19 | * Simple, light-weight, and super-fast | ||
| 20 | * **Built with only Gutenberg Native Components** | ||
| 21 | * **Load scripts only the page where the block is used** | ||
| 22 | * **No Block Builder at all** | ||
| 23 | * **100% Responsive** | ||
| 24 | * Advanced Customization options | ||
| 25 | * **Easy to Use in Gutenberg Editor** | ||
| 26 | * **Drag & Drop Use** | ||
| 27 | * **All types of contents are allowed as Tabs Content** | ||
| 28 | |||
| 29 | #### About Developer | ||
| 30 | > Designed & Developed By Zakaria Binsaifullah. Available for any freelance work, feel free to [Contact Me](https://makegutenblock.com/contact) | ||
| 31 | |||
| 32 | |||
| 33 | == Installation == | ||
| 34 | |||
| 35 | This section describes how to install the plugin and get it working. | ||
| 36 | |||
| 37 | e.g. | ||
| 38 | |||
| 39 | 1. Upload the plugin files to the `/wp-content/plugins/advanced-tabs-block` directory, or install the plugin through the WordPress plugins screen directly. | ||
| 40 | 2. Activate the plugin through the 'Plugins' screen in WordPress | ||
| 41 | 3. Simply go to Gutenberg Block Editor and you will find a new category with a new Block named "Advanced Tabs Block" | ||
| 42 | 4. Drag and drop to use it. | ||
| 43 | |||
| 44 | |||
| 45 | == Frequently Asked Questions == | ||
| 46 | |||
| 47 | = Is it responsive? = | ||
| 48 | |||
| 49 | Sure, it is 100% Responsive | ||
| 50 | |||
| 51 | = Have you used any block builder? = | ||
| 52 | |||
| 53 | No, it is built with 100% Gutenberg Native Components only. | ||
| 54 | |||
| 55 | == Screenshots == | ||
| 56 | |||
| 57 | |||
| 58 | == Changelog == | ||
| 59 | 1.1.2 | ||
| 60 | * Fixed: Some minor bugs | ||
| 61 | 1.1.0 | ||
| 62 | * Added: New Styles for Tabs | ||
| 63 | 1.0.0 - Initial Release | ||
| 64 | |||
| 65 | == Upgrade Notice == |
This diff is collapsed.
Click to expand it.
| 1 | !function(t){function e(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return t[o].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};e.m=t,e.c=n,e.d=function(t,n,o){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=1)}([,function(t,e){/*! | ||
| 2 | * getwid-accordion | ||
| 3 | */ | ||
| 4 | !function(t){t(document).ready(function(e){t(document.body).on("post-load",function(t){n()});var n=function(){var e=t(".wp-block-getwid-accordion:not(.getwid-init)"),n=0;e.each(function(e,o){t(this).addClass("getwid-init"),n="none"!=t(this).data("active-element")&&parseInt(t(this).data("active-element"),10),t(o).accordion({icons:!1,animate:!1,collapsible:!0,active:n,heightStyle:"content",create:function(t,e){},activate:function(e,n){if(n.newPanel.length){var o=n.newPanel.find(".wp-block-getwid-accordion__content").outerHeight(!0);o&&t(n.newPanel).animate({height:o},{queue:!1,duration:500,complete:function(){t(this).css("height","")}})}if(n.oldPanel.length){var i=n.oldPanel.find(".wp-block-getwid-accordion__content").outerHeight(!0);i&&(t(n.oldPanel).css("height",i),t(n.oldPanel).animate({height:0},{queue:!1,duration:500,complete:function(){t(this).css("height","")}}))}}})})};n()})}(jQuery)}]); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-accordion | ||
| 3 | */.wp-block-getwid-accordion{width:100%}.wp-block-getwid-accordion .wp-block-getwid-accordion__header{margin:0;padding:.5em .75em;border:0;width:100%;display:block}.wp-block-getwid-accordion .wp-block-getwid-accordion__header:after,.wp-block-getwid-accordion .wp-block-getwid-accordion__header:before{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper{padding:0;border:1px solid #eee;border-top:0}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child{border:1px solid #eee}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-decoration:none!important;border:0;-webkit-box-shadow:none;box-shadow:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:after,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:before{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover{outline:0;border:0;text-decoration:none!important;-webkit-box-shadow:none;box-shadow:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus:after,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus:before,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover:after,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover:before{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-active{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-passive{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-accordion .wp-block-getwid-accordion__header:focus{outline:0}.wp-block-getwid-accordion .wp-block-getwid-accordion__header:hover{cursor:pointer}.wp-block-getwid-accordion .wp-block-getwid-accordion__header .wp-block-getwid-accordion__edit-area{width:100%}.wp-block-getwid-accordion__title{margin:0}.wp-block-getwid-accordion__icon{font-size:inherit;margin:0 0 0 .75em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-accordion__icon.is-passive{display:none}.wp-block-getwid-accordion__icon i{font-size:.75em}.wp-block-getwid-accordion__content{padding:1.5em;border-right:1px solid #eee;border-left:1px solid #eee;border-bottom:1px solid #eee}.wp-block-getwid-accordion__content:after{content:'';display:table;clear:both}.wp-block-getwid-accordion__content>:first-child{margin-top:0}.wp-block-getwid-accordion__content>:last-child{margin-bottom:0}.wp-block-getwid-accordion__content-wrapper{height:0;position:relative;overflow:hidden;display:block!important}.wp-block-getwid-accordion__content-wrapper.ui-accordion-content-active{height:auto;overflow:visible}.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__content{opacity:1;height:auto;pointer-events:all}.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__icon.is-active{display:none}.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__icon.is-passive{display:-webkit-box;display:-ms-flexbox;display:flex}.has-icon-left .wp-block-getwid-accordion__header-wrapper a{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end}.has-icon-left .wp-block-getwid-accordion__icon{margin:0 .75em 0 0} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-accordion | ||
| 3 | */.wp-block-getwid-accordion{width:100%}.wp-block-getwid-accordion .wp-block-getwid-accordion__header{margin:0;padding:.5em .75em;border:0;width:100%;display:block}.wp-block-getwid-accordion .wp-block-getwid-accordion__header:after,.wp-block-getwid-accordion .wp-block-getwid-accordion__header:before{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper{padding:0;border:1px solid #eee;border-top:0}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child{border:1px solid #eee}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none!important;border:0;-webkit-box-shadow:none;box-shadow:none;flex-direction:row-reverse;justify-content:flex-end}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:after,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:before{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover{outline:0;border:0;text-decoration:none!important;-webkit-box-shadow:none;box-shadow:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus:after,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus:before,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover:after,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover:before{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-active{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-passive{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-accordion .wp-block-getwid-accordion__header:focus{outline:0}.wp-block-getwid-accordion .wp-block-getwid-accordion__header:hover{cursor:pointer}.wp-block-getwid-accordion .wp-block-getwid-accordion__header .wp-block-getwid-accordion__edit-area{width:100%}.wp-block-getwid-accordion__title{margin:0}.wp-block-getwid-accordion__icon{font-size:inherit;margin:0 0 0 .75em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-accordion__icon.is-passive{display:none}.wp-block-getwid-accordion__icon i{font-size:.75em}.wp-block-getwid-accordion__content{padding:1.5em;border-right:1px solid #eee;border-left:1px solid #eee;border-bottom:1px solid #eee}.wp-block-getwid-accordion__content:after{content:'';display:table;clear:both}.wp-block-getwid-accordion__content>:first-child{margin-top:0}.wp-block-getwid-accordion__content>:last-child{margin-bottom:0}.wp-block-getwid-accordion__content-wrapper{height:0;position:relative;overflow:hidden;display:block!important}.wp-block-getwid-accordion__content-wrapper.ui-accordion-content-active{height:auto;overflow:visible}.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__content{opacity:1;height:auto;pointer-events:all}.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__icon.is-active{display:none}.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__icon.is-passive{display:-webkit-box;display:-ms-flexbox;display:flex}.has-icon-left .wp-block-getwid-accordion__header-wrapper a{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between}.has-icon-left .wp-block-getwid-accordion__icon{margin:0 .75em 0 0} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
File mode changed
File mode changed
| 1 | /*! | ||
| 2 | * getwid-banner | ||
| 3 | */.wp-block-getwid-banner{position:relative;overflow:hidden;color:#fff}.wp-block-getwid-banner__wrapper{margin:0;padding:0;position:relative;background-color:#000}.wp-block-getwid-banner__wrapper:after{content:'';display:block;position:absolute;top:0;bottom:0;left:0;right:0;background-color:inherit;opacity:.35}.wp-block-getwid-banner .wp-block-getwid-banner__link{display:block;text-decoration:none!important;color:inherit;margin:0;padding:0}.wp-block-getwid-banner .wp-block-getwid-banner__link:hover{color:inherit;text-decoration:none}.wp-block-getwid-banner .wp-block-getwid-banner__image,.wp-block-getwid-banner .wp-block-getwid-banner__video{display:block;position:absolute;top:0;bottom:0;left:0;right:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:0;-webkit-transition:all .3s ease;transition:all .3s ease;max-width:none}.wp-block-getwid-banner__caption{min-height:450px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.5rem;text-align:center;z-index:1;color:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-getwid-banner__caption-wrapper{z-index:1}.wp-block-getwid-banner__title{font-size:2em;display:block;line-height:1.4;color:inherit}.wp-block-getwid-banner__text{margin:0;padding:0;color:inherit}.wp-block-getwid-banner__title+.wp-block-getwid-banner__text{margin-top:.875em}.has-animation-style1 .wp-block-getwid-banner__image,.has-animation-style1 .wp-block-getwid-banner__video{width:calc(100% + 25px);-webkit-transform:translateX(-25px);transform:translateX(-25px)}.has-animation-style1:hover .wp-block-getwid-banner__image,.has-animation-style1:hover .wp-block-getwid-banner__video{-webkit-transform:none;transform:none}.has-animation-style2 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style2 .wp-block-getwid-banner__caption:after,.has-animation-style2 .wp-block-getwid-banner__caption:before{content:'';display:block;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease}.has-animation-style2 .wp-block-getwid-banner__caption:before{border-left:1px solid;border-right:1px solid;left:40px;right:40px;bottom:100%;top:20px}.has-animation-style2 .wp-block-getwid-banner__caption:after{left:20px;right:100%;top:40px;bottom:40px;border-top:1px solid;border-bottom:1px solid}.has-animation-style2 .wp-block-getwid-banner__caption:hover:before{bottom:20px}.has-animation-style2 .wp-block-getwid-banner__caption:hover:after{right:20px}.has-animation-style3:hover .wp-block-getwid-banner__image,.has-animation-style3:hover .wp-block-getwid-banner__video{-webkit-transform:scale(1.2);transform:scale(1.2)}.has-animation-style3 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style3 .wp-block-getwid-banner__caption:before{content:'';position:absolute;border:1px solid currentColor;left:30px;right:30px;top:30px;bottom:30px;opacity:0;-webkit-transform:scale(.9);transform:scale(.9);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.has-animation-style3 .wp-block-getwid-banner__caption:hover:before{-webkit-transform:none;transform:none;opacity:1}.has-animation-style4 .wp-block-getwid-banner__image,.has-animation-style4 .wp-block-getwid-banner__video{-webkit-transform:scale(1.2);transform:scale(1.2)}.has-animation-style4:hover .wp-block-getwid-banner__image,.has-animation-style4:hover .wp-block-getwid-banner__video{-webkit-transform:none;transform:none}.has-animation-style5:hover .wp-block-getwid-banner__image,.has-animation-style5:hover .wp-block-getwid-banner__video{-webkit-transform:none;transform:none}.has-animation-style5:hover .wp-block-getwid-banner__caption:before{-webkit-transform:none;transform:none;opacity:1}.has-animation-style5 .wp-block-getwid-banner__image,.has-animation-style5 .wp-block-getwid-banner__video{width:calc(100% + 25px);-webkit-transform:translateX(-25px);transform:translateX(-25px)}.has-animation-style5 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style5 .wp-block-getwid-banner__caption:before{content:'';position:absolute;border:1px solid currentColor;left:30px;right:30px;top:30px;bottom:30px;opacity:0;-webkit-transform:translateX(-25px);transform:translateX(-25px);-webkit-transition:all .3s ease;transition:all .3s ease}.has-animation-style6 .wp-block-getwid-banner__image,.has-animation-style6 .wp-block-getwid-banner__video{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all .5s ease;transition:all .5s ease}.has-animation-style6:hover .wp-block-getwid-banner__image,.has-animation-style6:hover .wp-block-getwid-banner__video{-webkit-transform:none;transform:none}.has-animation-style6:hover .wp-block-getwid-banner__caption:before{-webkit-transform:none;transform:none;opacity:1}.has-animation-style6 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style6 .wp-block-getwid-banner__caption:before{content:'';position:absolute;border:1px solid currentColor;left:30px;right:30px;top:30px;bottom:30px;opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all .3s ease;transition:all .3s ease}.has-text-animation-opacity:hover .wp-block-getwid-banner__text{opacity:.85}.has-text-animation-opacity .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0}.has-text-animation-opacity-top:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-top .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.has-text-animation-opacity-bottom:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-bottom .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}.has-text-animation-opacity-left:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-left .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.has-text-animation-opacity-right:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-right .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}.has-text-animation-opacity-zoom-in:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-zoom-in .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}.has-text-animation-opacity-zoom-out:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-zoom-out .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}.has-vertical-alignment-center .wp-block-getwid-banner__caption{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.has-vertical-alignment-top .wp-block-getwid-banner__caption{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.has-vertical-alignment-bottom .wp-block-getwid-banner__caption{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.has-horizontal-alignment-left .wp-block-getwid-banner__caption{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.has-horizontal-alignment-right .wp-block-getwid-banner__caption{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.has-horizontal-alignment-center .wp-block-getwid-banner__caption{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-foreground-0 .wp-block-getwid-banner__wrapper:after{opacity:0}.has-foreground-5 .wp-block-getwid-banner__wrapper:after{opacity:.05}.has-foreground-10 .wp-block-getwid-banner__wrapper:after{opacity:.1}.has-foreground-15 .wp-block-getwid-banner__wrapper:after{opacity:.15}.has-foreground-20 .wp-block-getwid-banner__wrapper:after{opacity:.2}.has-foreground-25 .wp-block-getwid-banner__wrapper:after{opacity:.25}.has-foreground-30 .wp-block-getwid-banner__wrapper:after{opacity:.3}.has-foreground-35 .wp-block-getwid-banner__wrapper:after{opacity:.35}.has-foreground-40 .wp-block-getwid-banner__wrapper:after{opacity:.4}.has-foreground-45 .wp-block-getwid-banner__wrapper:after{opacity:.45}.has-foreground-50 .wp-block-getwid-banner__wrapper:after{opacity:.5}.has-foreground-55 .wp-block-getwid-banner__wrapper:after{opacity:.55}.has-foreground-60 .wp-block-getwid-banner__wrapper:after{opacity:.6}.has-foreground-65 .wp-block-getwid-banner__wrapper:after{opacity:.65}.has-foreground-70 .wp-block-getwid-banner__wrapper:after{opacity:.7}.has-foreground-75 .wp-block-getwid-banner__wrapper:after{opacity:.75}.has-foreground-80 .wp-block-getwid-banner__wrapper:after{opacity:.8}.has-foreground-85 .wp-block-getwid-banner__wrapper:after{opacity:.85}.has-foreground-90 .wp-block-getwid-banner__wrapper:after{opacity:.9}.has-foreground-95 .wp-block-getwid-banner__wrapper:after{opacity:.95}.has-foreground-100 .wp-block-getwid-banner__wrapper:after{opacity:1} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-banner | ||
| 3 | */.wp-block-getwid-banner{position:relative;overflow:hidden;color:#fff}.wp-block-getwid-banner__wrapper{margin:0;padding:0;position:relative;background-color:#000}.wp-block-getwid-banner__wrapper:after{content:'';display:block;position:absolute;top:0;bottom:0;left:0;right:0;background-color:inherit;opacity:.35}.wp-block-getwid-banner .wp-block-getwid-banner__link{display:block;text-decoration:none!important;color:inherit;margin:0;padding:0}.wp-block-getwid-banner .wp-block-getwid-banner__link:hover{color:inherit;text-decoration:none}.wp-block-getwid-banner .wp-block-getwid-banner__image,.wp-block-getwid-banner .wp-block-getwid-banner__video{display:block;position:absolute;top:0;bottom:0;left:0;right:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:0;-webkit-transition:all .3s ease;transition:all .3s ease;max-width:none}.wp-block-getwid-banner__caption{min-height:450px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.5rem;text-align:center;z-index:1;color:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-getwid-banner__caption-wrapper{z-index:1}.wp-block-getwid-banner__title{font-size:2em;display:block;line-height:1.4;color:inherit}.wp-block-getwid-banner__text{margin:0;padding:0;color:inherit}.wp-block-getwid-banner__title+.wp-block-getwid-banner__text{margin-top:.875em}.has-animation-style1 .wp-block-getwid-banner__image,.has-animation-style1 .wp-block-getwid-banner__video{width:calc(100% + 25px)}.has-animation-style1:hover .wp-block-getwid-banner__image,.has-animation-style1:hover .wp-block-getwid-banner__video{-webkit-transform:translateX(25px);transform:translateX(25px)}.has-animation-style2 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style2 .wp-block-getwid-banner__caption:after,.has-animation-style2 .wp-block-getwid-banner__caption:before{content:'';display:block;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease}.has-animation-style2 .wp-block-getwid-banner__caption:before{border-left:1px solid;border-right:1px solid;left:40px;right:40px;bottom:100%;top:20px}.has-animation-style2 .wp-block-getwid-banner__caption:after{left:20px;right:100%;top:40px;bottom:40px;border-top:1px solid;border-bottom:1px solid}.has-animation-style2 .wp-block-getwid-banner__caption:hover:before{bottom:20px}.has-animation-style2 .wp-block-getwid-banner__caption:hover:after{right:20px}.has-animation-style3:hover .wp-block-getwid-banner__image,.has-animation-style3:hover .wp-block-getwid-banner__video{-webkit-transform:scale(1.2);transform:scale(1.2)}.has-animation-style3 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style3 .wp-block-getwid-banner__caption:before{content:'';position:absolute;border:1px solid currentColor;left:30px;right:30px;top:30px;bottom:30px;opacity:0;-webkit-transform:scale(.9);transform:scale(.9);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.has-animation-style3 .wp-block-getwid-banner__caption:hover:before{-webkit-transform:none;transform:none;opacity:1}.has-animation-style4 .wp-block-getwid-banner__image,.has-animation-style4 .wp-block-getwid-banner__video{-webkit-transform:scale(1.2);transform:scale(1.2)}.has-animation-style4:hover .wp-block-getwid-banner__image,.has-animation-style4:hover .wp-block-getwid-banner__video{-webkit-transform:none;transform:none}.has-animation-style5:hover .wp-block-getwid-banner__image,.has-animation-style5:hover .wp-block-getwid-banner__video{-webkit-transform:translateX(25px);transform:translateX(25px)}.has-animation-style5:hover .wp-block-getwid-banner__caption:before{-webkit-transform:none;transform:none;opacity:1}.has-animation-style5 .wp-block-getwid-banner__image,.has-animation-style5 .wp-block-getwid-banner__video{width:calc(100% + 25px)}.has-animation-style5 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style5 .wp-block-getwid-banner__caption:before{content:'';position:absolute;border:1px solid currentColor;left:30px;right:30px;top:30px;bottom:30px;opacity:0;-webkit-transform:translateX(-25px);transform:translateX(-25px);-webkit-transition:all .3s ease;transition:all .3s ease}.has-animation-style6 .wp-block-getwid-banner__image,.has-animation-style6 .wp-block-getwid-banner__video{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all .5s ease;transition:all .5s ease}.has-animation-style6:hover .wp-block-getwid-banner__image,.has-animation-style6:hover .wp-block-getwid-banner__video{-webkit-transform:none;transform:none}.has-animation-style6:hover .wp-block-getwid-banner__caption:before{-webkit-transform:none;transform:none;opacity:1}.has-animation-style6 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style6 .wp-block-getwid-banner__caption:before{content:'';position:absolute;border:1px solid currentColor;left:30px;right:30px;top:30px;bottom:30px;opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all .3s ease;transition:all .3s ease}.has-text-animation-opacity:hover .wp-block-getwid-banner__text{opacity:.85}.has-text-animation-opacity .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0}.has-text-animation-opacity-top:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-top .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.has-text-animation-opacity-bottom:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-bottom .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}.has-text-animation-opacity-left:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-left .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.has-text-animation-opacity-right:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-right .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}.has-text-animation-opacity-zoom-in:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-zoom-in .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}.has-text-animation-opacity-zoom-out:hover .wp-block-getwid-banner__text{opacity:.85;-webkit-transform:none;transform:none}.has-text-animation-opacity-zoom-out .wp-block-getwid-banner__text{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}.has-vertical-alignment-center .wp-block-getwid-banner__caption{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.has-vertical-alignment-top .wp-block-getwid-banner__caption{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.has-vertical-alignment-bottom .wp-block-getwid-banner__caption{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.has-horizontal-alignment-left .wp-block-getwid-banner__caption{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.has-horizontal-alignment-right .wp-block-getwid-banner__caption{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.has-horizontal-alignment-center .wp-block-getwid-banner__caption{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-foreground-0 .wp-block-getwid-banner__wrapper:after{opacity:0}.has-foreground-5 .wp-block-getwid-banner__wrapper:after{opacity:.05}.has-foreground-10 .wp-block-getwid-banner__wrapper:after{opacity:.1}.has-foreground-15 .wp-block-getwid-banner__wrapper:after{opacity:.15}.has-foreground-20 .wp-block-getwid-banner__wrapper:after{opacity:.2}.has-foreground-25 .wp-block-getwid-banner__wrapper:after{opacity:.25}.has-foreground-30 .wp-block-getwid-banner__wrapper:after{opacity:.3}.has-foreground-35 .wp-block-getwid-banner__wrapper:after{opacity:.35}.has-foreground-40 .wp-block-getwid-banner__wrapper:after{opacity:.4}.has-foreground-45 .wp-block-getwid-banner__wrapper:after{opacity:.45}.has-foreground-50 .wp-block-getwid-banner__wrapper:after{opacity:.5}.has-foreground-55 .wp-block-getwid-banner__wrapper:after{opacity:.55}.has-foreground-60 .wp-block-getwid-banner__wrapper:after{opacity:.6}.has-foreground-65 .wp-block-getwid-banner__wrapper:after{opacity:.65}.has-foreground-70 .wp-block-getwid-banner__wrapper:after{opacity:.7}.has-foreground-75 .wp-block-getwid-banner__wrapper:after{opacity:.75}.has-foreground-80 .wp-block-getwid-banner__wrapper:after{opacity:.8}.has-foreground-85 .wp-block-getwid-banner__wrapper:after{opacity:.85}.has-foreground-90 .wp-block-getwid-banner__wrapper:after{opacity:.9}.has-foreground-95 .wp-block-getwid-banner__wrapper:after{opacity:.95}.has-foreground-100 .wp-block-getwid-banner__wrapper:after{opacity:1} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-button-group | ||
| 3 | */.wp-block-getwid-button-group{overflow:hidden}.wp-block-getwid-button-group .wp-block-button{margin:0;padding:0 5px 5px 5px}.wp-block-getwid-button-group .wp-block-button__link{width:100%}.wp-block-getwid-button-group .wp-block-button.wp-block-button__width-25{width:25%}.wp-block-getwid-button-group .wp-block-button.wp-block-button__width-50{width:50%}.wp-block-getwid-button-group .wp-block-button.wp-block-button__width-75{width:75%}.wp-block-getwid-button-group .wp-block-button.wp-block-button__width-100{width:100%}.wp-block-getwid-button-group__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;margin:0 -5px -5px -5px!important}.wp-block-getwid-button-group__wrapper.has-spacing-none{margin:0!important}.wp-block-getwid-button-group__wrapper.has-spacing-none .wp-block-button{margin:0}.wp-block-getwid-button-group__wrapper.has-spacing-small{margin:0 -10px -10px -10px!important}.wp-block-getwid-button-group__wrapper.has-spacing-small .wp-block-button{padding:0 10px 10px 10px}.wp-block-getwid-button-group__wrapper.has-spacing-medium{margin:0 -15px -15px -15px!important}.wp-block-getwid-button-group__wrapper.has-spacing-medium .wp-block-button{padding:0 15px 15px 15px}.wp-block-getwid-button-group__wrapper.has-spacing-normal{margin:0 -20px -20px -20px!important}.wp-block-getwid-button-group__wrapper.has-spacing-normal .wp-block-button{padding:0 20px 20px 20px}.wp-block-getwid-button-group__wrapper.has-spacing-large{margin:0 -25px -25px -25px!important}.wp-block-getwid-button-group__wrapper.has-spacing-large .wp-block-button{padding:0 25px 25px 25px}.wp-block-getwid-button-group__wrapper.has-alignment-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-getwid-button-group__wrapper.has-alignment-right{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-alignment-tablet-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-alignment-tablet-right{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-alignment-tablet-left{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-alignment-mobile-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-alignment-mobile-right{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-alignment-mobile-left{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}}.wp-block-getwid-button-group__wrapper.has-direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-right{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-right{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-left{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-right{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-left{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-right{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-left{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-right{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-left{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.has-width-100 .wp-block-button{width:100%}.has-width-50 .wp-block-button{width:50%}.has-width-33 .wp-block-button{width:33.3333%}.has-width-25 .wp-block-button{width:25%}.has-width-20 .wp-block-button{width:20%}@media screen and (min-width:768px) and (max-width:991px){.has-width-tablet-100 .wp-block-button{width:100%}}@media screen and (min-width:768px) and (max-width:991px){.has-width-tablet-50 .wp-block-button{width:50%}}@media screen and (min-width:768px) and (max-width:991px){.has-width-tablet-33 .wp-block-button{width:33.3333%}}@media screen and (min-width:768px) and (max-width:991px){.has-width-tablet-25 .wp-block-button{width:25%}}@media screen and (min-width:768px) and (max-width:991px){.has-width-tablet-20 .wp-block-button{width:20%}}@media screen and (max-width:767px){.has-width-mobile-100 .wp-block-button{width:100%}}@media screen and (max-width:767px){.has-width-mobile-50 .wp-block-button{width:50%}}@media screen and (max-width:767px){.has-width-mobile-33 .wp-block-button{width:33.3333%}}@media screen and (max-width:767px){.has-width-mobile-25 .wp-block-button{width:25%}}@media screen and (max-width:767px){.has-width-mobile-20 .wp-block-button{width:20%}} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-button-group | ||
| 3 | */.wp-block-getwid-button-group{overflow:hidden}.wp-block-getwid-button-group .wp-block-button{margin:0;padding:0 5px 5px 5px}.wp-block-getwid-button-group .wp-block-button__link{width:100%}.wp-block-getwid-button-group .wp-block-button.wp-block-button__width-25{width:25%}.wp-block-getwid-button-group .wp-block-button.wp-block-button__width-50{width:50%}.wp-block-getwid-button-group .wp-block-button.wp-block-button__width-75{width:75%}.wp-block-getwid-button-group .wp-block-button.wp-block-button__width-100{width:100%}.wp-block-getwid-button-group__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;margin:0 -5px -5px -5px!important}.wp-block-getwid-button-group__wrapper.has-spacing-none{margin:0!important}.wp-block-getwid-button-group__wrapper.has-spacing-none .wp-block-button{margin:0}.wp-block-getwid-button-group__wrapper.has-spacing-small{margin:0 -10px -10px -10px!important}.wp-block-getwid-button-group__wrapper.has-spacing-small .wp-block-button{padding:0 10px 10px 10px}.wp-block-getwid-button-group__wrapper.has-spacing-medium{margin:0 -15px -15px -15px!important}.wp-block-getwid-button-group__wrapper.has-spacing-medium .wp-block-button{padding:0 15px 15px 15px}.wp-block-getwid-button-group__wrapper.has-spacing-normal{margin:0 -20px -20px -20px!important}.wp-block-getwid-button-group__wrapper.has-spacing-normal .wp-block-button{padding:0 20px 20px 20px}.wp-block-getwid-button-group__wrapper.has-spacing-large{margin:0 -25px -25px -25px!important}.wp-block-getwid-button-group__wrapper.has-spacing-large .wp-block-button{padding:0 25px 25px 25px}.wp-block-getwid-button-group__wrapper.has-alignment-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-getwid-button-group__wrapper.has-alignment-right{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-alignment-tablet-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-alignment-tablet-right{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-alignment-tablet-left{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-alignment-mobile-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-alignment-mobile-right{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-alignment-mobile-left{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end}}.wp-block-getwid-button-group__wrapper.has-direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-right{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-right{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-left{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-right{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-left{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-right{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-left{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}}@media screen and (min-width:768px) and (max-width:991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-right{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-left{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}}@media screen and (max-width:767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.has-width-100 .wp-block-button{width:100%}.has-width-50 .wp-block-button{width:50%}.has-width-33 .wp-block-button{width:33.3333%}.has-width-25 .wp-block-button{width:25%}.has-width-20 .wp-block-button{width:20%}@media screen and (min-width:768px) and (max-width:991px){.has-width-tablet-100 .wp-block-button{width:100%}}@media screen and (min-width:768px) and (max-width:991px){.has-width-tablet-50 .wp-block-button{width:50%}}@media screen and (min-width:768px) and (max-width:991px){.has-width-tablet-33 .wp-block-button{width:33.3333%}}@media screen and (min-width:768px) and (max-width:991px){.has-width-tablet-25 .wp-block-button{width:25%}}@media screen and (min-width:768px) and (max-width:991px){.has-width-tablet-20 .wp-block-button{width:20%}}@media screen and (max-width:767px){.has-width-mobile-100 .wp-block-button{width:100%}}@media screen and (max-width:767px){.has-width-mobile-50 .wp-block-button{width:50%}}@media screen and (max-width:767px){.has-width-mobile-33 .wp-block-button{width:33.3333%}}@media screen and (max-width:767px){.has-width-mobile-25 .wp-block-button{width:25%}}@media screen and (max-width:767px){.has-width-mobile-20 .wp-block-button{width:20%}} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(t){function e(a){if(n[a])return n[a].exports;var r=n[a]={i:a,l:!1,exports:{}};return t[a].call(r.exports,r,r.exports,e),r.l=!0,r.exports}var n={};e.m=t,e.c=n,e.d=function(t,n,a){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:a})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=2)}({2:function(t,e){/*! | ||
| 2 | * getwid-circle-progress-bar | ||
| 3 | */ | ||
| 4 | !function(t){t(document).ready(function(e){t(document.body).on("post-load",function(t){n()});var n=function(){t(".wp-block-getwid-circle-progress-bar:not(.getwid-init)").each(function(e){function n(){var t=s.find("".concat(u,"__canvas")).get(0);t.width=parseFloat(f),t.height=parseFloat(f)}function a(t,e){var a=s.find("".concat(u,"__canvas")).get(0).getContext("2d"),r="auto"===p?f/14:p,i=f/2,d=Math.PI/180*-90;n(),a.clearRect(0,0,f,f),a.beginPath(),a.arc(i,i,i-r/2,d,d+2*Math.PI),a.lineWidth=r,a.strokeStyle=o,a.stroke(),a.beginPath(),a.arc(i,i,i-r/2,d,d+2*Math.PI*(t/100)),a.lineWidth=r,a.strokeStyle=c,a.stroke(),a.beginPath(),a.textAlign="center",a.font="16px serif",a.fillText(e||t+"%",i+6.5,i+5),a.stroke()}function r(t){var e=0,n=setInterval(function(){a(e,t),++e>i&&clearInterval(n)},35)}var o,c,i,d,f,p,l,u=".wp-block-getwid-circle-progress-bar",s=t(this);t(this).addClass("getwid-init"),o=s.find("".concat(u,"__wrapper")).data("background-color")?s.find("".concat(u,"__wrapper")).data("background-color"):"#eeeeee",c=s.find("".concat(u,"__wrapper")).data("text-color")?s.find("".concat(u,"__wrapper")).data("text-color"):"#0000ee",i=s.find("".concat(u,"__wrapper")).data("fill-amount"),d=s.find("".concat(u,"__wrapper")).data("is-animated"),f=s.find("".concat(u,"__wrapper")).data("size"),p=s.find("".concat(u,"__wrapper")).data("thickness"),l=s.find("".concat(u,"__wrapper")).data("value");var _=s.find(t("".concat(u,"__wrapper"))),g=new Waypoint({element:_.get(0),handler:function(){d?r(l):a(i,l),g.destroy()},offset:"100%"})})};n()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| 1 | !function(t){function e(a){if(n[a])return n[a].exports;var r=n[a]={i:a,l:!1,exports:{}};return t[a].call(r.exports,r,r.exports,e),r.l=!0,r.exports}var n={};e.m=t,e.c=n,e.d=function(t,n,a){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:a})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=3)}({3:function(t,e){/*! | ||
| 2 | * getwid-contact-form | ||
| 3 | */ | ||
| 4 | !function(t){var e=this;t(document).ready(function(n){t(document.body).on("post-load",function(t){a()});var a=function(){t(".wp-block-getwid-contact-form__form:not(.getwid-init)").each(function(n,a){t(e).addClass("getwid-init");var r,c=t(a).find("p[class$=__result]"),s=t(a).find("button[type='submit']"),o=t(a).find(".wp-block-getwid-captcha");o.length&&function(){if(o.length){var t=o.data("sitekey"),e=o.data("theme");grecaptcha.ready(function(){r=grecaptcha.render(o[0],{sitekey:t,theme:e})})}}(),c.hide(),t(a).submit(function(e){e.preventDefault(),s.prop("disabled",!0);var n={};t(a).serializeArray().forEach(function(t,e){n[t.name]=t.value});var i={action:"getwid_send_mail",security:Getwid.nonces.recaptcha_v2_contact_form,data:n};""!=c.text()&&c.hide(300),t.post(Getwid.ajax_url,i,function(e){c.hasClass("success")?c.removeClass("success"):c.hasClass("fail")&&c.removeClass("fail"),s.prop("disabled",!1),o.length&&e.success&&grecaptcha.reset(r),e.success?(t(a)[0].reset(),c.addClass("success")):c.addClass("fail"),c.html(e.data),c.show(300)})})})};a()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-contact-form | ||
| 3 | */.wp-block-getwid-contact-form .wp-block-getwid-field-email,.wp-block-getwid-contact-form .wp-block-getwid-field-name,.wp-block-getwid-contact-form .wp-block-getwid-field-textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wp-block-getwid-contact-form .wp-block-getwid-contact-form__result.success{color:green}.wp-block-getwid-contact-form .wp-block-getwid-contact-form__result.fail{color:red}.wp-block-getwid-contact-form__submit{margin-top:2em}.wp-block-getwid-contact-form__submit .wp-block-button{margin-bottom:0} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-contact-form | ||
| 3 | */.wp-block-getwid-contact-form .wp-block-getwid-field-email,.wp-block-getwid-contact-form .wp-block-getwid-field-name,.wp-block-getwid-contact-form .wp-block-getwid-field-textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wp-block-getwid-contact-form .wp-block-getwid-contact-form__result.success{color:green}.wp-block-getwid-contact-form .wp-block-getwid-contact-form__result.fail{color:red}.wp-block-getwid-contact-form__submit{margin-top:2em}.wp-block-getwid-contact-form__submit .wp-block-button{margin-bottom:0} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(e){function t(a){if(o[a])return o[a].exports;var l=o[a]={i:a,l:!1,exports:{}};return e[a].call(l.exports,l,l.exports,t),l.l=!0,l.exports}var o={};t.m=e,t.c=o,t.d=function(e,o,a){t.o(e,o)||Object.defineProperty(e,o,{configurable:!1,enumerable:!0,get:a})},t.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(o,"a",o),o},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=4)}({4:function(e,t){/*! | ||
| 2 | * getwid-content-slider | ||
| 3 | */ | ||
| 4 | !function(e){e(document).ready(function(t){e(document.body).on("post-load",function(e){o()});var o=function(){var t=e(".wp-block-getwid-content-slider:not(.getwid-init)");t.length&&t.each(function(t){var o,a,l,i,d,n,s,r,u,c,p,f=e(this),v=f.find(".wp-block-getwid-content-slider__wrapper").first();f.addClass("getwid-init"),v.slick({autoplay:!!f.data("autoplay"),autoplaySpeed:null!==(o=f.data("autoplay-speed"))&&void 0!==o?o:3e3,arrows:"none"!==f.data("arrows"),dots:"none"!==f.data("dots"),speed:null!==(a=f.data("animation-speed"))&&void 0!==a?a:800,infinite:!!f.data("infinite"),fade:"fade"===f.data("effect"),centerMode:!!f.data("center-mode"),adaptiveHeight:!!f.data("adaptive-height"),draggable:null===(l=f.data("draggable"))||void 0===l||l,pauseOnHover:!!f.data("pause-hover"),rows:0,slidesToShow:null!==(i=f.data("slides-show"))&&void 0!==i?i:1,slidesToScroll:null!==(d=f.data("slides-scroll"))&&void 0!==d?d:1,rtl:!!Getwid.isRTL,responsive:[{breakpoint:991,settings:{slidesToShow:null!==(n=f.data("slides-show-laptop"))&&void 0!==n?n:1,slidesToScroll:null!==(s=f.data("slides-scroll-laptop"))&&void 0!==s?s:1}},{breakpoint:768,settings:{slidesToShow:null!==(r=f.data("slides-show-tablet"))&&void 0!==r?r:1,slidesToScroll:null!==(u=f.data("slides-scroll-tablet"))&&void 0!==u?u:1}},{breakpoint:468,settings:{slidesToShow:null!==(c=f.data("slides-show-mobile"))&&void 0!==c?c:1,slidesToScroll:null!==(p=f.data("slides-scroll-mobile"))&&void 0!==p?p:1}}]})})};o()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(n){function t(i){if(e[i])return e[i].exports;var o=e[i]={i:i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var e={};t.m=n,t.c=e,t.d=function(n,e,i){t.o(n,e)||Object.defineProperty(n,e,{configurable:!1,enumerable:!0,get:i})},t.n=function(n){var e=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(e,"a",e),e},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=5)}([,,,,,function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=e(6),o=e.n(i);/*! | ||
| 2 | * getwid-content-timeline | ||
| 3 | */ | ||
| 4 | !function(n){var t=this;n(document).ready(function(e){n(document.body).on("post-load",function(n){i()});var i=function(){n(".wp-block-getwid-content-timeline:not(.getwid-init)").each(function(e,i){n(t).addClass("getwid-init");var c=!1,r="wp-block-getwid-content-timeline-item",a=n(i).find(".".concat(r)),s="none"!=n(i).data("animation")?n(i).data("animation"):null,d=n(i).find("div[class$=__point]").data("point-color"),u=n(i).data("filling");n.each(a,function(t,e){s&&(e.getBoundingClientRect().top>.8*window.innerHeight?n(e).addClass("is-hidden"):n(e).addClass(s));var i=n(e).find(".".concat(r,"__content-wrapper"));(0==i.children().length||i.find(".".concat(r,"__mobile-meta")).is(":only-child"))&&i.addClass("has-no-content")});var l=function(t){n.each(a,function(e,i){n(i).hasClass("is-hidden")&&i.getBoundingClientRect().top<=.8*window.innerHeight&&(n(i).removeClass("is-hidden"),n(i).addClass(t))}),c=!1};s&&n(document).scroll(function(){c||(c=!0,window.requestAnimationFrame?window.requestAnimationFrame(function(){return l(s)}):setTimeout(function(){return l(s)},250))});var f=n(window).height()/2,p=function(){var t=n(i).find(".".concat(r,"__point")),e=0;n.each(t,function(n,i){t[n+1]&&(e+=t[n+1].getBoundingClientRect().top-i.getBoundingClientRect().top)});var c=n(i).find("div[class$=__line]"),a=t.get(),s=o()(a),d=s[0],u=(s.slice(1),n(d).position().top+n(d).height()/2);c.css({height:e,top:u})},g=function(){var t=n(i).find(".".concat(r,"__point")),e=t.get(),c=o()(e);c[0],c.slice(1).length&&n.each(t,function(t,e){var i=e.getBoundingClientRect().top,o=n(e).parents(".".concat(r))[0];i<=f?(n(o).hasClass("is-active")||n(o).addClass("is-active"),n(e).find(":first-child").css({borderColor:d||""})):(n(o).hasClass("is-active")&&n(o).removeClass("is-active"),n(e).find(":first-child").css({borderColor:""}))})},h=function(){var t=n(i).find(".".concat(r,"__point")),e=n(i).find("div[class*=__bar]")[0],c=e.getBoundingClientRect().top,a=t.toArray(),s=o()(a),d=s[0],u=s.slice(1),l=f-d.getBoundingClientRect().top;if(u.length){var p=u.slice(-1).pop(),g=p.getBoundingClientRect().top;c<=f&&g>=f&&n(e).css({height:l}),c>=f&&n(e).css({height:0}),g<=f&&n(e).css({height:"100%"})}};n(document).ready(function(){var t=setInterval(function(){"complete"==document.readyState&&(p(),u&&(g(),h()),u&&n(document).scroll(function(){g(),h()}),clearInterval(t))},1e3)}),n(window).resize(function(){p(),u&&(g(),h())})})};i()})}(jQuery)},function(n,t,e){function i(n){return o(n)||c(n)||r()}var o=e(7),c=e(8),r=e(9);n.exports=i},function(n,t){function e(n){if(Array.isArray(n))return n}n.exports=e},function(n,t){function e(n){if(Symbol.iterator in Object(n)||"[object Arguments]"===Object.prototype.toString.call(n))return Array.from(n)}n.exports=e},function(n,t){function e(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}n.exports=e}]); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-content-timeline | ||
| 3 | */.wp-block-getwid-content-timeline{position:relative}.wp-block-getwid-content-timeline__line{width:2px;position:absolute;margin:0 auto;background-color:#f5f5f5;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:992px){.wp-block-getwid-content-timeline__line{left:50%}}.wp-block-getwid-content-timeline__bar{position:absolute;width:100%;background-color:currentColor}.wp-block-getwid-content-timeline__wrapper>.wp-block-getwid-content-timeline-item{width:100%;position:relative}.wp-block-getwid-content-timeline__wrapper>.wp-block-getwid-content-timeline-item:last-child{margin-bottom:0!important}.wp-block-getwid-content-timeline-item{margin-bottom:20px}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item.is-hidden{visibility:hidden}}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__wrapper,.wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__meta,.wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__meta{text-align:right}.wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__card:after,.wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__card:after{left:0}}.wp-block-getwid-content-timeline-item.is-active .wp-block-getwid-content-timeline-item__point-content{border-color:currentColor}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__meta{text-align:left}.wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__card:after{left:100%}}.wp-block-getwid-content-timeline-item__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.wp-block-getwid-content-timeline-item__image-wrapper{position:relative;padding-top:56.25%;width:100%}.wp-block-getwid-content-timeline-item__image-wrapper .wp-block-getwid-content-timeline-item__image{display:block;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;right:0;z-index:1}.wp-block-getwid-content-timeline-item__card{position:relative;-webkit-filter:drop-shadow(0 0 5px rgba(40, 40, 40, .1));filter:drop-shadow(0 0 5px rgba(40, 40, 40, .1));border-radius:7px;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;background-color:#fff}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__card{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}}.wp-block-getwid-content-timeline-item__card:after{content:'';background-color:inherit;width:13px;height:13px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);left:0}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__card:after{left:100%}}.wp-block-getwid-content-timeline-item__card-wrapper{border-radius:inherit;background-color:inherit;overflow:hidden}.wp-block-getwid-content-timeline-item__content-wrapper{padding:25px}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__content-wrapper{padding:40px}}.wp-block-getwid-content-timeline-item__content-wrapper.has-no-content:empty{display:none}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__content-wrapper.has-no-content{display:none}}.wp-block-getwid-content-timeline-item__meta{display:none}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__meta{display:block;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}}.wp-block-getwid-content-timeline-item__meta-content{text-align:inherit}.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h1,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h2,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h3,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h4,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h5,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h6{margin-top:.5em}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h1,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h2,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h3,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h4,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h5,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h6{margin-top:0}}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta{display:none}}.wp-block-getwid-content-timeline-item__point{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:20px;height:20px;margin-right:5px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:991px){.wp-block-getwid-content-timeline-item__point{margin-left:0!important}}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__point{margin-left:20px;margin-right:20px;-webkit-transform:none;transform:none}}.wp-block-getwid-content-timeline-item__point-content{width:inherit;height:inherit;position:relative;background-color:#fff;border:2px solid #dee3e6;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (min-width:992px){.slideInSides .wp-block-getwid-content-timeline-item__card{-webkit-animation:fadeInLeftShort 1s;animation:fadeInLeftShort 1s}.slideInSides .wp-block-getwid-content-timeline-item__point-content{-webkit-animation:getwidTimelinePointBounce .75s;animation:getwidTimelinePointBounce .75s}.slideInSides .wp-block-getwid-content-timeline-item__meta{-webkit-animation:fadeInRightShort 1s;animation:fadeInRightShort 1s}.slideInSides.has-card-right .wp-block-getwid-content-timeline-item__meta,.slideInSides:nth-child(2n) .wp-block-getwid-content-timeline-item__meta{-webkit-animation:fadeInLeftShort 1s;animation:fadeInLeftShort 1s}.slideInSides.has-card-right .wp-block-getwid-content-timeline-item__card,.slideInSides:nth-child(2n) .wp-block-getwid-content-timeline-item__card{-webkit-animation:fadeInRightShort 1s;animation:fadeInRightShort 1s}.slideInSides.has-card-left .wp-block-getwid-content-timeline-item__meta{-webkit-animation:fadeInRightShort 1s;animation:fadeInRightShort 1s}.slideInSides.has-card-left .wp-block-getwid-content-timeline-item__card{-webkit-animation:fadeInLeftShort 1s;animation:fadeInLeftShort 1s}}@media screen and (min-width:992px){.slideInBottom .wp-block-getwid-content-timeline-item__card,.slideInBottom .wp-block-getwid-content-timeline-item__meta{-webkit-animation:fadeInUpShort 1s;animation:fadeInUpShort 1s}}@media screen and (min-width:992px){.fadeIn .wp-block-getwid-content-timeline-item__card,.fadeIn .wp-block-getwid-content-timeline-item__meta{-webkit-animation:getwidFadeIn 1.5s;animation:getwidFadeIn 1.5s}} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-content-timeline | ||
| 3 | */.wp-block-getwid-content-timeline{position:relative}.wp-block-getwid-content-timeline__line{width:2px;position:absolute;margin:0 auto;background-color:#f5f5f5;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:992px){.wp-block-getwid-content-timeline__line{left:50%}}.wp-block-getwid-content-timeline__bar{position:absolute;width:100%;background-color:currentColor}.wp-block-getwid-content-timeline__wrapper>.wp-block-getwid-content-timeline-item{width:100%;position:relative}.wp-block-getwid-content-timeline__wrapper>.wp-block-getwid-content-timeline-item:last-child{margin-bottom:0!important}.wp-block-getwid-content-timeline-item{margin-bottom:20px}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item.is-hidden{visibility:hidden}}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__wrapper,.wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row;flex-direction:row}.wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__meta,.wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__meta{text-align:right}.wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__card:after,.wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__card:after{left:0}}.wp-block-getwid-content-timeline-item.is-active .wp-block-getwid-content-timeline-item__point-content{border-color:currentColor}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__meta{text-align:left}.wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__card:after{left:100%}}.wp-block-getwid-content-timeline-item__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.wp-block-getwid-content-timeline-item__image-wrapper{position:relative;padding-top:56.25%;width:100%}.wp-block-getwid-content-timeline-item__image-wrapper .wp-block-getwid-content-timeline-item__image{display:block;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;right:0;z-index:1}.wp-block-getwid-content-timeline-item__card{position:relative;-webkit-filter:drop-shadow(0 0 5px rgba(40, 40, 40, .1));filter:drop-shadow(0 0 5px rgba(40, 40, 40, .1));border-radius:7px;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;background-color:#fff}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__card{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}}.wp-block-getwid-content-timeline-item__card:after{content:'';background-color:inherit;width:13px;height:13px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);left:0}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__card:after{left:100%}}.wp-block-getwid-content-timeline-item__card-wrapper{border-radius:inherit;background-color:inherit;overflow:hidden}.wp-block-getwid-content-timeline-item__content-wrapper{padding:25px}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__content-wrapper{padding:40px}}.wp-block-getwid-content-timeline-item__content-wrapper.has-no-content:empty{display:none}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__content-wrapper.has-no-content{display:none}}.wp-block-getwid-content-timeline-item__meta{display:none;text-align:left}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__meta{display:block;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}}.wp-block-getwid-content-timeline-item__meta-content{text-align:inherit}.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h1,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h2,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h3,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h4,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h5,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h6{margin-top:.5em}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h1,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h2,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h3,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h4,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h5,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h6{margin-top:0}}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta{display:none}}.wp-block-getwid-content-timeline-item__point{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:20px;height:20px;margin-right:5px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:991px){.wp-block-getwid-content-timeline-item__point{margin-left:0!important}}@media screen and (min-width:992px){.wp-block-getwid-content-timeline-item__point{margin-left:20px;margin-right:20px;-webkit-transform:none;transform:none}}.wp-block-getwid-content-timeline-item__point-content{width:inherit;height:inherit;position:relative;background-color:#fff;border:2px solid #dee3e6;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (min-width:992px){.slideInSides .wp-block-getwid-content-timeline-item__card{-webkit-animation:fadeInLeftShort 1s;animation:fadeInLeftShort 1s}.slideInSides .wp-block-getwid-content-timeline-item__point-content{-webkit-animation:getwidTimelinePointBounce .75s;animation:getwidTimelinePointBounce .75s}.slideInSides .wp-block-getwid-content-timeline-item__meta{-webkit-animation:fadeInRightShort 1s;animation:fadeInRightShort 1s}.slideInSides.has-card-right .wp-block-getwid-content-timeline-item__meta,.slideInSides:nth-child(2n) .wp-block-getwid-content-timeline-item__meta{-webkit-animation:fadeInLeftShort 1s;animation:fadeInLeftShort 1s}.slideInSides.has-card-right .wp-block-getwid-content-timeline-item__card,.slideInSides:nth-child(2n) .wp-block-getwid-content-timeline-item__card{-webkit-animation:fadeInRightShort 1s;animation:fadeInRightShort 1s}.slideInSides.has-card-left .wp-block-getwid-content-timeline-item__meta{-webkit-animation:fadeInRightShort 1s;animation:fadeInRightShort 1s}.slideInSides.has-card-left .wp-block-getwid-content-timeline-item__card{-webkit-animation:fadeInLeftShort 1s;animation:fadeInLeftShort 1s}}@media screen and (min-width:992px){.slideInBottom .wp-block-getwid-content-timeline-item__card,.slideInBottom .wp-block-getwid-content-timeline-item__meta{-webkit-animation:fadeInUpShort 1s;animation:fadeInUpShort 1s}}@media screen and (min-width:992px){.fadeIn .wp-block-getwid-content-timeline-item__card,.fadeIn .wp-block-getwid-content-timeline-item__meta{-webkit-animation:getwidFadeIn 1.5s;animation:getwidFadeIn 1.5s}} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(t){function n(e){if(o[e])return o[e].exports;var a=o[e]={i:e,l:!1,exports:{}};return t[e].call(a.exports,a,a.exports,n),a.l=!0,a.exports}var o={};n.m=t,n.c=o,n.d=function(t,o,e){n.o(t,o)||Object.defineProperty(t,o,{configurable:!1,enumerable:!0,get:e})},n.n=function(t){var o=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(o,"a",o),o},n.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},n.p="",n(n.s=10)}({10:function(t,n){/*! | ||
| 2 | * getwid-countdown | ||
| 3 | */ | ||
| 4 | !function(t){t(document).ready(function(n){t(document.body).on("post-load",function(t){o()});var o=function(){t(".wp-block-getwid-countdown:not(.getwid-init)").each(function(n,o){t(this).addClass("getwid-init");var e=jQuery(o).find(".wp-block-getwid-countdown__content"),a=e.data("datetime"),r=e.data("years"),c=e.data("months"),u=e.data("weeks"),d=e.data("days"),i=e.data("hours"),s=e.data("minutes"),f=e.data("seconds"),l=e.data("bg-color"),p="negative"==a?"":a,w="";r&&(w+="Y"),c&&(w+="O"),u&&(w+="W"),d&&(w+="D"),i&&(w+="H"),s&&(w+="M"),f&&(w+="S"),e.countdown({until:p,format:w,onTick:function(t){var n=jQuery(".countdown-section",e);l&&n.css("background-color",l)}})})};o()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-countdown | ||
| 3 | */.wp-block-getwid-countdown{font-size:32px}.wp-block-getwid-countdown .countdown-section{padding:20px}.wp-block-getwid-countdown .countdown-amount,.wp-block-getwid-countdown .countdown-period{word-break:keep-all}.wp-block-getwid-countdown .countdown-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-getwid-countdown.has-horizontal-alignment-left .countdown-row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wp-block-getwid-countdown.has-horizontal-alignment-center .countdown-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-getwid-countdown.has-horizontal-alignment-justify .countdown-row .countdown-section{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.wp-block-getwid-countdown.has-horizontal-alignment-right .countdown-row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wp-block-getwid-countdown .wp-block-getwid-countdown__wrapper{overflow:hidden}.wp-block-getwid-countdown .is-countdown{background-color:transparent;border:0}.wp-block-getwid-countdown .is-countdown .countdown-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section{font-size:inherit;width:auto;text-align:center}.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-amount{font-size:inherit}.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period{display:block;line-height:1.4;font-size:12px}@media screen and (min-width:768px){.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period{font-size:14px}}@media screen and (min-width:992px){.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period{font-size:16px}}.wp-block-getwid-countdown.has-inner-paddings-small .countdown-section{padding:10px}.wp-block-getwid-countdown.has-inner-paddings-medium .countdown-section{padding:15px}.wp-block-getwid-countdown.has-inner-paddings-normal .countdown-section{padding:20px}.wp-block-getwid-countdown.has-inner-paddings-large .countdown-section{padding:30px}.wp-block-getwid-countdown.has-spacing-small .wp-block-getwid-countdown__content{margin-left:-5px;margin-right:-5px}.wp-block-getwid-countdown.has-spacing-small .countdown-section{margin:0 5px 10px}.wp-block-getwid-countdown.has-spacing-medium .wp-block-getwid-countdown__content{margin-left:-10px;margin-right:-10px}.wp-block-getwid-countdown.has-spacing-medium .countdown-section{margin:0 10px 20px}.wp-block-getwid-countdown.has-spacing-normal .wp-block-getwid-countdown__content{margin-left:-15px;margin-right:-15px}.wp-block-getwid-countdown.has-spacing-normal .countdown-section{margin:0 15px 30px}.wp-block-getwid-countdown.has-spacing-large .wp-block-getwid-countdown__content{margin-left:-20px;margin-right:-20px}.wp-block-getwid-countdown.has-spacing-large .countdown-section{margin:0 20px 40px} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-countdown | ||
| 3 | */.wp-block-getwid-countdown{font-size:32px}.wp-block-getwid-countdown .countdown-section{padding:20px}.wp-block-getwid-countdown .countdown-amount,.wp-block-getwid-countdown .countdown-period{word-break:keep-all}.wp-block-getwid-countdown .countdown-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-getwid-countdown.has-horizontal-alignment-left .countdown-row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wp-block-getwid-countdown.has-horizontal-alignment-center .countdown-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-getwid-countdown.has-horizontal-alignment-justify .countdown-row .countdown-section{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.wp-block-getwid-countdown.has-horizontal-alignment-right .countdown-row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wp-block-getwid-countdown .wp-block-getwid-countdown__wrapper{overflow:hidden}.wp-block-getwid-countdown .is-countdown{background-color:transparent;border:0}.wp-block-getwid-countdown .is-countdown .countdown-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section{font-size:inherit;width:auto;text-align:center}.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-amount{font-size:inherit}.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period{display:block;line-height:1.4;font-size:12px}@media screen and (min-width:768px){.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period{font-size:14px}}@media screen and (min-width:992px){.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period{font-size:16px}}.wp-block-getwid-countdown.has-inner-paddings-small .countdown-section{padding:10px}.wp-block-getwid-countdown.has-inner-paddings-medium .countdown-section{padding:15px}.wp-block-getwid-countdown.has-inner-paddings-normal .countdown-section{padding:20px}.wp-block-getwid-countdown.has-inner-paddings-large .countdown-section{padding:30px}.wp-block-getwid-countdown.has-spacing-small .wp-block-getwid-countdown__content{margin-left:-5px;margin-right:-5px}.wp-block-getwid-countdown.has-spacing-small .countdown-section{margin:0 5px 10px}.wp-block-getwid-countdown.has-spacing-medium .wp-block-getwid-countdown__content{margin-left:-10px;margin-right:-10px}.wp-block-getwid-countdown.has-spacing-medium .countdown-section{margin:0 10px 20px}.wp-block-getwid-countdown.has-spacing-normal .wp-block-getwid-countdown__content{margin-left:-15px;margin-right:-15px}.wp-block-getwid-countdown.has-spacing-normal .countdown-section{margin:0 15px 30px}.wp-block-getwid-countdown.has-spacing-large .wp-block-getwid-countdown__content{margin-left:-20px;margin-right:-20px}.wp-block-getwid-countdown.has-spacing-large .countdown-section{margin:0 20px 40px} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(n){function t(a){if(r[a])return r[a].exports;var e=r[a]={i:a,l:!1,exports:{}};return n[a].call(e.exports,e,e.exports,t),e.l=!0,e.exports}var r={};t.m=n,t.c=r,t.d=function(n,r,a){t.o(n,r)||Object.defineProperty(n,r,{configurable:!1,enumerable:!0,get:a})},t.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(r,"a",r),r},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=11)}({11:function(n,t){/*! | ||
| 2 | * getwid-counter | ||
| 3 | */ | ||
| 4 | !function(n){n(document).ready(function(t){n(document.body).on("post-load",function(n){r()});var r=function(){n(".wp-block-getwid-counter:not(.getwid-init)").each(function(t){function r(){if(!d)return null;switch(l){case"outExpo":return function(n,t,r,a){return r*(1-Math.pow(2,-10*n/a))*1024/1023+t};case"outQuintic":return function(n,t,r,a){var e=(n/=a)*n,c=e*n;return t+r*(c*e+-5*e*e+10*c+-10*e+5*n)};case"outCubic":return function(n,t,r,a){var e=(n/=a)*n;return t+r*(e*n+-3*e+3*n)}}}function a(){switch(_){case"eastern_arabic":return["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"];case"farsi":return["۰","۱","۲","۳","۴","۵","۶","۷","۸","۹"];default:return null}}function e(){return{startVal:c,decimalPlaces:i,duration:u,useEasing:d,useGrouping:p,separator:f,decimal:s,easingFn:r(),numerals:a()}}n(this).addClass("getwid-init");var c,o,i,u,d,p,f,s,l,_,w=".wp-block-getwid-counter",g=n(this);c=g.find("".concat(w,"__wrapper")).data("start"),o=g.find("".concat(w,"__wrapper")).data("end"),i=g.find("".concat(w,"__wrapper")).data("decimal-places"),u=g.find("".concat(w,"__wrapper")).data("duration"),d=g.find("".concat(w,"__wrapper")).data("use-easing"),p=g.find("".concat(w,"__wrapper")).data("use-grouping"),f=g.find("".concat(w,"__wrapper")).data("separator"),s=g.find("".concat(w,"__wrapper")).data("decimal"),l=g.find("".concat(w,"__wrapper")).data("easing-fn"),_=g.find("".concat(w,"__wrapper")).data("numerals");var m=g.find("".concat(w,"__number")),b=new Waypoint({element:m.get(0),handler:function(){new CountUp(m.get(0),o,e()).start(),b.destroy()},offset:"100%"})})};r()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-counter | ||
| 3 | */.wp-block-getwid-counter__wrapper>*{margin:0;padding:0;display:block}.wp-block-getwid-counter__prefix{padding-bottom:.5em}.wp-block-getwid-counter__number{font-size:2.5em}.wp-block-getwid-counter__suffix{padding-top:.5em} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-counter | ||
| 3 | */.wp-block-getwid-counter__wrapper>*{margin:0;padding:0;display:block}.wp-block-getwid-counter__prefix{padding-bottom:.5em}.wp-block-getwid-counter__number{font-size:2.5em}.wp-block-getwid-counter__suffix{padding-top:.5em} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-post-custom-post-type | ||
| 3 | */.wp-block-getwid-custom-post-type{overflow:hidden}.wp-block-getwid-custom-post-type .navigation.pagination{margin-top:3.125em}.wp-block-getwid-custom-post-type__post{margin-top:22px}.wp-block-getwid-custom-post-type__post:first-child{margin-top:0}.wp-block-getwid-custom-post-type__post-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post-title{margin:0}.wp-block-getwid-custom-post-type__post-thumbnail{margin-bottom:1em}.wp-block-getwid-custom-post-type__post-thumbnail:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post-thumbnail a{display:block}.wp-block-getwid-custom-post-type__post-thumbnail a img{display:block}.wp-block-getwid-custom-post-type__post-excerpt>:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post-excerpt{margin-top:.5em}.wp-block-getwid-custom-post-type__post-excerpt:first-child{margin-top:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-featured-image{margin-bottom:1.875em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-featured-image:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-title{margin-bottom:.5em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-title:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-title+.wp-block-getwid-template-post-featured-image{margin-top:1.25em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-content{margin-bottom:.5em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-content:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-link{margin-top:1.5em;margin-bottom:1.5em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-link:first-child{margin-top:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-link:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-meta{margin-bottom:.25em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-meta+.wp-block-getwid-template-post-featured-image{margin-top:1.25em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-section{height:100%}.has-spacing-none.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:0}.has-spacing-none>.getwid-columns{margin-left:0;margin-right:0}.has-spacing-none>.getwid-columns>*{padding-left:0;margin-top:0;padding-right:0}.has-spacing-small.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:20px}.has-spacing-small>.getwid-columns{margin-left:-5px;margin-right:-5px}.has-spacing-small>.getwid-columns>*{margin-top:10px;padding-left:5px;padding-right:5px}.has-spacing-medium.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:30px}.has-spacing-medium>.getwid-columns{margin-left:-15px;margin-right:-15px}.has-spacing-medium>.getwid-columns>*{margin-top:30px;padding-left:15px;padding-right:15px}.has-spacing-normal.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:60px}.has-spacing-normal>.getwid-columns{margin-left:-25px;margin-right:-25px}.has-spacing-normal>.getwid-columns>*{margin-top:50px;padding-left:25px;padding-right:25px}.has-spacing-large.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:80px}.has-spacing-large>.getwid-columns{margin-left:-40px;margin-right:-40px}.has-spacing-large>.getwid-columns>*{margin-top:80px;padding-left:40px;padding-right:40px}.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:3.125em}.has-layout-list .wp-block-getwid-custom-post-type__post:last-child{margin-bottom:0}@media screen and (min-width:768px){.has-layout-list .wp-block-getwid-custom-post-type__post-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.has-layout-list .wp-block-getwid-custom-post-type__entry-header{margin-top:0}.has-layout-list .wp-block-getwid-custom-post-type__entry-header .wp-block-getwid-custom-post-type__post-title{margin-top:0}.has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail{max-width:40%;margin:0}.has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail:only-child{width:100%}.has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail+.wp-block-getwid-custom-post-type__content-wrapper{margin-left:5%;margin-top:0;max-width:55%;width:100%}}@media screen and (min-width:991px){.getwid-columns-1 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-2 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-2 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-3 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-3 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-3 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(4){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(4){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(5){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(4){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(5){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(6){margin-top:0}} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-post-custom-post-type | ||
| 3 | */.wp-block-getwid-custom-post-type{overflow:hidden}.wp-block-getwid-custom-post-type .navigation.pagination{margin-top:3.125em}.wp-block-getwid-custom-post-type__post{margin-top:22px}.wp-block-getwid-custom-post-type__post:first-child{margin-top:0}.wp-block-getwid-custom-post-type__post-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post-title{margin:0}.wp-block-getwid-custom-post-type__post-thumbnail{margin-bottom:1em}.wp-block-getwid-custom-post-type__post-thumbnail:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post-thumbnail a{display:block}.wp-block-getwid-custom-post-type__post-thumbnail a img{display:block}.wp-block-getwid-custom-post-type__post-excerpt>:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post-excerpt{margin-top:.5em}.wp-block-getwid-custom-post-type__post-excerpt:first-child{margin-top:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-featured-image{margin-bottom:1.875em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-featured-image:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-title{margin-bottom:.5em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-title:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-title+.wp-block-getwid-template-post-featured-image{margin-top:1.25em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-content{margin-bottom:.5em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-content:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-link{margin-top:1.5em;margin-bottom:1.5em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-link:first-child{margin-top:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-link:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-meta{margin-bottom:.25em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-meta+.wp-block-getwid-template-post-featured-image{margin-top:1.25em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-section{height:100%}.has-spacing-none.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:0}.has-spacing-none>.getwid-columns{margin-left:0;margin-right:0}.has-spacing-none>.getwid-columns>*{padding-left:0;margin-top:0;padding-right:0}.has-spacing-small.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:20px}.has-spacing-small>.getwid-columns{margin-left:-5px;margin-right:-5px}.has-spacing-small>.getwid-columns>*{margin-top:10px;padding-left:5px;padding-right:5px}.has-spacing-medium.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:30px}.has-spacing-medium>.getwid-columns{margin-left:-15px;margin-right:-15px}.has-spacing-medium>.getwid-columns>*{margin-top:30px;padding-left:15px;padding-right:15px}.has-spacing-normal.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:60px}.has-spacing-normal>.getwid-columns{margin-left:-25px;margin-right:-25px}.has-spacing-normal>.getwid-columns>*{margin-top:50px;padding-left:25px;padding-right:25px}.has-spacing-large.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:80px}.has-spacing-large>.getwid-columns{margin-left:-40px;margin-right:-40px}.has-spacing-large>.getwid-columns>*{margin-top:80px;padding-left:40px;padding-right:40px}.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:3.125em}.has-layout-list .wp-block-getwid-custom-post-type__post:last-child{margin-bottom:0}@media screen and (min-width:768px){.has-layout-list .wp-block-getwid-custom-post-type__post-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.has-layout-list .wp-block-getwid-custom-post-type__entry-header{margin-top:0}.has-layout-list .wp-block-getwid-custom-post-type__entry-header .wp-block-getwid-custom-post-type__post-title{margin-top:0}.has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail{max-width:40%;margin:0}.has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail:only-child{width:100%}.has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail+.wp-block-getwid-custom-post-type__content-wrapper{margin-right:5%;margin-top:0;max-width:55%;width:100%}}@media screen and (min-width:991px){.getwid-columns-1 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-2 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-2 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-3 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-3 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-3 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(4){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(4){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(5){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(4){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(5){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(6){margin-top:0}} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(n){function t(o){if(i[o])return i[o].exports;var e=i[o]={i:o,l:!1,exports:{}};return n[o].call(e.exports,e,e.exports,t),e.l=!0,e.exports}var i={};t.m=n,t.c=i,t.d=function(n,i,o){t.o(n,i)||Object.defineProperty(n,i,{configurable:!1,enumerable:!0,get:o})},t.n=function(n){var i=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(i,"a",i),i},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=12)}({0:function(n,t,i){"use strict";function o(n,t,i){var o=function(n){var t={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"mozAnimationEnd",WebkitAnimation:"webkitAnimationEnd"};for(var i in t)if(void 0!==n.style[i])return t[i]}(document.createElement("div")),e=void 0!==t.animation?t.animation:"",a=void 0!==t.duration?t.duration:"1s",r=void 0!==t.delay?t.delay:"0s";return n.css({"animation-duration":a,"animation-delay":r,"-webkit-animation-delay":r}),n.addClass("animated "+e).one(o,function(){jQuery(this).removeClass("animated "+e),"function"==typeof i&&i()}),this}t.a=o},12:function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=i(0);/*! | ||
| 2 | * getwid-icon-box | ||
| 3 | */ | ||
| 4 | !function(n){n(document).ready(function(t){n(document.body).on("post-load",function(n){i()});var i=function(){n(".wp-block-getwid-icon-box:not(.getwid-init)").each(function(t,i){n(i).addClass("getwid-init"),n(".getwid-animation.wp-block-getwid-icon-box").on("mouseenter",function(){Object(o.a)(n(this).find(".wp-block-getwid-icon-box__icon-wrapper"),{animation:n(this).attr("data-animation")})})})};i()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-icon-box | ||
| 3 | */.wp-block-getwid-icon-box.has-icon-left,.wp-block-getwid-icon-box.has-icon-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch}.wp-block-getwid-icon-box.has-text-left{text-align:left}.wp-block-getwid-icon-box.has-text-center{text-align:center}.wp-block-getwid-icon-box.has-text-right{text-align:right}.wp-block-getwid-icon-box__icon-container{line-height:0;margin-bottom:20px}.wp-block-getwid-icon-box__icon-container.has-layout-framed .wp-block-getwid-icon-box__icon-wrapper{border-width:1px;border-style:solid;border-color:currentColor;border-radius:100%}.wp-block-getwid-icon-box__icon-container.has-layout-stacked .wp-block-getwid-icon-box__icon-wrapper{border-radius:100%}.wp-block-getwid-icon-box__icon-container.is-position-top{-ms-flex-item-align:start;align-self:flex-start}.wp-block-getwid-icon-box__icon-container.is-position-middle{-ms-flex-item-align:center;align-self:center}.wp-block-getwid-icon-box__icon-container.is-position-bottom{-ms-flex-item-align:end;align-self:flex-end}.wp-block-getwid-icon-box__icon-wrapper{display:inline-block;line-height:1;padding:16px;font-size:64px;text-align:center}.wp-block-getwid-icon-box__icon-wrapper i{display:block;height:1em;width:1em;position:relative}.wp-block-getwid-icon-box__icon-wrapper i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wp-block-getwid-icon-box a.wp-block-getwid-icon-box__icon-wrapper{text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.wp-block-getwid-icon-box a.wp-block-getwid-icon-box__icon-wrapper:hover{cursor:pointer}.wp-block-getwid-icon-box__content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:center;align-self:center}.has-icon-left .wp-block-getwid-icon-box__icon-container{margin:0 20px 0 0}.has-icon-right .wp-block-getwid-icon-box__icon-container{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0 0 0 20px} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-icon-box | ||
| 3 | */.wp-block-getwid-icon-box.has-icon-left,.wp-block-getwid-icon-box.has-icon-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch}.wp-block-getwid-icon-box.has-text-left{text-align:left}.wp-block-getwid-icon-box.has-text-center{text-align:center}.wp-block-getwid-icon-box.has-text-right{text-align:right}.wp-block-getwid-icon-box__icon-container{line-height:0;margin-bottom:20px}.wp-block-getwid-icon-box__icon-container.has-layout-framed .wp-block-getwid-icon-box__icon-wrapper{border-width:1px;border-style:solid;border-color:currentColor;border-radius:100%}.wp-block-getwid-icon-box__icon-container.has-layout-stacked .wp-block-getwid-icon-box__icon-wrapper{border-radius:100%}.wp-block-getwid-icon-box__icon-container.is-position-top{-ms-flex-item-align:start;align-self:flex-start}.wp-block-getwid-icon-box__icon-container.is-position-middle{-ms-flex-item-align:center;align-self:center}.wp-block-getwid-icon-box__icon-container.is-position-bottom{-ms-flex-item-align:end;align-self:flex-end}.wp-block-getwid-icon-box__icon-wrapper{display:inline-block;line-height:1;padding:16px;font-size:64px;text-align:center}.wp-block-getwid-icon-box__icon-wrapper i{display:block;height:1em;width:1em;position:relative}.wp-block-getwid-icon-box__icon-wrapper i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wp-block-getwid-icon-box a.wp-block-getwid-icon-box__icon-wrapper{text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.wp-block-getwid-icon-box a.wp-block-getwid-icon-box__icon-wrapper:hover{cursor:pointer}.wp-block-getwid-icon-box__content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:center;align-self:center}.has-icon-left .wp-block-getwid-icon-box__icon-container{margin:0 20px 0 0}.has-icon-right .wp-block-getwid-icon-box__icon-container{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0 0 0 20px} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(n){function t(o){if(i[o])return i[o].exports;var e=i[o]={i:o,l:!1,exports:{}};return n[o].call(e.exports,e,e.exports,t),e.l=!0,e.exports}var i={};t.m=n,t.c=i,t.d=function(n,i,o){t.o(n,i)||Object.defineProperty(n,i,{configurable:!1,enumerable:!0,get:o})},t.n=function(n){var i=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(i,"a",i),i},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=13)}({0:function(n,t,i){"use strict";function o(n,t,i){var o=function(n){var t={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"mozAnimationEnd",WebkitAnimation:"webkitAnimationEnd"};for(var i in t)if(void 0!==n.style[i])return t[i]}(document.createElement("div")),e=void 0!==t.animation?t.animation:"",a=void 0!==t.duration?t.duration:"1s",r=void 0!==t.delay?t.delay:"0s";return n.css({"animation-duration":a,"animation-delay":r,"-webkit-animation-delay":r}),n.addClass("animated "+e).one(o,function(){jQuery(this).removeClass("animated "+e),"function"==typeof i&&i()}),this}t.a=o},13:function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=i(0);/*! | ||
| 2 | * getwid-icon | ||
| 3 | */ | ||
| 4 | !function(n){n(document).ready(function(t){n(document.body).on("post-load",function(n){i()});var i=function(){n(".wp-block-getwid-icon:not(.getwid-init)").each(function(t,i){n(i).addClass("getwid-init"),n(".getwid-animation.wp-block-getwid-icon__wrapper").on("mouseenter",function(){Object(o.a)(n(this),{animation:n(this).attr("data-animation")})})})};i()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-icon | ||
| 3 | */.wp-block-getwid-icon.is-aligned-left{text-align:left}.wp-block-getwid-icon.is-aligned-center{text-align:center}.wp-block-getwid-icon.is-aligned-right{text-align:right}.wp-block-getwid-icon__wrapper{line-height:1;padding:16px;font-size:32px;text-align:center;display:inline-block}.wp-block-getwid-icon i{display:block;height:1em;width:1em;position:relative}.wp-block-getwid-icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wp-block-getwid-icon a.wp-block-getwid-icon__wrapper{text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.wp-block-getwid-icon a.wp-block-getwid-icon__wrapper:hover{cursor:pointer}.has-layout-framed .wp-block-getwid-icon__wrapper{border-width:1px;border-style:solid;border-color:currentColor;border-radius:100%}.has-layout-stacked .wp-block-getwid-icon__wrapper{border-radius:100%} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-icon | ||
| 3 | */.wp-block-getwid-icon.is-aligned-left{text-align:left}.wp-block-getwid-icon.is-aligned-center{text-align:center}.wp-block-getwid-icon.is-aligned-right{text-align:right}.wp-block-getwid-icon__wrapper{line-height:1;padding:16px;font-size:32px;text-align:center;display:inline-block}.wp-block-getwid-icon i{display:block;height:1em;width:1em;position:relative}.wp-block-getwid-icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wp-block-getwid-icon a.wp-block-getwid-icon__wrapper{text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.wp-block-getwid-icon a.wp-block-getwid-icon__wrapper:hover{cursor:pointer}.has-layout-framed .wp-block-getwid-icon__wrapper{border-width:1px;border-style:solid;border-color:currentColor;border-radius:100%}.has-layout-stacked .wp-block-getwid-icon__wrapper{border-radius:100%} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(n){function t(o){if(i[o])return i[o].exports;var e=i[o]={i:o,l:!1,exports:{}};return n[o].call(e.exports,e,e.exports,t),e.l=!0,e.exports}var i={};t.m=n,t.c=i,t.d=function(n,i,o){t.o(n,i)||Object.defineProperty(n,i,{configurable:!1,enumerable:!0,get:o})},t.n=function(n){var i=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(i,"a",i),i},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=14)}({0:function(n,t,i){"use strict";function o(n,t,i){var o=function(n){var t={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"mozAnimationEnd",WebkitAnimation:"webkitAnimationEnd"};for(var i in t)if(void 0!==n.style[i])return t[i]}(document.createElement("div")),e=void 0!==t.animation?t.animation:"",a=void 0!==t.duration?t.duration:"1s",r=void 0!==t.delay?t.delay:"0s";return n.css({"animation-duration":a,"animation-delay":r,"-webkit-animation-delay":r}),n.addClass("animated "+e).one(o,function(){jQuery(this).removeClass("animated "+e),"function"==typeof i&&i()}),this}t.a=o},14:function(n,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=i(0);/*! | ||
| 2 | * getwid-image-box | ||
| 3 | */ | ||
| 4 | !function(n){n(document).ready(function(t){n(document.body).on("post-load",function(n){i()});var i=function(){n(".wp-block-getwid-image-box:not(.getwid-init)").each(function(t,i){n(i).addClass("getwid-init"),n(".getwid-animation.wp-block-getwid-image-box").on("mouseenter",function(){Object(o.a)(n(this).find(".wp-block-getwid-image-box__image-wrapper"),{animation:n(this).attr("data-animation")})})})};i()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-image-box | ||
| 3 | */.wp-block-getwid-image-box__image-container{margin:0 0 20px 0;line-height:0;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.wp-block-getwid-image-box__image-container.is-position-top{-ms-flex-item-align:start;align-self:flex-start}.wp-block-getwid-image-box__image-container.is-position-middle{-ms-flex-item-align:center;align-self:center}.wp-block-getwid-image-box__image-container.is-position-bottom{-ms-flex-item-align:end;align-self:flex-end}.wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper{display:inline-block;line-height:1}.wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper img{display:block}.wp-block-getwid-image-box__image-container a.wp-block-getwid-image-box__image-wrapper{text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.wp-block-getwid-image-box__image-container a.wp-block-getwid-image-box__image-wrapper:hover{cursor:pointer}.wp-block-getwid-image-box__content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;-ms-flex-item-align:center;align-self:center}.wp-block-getwid-image-box.has-text-left{text-align:left}.wp-block-getwid-image-box.has-text-center{text-align:center}.wp-block-getwid-image-box.has-text-right{text-align:right}.wp-block-getwid-image-box.has-image-left,.wp-block-getwid-image-box.has-image-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (max-width:767px){.wp-block-getwid-image-box.has-mobile-layout-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767px){.wp-block-getwid-image-box.has-mobile-layout-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767px){.wp-block-getwid-image-box.has-mobile-alignment-center{text-align:center}}@media screen and (max-width:767px){.wp-block-getwid-image-box.has-mobile-alignment-left{text-align:left}}@media screen and (max-width:767px){.wp-block-getwid-image-box.has-mobile-alignment-right{text-align:right}}.has-image-left .wp-block-getwid-image-box__image-container{margin:0 20px 0 0;max-width:50%}.has-image-right .wp-block-getwid-image-box__image-container{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0 0 0 20px;max-width:50%}@media screen and (max-width:767px){.has-mobile-layout-column .wp-block-getwid-image-box__image-container{max-width:100%;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-bottom:20px;margin-left:0!important;margin-right:0!important}}@media screen and (max-width:767px){.has-mobile-layout-column-reverse .wp-block-getwid-image-box__image-container{max-width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-top:20px;margin-right:0!important;margin-left:0!important}}.has-mobile-alignment-center .wp-block-getwid-image-box__image-container{-ms-flex-item-align:center;align-self:center}.has-mobile-alignment-left .wp-block-getwid-image-box__image-container{-ms-flex-item-align:start;align-self:flex-start}.has-mobile-alignment-right .wp-block-getwid-image-box__image-container{-ms-flex-item-align:end;align-self:flex-end} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-image-box | ||
| 3 | */.wp-block-getwid-image-box__image-container{margin:0 0 20px 0;line-height:0;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.wp-block-getwid-image-box__image-container.is-position-top{-ms-flex-item-align:start;align-self:flex-start}.wp-block-getwid-image-box__image-container.is-position-middle{-ms-flex-item-align:center;align-self:center}.wp-block-getwid-image-box__image-container.is-position-bottom{-ms-flex-item-align:end;align-self:flex-end}.wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper{display:inline-block;line-height:1}.wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper img{display:block}.wp-block-getwid-image-box__image-container a.wp-block-getwid-image-box__image-wrapper{text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.wp-block-getwid-image-box__image-container a.wp-block-getwid-image-box__image-wrapper:hover{cursor:pointer}.wp-block-getwid-image-box__content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;-ms-flex-item-align:center;align-self:center}.wp-block-getwid-image-box.has-text-left{text-align:left}.wp-block-getwid-image-box.has-text-center{text-align:center}.wp-block-getwid-image-box.has-text-right{text-align:right}.wp-block-getwid-image-box.has-image-left,.wp-block-getwid-image-box.has-image-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (max-width:767px){.wp-block-getwid-image-box.has-mobile-layout-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767px){.wp-block-getwid-image-box.has-mobile-layout-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767px){.wp-block-getwid-image-box.has-mobile-alignment-center{text-align:center}}@media screen and (max-width:767px){.wp-block-getwid-image-box.has-mobile-alignment-left{text-align:left}}@media screen and (max-width:767px){.wp-block-getwid-image-box.has-mobile-alignment-right{text-align:right}}.has-image-left .wp-block-getwid-image-box__image-container{margin:0 20px 0 0;max-width:50%;order:1}.has-image-right .wp-block-getwid-image-box__image-container{-webkit-box-ordinal-group:2;-ms-flex-order:0;order:0;margin:0 0 0 20px;max-width:50%}@media screen and (max-width:767px){.has-mobile-layout-column .wp-block-getwid-image-box__image-container{max-width:100%;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-bottom:20px;margin-left:0!important;margin-right:0!important}}@media screen and (max-width:767px){.has-mobile-layout-column-reverse .wp-block-getwid-image-box__image-container{max-width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-top:20px;margin-right:0!important;margin-left:0!important}}.has-mobile-alignment-center .wp-block-getwid-image-box__image-container{-ms-flex-item-align:center;align-self:center}.has-mobile-alignment-left .wp-block-getwid-image-box__image-container{-ms-flex-item-align:start;align-self:flex-start}.has-mobile-alignment-right .wp-block-getwid-image-box__image-container{-ms-flex-item-align:end;align-self:flex-end} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(t){function i(o){if(n[o])return n[o].exports;var e=n[o]={i:o,l:!1,exports:{}};return t[o].call(e.exports,e,e.exports,i),e.l=!0,e.exports}var n={};i.m=t,i.c=n,i.d=function(t,n,o){i.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:o})},i.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(n,"a",n),n},i.o=function(t,i){return Object.prototype.hasOwnProperty.call(t,i)},i.p="",i(i.s=15)}({0:function(t,i,n){"use strict";function o(t,i,n){var o=function(t){var i={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"mozAnimationEnd",WebkitAnimation:"webkitAnimationEnd"};for(var n in i)if(void 0!==t.style[n])return i[n]}(document.createElement("div")),e=void 0!==i.animation?i.animation:"",a=void 0!==i.duration?i.duration:"1s",d=void 0!==i.delay?i.delay:"0s";return t.css({"animation-duration":a,"animation-delay":d,"-webkit-animation-delay":d}),t.addClass("animated "+e).one(o,function(){jQuery(this).removeClass("animated "+e),"function"==typeof n&&n()}),this}i.a=o},15:function(t,i,n){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var o=n(0);/*! | ||
| 2 | * getwid-image-hotspot | ||
| 3 | */ | ||
| 4 | !function(t){t(document).ready(function(i){t(document.body).on("post-load",function(t){n()});var n=function(){t(".wp-block-getwid-image-hotspot:not(.getwid-init)").each(function(i,n){t(this).addClass("getwid-init");var e=t(n).data("trigger"),a=t(n).data("theme"),d=t(n).data("tooltip-animation"),r=t(n).data("arrow"),c=t(n).data("image-points");t(".getwid-animation .wp-block-getwid-image-hotspot__dot").on("mouseenter",function(){Object(o.a)(t(this),{animation:t(this).closest(".getwid-animation").attr("data-animation")})}),t(n).find(".wp-block-getwid-image-hotspot__dot").each(function(i,n){var o=t(n),s=o.data("point-id"),l=_unescape(o.find(".wp-block-getwid-image-hotspot__dot-title").html()),m=_unescape(c[s].content),p=c[s].popUpOpen,u=c[s].placement,f=c[s].popUpWidth,g=tippy(n,{maxWidth:parseInt(f,10),hideOnClick:"multiple"!=e||"toggle",theme:a,animation:d,animateFill:!1,interactive:!0,trigger:"hover"==e?"mouseenter":"click",arrow:r,placement:u,allowHTML:!0,content:'<div class="wp-block-getwid-image-hotspot__tooltip"><div class="wp-block-getwid-image-hotspot__tooltip-title">'.concat(l,'</div><div class="wp-block-getwid-image-hotspot__tooltip-content">').concat(m,"</div></div>")});p&&setTimeout(function(){g.show()},1e3),o.find(".wp-block-getwid-image-hotspot__dot-description").remove(),new Waypoint({element:n,handler:function(i){t(this.element).addClass("is-visible")},offset:"100%"})})})};n()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-image-hotspot | ||
| 3 | */.wp-block-getwid-image-hotspot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-getwid-image-hotspot__wrapper{position:relative}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.wp-block-getwid-image-hotspot__wrapper{max-width:inherit}}.wp-block-getwid-image-hotspot__image{display:block}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.wp-block-getwid-image-hotspot__image{max-width:inherit}}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot{position:absolute;left:0;top:0;opacity:1;padding:6px;background-color:#404040;border-radius:50%;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;cursor:pointer;outline:0}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot.has-animation-pulse:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:inherit;border-radius:50%;-webkit-transition:all .3s ease-in;transition:all .3s ease-in;-webkit-animation:getwidPulseAnimation 1.5s ease infinite;animation:getwidPulseAnimation 1.5s ease infinite}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-description{display:none}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-content{color:#fff;font-size:16px}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-icon{display:block;height:1.25em;width:1.25em;position:relative;line-height:1.25;text-align:center;font-style:normal}.wp-block-getwid-image-hotspot__tooltip{padding:10px;text-align:center}.wp-block-getwid-image-hotspot__tooltip-title{font-size:16px;font-weight:700}.wp-block-getwid-image-hotspot__tooltip-title:last-child{margin-bottom:0}.wp-block-getwid-image-hotspot__tooltip-title:empty{display:none}.wp-block-getwid-image-hotspot__tooltip-content{font-size:12px;margin-top:.75em}.wp-block-getwid-image-hotspot__tooltip-content:empty{display:none}.wp-block-getwid-image-hotspot__tooltip-content img{max-width:100%}.wp-block-getwid-image-hotspot__tooltip-content iframe{max-width:100%}.has-animated-dots .wp-block-getwid-image-hotspot__dot{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .5s ease-out .8s;transition:all .5s ease-out .8s}.has-animated-dots .wp-block-getwid-image-hotspot__dot.is-visible{-webkit-transform:none;transform:none}.has-animated-dots[data-appearance-animation=slideDown] .wp-block-getwid-image-hotspot__dot{-webkit-transform:translateY(-50px) scale(0);transform:translateY(-50px) scale(0)}.has-animated-dots[data-appearance-animation=slideDown] .wp-block-getwid-image-hotspot__dot.is-visible{-webkit-transform:none;transform:none} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-image-hotspot | ||
| 3 | */.wp-block-getwid-image-hotspot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-getwid-image-hotspot__wrapper{position:relative}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.wp-block-getwid-image-hotspot__wrapper{max-width:inherit}}.wp-block-getwid-image-hotspot__image{display:block}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.wp-block-getwid-image-hotspot__image{max-width:inherit}}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot{position:absolute;left:0;top:0;opacity:1;padding:6px;background-color:#404040;border-radius:50%;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;cursor:pointer;outline:0}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot.has-animation-pulse:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:inherit;border-radius:50%;-webkit-transition:all .3s ease-in;transition:all .3s ease-in;-webkit-animation:getwidPulseAnimation 1.5s ease infinite;animation:getwidPulseAnimation 1.5s ease infinite}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-description{display:none}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-content{color:#fff;font-size:16px}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-icon{display:block;height:1.25em;width:1.25em;position:relative;line-height:1.25;text-align:center;font-style:normal}.wp-block-getwid-image-hotspot__tooltip{padding:10px;text-align:center}.wp-block-getwid-image-hotspot__tooltip-title{font-size:16px;font-weight:700}.wp-block-getwid-image-hotspot__tooltip-title:last-child{margin-bottom:0}.wp-block-getwid-image-hotspot__tooltip-title:empty{display:none}.wp-block-getwid-image-hotspot__tooltip-content{font-size:12px;margin-top:.75em}.wp-block-getwid-image-hotspot__tooltip-content:empty{display:none}.wp-block-getwid-image-hotspot__tooltip-content img{max-width:100%}.wp-block-getwid-image-hotspot__tooltip-content iframe{max-width:100%}.has-animated-dots .wp-block-getwid-image-hotspot__dot{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .5s ease-out .8s;transition:all .5s ease-out .8s}.has-animated-dots .wp-block-getwid-image-hotspot__dot.is-visible{-webkit-transform:none;transform:none}.has-animated-dots[data-appearance-animation=slideDown] .wp-block-getwid-image-hotspot__dot{-webkit-transform:translateY(-50px) scale(0);transform:translateY(-50px) scale(0)}.has-animated-dots[data-appearance-animation=slideDown] .wp-block-getwid-image-hotspot__dot.is-visible{-webkit-transform:none;transform:none} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(e){function t(s){if(a[s])return a[s].exports;var o=a[s]={i:s,l:!1,exports:{}};return e[s].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var a={};t.m=e,t.c=a,t.d=function(e,a,s){t.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:s})},t.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(a,"a",a),a},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=16)}({16:function(e,t){/*! | ||
| 2 | * getwid-images-slider | ||
| 3 | */ | ||
| 4 | !function(e){e(document).ready(function(t){e(document.body).on("post-load",function(e){a()});var a=function(){var t,a,s,o,d,i,n,l,r,p,c,u,f,w,h,b,g,m,v,y=e(".wp-block-getwid-images-slider:not(.getwid-init) .wp-block-getwid-images-slider__wrapper");y.length&&"undefined"!=typeof imagesLoaded&&y.each(function(y){t=e(this),t.closest(".wp-block-getwid-images-slider").addClass("getwid-init"),t.imagesLoaded().done(function(t){var y=e(t.elements[0]);a="fade"==y.data("effect"),s=y.data("slides-show")&&"slide"==y.data("effect")?parseInt(y.data("slides-show")):1,o=y.data("slides-show-laptop")?parseInt(y.data("slides-show-laptop")):1,d=y.data("slides-show-tablet")?parseInt(y.data("slides-show-tablet")):1,i=y.data("slides-show-mobile")?parseInt(y.data("slides-show-mobile")):1,n=y.data("slides-scroll")?parseInt(y.data("slides-scroll")):1,l=1==y.data("autoplay"),r=parseInt(y.data("autoplay-speed"))?parseInt(y.data("autoplay-speed")):2e3,p=1==y.data("infinite"),c=parseInt(y.data("animation-speed")),u=1==y.data("center-mode"),f=1==y.data("variable-width"),w=1==y.data("pause-hover"),h="none"!=y.data("arrows"),b="none"!=y.data("dots"),g=y.data("height")?y.data("height"):void 0,m=!!y.data("reset-on-tablet"),v=!!y.data("reset-on-mobile"),e(t.elements[0]).slick({arrows:h,dots:b,rows:0,slidesToShow:s,slidesToScroll:n,autoplay:l,autoplaySpeed:r,fade:a,speed:c,infinite:p,centerMode:u,variableWidth:f,pauseOnHover:w,adaptiveHeight:!0,rtl:!!Getwid.isRTL,responsive:[{breakpoint:991,settings:{slidesToShow:o,slidesToScroll:1}},{breakpoint:768,settings:{slidesToShow:d,slidesToScroll:1}},{breakpoint:468,settings:{slidesToShow:i,slidesToScroll:1}}]})})})};a()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-images-slider | ||
| 3 | */.wp-block-getwid-images-slider .slick-initialized .wp-block-getwid-images-slider__item{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item{display:none;height:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item a{display:block;text-decoration:none}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item a:hover{text-decoration:none}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item figure{margin:0;padding:0;position:relative}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item figcaption{display:none;position:absolute;margin:0;bottom:0;left:0;right:0;text-align:center;font-style:normal;padding:40px 20px 10px;width:100%;color:#fff;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),color-stop(70%,rgba(0,0,0,.3)),to(transparent));background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.wp-block-getwid-images-slider.has-captions .wp-block-getwid-images-slider__item figcaption{display:block}.wp-block-getwid-images-slider.captions-style-light .wp-block-getwid-images-slider__item figcaption{color:#000;background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.7)),color-stop(70%,rgba(255,255,255,.3)),to(transparent));background:linear-gradient(0deg,rgba(255,255,255,.7),rgba(255,255,255,.3) 70%,transparent)}.wp-block-getwid-images-slider.captions-top-center .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-left .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-right .wp-block-getwid-images-slider__item figcaption{bottom:auto;top:0;padding:10px 20px 40px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),color-stop(70%,rgba(0,0,0,.3)),to(transparent));background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.wp-block-getwid-images-slider.captions-top-center.captions-style-light .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-left.captions-style-light .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-right.captions-style-light .wp-block-getwid-images-slider__item figcaption{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.7)),color-stop(70%,rgba(255,255,255,.3)),to(transparent));background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,255,255,.3) 70%,transparent)}.wp-block-getwid-images-slider.captions-bottom-left .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-left .wp-block-getwid-images-slider__item figcaption{text-align:left}.wp-block-getwid-images-slider.captions-bottom-right .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-right .wp-block-getwid-images-slider__item figcaption{text-align:right}.wp-block-getwid-images-slider.captions-underneath .wp-block-getwid-images-slider__item figcaption{position:static;background:0 0;color:inherit;padding:5px}.wp-block-getwid-images-slider.has-cropped-images .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item a,.wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item figure{display:block;height:100%;width:100%}.wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.wp-block-getwid-images-slider.has-fitted-images .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider.has-fitted-images .wp-block-getwid-images-slider__item>a,.wp-block-getwid-images-slider.has-fitted-images .wp-block-getwid-images-slider__item>figure{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%}.wp-block-getwid-images-slider.has-fitted-images .wp-block-getwid-images-slider__item img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%}.wp-block-getwid-images-slider.has-images-top .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider.has-images-top .wp-block-getwid-images-slider__item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wp-block-getwid-images-slider.has-images-center .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider.has-images-center .wp-block-getwid-images-slider__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-images-slider.has-images-bottom .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider.has-images-bottom .wp-block-getwid-images-slider__item{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-images-slider | ||
| 3 | */.wp-block-getwid-images-slider .slick-initialized .wp-block-getwid-images-slider__item{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item{display:none;height:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item a{display:block;text-decoration:none}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item a:hover{text-decoration:none}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item figure{margin:0;padding:0;position:relative}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item figcaption{display:none;position:absolute;margin:0;bottom:0;left:0;right:0;text-align:center;font-style:normal;padding:40px 20px 10px;width:100%;color:#fff;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),color-stop(70%,rgba(0,0,0,.3)),to(transparent));background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.wp-block-getwid-images-slider.has-captions .wp-block-getwid-images-slider__item figcaption{display:block}.wp-block-getwid-images-slider.captions-style-light .wp-block-getwid-images-slider__item figcaption{color:#000;background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.7)),color-stop(70%,rgba(255,255,255,.3)),to(transparent));background:linear-gradient(0deg,rgba(255,255,255,.7),rgba(255,255,255,.3) 70%,transparent)}.wp-block-getwid-images-slider.captions-top-center .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-left .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-right .wp-block-getwid-images-slider__item figcaption{bottom:auto;top:0;padding:10px 20px 40px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),color-stop(70%,rgba(0,0,0,.3)),to(transparent));background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.wp-block-getwid-images-slider.captions-top-center.captions-style-light .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-left.captions-style-light .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-right.captions-style-light .wp-block-getwid-images-slider__item figcaption{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.7)),color-stop(70%,rgba(255,255,255,.3)),to(transparent));background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,255,255,.3) 70%,transparent)}.wp-block-getwid-images-slider.captions-bottom-left .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-left .wp-block-getwid-images-slider__item figcaption{text-align:left}.wp-block-getwid-images-slider.captions-bottom-right .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-right .wp-block-getwid-images-slider__item figcaption{text-align:right}.wp-block-getwid-images-slider.captions-underneath .wp-block-getwid-images-slider__item figcaption{position:static;background:0 0;color:inherit;padding:5px}.wp-block-getwid-images-slider.has-cropped-images .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item a,.wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item figure{display:block;height:100%;width:100%}.wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.wp-block-getwid-images-slider.has-fitted-images .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider.has-fitted-images .wp-block-getwid-images-slider__item>a,.wp-block-getwid-images-slider.has-fitted-images .wp-block-getwid-images-slider__item>figure{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%}.wp-block-getwid-images-slider.has-fitted-images .wp-block-getwid-images-slider__item img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%}.wp-block-getwid-images-slider.has-images-top .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider.has-images-top .wp-block-getwid-images-slider__item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wp-block-getwid-images-slider.has-images-center .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider.has-images-center .wp-block-getwid-images-slider__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-images-slider.has-images-bottom .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-images-slider.has-images-bottom .wp-block-getwid-images-slider__item{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-images-stack | ||
| 3 | */.wp-block-getwid-images-stack{position:relative}.wp-block-getwid-images-stack__wrapper{position:relative;overflow:hidden}.wp-block-getwid-images-stack__wrapper:after{display:table;content:'';clear:both}.wp-block-getwid-images-stack__chunk{position:relative;margin:0 -2%}.wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper{float:right}.wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){float:left;margin-top:4%}.wp-block-getwid-images-stack__media-wrapper{position:relative;width:50%;margin:0 0 4% 0;padding:0 2%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-getwid-images-stack__media-wrapper:last-child{margin-bottom:0}.wp-block-getwid-images-stack__media-wrapper:nth-child(2n){margin-top:30%;float:right}.wp-block-getwid-images-stack__media-inner-wrapper{position:relative;padding-top:148%}.wp-block-getwid-images-stack .wp-block-getwid-images-stack__media{max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;position:absolute;border-radius:0!important;top:0;left:0;right:0;bottom:0;outline:0}.is-layout-alpha .wp-block-getwid-images-stack__chunk,.is-layout-beta .wp-block-getwid-images-stack__chunk,.is-layout-gamma .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:100%}.is-layout-alpha .wp-block-getwid-images-stack__chunk:first-child,.is-layout-beta .wp-block-getwid-images-stack__chunk:first-child,.is-layout-gamma .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-alpha .wp-block-getwid-images-stack__chunk:after,.is-layout-beta .wp-block-getwid-images-stack__chunk:after,.is-layout-gamma .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-alpha .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-beta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-gamma .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:60%;top:0;left:0;padding:0;margin:0}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:70%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(3),.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(3),.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(3){top:auto;left:auto;bottom:0;right:0}.is-layout-alpha .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-beta .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-gamma .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:first-child{z-index:1}.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2){z-index:1}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2),.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2),.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2){width:75%;top:5%}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child{left:auto;top:auto;right:0;bottom:5%;width:75%;-webkit-transform:none;transform:none}.is-layout-delta .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:92%}.is-layout-delta .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-delta .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-delta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:63%;top:0;left:0;padding:0;margin:0}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:70%;top:33%;right:0;left:auto;z-index:1}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child{top:auto;bottom:0;width:75%}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(3){width:45%;top:auto;bottom:0}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2){width:75%}.is-layout-delta .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-epsilon .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:90%}.is-layout-epsilon .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-epsilon .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-epsilon .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:54%;bottom:0;left:0;padding:0;margin:0}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:148%}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:65%;top:auto;left:auto;right:0;bottom:0}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(2) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(3){width:40%;top:0;right:0;left:auto;bottom:auto}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2){width:61%}.is-layout-zeta .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:100%}.is-layout-zeta .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-zeta .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-zeta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:54%;top:0;left:0;padding:0;margin:0}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:148%}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(3){width:40%;top:10%;right:0;left:auto;bottom:auto}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:65%;top:auto;left:auto;right:0;bottom:0}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(2) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:only-child{width:100%}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-images-stack | ||
| 3 | */.wp-block-getwid-images-stack{position:relative}.wp-block-getwid-images-stack__wrapper{position:relative;overflow:hidden}.wp-block-getwid-images-stack__wrapper:after{display:table;content:'';clear:both}.wp-block-getwid-images-stack__chunk{position:relative;margin:0 -2%}.wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper{float:right}.wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){float:left;margin-top:4%}.wp-block-getwid-images-stack__media-wrapper{position:relative;width:50%;margin:0 0 4% 0;padding:0 2%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-getwid-images-stack__media-wrapper:last-child{margin-bottom:0}.wp-block-getwid-images-stack__media-wrapper:nth-child(2n){margin-top:30%;float:right}.wp-block-getwid-images-stack__media-inner-wrapper{position:relative;padding-top:148%}.wp-block-getwid-images-stack .wp-block-getwid-images-stack__media{max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;position:absolute;border-radius:0!important;top:0;left:0;right:0;bottom:0;outline:0}.is-layout-alpha .wp-block-getwid-images-stack__chunk,.is-layout-beta .wp-block-getwid-images-stack__chunk,.is-layout-gamma .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:100%}.is-layout-alpha .wp-block-getwid-images-stack__chunk:first-child,.is-layout-beta .wp-block-getwid-images-stack__chunk:first-child,.is-layout-gamma .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-alpha .wp-block-getwid-images-stack__chunk:after,.is-layout-beta .wp-block-getwid-images-stack__chunk:after,.is-layout-gamma .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-alpha .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-beta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-gamma .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:60%;top:0;left:0;padding:0;margin:0}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:70%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(3),.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(3),.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(3){top:auto;left:auto;bottom:0;right:0}.is-layout-alpha .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-beta .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-gamma .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:first-child{z-index:1}.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2){z-index:1}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2),.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2),.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2){width:75%;top:5%}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child{left:auto;top:auto;right:0;bottom:5%;width:75%;-webkit-transform:none;transform:none}.is-layout-delta .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:92%}.is-layout-delta .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-delta .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-delta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:63%;top:0;left:0;padding:0;margin:0}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:70%;top:33%;right:0;left:auto;z-index:1}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child{top:auto;bottom:0;width:75%}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(3){width:45%;top:auto;bottom:0}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2){width:75%}.is-layout-delta .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-epsilon .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:90%}.is-layout-epsilon .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-epsilon .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-epsilon .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:54%;bottom:0;left:0;padding:0;margin:0}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:148%}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:65%;top:auto;left:auto;right:0;bottom:0}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(2) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(3){width:40%;top:0;right:0;left:auto;bottom:auto}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2){width:61%}.is-layout-zeta .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:100%}.is-layout-zeta .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-zeta .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-zeta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:54%;top:0;left:0;padding:0;margin:0}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:148%}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(3){width:40%;top:10%;right:0;left:auto;bottom:auto}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:65%;top:auto;left:auto;right:0;bottom:0}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(2) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:only-child{width:100%}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-instagram | ||
| 3 | */.wp-block-getwid-instagram{overflow:hidden}.wp-block-getwid-instagram__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wp-block-getwid-instagram__media-wrapper{position:relative;overflow:hidden;padding-top:100%}.wp-block-getwid-instagram__media-link{position:absolute;top:0;bottom:0;right:0;left:0;display:block}.wp-block-getwid-instagram__media-link img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all linear .25s;transition:all linear .25s}.wp-block-getwid-instagram__media-link:before{content:"";background-color:#000;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;-webkit-transition:all linear .25s;transition:all linear .25s;z-index:1}.wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta-wrapper{opacity:1}.wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta>span:first-child{padding-right:10px}.wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta>span:last-child{padding-left:10px}.wp-block-getwid-instagram__media-link:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.wp-block-getwid-instagram__media-link:hover:before{opacity:.1}.wp-block-getwid-instagram__meta-wrapper{opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;width:100%;text-align:center;-webkit-transition:all linear .25s;transition:all linear .25s;z-index:2}.wp-block-getwid-instagram__meta>span{-webkit-transition:all linear .25s;transition:all linear .25s}.wp-block-getwid-instagram__meta>span:first-child{padding-right:30px}.wp-block-getwid-instagram__meta>span:last-child{padding-left:30px}.has-spacing-none .wp-block-getwid-instagram__item{padding:0}.has-spacing-none .wp-block-getwid-instagram__wrapper{margin:0}.has-spacing-small .wp-block-getwid-instagram__item{padding:5px}.has-spacing-small .wp-block-getwid-instagram__wrapper{margin:-5px}.has-spacing-medium .wp-block-getwid-instagram__item{padding:15px}.has-spacing-medium .wp-block-getwid-instagram__wrapper{margin:-15px}.has-spacing-normal .wp-block-getwid-instagram__item{padding:25px}.has-spacing-normal .wp-block-getwid-instagram__wrapper{margin:-25px}.has-spacing-large .wp-block-getwid-instagram__item{padding:40px}.has-spacing-large .wp-block-getwid-instagram__wrapper{margin:-40px}.has-1-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:992px){.has-1-columns .wp-block-getwid-instagram__item{width:100%}}.has-2-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:992px){.has-2-columns .wp-block-getwid-instagram__item{width:50%}}.has-3-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:992px){.has-3-columns .wp-block-getwid-instagram__item{width:33.33333%}}.has-4-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:480px){.has-4-columns .wp-block-getwid-instagram__item{width:50%}}@media screen and (min-width:992px){.has-4-columns .wp-block-getwid-instagram__item{width:25%}}.has-5-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:480px){.has-5-columns .wp-block-getwid-instagram__item{width:33.33333%}}@media screen and (min-width:992px){.has-5-columns .wp-block-getwid-instagram__item{width:20%}}.has-6-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:480px){.has-6-columns .wp-block-getwid-instagram__item{width:33.33333%}}@media screen and (min-width:992px){.has-6-columns .wp-block-getwid-instagram__item{width:16.66667%}} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-instagram | ||
| 3 | */.wp-block-getwid-instagram{overflow:hidden}.wp-block-getwid-instagram__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wp-block-getwid-instagram__media-wrapper{position:relative;overflow:hidden;padding-top:100%}.wp-block-getwid-instagram__media-link{position:absolute;top:0;bottom:0;right:0;left:0;display:block}.wp-block-getwid-instagram__media-link img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all linear .25s;transition:all linear .25s}.wp-block-getwid-instagram__media-link:before{content:"";background-color:#000;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;-webkit-transition:all linear .25s;transition:all linear .25s;z-index:1}.wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta-wrapper{opacity:1}.wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta>span:first-child{padding-right:10px}.wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta>span:last-child{padding-left:10px}.wp-block-getwid-instagram__media-link:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.wp-block-getwid-instagram__media-link:hover:before{opacity:.1}.wp-block-getwid-instagram__meta-wrapper{opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;width:100%;text-align:center;-webkit-transition:all linear .25s;transition:all linear .25s;z-index:2}.wp-block-getwid-instagram__meta>span{-webkit-transition:all linear .25s;transition:all linear .25s}.wp-block-getwid-instagram__meta>span:first-child{padding-right:30px}.wp-block-getwid-instagram__meta>span:last-child{padding-left:30px}.has-spacing-none .wp-block-getwid-instagram__item{padding:0}.has-spacing-none .wp-block-getwid-instagram__wrapper{margin:0}.has-spacing-small .wp-block-getwid-instagram__item{padding:5px}.has-spacing-small .wp-block-getwid-instagram__wrapper{margin:-5px}.has-spacing-medium .wp-block-getwid-instagram__item{padding:15px}.has-spacing-medium .wp-block-getwid-instagram__wrapper{margin:-15px}.has-spacing-normal .wp-block-getwid-instagram__item{padding:25px}.has-spacing-normal .wp-block-getwid-instagram__wrapper{margin:-25px}.has-spacing-large .wp-block-getwid-instagram__item{padding:40px}.has-spacing-large .wp-block-getwid-instagram__wrapper{margin:-40px}.has-1-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:992px){.has-1-columns .wp-block-getwid-instagram__item{width:100%}}.has-2-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:992px){.has-2-columns .wp-block-getwid-instagram__item{width:50%}}.has-3-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:992px){.has-3-columns .wp-block-getwid-instagram__item{width:33.33333%}}.has-4-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:480px){.has-4-columns .wp-block-getwid-instagram__item{width:50%}}@media screen and (min-width:992px){.has-4-columns .wp-block-getwid-instagram__item{width:25%}}.has-5-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:480px){.has-5-columns .wp-block-getwid-instagram__item{width:33.33333%}}@media screen and (min-width:992px){.has-5-columns .wp-block-getwid-instagram__item{width:20%}}.has-6-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width:480px){.has-6-columns .wp-block-getwid-instagram__item{width:33.33333%}}@media screen and (min-width:992px){.has-6-columns .wp-block-getwid-instagram__item{width:16.66667%}} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(t){function e(s){if(n[s])return n[s].exports;var a=n[s]={i:s,l:!1,exports:{}};return t[s].call(a.exports,a,a.exports,e),a.l=!0,a.exports}var n={};e.m=t,e.c=n,e.d=function(t,n,s){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:s})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=17)}({17:function(t,e){/*! | ||
| 2 | * getwid-mailchimp | ||
| 3 | */ | ||
| 4 | !function(t){var e=this;t(document).ready(function(n){t(document.body).on("post-load",function(t){s()});var s=function(){t(".wp-block-getwid-mailchimp__form:not(.getwid-init)").each(function(n,s){t(e).addClass("getwid-init");var a=t(s).find("p[class$=__result]"),r=t(s).find("button[type='submit']");a.hide(),t(s).submit(function(e){e.preventDefault(),r.prop("disabled",!0);var n={};t(s).serializeArray().forEach(function(t,e){n[t.name]=t.value});var i={action:"getwid_subscribe",data:n};""!=a.text()&&a.hide(300),t.post(Getwid.ajax_url,i,function(e){a.hasClass("success")?a.removeClass("success"):a.hasClass("fail")&&a.removeClass("fail"),r.prop("disabled",!1),e.success?(t(s)[0].reset(),a.addClass("success")):a.addClass("fail"),a.html(e.data),a.show(300)})})})};s()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-mailchimp | ||
| 3 | */.wp-block-getwid-mailchimp .wp-block-getwid-field-email,.wp-block-getwid-mailchimp .wp-block-getwid-field-first-name,.wp-block-getwid-mailchimp .wp-block-getwid-field-last-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wp-block-getwid-mailchimp .wp-block-getwid-mailchimp__result.success{color:green}.wp-block-getwid-mailchimp .wp-block-getwid-mailchimp__result.fail{color:red}.wp-block-getwid-mailchimp__submit{margin-top:2em}.wp-block-getwid-mailchimp__submit .wp-block-button{margin-bottom:0} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-mailchimp | ||
| 3 | */.wp-block-getwid-mailchimp .wp-block-getwid-field-email,.wp-block-getwid-mailchimp .wp-block-getwid-field-first-name,.wp-block-getwid-mailchimp .wp-block-getwid-field-last-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wp-block-getwid-mailchimp .wp-block-getwid-mailchimp__result.success{color:green}.wp-block-getwid-mailchimp .wp-block-getwid-mailchimp__result.fail{color:red}.wp-block-getwid-mailchimp__submit{margin-top:2em}.wp-block-getwid-mailchimp__submit .wp-block-button{margin-bottom:0} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(t){function e(n){if(o[n])return o[n].exports;var r=o[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,e),r.l=!0,r.exports}var o={};e.m=t,e.c=o,e.d=function(t,o,n){e.o(t,o)||Object.defineProperty(t,o,{configurable:!1,enumerable:!0,get:n})},e.n=function(t){var o=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(o,"a",o),o},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=18)}({18:function(module,__webpack_exports__,__webpack_require__){"use strict";Object.defineProperty(__webpack_exports__,"__esModule",{value:!0});var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof__=__webpack_require__(19),__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof___default=__webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof__);/*! | ||
| 2 | * getwid-map | ||
| 3 | */ | ||
| 4 | !function($){var _this=this;$(document).ready(function(event){function removeAllAttributes(t){var e=$.map(t[0].attributes,function(t){return t.name});$.each(e,function(e,o){"class"!=o&&t.removeAttr(o)})}function mapStyles(mapData){var mapStyle=mapData.mapStyle,customStyle=mapData.customStyle;if("object"==__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof___default()(mapStyle))return null;if("default"!=mapStyle){if("custom"!=mapStyle)return stylesArr[mapStyle];try{return eval(customStyle)}catch(t){if(!(t instanceof SyntaxError))throw t;console.error(t.message)}}}function initMarkers(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,o=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=t.mapMarkers,r=n[e].coords,a=new google.maps.Marker({position:r,map:o,draggable:!1,animation:google.maps.Animation.DROP});n[e].bounce&&setTimeout(function(){return a.setAnimation(google.maps.Animation.BOUNCE)},2e3);var i="";""!=unescape(n[e].description)&&(i="\n\t\t\t\t\t<div class='getwid-poi-info-window'>\n\t\t\t\t\t\t".concat(_unescape(n[e].description),"\n\t\t\t\t\t</div>\n\t\t\t\t")),attachMessage(a,i,n[e].popUpOpen,n[e].popUpMaxWidth)}function attachMessage(t,e,o,n){var r=new google.maps.InfoWindow({content:e,maxWidth:n});o&&""!=r.content&&r.open(t.get("map"),t),google.maps.event.clearInstanceListeners(t),t.addListener("click",function(){""!=r.content&&r.open(t.get("map"),t)})}$(document.body).on("post-load",function(t){getwid_init_map()});var getwid_init_map=function(){var t=$(".wp-block-getwid-map:not(.getwid-init)");"undefined"!=typeof google?t.each(function(t,e){$(_this).addClass("getwid-init"),$(e).find(".wp-block-getwid-map__points").remove();var o=$(e).find(".wp-block-getwid-map__container")[0],n=$(e).data("map-center"),r=$(e).data("map-markers"),a=$(e).data("map-zoom"),i=$(e).data("map-style"),l=$(e).data("custom-style"),p=$(e).data("zoom-control"),c=$(e).data("type-control"),s=$(e).data("interaction"),m=$(e).data("street-view-control"),u=$(e).data("full-screen-control");removeAllAttributes($(e));var _={mapCenter:n,mapZoom:a,interaction:s,mapStyle:i,customStyle:l,zoomControl:p,mapTypeControl:c,streetViewControl:m,fullscreenControl:u,mapMarkers:r},f=new google.maps.Map(o,{center:n,styles:mapStyles(_),gestureHandling:s,zoomControl:p,mapTypeControl:c,streetViewControl:m,fullscreenControl:u,zoom:a});void 0!==r&&r.length&&$.each(r,function(t,e){initMarkers(_,t,f)})}):t.length&&t.each(function(t,e){var o=$(e);o.find(".wp-block-getwid-map__container").remove(),$(o).prepend('<iframe loading="lazy" src="https://www.google.com/maps/embed" style="border:0;" allowfullscreen="" width="100%" height="400px" frameborder="0"></iframe>')})};getwid_init_map()})}(jQuery)},19:function(t,e){function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function n(e){return"function"==typeof Symbol&&"symbol"===o(Symbol.iterator)?t.exports=n=function(t){return o(t)}:t.exports=n=function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":o(t)},n(e)}t.exports=n}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
File mode changed
File mode changed
| 1 | !function(t){function e(n){if(i[n])return i[n].exports;var a=i[n]={i:n,l:!1,exports:{}};return t[n].call(a.exports,a,a.exports,e),a.l=!0,a.exports}var i={};e.m=t,e.c=i,e.d=function(t,i,n){e.o(t,i)||Object.defineProperty(t,i,{configurable:!1,enumerable:!0,get:n})},e.n=function(t){var i=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(i,"a",i),i},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=20)}({0:function(t,e,i){"use strict";function n(t,e,i){var n=function(t){var e={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"mozAnimationEnd",WebkitAnimation:"webkitAnimationEnd"};for(var i in e)if(void 0!==t.style[i])return e[i]}(document.createElement("div")),a=void 0!==e.animation?e.animation:"",o=void 0!==e.duration?e.duration:"1s",d=void 0!==e.delay?e.delay:"0s";return t.css({"animation-duration":o,"animation-delay":d,"-webkit-animation-delay":d}),t.addClass("animated "+a).one(n,function(){jQuery(this).removeClass("animated "+a),"function"==typeof i&&i()}),this}e.a=n},20:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(0);/*! | ||
| 2 | * getwid-media-text-slider | ||
| 3 | */ | ||
| 4 | !function(t){t(document).ready(function(e){t(document.body).on("post-load",function(t){i()});var i=function(){var e,i,a,o,d,s,l,c,r=t(".wp-block-getwid-media-text-slider:not(.getwid-init) .wp-block-getwid-media-text-slider__content");r.each(function(r){l=t(this),l.closest(".wp-block-getwid-media-text-slider").addClass("getwid-init"),c=void 0!==t(this).closest(".wp-block-getwid-media-text-slider").data("animation"),e=1==l.data("slide-autoplay"),i=1==l.data("slide-pause-on-hover"),a=parseInt(l.data("slide-autoplay-speed")),o="fade"==l.data("slide-effect"),d=parseInt(l.data("slide-speed")),s=1==l.data("infinite"),c&&t(this).find(".wp-block-getwid-media-text-slider-slide .wp-block-getwid-media-text-slider-slide-content__content").css("opacity","0"),l.on("init",function(){c&&t(this).find(".wp-block-getwid-media-text-slider-slide.slick-active .wp-block-getwid-media-text-slider-slide-content__content").css("opacity","1")});var u=!1;l.on("beforeChange",function(t,e,i,n){u=i==n}),l.on("afterChange",function(e,i,a){if(!u){c&&t(this).find(".wp-block-getwid-media-text-slider-slide .wp-block-getwid-media-text-slider-slide-content__content").css("opacity","0");var o=t(this).find('.wp-block-getwid-media-text-slider-slide[data-slick-index="'+a+'"]').find(".wp-block-getwid-media-text-slider-slide-content__content");c&&o.length&&Object(n.a)(o,{animation:t(this).closest(".wp-block-getwid-media-text-slider").data("animation"),duration:t(this).closest(".wp-block-getwid-media-text-slider").data("duration"),delay:t(this).closest(".wp-block-getwid-media-text-slider").data("delay")},o.css("opacity","1"))}});var p=t(this).closest(".".concat("wp-block-getwid-media-text-slider")),f=!p.hasClass("has-arrows-none"),m=!p.hasClass("has-dots-none");l.slick({rows:0,slidesToShow:1,slidesToScroll:1,autoplay:e,pauseOnHover:i,autoplaySpeed:a,fade:o,speed:d,infinite:s,arrows:f,dots:m,rtl:!!Getwid.isRTL})})};i()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-media-text-slider | ||
| 3 | */.wp-block-getwid-media-text-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-media-text-slider__content{margin-bottom:0}.wp-block-getwid-media-text-slider-slide{height:auto}.wp-block-getwid-media-text-slider-slide__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:100px 50px}.wp-block-getwid-media-text-slider-slide-content{max-width:80%;width:100%}.wp-block-getwid-media-text-slider-slide-content__content{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.wp-block-getwid-media-text-slider-slide-content__media{margin:0;padding:0;position:absolute;top:0;bottom:0;left:0;right:0}.wp-block-getwid-media-text-slider-slide-content__media img,.wp-block-getwid-media-text-slider-slide-content__media video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.wp-block-getwid-media-text-slider-slide-content__media-overlay{background-color:#000;position:absolute;top:0;bottom:0;left:0;right:0;opacity:.3}.wp-block-getwid-media-text-slider-slide-content__content{position:relative;height:100%;color:#fff}.wp-block-getwid-media-text-slider-slide-content__content h1,.wp-block-getwid-media-text-slider-slide-content__content h2,.wp-block-getwid-media-text-slider-slide-content__content h3,.wp-block-getwid-media-text-slider-slide-content__content h4,.wp-block-getwid-media-text-slider-slide-content__content h5,.wp-block-getwid-media-text-slider-slide-content__content h6,.wp-block-getwid-media-text-slider-slide-content__content p{color:inherit}.wp-block-getwid-media-text-slider-slide-content__content-wrapper>:first-child{margin-top:0}.wp-block-getwid-media-text-slider-slide-content__content-wrapper>:last-child{margin-bottom:0} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-media-text-slider | ||
| 3 | */.wp-block-getwid-media-text-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-media-text-slider__content{margin-bottom:0}.wp-block-getwid-media-text-slider-slide{height:auto}.wp-block-getwid-media-text-slider-slide__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:100px 50px}.wp-block-getwid-media-text-slider-slide-content{max-width:80%;width:100%}.wp-block-getwid-media-text-slider-slide-content__content{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.wp-block-getwid-media-text-slider-slide-content__media{margin:0;padding:0;position:absolute;top:0;bottom:0;left:0;right:0}.wp-block-getwid-media-text-slider-slide-content__media img,.wp-block-getwid-media-text-slider-slide-content__media video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.wp-block-getwid-media-text-slider-slide-content__media-overlay{background-color:#000;position:absolute;top:0;bottom:0;left:0;right:0;opacity:.3}.wp-block-getwid-media-text-slider-slide-content__content{position:relative;height:100%;color:#fff}.wp-block-getwid-media-text-slider-slide-content__content h1,.wp-block-getwid-media-text-slider-slide-content__content h2,.wp-block-getwid-media-text-slider-slide-content__content h3,.wp-block-getwid-media-text-slider-slide-content__content h4,.wp-block-getwid-media-text-slider-slide-content__content h5,.wp-block-getwid-media-text-slider-slide-content__content h6,.wp-block-getwid-media-text-slider-slide-content__content p{color:inherit}.wp-block-getwid-media-text-slider-slide-content__content-wrapper>:first-child{margin-top:0}.wp-block-getwid-media-text-slider-slide-content__content-wrapper>:last-child{margin-bottom:0} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-person | ||
| 3 | */.wp-block-getwid-person__image img{display:block;margin:0 auto}.wp-block-getwid-person__image+.wp-block-getwid-person__content-wrapper{margin-top:1.5em}.wp-block-getwid-person__content,.wp-block-getwid-person__subtitle,.wp-block-getwid-person__title{text-align:center;margin:0;padding:0}.wp-block-getwid-person__title{display:block}.wp-block-getwid-person__subtitle{display:block;font-size:.75em}.wp-block-getwid-person__content{margin-top:1em}.wp-block-getwid-person__content:first-child{margin-top:0}.wp-block-getwid-person .wp-block-getwid-social-links{margin:1em 0 0;padding:0}.is-image-cropped .wp-block-getwid-person__image{position:relative;padding-top:100%}.is-image-cropped .wp-block-getwid-person__image img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-person | ||
| 3 | */.wp-block-getwid-person__image img{display:block;margin:0 auto}.wp-block-getwid-person__image+.wp-block-getwid-person__content-wrapper{margin-top:1.5em}.wp-block-getwid-person__content,.wp-block-getwid-person__subtitle,.wp-block-getwid-person__title{text-align:center;margin:0;padding:0}.wp-block-getwid-person__title{display:block}.wp-block-getwid-person__subtitle{display:block;font-size:.75em}.wp-block-getwid-person__content{margin-top:1em}.wp-block-getwid-person__content:first-child{margin-top:0}.wp-block-getwid-person .wp-block-getwid-social-links{margin:1em 0 0;padding:0}.is-image-cropped .wp-block-getwid-person__image{position:relative;padding-top:100%}.is-image-cropped .wp-block-getwid-person__image img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(e){function o(i){if(t[i])return t[i].exports;var s=t[i]={i:i,l:!1,exports:{}};return e[i].call(s.exports,s,s.exports,o),s.l=!0,s.exports}var t={};o.m=e,o.c=t,o.d=function(e,t,i){o.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:i})},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,o){return Object.prototype.hasOwnProperty.call(e,o)},o.p="",o(o.s=21)}({21:function(e,o){/*! | ||
| 2 | * getwid-post-carousel | ||
| 3 | */ | ||
| 4 | !function(e){e(document).ready(function(o){e(document.body).on("post-load",function(e){t()});var t=function(){var o=e(".wp-block-getwid-post-carousel:not(.getwid-init) .wp-block-getwid-post-carousel__wrapper");o.length&&"undefined"!=typeof imagesLoaded&&o.each(function(o){getwid_post_carousel=e(this);var t=getwid_post_carousel.data("slider-option"),i=t.sliderSlidesToShowDesktop,s=t.getwid_slidesToShowLaptop,n=t.getwid_slidesToShowTablet,d=t.getwid_slidesToShowMobile,r=t.getwid_slidesToScroll,a=t.getwid_autoplay,l=t.getwid_autoplay_speed,p=t.getwid_infinite,c=t.getwid_animation_speed,u=t.getwid_center_mode,w=t.getwid_pause_on_hover,g=t.getwid_arrows,_=t.getwid_dots;w=!1,r=parseInt(r),i=parseInt(i),s=parseInt(s),d=parseInt(d),n=parseInt(n),g="none"!=g,_="none"!=_,getwid_post_carousel.closest(".wp-block-getwid-post-carousel").addClass("getwid-init"),getwid_post_carousel.imagesLoaded().done(function(o){e(o.elements[0]).slick({arrows:g,dots:_,rows:0,slidesToShow:i,slidesToScroll:r,autoplay:a,autoplaySpeed:l,fade:!1,speed:c,infinite:p,centerMode:u,variableWidth:!1,pauseOnHover:w,adaptiveHeight:!0,rtl:!!Getwid.isRTL,responsive:[{breakpoint:991,settings:{slidesToShow:s,slidesToScroll:1}},{breakpoint:768,settings:{slidesToShow:n,slidesToScroll:1}},{breakpoint:468,settings:{slidesToShow:d,slidesToScroll:1}}]})})})};t()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-post-carousel | ||
| 3 | */.wp-block-getwid-post-carousel__wrapper:not(.slick-initialized)>:not(:first-child){display:none}.wp-block-getwid-post-carousel .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-post-carousel .slick-track>*{height:auto}.wp-block-getwid-post-carousel .slick-track>*>:only-child{height:100%}.wp-block-getwid-post-carousel__post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-title{margin:0}.wp-block-getwid-post-carousel__post-thumbnail{margin-bottom:1em;position:relative;padding-top:75%;width:100%}.wp-block-getwid-post-carousel__post-thumbnail:last-child{margin-top:0}.wp-block-getwid-post-carousel__post-thumbnail a{display:block;position:absolute;top:0;bottom:0;left:0;right:0}.wp-block-getwid-post-carousel__post-thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.wp-block-getwid-post-carousel__post-excerpt{margin-top:.5em}.wp-block-getwid-post-carousel__post-excerpt:first-child{margin-top:0}.wp-block-getwid-post-carousel__post-excerpt p{margin-bottom:0} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-post-carousel | ||
| 3 | */.wp-block-getwid-post-carousel__wrapper:not(.slick-initialized)>:not(:first-child){display:none}.wp-block-getwid-post-carousel .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-post-carousel .slick-track>*{height:auto}.wp-block-getwid-post-carousel .slick-track>*>:only-child{height:100%}.wp-block-getwid-post-carousel__post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-title{margin:0}.wp-block-getwid-post-carousel__post-thumbnail{margin-bottom:1em;position:relative;padding-top:75%;width:100%}.wp-block-getwid-post-carousel__post-thumbnail:last-child{margin-top:0}.wp-block-getwid-post-carousel__post-thumbnail a{display:block;position:absolute;top:0;bottom:0;left:0;right:0}.wp-block-getwid-post-carousel__post-thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.wp-block-getwid-post-carousel__post-excerpt{margin-top:.5em}.wp-block-getwid-post-carousel__post-excerpt:first-child{margin-top:0}.wp-block-getwid-post-carousel__post-excerpt p{margin-bottom:0} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(e){function t(i){if(o[i])return o[i].exports;var n=o[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,t),n.l=!0,n.exports}var o={};t.m=e,t.c=o,t.d=function(e,o,i){t.o(e,o)||Object.defineProperty(e,o,{configurable:!1,enumerable:!0,get:i})},t.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(o,"a",o),o},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=22)}({22:function(e,t){/*! | ||
| 2 | * getwid-post-slider | ||
| 3 | */ | ||
| 4 | !function(e){e(document).ready(function(t){e(document.body).on("post-load",function(e){o()});var o=function(){var t=e(".wp-block-getwid-post-slider:not(.getwid-init) .wp-block-getwid-post-slider__content");t.length&&"undefined"!=typeof imagesLoaded&&t.each(function(t){getwid_post_slider=e(this);var o=getwid_post_slider.data("slider-option"),i=o.getwid_fade_effect,n=o.getwid_autoplay,d=o.getwid_autoplay_speed,r=o.getwid_infinite,s=o.getwid_animation_speed,a=o.getwid_arrows,l=o.getwid_dots;i="fade"==i,getwid_pause_on_hover=!1,a="none"!=a,l="none"!=l,getwid_post_slider.closest(".wp-block-getwid-post-slider").addClass("getwid-init"),getwid_post_slider.imagesLoaded().done(function(t){e(t.elements[0]).slick({arrows:a,dots:l,rows:0,slidesToShow:1,slidesToScroll:1,autoplay:n,autoplaySpeed:d,fade:i,speed:s,infinite:r,centerMode:!1,variableWidth:!1,pauseOnHover:!1,adaptiveHeight:!0,rtl:!!Getwid.isRTL})})})};o()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-post-slider | ||
| 3 | */.wp-block-getwid-post-slider__content .slick-list,.wp-block-getwid-post-slider__content .slick-track{height:100%}.wp-block-getwid-post-slider__content:not(.slick-initialized)>:not(:first-child){display:none}.wp-block-getwid-post-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-post-slider .slick-track>*{height:auto}.wp-block-getwid-post-slider .slick-track>*>:only-child{height:100%}.wp-block-getwid-post-slider__post{position:relative;padding:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-thumbnail{margin:0;padding:0;position:absolute;top:0;bottom:0;left:0;right:0}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-thumbnail img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.wp-block-getwid-post-slider__post-overlay{position:absolute;top:0;bottom:0;left:0;right:0;opacity:.3;background-color:#000}.wp-block-getwid-post-slider__post-content-wrapper{max-width:768px;text-align:center}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-title{color:#fff;position:relative}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-title a{color:inherit}.wp-block-getwid-post-slider__post-excerpt{position:relative;color:#fff} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-post-slider | ||
| 3 | */.wp-block-getwid-post-slider__content .slick-list,.wp-block-getwid-post-slider__content .slick-track{height:100%}.wp-block-getwid-post-slider__content:not(.slick-initialized)>:not(:first-child){display:none}.wp-block-getwid-post-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-getwid-post-slider .slick-track>*{height:auto}.wp-block-getwid-post-slider .slick-track>*>:only-child{height:100%}.wp-block-getwid-post-slider__post{position:relative;padding:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-thumbnail{margin:0;padding:0;position:absolute;top:0;bottom:0;left:0;right:0}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-thumbnail img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.wp-block-getwid-post-slider__post-overlay{position:absolute;top:0;bottom:0;left:0;right:0;opacity:.3;background-color:#000}.wp-block-getwid-post-slider__post-content-wrapper{max-width:768px;text-align:center}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-title{color:#fff;position:relative}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-title a{color:inherit}.wp-block-getwid-post-slider__post-excerpt{position:relative;color:#fff} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-price-box | ||
| 3 | */.wp-block-getwid-price-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.5em 1.25em}.wp-block-getwid-price-box__title{margin-bottom:1.25rem;color:inherit}.wp-block-getwid-price-box__pricing{margin-bottom:2.5em}.wp-block-getwid-price-box__pricing>*{display:inline-block;color:inherit;margin:0;line-height:1}.wp-block-getwid-price-box .wp-block-getwid-price-box__currency{font-size:1.25em;vertical-align:top}.wp-block-getwid-price-box .wp-block-getwid-price-box__amount{font-size:2.5em}.wp-block-getwid-price-box__period{vertical-align:bottom}.wp-block-getwid-price-box .wp-block-getwid-price-box__features{list-style:none;padding:0;margin:0 auto 2.5em;text-align:center;color:inherit}.wp-block-getwid-price-box .wp-block-getwid-price-box__features li{margin-left:0;padding-left:0}.wp-block-getwid-price-box .wp-block-getwid-price-box__features li+li{margin-top:.5em}.wp-block-getwid-price-box .wp-block-button{margin-top:0;margin-bottom:0}.wp-block-getwid-price-box .wp-block-button__link{width:100%}.wp-block-getwid-price-box .wp-block-button__width-100{width:100%}.wp-block-getwid-price-box .wp-block-button__width-75{width:75%}.wp-block-getwid-price-box .wp-block-button__width-50{width:50%}.wp-block-getwid-price-box .wp-block-button__width-25{width:25%} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-price-box | ||
| 3 | */.wp-block-getwid-price-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.5em 1.25em}.wp-block-getwid-price-box__title{margin-bottom:1.25rem;color:inherit}.wp-block-getwid-price-box__pricing{margin-bottom:2.5em}.wp-block-getwid-price-box__pricing>*{display:inline-block;color:inherit;margin:0;line-height:1}.wp-block-getwid-price-box .wp-block-getwid-price-box__currency{font-size:1.25em;vertical-align:top}.wp-block-getwid-price-box .wp-block-getwid-price-box__amount{font-size:2.5em}.wp-block-getwid-price-box__period{vertical-align:bottom}.wp-block-getwid-price-box .wp-block-getwid-price-box__features{list-style:none;padding:0;margin:0 auto 2.5em;text-align:center;color:inherit}.wp-block-getwid-price-box .wp-block-getwid-price-box__features li{margin-left:0;padding-left:0}.wp-block-getwid-price-box .wp-block-getwid-price-box__features li+li{margin-top:.5em}.wp-block-getwid-price-box .wp-block-button{margin-top:0;margin-bottom:0}.wp-block-getwid-price-box .wp-block-button__link{width:100%}.wp-block-getwid-price-box .wp-block-button__width-100{width:100%}.wp-block-getwid-price-box .wp-block-button__width-75{width:75%}.wp-block-getwid-price-box .wp-block-button__width-50{width:50%}.wp-block-getwid-price-box .wp-block-button__width-25{width:25%} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-price-list | ||
| 3 | */.wp-block-getwid-price-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 30px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:768px){.wp-block-getwid-price-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.wp-block-getwid-price-list__image-wrapper{margin-bottom:20px}@media screen and (min-width:768px){.wp-block-getwid-price-list__image-wrapper{margin-right:20px;margin-bottom:0}}.wp-block-getwid-price-list__image{display:block}.wp-block-getwid-price-list__content-wrapper{width:100%}.wp-block-getwid-price-list__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wp-block-getwid-price-list .wp-block-getwid-price-list__title{margin:0;word-break:initial}.wp-block-getwid-price-list .wp-block-getwid-price-list__amount,.wp-block-getwid-price-list .wp-block-getwid-price-list__currency{margin:0}.wp-block-getwid-price-list__amount{white-space:nowrap}.wp-block-getwid-price-list__price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.wp-block-getwid-price-list__price-wrapper.has-currency-after,.wp-block-getwid-price-list__price-wrapper.has-currency-after-space{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.wp-block-getwid-price-list__price-wrapper.has-currency-after-space .wp-block-getwid-price-list__currency{margin-left:.5em}.wp-block-getwid-price-list__price-wrapper.has-currency-before-space .wp-block-getwid-price-list__currency{margin-right:.5em}.wp-block-getwid-price-list__description{margin:0}.has-dots .wp-block-getwid-price-list__price-line{margin:0 10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom-style:dotted;border-bottom-width:1px}.has-text-color .wp-block-getwid-price-list__amount,.has-text-color .wp-block-getwid-price-list__currency,.has-text-color .wp-block-getwid-price-list__description,.has-text-color .wp-block-getwid-price-list__title{color:inherit} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-price-list | ||
| 3 | */.wp-block-getwid-price-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 30px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:768px){.wp-block-getwid-price-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.wp-block-getwid-price-list__image-wrapper{margin-bottom:20px}@media screen and (min-width:768px){.wp-block-getwid-price-list__image-wrapper{margin-left:20px;margin-bottom:0}}.wp-block-getwid-price-list__image{display:block}.wp-block-getwid-price-list__content-wrapper{width:100%}.wp-block-getwid-price-list__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wp-block-getwid-price-list .wp-block-getwid-price-list__title{margin:0;word-break:initial}.wp-block-getwid-price-list .wp-block-getwid-price-list__amount,.wp-block-getwid-price-list .wp-block-getwid-price-list__currency{margin:0}.wp-block-getwid-price-list__amount{white-space:nowrap}.wp-block-getwid-price-list__price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.wp-block-getwid-price-list__price-wrapper.has-currency-after,.wp-block-getwid-price-list__price-wrapper.has-currency-after-space{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.wp-block-getwid-price-list__price-wrapper.has-currency-after-space .wp-block-getwid-price-list__currency{margin-left:.5em}.wp-block-getwid-price-list__price-wrapper.has-currency-before-space .wp-block-getwid-price-list__currency{margin-right:.5em}.wp-block-getwid-price-list__description{margin:0}.has-dots .wp-block-getwid-price-list__price-line{margin:0 10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom-style:dotted;border-bottom-width:1px}.has-text-color .wp-block-getwid-price-list__amount,.has-text-color .wp-block-getwid-price-list__currency,.has-text-color .wp-block-getwid-price-list__description,.has-text-color .wp-block-getwid-price-list__title{color:inherit} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(n){function t(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return n[o].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var e={};t.m=n,t.c=e,t.d=function(n,e,o){t.o(n,e)||Object.defineProperty(n,e,{configurable:!1,enumerable:!0,get:o})},t.n=function(n){var e=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(e,"a",e),e},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=23)}({23:function(n,t){/*! | ||
| 2 | * getwid-progress-bar | ||
| 3 | */ | ||
| 4 | !function(n){n(document).ready(function(t){n(document.body).on("post-load",function(n){e()});var e=function(){n(".wp-block-getwid-progress-bar:not(.getwid-init)").each(function(t){function e(t){a.find(n("".concat(i,"__progress"))).css("width","".concat(t,"%")),a.find(n("".concat(i,"__percent"))).text("".concat(t,"%"))}function o(t){var e=a.find(n("".concat(i,"__progress"))),o=function(){return Math.round(e.width()/e.parent().width()*100)};e.animate({width:"".concat(t,"%")},{duration:2e3,progress:function(){a.find(n("".concat(i,"__percent"))).text(o()+"%")}})}n(this).addClass("getwid-init");var r,c,i=".wp-block-getwid-progress-bar",a=n(this);r=a.find("".concat(i,"__wrapper")).data("fill-amount"),c=a.find("".concat(i,"__wrapper")).data("is-animated");var u=a.find(n("".concat(i,"__wrapper"))),d=new Waypoint({element:u.get(0),handler:function(){c?o(r):e(r),d.destroy()},offset:"100%"});n(window).resize(function(){e(r)})})};e()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-progress-bar | ||
| 3 | */.wp-block-getwid-progress-bar{width:100%;position:relative}.wp-block-getwid-progress-bar__header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.25em}.wp-block-getwid-progress-bar__header>*{margin:0}.wp-block-getwid-progress-bar__percent{margin-left:auto}.wp-block-getwid-progress-bar__bar{height:5px;overflow:hidden;width:100%;background-color:#eee}.wp-block-getwid-progress-bar__progress{height:100%;overflow:hidden;background-color:currentColor} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-progress-bar | ||
| 3 | */.wp-block-getwid-progress-bar{width:100%;position:relative}.wp-block-getwid-progress-bar__header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.25em}.wp-block-getwid-progress-bar__header>*{margin:0}.wp-block-getwid-progress-bar__percent{margin-right:5%}.wp-block-getwid-progress-bar__bar{height:5px;overflow:hidden;width:100%;background-color:#eee}.wp-block-getwid-progress-bar__progress{height:100%;overflow:hidden;background-color:currentColor} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-recent-posts | ||
| 3 | */.wp-block-getwid-recent-posts{overflow:hidden}.wp-block-getwid-recent-posts>.wp-block-getwid-recent-posts__wrapper{margin-bottom:-1.5rem!important}.wp-block-getwid-recent-posts__post{margin-bottom:1.5rem}.wp-block-getwid-recent-posts__post-thumbnail{max-width:100%;margin-left:0;margin-right:0}.wp-block-getwid-recent-posts__post-thumbnail a,.wp-block-getwid-recent-posts__post-thumbnail img{display:block}.wp-block-getwid-recent-posts__content-wrapper{margin-top:1em}.wp-block-getwid-recent-posts__content-wrapper:first-child{margin-top:0}.wp-block-getwid-recent-posts__entry-footer,.wp-block-getwid-recent-posts__entry-header,.wp-block-getwid-recent-posts__post-content{max-width:100%;margin-left:0;margin-right:0}.wp-block-getwid-recent-posts__post-content>*{max-width:100%;margin-left:0;margin-right:0}.wp-block-getwid-recent-posts__post-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post-title{margin:0}.wp-block-getwid-recent-posts__entry-meta{margin-top:.5em}.wp-block-getwid-recent-posts__entry-meta:first-child{margin-top:0}.wp-block-getwid-recent-posts__post-content>:last-child{margin-bottom:0}.wp-block-getwid-recent-posts__entry-footer,.wp-block-getwid-recent-posts__entry-meta{font-size:.875em}.wp-block-getwid-recent-posts__entry-footer,.wp-block-getwid-recent-posts__post-content{margin-top:.5em}.wp-block-getwid-recent-posts__entry-footer:first-child,.wp-block-getwid-recent-posts__post-content:first-child{margin-top:0}.wp-block-getwid-recent-posts__entry-footer>p{margin:0}.has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail{width:100%}.has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail a{position:relative;padding-top:100%;width:100%}.has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media screen and (min-width:768px){.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header{margin-top:0}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header .wp-block-getwid-recent-posts__post-title{margin-top:0}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail{max-width:40%;margin:0}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail:only-child{width:100%}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail+.wp-block-getwid-recent-posts__content-wrapper{margin-left:5%;margin-top:0;max-width:55%;width:100%}} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-recent-posts | ||
| 3 | */.wp-block-getwid-recent-posts{overflow:hidden}.wp-block-getwid-recent-posts>.wp-block-getwid-recent-posts__wrapper{margin-bottom:-1.5rem!important}.wp-block-getwid-recent-posts__post{margin-bottom:1.5rem}.wp-block-getwid-recent-posts__post-thumbnail{max-width:100%;margin-left:0;margin-right:0}.wp-block-getwid-recent-posts__post-thumbnail a,.wp-block-getwid-recent-posts__post-thumbnail img{display:block}.wp-block-getwid-recent-posts__content-wrapper{margin-top:1em}.wp-block-getwid-recent-posts__content-wrapper:first-child{margin-top:0}.wp-block-getwid-recent-posts__entry-footer,.wp-block-getwid-recent-posts__entry-header,.wp-block-getwid-recent-posts__post-content{max-width:100%;margin-left:0;margin-right:0}.wp-block-getwid-recent-posts__post-content>*{max-width:100%;margin-left:0;margin-right:0}.wp-block-getwid-recent-posts__post-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post-title{margin:0}.wp-block-getwid-recent-posts__entry-meta{margin-top:.5em}.wp-block-getwid-recent-posts__entry-meta:first-child{margin-top:0}.wp-block-getwid-recent-posts__post-content>:last-child{margin-bottom:0}.wp-block-getwid-recent-posts__entry-footer,.wp-block-getwid-recent-posts__entry-meta{font-size:.875em}.wp-block-getwid-recent-posts__entry-footer,.wp-block-getwid-recent-posts__post-content{margin-top:.5em}.wp-block-getwid-recent-posts__entry-footer:first-child,.wp-block-getwid-recent-posts__post-content:first-child{margin-top:0}.wp-block-getwid-recent-posts__entry-footer>p{margin:0}.has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail{width:100%}.has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail a{position:relative;padding-top:100%;width:100%}.has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media screen and (min-width:768px){.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header{margin-top:0}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header .wp-block-getwid-recent-posts__post-title{margin-top:0}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail{max-width:40%;margin:0}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail:only-child{width:100%}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail+.wp-block-getwid-recent-posts__content-wrapper{margin-right:5%;margin-top:0;max-width:55%;width:100%}} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(e){function i(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,i),n.l=!0,n.exports}var t={};i.m=e,i.c=t,i.d=function(e,t,o){i.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:o})},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,i){return Object.prototype.hasOwnProperty.call(e,i)},i.p="",i(i.s=24)}({24:function(e,i){/*! | ||
| 2 | * getwid-section | ||
| 3 | */ | ||
| 4 | !function(e){e(document).ready(function(i){function t(){var e=document.createElement("script");e.type="text/javascript",e.src="https://www.youtube.com/iframe_api",e.id="youtube_video_api_js";var i=!1;document.getElementsByTagName("head")[0].appendChild(e),e.onload=e.onreadystatechange=function(){i||this.readyState&&"loaded"!==this.readyState&&"complete"!==this.readyState||(i=!0,e.onload=e.onreadystatechange=null)}}function o(e){var i=/(?:https?:\/\/)?(?:www\.)?(?:youtube(?:-nocookie)?\.com\/\S*(?:(?:\/e(?:mbed))?\/v?|(?:watch\?)?(?:\S*?&?vi?\=))|youtu\.be\/)([a-zA-Z0-9_-]{6,11})/;return!!e.match(i)&&RegExp.$1}function n(){void 0===window.onYouTubeIframeAPIReady?window.onYouTubeIframeAPIReady=function(){getwidYT.init()}:d=setInterval(function(){void 0!==window.YT&&window.YT.loaded&&(getwidYT.ready||getwidYT.init())})}var a,d=!1,c=e(".wp-block-getwid-section__background-video.source-youtube .wp-block-getwid-section__background-video-youtube");window.getwidYT={data:{ready:!1},init:function(){getwidYT.data.ready=!0,clearInterval(d),c.each(function(i){var t=e(this).attr("id"),o=e(this).parent().attr("youtube-video-autoplay"),n=e(this).parent().attr("youtube-video-loop"),a=e(this).parent().attr("youtube-video-muted"),d=e(this).closest(".wp-block-getwid-section__wrapper").find(".getwid-background-video-controls .getwid-background-video-play"),u=e(this).closest(".wp-block-getwid-section__wrapper").find(".getwid-background-video-controls .getwid-background-video-mute");window.YT.ready(function(){var s={playsinline:1,autoplay:"true"==o?1:0,controls:0,disablekb:1,fs:0,cc_load_policy:0,iv_load_policy:3,loop:"true"==n?1:0,modestbranding:1,rel:0,showinfo:0,enablejsapi:1,mute:"true"==a?1:0,autohide:1};"true"==n&&(s.playlist=t);new YT.Player(c[i],{playerVars:s,height:"100%",width:"100%",videoId:t,events:{onReady:function(i){var t=i.target;"true"==o?d.html('<i class="getwid-icon getwid-icon-pause"></i>'):"false"==o&&d.html('<i class="getwid-icon getwid-icon-play"></i>'),"true"==a?u.html('<i class="getwid-icon getwid-icon-mute"></i>'):"false"==a&&u.html('<i class="getwid-icon getwid-icon-volume-up"></i>'),e(d).on("click",function(e){"true"==o?(t.pauseVideo(),d.html('<i class="getwid-icon getwid-icon-play"></i>'),o="false"):"false"==o&&(t.playVideo(),d.html('<i class="getwid-icon getwid-icon-pause"></i>'),o="true")}),e(u).on("click",function(e){"true"==a?(t.unMute(),u.html('<i class="getwid-icon getwid-icon-volume-up"></i>'),a="false"):"false"==a&&(t.mute(),u.html('<i class="getwid-icon getwid-icon-mute"></i>'),a="true")}),"true"==o&&t.playVideo()},onStateChange:function(e){-1==e.data&&(d.html('<i class="getwid-icon getwid-icon-play"></i>'),o="false"),1==e.data&&(d.html('<i class="getwid-icon getwid-icon-pause"></i>'),o="true"),2==e.data&&(d.html('<i class="getwid-icon getwid-icon-play"></i>'),o="false"),3==e.data&&(d.html('<i class="getwid-icon getwid-icon-pause"></i>'),o="true"),0==e.data&&"false"==n&&(e.target.stopVideo(),d.html('<i class="getwid-icon getwid-icon-play"></i>'),o="false")}}})})})}},e(document.body).on("post-load",function(e){u(),s(),l(),r()});var u=function(){a=e(".wp-block-getwid-section__background-video.source-youtube .wp-block-getwid-section__background-video-youtube:not(.getwid-init)"),a.each(function(i){e(this).addClass("getwid-init");var t=o(e(this).parent().attr("youtube-video-url"));e(this).attr("id",t)}),a.length&&(e("#youtube_video_api_js").length||(t(),n()))},s=function(){var i,t,o,n,a,d,c=e(".wp-block-getwid-section__background-slider:not(.getwid-init)");c.length&&"undefined"!=typeof imagesLoaded&&c.each(function(c){d=e(this),i=1==d.data("autoplay"),t=parseInt(d.data("autoplay-speed")),o="fade"==d.data("slide-effect"),n=parseInt(d.data("slide-speed")),a=1==d.data("infinite"),e(this).addClass("getwid-init"),d.imagesLoaded().done(function(d){e(d.elements[0]).slick({arrows:!1,dots:!1,rows:0,slidesToShow:1,slidesToScroll:1,autoplay:i,autoplaySpeed:t,fade:o,speed:n,infinite:a,rtl:!!Getwid.isRTL})})})},l=function(){if("undefined"!=typeof WOW){new WOW({boxClass:"getwid-anim",mobile:!1}).init()}},r=function(){e(".wp-block-getwid-section:not(.getwid-init)").each(function(i){e(this).addClass("getwid-init");var t=e(this),o=t.find(".wp-block-getwid-section__background-video.source-media-library").get(0),n=t.find(".getwid-background-video-play"),a=t.find(".getwid-background-video-mute");t.find(".wp-block-getwid-section__background-video.source-media-library").on("play",function(e){n.html('<i class="getwid-icon getwid-icon-pause"></i>')}).on("pause",function(e){n.html('<i class="getwid-icon getwid-icon-play"></i>')}),t.on("click",".getwid-background-video-play",function(e){e.preventDefault(),o&&(o.paused?o.play():o.pause())}),t.ready(function(){o&&(o.paused?n.html('<i class="getwid-icon getwid-icon-play"></i>'):n.html('<i class="getwid-icon getwid-icon-pause"></i>'),o.muted?a.html('<i class="getwid-icon getwid-icon-mute"></i>'):a.html('<i class="getwid-icon getwid-icon-volume-up"></i>'))}),t.on("click",".getwid-background-video-mute",function(e){e.preventDefault(),o&&(o.muted=!o.muted,o.muted?a.html('<i class="getwid-icon getwid-icon-mute"></i>'):a.html('<i class="getwid-icon getwid-icon-volume-up"></i>'))})})};u(),s(),l(),r()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| 1 | /*! | ||
| 2 | * getwid-social-links | ||
| 3 | */.wp-block-getwid-social-links{padding:0;overflow:hidden}.wp-block-getwid-social-links__list{margin:0 -.2em -.2em;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-social-links__item{padding:0 .2em .2em;margin:0}.wp-block-getwid-social-links__item:after,.wp-block-getwid-social-links__item:before{display:none}.wp-block-getwid-social-links__item:last-child{margin-right:0}.wp-block-getwid-social-links__link{border:0;text-decoration:none;display:inline-block;-webkit-box-shadow:none;box-shadow:none}.wp-block-getwid-social-links__link:after,.wp-block-getwid-social-links__link:before{display:none}.wp-block-getwid-social-links__link:hover{text-decoration:none}.wp-block-getwid-social-links__link i{width:1em;height:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1em;font-style:normal}.wp-block-getwid-social-links__wrapper{display:inline-block;line-height:0}.has-icons-framed .wp-block-getwid-social-links__wrapper{border:1px solid;border-radius:50%;padding:.75em}.has-icons-stacked .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper{padding:.75em;border-radius:50%}.has-none-spacing .wp-block-getwid-social-links__list{margin:0}.has-none-spacing .wp-block-getwid-social-links__item{padding:0}.has-small-spacing .wp-block-getwid-social-links__list{margin:0 -.125em -.125em}.has-small-spacing .wp-block-getwid-social-links__item{padding:0 .125em .125em}.has-medium-spacing .wp-block-getwid-social-links__list{margin:0 -.25em -.25em}.has-medium-spacing .wp-block-getwid-social-links__item{padding:0 .25em .25em}.has-large-spacing .wp-block-getwid-social-links__list{margin:0 -.5em -.5em}.has-large-spacing .wp-block-getwid-social-links__item{padding:0 .5em .5em} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-social-links | ||
| 3 | */.wp-block-getwid-social-links{padding:0;overflow:hidden}.wp-block-getwid-social-links__list{margin:0 -.2em -.2em;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-getwid-social-links__item{padding:0 .2em .2em;margin:0}.wp-block-getwid-social-links__item:after,.wp-block-getwid-social-links__item:before{display:none}.wp-block-getwid-social-links__item:last-child{margin-right:0}.wp-block-getwid-social-links__link{border:0;text-decoration:none;display:inline-block;-webkit-box-shadow:none;box-shadow:none}.wp-block-getwid-social-links__link:after,.wp-block-getwid-social-links__link:before{display:none}.wp-block-getwid-social-links__link:hover{text-decoration:none}.wp-block-getwid-social-links__link i{width:1em;height:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1em;font-style:normal}.wp-block-getwid-social-links__wrapper{display:inline-block;line-height:0}.has-icons-framed .wp-block-getwid-social-links__wrapper{border:1px solid;border-radius:50%;padding:.75em}.has-icons-stacked .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper{padding:.75em;border-radius:50%}.has-none-spacing .wp-block-getwid-social-links__list{margin:0}.has-none-spacing .wp-block-getwid-social-links__item{padding:0}.has-small-spacing .wp-block-getwid-social-links__list{margin:0 -.125em -.125em}.has-small-spacing .wp-block-getwid-social-links__item{padding:0 .125em .125em}.has-medium-spacing .wp-block-getwid-social-links__list{margin:0 -.25em -.25em}.has-medium-spacing .wp-block-getwid-social-links__item{padding:0 .25em .25em}.has-large-spacing .wp-block-getwid-social-links__list{margin:0 -.5em -.5em}.has-large-spacing .wp-block-getwid-social-links__item{padding:0 .5em .5em} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-table-of-contents | ||
| 3 | */.wp-block-getwid-table-of-contents.is-style-none ul{list-style:none}.wp-block-getwid-table-of-contents.is-style-none li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-none li:after,.wp-block-getwid-table-of-contents.is-style-none li:before{display:none}.wp-block-getwid-table-of-contents.is-style-none .wp-block-getwid-table-of-contents__list{padding:0;margin:0}.wp-block-getwid-table-of-contents.is-style-none .wp-block-getwid-table-of-contents__list>li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-unordered ul{list-style:outside disc;margin-left:1em;padding-left:0}.wp-block-getwid-table-of-contents.is-style-unordered li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-unordered li:after,.wp-block-getwid-table-of-contents.is-style-unordered li:before{display:none}.wp-block-getwid-table-of-contents.is-style-ordered .wp-block-getwid-table-of-contents__list{margin-left:0;padding-left:0}.wp-block-getwid-table-of-contents.is-style-ordered ol{counter-reset:item;list-style:none}.wp-block-getwid-table-of-contents.is-style-ordered li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-ordered li:after{display:none}.wp-block-getwid-table-of-contents.is-style-ordered li:before{content:counters(item, ".") ".";counter-increment:item;margin-right:.5em} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-table-of-contents | ||
| 3 | */.wp-block-getwid-table-of-contents.is-style-none ul{list-style:none}.wp-block-getwid-table-of-contents.is-style-none li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-none li:after,.wp-block-getwid-table-of-contents.is-style-none li:before{display:none}.wp-block-getwid-table-of-contents.is-style-none .wp-block-getwid-table-of-contents__list{padding:0;margin:0}.wp-block-getwid-table-of-contents.is-style-none .wp-block-getwid-table-of-contents__list>li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-unordered ul{list-style:outside disc;margin-left:1em;padding-left:0}.wp-block-getwid-table-of-contents.is-style-unordered li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-unordered li:after,.wp-block-getwid-table-of-contents.is-style-unordered li:before{display:none}.wp-block-getwid-table-of-contents.is-style-ordered .wp-block-getwid-table-of-contents__list{margin-left:0;padding-left:0}.wp-block-getwid-table-of-contents.is-style-ordered ol{counter-reset:item;list-style:none}.wp-block-getwid-table-of-contents.is-style-ordered li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-ordered li:after{display:none}.wp-block-getwid-table-of-contents.is-style-ordered li:before{content:counters(item, ".") ".";counter-increment:item;margin-left:.5em;float:right} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-table | ||
| 3 | */.wp-block-getwid-table table{width:100%}.wp-block-getwid-table figcaption{text-align:center}.wp-block-getwid-table.has-horizontal-align-left td,.wp-block-getwid-table.has-horizontal-align-left th{text-align:left}.wp-block-getwid-table.has-horizontal-align-center td,.wp-block-getwid-table.has-horizontal-align-center th{text-align:center}.wp-block-getwid-table.has-horizontal-align-right td,.wp-block-getwid-table.has-horizontal-align-right th{text-align:right}.wp-block-getwid-table.has-vertical-align-top td,.wp-block-getwid-table.has-vertical-align-top th{vertical-align:top}.wp-block-getwid-table.has-vertical-align-middle td,.wp-block-getwid-table.has-vertical-align-middle th{vertical-align:middle}.wp-block-getwid-table.has-vertical-align-bottom td,.wp-block-getwid-table.has-vertical-align-bottom th{vertical-align:bottom}.wp-block-getwid-table.has-table-layout-fixed table{table-layout:fixed}.wp-block-getwid-table.has-table-layout-auto table{table-layout:auto}.wp-block-getwid-table.has-border-collapse-collapse table{border-collapse:collapse}.wp-block-getwid-table.has-border-collapse-separate table{border-collapse:separate} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-table | ||
| 3 | */.wp-block-getwid-table table{width:100%}.wp-block-getwid-table figcaption{text-align:center}.wp-block-getwid-table.has-horizontal-align-left td,.wp-block-getwid-table.has-horizontal-align-left th{text-align:left}.wp-block-getwid-table.has-horizontal-align-center td,.wp-block-getwid-table.has-horizontal-align-center th{text-align:center}.wp-block-getwid-table.has-horizontal-align-right td,.wp-block-getwid-table.has-horizontal-align-right th{text-align:right}.wp-block-getwid-table.has-vertical-align-top td,.wp-block-getwid-table.has-vertical-align-top th{vertical-align:top}.wp-block-getwid-table.has-vertical-align-middle td,.wp-block-getwid-table.has-vertical-align-middle th{vertical-align:middle}.wp-block-getwid-table.has-vertical-align-bottom td,.wp-block-getwid-table.has-vertical-align-bottom th{vertical-align:bottom}.wp-block-getwid-table.has-table-layout-fixed table{table-layout:fixed}.wp-block-getwid-table.has-table-layout-auto table{table-layout:auto}.wp-block-getwid-table.has-border-collapse-collapse table{border-collapse:collapse}.wp-block-getwid-table.has-border-collapse-separate table{border-collapse:separate} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | !function(t){function n(e){if(a[e])return a[e].exports;var i=a[e]={i:e,l:!1,exports:{}};return t[e].call(i.exports,i,i.exports,n),i.l=!0,i.exports}var a={};n.m=t,n.c=a,n.d=function(t,a,e){n.o(t,a)||Object.defineProperty(t,a,{configurable:!1,enumerable:!0,get:e})},n.n=function(t){var a=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(a,"a",a),a},n.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},n.p="",n(n.s=25)}({25:function(t,n){/*! | ||
| 2 | * getwid-tabs | ||
| 3 | */ | ||
| 4 | !function(t){t(document).ready(function(n){function a(t){for(var n="",a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",e=a.length,i=0;i<t;i++)n+=a.charAt(Math.floor(Math.random()*e));return n}t(document.body).on("post-load",function(t){e()});var e=function(){var n=t(".wp-block-getwid-tabs:not(.getwid-init)"),e=0;n.each(function(n){var i=a(5);t(this).addClass("getwid-init"),e=t(this).data("active-tab");t(this).find(".wp-block-getwid-tabs__nav-links");t(this).find(".wp-block-getwid-tabs__nav-link").each(function(n,a){t(a).find("a").attr("href","#tab-".concat(i,"-").concat(n))}),t(this).find(".wp-block-getwid-tabs__tab-content-wrapper, > .wp-block-getwid-tabs__tab-content").each(function(n,a){t(a).attr("id","tab-".concat(i,"-").concat(n))}),t(this).find(".wp-block-getwid-tabs__nav-link").each(function(n,a){var e=t(a).closest(".wp-block-getwid-tabs").find(">.wp-block-getwid-tabs__nav-links");t(a).detach(),e.append(a);var i={};t.each(t(a)[0].attributes,function(t,n){i[n.nodeName]=n.nodeValue}),t(a).replaceWith(function(){return t("<li/>",i).append(t(a).contents())})}),t(this).find(".wp-block-getwid-tabs__tab-content-wrapper").eq(e).addClass("is-active-tab"),t(this).tabs({active:e,activate:function(n,a){a.newPanel.closest(".wp-block-getwid-tabs").find(".wp-block-getwid-tabs__tab-content-wrapper").removeClass("is-active-tab"),a.newPanel.addClass("is-active-tab"),t("html, body").add(window,document).stop()}})})};e()})}(jQuery)}}); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-tabs | ||
| 3 | */.wp-block-getwid-tabs{position:relative}.wp-block-getwid-tabs__nav-links{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0 0 -1px 0}.wp-block-getwid-tabs__nav-link{margin:0 5px 0 0;padding:0;position:relative;border:1px solid transparent;border-bottom:0}.wp-block-getwid-tabs__nav-link:last-child{margin-right:0}.wp-block-getwid-tabs__nav-link:after,.wp-block-getwid-tabs__nav-link:before{display:none}.wp-block-getwid-tabs__nav-link:hover{border-color:#ebeef1}.wp-block-getwid-tabs__nav-link.ui-tabs-active{border-color:#ebeef1;background:#fff}.wp-block-getwid-tabs__nav-link a{padding:.5em .75em!important;display:block;text-decoration:none;border:0;-webkit-box-shadow:none;box-shadow:none}.wp-block-getwid-tabs__nav-link a:focus{border:0;outline:0;-webkit-box-shadow:none;box-shadow:none}.wp-block-getwid-tabs__nav-link a:hover{text-decoration:none}.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper{margin:0;padding:0;border:0}.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper:after,.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper:before{display:none}.wp-block-getwid-tabs__tab-content-wrapper{height:0;overflow:hidden;display:block!important;position:absolute}.wp-block-getwid-tabs__tab-content-wrapper.is-active-tab,.wp-block-getwid-tabs__tab-content-wrapper[aria-hidden=false]{height:auto;overflow:visible;position:static}.wp-block-getwid-tabs__tab-content{border:1px solid #ebeef1;padding:1.5em}.wp-block-getwid-tabs__tab-content:after{content:'';display:table;clear:both}.wp-block-getwid-tabs__tab-content>:first-child{margin-top:0}.wp-block-getwid-tabs__tab-content>:last-child{margin-bottom:0}.has-layout-vertical-left,.has-layout-vertical-right,.is-style-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links,.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links,.is-style-vertical>.wp-block-getwid-tabs__nav-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin:0 -1px 0 0;max-width:25%}.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link,.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link,.is-style-vertical>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link{margin:0 0 5px 0;border:1px solid #eee;border-right:0}.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link *,.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link *,.is-style-vertical>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link *{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child,.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child,.is-style-vertical>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child{margin-bottom:0}.has-layout-vertical-left>.wp-block-getwid-tabs__tab-content-wrapper,.has-layout-vertical-right>.wp-block-getwid-tabs__tab-content-wrapper,.is-style-vertical>.wp-block-getwid-tabs__tab-content-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.has-layout-vertical-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links{margin:0 0 0 -1px}.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link{border:1px solid #eee;border-left:0}.has-layout-horizontal-center>.wp-block-getwid-tabs__nav-links{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-layout-horizontal-right>.wp-block-getwid-tabs__nav-links{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * getwid-tabs | ||
| 3 | */.wp-block-getwid-tabs{position:relative}.wp-block-getwid-tabs__nav-links{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0 0 -1px 0;justify-content:flex-end}.wp-block-getwid-tabs__nav-link{margin:0 5px 0 0;padding:0;position:relative;border:1px solid transparent;border-bottom:0}.wp-block-getwid-tabs__nav-link:last-child{margin-right:0}.wp-block-getwid-tabs__nav-link:after,.wp-block-getwid-tabs__nav-link:before{display:none}.wp-block-getwid-tabs__nav-link:hover{border-color:#ebeef1}.wp-block-getwid-tabs__nav-link.ui-tabs-active{border-color:#ebeef1;background:#fff}.wp-block-getwid-tabs__nav-link a{padding:.5em .75em!important;display:block;text-decoration:none;border:0;-webkit-box-shadow:none;box-shadow:none}.wp-block-getwid-tabs__nav-link a:focus{border:0;outline:0;-webkit-box-shadow:none;box-shadow:none}.wp-block-getwid-tabs__nav-link a:hover{text-decoration:none}.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper{margin:0;padding:0;border:0}.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper:after,.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper:before{display:none}.wp-block-getwid-tabs__tab-content-wrapper{height:0;overflow:hidden;display:block!important;position:absolute}.wp-block-getwid-tabs__tab-content-wrapper.is-active-tab,.wp-block-getwid-tabs__tab-content-wrapper[aria-hidden=false]{height:auto;overflow:visible;position:static}.wp-block-getwid-tabs__tab-content{border:1px solid #ebeef1;padding:1.5em}.wp-block-getwid-tabs__tab-content:after{content:'';display:table;clear:both}.wp-block-getwid-tabs__tab-content>:first-child{margin-top:0}.wp-block-getwid-tabs__tab-content>:last-child{margin-bottom:0}.has-layout-vertical-left,.has-layout-vertical-right,.is-style-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:row-reverse}.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links,.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links,.is-style-vertical>.wp-block-getwid-tabs__nav-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial;justify-content:flex-start;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin:0 -1px 0 0;max-width:25%}.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link,.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link,.is-style-vertical>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link{margin:0 0 5px 0;border:1px solid #eee;border-right:0}.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link *,.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link *,.is-style-vertical>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link *{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child,.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child,.is-style-vertical>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child{margin-bottom:0}.has-layout-vertical-left>.wp-block-getwid-tabs__tab-content-wrapper,.has-layout-vertical-right>.wp-block-getwid-tabs__tab-content-wrapper,.is-style-vertical>.wp-block-getwid-tabs__tab-content-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.has-layout-vertical-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row;flex-direction:row}.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links{margin:0 0 0 -1px}.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link{border:1px solid #eee;border-left:0}.has-layout-horizontal-center>.wp-block-getwid-tabs__nav-links{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-layout-horizontal-right>.wp-block-getwid-tabs__nav-links{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/changelog.txt
0 → 100644
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/getwid.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/includes/blocks/template-parts/post-featured-background-image.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/includes/load.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/includes/templates/template-parts/post-featured-background-image.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/readme.txt
0 → 100644
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/uninstall.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
wp-content/plugins/getwid/vendors/fonticonpicker/react-fonticonpicker/dist/assets/fontIconPicker.svg
0 → 100644
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/vendors/fonticonpicker/react-fonticonpicker/dist/assets/fontIconPicker.ttf
0 → 100644
No preview for this file type
No preview for this file type
wp-content/plugins/getwid/vendors/fonticonpicker/react-fonticonpicker/dist/fonticonpicker.react.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/vendors/jquery.countdown/localization/jquery.countdown-pt-BR.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/vendors/jquery.countdown/localization/jquery.countdown-sr-SR.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/vendors/jquery.countdown/localization/jquery.countdown-zh-CN.js
0 → 100644
This diff is collapsed.
Click to expand it.
wp-content/plugins/getwid/vendors/jquery.countdown/localization/jquery.countdown-zh-TW.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
4.08 KB
No preview for this file type
This diff is collapsed.
Click to expand it.
No preview for this file type
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment