Google Analytics for WordPress by MonsterInsights - Version 7.8.1

Version Description

= 7.0.0 =

This is a major release. Please back up your site before upgrading.

= 6.0.0 =

This is a major release. Please back up your site before upgrading.

Download this release

Release Info

Developer chriscct7
Plugin Icon 128x128 Google Analytics for WordPress by MonsterInsights
Version 7.8.1
Comparing to
See all releases

Code changes from version 7.8.0 to 7.8.1

googleanalytics.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
- * Version: 7.8.0
10
  * Requires at least: 3.8.0
11
  * Tested up to: 5.1.1
12
  *
@@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
- public $version = '7.8.0';
73
 
74
  /**
75
  * Plugin file.
@@ -486,6 +486,8 @@ final class MonsterInsights_Lite {
486
  */
487
  public function require_files() {
488
 
 
 
489
  if ( is_admin() || ( defined( 'DOING_CRON' ) && DOING_CRON ) ) {
490
 
491
  // Lite and Pro files
@@ -496,7 +498,6 @@ final class MonsterInsights_Lite {
496
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/admin.php';
497
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/common.php';
498
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/notice.php';
499
- require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/capabilities.php';
500
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/licensing/autoupdate.php';
501
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/review.php';
502
 
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
+ * Version: 7.8.1
10
  * Requires at least: 3.8.0
11
  * Tested up to: 5.1.1
12
  *
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
+ public $version = '7.8.1';
73
 
74
  /**
75
  * Plugin file.
486
  */
487
  public function require_files() {
488
 
489
+ require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/capabilities.php';
490
+
491
  if ( is_admin() || ( defined( 'DOING_CRON' ) && DOING_CRON ) ) {
492
 
493
  // Lite and Pro files
498
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/admin.php';
499
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/common.php';
500
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/notice.php';
 
501
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/licensing/autoupdate.php';
502
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/review.php';
503
 
includes/{admin/capabilities.php → capabilities.php} RENAMED
File without changes
includes/frontend/frontend.php CHANGED
@@ -184,6 +184,7 @@ function monsterinsights_frontend_admin_bar_scripts() {
184
  'shareasale_url' => monsterinsights_get_shareasale_url( monsterinsights_get_shareasale_id(), '' ),
185
  'is_admin' => is_admin(),
186
  'reports_url' => add_query_arg( 'page', 'monsterinsights_reports', admin_url( 'admin.php' ) ),
 
187
  )
188
  );
189
  }
184
  'shareasale_url' => monsterinsights_get_shareasale_url( monsterinsights_get_shareasale_id(), '' ),
185
  'is_admin' => is_admin(),
186
  'reports_url' => add_query_arg( 'page', 'monsterinsights_reports', admin_url( 'admin.php' ) ),
187
+ 'authed' => true, // Used to allow triggering the reports loading ajax call.
188
  )
189
  );
190
  }
languages/google-analytics-for-wordpress.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the MonsterInsights Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: MonsterInsights Pro 7.8.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2019-09-10T14:43:44+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
@@ -27,14 +27,14 @@ msgid "The best Google Analytics plugin for WordPress. See how visitors find and
27
  msgstr ""
28
 
29
  #. Author of the plugin
30
- #: lite/includes/admin/wp-site-health.php:171
31
- #: lite/includes/admin/wp-site-health.php:223
32
- #: lite/includes/admin/wp-site-health.php:250
33
- #: lite/includes/admin/wp-site-health.php:288
34
- #: lite/includes/admin/wp-site-health.php:315
35
- #: lite/includes/admin/wp-site-health.php:342
36
- #: lite/includes/admin/wp-site-health.php:367
37
- #: lite/includes/admin/wp-site-health.php:406
38
  #: lite/includes/admin/dashboard-widget.php:90
39
  #: includes/admin/admin.php:38
40
  #: includes/admin/admin.php:41
@@ -70,141 +70,141 @@ msgstr ""
70
  msgid "MonsterInsights Connection"
71
  msgstr ""
72
 
73
- #: lite/includes/admin/wp-site-health.php:168
74
  msgid "Your website is authenticated with MonsterInsights"
75
  msgstr ""
76
 
77
- #: lite/includes/admin/wp-site-health.php:174
78
  msgid "MonsterInsights integrates your WordPress website with Google Analytics."
79
  msgstr ""
80
 
81
- #: lite/includes/admin/wp-site-health.php:178
82
- #: languages/vue.php:1817
83
  msgid "View Reports"
84
  msgstr ""
85
 
86
- #: lite/includes/admin/wp-site-health.php:189
87
  msgid "You are using Manual UA code output"
88
  msgstr ""
89
 
90
- #: lite/includes/admin/wp-site-health.php:190
91
  msgid "We highly recommend authenticating with MonsterInsights so that you can access our new reporting area and take advantage of new MonsterInsights features."
92
  msgstr ""
93
 
94
- #: lite/includes/admin/wp-site-health.php:194
95
- #: lite/includes/admin/wp-site-health.php:205
96
  msgid "Authenticate now"
97
  msgstr ""
98
 
99
- #: lite/includes/admin/wp-site-health.php:200
100
  msgid "Please configure your Google Analytics settings"
101
  msgstr ""
102
 
103
- #: lite/includes/admin/wp-site-health.php:201
104
  msgid "Your traffic is not being tracked by MonsterInsights at the moment and you are losing data. Authenticate and get access to the reporting area and advanced tracking features."
105
  msgstr ""
106
 
107
- #: lite/includes/admin/wp-site-health.php:227
108
  msgid "MonsterInsights Upgrade not applied"
109
  msgstr ""
110
 
111
- #: lite/includes/admin/wp-site-health.php:228
112
  msgid "A valid license has been added to MonsterInsights but you are still using the Lite version."
113
  msgstr ""
114
 
115
- #: lite/includes/admin/wp-site-health.php:232
116
  msgid "Go to License Settings"
117
  msgstr ""
118
 
119
- #: lite/includes/admin/wp-site-health.php:247
120
  msgid "Your website is receiving automatic updates"
121
  msgstr ""
122
 
123
- #: lite/includes/admin/wp-site-health.php:253
124
  msgid "MonsterInsights automatic updates are enabled and you are getting the latest features, bugfixes, and security updates as they are released."
125
  msgstr ""
126
 
127
- #: lite/includes/admin/wp-site-health.php:260
128
  msgid "Your website is receiving minor updates"
129
  msgstr ""
130
 
131
- #: lite/includes/admin/wp-site-health.php:261
132
  msgid "MonsterInsights minor updates are enabled and you are getting the latest bugfixes and security updates, but not major features."
133
  msgstr ""
134
 
135
- #: lite/includes/admin/wp-site-health.php:265
136
  msgid "Automatic updates are disabled"
137
  msgstr ""
138
 
139
- #: lite/includes/admin/wp-site-health.php:266
140
  msgid "MonsterInsights automatic updates are disabled. We recommend enabling automatic updates so you can get access to the latest features, bugfixes, and security updates as they are released."
141
  msgstr ""
142
 
143
- #: lite/includes/admin/wp-site-health.php:270
144
  msgid "Update Settings"
145
  msgstr ""
146
 
147
- #: lite/includes/admin/wp-site-health.php:285
148
  msgid "eCommerce data is not being tracked"
149
  msgstr ""
150
 
151
  #. Translators: The eCommerce store currently active.
152
- #: lite/includes/admin/wp-site-health.php:292
153
  msgid "You are using %s but the MonsterInsights eCommerce addon is not active, please Install & Activate it to start tracking eCommerce data."
154
  msgstr ""
155
 
156
- #: lite/includes/admin/wp-site-health.php:297
157
- #: lite/includes/admin/wp-site-health.php:323
158
- #: lite/includes/admin/wp-site-health.php:350
159
  msgid "View Addons"
160
  msgstr ""
161
 
162
- #: lite/includes/admin/wp-site-health.php:312
163
  msgid "AMP pages are not being tracked"
164
  msgstr ""
165
 
166
- #: lite/includes/admin/wp-site-health.php:318
167
  msgid "Your website has Google AMP-enabled pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights AMP Addon."
168
  msgstr ""
169
 
170
- #: lite/includes/admin/wp-site-health.php:339
171
  msgid "Facebook Instant Articles pages are not being tracked"
172
  msgstr ""
173
 
174
- #: lite/includes/admin/wp-site-health.php:345
175
  msgid "Your website has Facebook Instant Articles pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights Facebook Instant Articles Addon."
176
  msgstr ""
177
 
178
- #: lite/includes/admin/wp-site-health.php:364
179
  msgid "Can connect to MonsterInsights.com correctly"
180
  msgstr ""
181
 
182
- #: lite/includes/admin/wp-site-health.php:370
183
  msgid "The MonsterInsights API is reachable and no connection issues have been detected."
184
  msgstr ""
185
 
186
- #: lite/includes/admin/wp-site-health.php:385
187
  msgid "The MonsterInsights server is not reachable."
188
  msgstr ""
189
 
190
- #: lite/includes/admin/wp-site-health.php:386
191
  msgid "Your server is blocking external requests to monsterinsights.com, please check your firewall settings or contact your host for more details."
192
  msgstr ""
193
 
194
  #. Translators: The error message received.
195
- #: lite/includes/admin/wp-site-health.php:390
196
  msgid "Error message: %s"
197
  msgstr ""
198
 
199
- #: lite/includes/admin/wp-site-health.php:403
200
  msgid "Tracking code is properly being output."
201
  msgstr ""
202
 
203
- #: lite/includes/admin/wp-site-health.php:409
204
  msgid "The Google Analytics tracking code is being output correctly, and no duplicate Google Analytics scripts have been detected."
205
  msgstr ""
206
 
207
- #: lite/includes/admin/wp-site-health.php:417
208
  msgid "MonsterInsights has automatically detected an issue with your tracking setup"
209
  msgstr ""
210
 
@@ -288,7 +288,7 @@ msgid "Real Time"
288
  msgstr ""
289
 
290
  #: lite/includes/admin/reports/report-publisher.php:22
291
- #: languages/vue.php:212
292
  msgid "Publishers"
293
  msgstr ""
294
 
@@ -304,7 +304,7 @@ msgstr ""
304
 
305
  #: lite/includes/admin/welcome.php:33
306
  #: lite/includes/admin/welcome.php:34
307
- #: languages/vue.php:1727
308
  msgid "Welcome to MonsterInsights"
309
  msgstr ""
310
 
@@ -530,7 +530,7 @@ msgstr ""
530
  #: includes/admin/admin.php:44
531
  #: includes/admin/admin.php:54
532
  #: includes/admin/admin.php:91
533
- #: languages/vue.php:168
534
  msgid "Insights"
535
  msgstr ""
536
 
@@ -552,7 +552,7 @@ msgstr ""
552
 
553
  #: includes/admin/admin.php:48
554
  #: includes/admin/admin.php:95
555
- #: languages/vue.php:603
556
  msgid "Reports"
557
  msgstr ""
558
 
@@ -607,7 +607,7 @@ msgstr ""
607
 
608
  #: includes/admin/admin.php:170
609
  #: includes/admin/admin.php:173
610
- #: languages/vue.php:939
611
  msgid "Support"
612
  msgstr ""
613
 
@@ -628,12 +628,12 @@ msgid "Your license key for MonsterInsights has expired. %1$sPlease click here t
628
  msgstr ""
629
 
630
  #: includes/admin/admin.php:291
631
- #: languages/vue.php:1238
632
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
633
  msgstr ""
634
 
635
  #: includes/admin/admin.php:293
636
- #: languages/vue.php:1241
637
  msgid "Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
638
  msgstr ""
639
 
@@ -707,7 +707,7 @@ msgid "View supported browsers"
707
  msgstr ""
708
 
709
  #: includes/admin/reports/overview.php:34
710
- #: languages/vue.php:209
711
  msgid "Overview"
712
  msgstr ""
713
 
@@ -793,7 +793,7 @@ msgid "Upgrading is easy! To upgrade, navigate to %sour pricing page%s, purchase
793
  msgstr ""
794
 
795
  #: includes/admin/reports/abstract-report.php:357
796
- #: languages/vue.php:1320
797
  msgid "Upgrade Now"
798
  msgstr ""
799
 
@@ -2069,71 +2069,71 @@ msgstr ""
2069
  msgid "Get Fresh Reports Data Every 60 Seconds"
2070
  msgstr ""
2071
 
2072
- #: languages/vue.php:153
2073
  msgid "Overview Report"
2074
  msgstr ""
2075
 
2076
- #: languages/vue.php:156
2077
  msgid "Loading Settings"
2078
  msgstr ""
2079
 
2080
- #: languages/vue.php:159
2081
  msgid "Saving Changes..."
2082
  msgstr ""
2083
 
2084
- #: languages/vue.php:162
2085
  msgid "Settings Updated"
2086
  msgstr ""
2087
 
2088
- #: languages/vue.php:165
2089
  msgid "Could Not Save Changes"
2090
  msgstr ""
2091
 
2092
- #: languages/vue.php:171
2093
  msgid "Congratulations! "
2094
  msgstr ""
2095
 
2096
- #: languages/vue.php:174
2097
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
2098
  msgstr ""
2099
 
2100
- #: languages/vue.php:177
2101
  msgid "Publishers Report"
2102
  msgstr ""
2103
 
2104
- #: languages/vue.php:180
2105
  msgid "eCommerce Report"
2106
  msgstr ""
2107
 
2108
- #: languages/vue.php:183
2109
  msgid "Search Console Report"
2110
  msgstr ""
2111
 
2112
- #: languages/vue.php:186
2113
  msgid "Dimensions Report"
2114
  msgstr ""
2115
 
2116
- #: languages/vue.php:189
2117
  msgid "Forms Report"
2118
  msgstr ""
2119
 
2120
- #: languages/vue.php:193
2121
  msgid "Real-Time Report"
2122
  msgstr ""
2123
 
2124
- #: languages/vue.php:196
2125
  msgid "Recommended Plugin: %s"
2126
  msgstr ""
2127
 
2128
- #: languages/vue.php:199
2129
  msgid "Install"
2130
  msgstr ""
2131
 
2132
- #: languages/vue.php:202
2133
  msgid "Activate"
2134
  msgstr ""
2135
 
2136
- #: languages/vue.php:206
2137
  msgid "Learn More"
2138
  msgstr ""
2139
 
@@ -2149,191 +2149,191 @@ msgstr ""
2149
  msgid "Getting Started"
2150
  msgstr ""
2151
 
2152
- #: languages/vue.php:240
2153
  msgid "Lite vs Pro"
2154
  msgstr ""
2155
 
2156
- #: languages/vue.php:243
2157
  msgid "General"
2158
  msgstr ""
2159
 
2160
- #: languages/vue.php:246
2161
  msgid "Engagement"
2162
  msgstr ""
2163
 
2164
- #: languages/vue.php:249
2165
  msgid "Publisher"
2166
  msgstr ""
2167
 
2168
- #: languages/vue.php:252
2169
  msgid "Conversions"
2170
  msgstr ""
2171
 
2172
- #: languages/vue.php:255
2173
  msgid "Advanced"
2174
  msgstr ""
2175
 
2176
- #: languages/vue.php:258
2177
  msgid "URL Builder"
2178
  msgstr ""
2179
 
2180
- #: languages/vue.php:261
2181
  msgid "Import Export"
2182
  msgstr ""
2183
 
2184
- #: languages/vue.php:264
2185
  msgid "Time to Purchase"
2186
  msgstr ""
2187
 
2188
- #: languages/vue.php:267
2189
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
2190
  msgstr ""
2191
 
2192
- #: languages/vue.php:270
2193
  msgid "Sessions to Purchase"
2194
  msgstr ""
2195
 
2196
- #: languages/vue.php:273
2197
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
2198
  msgstr ""
2199
 
2200
- #: languages/vue.php:276
2201
  msgid "Top Posts/Pages"
2202
  msgstr ""
2203
 
2204
- #: languages/vue.php:279
2205
  msgid "This list shows the most viewed posts and pages on your website."
2206
  msgstr ""
2207
 
2208
- #: languages/vue.php:282
2209
  msgid "New vs. Returning Visitors"
2210
  msgstr ""
2211
 
2212
- #: languages/vue.php:285
2213
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
2214
  msgstr ""
2215
 
2216
- #: languages/vue.php:288
2217
  msgid "Device Breakdown"
2218
  msgstr ""
2219
 
2220
- #: languages/vue.php:291
2221
  msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
2222
  msgstr ""
2223
 
2224
- #: languages/vue.php:294
2225
  msgid "Top Landing Pages"
2226
  msgstr ""
2227
 
2228
- #: languages/vue.php:297
2229
  msgid "This list shows the top pages users first land on when visiting your website."
2230
  msgstr ""
2231
 
2232
- #: languages/vue.php:300
2233
  msgid "Top Exit Pages"
2234
  msgstr ""
2235
 
2236
- #: languages/vue.php:303
2237
  msgid "This list shows the top pages users exit your website from."
2238
  msgstr ""
2239
 
2240
- #: languages/vue.php:306
2241
  msgid "Top Outbound Links"
2242
  msgstr ""
2243
 
2244
- #: languages/vue.php:309
2245
  msgid "This list shows the top links clicked on your website that go to another website."
2246
  msgstr ""
2247
 
2248
- #: languages/vue.php:312
2249
  msgid "Top Affiliate Links"
2250
  msgstr ""
2251
 
2252
- #: languages/vue.php:315
2253
  msgid "This list shows the top affiliate links your visitors clicked on."
2254
  msgstr ""
2255
 
2256
- #: languages/vue.php:318
2257
  msgid "Top Download Links"
2258
  msgstr ""
2259
 
2260
- #: languages/vue.php:321
2261
  msgid "This list shows the download links your visitors clicked the most."
2262
  msgstr ""
2263
 
2264
- #: languages/vue.php:324
2265
  msgid "Top Products"
2266
  msgstr ""
2267
 
2268
- #: languages/vue.php:327
2269
  msgid "This list shows the top selling products on your website."
2270
  msgstr ""
2271
 
2272
- #: languages/vue.php:330
2273
  msgid "Top Conversion Sources"
2274
  msgstr ""
2275
 
2276
- #: languages/vue.php:333
2277
  msgid "This list shows the top referral websites in terms of product revenue."
2278
  msgstr ""
2279
 
2280
- #: languages/vue.php:336
2281
  msgid "Total Add/Remove"
2282
  msgstr ""
2283
 
2284
- #: languages/vue.php:339
2285
  msgid "Exit Setup"
2286
  msgstr ""
2287
 
2288
- #: languages/vue.php:342
2289
  msgid "Yikes! PHP Update Required"
2290
  msgstr ""
2291
 
2292
- #: languages/vue.php:345
2293
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%s), which could be putting your site at risk for being hacked. WordPress itself will stop supporting your PHP version in April, 2019. Updating to the recommended version (PHP %s) only takes a few minutes and will make your website significantly faster and more secure."
2294
  msgstr ""
2295
 
2296
- #: languages/vue.php:348
2297
  msgid "Learn more about updating PHP"
2298
  msgstr ""
2299
 
2300
- #: languages/vue.php:351
2301
  msgid "Yikes! WordPress Update Required"
2302
  msgstr ""
2303
 
2304
- #: languages/vue.php:354
2305
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
2306
  msgstr ""
2307
 
2308
- #: languages/vue.php:357
2309
  msgid "Learn more about updating WordPress"
2310
  msgstr ""
2311
 
2312
- #: languages/vue.php:360
2313
  msgid "Powered by MonsterInsights"
2314
  msgstr ""
2315
 
2316
- #: languages/vue.php:363
2317
  msgid "Save Changes"
2318
  msgstr ""
2319
 
2320
- #: languages/vue.php:366
2321
  msgid "New"
2322
  msgstr ""
2323
 
2324
- #: languages/vue.php:369
2325
  msgid "Returning"
2326
  msgstr ""
2327
 
2328
- #: languages/vue.php:372
2329
  msgid "Desktop"
2330
  msgstr ""
2331
 
2332
- #: languages/vue.php:375
2333
  msgid "Tablet"
2334
  msgstr ""
2335
 
2336
- #: languages/vue.php:378
2337
  msgid "Mobile"
2338
  msgstr ""
2339
 
@@ -2345,1953 +2345,1953 @@ msgstr ""
2345
  msgid "Unique %s Sessions"
2346
  msgstr ""
2347
 
2348
- #: languages/vue.php:387
2349
  msgid "Pageviews"
2350
  msgstr ""
2351
 
2352
- #: languages/vue.php:390
2353
  msgid "Unique %s Pageviews"
2354
  msgstr ""
2355
 
2356
- #: languages/vue.php:393
2357
  msgid "Avg. Session Duration"
2358
  msgstr ""
2359
 
2360
- #: languages/vue.php:396
2361
  msgid "Bounce Rate"
2362
  msgstr ""
2363
 
2364
- #: languages/vue.php:399
2365
  msgid "Top 10 Countries"
2366
  msgstr ""
2367
 
2368
- #: languages/vue.php:402
2369
  msgid "View Countries Report"
2370
  msgstr ""
2371
 
2372
- #: languages/vue.php:405
2373
  msgid "Top 10 Referrals"
2374
  msgstr ""
2375
 
2376
- #: languages/vue.php:408
2377
  msgid "View All Referral Sources"
2378
  msgstr ""
2379
 
2380
- #: languages/vue.php:411
2381
  msgid "View Full Posts/Pages Report"
2382
  msgstr ""
2383
 
2384
- #: languages/vue.php:414
2385
  msgid "A session is the browsing session of a single user to your site."
2386
  msgstr ""
2387
 
2388
- #: languages/vue.php:417
2389
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
2390
  msgstr ""
2391
 
2392
- #: languages/vue.php:420
2393
  msgid "Total duration of all sessions (in seconds) / number of sessions."
2394
  msgstr ""
2395
 
2396
- #: languages/vue.php:423
2397
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
2398
  msgstr ""
2399
 
2400
- #: languages/vue.php:426
2401
  msgid "This list shows the top countries your website visitors are from."
2402
  msgstr ""
2403
 
2404
- #: languages/vue.php:429
2405
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
2406
  msgstr ""
2407
 
2408
- #: languages/vue.php:432
2409
  msgid "MonsterInsights Addons"
2410
  msgstr ""
2411
 
2412
- #: languages/vue.php:435
2413
  msgid "Search Addons"
2414
  msgstr ""
2415
 
2416
- #: languages/vue.php:438
2417
  msgid "Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s"
2418
  msgstr ""
2419
 
2420
- #: languages/vue.php:441
2421
  msgid "Minor only %s- Get bugfixes and security updates, but not major features.%s"
2422
  msgstr ""
2423
 
2424
- #: languages/vue.php:444
2425
  msgid "None %s- Manually update everything.%s"
2426
  msgstr ""
2427
 
2428
- #: languages/vue.php:447
2429
  msgid "License Key"
2430
  msgstr ""
2431
 
2432
- #: languages/vue.php:450
2433
  msgid "Google Authentication"
2434
  msgstr ""
2435
 
2436
- #: languages/vue.php:453
2437
  msgid "Connect Google Analytics + WordPress"
2438
  msgstr ""
2439
 
2440
- #: languages/vue.php:456
2441
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
2442
  msgstr ""
2443
 
2444
- #: languages/vue.php:459
2445
  msgid "Automatic Updates"
2446
  msgstr ""
2447
 
2448
- #: languages/vue.php:462
2449
  msgid "Setup Wizard"
2450
  msgstr ""
2451
 
2452
- #: languages/vue.php:465
2453
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
2454
  msgstr ""
2455
 
2456
- #: languages/vue.php:468
2457
  msgid "Launch Setup Wizard"
2458
  msgstr ""
2459
 
2460
- #: languages/vue.php:471
2461
  msgid "Path (example: %s)"
2462
  msgstr ""
2463
 
2464
- #: languages/vue.php:474
2465
  msgid "Path has to start with a / and have no spaces"
2466
  msgstr ""
2467
 
2468
- #: languages/vue.php:477
2469
  msgid "Label (example: %s)"
2470
  msgstr ""
2471
 
2472
- #: languages/vue.php:480
2473
  msgid "Label can't contain any spaces"
2474
  msgstr ""
2475
 
2476
- #: languages/vue.php:483
2477
  msgid "Affiliate Links"
2478
  msgstr ""
2479
 
2480
- #: languages/vue.php:486
2481
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %shere%s."
2482
  msgstr ""
2483
 
2484
- #: languages/vue.php:489
2485
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
2486
  msgstr ""
2487
 
2488
- #: languages/vue.php:492
2489
  msgid "Demographics"
2490
  msgstr ""
2491
 
2492
- #: languages/vue.php:495
2493
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
2494
  msgstr ""
2495
 
2496
- #: languages/vue.php:498
2497
  msgid "Anonymize IP Addresses"
2498
  msgstr ""
2499
 
2500
- #: languages/vue.php:501
2501
  msgid "Link Attribution"
2502
  msgstr ""
2503
 
2504
- #: languages/vue.php:504
2505
  msgid "Enable Enhanced Link Attribution"
2506
  msgstr ""
2507
 
2508
- #: languages/vue.php:507
2509
  msgid "Enable Anchor Tracking"
2510
  msgstr ""
2511
 
2512
- #: languages/vue.php:510
2513
  msgid "Enable allowAnchor"
2514
  msgstr ""
2515
 
2516
- #: languages/vue.php:513
2517
  msgid "Enable allowLinker"
2518
  msgstr ""
2519
 
2520
- #: languages/vue.php:516
2521
  msgid "Enable Tag Links in RSS"
2522
  msgstr ""
2523
 
2524
- #: languages/vue.php:519
2525
  msgid "File Downloads"
2526
  msgstr ""
2527
 
2528
- #: languages/vue.php:522
2529
  msgid "Extensions of Files to Track as Downloads"
2530
  msgstr ""
2531
 
2532
- #: languages/vue.php:525
2533
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
2534
  msgstr ""
2535
 
2536
- #: languages/vue.php:528
2537
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %sknowledge base%s. For more information about Remarketing, we refer you to %sGoogle's documentation%s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
2538
  msgstr ""
2539
 
2540
- #: languages/vue.php:531
2541
  msgid "This adds %sanonymizeIp%s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
2542
  msgstr ""
2543
 
2544
- #: languages/vue.php:534
2545
  msgid "Add %sEnhanced Link Attribution%s to your tracking code."
2546
  msgstr ""
2547
 
2548
- #: languages/vue.php:537
2549
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
2550
  msgstr ""
2551
 
2552
- #: languages/vue.php:540
2553
  msgid "This adds %sallowAnchor%s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
2554
  msgstr ""
2555
 
2556
- #: languages/vue.php:543
2557
  msgid "Enabling %scross-domain tracking (additional setup required)%s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
2558
  msgstr ""
2559
 
2560
- #: languages/vue.php:546
2561
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %shelp page%s for info on how to enable this feature in FeedBurner."
2562
  msgstr ""
2563
 
2564
- #: languages/vue.php:549
2565
  msgid "Add domain"
2566
  msgstr ""
2567
 
2568
- #: languages/vue.php:552
2569
  msgid "Domain (example: %s)"
2570
  msgstr ""
2571
 
2572
- #: languages/vue.php:555
2573
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
2574
  msgstr ""
2575
 
2576
- #: languages/vue.php:558
2577
  msgid "Cross Domain Tracking"
2578
  msgstr ""
2579
 
2580
- #: languages/vue.php:561
2581
  msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %sknowledge base%s."
2582
  msgstr ""
2583
 
2584
- #: languages/vue.php:564
2585
  msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %sGeneral%s tab."
2586
  msgstr ""
2587
 
2588
- #: languages/vue.php:567
2589
  msgid "Permissions"
2590
  msgstr ""
2591
 
2592
- #: languages/vue.php:570
2593
  msgid "Allow These User Roles to See Reports"
2594
  msgstr ""
2595
 
2596
- #: languages/vue.php:573
2597
  msgid "Users that have at least one of these roles will be able to view the reports."
2598
  msgstr ""
2599
 
2600
- #: languages/vue.php:576
2601
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
2602
  msgstr ""
2603
 
2604
- #: languages/vue.php:579
2605
  msgid "Allow These User Roles to Save Settings"
2606
  msgstr ""
2607
 
2608
- #: languages/vue.php:582
2609
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
2610
  msgstr ""
2611
 
2612
- #: languages/vue.php:585
2613
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
2614
  msgstr ""
2615
 
2616
- #: languages/vue.php:588
2617
  msgid "Exclude These User Roles From Tracking"
2618
  msgstr ""
2619
 
2620
- #: languages/vue.php:591
2621
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
2622
  msgstr ""
2623
 
2624
- #: languages/vue.php:594
2625
  msgid "Performance"
2626
  msgstr ""
2627
 
2628
- #: languages/vue.php:597
2629
  msgid "Custom code"
2630
  msgstr ""
2631
 
2632
- #: languages/vue.php:600
2633
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %spageview is sent%s."
2634
  msgstr ""
2635
 
2636
- #: languages/vue.php:606
2637
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
2638
  msgstr ""
2639
 
2640
- #: languages/vue.php:609
2641
  msgid "Hide Admin Bar Reports"
2642
  msgstr ""
2643
 
2644
- #: languages/vue.php:612
2645
  msgid "Enabled %s- Show reports and dashboard widget.%s"
2646
  msgstr ""
2647
 
2648
- #: languages/vue.php:615
2649
  msgid "Dashboard Widget Only %s- Disable reports, but show dashboard widget.%s"
2650
  msgstr ""
2651
 
2652
- #: languages/vue.php:618
2653
  msgid "Disabled %s- Hide reports and dashboard widget.%s"
2654
  msgstr ""
2655
 
2656
- #: languages/vue.php:621
2657
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
2658
  msgstr ""
2659
 
2660
- #: languages/vue.php:624
2661
  msgid "Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn't by default, like outbound links."
2662
  msgstr ""
2663
 
2664
- #: languages/vue.php:627
2665
  msgid "Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should \"just work\"."
2666
  msgstr ""
2667
 
2668
- #: languages/vue.php:630
2669
  msgid "MonsterInsights is brought to you by the same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms."
2670
  msgstr ""
2671
 
2672
- #: languages/vue.php:633
2673
  msgid "Yup, we know a thing or two about building awesome products that customer love."
2674
  msgstr ""
2675
 
2676
- #: languages/vue.php:636
2677
  msgid "The MonsterInsights Team: Syed, Chris, Jay, Mircea, Sunita and Basanta"
2678
  msgstr ""
2679
 
2680
- #: languages/vue.php:639
2681
  msgid "Import/Export"
2682
  msgstr ""
2683
 
2684
- #: languages/vue.php:642
2685
  msgid "Import"
2686
  msgstr ""
2687
 
2688
- #: languages/vue.php:645
2689
  msgid "Import settings from another MonsterInsights website."
2690
  msgstr ""
2691
 
2692
- #: languages/vue.php:648
2693
  msgid "Export"
2694
  msgstr ""
2695
 
2696
- #: languages/vue.php:651
2697
  msgid "Export settings to import into another MonsterInsights install."
2698
  msgstr ""
2699
 
2700
- #: languages/vue.php:654
2701
  msgid "Import Settings"
2702
  msgstr ""
2703
 
2704
- #: languages/vue.php:657
2705
  msgid "Export Settings"
2706
  msgstr ""
2707
 
2708
- #: languages/vue.php:660
2709
  msgid "Please choose a file to import"
2710
  msgstr ""
2711
 
2712
- #: languages/vue.php:663
2713
  msgid "Use the filepicker below to select the settings export file from another site."
2714
  msgstr ""
2715
 
2716
- #: languages/vue.php:666
2717
  msgid "Use the button below to export a file with your MonsterInsights settings."
2718
  msgstr ""
2719
 
2720
- #: languages/vue.php:669
2721
  msgid "Uploading file..."
2722
  msgstr ""
2723
 
2724
- #: languages/vue.php:672
2725
  msgid "File imported"
2726
  msgstr ""
2727
 
2728
- #: languages/vue.php:675
2729
  msgid "Settings successfully updated!"
2730
  msgstr ""
2731
 
2732
- #: languages/vue.php:678
2733
  msgid "Error importing settings"
2734
  msgstr ""
2735
 
2736
- #: languages/vue.php:681
2737
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
2738
  msgstr ""
2739
 
2740
- #: languages/vue.php:684
2741
  msgid "Ok"
2742
  msgstr ""
2743
 
2744
- #: languages/vue.php:687
2745
  msgid "Custom Campaign Parameters"
2746
  msgstr ""
2747
 
2748
- #: languages/vue.php:690
2749
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
2750
  msgstr ""
2751
 
2752
- #: languages/vue.php:693
2753
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the urls that are the most effective in attracting users to your content."
2754
  msgstr ""
2755
 
2756
- #: languages/vue.php:696
2757
  msgid "Website URL %s"
2758
  msgstr ""
2759
 
2760
- #: languages/vue.php:699
2761
  msgid "The full website URL (e.g. %s %s%s)"
2762
  msgstr ""
2763
 
2764
- #: languages/vue.php:702
2765
  msgid "Campaign Source %s"
2766
  msgstr ""
2767
 
2768
- #: languages/vue.php:705
2769
  msgid "Enter a referrer (e.g. %sfacebook, newsletter, google%s)"
2770
  msgstr ""
2771
 
2772
- #: languages/vue.php:708
2773
  msgid "Enter a marketing medium (e.g. %scpc, banner, email%s)"
2774
  msgstr ""
2775
 
2776
- #: languages/vue.php:711
2777
  msgid "Enter a name to easily identify (e.g. %sspring_sale%s)"
2778
  msgstr ""
2779
 
2780
- #: languages/vue.php:714
2781
  msgid "Enter the paid keyword"
2782
  msgstr ""
2783
 
2784
- #: languages/vue.php:717
2785
  msgid "Enter something to differentiate ads"
2786
  msgstr ""
2787
 
2788
- #: languages/vue.php:720
2789
  msgid "Use Fragment"
2790
  msgstr ""
2791
 
2792
- #: languages/vue.php:723
2793
  msgid "Set the parameters in the fragment portion of the URL %s(not recommended)%s"
2794
  msgstr ""
2795
 
2796
- #: languages/vue.php:726
2797
  msgid "URL to use"
2798
  msgstr ""
2799
 
2800
- #: languages/vue.php:729
2801
  msgid "Updates automatically"
2802
  msgstr ""
2803
 
2804
- #: languages/vue.php:732
2805
  msgid "Copy to clipboard"
2806
  msgstr ""
2807
 
2808
- #: languages/vue.php:735
2809
  msgid "More Information & Examples"
2810
  msgstr ""
2811
 
2812
- #: languages/vue.php:738
2813
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
2814
  msgstr ""
2815
 
2816
- #: languages/vue.php:741
2817
  msgid "Campaign Source"
2818
  msgstr ""
2819
 
2820
- #: languages/vue.php:744
2821
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
2822
  msgstr ""
2823
 
2824
- #: languages/vue.php:747
2825
  msgid "Campaign Medium"
2826
  msgstr ""
2827
 
2828
- #: languages/vue.php:750
2829
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
2830
  msgstr ""
2831
 
2832
- #: languages/vue.php:753
2833
  msgid "Campaign Name"
2834
  msgstr ""
2835
 
2836
- #: languages/vue.php:756
2837
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
2838
  msgstr ""
2839
 
2840
- #: languages/vue.php:759
2841
  msgid "Campaign Term"
2842
  msgstr ""
2843
 
2844
- #: languages/vue.php:762
2845
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
2846
  msgstr ""
2847
 
2848
- #: languages/vue.php:765
2849
  msgid "Campaign Content"
2850
  msgstr ""
2851
 
2852
- #: languages/vue.php:768
2853
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
2854
  msgstr ""
2855
 
2856
- #: languages/vue.php:771
2857
  msgid "Example: %s"
2858
  msgstr ""
2859
 
2860
- #: languages/vue.php:774
2861
  msgid "Examples: %s"
2862
  msgstr ""
2863
 
2864
- #: languages/vue.php:777
2865
  msgid "About Campaigns"
2866
  msgstr ""
2867
 
2868
- #: languages/vue.php:780
2869
  msgid "About Custom Campaigns"
2870
  msgstr ""
2871
 
2872
- #: languages/vue.php:783
2873
  msgid "Best practices for creating Custom Campaigns"
2874
  msgstr ""
2875
 
2876
- #: languages/vue.php:786
2877
  msgid "About the Referral Traffic report"
2878
  msgstr ""
2879
 
2880
- #: languages/vue.php:789
2881
  msgid "About traffic source dimensions"
2882
  msgstr ""
2883
 
2884
- #: languages/vue.php:792
2885
  msgid "AdWords Auto-Tagging"
2886
  msgstr ""
2887
 
2888
- #: languages/vue.php:795
2889
  msgid "Additional Information"
2890
  msgstr ""
2891
 
2892
- #: languages/vue.php:798
2893
  msgid "GDPR Guide"
2894
  msgstr ""
2895
 
2896
- #: languages/vue.php:801
2897
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help MonsterInsights users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
2898
  msgstr ""
2899
 
2900
- #: languages/vue.php:804
2901
  msgid "How to install and activate MonsterInsights addons"
2902
  msgstr ""
2903
 
2904
- #: languages/vue.php:807
2905
  msgid "The process for installing and activating addons is quick and easy after you install the MonsterInsights plugin. In this guide we’ll walk you through the process, step by step."
2906
  msgstr ""
2907
 
2908
- #: languages/vue.php:810
2909
  msgid "Enabling eCommerce Tracking and Reports"
2910
  msgstr ""
2911
 
2912
- #: languages/vue.php:813
2913
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
2914
  msgstr ""
2915
 
2916
- #: languages/vue.php:816
2917
  msgid "Read Documentation"
2918
  msgstr ""
2919
 
2920
- #: languages/vue.php:819
2921
  msgid "Getting Started with MonsterInsights"
2922
  msgstr ""
2923
 
2924
- #: languages/vue.php:822
2925
  msgid "MonsterInsights is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
2926
  msgstr ""
2927
 
2928
- #: languages/vue.php:825
2929
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
2930
  msgstr ""
2931
 
2932
- #: languages/vue.php:828
2933
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
2934
  msgstr ""
2935
 
2936
- #: languages/vue.php:831
2937
  msgid "Launch the wizard!"
2938
  msgstr ""
2939
 
2940
- #: languages/vue.php:834
2941
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
2942
  msgstr ""
2943
 
2944
- #: languages/vue.php:837
2945
  msgid "Thanks for being a loyal MonsterInsights Lite user. %sUpgrade to MonsterInsights Pro%s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
2946
  msgstr ""
2947
 
2948
- #: languages/vue.php:840
2949
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
2950
  msgstr ""
2951
 
2952
- #: languages/vue.php:843
2953
  msgid "See your website analytics reports inside the WordPress dashboard"
2954
  msgstr ""
2955
 
2956
- #: languages/vue.php:846
2957
  msgid "Get real-time stats right inside WordPress"
2958
  msgstr ""
2959
 
2960
- #: languages/vue.php:849
2961
  msgid "1-click Google Analytics Enhanced Ecommerce tracking"
2962
  msgstr ""
2963
 
2964
- #: languages/vue.php:852
2965
  msgid "Get detailed stats for each post and page."
2966
  msgstr ""
2967
 
2968
- #: languages/vue.php:855
2969
  msgid "Automatically track clicks on your affiliate links and ads."
2970
  msgstr ""
2971
 
2972
- #: languages/vue.php:858
2973
  msgid "Make Google Analytics GDPR compliant automatically"
2974
  msgstr ""
2975
 
2976
- #: languages/vue.php:861
2977
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
2978
  msgstr ""
2979
 
2980
- #: languages/vue.php:864
2981
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
2982
  msgstr ""
2983
 
2984
- #: languages/vue.php:867
2985
  msgid "More advanced features"
2986
  msgstr ""
2987
 
2988
- #: languages/vue.php:870
2989
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
2990
  msgstr ""
2991
 
2992
- #: languages/vue.php:873
2993
  msgid "Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout."
2994
  msgstr ""
2995
 
2996
- #: languages/vue.php:876
2997
  msgid "How to Connect to Google Analytics"
2998
  msgstr ""
2999
 
3000
- #: languages/vue.php:879
3001
  msgid "After you install MonsterInsights, you’ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required."
3002
  msgstr ""
3003
 
3004
- #: languages/vue.php:882
3005
  msgid "Guide and Checklist for Advanced Insights"
3006
  msgstr ""
3007
 
3008
- #: languages/vue.php:885
3009
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with MonsterInsights’ advanced tracking."
3010
  msgstr ""
3011
 
3012
- #: languages/vue.php:888
3013
  msgid "WordPress Admin Area Reports"
3014
  msgstr ""
3015
 
3016
- #: languages/vue.php:891
3017
  msgid "Standard Reports"
3018
  msgstr ""
3019
 
3020
- #: languages/vue.php:894
3021
  msgid "Overview Reports for the last 30 days."
3022
  msgstr ""
3023
 
3024
- #: languages/vue.php:897
3025
  msgid "Advanced Reports"
3026
  msgstr ""
3027
 
3028
- #: languages/vue.php:900
3029
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
3030
  msgstr ""
3031
 
3032
- #: languages/vue.php:903
3033
  msgid "Dashboard Widget"
3034
  msgstr ""
3035
 
3036
- #: languages/vue.php:906
3037
  msgid "Basic Widget"
3038
  msgstr ""
3039
 
3040
- #: languages/vue.php:909
3041
  msgid "Overview Report Synopsis"
3042
  msgstr ""
3043
 
3044
- #: languages/vue.php:912
3045
  msgid "Advanced Dashboard Widget"
3046
  msgstr ""
3047
 
3048
- #: languages/vue.php:915
3049
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
3050
  msgstr ""
3051
 
3052
- #: languages/vue.php:918
3053
  msgid "Publisher Reports"
3054
  msgstr ""
3055
 
3056
- #: languages/vue.php:921
3057
  msgid "Advanced Publisher Reports & Tracking"
3058
  msgstr ""
3059
 
3060
- #: languages/vue.php:924
3061
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
3062
  msgstr ""
3063
 
3064
- #: languages/vue.php:927
3065
  msgid "Custom Dimensions"
3066
  msgstr ""
3067
 
3068
- #: languages/vue.php:930
3069
  msgid "Not Available"
3070
  msgstr ""
3071
 
3072
- #: languages/vue.php:933
3073
  msgid "Complete Custom Dimensions Tracking"
3074
  msgstr ""
3075
 
3076
- #: languages/vue.php:936
3077
  msgid "Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
3078
  msgstr ""
3079
 
3080
- #: languages/vue.php:942
3081
  msgid "Limited support"
3082
  msgstr ""
3083
 
3084
- #: languages/vue.php:945
3085
  msgid "Priority Support"
3086
  msgstr ""
3087
 
3088
- #: languages/vue.php:948
3089
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
3090
  msgstr ""
3091
 
3092
- #: languages/vue.php:951
3093
  msgid "Feature"
3094
  msgstr ""
3095
 
3096
- #: languages/vue.php:954
3097
  msgid "Lite"
3098
  msgstr ""
3099
 
3100
- #: languages/vue.php:957
3101
  msgid "Pro"
3102
  msgstr ""
3103
 
3104
- #: languages/vue.php:961
3105
  msgid "Universal Tracking"
3106
  msgstr ""
3107
 
3108
- #: languages/vue.php:964
3109
  msgid "Included"
3110
  msgstr ""
3111
 
3112
- #: languages/vue.php:967
3113
  msgid "Custom Google Analytics Link Tracking"
3114
  msgstr ""
3115
 
3116
- #: languages/vue.php:970
3117
  msgid "Standard Tracking"
3118
  msgstr ""
3119
 
3120
- #: languages/vue.php:973
3121
  msgid "Advanced Tracking"
3122
  msgstr ""
3123
 
3124
- #: languages/vue.php:976
3125
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
3126
  msgstr ""
3127
 
3128
- #: languages/vue.php:979
3129
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
3130
  msgstr ""
3131
 
3132
- #: languages/vue.php:982
3133
  msgid "No-Code-Needed Tracking Features"
3134
  msgstr ""
3135
 
3136
- #: languages/vue.php:985
3137
  msgid "Basic Tracking Options"
3138
  msgstr ""
3139
 
3140
- #: languages/vue.php:988
3141
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
3142
  msgstr ""
3143
 
3144
- #: languages/vue.php:991
3145
  msgid "Advanced Tracking Options"
3146
  msgstr ""
3147
 
3148
- #: languages/vue.php:994
3149
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
3150
  msgstr ""
3151
 
3152
- #: languages/vue.php:997
3153
  msgid "eCommerce Tracking"
3154
  msgstr ""
3155
 
3156
- #: languages/vue.php:1000
3157
  msgid "One-click Complete eCommerce tracking"
3158
  msgstr ""
3159
 
3160
- #: languages/vue.php:1003
3161
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
3162
  msgstr ""
3163
 
3164
- #: languages/vue.php:1006
3165
  msgid "Forms Tracking"
3166
  msgstr ""
3167
 
3168
- #: languages/vue.php:1009
3169
  msgid "One-click Form Events Tracking"
3170
  msgstr ""
3171
 
3172
- #: languages/vue.php:1012
3173
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
3174
  msgstr ""
3175
 
3176
- #: languages/vue.php:1015
3177
  msgid "MonsterInsights Recommends WPForms"
3178
  msgstr ""
3179
 
3180
- #: languages/vue.php:1018
3181
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
3182
  msgstr ""
3183
 
3184
- #: languages/vue.php:1021
3185
  msgid "Used on over 1,000,000 websites!"
3186
  msgstr ""
3187
 
3188
- #: languages/vue.php:1024
3189
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
3190
  msgstr ""
3191
 
3192
- #: languages/vue.php:1027
3193
  msgid "Skip this Step"
3194
  msgstr ""
3195
 
3196
- #: languages/vue.php:1030
3197
  msgid "Continue & Install WPForms"
3198
  msgstr ""
3199
 
3200
- #: languages/vue.php:1034
3201
  msgid "Installing..."
3202
  msgstr ""
3203
 
3204
- #: languages/vue.php:1037
3205
  msgid "Awesome, You're All Set!"
3206
  msgstr ""
3207
 
3208
- #: languages/vue.php:1040
3209
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
3210
  msgstr ""
3211
 
3212
- #: languages/vue.php:1043
3213
  msgid "%sPlease Note:%s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
3214
  msgstr ""
3215
 
3216
- #: languages/vue.php:1046
3217
  msgid "%sSubscribe to the MonsterInsights blog%s for tips on how to get more traffic and grow your business."
3218
  msgstr ""
3219
 
3220
- #: languages/vue.php:1049
3221
  msgid "Finish Setup & Exit Wizard"
3222
  msgstr ""
3223
 
3224
- #: languages/vue.php:1052
3225
  msgid "Checking your website..."
3226
  msgstr ""
3227
 
3228
- #: languages/vue.php:1055
3229
  msgid "Recommended Settings"
3230
  msgstr ""
3231
 
3232
- #: languages/vue.php:1058
3233
  msgid "MonsterInsights recommends the following settings based on your configuration."
3234
  msgstr ""
3235
 
3236
- #: languages/vue.php:1061
3237
  msgid "Events Tracking"
3238
  msgstr ""
3239
 
3240
- #: languages/vue.php:1064
3241
  msgid "Must have for all click tracking on site."
3242
  msgstr ""
3243
 
3244
- #: languages/vue.php:1067
3245
  msgid "MonsterInsights uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
3246
  msgstr ""
3247
 
3248
- #: languages/vue.php:1070
3249
  msgid "Enhanced Link Attribution"
3250
  msgstr ""
3251
 
3252
- #: languages/vue.php:1073
3253
  msgid "Improves the accuracy of your In-Page Analytics."
3254
  msgstr ""
3255
 
3256
- #: languages/vue.php:1076
3257
  msgid "MonsterInsights will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
3258
  msgstr ""
3259
 
3260
- #: languages/vue.php:1079
3261
  msgid "Install Updates Automatically"
3262
  msgstr ""
3263
 
3264
- #: languages/vue.php:1082
3265
  msgid "Get the latest features, bug fixes, and security updates as they are released."
3266
  msgstr ""
3267
 
3268
- #: languages/vue.php:1085
3269
  msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
3270
  msgstr ""
3271
 
3272
- #: languages/vue.php:1088
3273
  msgid "File Download Tracking"
3274
  msgstr ""
3275
 
3276
- #: languages/vue.php:1091
3277
  msgid "Helps you see file downloads data."
3278
  msgstr ""
3279
 
3280
- #: languages/vue.php:1094
3281
  msgid "MonsterInsights will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? MonsterInsights makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
3282
  msgstr ""
3283
 
3284
- #: languages/vue.php:1097
3285
  msgid "Helps you increase affiliate revenue."
3286
  msgstr ""
3287
 
3288
- #: languages/vue.php:1100
3289
  msgid "MonsterInsights will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
3290
  msgstr ""
3291
 
3292
- #: languages/vue.php:1103
3293
  msgid "Affiliate Link Tracking"
3294
  msgstr ""
3295
 
3296
- #: languages/vue.php:1106
3297
  msgid "Who Can See Reports"
3298
  msgstr ""
3299
 
3300
- #: languages/vue.php:1109
3301
  msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
3302
  msgstr ""
3303
 
3304
- #: languages/vue.php:1112
3305
  msgid "Save and continue"
3306
  msgstr ""
3307
 
3308
- #: languages/vue.php:1115
3309
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
3310
  msgstr ""
3311
 
3312
- #: languages/vue.php:1118
3313
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
3314
  msgstr ""
3315
 
3316
- #: languages/vue.php:1121
3317
  msgid "Connect MonsterInsights to Your Website"
3318
  msgstr ""
3319
 
3320
- #: languages/vue.php:1124
3321
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
3322
  msgstr ""
3323
 
3324
- #: languages/vue.php:1127
3325
  msgid "vs. Previous Day"
3326
  msgstr ""
3327
 
3328
- #: languages/vue.php:1130
3329
  msgid "No change"
3330
  msgstr ""
3331
 
3332
- #: languages/vue.php:1133
3333
  msgid "Show"
3334
  msgstr ""
3335
 
3336
- #: languages/vue.php:1136
3337
  msgid "Right Now"
3338
  msgstr ""
3339
 
3340
- #: languages/vue.php:1139
3341
  msgid "Active users on site"
3342
  msgstr ""
3343
 
3344
- #: languages/vue.php:1142
3345
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
3346
  msgstr ""
3347
 
3348
- #: languages/vue.php:1145
3349
  msgid "Important: this only includes users who are tracked in real-time. Not all users are tracked in real-time including (but not limited to) logged in site administrators, certain mobile users, and users who match a Google Analytics filter."
3350
  msgstr ""
3351
 
3352
- #: languages/vue.php:1148
3353
  msgid "The real-time report automatically updates approximately every 60 seconds."
3354
  msgstr ""
3355
 
3356
- #: languages/vue.php:1151
3357
  msgid "The real-time report was last updated %s seconds ago."
3358
  msgstr ""
3359
 
3360
- #: languages/vue.php:1154
3361
  msgid "The latest data will be automatically shown on this page when it becomes available."
3362
  msgstr ""
3363
 
3364
- #: languages/vue.php:1157
3365
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
3366
  msgstr ""
3367
 
3368
- #: languages/vue.php:1160
3369
  msgid "Pageviews Per Minute"
3370
  msgstr ""
3371
 
3372
- #: languages/vue.php:1163
3373
  msgid "Top Pages"
3374
  msgstr ""
3375
 
3376
- #: languages/vue.php:1166
3377
  msgid "No pageviews currently."
3378
  msgstr ""
3379
 
3380
- #: languages/vue.php:1169
3381
  msgid "Page"
3382
  msgstr ""
3383
 
3384
- #: languages/vue.php:1172
3385
  msgid "Pageview Count"
3386
  msgstr ""
3387
 
3388
- #: languages/vue.php:1175
3389
  msgid "Percent of Total"
3390
  msgstr ""
3391
 
3392
- #: languages/vue.php:1178
3393
  msgid "This is the number of active users currently on your site."
3394
  msgstr ""
3395
 
3396
- #: languages/vue.php:1181
3397
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
3398
  msgstr ""
3399
 
3400
- #: languages/vue.php:1184
3401
  msgid "This list shows the top pages users are currently viewing on your site."
3402
  msgstr ""
3403
 
3404
- #: languages/vue.php:1187
3405
  msgid "View All Real-Time Pageviews"
3406
  msgstr ""
3407
 
3408
- #: languages/vue.php:1190
3409
  msgid "View All Real-Time Traffic Sources"
3410
  msgstr ""
3411
 
3412
- #: languages/vue.php:1193
3413
  msgid "View All Real-Time Traffic by Country"
3414
  msgstr ""
3415
 
3416
- #: languages/vue.php:1196
3417
  msgid "View All Real-Time Traffic by City"
3418
  msgstr ""
3419
 
3420
- #: languages/vue.php:1199
3421
  msgid "Welcome to MonsterInsights!"
3422
  msgstr ""
3423
 
3424
- #: languages/vue.php:1202
3425
  msgid "Let's get you set up."
3426
  msgstr ""
3427
 
3428
- #: languages/vue.php:1205
3429
  msgid "Save and Continue"
3430
  msgstr ""
3431
 
3432
- #: languages/vue.php:1208
3433
  msgid "Which category best describes your website?"
3434
  msgstr ""
3435
 
3436
- #: languages/vue.php:1211
3437
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
3438
  msgstr ""
3439
 
3440
- #: languages/vue.php:1214
3441
  msgid "Business Website"
3442
  msgstr ""
3443
 
3444
- #: languages/vue.php:1217
3445
  msgid "Publisher %s(Blog)%s"
3446
  msgstr ""
3447
 
3448
- #: languages/vue.php:1220
3449
  msgid "Ecommerce"
3450
  msgstr ""
3451
 
3452
- #: languages/vue.php:1223
3453
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
3454
  msgstr ""
3455
 
3456
- #: languages/vue.php:1226
3457
  msgid "Google Optimize"
3458
  msgstr ""
3459
 
3460
- #: languages/vue.php:1229
3461
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
3462
  msgstr ""
3463
 
3464
- #: languages/vue.php:1232
3465
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
3466
  msgstr ""
3467
 
3468
- #: languages/vue.php:1235
3469
  msgid "Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s"
3470
  msgstr ""
3471
 
3472
- #: languages/vue.php:1245
3473
  msgid "Upgrade to MonsterInsights Pro"
3474
  msgstr ""
3475
 
3476
- #: languages/vue.php:1248
3477
  msgid "Show in widget mode"
3478
  msgstr ""
3479
 
3480
- #: languages/vue.php:1251
3481
  msgid "Show in full-width mode"
3482
  msgstr ""
3483
 
3484
- #: languages/vue.php:1254
3485
  msgid "Last 30 Days Insights for:"
3486
  msgstr ""
3487
 
3488
- #: languages/vue.php:1257
3489
  msgid "Your Website"
3490
  msgstr ""
3491
 
3492
- #: languages/vue.php:1260
3493
  msgid "Avg. Duration"
3494
  msgstr ""
3495
 
3496
- #: languages/vue.php:1263
3497
  msgid "More data is available"
3498
  msgstr ""
3499
 
3500
- #: languages/vue.php:1266
3501
  msgid "Want to see page-specific stats?"
3502
  msgstr ""
3503
 
3504
- #: languages/vue.php:1269
3505
  msgid "Can't load settings. Error: %s, %s"
3506
  msgstr ""
3507
 
3508
- #: languages/vue.php:1272
3509
  msgid "You appear to be offline."
3510
  msgstr ""
3511
 
3512
- #: languages/vue.php:1275
3513
  msgid "In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %sLearn More%s"
3514
  msgstr ""
3515
 
3516
- #: languages/vue.php:1278
3517
  msgid "In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s"
3518
  msgstr ""
3519
 
3520
- #: languages/vue.php:1281
3521
  msgid "In order for the MonsterInsights Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %sLearn More%s"
3522
  msgstr ""
3523
 
3524
- #: languages/vue.php:1284
3525
  msgid "In order for the MonsterInsights Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %s%s Plugin%s | %sLearn More%s"
3526
  msgstr ""
3527
 
3528
- #: languages/vue.php:1287
3529
  msgid "Recommended Addons"
3530
  msgstr ""
3531
 
3532
- #: languages/vue.php:1290
3533
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
3534
  msgstr ""
3535
 
3536
- #: languages/vue.php:1293
3537
  msgid "Other Addons"
3538
  msgstr ""
3539
 
3540
- #: languages/vue.php:1296
3541
  msgid "View all MonsterInsights addons"
3542
  msgstr ""
3543
 
3544
- #: languages/vue.php:1299
3545
  msgid "Deactivating..."
3546
  msgstr ""
3547
 
3548
- #: languages/vue.php:1302
3549
  msgid "Deactivate"
3550
  msgstr ""
3551
 
3552
- #: languages/vue.php:1305
3553
  msgid "Status: %s"
3554
  msgstr ""
3555
 
3556
- #: languages/vue.php:1308
3557
  msgid "Not Installed"
3558
  msgstr ""
3559
 
3560
- #: languages/vue.php:1311
3561
  msgid "Network Active"
3562
  msgstr ""
3563
 
3564
- #: languages/vue.php:1314
3565
  msgid "Active"
3566
  msgstr ""
3567
 
3568
- #: languages/vue.php:1317
3569
  msgid "Inactive"
3570
  msgstr ""
3571
 
3572
- #: languages/vue.php:1323
3573
  msgid "Activating..."
3574
  msgstr ""
3575
 
3576
- #: languages/vue.php:1326
3577
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
3578
  msgstr ""
3579
 
3580
- #: languages/vue.php:1329
3581
  msgid "No addons found."
3582
  msgstr ""
3583
 
3584
- #: languages/vue.php:1332
3585
  msgid "Refresh Addons"
3586
  msgstr ""
3587
 
3588
- #: languages/vue.php:1335
3589
  msgid "Refreshing Addons"
3590
  msgstr ""
3591
 
3592
- #: languages/vue.php:1338
3593
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
3594
  msgstr ""
3595
 
3596
- #: languages/vue.php:1341
3597
  msgid "See All Your Important Store Metrics in One Place"
3598
  msgstr ""
3599
 
3600
- #: languages/vue.php:1344
3601
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
3602
  msgstr ""
3603
 
3604
- #: languages/vue.php:1347
3605
  msgid "ONE-CLICK INTEGRATIONS"
3606
  msgstr ""
3607
 
3608
- #: languages/vue.php:1350
3609
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
3610
  msgstr ""
3611
 
3612
- #: languages/vue.php:1353
3613
  msgid "MonsterInsights Ecommerce Addon makes it easy to setup enhanced eCommerce tracking, so you can see all your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more in a single report right inside your WordPress dashboard."
3614
  msgstr ""
3615
 
3616
- #: languages/vue.php:1356
3617
  msgid "Upgrade to Pro and unlock addons and other great features. %sSave 50%% automatically!%s"
3618
  msgstr ""
3619
 
3620
- #: languages/vue.php:1359
3621
  msgid "Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s."
3622
  msgstr ""
3623
 
3624
- #: languages/vue.php:1362
3625
  msgid "Miscellaneous"
3626
  msgstr ""
3627
 
3628
- #: languages/vue.php:1365
3629
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
3630
  msgstr ""
3631
 
3632
- #: languages/vue.php:1368
3633
  msgid "Hide Announcements"
3634
  msgstr ""
3635
 
3636
- #: languages/vue.php:1371
3637
  msgid "Show Overview Reports"
3638
  msgstr ""
3639
 
3640
- #: languages/vue.php:1374
3641
  msgid "Show Publishers Reports"
3642
  msgstr ""
3643
 
3644
- #: languages/vue.php:1377
3645
  msgid "Show eCommerce Reports"
3646
  msgstr ""
3647
 
3648
- #: languages/vue.php:1380
3649
  msgid "Available in PRO version"
3650
  msgstr ""
3651
 
3652
- #: languages/vue.php:1383
3653
  msgid "No options available"
3654
  msgstr ""
3655
 
3656
- #: languages/vue.php:1386
3657
  msgid "Reset to default"
3658
  msgstr ""
3659
 
3660
- #: languages/vue.php:1389
3661
  msgid "The value entered does not match the required format"
3662
  msgstr ""
3663
 
3664
- #: languages/vue.php:1392
3665
  msgid "%s can't be empty."
3666
  msgstr ""
3667
 
3668
- #: languages/vue.php:1395
3669
  msgid "Duplicate values are not allowed."
3670
  msgstr ""
3671
 
3672
- #: languages/vue.php:1398
3673
  msgid "Add Another Link Path"
3674
  msgstr ""
3675
 
3676
- #: languages/vue.php:1401
3677
  msgid "Remove row"
3678
  msgstr ""
3679
 
3680
- #: languages/vue.php:1404
3681
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
3682
  msgstr ""
3683
 
3684
- #: languages/vue.php:1407
3685
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!"
3686
  msgstr ""
3687
 
3688
- #: languages/vue.php:1410
3689
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
3690
  msgstr ""
3691
 
3692
- #: languages/vue.php:1413
3693
  msgid "Use coupon code %sLITEUPGRADE%s"
3694
  msgstr ""
3695
 
3696
- #: languages/vue.php:1416
3697
  msgid "Facebook Instant Articles"
3698
  msgstr ""
3699
 
3700
- #: languages/vue.php:1419
3701
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
3702
  msgstr ""
3703
 
3704
- #: languages/vue.php:1422
3705
  msgid "Scroll Tracking"
3706
  msgstr ""
3707
 
3708
- #: languages/vue.php:1425
3709
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
3710
  msgstr ""
3711
 
3712
- #: languages/vue.php:1428
3713
  msgid "Can't save settings. Error: %s, %s"
3714
  msgstr ""
3715
 
3716
- #: languages/vue.php:1431
3717
  msgid "You appear to be offline. Settings not saved."
3718
  msgstr ""
3719
 
3720
- #: languages/vue.php:1434
3721
  msgid "Authenticating"
3722
  msgstr ""
3723
 
3724
- #: languages/vue.php:1437
3725
  msgid "Re-Authenticating"
3726
  msgstr ""
3727
 
3728
- #: languages/vue.php:1440
3729
  msgid "Verifying Credentials"
3730
  msgstr ""
3731
 
3732
- #: languages/vue.php:1443
3733
  msgid "Your site is connected to MonsterInsights!"
3734
  msgstr ""
3735
 
3736
- #: languages/vue.php:1446
3737
  msgid "Deauthenticating"
3738
  msgstr ""
3739
 
3740
- #: languages/vue.php:1449
3741
  msgid "You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
3742
  msgstr ""
3743
 
3744
- #: languages/vue.php:1452
3745
  msgid "Connect MonsterInsights"
3746
  msgstr ""
3747
 
3748
- #: languages/vue.php:1455
3749
  msgid "Verify Credentials"
3750
  msgstr ""
3751
 
3752
- #: languages/vue.php:1458
3753
  msgid "Reconnect MonsterInsights"
3754
  msgstr ""
3755
 
3756
- #: languages/vue.php:1461
3757
  msgid "Website Profile"
3758
  msgstr ""
3759
 
3760
- #: languages/vue.php:1464
3761
  msgid "Active Profile"
3762
  msgstr ""
3763
 
3764
- #: languages/vue.php:1467
3765
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
3766
  msgstr ""
3767
 
3768
- #: languages/vue.php:1470
3769
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
3770
  msgstr ""
3771
 
3772
- #: languages/vue.php:1473
3773
  msgid "Manually enter your UA code"
3774
  msgstr ""
3775
 
3776
- #: languages/vue.php:1476
3777
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
3778
  msgstr ""
3779
 
3780
- #: languages/vue.php:1479
3781
  msgid "Or manually enter UA code (limited functionality)"
3782
  msgstr ""
3783
 
3784
- #: languages/vue.php:1482
3785
  msgid "Force Deauthenticate"
3786
  msgstr ""
3787
 
3788
- #: languages/vue.php:1485
3789
  msgid "Disconnect MonsterInsights"
3790
  msgstr ""
3791
 
3792
- #: languages/vue.php:1488
3793
  msgid "Can't load errors. Error: %s, %s"
3794
  msgstr ""
3795
 
3796
- #: languages/vue.php:1491
3797
  msgid "Google AMP"
3798
  msgstr ""
3799
 
3800
- #: languages/vue.php:1494
3801
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
3802
  msgstr ""
3803
 
3804
- #: languages/vue.php:1498
3805
  msgid "Upgrade"
3806
  msgstr ""
3807
 
3808
- #: languages/vue.php:1501
3809
  msgid ""
3810
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
3811
  " and other privacy regulations."
3812
  msgstr ""
3813
 
3814
- #: languages/vue.php:1505
3815
  msgid "EU Compliance"
3816
  msgstr ""
3817
 
3818
- #: languages/vue.php:1508
3819
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
3820
  msgstr ""
3821
 
3822
- #: languages/vue.php:1511
3823
  msgid "Usage Tracking"
3824
  msgstr ""
3825
 
3826
- #: languages/vue.php:1514
3827
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
3828
  msgstr ""
3829
 
3830
- #: languages/vue.php:1517
3831
  msgid "Allow usage tracking"
3832
  msgstr ""
3833
 
3834
- #: languages/vue.php:1520
3835
  msgid "Complete documentation on usage tracking is available %shere%s."
3836
  msgstr ""
3837
 
3838
- #: languages/vue.php:1523
3839
  msgid "Thank you for being a loyal MonsterInsights Lite user."
3840
  msgstr ""
3841
 
3842
- #: languages/vue.php:1526
3843
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
3844
  msgstr ""
3845
 
3846
- #: languages/vue.php:1529
3847
  msgid "Use coupon code %s to get 50%% off."
3848
  msgstr ""
3849
 
3850
- #: languages/vue.php:1532
3851
  msgid "Dashboard widget"
3852
  msgstr ""
3853
 
3854
- #: languages/vue.php:1535
3855
  msgid "Enhanced Ecommerce"
3856
  msgstr ""
3857
 
3858
- #: languages/vue.php:1538
3859
  msgid "Banner Ads"
3860
  msgstr ""
3861
 
3862
- #: languages/vue.php:1541
3863
  msgid "Author Tracking"
3864
  msgstr ""
3865
 
3866
- #: languages/vue.php:1544
3867
  msgid "Form Conversions"
3868
  msgstr ""
3869
 
3870
- #: languages/vue.php:1547
3871
  msgid "SEO Score Tracking"
3872
  msgstr ""
3873
 
3874
- #: languages/vue.php:1550
3875
  msgid "Ads Tracking"
3876
  msgstr ""
3877
 
3878
- #: languages/vue.php:1553
3879
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
3880
  msgstr ""
3881
 
3882
- #: languages/vue.php:1556
3883
  msgid "Can't deactivate the license. Error: %s, %s"
3884
  msgstr ""
3885
 
3886
- #: languages/vue.php:1559
3887
  msgid "Can't upgrade to PRO please try again. Error: %s, %s"
3888
  msgstr ""
3889
 
3890
- #: languages/vue.php:1562
3891
  msgid "Can't load license details. Error: %s, %s"
3892
  msgstr ""
3893
 
3894
- #: languages/vue.php:1565
3895
  msgid "Can't verify the license. Error: %s, %s"
3896
  msgstr ""
3897
 
3898
- #: languages/vue.php:1568
3899
  msgid "Can't validate the license. Error: %s, %s"
3900
  msgstr ""
3901
 
3902
- #: languages/vue.php:1571
3903
  msgid "Proceed"
3904
  msgstr ""
3905
 
3906
- #: languages/vue.php:1574
3907
  msgid "Please wait..."
3908
  msgstr ""
3909
 
3910
- #: languages/vue.php:1577
3911
  msgid "Connection Information"
3912
  msgstr ""
3913
 
3914
- #: languages/vue.php:1580
3915
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
3916
  msgstr ""
3917
 
3918
- #: languages/vue.php:1583
3919
  msgid "Hostname"
3920
  msgstr ""
3921
 
3922
- #: languages/vue.php:1586
3923
  msgid "FTP Username"
3924
  msgstr ""
3925
 
3926
- #: languages/vue.php:1589
3927
  msgid "FTP Password"
3928
  msgstr ""
3929
 
3930
- #: languages/vue.php:1592
3931
  msgid "This password will not be stored on the server."
3932
  msgstr ""
3933
 
3934
- #: languages/vue.php:1595
3935
  msgid "Connection Type"
3936
  msgstr ""
3937
 
3938
- #: languages/vue.php:1598
3939
  msgid "Cancel"
3940
  msgstr ""
3941
 
3942
- #: languages/vue.php:1601
3943
  msgid "Can't deauthenticate. Error: %s, %s"
3944
  msgstr ""
3945
 
3946
- #: languages/vue.php:1604
3947
  msgid "Can't load authentication details. Error: %s, %s"
3948
  msgstr ""
3949
 
3950
- #: languages/vue.php:1607
3951
  msgid "Can't authenticate. Error: %s, %s"
3952
  msgstr ""
3953
 
3954
- #: languages/vue.php:1610
3955
  msgid "Can't reauthenticate. Error: %s, %s"
3956
  msgstr ""
3957
 
3958
- #: languages/vue.php:1613
3959
  msgid "Can't verify credentials. Error: %s, %s"
3960
  msgstr ""
3961
 
3962
- #: languages/vue.php:1616
3963
  msgid "Help Us Improve"
3964
  msgstr ""
3965
 
3966
- #: languages/vue.php:1619
3967
  msgid "Help us better understand our users and their website needs."
3968
  msgstr ""
3969
 
3970
- #: languages/vue.php:1622
3971
  msgid "If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %svisit our website.%s"
3972
  msgstr ""
3973
 
3974
- #: languages/vue.php:1625
3975
  msgid "Website profile"
3976
  msgstr ""
3977
 
3978
- #: languages/vue.php:1628
3979
  msgid "Active profile"
3980
  msgstr ""
3981
 
3982
- #: languages/vue.php:1631
3983
  msgid "Skip and Keep Connection"
3984
  msgstr ""
3985
 
3986
- #: languages/vue.php:1634
3987
  msgid "Can't activate addon. Error: %s, %s"
3988
  msgstr ""
3989
 
3990
- #: languages/vue.php:1637
3991
  msgid "You appear to be offline. Addon not activated."
3992
  msgstr ""
3993
 
3994
- #: languages/vue.php:1640
3995
  msgid "Can't deactivate addon. Error: %s, %s"
3996
  msgstr ""
3997
 
3998
- #: languages/vue.php:1643
3999
  msgid "You appear to be offline. Addon not deactivated."
4000
  msgstr ""
4001
 
4002
- #: languages/vue.php:1646
4003
  msgid "Can't install plugin. Error: %s, %s"
4004
  msgstr ""
4005
 
4006
- #: languages/vue.php:1649
4007
  msgid "You appear to be offline. Plugin not installed."
4008
  msgstr ""
4009
 
4010
- #: languages/vue.php:1652
4011
  msgid "Can't install addon. Error: %s, %s"
4012
  msgstr ""
4013
 
4014
- #: languages/vue.php:1655
4015
  msgid "You appear to be offline. Addon not installed."
4016
  msgstr ""
4017
 
4018
- #: languages/vue.php:1658
4019
  msgid "Can't install WPForms. Error: %s, %s"
4020
  msgstr ""
4021
 
4022
- #: languages/vue.php:1661
4023
  msgid "You appear to be offline. WPForms not installed."
4024
  msgstr ""
4025
 
4026
- #: languages/vue.php:1664
4027
  msgid "Allow Usage Tracking"
4028
  msgstr ""
4029
 
4030
- #: languages/vue.php:1667
4031
  msgid "Verifying License"
4032
  msgstr ""
4033
 
4034
- #: languages/vue.php:1670
4035
  msgid "Success"
4036
  msgstr ""
4037
 
4038
- #: languages/vue.php:1673
4039
  msgid "There was an error verifying your license"
4040
  msgstr ""
4041
 
4042
- #: languages/vue.php:1676
4043
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
4044
  msgstr ""
4045
 
4046
- #: languages/vue.php:1679
4047
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s"
4048
  msgstr ""
4049
 
4050
- #: languages/vue.php:1682
4051
  msgid "To unlock more features consider %supgrading to PRO%s."
4052
  msgstr ""
4053
 
4054
- #: languages/vue.php:1685
4055
  msgid "As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
4056
  msgstr ""
4057
 
4058
- #: languages/vue.php:1688
4059
  msgid "Unlock PRO Features Now"
4060
  msgstr ""
4061
 
4062
- #: languages/vue.php:1691
4063
  msgid "Paste your license key here"
4064
  msgstr ""
4065
 
4066
- #: languages/vue.php:1694
4067
  msgid "Verify"
4068
  msgstr ""
4069
 
4070
- #: languages/vue.php:1697
4071
  msgid "If you already have a License key add it below to unlock MonsterInsights PRO. %sRetrieve your license key%s."
4072
  msgstr ""
4073
 
4074
- #: languages/vue.php:1700
4075
  msgid "Almost Done"
4076
  msgstr ""
4077
 
4078
- #: languages/vue.php:1703
4079
  msgid "MonsterInsights can automatically upgrade the installed version to the paid version"
4080
  msgstr ""
4081
 
4082
- #: languages/vue.php:1706
4083
  msgid "Complete Upgrade"
4084
  msgstr ""
4085
 
4086
- #: languages/vue.php:1709
4087
  msgid "Do Upgrade Later"
4088
  msgstr ""
4089
 
4090
- #: languages/vue.php:1712
4091
  msgid "Upgrade to PRO"
4092
  msgstr ""
4093
 
4094
- #: languages/vue.php:1715
4095
  msgid "Upgrade to Pro"
4096
  msgstr ""
4097
 
4098
- #: languages/vue.php:1718
4099
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
4100
  msgstr ""
4101
 
4102
- #: languages/vue.php:1721
4103
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy!"
4104
  msgstr ""
4105
 
4106
- #: languages/vue.php:1724
4107
  msgid "You need to %sconnect MonsterInsights%s first"
4108
  msgstr ""
4109
 
4110
- #: languages/vue.php:1730
4111
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
4112
  msgstr ""
4113
 
4114
- #: languages/vue.php:1733
4115
  msgid "MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
4116
  msgstr ""
4117
 
4118
- #: languages/vue.php:1736
4119
  msgid "Launch the Wizard!"
4120
  msgstr ""
4121
 
4122
- #: languages/vue.php:1739
4123
  msgid "Read the Full Guide"
4124
  msgstr ""
4125
 
4126
- #: languages/vue.php:1742
4127
  msgid "MonsterInsights Features & Addons"
4128
  msgstr ""
4129
 
4130
- #: languages/vue.php:1745
4131
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
4132
  msgstr ""
4133
 
4134
- #: languages/vue.php:1748
4135
  msgid "See All Features"
4136
  msgstr ""
4137
 
4138
- #: languages/vue.php:1751
4139
  msgid "per year"
4140
  msgstr ""
4141
 
4142
- #: languages/vue.php:1754
4143
  msgid "Testimonials"
4144
  msgstr ""
4145
 
4146
- #: languages/vue.php:1757
4147
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
4148
  msgstr ""
4149
 
4150
- #: languages/vue.php:1760
4151
  msgid "Google Analytics Dashboard"
4152
  msgstr ""
4153
 
4154
- #: languages/vue.php:1763
4155
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
4156
  msgstr ""
4157
 
4158
- #: languages/vue.php:1766
4159
  msgid "Real-time Stats"
4160
  msgstr ""
4161
 
4162
- #: languages/vue.php:1769
4163
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
4164
  msgstr ""
4165
 
4166
- #: languages/vue.php:1772
4167
  msgid "Enhanced Ecommerce Tracking"
4168
  msgstr ""
4169
 
4170
- #: languages/vue.php:1775
4171
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
4172
  msgstr ""
4173
 
4174
- #: languages/vue.php:1778
4175
  msgid "Page Level Analytics"
4176
  msgstr ""
4177
 
4178
- #: languages/vue.php:1781
4179
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
4180
  msgstr ""
4181
 
4182
- #: languages/vue.php:1784
4183
  msgid "Affiliate Link & Ads Tracking"
4184
  msgstr ""
4185
 
4186
- #: languages/vue.php:1787
4187
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
4188
  msgstr ""
4189
 
4190
- #: languages/vue.php:1790
4191
  msgid "EU Compliance (GDPR Friendly)"
4192
  msgstr ""
4193
 
4194
- #: languages/vue.php:1793
4195
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
4196
  msgstr ""
4197
 
4198
- #: languages/vue.php:1796
4199
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
4200
  msgstr ""
4201
 
4202
- #: languages/vue.php:1799
4203
  msgid "Ecommerce Report"
4204
  msgstr ""
4205
 
4206
- #: languages/vue.php:1802
4207
  msgid "Category / Tags Tracking"
4208
  msgstr ""
4209
 
4210
- #: languages/vue.php:1805
4211
  msgid "WooCommerce"
4212
  msgstr ""
4213
 
4214
- #: languages/vue.php:1808
4215
  msgid "Easy Digital Downloads"
4216
  msgstr ""
4217
 
4218
- #: languages/vue.php:1811
4219
- msgid "MemberPress"
4220
- msgstr ""
4221
-
4222
- #: languages/vue.php:1814
4223
- msgid "LifterLMS"
4224
- msgstr ""
4225
-
4226
  #: languages/vue.php:1820
4227
- msgid "Congratulations!"
4228
  msgstr ""
4229
 
4230
  #: languages/vue.php:1823
4231
- msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard. In order to start tracking please take a look at our %sGetting started video%s or use our %s to get you quickly set up."
4232
  msgstr ""
4233
 
4234
  #: languages/vue.php:1826
4235
- msgid "Onboarding Wizard"
4236
  msgstr ""
4237
 
4238
  #: languages/vue.php:1829
4239
- msgid "You are now connected with MonsterInsights! MonsterInsights makes it effortless to implement Google Analytics tracking and view reporting directly in the WordPress admin."
4240
  msgstr ""
4241
 
4242
  #: languages/vue.php:1832
4243
- msgid "MonsterInsights encountered an error loading your report data"
4244
  msgstr ""
4245
 
4246
  #: languages/vue.php:1835
4247
- msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
4248
  msgstr ""
4249
 
4250
  #: languages/vue.php:1838
4251
- msgid "You must connect with MonsterInsights before you can view reports."
4252
- msgstr ""
4253
-
4254
- #: languages/vue.php:1841
4255
- msgid "Connect with MonsterInsights"
4256
  msgstr ""
4257
 
4258
  #: languages/vue.php:1844
4259
- msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
4260
  msgstr ""
4261
 
4262
  #: languages/vue.php:1847
4263
- msgid "Yup, we know a thing or two about building awesome products that customers love."
4264
  msgstr ""
4265
 
4266
  #: languages/vue.php:1850
4267
- msgid "View Full Overview Report"
4268
  msgstr ""
4269
 
4270
  #: languages/vue.php:1853
4271
- msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %sRetrieve your license key%s."
4272
  msgstr ""
4273
 
4274
  #: languages/vue.php:1856
4275
- msgid "Hide dashboard widget"
4276
  msgstr ""
4277
 
4278
  #: languages/vue.php:1859
4279
- msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
4280
  msgstr ""
4281
 
4282
  #: languages/vue.php:1862
4283
- msgid "Yes, hide it!"
4284
  msgstr ""
4285
 
4286
  #: languages/vue.php:1865
4287
- msgid "No, cancel!"
4288
  msgstr ""
4289
 
4290
  #: languages/vue.php:1868
4291
- msgid "MonsterInsights Widget Hidden"
4292
  msgstr ""
4293
 
4294
  #: languages/vue.php:1871
 
 
 
 
 
 
 
 
 
 
 
 
4295
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
4296
  msgstr ""
4297
 
2
  # This file is distributed under the same license as the MonsterInsights Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: MonsterInsights Pro 7.8.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2019-09-16T08:30:25+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
27
  msgstr ""
28
 
29
  #. Author of the plugin
30
+ #: lite/includes/admin/wp-site-health.php:172
31
+ #: lite/includes/admin/wp-site-health.php:224
32
+ #: lite/includes/admin/wp-site-health.php:251
33
+ #: lite/includes/admin/wp-site-health.php:289
34
+ #: lite/includes/admin/wp-site-health.php:316
35
+ #: lite/includes/admin/wp-site-health.php:343
36
+ #: lite/includes/admin/wp-site-health.php:368
37
+ #: lite/includes/admin/wp-site-health.php:407
38
  #: lite/includes/admin/dashboard-widget.php:90
39
  #: includes/admin/admin.php:38
40
  #: includes/admin/admin.php:41
70
  msgid "MonsterInsights Connection"
71
  msgstr ""
72
 
73
+ #: lite/includes/admin/wp-site-health.php:169
74
  msgid "Your website is authenticated with MonsterInsights"
75
  msgstr ""
76
 
77
+ #: lite/includes/admin/wp-site-health.php:175
78
  msgid "MonsterInsights integrates your WordPress website with Google Analytics."
79
  msgstr ""
80
 
81
+ #: lite/includes/admin/wp-site-health.php:179
82
+ #: languages/vue.php:1841
83
  msgid "View Reports"
84
  msgstr ""
85
 
86
+ #: lite/includes/admin/wp-site-health.php:190
87
  msgid "You are using Manual UA code output"
88
  msgstr ""
89
 
90
+ #: lite/includes/admin/wp-site-health.php:191
91
  msgid "We highly recommend authenticating with MonsterInsights so that you can access our new reporting area and take advantage of new MonsterInsights features."
92
  msgstr ""
93
 
94
+ #: lite/includes/admin/wp-site-health.php:195
95
+ #: lite/includes/admin/wp-site-health.php:206
96
  msgid "Authenticate now"
97
  msgstr ""
98
 
99
+ #: lite/includes/admin/wp-site-health.php:201
100
  msgid "Please configure your Google Analytics settings"
101
  msgstr ""
102
 
103
+ #: lite/includes/admin/wp-site-health.php:202
104
  msgid "Your traffic is not being tracked by MonsterInsights at the moment and you are losing data. Authenticate and get access to the reporting area and advanced tracking features."
105
  msgstr ""
106
 
107
+ #: lite/includes/admin/wp-site-health.php:228
108
  msgid "MonsterInsights Upgrade not applied"
109
  msgstr ""
110
 
111
+ #: lite/includes/admin/wp-site-health.php:229
112
  msgid "A valid license has been added to MonsterInsights but you are still using the Lite version."
113
  msgstr ""
114
 
115
+ #: lite/includes/admin/wp-site-health.php:233
116
  msgid "Go to License Settings"
117
  msgstr ""
118
 
119
+ #: lite/includes/admin/wp-site-health.php:248
120
  msgid "Your website is receiving automatic updates"
121
  msgstr ""
122
 
123
+ #: lite/includes/admin/wp-site-health.php:254
124
  msgid "MonsterInsights automatic updates are enabled and you are getting the latest features, bugfixes, and security updates as they are released."
125
  msgstr ""
126
 
127
+ #: lite/includes/admin/wp-site-health.php:261
128
  msgid "Your website is receiving minor updates"
129
  msgstr ""
130
 
131
+ #: lite/includes/admin/wp-site-health.php:262
132
  msgid "MonsterInsights minor updates are enabled and you are getting the latest bugfixes and security updates, but not major features."
133
  msgstr ""
134
 
135
+ #: lite/includes/admin/wp-site-health.php:266
136
  msgid "Automatic updates are disabled"
137
  msgstr ""
138
 
139
+ #: lite/includes/admin/wp-site-health.php:267
140
  msgid "MonsterInsights automatic updates are disabled. We recommend enabling automatic updates so you can get access to the latest features, bugfixes, and security updates as they are released."
141
  msgstr ""
142
 
143
+ #: lite/includes/admin/wp-site-health.php:271
144
  msgid "Update Settings"
145
  msgstr ""
146
 
147
+ #: lite/includes/admin/wp-site-health.php:286
148
  msgid "eCommerce data is not being tracked"
149
  msgstr ""
150
 
151
  #. Translators: The eCommerce store currently active.
152
+ #: lite/includes/admin/wp-site-health.php:293
153
  msgid "You are using %s but the MonsterInsights eCommerce addon is not active, please Install & Activate it to start tracking eCommerce data."
154
  msgstr ""
155
 
156
+ #: lite/includes/admin/wp-site-health.php:298
157
+ #: lite/includes/admin/wp-site-health.php:324
158
+ #: lite/includes/admin/wp-site-health.php:351
159
  msgid "View Addons"
160
  msgstr ""
161
 
162
+ #: lite/includes/admin/wp-site-health.php:313
163
  msgid "AMP pages are not being tracked"
164
  msgstr ""
165
 
166
+ #: lite/includes/admin/wp-site-health.php:319
167
  msgid "Your website has Google AMP-enabled pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights AMP Addon."
168
  msgstr ""
169
 
170
+ #: lite/includes/admin/wp-site-health.php:340
171
  msgid "Facebook Instant Articles pages are not being tracked"
172
  msgstr ""
173
 
174
+ #: lite/includes/admin/wp-site-health.php:346
175
  msgid "Your website has Facebook Instant Articles pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights Facebook Instant Articles Addon."
176
  msgstr ""
177
 
178
+ #: lite/includes/admin/wp-site-health.php:365
179
  msgid "Can connect to MonsterInsights.com correctly"
180
  msgstr ""
181
 
182
+ #: lite/includes/admin/wp-site-health.php:371
183
  msgid "The MonsterInsights API is reachable and no connection issues have been detected."
184
  msgstr ""
185
 
186
+ #: lite/includes/admin/wp-site-health.php:386
187
  msgid "The MonsterInsights server is not reachable."
188
  msgstr ""
189
 
190
+ #: lite/includes/admin/wp-site-health.php:387
191
  msgid "Your server is blocking external requests to monsterinsights.com, please check your firewall settings or contact your host for more details."
192
  msgstr ""
193
 
194
  #. Translators: The error message received.
195
+ #: lite/includes/admin/wp-site-health.php:391
196
  msgid "Error message: %s"
197
  msgstr ""
198
 
199
+ #: lite/includes/admin/wp-site-health.php:404
200
  msgid "Tracking code is properly being output."
201
  msgstr ""
202
 
203
+ #: lite/includes/admin/wp-site-health.php:410
204
  msgid "The Google Analytics tracking code is being output correctly, and no duplicate Google Analytics scripts have been detected."
205
  msgstr ""
206
 
207
+ #: lite/includes/admin/wp-site-health.php:418
208
  msgid "MonsterInsights has automatically detected an issue with your tracking setup"
209
  msgstr ""
210
 
288
  msgstr ""
289
 
290
  #: lite/includes/admin/reports/report-publisher.php:22
291
+ #: languages/vue.php:211
292
  msgid "Publishers"
293
  msgstr ""
294
 
304
 
305
  #: lite/includes/admin/welcome.php:33
306
  #: lite/includes/admin/welcome.php:34
307
+ #: languages/vue.php:1736
308
  msgid "Welcome to MonsterInsights"
309
  msgstr ""
310
 
530
  #: includes/admin/admin.php:44
531
  #: includes/admin/admin.php:54
532
  #: includes/admin/admin.php:91
533
+ #: languages/vue.php:167
534
  msgid "Insights"
535
  msgstr ""
536
 
552
 
553
  #: includes/admin/admin.php:48
554
  #: includes/admin/admin.php:95
555
+ #: languages/vue.php:609
556
  msgid "Reports"
557
  msgstr ""
558
 
607
 
608
  #: includes/admin/admin.php:170
609
  #: includes/admin/admin.php:173
610
+ #: languages/vue.php:945
611
  msgid "Support"
612
  msgstr ""
613
 
628
  msgstr ""
629
 
630
  #: includes/admin/admin.php:291
631
+ #: languages/vue.php:1245
632
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
633
  msgstr ""
634
 
635
  #: includes/admin/admin.php:293
636
+ #: languages/vue.php:1248
637
  msgid "Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
638
  msgstr ""
639
 
707
  msgstr ""
708
 
709
  #: includes/admin/reports/overview.php:34
710
+ #: languages/vue.php:208
711
  msgid "Overview"
712
  msgstr ""
713
 
793
  msgstr ""
794
 
795
  #: includes/admin/reports/abstract-report.php:357
796
+ #: languages/vue.php:1327
797
  msgid "Upgrade Now"
798
  msgstr ""
799
 
2069
  msgid "Get Fresh Reports Data Every 60 Seconds"
2070
  msgstr ""
2071
 
2072
+ #: languages/vue.php:152
2073
  msgid "Overview Report"
2074
  msgstr ""
2075
 
2076
+ #: languages/vue.php:155
2077
  msgid "Loading Settings"
2078
  msgstr ""
2079
 
2080
+ #: languages/vue.php:158
2081
  msgid "Saving Changes..."
2082
  msgstr ""
2083
 
2084
+ #: languages/vue.php:161
2085
  msgid "Settings Updated"
2086
  msgstr ""
2087
 
2088
+ #: languages/vue.php:164
2089
  msgid "Could Not Save Changes"
2090
  msgstr ""
2091
 
2092
+ #: languages/vue.php:170
2093
  msgid "Congratulations! "
2094
  msgstr ""
2095
 
2096
+ #: languages/vue.php:173
2097
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
2098
  msgstr ""
2099
 
2100
+ #: languages/vue.php:176
2101
  msgid "Publishers Report"
2102
  msgstr ""
2103
 
2104
+ #: languages/vue.php:179
2105
  msgid "eCommerce Report"
2106
  msgstr ""
2107
 
2108
+ #: languages/vue.php:182
2109
  msgid "Search Console Report"
2110
  msgstr ""
2111
 
2112
+ #: languages/vue.php:185
2113
  msgid "Dimensions Report"
2114
  msgstr ""
2115
 
2116
+ #: languages/vue.php:188
2117
  msgid "Forms Report"
2118
  msgstr ""
2119
 
2120
+ #: languages/vue.php:192
2121
  msgid "Real-Time Report"
2122
  msgstr ""
2123
 
2124
+ #: languages/vue.php:195
2125
  msgid "Recommended Plugin: %s"
2126
  msgstr ""
2127
 
2128
+ #: languages/vue.php:198
2129
  msgid "Install"
2130
  msgstr ""
2131
 
2132
+ #: languages/vue.php:201
2133
  msgid "Activate"
2134
  msgstr ""
2135
 
2136
+ #: languages/vue.php:204
2137
  msgid "Learn More"
2138
  msgstr ""
2139
 
2149
  msgid "Getting Started"
2150
  msgstr ""
2151
 
2152
+ #: languages/vue.php:239
2153
  msgid "Lite vs Pro"
2154
  msgstr ""
2155
 
2156
+ #: languages/vue.php:242
2157
  msgid "General"
2158
  msgstr ""
2159
 
2160
+ #: languages/vue.php:245
2161
  msgid "Engagement"
2162
  msgstr ""
2163
 
2164
+ #: languages/vue.php:248
2165
  msgid "Publisher"
2166
  msgstr ""
2167
 
2168
+ #: languages/vue.php:251
2169
  msgid "Conversions"
2170
  msgstr ""
2171
 
2172
+ #: languages/vue.php:254
2173
  msgid "Advanced"
2174
  msgstr ""
2175
 
2176
+ #: languages/vue.php:257
2177
  msgid "URL Builder"
2178
  msgstr ""
2179
 
2180
+ #: languages/vue.php:260
2181
  msgid "Import Export"
2182
  msgstr ""
2183
 
2184
+ #: languages/vue.php:263
2185
  msgid "Time to Purchase"
2186
  msgstr ""
2187
 
2188
+ #: languages/vue.php:266
2189
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
2190
  msgstr ""
2191
 
2192
+ #: languages/vue.php:269
2193
  msgid "Sessions to Purchase"
2194
  msgstr ""
2195
 
2196
+ #: languages/vue.php:272
2197
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
2198
  msgstr ""
2199
 
2200
+ #: languages/vue.php:275
2201
  msgid "Top Posts/Pages"
2202
  msgstr ""
2203
 
2204
+ #: languages/vue.php:278
2205
  msgid "This list shows the most viewed posts and pages on your website."
2206
  msgstr ""
2207
 
2208
+ #: languages/vue.php:281
2209
  msgid "New vs. Returning Visitors"
2210
  msgstr ""
2211
 
2212
+ #: languages/vue.php:284
2213
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
2214
  msgstr ""
2215
 
2216
+ #: languages/vue.php:287
2217
  msgid "Device Breakdown"
2218
  msgstr ""
2219
 
2220
+ #: languages/vue.php:290
2221
  msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
2222
  msgstr ""
2223
 
2224
+ #: languages/vue.php:293
2225
  msgid "Top Landing Pages"
2226
  msgstr ""
2227
 
2228
+ #: languages/vue.php:296
2229
  msgid "This list shows the top pages users first land on when visiting your website."
2230
  msgstr ""
2231
 
2232
+ #: languages/vue.php:299
2233
  msgid "Top Exit Pages"
2234
  msgstr ""
2235
 
2236
+ #: languages/vue.php:302
2237
  msgid "This list shows the top pages users exit your website from."
2238
  msgstr ""
2239
 
2240
+ #: languages/vue.php:305
2241
  msgid "Top Outbound Links"
2242
  msgstr ""
2243
 
2244
+ #: languages/vue.php:308
2245
  msgid "This list shows the top links clicked on your website that go to another website."
2246
  msgstr ""
2247
 
2248
+ #: languages/vue.php:311
2249
  msgid "Top Affiliate Links"
2250
  msgstr ""
2251
 
2252
+ #: languages/vue.php:314
2253
  msgid "This list shows the top affiliate links your visitors clicked on."
2254
  msgstr ""
2255
 
2256
+ #: languages/vue.php:317
2257
  msgid "Top Download Links"
2258
  msgstr ""
2259
 
2260
+ #: languages/vue.php:320
2261
  msgid "This list shows the download links your visitors clicked the most."
2262
  msgstr ""
2263
 
2264
+ #: languages/vue.php:323
2265
  msgid "Top Products"
2266
  msgstr ""
2267
 
2268
+ #: languages/vue.php:326
2269
  msgid "This list shows the top selling products on your website."
2270
  msgstr ""
2271
 
2272
+ #: languages/vue.php:329
2273
  msgid "Top Conversion Sources"
2274
  msgstr ""
2275
 
2276
+ #: languages/vue.php:332
2277
  msgid "This list shows the top referral websites in terms of product revenue."
2278
  msgstr ""
2279
 
2280
+ #: languages/vue.php:335
2281
  msgid "Total Add/Remove"
2282
  msgstr ""
2283
 
2284
+ #: languages/vue.php:338
2285
  msgid "Exit Setup"
2286
  msgstr ""
2287
 
2288
+ #: languages/vue.php:341
2289
  msgid "Yikes! PHP Update Required"
2290
  msgstr ""
2291
 
2292
+ #: languages/vue.php:344
2293
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%s), which could be putting your site at risk for being hacked. WordPress itself will stop supporting your PHP version in April, 2019. Updating to the recommended version (PHP %s) only takes a few minutes and will make your website significantly faster and more secure."
2294
  msgstr ""
2295
 
2296
+ #: languages/vue.php:347
2297
  msgid "Learn more about updating PHP"
2298
  msgstr ""
2299
 
2300
+ #: languages/vue.php:350
2301
  msgid "Yikes! WordPress Update Required"
2302
  msgstr ""
2303
 
2304
+ #: languages/vue.php:353
2305
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
2306
  msgstr ""
2307
 
2308
+ #: languages/vue.php:356
2309
  msgid "Learn more about updating WordPress"
2310
  msgstr ""
2311
 
2312
+ #: languages/vue.php:359
2313
  msgid "Powered by MonsterInsights"
2314
  msgstr ""
2315
 
2316
+ #: languages/vue.php:362
2317
  msgid "Save Changes"
2318
  msgstr ""
2319
 
2320
+ #: languages/vue.php:365
2321
  msgid "New"
2322
  msgstr ""
2323
 
2324
+ #: languages/vue.php:368
2325
  msgid "Returning"
2326
  msgstr ""
2327
 
2328
+ #: languages/vue.php:371
2329
  msgid "Desktop"
2330
  msgstr ""
2331
 
2332
+ #: languages/vue.php:374
2333
  msgid "Tablet"
2334
  msgstr ""
2335
 
2336
+ #: languages/vue.php:377
2337
  msgid "Mobile"
2338
  msgstr ""
2339
 
2345
  msgid "Unique %s Sessions"
2346
  msgstr ""
2347
 
2348
+ #: languages/vue.php:388
2349
  msgid "Pageviews"
2350
  msgstr ""
2351
 
2352
+ #: languages/vue.php:391
2353
  msgid "Unique %s Pageviews"
2354
  msgstr ""
2355
 
2356
+ #: languages/vue.php:394
2357
  msgid "Avg. Session Duration"
2358
  msgstr ""
2359
 
2360
+ #: languages/vue.php:398
2361
  msgid "Bounce Rate"
2362
  msgstr ""
2363
 
2364
+ #: languages/vue.php:401
2365
  msgid "Top 10 Countries"
2366
  msgstr ""
2367
 
2368
+ #: languages/vue.php:404
2369
  msgid "View Countries Report"
2370
  msgstr ""
2371
 
2372
+ #: languages/vue.php:407
2373
  msgid "Top 10 Referrals"
2374
  msgstr ""
2375
 
2376
+ #: languages/vue.php:410
2377
  msgid "View All Referral Sources"
2378
  msgstr ""
2379
 
2380
+ #: languages/vue.php:413
2381
  msgid "View Full Posts/Pages Report"
2382
  msgstr ""
2383
 
2384
+ #: languages/vue.php:416
2385
  msgid "A session is the browsing session of a single user to your site."
2386
  msgstr ""
2387
 
2388
+ #: languages/vue.php:419
2389
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
2390
  msgstr ""
2391
 
2392
+ #: languages/vue.php:422
2393
  msgid "Total duration of all sessions (in seconds) / number of sessions."
2394
  msgstr ""
2395
 
2396
+ #: languages/vue.php:425
2397
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
2398
  msgstr ""
2399
 
2400
+ #: languages/vue.php:428
2401
  msgid "This list shows the top countries your website visitors are from."
2402
  msgstr ""
2403
 
2404
+ #: languages/vue.php:431
2405
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
2406
  msgstr ""
2407
 
2408
+ #: languages/vue.php:434
2409
  msgid "MonsterInsights Addons"
2410
  msgstr ""
2411
 
2412
+ #: languages/vue.php:437
2413
  msgid "Search Addons"
2414
  msgstr ""
2415
 
2416
+ #: languages/vue.php:440
2417
  msgid "Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s"
2418
  msgstr ""
2419
 
2420
+ #: languages/vue.php:443
2421
  msgid "Minor only %s- Get bugfixes and security updates, but not major features.%s"
2422
  msgstr ""
2423
 
2424
+ #: languages/vue.php:446
2425
  msgid "None %s- Manually update everything.%s"
2426
  msgstr ""
2427
 
2428
+ #: languages/vue.php:450
2429
  msgid "License Key"
2430
  msgstr ""
2431
 
2432
+ #: languages/vue.php:454
2433
  msgid "Google Authentication"
2434
  msgstr ""
2435
 
2436
+ #: languages/vue.php:458
2437
  msgid "Connect Google Analytics + WordPress"
2438
  msgstr ""
2439
 
2440
+ #: languages/vue.php:462
2441
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
2442
  msgstr ""
2443
 
2444
+ #: languages/vue.php:465
2445
  msgid "Automatic Updates"
2446
  msgstr ""
2447
 
2448
+ #: languages/vue.php:468
2449
  msgid "Setup Wizard"
2450
  msgstr ""
2451
 
2452
+ #: languages/vue.php:471
2453
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
2454
  msgstr ""
2455
 
2456
+ #: languages/vue.php:474
2457
  msgid "Launch Setup Wizard"
2458
  msgstr ""
2459
 
2460
+ #: languages/vue.php:477
2461
  msgid "Path (example: %s)"
2462
  msgstr ""
2463
 
2464
+ #: languages/vue.php:480
2465
  msgid "Path has to start with a / and have no spaces"
2466
  msgstr ""
2467
 
2468
+ #: languages/vue.php:483
2469
  msgid "Label (example: %s)"
2470
  msgstr ""
2471
 
2472
+ #: languages/vue.php:486
2473
  msgid "Label can't contain any spaces"
2474
  msgstr ""
2475
 
2476
+ #: languages/vue.php:489
2477
  msgid "Affiliate Links"
2478
  msgstr ""
2479
 
2480
+ #: languages/vue.php:492
2481
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %shere%s."
2482
  msgstr ""
2483
 
2484
+ #: languages/vue.php:495
2485
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
2486
  msgstr ""
2487
 
2488
+ #: languages/vue.php:498
2489
  msgid "Demographics"
2490
  msgstr ""
2491
 
2492
+ #: languages/vue.php:501
2493
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
2494
  msgstr ""
2495
 
2496
+ #: languages/vue.php:504
2497
  msgid "Anonymize IP Addresses"
2498
  msgstr ""
2499
 
2500
+ #: languages/vue.php:507
2501
  msgid "Link Attribution"
2502
  msgstr ""
2503
 
2504
+ #: languages/vue.php:510
2505
  msgid "Enable Enhanced Link Attribution"
2506
  msgstr ""
2507
 
2508
+ #: languages/vue.php:513
2509
  msgid "Enable Anchor Tracking"
2510
  msgstr ""
2511
 
2512
+ #: languages/vue.php:516
2513
  msgid "Enable allowAnchor"
2514
  msgstr ""
2515
 
2516
+ #: languages/vue.php:519
2517
  msgid "Enable allowLinker"
2518
  msgstr ""
2519
 
2520
+ #: languages/vue.php:522
2521
  msgid "Enable Tag Links in RSS"
2522
  msgstr ""
2523
 
2524
+ #: languages/vue.php:525
2525
  msgid "File Downloads"
2526
  msgstr ""
2527
 
2528
+ #: languages/vue.php:528
2529
  msgid "Extensions of Files to Track as Downloads"
2530
  msgstr ""
2531
 
2532
+ #: languages/vue.php:531
2533
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
2534
  msgstr ""
2535
 
2536
+ #: languages/vue.php:534
2537
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %sknowledge base%s. For more information about Remarketing, we refer you to %sGoogle's documentation%s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
2538
  msgstr ""
2539
 
2540
+ #: languages/vue.php:537
2541
  msgid "This adds %sanonymizeIp%s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
2542
  msgstr ""
2543
 
2544
+ #: languages/vue.php:540
2545
  msgid "Add %sEnhanced Link Attribution%s to your tracking code."
2546
  msgstr ""
2547
 
2548
+ #: languages/vue.php:543
2549
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
2550
  msgstr ""
2551
 
2552
+ #: languages/vue.php:546
2553
  msgid "This adds %sallowAnchor%s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
2554
  msgstr ""
2555
 
2556
+ #: languages/vue.php:549
2557
  msgid "Enabling %scross-domain tracking (additional setup required)%s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
2558
  msgstr ""
2559
 
2560
+ #: languages/vue.php:552
2561
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %shelp page%s for info on how to enable this feature in FeedBurner."
2562
  msgstr ""
2563
 
2564
+ #: languages/vue.php:555
2565
  msgid "Add domain"
2566
  msgstr ""
2567
 
2568
+ #: languages/vue.php:558
2569
  msgid "Domain (example: %s)"
2570
  msgstr ""
2571
 
2572
+ #: languages/vue.php:561
2573
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
2574
  msgstr ""
2575
 
2576
+ #: languages/vue.php:564
2577
  msgid "Cross Domain Tracking"
2578
  msgstr ""
2579
 
2580
+ #: languages/vue.php:567
2581
  msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %sknowledge base%s."
2582
  msgstr ""
2583
 
2584
+ #: languages/vue.php:570
2585
  msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %sGeneral%s tab."
2586
  msgstr ""
2587
 
2588
+ #: languages/vue.php:573
2589
  msgid "Permissions"
2590
  msgstr ""
2591
 
2592
+ #: languages/vue.php:576
2593
  msgid "Allow These User Roles to See Reports"
2594
  msgstr ""
2595
 
2596
+ #: languages/vue.php:579
2597
  msgid "Users that have at least one of these roles will be able to view the reports."
2598
  msgstr ""
2599
 
2600
+ #: languages/vue.php:582
2601
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
2602
  msgstr ""
2603
 
2604
+ #: languages/vue.php:585
2605
  msgid "Allow These User Roles to Save Settings"
2606
  msgstr ""
2607
 
2608
+ #: languages/vue.php:588
2609
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
2610
  msgstr ""
2611
 
2612
+ #: languages/vue.php:591
2613
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
2614
  msgstr ""
2615
 
2616
+ #: languages/vue.php:594
2617
  msgid "Exclude These User Roles From Tracking"
2618
  msgstr ""
2619
 
2620
+ #: languages/vue.php:597
2621
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
2622
  msgstr ""
2623
 
2624
+ #: languages/vue.php:600
2625
  msgid "Performance"
2626
  msgstr ""
2627
 
2628
+ #: languages/vue.php:603
2629
  msgid "Custom code"
2630
  msgstr ""
2631
 
2632
+ #: languages/vue.php:606
2633
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %spageview is sent%s."
2634
  msgstr ""
2635
 
2636
+ #: languages/vue.php:612
2637
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
2638
  msgstr ""
2639
 
2640
+ #: languages/vue.php:615
2641
  msgid "Hide Admin Bar Reports"
2642
  msgstr ""
2643
 
2644
+ #: languages/vue.php:618
2645
  msgid "Enabled %s- Show reports and dashboard widget.%s"
2646
  msgstr ""
2647
 
2648
+ #: languages/vue.php:621
2649
  msgid "Dashboard Widget Only %s- Disable reports, but show dashboard widget.%s"
2650
  msgstr ""
2651
 
2652
+ #: languages/vue.php:624
2653
  msgid "Disabled %s- Hide reports and dashboard widget.%s"
2654
  msgstr ""
2655
 
2656
+ #: languages/vue.php:627
2657
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
2658
  msgstr ""
2659
 
2660
+ #: languages/vue.php:630
2661
  msgid "Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn't by default, like outbound links."
2662
  msgstr ""
2663
 
2664
+ #: languages/vue.php:633
2665
  msgid "Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should \"just work\"."
2666
  msgstr ""
2667
 
2668
+ #: languages/vue.php:636
2669
  msgid "MonsterInsights is brought to you by the same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms."
2670
  msgstr ""
2671
 
2672
+ #: languages/vue.php:639
2673
  msgid "Yup, we know a thing or two about building awesome products that customer love."
2674
  msgstr ""
2675
 
2676
+ #: languages/vue.php:642
2677
  msgid "The MonsterInsights Team: Syed, Chris, Jay, Mircea, Sunita and Basanta"
2678
  msgstr ""
2679
 
2680
+ #: languages/vue.php:645
2681
  msgid "Import/Export"
2682
  msgstr ""
2683
 
2684
+ #: languages/vue.php:648
2685
  msgid "Import"
2686
  msgstr ""
2687
 
2688
+ #: languages/vue.php:651
2689
  msgid "Import settings from another MonsterInsights website."
2690
  msgstr ""
2691
 
2692
+ #: languages/vue.php:654
2693
  msgid "Export"
2694
  msgstr ""
2695
 
2696
+ #: languages/vue.php:657
2697
  msgid "Export settings to import into another MonsterInsights install."
2698
  msgstr ""
2699
 
2700
+ #: languages/vue.php:660
2701
  msgid "Import Settings"
2702
  msgstr ""
2703
 
2704
+ #: languages/vue.php:663
2705
  msgid "Export Settings"
2706
  msgstr ""
2707
 
2708
+ #: languages/vue.php:666
2709
  msgid "Please choose a file to import"
2710
  msgstr ""
2711
 
2712
+ #: languages/vue.php:669
2713
  msgid "Use the filepicker below to select the settings export file from another site."
2714
  msgstr ""
2715
 
2716
+ #: languages/vue.php:672
2717
  msgid "Use the button below to export a file with your MonsterInsights settings."
2718
  msgstr ""
2719
 
2720
+ #: languages/vue.php:675
2721
  msgid "Uploading file..."
2722
  msgstr ""
2723
 
2724
+ #: languages/vue.php:678
2725
  msgid "File imported"
2726
  msgstr ""
2727
 
2728
+ #: languages/vue.php:681
2729
  msgid "Settings successfully updated!"
2730
  msgstr ""
2731
 
2732
+ #: languages/vue.php:684
2733
  msgid "Error importing settings"
2734
  msgstr ""
2735
 
2736
+ #: languages/vue.php:687
2737
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
2738
  msgstr ""
2739
 
2740
+ #: languages/vue.php:690
2741
  msgid "Ok"
2742
  msgstr ""
2743
 
2744
+ #: languages/vue.php:693
2745
  msgid "Custom Campaign Parameters"
2746
  msgstr ""
2747
 
2748
+ #: languages/vue.php:696
2749
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
2750
  msgstr ""
2751
 
2752
+ #: languages/vue.php:699
2753
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the urls that are the most effective in attracting users to your content."
2754
  msgstr ""
2755
 
2756
+ #: languages/vue.php:702
2757
  msgid "Website URL %s"
2758
  msgstr ""
2759
 
2760
+ #: languages/vue.php:705
2761
  msgid "The full website URL (e.g. %s %s%s)"
2762
  msgstr ""
2763
 
2764
+ #: languages/vue.php:708
2765
  msgid "Campaign Source %s"
2766
  msgstr ""
2767
 
2768
+ #: languages/vue.php:711
2769
  msgid "Enter a referrer (e.g. %sfacebook, newsletter, google%s)"
2770
  msgstr ""
2771
 
2772
+ #: languages/vue.php:714
2773
  msgid "Enter a marketing medium (e.g. %scpc, banner, email%s)"
2774
  msgstr ""
2775
 
2776
+ #: languages/vue.php:717
2777
  msgid "Enter a name to easily identify (e.g. %sspring_sale%s)"
2778
  msgstr ""
2779
 
2780
+ #: languages/vue.php:720
2781
  msgid "Enter the paid keyword"
2782
  msgstr ""
2783
 
2784
+ #: languages/vue.php:723
2785
  msgid "Enter something to differentiate ads"
2786
  msgstr ""
2787
 
2788
+ #: languages/vue.php:726
2789
  msgid "Use Fragment"
2790
  msgstr ""
2791
 
2792
+ #: languages/vue.php:729
2793
  msgid "Set the parameters in the fragment portion of the URL %s(not recommended)%s"
2794
  msgstr ""
2795
 
2796
+ #: languages/vue.php:732
2797
  msgid "URL to use"
2798
  msgstr ""
2799
 
2800
+ #: languages/vue.php:735
2801
  msgid "Updates automatically"
2802
  msgstr ""
2803
 
2804
+ #: languages/vue.php:738
2805
  msgid "Copy to clipboard"
2806
  msgstr ""
2807
 
2808
+ #: languages/vue.php:741
2809
  msgid "More Information & Examples"
2810
  msgstr ""
2811
 
2812
+ #: languages/vue.php:744
2813
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
2814
  msgstr ""
2815
 
2816
+ #: languages/vue.php:747
2817
  msgid "Campaign Source"
2818
  msgstr ""
2819
 
2820
+ #: languages/vue.php:750
2821
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
2822
  msgstr ""
2823
 
2824
+ #: languages/vue.php:753
2825
  msgid "Campaign Medium"
2826
  msgstr ""
2827
 
2828
+ #: languages/vue.php:756
2829
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
2830
  msgstr ""
2831
 
2832
+ #: languages/vue.php:759
2833
  msgid "Campaign Name"
2834
  msgstr ""
2835
 
2836
+ #: languages/vue.php:762
2837
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
2838
  msgstr ""
2839
 
2840
+ #: languages/vue.php:765
2841
  msgid "Campaign Term"
2842
  msgstr ""
2843
 
2844
+ #: languages/vue.php:768
2845
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
2846
  msgstr ""
2847
 
2848
+ #: languages/vue.php:771
2849
  msgid "Campaign Content"
2850
  msgstr ""
2851
 
2852
+ #: languages/vue.php:774
2853
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
2854
  msgstr ""
2855
 
2856
+ #: languages/vue.php:777
2857
  msgid "Example: %s"
2858
  msgstr ""
2859
 
2860
+ #: languages/vue.php:780
2861
  msgid "Examples: %s"
2862
  msgstr ""
2863
 
2864
+ #: languages/vue.php:783
2865
  msgid "About Campaigns"
2866
  msgstr ""
2867
 
2868
+ #: languages/vue.php:786
2869
  msgid "About Custom Campaigns"
2870
  msgstr ""
2871
 
2872
+ #: languages/vue.php:789
2873
  msgid "Best practices for creating Custom Campaigns"
2874
  msgstr ""
2875
 
2876
+ #: languages/vue.php:792
2877
  msgid "About the Referral Traffic report"
2878
  msgstr ""
2879
 
2880
+ #: languages/vue.php:795
2881
  msgid "About traffic source dimensions"
2882
  msgstr ""
2883
 
2884
+ #: languages/vue.php:798
2885
  msgid "AdWords Auto-Tagging"
2886
  msgstr ""
2887
 
2888
+ #: languages/vue.php:801
2889
  msgid "Additional Information"
2890
  msgstr ""
2891
 
2892
+ #: languages/vue.php:804
2893
  msgid "GDPR Guide"
2894
  msgstr ""
2895
 
2896
+ #: languages/vue.php:807
2897
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help MonsterInsights users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
2898
  msgstr ""
2899
 
2900
+ #: languages/vue.php:810
2901
  msgid "How to install and activate MonsterInsights addons"
2902
  msgstr ""
2903
 
2904
+ #: languages/vue.php:813
2905
  msgid "The process for installing and activating addons is quick and easy after you install the MonsterInsights plugin. In this guide we’ll walk you through the process, step by step."
2906
  msgstr ""
2907
 
2908
+ #: languages/vue.php:816
2909
  msgid "Enabling eCommerce Tracking and Reports"
2910
  msgstr ""
2911
 
2912
+ #: languages/vue.php:819
2913
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
2914
  msgstr ""
2915
 
2916
+ #: languages/vue.php:822
2917
  msgid "Read Documentation"
2918
  msgstr ""
2919
 
2920
+ #: languages/vue.php:825
2921
  msgid "Getting Started with MonsterInsights"
2922
  msgstr ""
2923
 
2924
+ #: languages/vue.php:828
2925
  msgid "MonsterInsights is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
2926
  msgstr ""
2927
 
2928
+ #: languages/vue.php:831
2929
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
2930
  msgstr ""
2931
 
2932
+ #: languages/vue.php:834
2933
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
2934
  msgstr ""
2935
 
2936
+ #: languages/vue.php:837
2937
  msgid "Launch the wizard!"
2938
  msgstr ""
2939
 
2940
+ #: languages/vue.php:840
2941
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
2942
  msgstr ""
2943
 
2944
+ #: languages/vue.php:843
2945
  msgid "Thanks for being a loyal MonsterInsights Lite user. %sUpgrade to MonsterInsights Pro%s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
2946
  msgstr ""
2947
 
2948
+ #: languages/vue.php:846
2949
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
2950
  msgstr ""
2951
 
2952
+ #: languages/vue.php:849
2953
  msgid "See your website analytics reports inside the WordPress dashboard"
2954
  msgstr ""
2955
 
2956
+ #: languages/vue.php:852
2957
  msgid "Get real-time stats right inside WordPress"
2958
  msgstr ""
2959
 
2960
+ #: languages/vue.php:855
2961
  msgid "1-click Google Analytics Enhanced Ecommerce tracking"
2962
  msgstr ""
2963
 
2964
+ #: languages/vue.php:858
2965
  msgid "Get detailed stats for each post and page."
2966
  msgstr ""
2967
 
2968
+ #: languages/vue.php:861
2969
  msgid "Automatically track clicks on your affiliate links and ads."
2970
  msgstr ""
2971
 
2972
+ #: languages/vue.php:864
2973
  msgid "Make Google Analytics GDPR compliant automatically"
2974
  msgstr ""
2975
 
2976
+ #: languages/vue.php:867
2977
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
2978
  msgstr ""
2979
 
2980
+ #: languages/vue.php:870
2981
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
2982
  msgstr ""
2983
 
2984
+ #: languages/vue.php:873
2985
  msgid "More advanced features"
2986
  msgstr ""
2987
 
2988
+ #: languages/vue.php:876
2989
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
2990
  msgstr ""
2991
 
2992
+ #: languages/vue.php:879
2993
  msgid "Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout."
2994
  msgstr ""
2995
 
2996
+ #: languages/vue.php:882
2997
  msgid "How to Connect to Google Analytics"
2998
  msgstr ""
2999
 
3000
+ #: languages/vue.php:885
3001
  msgid "After you install MonsterInsights, you’ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required."
3002
  msgstr ""
3003
 
3004
+ #: languages/vue.php:888
3005
  msgid "Guide and Checklist for Advanced Insights"
3006
  msgstr ""
3007
 
3008
+ #: languages/vue.php:891
3009
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with MonsterInsights’ advanced tracking."
3010
  msgstr ""
3011
 
3012
+ #: languages/vue.php:894
3013
  msgid "WordPress Admin Area Reports"
3014
  msgstr ""
3015
 
3016
+ #: languages/vue.php:897
3017
  msgid "Standard Reports"
3018
  msgstr ""
3019
 
3020
+ #: languages/vue.php:900
3021
  msgid "Overview Reports for the last 30 days."
3022
  msgstr ""
3023
 
3024
+ #: languages/vue.php:903
3025
  msgid "Advanced Reports"
3026
  msgstr ""
3027
 
3028
+ #: languages/vue.php:906
3029
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
3030
  msgstr ""
3031
 
3032
+ #: languages/vue.php:909
3033
  msgid "Dashboard Widget"
3034
  msgstr ""
3035
 
3036
+ #: languages/vue.php:912
3037
  msgid "Basic Widget"
3038
  msgstr ""
3039
 
3040
+ #: languages/vue.php:915
3041
  msgid "Overview Report Synopsis"
3042
  msgstr ""
3043
 
3044
+ #: languages/vue.php:918
3045
  msgid "Advanced Dashboard Widget"
3046
  msgstr ""
3047
 
3048
+ #: languages/vue.php:921
3049
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
3050
  msgstr ""
3051
 
3052
+ #: languages/vue.php:924
3053
  msgid "Publisher Reports"
3054
  msgstr ""
3055
 
3056
+ #: languages/vue.php:927
3057
  msgid "Advanced Publisher Reports & Tracking"
3058
  msgstr ""
3059
 
3060
+ #: languages/vue.php:930
3061
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
3062
  msgstr ""
3063
 
3064
+ #: languages/vue.php:933
3065
  msgid "Custom Dimensions"
3066
  msgstr ""
3067
 
3068
+ #: languages/vue.php:936
3069
  msgid "Not Available"
3070
  msgstr ""
3071
 
3072
+ #: languages/vue.php:939
3073
  msgid "Complete Custom Dimensions Tracking"
3074
  msgstr ""
3075
 
3076
+ #: languages/vue.php:942
3077
  msgid "Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
3078
  msgstr ""
3079
 
3080
+ #: languages/vue.php:948
3081
  msgid "Limited support"
3082
  msgstr ""
3083
 
3084
+ #: languages/vue.php:951
3085
  msgid "Priority Support"
3086
  msgstr ""
3087
 
3088
+ #: languages/vue.php:954
3089
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
3090
  msgstr ""
3091
 
3092
+ #: languages/vue.php:957
3093
  msgid "Feature"
3094
  msgstr ""
3095
 
3096
+ #: languages/vue.php:960
3097
  msgid "Lite"
3098
  msgstr ""
3099
 
3100
+ #: languages/vue.php:963
3101
  msgid "Pro"
3102
  msgstr ""
3103
 
3104
+ #: languages/vue.php:966
3105
  msgid "Universal Tracking"
3106
  msgstr ""
3107
 
3108
+ #: languages/vue.php:969
3109
  msgid "Included"
3110
  msgstr ""
3111
 
3112
+ #: languages/vue.php:972
3113
  msgid "Custom Google Analytics Link Tracking"
3114
  msgstr ""
3115
 
3116
+ #: languages/vue.php:975
3117
  msgid "Standard Tracking"
3118
  msgstr ""
3119
 
3120
+ #: languages/vue.php:978
3121
  msgid "Advanced Tracking"
3122
  msgstr ""
3123
 
3124
+ #: languages/vue.php:981
3125
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
3126
  msgstr ""
3127
 
3128
+ #: languages/vue.php:984
3129
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
3130
  msgstr ""
3131
 
3132
+ #: languages/vue.php:987
3133
  msgid "No-Code-Needed Tracking Features"
3134
  msgstr ""
3135
 
3136
+ #: languages/vue.php:990
3137
  msgid "Basic Tracking Options"
3138
  msgstr ""
3139
 
3140
+ #: languages/vue.php:993
3141
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
3142
  msgstr ""
3143
 
3144
+ #: languages/vue.php:996
3145
  msgid "Advanced Tracking Options"
3146
  msgstr ""
3147
 
3148
+ #: languages/vue.php:999
3149
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
3150
  msgstr ""
3151
 
3152
+ #: languages/vue.php:1002
3153
  msgid "eCommerce Tracking"
3154
  msgstr ""
3155
 
3156
+ #: languages/vue.php:1005
3157
  msgid "One-click Complete eCommerce tracking"
3158
  msgstr ""
3159
 
3160
+ #: languages/vue.php:1008
3161
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
3162
  msgstr ""
3163
 
3164
+ #: languages/vue.php:1011
3165
  msgid "Forms Tracking"
3166
  msgstr ""
3167
 
3168
+ #: languages/vue.php:1014
3169
  msgid "One-click Form Events Tracking"
3170
  msgstr ""
3171
 
3172
+ #: languages/vue.php:1017
3173
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
3174
  msgstr ""
3175
 
3176
+ #: languages/vue.php:1020
3177
  msgid "MonsterInsights Recommends WPForms"
3178
  msgstr ""
3179
 
3180
+ #: languages/vue.php:1023
3181
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
3182
  msgstr ""
3183
 
3184
+ #: languages/vue.php:1026
3185
  msgid "Used on over 1,000,000 websites!"
3186
  msgstr ""
3187
 
3188
+ #: languages/vue.php:1029
3189
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
3190
  msgstr ""
3191
 
3192
+ #: languages/vue.php:1032
3193
  msgid "Skip this Step"
3194
  msgstr ""
3195
 
3196
+ #: languages/vue.php:1035
3197
  msgid "Continue & Install WPForms"
3198
  msgstr ""
3199
 
3200
+ #: languages/vue.php:1039
3201
  msgid "Installing..."
3202
  msgstr ""
3203
 
3204
+ #: languages/vue.php:1042
3205
  msgid "Awesome, You're All Set!"
3206
  msgstr ""
3207
 
3208
+ #: languages/vue.php:1045
3209
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
3210
  msgstr ""
3211
 
3212
+ #: languages/vue.php:1048
3213
  msgid "%sPlease Note:%s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
3214
  msgstr ""
3215
 
3216
+ #: languages/vue.php:1051
3217
  msgid "%sSubscribe to the MonsterInsights blog%s for tips on how to get more traffic and grow your business."
3218
  msgstr ""
3219
 
3220
+ #: languages/vue.php:1054
3221
  msgid "Finish Setup & Exit Wizard"
3222
  msgstr ""
3223
 
3224
+ #: languages/vue.php:1057
3225
  msgid "Checking your website..."
3226
  msgstr ""
3227
 
3228
+ #: languages/vue.php:1060
3229
  msgid "Recommended Settings"
3230
  msgstr ""
3231
 
3232
+ #: languages/vue.php:1063
3233
  msgid "MonsterInsights recommends the following settings based on your configuration."
3234
  msgstr ""
3235
 
3236
+ #: languages/vue.php:1066
3237
  msgid "Events Tracking"
3238
  msgstr ""
3239
 
3240
+ #: languages/vue.php:1069
3241
  msgid "Must have for all click tracking on site."
3242
  msgstr ""
3243
 
3244
+ #: languages/vue.php:1072
3245
  msgid "MonsterInsights uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
3246
  msgstr ""
3247
 
3248
+ #: languages/vue.php:1075
3249
  msgid "Enhanced Link Attribution"
3250
  msgstr ""
3251
 
3252
+ #: languages/vue.php:1078
3253
  msgid "Improves the accuracy of your In-Page Analytics."
3254
  msgstr ""
3255
 
3256
+ #: languages/vue.php:1081
3257
  msgid "MonsterInsights will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
3258
  msgstr ""
3259
 
3260
+ #: languages/vue.php:1084
3261
  msgid "Install Updates Automatically"
3262
  msgstr ""
3263
 
3264
+ #: languages/vue.php:1087
3265
  msgid "Get the latest features, bug fixes, and security updates as they are released."
3266
  msgstr ""
3267
 
3268
+ #: languages/vue.php:1090
3269
  msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
3270
  msgstr ""
3271
 
3272
+ #: languages/vue.php:1093
3273
  msgid "File Download Tracking"
3274
  msgstr ""
3275
 
3276
+ #: languages/vue.php:1096
3277
  msgid "Helps you see file downloads data."
3278
  msgstr ""
3279
 
3280
+ #: languages/vue.php:1099
3281
  msgid "MonsterInsights will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? MonsterInsights makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
3282
  msgstr ""
3283
 
3284
+ #: languages/vue.php:1102
3285
  msgid "Helps you increase affiliate revenue."
3286
  msgstr ""
3287
 
3288
+ #: languages/vue.php:1105
3289
  msgid "MonsterInsights will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
3290
  msgstr ""
3291
 
3292
+ #: languages/vue.php:1108
3293
  msgid "Affiliate Link Tracking"
3294
  msgstr ""
3295
 
3296
+ #: languages/vue.php:1111
3297
  msgid "Who Can See Reports"
3298
  msgstr ""
3299
 
3300
+ #: languages/vue.php:1114
3301
  msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
3302
  msgstr ""
3303
 
3304
+ #: languages/vue.php:1117
3305
  msgid "Save and continue"
3306
  msgstr ""
3307
 
3308
+ #: languages/vue.php:1120
3309
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
3310
  msgstr ""
3311
 
3312
+ #: languages/vue.php:1123
3313
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
3314
  msgstr ""
3315
 
3316
+ #: languages/vue.php:1126
3317
  msgid "Connect MonsterInsights to Your Website"
3318
  msgstr ""
3319
 
3320
+ #: languages/vue.php:1129
3321
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
3322
  msgstr ""
3323
 
3324
+ #: languages/vue.php:1132
3325
  msgid "vs. Previous Day"
3326
  msgstr ""
3327
 
3328
+ #: languages/vue.php:1135
3329
  msgid "No change"
3330
  msgstr ""
3331
 
3332
+ #: languages/vue.php:1139
3333
  msgid "Show"
3334
  msgstr ""
3335
 
3336
+ #: languages/vue.php:1142
3337
  msgid "Right Now"
3338
  msgstr ""
3339
 
3340
+ #: languages/vue.php:1145
3341
  msgid "Active users on site"
3342
  msgstr ""
3343
 
3344
+ #: languages/vue.php:1148
3345
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
3346
  msgstr ""
3347
 
3348
+ #: languages/vue.php:1151
3349
  msgid "Important: this only includes users who are tracked in real-time. Not all users are tracked in real-time including (but not limited to) logged in site administrators, certain mobile users, and users who match a Google Analytics filter."
3350
  msgstr ""
3351
 
3352
+ #: languages/vue.php:1154
3353
  msgid "The real-time report automatically updates approximately every 60 seconds."
3354
  msgstr ""
3355
 
3356
+ #: languages/vue.php:1157
3357
  msgid "The real-time report was last updated %s seconds ago."
3358
  msgstr ""
3359
 
3360
+ #: languages/vue.php:1160
3361
  msgid "The latest data will be automatically shown on this page when it becomes available."
3362
  msgstr ""
3363
 
3364
+ #: languages/vue.php:1163
3365
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
3366
  msgstr ""
3367
 
3368
+ #: languages/vue.php:1166
3369
  msgid "Pageviews Per Minute"
3370
  msgstr ""
3371
 
3372
+ #: languages/vue.php:1169
3373
  msgid "Top Pages"
3374
  msgstr ""
3375
 
3376
+ #: languages/vue.php:1172
3377
  msgid "No pageviews currently."
3378
  msgstr ""
3379
 
3380
+ #: languages/vue.php:1175
3381
  msgid "Page"
3382
  msgstr ""
3383
 
3384
+ #: languages/vue.php:1178
3385
  msgid "Pageview Count"
3386
  msgstr ""
3387
 
3388
+ #: languages/vue.php:1181
3389
  msgid "Percent of Total"
3390
  msgstr ""
3391
 
3392
+ #: languages/vue.php:1184
3393
  msgid "This is the number of active users currently on your site."
3394
  msgstr ""
3395
 
3396
+ #: languages/vue.php:1187
3397
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
3398
  msgstr ""
3399
 
3400
+ #: languages/vue.php:1190
3401
  msgid "This list shows the top pages users are currently viewing on your site."
3402
  msgstr ""
3403
 
3404
+ #: languages/vue.php:1193
3405
  msgid "View All Real-Time Pageviews"
3406
  msgstr ""
3407
 
3408
+ #: languages/vue.php:1196
3409
  msgid "View All Real-Time Traffic Sources"
3410
  msgstr ""
3411
 
3412
+ #: languages/vue.php:1199
3413
  msgid "View All Real-Time Traffic by Country"
3414
  msgstr ""
3415
 
3416
+ #: languages/vue.php:1202
3417
  msgid "View All Real-Time Traffic by City"
3418
  msgstr ""
3419
 
3420
+ #: languages/vue.php:1205
3421
  msgid "Welcome to MonsterInsights!"
3422
  msgstr ""
3423
 
3424
+ #: languages/vue.php:1208
3425
  msgid "Let's get you set up."
3426
  msgstr ""
3427
 
3428
+ #: languages/vue.php:1211
3429
  msgid "Save and Continue"
3430
  msgstr ""
3431
 
3432
+ #: languages/vue.php:1214
3433
  msgid "Which category best describes your website?"
3434
  msgstr ""
3435
 
3436
+ #: languages/vue.php:1217
3437
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
3438
  msgstr ""
3439
 
3440
+ #: languages/vue.php:1220
3441
  msgid "Business Website"
3442
  msgstr ""
3443
 
3444
+ #: languages/vue.php:1223
3445
  msgid "Publisher %s(Blog)%s"
3446
  msgstr ""
3447
 
3448
+ #: languages/vue.php:1226
3449
  msgid "Ecommerce"
3450
  msgstr ""
3451
 
3452
+ #: languages/vue.php:1229
3453
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
3454
  msgstr ""
3455
 
3456
+ #: languages/vue.php:1233
3457
  msgid "Google Optimize"
3458
  msgstr ""
3459
 
3460
+ #: languages/vue.php:1236
3461
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
3462
  msgstr ""
3463
 
3464
+ #: languages/vue.php:1239
3465
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
3466
  msgstr ""
3467
 
3468
+ #: languages/vue.php:1242
3469
  msgid "Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s"
3470
  msgstr ""
3471
 
3472
+ #: languages/vue.php:1251
3473
  msgid "Upgrade to MonsterInsights Pro"
3474
  msgstr ""
3475
 
3476
+ #: languages/vue.php:1254
3477
  msgid "Show in widget mode"
3478
  msgstr ""
3479
 
3480
+ #: languages/vue.php:1257
3481
  msgid "Show in full-width mode"
3482
  msgstr ""
3483
 
3484
+ #: languages/vue.php:1260
3485
  msgid "Last 30 Days Insights for:"
3486
  msgstr ""
3487
 
3488
+ #: languages/vue.php:1263
3489
  msgid "Your Website"
3490
  msgstr ""
3491
 
3492
+ #: languages/vue.php:1266
3493
  msgid "Avg. Duration"
3494
  msgstr ""
3495
 
3496
+ #: languages/vue.php:1269
3497
  msgid "More data is available"
3498
  msgstr ""
3499
 
3500
+ #: languages/vue.php:1272
3501
  msgid "Want to see page-specific stats?"
3502
  msgstr ""
3503
 
3504
+ #: languages/vue.php:1275
3505
  msgid "Can't load settings. Error: %s, %s"
3506
  msgstr ""
3507
 
3508
+ #: languages/vue.php:1279
3509
  msgid "You appear to be offline."
3510
  msgstr ""
3511
 
3512
+ #: languages/vue.php:1282
3513
  msgid "In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %sLearn More%s"
3514
  msgstr ""
3515
 
3516
+ #: languages/vue.php:1285
3517
  msgid "In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s"
3518
  msgstr ""
3519
 
3520
+ #: languages/vue.php:1288
3521
  msgid "In order for the MonsterInsights Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %sLearn More%s"
3522
  msgstr ""
3523
 
3524
+ #: languages/vue.php:1291
3525
  msgid "In order for the MonsterInsights Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %s%s Plugin%s | %sLearn More%s"
3526
  msgstr ""
3527
 
3528
+ #: languages/vue.php:1294
3529
  msgid "Recommended Addons"
3530
  msgstr ""
3531
 
3532
+ #: languages/vue.php:1297
3533
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
3534
  msgstr ""
3535
 
3536
+ #: languages/vue.php:1300
3537
  msgid "Other Addons"
3538
  msgstr ""
3539
 
3540
+ #: languages/vue.php:1303
3541
  msgid "View all MonsterInsights addons"
3542
  msgstr ""
3543
 
3544
+ #: languages/vue.php:1306
3545
  msgid "Deactivating..."
3546
  msgstr ""
3547
 
3548
+ #: languages/vue.php:1309
3549
  msgid "Deactivate"
3550
  msgstr ""
3551
 
3552
+ #: languages/vue.php:1312
3553
  msgid "Status: %s"
3554
  msgstr ""
3555
 
3556
+ #: languages/vue.php:1315
3557
  msgid "Not Installed"
3558
  msgstr ""
3559
 
3560
+ #: languages/vue.php:1318
3561
  msgid "Network Active"
3562
  msgstr ""
3563
 
3564
+ #: languages/vue.php:1321
3565
  msgid "Active"
3566
  msgstr ""
3567
 
3568
+ #: languages/vue.php:1324
3569
  msgid "Inactive"
3570
  msgstr ""
3571
 
3572
+ #: languages/vue.php:1330
3573
  msgid "Activating..."
3574
  msgstr ""
3575
 
3576
+ #: languages/vue.php:1333
3577
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
3578
  msgstr ""
3579
 
3580
+ #: languages/vue.php:1336
3581
  msgid "No addons found."
3582
  msgstr ""
3583
 
3584
+ #: languages/vue.php:1339
3585
  msgid "Refresh Addons"
3586
  msgstr ""
3587
 
3588
+ #: languages/vue.php:1342
3589
  msgid "Refreshing Addons"
3590
  msgstr ""
3591
 
3592
+ #: languages/vue.php:1345
3593
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
3594
  msgstr ""
3595
 
3596
+ #: languages/vue.php:1348
3597
  msgid "See All Your Important Store Metrics in One Place"
3598
  msgstr ""
3599
 
3600
+ #: languages/vue.php:1351
3601
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
3602
  msgstr ""
3603
 
3604
+ #: languages/vue.php:1354
3605
  msgid "ONE-CLICK INTEGRATIONS"
3606
  msgstr ""
3607
 
3608
+ #: languages/vue.php:1357
3609
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
3610
  msgstr ""
3611
 
3612
+ #: languages/vue.php:1360
3613
  msgid "MonsterInsights Ecommerce Addon makes it easy to setup enhanced eCommerce tracking, so you can see all your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more in a single report right inside your WordPress dashboard."
3614
  msgstr ""
3615
 
3616
+ #: languages/vue.php:1363
3617
  msgid "Upgrade to Pro and unlock addons and other great features. %sSave 50%% automatically!%s"
3618
  msgstr ""
3619
 
3620
+ #: languages/vue.php:1366
3621
  msgid "Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s."
3622
  msgstr ""
3623
 
3624
+ #: languages/vue.php:1370
3625
  msgid "Miscellaneous"
3626
  msgstr ""
3627
 
3628
+ #: languages/vue.php:1374
3629
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
3630
  msgstr ""
3631
 
3632
+ #: languages/vue.php:1378
3633
  msgid "Hide Announcements"
3634
  msgstr ""
3635
 
3636
+ #: languages/vue.php:1381
3637
  msgid "Show Overview Reports"
3638
  msgstr ""
3639
 
3640
+ #: languages/vue.php:1384
3641
  msgid "Show Publishers Reports"
3642
  msgstr ""
3643
 
3644
+ #: languages/vue.php:1387
3645
  msgid "Show eCommerce Reports"
3646
  msgstr ""
3647
 
3648
+ #: languages/vue.php:1390
3649
  msgid "Available in PRO version"
3650
  msgstr ""
3651
 
3652
+ #: languages/vue.php:1393
3653
  msgid "No options available"
3654
  msgstr ""
3655
 
3656
+ #: languages/vue.php:1396
3657
  msgid "Reset to default"
3658
  msgstr ""
3659
 
3660
+ #: languages/vue.php:1399
3661
  msgid "The value entered does not match the required format"
3662
  msgstr ""
3663
 
3664
+ #: languages/vue.php:1402
3665
  msgid "%s can't be empty."
3666
  msgstr ""
3667
 
3668
+ #: languages/vue.php:1405
3669
  msgid "Duplicate values are not allowed."
3670
  msgstr ""
3671
 
3672
+ #: languages/vue.php:1408
3673
  msgid "Add Another Link Path"
3674
  msgstr ""
3675
 
3676
+ #: languages/vue.php:1411
3677
  msgid "Remove row"
3678
  msgstr ""
3679
 
3680
+ #: languages/vue.php:1414
3681
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
3682
  msgstr ""
3683
 
3684
+ #: languages/vue.php:1417
3685
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!"
3686
  msgstr ""
3687
 
3688
+ #: languages/vue.php:1420
3689
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
3690
  msgstr ""
3691
 
3692
+ #: languages/vue.php:1423
3693
  msgid "Use coupon code %sLITEUPGRADE%s"
3694
  msgstr ""
3695
 
3696
+ #: languages/vue.php:1426
3697
  msgid "Facebook Instant Articles"
3698
  msgstr ""
3699
 
3700
+ #: languages/vue.php:1429
3701
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
3702
  msgstr ""
3703
 
3704
+ #: languages/vue.php:1432
3705
  msgid "Scroll Tracking"
3706
  msgstr ""
3707
 
3708
+ #: languages/vue.php:1435
3709
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
3710
  msgstr ""
3711
 
3712
+ #: languages/vue.php:1438
3713
  msgid "Can't save settings. Error: %s, %s"
3714
  msgstr ""
3715
 
3716
+ #: languages/vue.php:1441
3717
  msgid "You appear to be offline. Settings not saved."
3718
  msgstr ""
3719
 
3720
+ #: languages/vue.php:1444
3721
  msgid "Authenticating"
3722
  msgstr ""
3723
 
3724
+ #: languages/vue.php:1447
3725
  msgid "Re-Authenticating"
3726
  msgstr ""
3727
 
3728
+ #: languages/vue.php:1450
3729
  msgid "Verifying Credentials"
3730
  msgstr ""
3731
 
3732
+ #: languages/vue.php:1453
3733
  msgid "Your site is connected to MonsterInsights!"
3734
  msgstr ""
3735
 
3736
+ #: languages/vue.php:1456
3737
  msgid "Deauthenticating"
3738
  msgstr ""
3739
 
3740
+ #: languages/vue.php:1459
3741
  msgid "You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
3742
  msgstr ""
3743
 
3744
+ #: languages/vue.php:1462
3745
  msgid "Connect MonsterInsights"
3746
  msgstr ""
3747
 
3748
+ #: languages/vue.php:1465
3749
  msgid "Verify Credentials"
3750
  msgstr ""
3751
 
3752
+ #: languages/vue.php:1468
3753
  msgid "Reconnect MonsterInsights"
3754
  msgstr ""
3755
 
3756
+ #: languages/vue.php:1471
3757
  msgid "Website Profile"
3758
  msgstr ""
3759
 
3760
+ #: languages/vue.php:1474
3761
  msgid "Active Profile"
3762
  msgstr ""
3763
 
3764
+ #: languages/vue.php:1477
3765
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
3766
  msgstr ""
3767
 
3768
+ #: languages/vue.php:1480
3769
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
3770
  msgstr ""
3771
 
3772
+ #: languages/vue.php:1483
3773
  msgid "Manually enter your UA code"
3774
  msgstr ""
3775
 
3776
+ #: languages/vue.php:1486
3777
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
3778
  msgstr ""
3779
 
3780
+ #: languages/vue.php:1489
3781
  msgid "Or manually enter UA code (limited functionality)"
3782
  msgstr ""
3783
 
3784
+ #: languages/vue.php:1492
3785
  msgid "Force Deauthenticate"
3786
  msgstr ""
3787
 
3788
+ #: languages/vue.php:1495
3789
  msgid "Disconnect MonsterInsights"
3790
  msgstr ""
3791
 
3792
+ #: languages/vue.php:1498
3793
  msgid "Can't load errors. Error: %s, %s"
3794
  msgstr ""
3795
 
3796
+ #: languages/vue.php:1501
3797
  msgid "Google AMP"
3798
  msgstr ""
3799
 
3800
+ #: languages/vue.php:1504
3801
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
3802
  msgstr ""
3803
 
3804
+ #: languages/vue.php:1507
3805
  msgid "Upgrade"
3806
  msgstr ""
3807
 
3808
+ #: languages/vue.php:1510
3809
  msgid ""
3810
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
3811
  " and other privacy regulations."
3812
  msgstr ""
3813
 
3814
+ #: languages/vue.php:1514
3815
  msgid "EU Compliance"
3816
  msgstr ""
3817
 
3818
+ #: languages/vue.php:1517
3819
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
3820
  msgstr ""
3821
 
3822
+ #: languages/vue.php:1520
3823
  msgid "Usage Tracking"
3824
  msgstr ""
3825
 
3826
+ #: languages/vue.php:1523
3827
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
3828
  msgstr ""
3829
 
3830
+ #: languages/vue.php:1526
3831
  msgid "Allow usage tracking"
3832
  msgstr ""
3833
 
3834
+ #: languages/vue.php:1529
3835
  msgid "Complete documentation on usage tracking is available %shere%s."
3836
  msgstr ""
3837
 
3838
+ #: languages/vue.php:1532
3839
  msgid "Thank you for being a loyal MonsterInsights Lite user."
3840
  msgstr ""
3841
 
3842
+ #: languages/vue.php:1535
3843
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
3844
  msgstr ""
3845
 
3846
+ #: languages/vue.php:1538
3847
  msgid "Use coupon code %s to get 50%% off."
3848
  msgstr ""
3849
 
3850
+ #: languages/vue.php:1541
3851
  msgid "Dashboard widget"
3852
  msgstr ""
3853
 
3854
+ #: languages/vue.php:1544
3855
  msgid "Enhanced Ecommerce"
3856
  msgstr ""
3857
 
3858
+ #: languages/vue.php:1547
3859
  msgid "Banner Ads"
3860
  msgstr ""
3861
 
3862
+ #: languages/vue.php:1550
3863
  msgid "Author Tracking"
3864
  msgstr ""
3865
 
3866
+ #: languages/vue.php:1553
3867
  msgid "Form Conversions"
3868
  msgstr ""
3869
 
3870
+ #: languages/vue.php:1556
3871
  msgid "SEO Score Tracking"
3872
  msgstr ""
3873
 
3874
+ #: languages/vue.php:1559
3875
  msgid "Ads Tracking"
3876
  msgstr ""
3877
 
3878
+ #: languages/vue.php:1562
3879
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
3880
  msgstr ""
3881
 
3882
+ #: languages/vue.php:1565
3883
  msgid "Can't deactivate the license. Error: %s, %s"
3884
  msgstr ""
3885
 
3886
+ #: languages/vue.php:1568
3887
  msgid "Can't upgrade to PRO please try again. Error: %s, %s"
3888
  msgstr ""
3889
 
3890
+ #: languages/vue.php:1571
3891
  msgid "Can't load license details. Error: %s, %s"
3892
  msgstr ""
3893
 
3894
+ #: languages/vue.php:1574
3895
  msgid "Can't verify the license. Error: %s, %s"
3896
  msgstr ""
3897
 
3898
+ #: languages/vue.php:1577
3899
  msgid "Can't validate the license. Error: %s, %s"
3900
  msgstr ""
3901
 
3902
+ #: languages/vue.php:1580
3903
  msgid "Proceed"
3904
  msgstr ""
3905
 
3906
+ #: languages/vue.php:1583
3907
  msgid "Please wait..."
3908
  msgstr ""
3909
 
3910
+ #: languages/vue.php:1586
3911
  msgid "Connection Information"
3912
  msgstr ""
3913
 
3914
+ #: languages/vue.php:1589
3915
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
3916
  msgstr ""
3917
 
3918
+ #: languages/vue.php:1592
3919
  msgid "Hostname"
3920
  msgstr ""
3921
 
3922
+ #: languages/vue.php:1595
3923
  msgid "FTP Username"
3924
  msgstr ""
3925
 
3926
+ #: languages/vue.php:1598
3927
  msgid "FTP Password"
3928
  msgstr ""
3929
 
3930
+ #: languages/vue.php:1601
3931
  msgid "This password will not be stored on the server."
3932
  msgstr ""
3933
 
3934
+ #: languages/vue.php:1604
3935
  msgid "Connection Type"
3936
  msgstr ""
3937
 
3938
+ #: languages/vue.php:1607
3939
  msgid "Cancel"
3940
  msgstr ""
3941
 
3942
+ #: languages/vue.php:1610
3943
  msgid "Can't deauthenticate. Error: %s, %s"
3944
  msgstr ""
3945
 
3946
+ #: languages/vue.php:1613
3947
  msgid "Can't load authentication details. Error: %s, %s"
3948
  msgstr ""
3949
 
3950
+ #: languages/vue.php:1616
3951
  msgid "Can't authenticate. Error: %s, %s"
3952
  msgstr ""
3953
 
3954
+ #: languages/vue.php:1619
3955
  msgid "Can't reauthenticate. Error: %s, %s"
3956
  msgstr ""
3957
 
3958
+ #: languages/vue.php:1622
3959
  msgid "Can't verify credentials. Error: %s, %s"
3960
  msgstr ""
3961
 
3962
+ #: languages/vue.php:1625
3963
  msgid "Help Us Improve"
3964
  msgstr ""
3965
 
3966
+ #: languages/vue.php:1628
3967
  msgid "Help us better understand our users and their website needs."
3968
  msgstr ""
3969
 
3970
+ #: languages/vue.php:1631
3971
  msgid "If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %svisit our website.%s"
3972
  msgstr ""
3973
 
3974
+ #: languages/vue.php:1634
3975
  msgid "Website profile"
3976
  msgstr ""
3977
 
3978
+ #: languages/vue.php:1637
3979
  msgid "Active profile"
3980
  msgstr ""
3981
 
3982
+ #: languages/vue.php:1640
3983
  msgid "Skip and Keep Connection"
3984
  msgstr ""
3985
 
3986
+ #: languages/vue.php:1643
3987
  msgid "Can't activate addon. Error: %s, %s"
3988
  msgstr ""
3989
 
3990
+ #: languages/vue.php:1646
3991
  msgid "You appear to be offline. Addon not activated."
3992
  msgstr ""
3993
 
3994
+ #: languages/vue.php:1649
3995
  msgid "Can't deactivate addon. Error: %s, %s"
3996
  msgstr ""
3997
 
3998
+ #: languages/vue.php:1652
3999
  msgid "You appear to be offline. Addon not deactivated."
4000
  msgstr ""
4001
 
4002
+ #: languages/vue.php:1655
4003
  msgid "Can't install plugin. Error: %s, %s"
4004
  msgstr ""
4005
 
4006
+ #: languages/vue.php:1658
4007
  msgid "You appear to be offline. Plugin not installed."
4008
  msgstr ""
4009
 
4010
+ #: languages/vue.php:1661
4011
  msgid "Can't install addon. Error: %s, %s"
4012
  msgstr ""
4013
 
4014
+ #: languages/vue.php:1664
4015
  msgid "You appear to be offline. Addon not installed."
4016
  msgstr ""
4017
 
4018
+ #: languages/vue.php:1667
4019
  msgid "Can't install WPForms. Error: %s, %s"
4020
  msgstr ""
4021
 
4022
+ #: languages/vue.php:1670
4023
  msgid "You appear to be offline. WPForms not installed."
4024
  msgstr ""
4025
 
4026
+ #: languages/vue.php:1673
4027
  msgid "Allow Usage Tracking"
4028
  msgstr ""
4029
 
4030
+ #: languages/vue.php:1676
4031
  msgid "Verifying License"
4032
  msgstr ""
4033
 
4034
+ #: languages/vue.php:1679
4035
  msgid "Success"
4036
  msgstr ""
4037
 
4038
+ #: languages/vue.php:1682
4039
  msgid "There was an error verifying your license"
4040
  msgstr ""
4041
 
4042
+ #: languages/vue.php:1685
4043
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
4044
  msgstr ""
4045
 
4046
+ #: languages/vue.php:1688
4047
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s"
4048
  msgstr ""
4049
 
4050
+ #: languages/vue.php:1691
4051
  msgid "To unlock more features consider %supgrading to PRO%s."
4052
  msgstr ""
4053
 
4054
+ #: languages/vue.php:1694
4055
  msgid "As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
4056
  msgstr ""
4057
 
4058
+ #: languages/vue.php:1697
4059
  msgid "Unlock PRO Features Now"
4060
  msgstr ""
4061
 
4062
+ #: languages/vue.php:1700
4063
  msgid "Paste your license key here"
4064
  msgstr ""
4065
 
4066
+ #: languages/vue.php:1703
4067
  msgid "Verify"
4068
  msgstr ""
4069
 
4070
+ #: languages/vue.php:1706
4071
  msgid "If you already have a License key add it below to unlock MonsterInsights PRO. %sRetrieve your license key%s."
4072
  msgstr ""
4073
 
4074
+ #: languages/vue.php:1709
4075
  msgid "Almost Done"
4076
  msgstr ""
4077
 
4078
+ #: languages/vue.php:1712
4079
  msgid "MonsterInsights can automatically upgrade the installed version to the paid version"
4080
  msgstr ""
4081
 
4082
+ #: languages/vue.php:1715
4083
  msgid "Complete Upgrade"
4084
  msgstr ""
4085
 
4086
+ #: languages/vue.php:1718
4087
  msgid "Do Upgrade Later"
4088
  msgstr ""
4089
 
4090
+ #: languages/vue.php:1721
4091
  msgid "Upgrade to PRO"
4092
  msgstr ""
4093
 
4094
+ #: languages/vue.php:1724
4095
  msgid "Upgrade to Pro"
4096
  msgstr ""
4097
 
4098
+ #: languages/vue.php:1727
4099
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
4100
  msgstr ""
4101
 
4102
+ #: languages/vue.php:1730
4103
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy!"
4104
  msgstr ""
4105
 
4106
+ #: languages/vue.php:1733
4107
  msgid "You need to %sconnect MonsterInsights%s first"
4108
  msgstr ""
4109
 
4110
+ #: languages/vue.php:1739
4111
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
4112
  msgstr ""
4113
 
4114
+ #: languages/vue.php:1742
4115
  msgid "MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
4116
  msgstr ""
4117
 
4118
+ #: languages/vue.php:1745
4119
  msgid "Launch the Wizard!"
4120
  msgstr ""
4121
 
4122
+ #: languages/vue.php:1748
4123
  msgid "Read the Full Guide"
4124
  msgstr ""
4125
 
4126
+ #: languages/vue.php:1751
4127
  msgid "MonsterInsights Features & Addons"
4128
  msgstr ""
4129
 
4130
+ #: languages/vue.php:1754
4131
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
4132
  msgstr ""
4133
 
4134
+ #: languages/vue.php:1757
4135
  msgid "See All Features"
4136
  msgstr ""
4137
 
4138
+ #: languages/vue.php:1760
4139
  msgid "per year"
4140
  msgstr ""
4141
 
4142
+ #: languages/vue.php:1763
4143
  msgid "Testimonials"
4144
  msgstr ""
4145
 
4146
+ #: languages/vue.php:1766
4147
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
4148
  msgstr ""
4149
 
4150
+ #: languages/vue.php:1769
4151
  msgid "Google Analytics Dashboard"
4152
  msgstr ""
4153
 
4154
+ #: languages/vue.php:1772
4155
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
4156
  msgstr ""
4157
 
4158
+ #: languages/vue.php:1775
4159
  msgid "Real-time Stats"
4160
  msgstr ""
4161
 
4162
+ #: languages/vue.php:1778
4163
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
4164
  msgstr ""
4165
 
4166
+ #: languages/vue.php:1781
4167
  msgid "Enhanced Ecommerce Tracking"
4168
  msgstr ""
4169
 
4170
+ #: languages/vue.php:1784
4171
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
4172
  msgstr ""
4173
 
4174
+ #: languages/vue.php:1787
4175
  msgid "Page Level Analytics"
4176
  msgstr ""
4177
 
4178
+ #: languages/vue.php:1790
4179
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
4180
  msgstr ""
4181
 
4182
+ #: languages/vue.php:1793
4183
  msgid "Affiliate Link & Ads Tracking"
4184
  msgstr ""
4185
 
4186
+ #: languages/vue.php:1796
4187
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
4188
  msgstr ""
4189
 
4190
+ #: languages/vue.php:1799
4191
  msgid "EU Compliance (GDPR Friendly)"
4192
  msgstr ""
4193
 
4194
+ #: languages/vue.php:1802
4195
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
4196
  msgstr ""
4197
 
4198
+ #: languages/vue.php:1805
4199
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
4200
  msgstr ""
4201
 
4202
+ #: languages/vue.php:1808
4203
  msgid "Ecommerce Report"
4204
  msgstr ""
4205
 
4206
+ #: languages/vue.php:1811
4207
  msgid "Category / Tags Tracking"
4208
  msgstr ""
4209
 
4210
+ #: languages/vue.php:1814
4211
  msgid "WooCommerce"
4212
  msgstr ""
4213
 
4214
+ #: languages/vue.php:1817
4215
  msgid "Easy Digital Downloads"
4216
  msgstr ""
4217
 
 
 
 
 
 
 
 
 
4218
  #: languages/vue.php:1820
4219
+ msgid "MemberPress"
4220
  msgstr ""
4221
 
4222
  #: languages/vue.php:1823
4223
+ msgid "LifterLMS"
4224
  msgstr ""
4225
 
4226
  #: languages/vue.php:1826
4227
+ msgid "You must connect with MonsterInsights before you can view reports."
4228
  msgstr ""
4229
 
4230
  #: languages/vue.php:1829
4231
+ msgid "Connect with MonsterInsights"
4232
  msgstr ""
4233
 
4234
  #: languages/vue.php:1832
4235
+ msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
4236
  msgstr ""
4237
 
4238
  #: languages/vue.php:1835
4239
+ msgid "MonsterInsights encountered an error loading your report data"
4240
  msgstr ""
4241
 
4242
  #: languages/vue.php:1838
4243
+ msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
 
 
 
 
4244
  msgstr ""
4245
 
4246
  #: languages/vue.php:1844
4247
+ msgid "Congratulations!"
4248
  msgstr ""
4249
 
4250
  #: languages/vue.php:1847
4251
+ msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard. In order to start tracking please take a look at our %sGetting started video%s or use our %s to get you quickly set up."
4252
  msgstr ""
4253
 
4254
  #: languages/vue.php:1850
4255
+ msgid "Onboarding Wizard"
4256
  msgstr ""
4257
 
4258
  #: languages/vue.php:1853
4259
+ msgid "You are now connected with MonsterInsights! MonsterInsights makes it effortless to implement Google Analytics tracking and view reporting directly in the WordPress admin."
4260
  msgstr ""
4261
 
4262
  #: languages/vue.php:1856
4263
+ msgid "Yup, we know a thing or two about building awesome products that customers love."
4264
  msgstr ""
4265
 
4266
  #: languages/vue.php:1859
4267
+ msgid "View Full Overview Report"
4268
  msgstr ""
4269
 
4270
  #: languages/vue.php:1862
4271
+ msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %sRetrieve your license key%s."
4272
  msgstr ""
4273
 
4274
  #: languages/vue.php:1865
4275
+ msgid "Hide dashboard widget"
4276
  msgstr ""
4277
 
4278
  #: languages/vue.php:1868
4279
+ msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
4280
  msgstr ""
4281
 
4282
  #: languages/vue.php:1871
4283
+ msgid "Yes, hide it!"
4284
+ msgstr ""
4285
+
4286
+ #: languages/vue.php:1874
4287
+ msgid "No, cancel!"
4288
+ msgstr ""
4289
+
4290
+ #: languages/vue.php:1877
4291
+ msgid "MonsterInsights Widget Hidden"
4292
+ msgstr ""
4293
+
4294
+ #: languages/vue.php:1880
4295
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
4296
  msgstr ""
4297
 
languages/vue.php CHANGED
@@ -7,8 +7,9 @@ $generated_i18n_strings = array(
7
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:134
8
  __( 'Loading new report data...', 'google-analytics-for-wordpress' ),
9
 
10
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:120
11
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:147
 
12
  __( 'Error', 'google-analytics-for-wordpress' ),
13
 
14
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:148
@@ -149,7 +150,7 @@ $generated_i18n_strings = array(
149
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:236
150
  __( 'Get Fresh Reports Data Every 60 Seconds', 'google-analytics-for-wordpress' ),
151
 
152
- // Reference: src/modules/widget/store/index.js:13
153
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
154
 
155
  // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:103
@@ -176,7 +177,7 @@ $generated_i18n_strings = array(
176
  // Reference: src/modules/reports/routes/index.js:30
177
  __( 'Publishers Report', 'google-analytics-for-wordpress' ),
178
 
179
- // Reference: src/modules/reports/components/reports/ReportEcommerce-Lite.vue:23
180
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
181
 
182
  // Reference: src/modules/reports/components/reports/ReportSearchConsole-Lite.vue:26
@@ -185,10 +186,11 @@ $generated_i18n_strings = array(
185
  // Reference: src/modules/reports/components/reports/ReportDimensions-Lite.vue:23
186
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
187
 
188
- // Reference: src/modules/reports/components/reports/ReportForms-Lite.vue:25
189
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
190
 
191
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:51
 
192
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
193
 
194
  // Reference: src/modules/widget/components/WidgetFooter.vue:18
@@ -200,16 +202,17 @@ $generated_i18n_strings = array(
200
  // Reference: src/modules/addons/components/AddonBlock.vue:111
201
  __( 'Activate', 'google-analytics-for-wordpress' ),
202
 
203
- // Reference: src/modules/widget/components/WidgetFooter.vue:21
204
  __( 'Learn More', 'google-analytics-for-wordpress' ),
205
 
 
206
  // Reference: src/modules/widget/store/index.js:75
207
  __( 'Overview', 'google-analytics-for-wordpress' ),
208
 
209
- // Reference: src/modules/reports/components/ReportsNavigation.vue:37
210
  __( 'Publishers', 'google-analytics-for-wordpress' ),
211
 
212
- // Reference: src/modules/reports/components/reports/ReportEcommerce-Lite.vue:22
213
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
214
 
215
  // Reference: src/modules/reports/components/ReportsNavigation.vue:39
@@ -227,29 +230,34 @@ $generated_i18n_strings = array(
227
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
228
  __( 'Loading settings', 'google-analytics-for-wordpress' ),
229
 
230
- // Reference: src/modules/settings/routes/site.js:109
231
  __( 'About Us', 'google-analytics-for-wordpress' ),
232
 
233
- // Reference: src/modules/settings/routes/site.js:117
234
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
235
 
 
236
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:52
237
- // Reference: src/modules/settings/routes/site.js:126
238
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
239
 
240
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:56
 
241
  __( 'General', 'google-analytics-for-wordpress' ),
242
 
243
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:57
 
244
  __( 'Engagement', 'google-analytics-for-wordpress' ),
245
 
246
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:59
 
247
  __( 'Publisher', 'google-analytics-for-wordpress' ),
248
 
249
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:60
 
250
  __( 'Conversions', 'google-analytics-for-wordpress' ),
251
 
252
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:61
 
253
  __( 'Advanced', 'google-analytics-for-wordpress' ),
254
 
255
  // Reference: src/modules/tools/components/ToolsNavigation.vue:15
@@ -375,25 +383,22 @@ $generated_i18n_strings = array(
375
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:180
376
  __( 'Mobile', 'google-analytics-for-wordpress' ),
377
 
378
- // Reference: src/modules/frontend/components/FrontendStatsGeneral.vue:26
379
  __( 'Sessions', 'google-analytics-for-wordpress' ),
380
 
381
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:238
382
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:65
383
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
384
 
385
- // Reference: src/modules/frontend/components/FrontendStatsGeneral.vue:27
386
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
387
 
388
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:240
389
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:67
390
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
391
 
392
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:241
393
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:72
394
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
395
 
396
- // Reference: src/modules/frontend/components/FrontendStatsGeneral.vue:29
397
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
398
 
399
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:245
@@ -411,15 +416,12 @@ $generated_i18n_strings = array(
411
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:250
412
  __( 'View Full Posts/Pages Report', 'google-analytics-for-wordpress' ),
413
 
414
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:252
415
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:68
416
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
417
 
418
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:253
419
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:69
420
  __( 'A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.', 'google-analytics-for-wordpress' ),
421
 
422
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:254
423
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:70
424
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
425
 
@@ -447,16 +449,16 @@ $generated_i18n_strings = array(
447
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:82
448
  __( 'None %s- Manually update everything.%s', 'google-analytics-for-wordpress' ),
449
 
450
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:85
451
  __( 'License Key', 'google-analytics-for-wordpress' ),
452
 
453
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:86
454
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
455
 
456
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:87
457
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
458
 
459
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:88
460
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
461
 
462
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:89
@@ -468,19 +470,20 @@ $generated_i18n_strings = array(
468
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:91
469
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
470
 
 
471
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:92
472
  __( 'Launch Setup Wizard', 'google-analytics-for-wordpress' ),
473
 
474
- // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:41
475
  __( 'Path (example: %s)', 'google-analytics-for-wordpress' ),
476
 
477
- // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:43
478
  __( 'Path has to start with a / and have no spaces', 'google-analytics-for-wordpress' ),
479
 
480
- // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:47
481
  __( 'Label (example: %s)', 'google-analytics-for-wordpress' ),
482
 
483
- // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:49
484
  __( 'Label can\'t contain any spaces', 'google-analytics-for-wordpress' ),
485
 
486
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:54
@@ -684,7 +687,7 @@ $generated_i18n_strings = array(
684
  // Reference: src/modules/tools/components/ToolsTabImportExport.vue:87
685
  __( 'Please choose a .json file generated by a MonsterInsights settings export.', 'google-analytics-for-wordpress' ),
686
 
687
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:122
688
  __( 'Ok', 'google-analytics-for-wordpress' ),
689
 
690
  // Reference: src/modules/tools/components/ToolsTabUrlBuilder.vue:154
@@ -928,6 +931,7 @@ $generated_i18n_strings = array(
928
  __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-for-wordpress' ),
929
 
930
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:55
 
931
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
932
 
933
  // Reference: src/modules/addons/components/AddonBlock.vue:83
@@ -1005,7 +1009,6 @@ $generated_i18n_strings = array(
1005
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:91
1006
  __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
1007
 
1008
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:94
1009
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:31
1010
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
1011
 
@@ -1033,7 +1036,7 @@ $generated_i18n_strings = array(
1033
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
1034
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1035
 
1036
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
1037
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1038
 
1039
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepSuccess.vue:31
@@ -1111,7 +1114,7 @@ $generated_i18n_strings = array(
1111
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:85
1112
  __( 'These user roles will be able to access MonsterInsights\'s reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
1113
 
1114
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedAddons-Lite.vue:49
1115
  __( 'Save and continue', 'google-analytics-for-wordpress' ),
1116
 
1117
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
@@ -1267,10 +1270,12 @@ $generated_i18n_strings = array(
1267
  // Reference: src/modules/frontend/components/FrontendStatsGeneral.vue:40
1268
  __( 'Want to see page-specific stats?', 'google-analytics-for-wordpress' ),
1269
 
 
1270
  // Reference: src/modules/settings/api/index.js:18
1271
  __( 'Can\'t load settings. Error: %s, %s', 'google-analytics-for-wordpress' ),
1272
 
1273
- // Reference: src/modules/settings/api/index.js:22
 
1274
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
1275
 
1276
  // Reference: src/modules/addons/store/actions.js:32
@@ -1318,7 +1323,7 @@ $generated_i18n_strings = array(
1318
  // Reference: src/modules/addons/components/AddonBlock.vue:88
1319
  __( 'Inactive', 'google-analytics-for-wordpress' ),
1320
 
1321
- // Reference: src/modules/addons/components/AddonBlock.vue:96
1322
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
1323
 
1324
  // Reference: src/modules/addons/components/AddonBlock.vue:99
@@ -1432,10 +1437,10 @@ $generated_i18n_strings = array(
1432
  // Reference: src/modules/settings/api/index.js:52
1433
  __( 'You appear to be offline. Settings not saved.', 'google-analytics-for-wordpress' ),
1434
 
1435
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:78
1436
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
1437
 
1438
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:105
1439
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
1440
 
1441
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:170
@@ -1450,13 +1455,13 @@ $generated_i18n_strings = array(
1450
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:221
1451
  __( 'You\'ve disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-for-wordpress' ),
1452
 
1453
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:46
1454
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
1455
 
1456
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:68
1457
  __( 'Verify Credentials', 'google-analytics-for-wordpress' ),
1458
 
1459
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
1460
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
1461
 
1462
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:70
@@ -1465,10 +1470,10 @@ $generated_i18n_strings = array(
1465
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:71
1466
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
1467
 
1468
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
1469
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
1470
 
1471
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
1472
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
1473
 
1474
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:74
@@ -1489,14 +1494,13 @@ $generated_i18n_strings = array(
1489
  // Reference: src/modules/wizard-onboarding/api/index.js:17
1490
  __( 'Can\'t load errors. Error: %s, %s', 'google-analytics-for-wordpress' ),
1491
 
1492
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:60
1493
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
1494
 
1495
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAmp-Lite.vue:23
1496
  __( 'Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking.', 'google-analytics-for-wordpress' ),
1497
 
1498
  // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:29
1499
- // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:19
1500
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
1501
 
1502
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:20
@@ -1509,16 +1513,16 @@ $generated_i18n_strings = array(
1509
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputPerformance-Lite.vue:18
1510
  __( 'Adjust the sample rate so you don\'t exceed Google Analytics\' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization.', 'google-analytics-for-wordpress' ),
1511
 
1512
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:27
1513
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
1514
 
1515
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:29
1516
  __( 'By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test.', 'google-analytics-for-wordpress' ),
1517
 
1518
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:47
1519
  __( 'Allow usage tracking', 'google-analytics-for-wordpress' ),
1520
 
1521
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:30
1522
  __( 'Complete documentation on usage tracking is available %shere%s.', 'google-analytics-for-wordpress' ),
1523
 
1524
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:49
@@ -1572,7 +1576,6 @@ $generated_i18n_strings = array(
1572
  // Reference: src/components/TheAppFTPForm.vue:100
1573
  __( 'Proceed', 'google-analytics-for-wordpress' ),
1574
 
1575
- // Reference: src/components/TheAppFTPForm.vue:110
1576
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:52
1577
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
1578
 
@@ -1681,10 +1684,10 @@ $generated_i18n_strings = array(
1681
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:30
1682
  __( 'You\'re using %sMonsterInsights Lite%s - no license needed. Enjoy! %s', 'google-analytics-for-wordpress' ),
1683
 
1684
- // Reference: src/modules/settings/components/network/SettingsInputLicenseNetwork-Lite.vue:21
1685
  __( 'To unlock more features consider %supgrading to PRO%s.', 'google-analytics-for-wordpress' ),
1686
 
1687
- // Reference: src/modules/settings/components/network/SettingsInputLicenseNetwork-Lite.vue:22
1688
  __( 'As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
1689
 
1690
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:33
@@ -1816,6 +1819,15 @@ $generated_i18n_strings = array(
1816
  // Reference: src/modules/wizard-onboarding/welcome-Lite.vue:190
1817
  __( 'LifterLMS', 'google-analytics-for-wordpress' ),
1818
 
 
 
 
 
 
 
 
 
 
1819
  // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:41
1820
  __( 'View Reports', 'google-analytics-for-wordpress' ),
1821
 
@@ -1837,15 +1849,6 @@ $generated_i18n_strings = array(
1837
  // Reference: src/modules/reports/components/ReportReAuth.vue:22
1838
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
1839
 
1840
- // Reference: src/modules/reports/components/ReportNoAuth-Lite.vue:22
1841
- __( 'You must connect with MonsterInsights before you can view reports.', 'google-analytics-for-wordpress' ),
1842
-
1843
- // Reference: src/modules/reports/components/ReportNoAuth-Lite.vue:23
1844
- __( 'Connect with MonsterInsights', 'google-analytics-for-wordpress' ),
1845
-
1846
- // Reference: src/modules/reports/components/ReportNoAuth-Lite.vue:24
1847
- __( 'MonsterInsights makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-for-wordpress' ),
1848
-
1849
  // Reference: src/modules/about/components/AboutTabAboutUs.vue:35
1850
  __( 'Yup, we know a thing or two about building awesome products that customers love.', 'google-analytics-for-wordpress' ),
1851
 
7
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:134
8
  __( 'Loading new report data...', 'google-analytics-for-wordpress' ),
9
 
10
+ // Reference: src/modules/reports/components/ReportReAuth.vue:47
11
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:68
12
+ // Reference: src/modules/widget/components/WidgetReportError.vue:25
13
  __( 'Error', 'google-analytics-for-wordpress' ),
14
 
15
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:148
150
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:236
151
  __( 'Get Fresh Reports Data Every 60 Seconds', 'google-analytics-for-wordpress' ),
152
 
153
+ // Reference: src/modules/widget/widget.vue:28
154
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
155
 
156
  // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:103
177
  // Reference: src/modules/reports/routes/index.js:30
178
  __( 'Publishers Report', 'google-analytics-for-wordpress' ),
179
 
180
+ // Reference: src/modules/reports/routes/index.js:38
181
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
182
 
183
  // Reference: src/modules/reports/components/reports/ReportSearchConsole-Lite.vue:26
186
  // Reference: src/modules/reports/components/reports/ReportDimensions-Lite.vue:23
187
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
188
 
189
+ // Reference: src/modules/reports/routes/index.js:62
190
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
191
 
192
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:51
193
+ // Reference: src/modules/reports/routes/index.js:70
194
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
195
 
196
  // Reference: src/modules/widget/components/WidgetFooter.vue:18
202
  // Reference: src/modules/addons/components/AddonBlock.vue:111
203
  __( 'Activate', 'google-analytics-for-wordpress' ),
204
 
205
+ // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:26
206
  __( 'Learn More', 'google-analytics-for-wordpress' ),
207
 
208
+ // Reference: src/modules/reports/components/ReportsNavigation.vue:36
209
  // Reference: src/modules/widget/store/index.js:75
210
  __( 'Overview', 'google-analytics-for-wordpress' ),
211
 
212
+ // Reference: src/modules/reports/components/reports/ReportPublishers-Lite.vue:25
213
  __( 'Publishers', 'google-analytics-for-wordpress' ),
214
 
215
+ // Reference: src/modules/reports/components/ReportsNavigation.vue:38
216
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
217
 
218
  // Reference: src/modules/reports/components/ReportsNavigation.vue:39
230
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
231
  __( 'Loading settings', 'google-analytics-for-wordpress' ),
232
 
233
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
234
  __( 'About Us', 'google-analytics-for-wordpress' ),
235
 
236
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
237
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
238
 
239
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
240
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:52
 
241
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
242
 
243
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:56
244
+ // Reference: src/modules/settings/routes/site.js:29
245
  __( 'General', 'google-analytics-for-wordpress' ),
246
 
247
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:57
248
+ // Reference: src/modules/settings/routes/site.js:37
249
  __( 'Engagement', 'google-analytics-for-wordpress' ),
250
 
251
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:59
252
+ // Reference: src/modules/settings/routes/site.js:53
253
  __( 'Publisher', 'google-analytics-for-wordpress' ),
254
 
255
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:60
256
+ // Reference: src/modules/settings/routes/site.js:61
257
  __( 'Conversions', 'google-analytics-for-wordpress' ),
258
 
259
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:61
260
+ // Reference: src/modules/settings/routes/site.js:69
261
  __( 'Advanced', 'google-analytics-for-wordpress' ),
262
 
263
  // Reference: src/modules/tools/components/ToolsNavigation.vue:15
383
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:180
384
  __( 'Mobile', 'google-analytics-for-wordpress' ),
385
 
386
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:64
387
  __( 'Sessions', 'google-analytics-for-wordpress' ),
388
 
 
389
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:65
390
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
391
 
392
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:66
393
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
394
 
 
395
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:67
396
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
397
 
 
398
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:72
399
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
400
 
401
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:73
402
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
403
 
404
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:245
416
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:250
417
  __( 'View Full Posts/Pages Report', 'google-analytics-for-wordpress' ),
418
 
 
419
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:68
420
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
421
 
 
422
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:69
423
  __( 'A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.', 'google-analytics-for-wordpress' ),
424
 
 
425
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:70
426
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
427
 
449
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:82
450
  __( 'None %s- Manually update everything.%s', 'google-analytics-for-wordpress' ),
451
 
452
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingLicense-Lite.vue:27
453
  __( 'License Key', 'google-analytics-for-wordpress' ),
454
 
455
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:86
456
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
457
 
458
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:28
459
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
460
 
461
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:29
462
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
463
 
464
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:89
470
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:91
471
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
472
 
473
+ // Reference: src/modules/reports/components/ReportNoAuth-Lite.vue:25
474
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:92
475
  __( 'Launch Setup Wizard', 'google-analytics-for-wordpress' ),
476
 
477
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:70
478
  __( 'Path (example: %s)', 'google-analytics-for-wordpress' ),
479
 
480
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:72
481
  __( 'Path has to start with a / and have no spaces', 'google-analytics-for-wordpress' ),
482
 
483
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:76
484
  __( 'Label (example: %s)', 'google-analytics-for-wordpress' ),
485
 
486
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:78
487
  __( 'Label can\'t contain any spaces', 'google-analytics-for-wordpress' ),
488
 
489
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:54
687
  // Reference: src/modules/tools/components/ToolsTabImportExport.vue:87
688
  __( 'Please choose a .json file generated by a MonsterInsights settings export.', 'google-analytics-for-wordpress' ),
689
 
690
+ // Reference: src/modules/reports/components/ReportReAuth.vue:49
691
  __( 'Ok', 'google-analytics-for-wordpress' ),
692
 
693
  // Reference: src/modules/tools/components/ToolsTabUrlBuilder.vue:154
931
  __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-for-wordpress' ),
932
 
933
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:55
934
+ // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:35
935
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
936
 
937
  // Reference: src/modules/addons/components/AddonBlock.vue:83
1009
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:91
1010
  __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
1011
 
 
1012
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:31
1013
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
1014
 
1036
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
1037
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1038
 
1039
+ // Reference: src/modules/addons/components/AddonBlock.vue:105
1040
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1041
 
1042
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepSuccess.vue:31
1114
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:85
1115
  __( 'These user roles will be able to access MonsterInsights\'s reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
1116
 
1117
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
1118
  __( 'Save and continue', 'google-analytics-for-wordpress' ),
1119
 
1120
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
1270
  // Reference: src/modules/frontend/components/FrontendStatsGeneral.vue:40
1271
  __( 'Want to see page-specific stats?', 'google-analytics-for-wordpress' ),
1272
 
1273
+ // Reference: src/modules/reports/api/index.js:22
1274
  // Reference: src/modules/settings/api/index.js:18
1275
  __( 'Can\'t load settings. Error: %s, %s', 'google-analytics-for-wordpress' ),
1276
 
1277
+ // Reference: src/modules/license/api/index.js:140
1278
+ // Reference: src/modules/wizard-onboarding/api/index.js:21
1279
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
1280
 
1281
  // Reference: src/modules/addons/store/actions.js:32
1323
  // Reference: src/modules/addons/components/AddonBlock.vue:88
1324
  __( 'Inactive', 'google-analytics-for-wordpress' ),
1325
 
1326
+ // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
1327
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
1328
 
1329
  // Reference: src/modules/addons/components/AddonBlock.vue:99
1437
  // Reference: src/modules/settings/api/index.js:52
1438
  __( 'You appear to be offline. Settings not saved.', 'google-analytics-for-wordpress' ),
1439
 
1440
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:116
1441
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
1442
 
1443
+ // Reference: src/modules/reports/components/ReportReAuth.vue:32
1444
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
1445
 
1446
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:170
1455
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:221
1456
  __( 'You\'ve disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-for-wordpress' ),
1457
 
1458
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:67
1459
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
1460
 
1461
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:68
1462
  __( 'Verify Credentials', 'google-analytics-for-wordpress' ),
1463
 
1464
+ // Reference: src/modules/reports/components/ReportReAuth.vue:23
1465
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
1466
 
1467
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:70
1470
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:71
1471
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
1472
 
1473
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:72
1474
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
1475
 
1476
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:73
1477
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
1478
 
1479
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:74
1494
  // Reference: src/modules/wizard-onboarding/api/index.js:17
1495
  __( 'Can\'t load errors. Error: %s, %s', 'google-analytics-for-wordpress' ),
1496
 
1497
+ // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAmp-Lite.vue:22
1498
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
1499
 
1500
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAmp-Lite.vue:23
1501
  __( 'Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking.', 'google-analytics-for-wordpress' ),
1502
 
1503
  // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:29
 
1504
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
1505
 
1506
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:20
1513
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputPerformance-Lite.vue:18
1514
  __( 'Adjust the sample rate so you don\'t exceed Google Analytics\' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization.', 'google-analytics-for-wordpress' ),
1515
 
1516
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:45
1517
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
1518
 
1519
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:46
1520
  __( 'By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test.', 'google-analytics-for-wordpress' ),
1521
 
1522
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:47
1523
  __( 'Allow usage tracking', 'google-analytics-for-wordpress' ),
1524
 
1525
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:48
1526
  __( 'Complete documentation on usage tracking is available %shere%s.', 'google-analytics-for-wordpress' ),
1527
 
1528
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:49
1576
  // Reference: src/components/TheAppFTPForm.vue:100
1577
  __( 'Proceed', 'google-analytics-for-wordpress' ),
1578
 
 
1579
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:52
1580
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
1581
 
1684
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:30
1685
  __( 'You\'re using %sMonsterInsights Lite%s - no license needed. Enjoy! %s', 'google-analytics-for-wordpress' ),
1686
 
1687
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:31
1688
  __( 'To unlock more features consider %supgrading to PRO%s.', 'google-analytics-for-wordpress' ),
1689
 
1690
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:32
1691
  __( 'As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
1692
 
1693
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:33
1819
  // Reference: src/modules/wizard-onboarding/welcome-Lite.vue:190
1820
  __( 'LifterLMS', 'google-analytics-for-wordpress' ),
1821
 
1822
+ // Reference: src/modules/reports/components/ReportNoAuth-Lite.vue:22
1823
+ __( 'You must connect with MonsterInsights before you can view reports.', 'google-analytics-for-wordpress' ),
1824
+
1825
+ // Reference: src/modules/reports/components/ReportNoAuth-Lite.vue:23
1826
+ __( 'Connect with MonsterInsights', 'google-analytics-for-wordpress' ),
1827
+
1828
+ // Reference: src/modules/reports/components/ReportNoAuth-Lite.vue:24
1829
+ __( 'MonsterInsights makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-for-wordpress' ),
1830
+
1831
  // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:41
1832
  __( 'View Reports', 'google-analytics-for-wordpress' ),
1833
 
1849
  // Reference: src/modules/reports/components/ReportReAuth.vue:22
1850
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
1851
 
 
 
 
 
 
 
 
 
 
1852
  // Reference: src/modules/about/components/AboutTabAboutUs.vue:35
1853
  __( 'Yup, we know a thing or two about building awesome products that customers love.', 'google-analytics-for-wordpress' ),
1854
 
lite/assets/vue/css/wizard.css CHANGED
@@ -1 +1 @@
1
- .monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-left:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip[x-placement^=left]{padding-right:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 40px 0 8px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 8px 2px 20px;border-radius:5px;margin-right:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-left:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;left:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}.monstericon-times:before{content:"\F021"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\F01F"}.monstericon-warning-triangle:before{content:"\F020"}.monstericon-star:before{content:"\F025"}.monstericon-files:before{content:"\F028"}.monstericon-search:before{content:"\F029"}.monstericon-user:before{content:"\F02A"}.monstericon-eye:before{content:"\F02B"}.monstericon-cog:before{content:"\F02C"}.monstericon-expand:before{content:"\F02D"}.monstericon-compress:before{content:"\F02F"}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{background:#f3f6ff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;margin:0}.monsterinsights-onboarding-header{text-align:center}.monsterinsights-header-navigation{border-top:4px solid #5f6197;padding:0 20px;position:relative;text-align:right}@media (min-width:782px){.monsterinsights-header-navigation{padding:0 125px}}.monsterinsights-exit-button{background:#5f6197;border-radius:0 0 5px 5px;color:#d7d7e5;display:inline-block;font-size:14px;line-height:1;padding:9px 20px 12px;text-decoration:none;transition:color .1s ease;-moz-transition:color .1s ease;-ms-transition:color .1s ease;-o-transition:color .1s ease;-webkit-transition:color .1s ease}.monsterinsights-exit-button span{margin-left:2px;font-weight:500}.monsterinsights-exit-button i,.monsterinsights-exit-button span{vertical-align:middle}.monsterinsights-exit-button i{color:#afb0cb;display:inline-block;font-size:16px;margin-right:4px}.monsterinsights-exit-button:hover{color:#afb0cb}.monsterinsights-onboarding-header h1{margin:10px 0;padding:0 20px}img{max-width:100%}a{color:#509fe1}a:focus,a:hover{text-decoration:none}.monsterinsights-onboarding-wizard-container{margin:0 auto;width:750px}.monsterinsights-onboarding-wizard-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}.monsterinsights-onboarding-wizard-step-line{background:#d6e2ed;height:3px;margin:0 2px;width:100%}.monsterinsights-onboarding-wizard-step-line.monsterinsights-onboarding-wizard-line-active{background:#5cc0a5}.monsterinsights-onboarding-wizard-step{border:2px solid #b6c9da;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:16px;width:16px}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-active,.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed{background-color:#5cc0a5;border-color:#5cc0a5;position:relative}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed:after{color:#fff;content:"\F015";display:block;font-family:Misettings;font-size:8px;font-weight:400;left:0;position:absolute;text-align:center;top:2px;width:100%}.monsterinsights-onboarding-wizard-content{background:#fff;border:1px solid #d6e2ed;color:#777;font-size:14px;margin:50px 0;padding:45px 50px 50px}.monsterinsights-onboarding-wizard-content h2{color:#393f4a;font-size:24px;font-weight:500;margin:0 0 5px}.monsterinsights-onboarding-wizard-content .subtitle{font-size:16px;line-height:1.5;margin-top:0}.monsterinsights-onboarding-wizard-content .monsterinsights-separator{border-top:1px solid #d6e2ed;clear:both;margin:26px 0}.monsterinsights-icon-info{display:inline-block;vertical-align:middle}.monsterinsights-icon-info svg{height:16px;width:16px}.monsterinsights-onboarding-wizard-form label{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-description{margin-top:6px}.monsterinsights-form-input{margin:5px 0 0;position:relative}.monsterinsights-form-input input[type=radio],.monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-settings-input-radio label{color:#393f4a;font-size:16px;display:block;margin-bottom:18px}.monsterinsights-settings-input-radio label small{font-size:16px;color:#393f4a;font-weight:400}.monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500;line-height:1}.monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-right:19px}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#5cc0a5}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{left:2px;right:2px;top:2px;bottom:2px;position:absolute;content:"";background:#5cc0a5;display:block;border-radius:50%}.monsterinsights-form-input input:focus~.monsterinsights-styled-checkbox-status{-webkit-box-shadow:0 0 5px 2px #4d90fe;box-shadow:0 0 5px 2px #4d90fe}.monsterinsights-form-input .monsterinsights-form-input-label{display:inline-block;vertical-align:top}.monsterinsights-form-input .monsterinsights-form-input-label span{font-weight:400}.monsterinsights-onboarding-button,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{border:1px solid;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:10px 18px;text-decoration:none}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large{background-color:#509fe2;border-color:#2e7fbe;font-size:16px;padding:16px 32px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:hover{background-color:#3a93dd;border-color:#2971a9}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{background-color:#5cc0a5;border-color:#40a88d;font-size:14px;font-weight:500;padding:10px 16px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:hover,.request-filesystem-credentials-action-buttons .button:focus,.request-filesystem-credentials-action-buttons .button:hover,.request-filesystem-credentials-action-buttons input[type=submit]:focus,.request-filesystem-credentials-action-buttons input[type=submit]:hover{background-color:#4ab99b;border-color:#39967e}.monsterinsights-onboarding-button.monsterinsights-button-disabled,.monsterinsights-onboarding-button.monsterinsights-button-disabled:focus,.monsterinsights-onboarding-button.monsterinsights-button-disabled:hover{background-color:#f3f6ff;border-color:#b7c9d9;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-button.monsterinsights-button-activated,.monsterinsights-onboarding-button.monsterinsights-button-activated:focus,.monsterinsights-onboarding-button.monsterinsights-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-wizard-form input[type=email],.monsterinsights-onboarding-wizard-form input[type=text]{border:1px solid #b7c9d9;border-radius:5px;color:#444;display:block;font-size:16px;padding:14px;width:100%}.monsterinsights-onboarding-wizard-form input[type=email]:focus,.monsterinsights-onboarding-wizard-form input[type=text]:focus{border-color:#509fe2;outline:none}.monsterinsights-form-input.valid input[type=email],.monsterinsights-form-input.valid input[type=text]{border-color:#64bfa5}.monsterinsights-form-input.error input[type=email],.monsterinsights-form-input.error input[type=text]{border-color:#dc3232}.monsterinsights-form-input select{width:100%}.monsterinsights-form-input.error:after,.monsterinsights-form-input.valid:after{display:none;font-family:Misettings;font-size:20px;font-weight:400;position:absolute;right:12px;top:13px}.monsterinsights-form-input.valid:after{color:#64bfa5;content:"\F015";display:block}.monsterinsights-form-input.error:after{color:#d83638;content:"\F014";display:block}.monsterinsights-error-message{color:#d83638;font-weight:500}::-webkit-input-placeholder{color:#b7c9d8}::-moz-placeholder{color:#b7c9d8}:-ms-input-placeholder{color:#b7c9d8}:-moz-placeholder{color:#b7c9d8}.monsterinsights-notice{background-color:#f3f6ff;border:1px solid #b7c9d9;border-radius:5px;color:#8aa4b8;font-size:16px;line-height:1.4;margin:30px 0;padding:16px 20px}.monsterinsights-notice.monsterinsights-notice-error{background-color:#fff4f3;border-color:#d83638;color:#d83638}.monsterinsights-text-button{background:none;border:none;border-bottom:1px solid;color:#89a4b9;cursor:pointer;font-size:16px;padding:0}.monsterinsights-text-button i{margin-left:4px}.monsterinsights-text-button:hover{border-bottom-color:rgba(0,0,0,0)}.monsterinsights-pull-right{float:right}.monsterinsights-text-button.monsterinsights-pull-right{margin-top:15px}.monsterinsights-form-inline .monsterinsights-form-input,.monsterinsights-form-inline .monsterinsights-form-label{float:left;width:80%}.monsterinsights-form-inline .monsterinsights-form-input{float:right;text-align:right;width:20%}.monsterinsights-form-inline:after{clear:both;content:"";display:table}.monsterinsights-form-inline p.monsterinsights-description{margin-bottom:0}.monsterinsights-form-inline .monsterinsights-separator{float:left;margin-top:27px;width:100%}.monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{cursor:default;background-color:#dee5e9}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;background-color:#d83638;float:right;cursor:pointer}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{right:2px;left:auto}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{left:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-label{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-description{font-weight:400;color:#777;display:inline-block;margin-top:7px}.monsterinsights-settings-input-checkbox .monsterinsights-info{margin-top:6px;margin-left:4px;display:inline-block}.monsterinsights-addon-icon,.monsterinsights-addon-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addon-icon{border:1px solid #d5e2ed;-ms-flex-negative:0;flex-shrink:0;height:70px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:70px}.monsterinsights-addon-icon img{display:block;vertical-align:middle}.monsterinsights-addon-text{padding:0 20px;width:100%}.monsterinsights-addon-text label{line-height:1}.monsterinsights-addon-text p{margin:6px 0 4px}.monsterinsights-addon-text a{color:#777}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}.monsterinsights-green-link{color:#5cc0a5;font-size:16px}.monsterinsights-addon-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-addon-button .monsterinsights-onboarding-button{min-width:134px;text-align:center}.monsterinsights-wpforms-row .monsterinsights-addon-icon{height:100px;line-height:98px;width:100px}.monsterinsights-wpforms-row .monsterinsights-addon-text label{font-size:18px;font-weight:900}.monsterinsights-wpforms-row .monsterinsights-addon-text p{font-size:16px;line-height:1.4;margin-bottom:0}[class*=monstericon-]:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\F01B"}.monstericon-info-circle-regular:before{color:#b6c9da;content:"\F01E";font-size:16px}.monstericon-arrow-right:before{content:"\F01D"}.monstericon-check:before{content:"\F015"}.monsterinsights-loader-animated{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;height:2em;left:0;opacity:0;padding:0;position:absolute;top:0;width:2em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.monsterinsights-settings-input-select label>span,.settings-input-text label>span{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select .monsterinsights-reset-default,.settings-input-text .monsterinsights-reset-default{font-size:14px;margin-top:7px;float:right;font-weight:400}.monsterinsights-settings-input-select label>span.monsterinsights-dark,.settings-input-text label>span.monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4c}.monsterinsights-settings-input-select .monsterinsights-info,.settings-input-text .monsterinsights-info{margin-left:4px}.monsterinsights-settings-input-select .settings-input-text-input,.settings-input-text .settings-input-text-input{margin-top:18px}.monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-authenticate p{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select-input{margin-top:18px}.monsterinsights-onboarding-wizard-form .field-title{display:block;margin:15px 0}.monsterinsights-onboarding-wizard-form fieldset{border:none;padding:0;margin:0;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-onboarding-wizard-form .ftp-password{margin-bottom:15px}.monsterinsights-onboarding-wizard-form ol{padding-left:20px}.monsterinsights-onboarding-wizard-form ol li{color:#393f4b;line-height:1.5;margin-bottom:30px;padding-left:15px}.monsterinsights-hidden{display:none}.monsterinsights-small{font-size:12px}.monsterinsights-auth-info .monsterinsights-dark{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-auth-info p{margin-top:6px}.settings-input-license label{font-size:14px;color:#777;font-weight:400;margin-bottom:18px;margin-top:8px;display:block}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater label{font-size:14px;margin-bottom:0}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px;display:block;font-weight:400}.monsterinsights-onboarding-wizard-form .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default}.monsterinsights-onboarding-wizard-form .monsterinsights-error i{margin-right:10px}p>label{display:block}p .monsterinsights-info{margin-left:4px}.monsterinsights-sublabel{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px;display:block;width:calc(50% - 8px)}.monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-settings-input-repeater-row:first-child{margin-bottom:14px}.monsterinsights-settings-input-repeater-row>input[type=text]{width:50%}.monsterinsights-settings-input-repeater-row input,.monsterinsights-settings-input-repeater-row select{margin-right:18px}.monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer;font-size:14px}.monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-logo{display:inline-block;width:400px;max-width:100%}.monsterinsights-logo .monsterinsights-bg-img{padding-top:21%}.monsterinsights-logo .monsterinsights-bg-img:after{background-image:url(../img/mi-onboarding-logo.png)}.settings-input-license p{color:#444}.settings-input-license p a{color:#509fe2}.monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.monsterinsights-onboarding-license-lite p{color:#777}.monsterinsights-onboarding-license-lite p a{font-weight:700}.monsterinsights-onboarding-license-lite p .monsterinsights-highlighted-text{font-weight:700;color:#64bfa5}.monsterinsights-onboarding-license-lite .monsterinsights-settings-license-lite{display:none}@media (max-width:767px){.monsterinsights-onboarding-wizard-container{max-width:100%;width:auto;margin:0 10px}.monsterinsights-onboarding-wizard-content{padding-left:20px;padding-right:20px}.monsterinsights-addon-row{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-addon-text{width:calc(100% - 80px);padding-right:0}.monsterinsights-addon-button{margin-top:20px}.monsterinsights-addon-icon{-ms-flex-item-align:start;align-self:flex-start}.monsterinsights-wpforms-row .monsterinsights-addon-text{width:calc(100% - 100px)}.monsterinsights-text-button.monsterinsights-pull-right{float:none}.monsterinsights-form-buttons{text-align:center}}.monsterinsights-addon-icon>div{display:inline-block;width:50px;height:50px;background-size:contain;background-repeat:no-repeat}.monsterinsights-addon-icon .monsterinsights-addon-icon-ads{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3N0REQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0VEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3QkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3Q0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phn1ef0AAAMoSURBVHja7J2NcdowGEBNLwOwAR6hnSD2BE0XaH25DhAmsDNBM0CvRzpBOwHKBozgbsAGrtWIRqdIWMjCP+S9Ox3GoC/CT78YO4umaRKYDguEIAQQghBACEIAIQgBhCCEo4AQQMilC7n9/L3v387atFXbeZtEYJytiiVUnDHL8o8fP78G570aSHzRptTYt9K2v6iDolO3aaM9T1Uck1R7rCyvb1SsmGU5G0MJsX1IU5iJsAgpj8RwvS4MITHKcjbe0WtPiz4tZNtR01zkHnEP/bprgJO19bGjRRZGvHOVxdaa8jGEhCIixPjTEScbsCyTHEO6Ptj7Ni3VduUZc9+mnfZ8qeJIrjviXGvbOxUrZln6VIJBhPg0/UOBS8+YOyNuZnQhvgdgbVSYGGWxEWVBx6B+oV2WTy1dnphnH1BLXbU7dlkmL6Q6U/luIsTIJlSWwYSUCbAwRMjrmdVCpXvH/ktO+nh279hPC6HLAoQgBBDCSn1ciuT5K/OxkF/lbxDyQhpxRR3CE10WzEbIUAvLHCGAEGZZ5+FGzcL08xi/2/SgPZenZr9Z8u7VLOoXQuIgD/KdZX+mJH3QpGVHhEp5a7qs/tNhXYY8+yeMVlFY8gmV9LOFd8nrXywiJEDIgbVqDbnWKhLHQc6196073ouQQHaO7VPyMcuy9PuNSqeuzLda3maiZWTay7S3H3Xycrq3PjHvJnn+CemBcoJlnKWQKjDvozHD8hWyHLCMb2ZheCr6Af1IlzU+pWO2JZhlDcexn3tKEZ9oIXHWHrljPZEbA++DOvBLy5hQz6VWXc2g1osjtX7Wi0DWIbSQILquko3FCiF+FG+5hdBl0UKcC7kKHbQQhABCEAIIYZY1gYXd2KzmIqSgntNlIcSysAv5BbpQ+UWkfLHj+aaKFsKg3jlupAH5Uu2xipAvdjxf6iTSJXGxbhMberu/S0F2df8vAOpzm1i6rAsd1Ie+v0nsQX0yl8fRQliHAEIQAghBCCAEIYAQhABCACEIAYQgBKIz16tw5TXr8saVtef+2cC/XkUIIAQhgBCEAEIQAghBCEIQAghBCATxV4ABAJUD6tHSXOZrAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3NzlEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0FEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3N0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3OERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu12a8UAAAaySURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M5OEI0RDJEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M5OEI0RDNEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3RkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc4MERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjhoPAMAAAabSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(../img/addon-icon-ecommerce.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(../img/addon-icon-eu-compliance.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNTZEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk4QjREQ0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1NERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgOeXjgAAAWbSURBVHja7J1faBxVFMZPxZT4h76oFUOsqEVEBakiIvig0RdBoy9VpDZibDH2obUIWvXBtqAJQlEUrKJVKLZgqoK1UpS2KAqihQQLitqIUG2ktopGaSUV4jnsmWYyOztzZ+7M3PnzffCRXXZ2Nju/ueeee++Z2XkzMzMElUfzAARAIAABEAhAAAQqK5DBgdebdMzms69lX8JexL6A/Rf7MPtX9n72ZJIdvrF1xanHp+OcNNYt7HvZ/ezzYrb9kv0++zX2sSQfchqOc6yWsPey97AfNIAhup79LPtH9tPsMwAkm9A0zB5j96XcxwL2evYPChZALA7ku+x1Ge2vl/05++64DdGHtEvCy8cadtJqSqH6dSb7bX08WjQQ+VJdFQWy2RLGS+z7I15/k32QPV4EkCH2GvblDW1dIx1aR7Cl7GRfqdvm1ocM69nVVBjSMjay1xr2KWvzbCFyRqzWx7+wX2YfrdgBvZN9uwUM+f6PGKbFosd0nDKZB5BBbYqkmcQXFUxxN6V87xaFIft4NMH75HitZG/II2Rdp38nKgjDG4UvSPG+rWxv3mNAQ1HSVpnrOOTvisb/21K8Z7ue4V4LezzlLEAPBobtujHh9pIlPcCe1ud3sRdn8dkYGM5mPUlgLPXB8CLDwyHbdmsfERUOewCkvUM3zYx2hcAQ7e6w3x0GfdP5roCsSBlnbfUO+4mI17sN97NPM8hpQ8gCo99g27NcATnbIs7aaFHM6zJaPu5L2zvBkDHKiYxhiH53BeR7zUyK1mcG20zGnCyXsQ90yCpv8k2BJIUhOuwKyO4OsbYMOhQDpDdihG4DQ/QT0t52fZDiPRLmRixhTAVbMIDMZk9ppkwmLWB4nzvtKmSdy77QwcE+QvFVIDLlI4UJpusgJ7V12MAQtS1UFQnkPvbzDoBIIrHMYLunqFXIYKJXqFVNYgPDq0whhKxw7dX01qR1vGgJwzsByGUL2RXMKArMoEz1EPvrmDGJzPBusoSxRU8Ap0Am1GXWhB7oqNB1DRmW9EQMMld1ehEhKzx0rYx43QaGFDbcQxHTLwASLilWvlXHGllpp47qI0tLiwxZN1jGXZuzcjRlS7ma/Sqlr1z0Bn+SIg+bbFwkEMnx1zkAsj0lEK9PkeVdWVF8JmG4Oq6d90ZKUHBd9HrISQdA/stgH948nMx3LdVwJhOOvYGWIAPQr9jvUav68UTSDyoSyAvqKmtCQ48Xfsa01ZgOPmOFTr1kAhAAgQAEQCAAARAoD5WlUE4GXDKLeqkOpv5hf0NzC7cXk92VTWn1LXW42qmOQGRZV9YWBkJek8k4f3W4jI43O/gf1zcJiFwE2UdQKYAsSwhDpif2OPg//2wKkJsDz2Xi8SP2h9SaEAwu905RyEWSaCHZ6arA8x2U0QQd0t50OifwfD96kGpdHyKLREMOPncbpV/gqjWQi8jNEvBYXVvIEM299DhY+/QctZZJPUkhmX9B648ixwM+HakrkG6KLkDrorn3RwnW444WGTqa2KnH6WdkWeXSQWRZ+eot9qe+5zJX5a/aGAmEpLDSmfmOjtN0HYEcCxzkf0M6z/GYpMDV5OIGhCwMDEsvucDlSQef+wmAhGvc0TgEWVaTBSDoQ1ILa+olUyPW1BGyELJO6Tuae+1G3F1Msaaes+5IuH0j1tQRsgAEKkvIkirEwQoeo9quqV9MbtbEbVXbNfWjVM25qNquqW9TQ+jUAQQCEACBSgzEu2ubVLT3NOTY9dBsBf+hrHaaVZYld72RO/1I5aFMkcsvzfxWYxgLqVUW2+X7/qUCIjdlkVvX9engr5+ao32U4a0Ls+xDlpPZXT3rBmN5WQeGUhwtN/uS2xVdQQl+kLeCkku3c1naxQ/cl0wAAiAQgAAIBCAAAgEIgEAAAiAAAiAQgFRF/wswADMRPRxA0bU/AAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUFEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1N0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1OERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PveAfEwAAAMMSURBVHja7J0/aBRBFMb3jlRCGsEilVhLEEwviNidRBFBGxFJGmsTsZC7QxuNrQgqFkHUQonWEgL2FiIpRWxMIYhKsHR9gyMcx8zk9m7dfe/298FX3P672f3d229m73avled5hvSoBRCAIIAABNUB5PLFR1W29Zh4RbwgnhtxnR3xO/Ga+G1VDX28vjT2um0jH5yeeEvcKQAj88t2/LpXLeyoBSCuMm5M2Fa37m2/LYBMqJWS2tn22wLIhFpQuq2pBeLyIU94LhLWV8SzrmMy5Fk/byeSKan36tV9MGaM9g5vie9H5u36eQ7OPWs71jYK5ElJywCkJP0saRmAoP8LJC/B3cB2+4GwHvTIVyIS7geW75a0T1QIFYIAAhA0FUBaBd1XdDz6Y7SfCqFCEEAAglRI69XebmQET4UggAAEAQQpDvVepuC7bCoEAQQgCCAAQQABCAIIQBBAFOmo+IX4u/iB+EBdDZmBRXZI/Ea8379e9mBWqZDqtU/8egDGP53mlFWP3G3E84HprwBSvdxduRcC079lNd7o01QgJ7O/d+UO67f4vPgzQKoN8eeRfb/mA55ub4UhvhEIcadn4ruMQ6oP8SOB6e/FSxoa2CQgqRA/I/4FED0h/klLQ5sARHWINw2I+hBvGpBYiH/QEuJNApIK8UUtIa4diDvfPxV/Ed/Jxr8MbibEtQO57j/V7qk97tlWm2NAMRXi2oF0hl7PF4SSCvGXGkNcO5DQE3yKQEmF+CULwacNyJo/eCEoW3tAiYX4Dz8S3wVIcX0Vn4hAOZyAkgrxc+KPVrqGGru9RaEctBziVsYho0KJfSduJsQtDQxHgbIeCfFtKyFubaS+F5SzkRBftBLiFi+dpKCYD3GLQIpAuWktxK0CGYSyHZnvQryXGZe1q70OyvEAFLMhbh3IIBQ3qnePE38oPmU1xIdl9cfWDspqVtMPoqmQBgkgAEEAAQgCCEAQQACCpmGkzp/rUiEAQQABCKpB/ME9QBBAAIIAAhAEEIAggAAEIABBAAEIAghAUOn6I8AArszynlRHoU0AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNUREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1QkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1Q0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMDbnQAAASzSURBVHja7J1ZSFVBGMdHkaBsoRsVFSRRQRstYBTtQkQQPRZWYLtBK2FFtLy0QhjRQhRFi0ER0UsLFEHa4kvZAkEhEaIPWVRKD0JZePs+zifcLvfmOffO6c7M+f/hD0ed4x3nd2a+2c6YF4/HFWSO8lEEAAIBCIBAAAIgEIAACAQg0VaB34Srys6H/WAMJ48i97C4PFvJdeSW5B9cqFqjF0iIILaSd5P7OvSgvyWXk2ttarIKyU/IlY7BYI0hPyXvsQnIIfI0x0PCfvJsG4BMJG+OSJw+bQOQGRHqOHHzNch0IJMj1pstNh1Iv4gBiWFgiJE6BCAAAgEIgEAAAgEIgEAAAiAQgAAIBCAAAuVMudp1spbc07CyGEyuiSqQZgMfzp+215BuylsvnkLub3ErwVuRHtncZHHcKSWfUm7spzpoOxDe1rIO4deMXtZCwDALyEkUmTlAeLNXEYrMHCDFKC6zgPRAcZkXQyAAARAIQCAAARAIQCyU7vWQz+T75IfkXuSR5LnKm6YPU9Xk6/K538ijyZOU9xbswKgCOUreRW5PUQt5hfCw0j9d/5u8k3yM3JHw/VrxRcmXNROiupqsFeRtKWAoKaizypsp/q05/xulwDvS/LyNvJ58N0pA+I+94iNdrTzNuvSSfM5HOoZVprxjLyIBZPs/ntBkndFYS44E+NwWiW3OA+EmoT5g+iea8l4fMH1NFIDUB3hKO/VGU97fB0x/i3xCeQfDONvL6p3BPQM05Z3XZ4JsTuCtR1vkeii5hDzftNiSLZAR5GHkhgA1crymvC9Rme8WaSJfFjsX1McFSDtT4yBxsfL2hvnRdBk07pHrbspQZVtDjgbs4/OT2aj0rM3f9tlj4xp8U0bsJQmdCw7y9yS2NLlQQxjGjoSg7uc8jwYplMYs811FXpnw2flp/jY+BupOiukTPjxtgfJ20ZS70GQlw6hQ3jzWGSmEmDQLC6WdfiGBVAeUZBjLyV/Jx8lLyfPIB6QH+EqFP4+W8yYrFYxKuV6n0s8bPSbPkuahE0p1iubrI7mPPMV+YFySaycORMvXCKMrFQmUVDWFu56bJM0Q6U7z6wHLpOZ1BcMZBakhD8g3MoSRDCWxpvD1L/X3Kwod8vVVCbyLlDdvZSuM5jBqSEuWMNLVlKYuMsyfe9bymlEXZlDPBkYylFjA+2yE8VKlOFhZFxAdMBKhBJVtgZvHSavDCurzNMJQEqxbAt7z3DIYvID2Oqygrnv59UMG93S3AATPAjwjbyC/+99TJ9loggwe2wPcMyLE/Hwiz8nyd3xX3vR+e6a/IJdAeODH5/f6PbA+JhDDEhdizt81zPW+rP0B8nAozejdKeUaCI/U9/lIF5l3G03Yucj/O+SaSn0+OscYnii8pSKiAkPyUSq1oEZ6X1/IUyXIFqoIqcCgvHSuUURa2GwNIBCAAAgEIBEE0upoGbTaCqTOUSB1tgLhtYu3jsFosxkIq9wxIBUCxVogPFW+1xEYvK3onGmZyqSXxZN9cyxuvnjpmPd7Je7xMkaZzmXxQs5Y5c3Q8nsaMQtA/FDe0mqjiSA6lRePx9H5x8AQAhAAgQAEQCAAARAIQAAEMkV/BBgARJjl0YmF3uQAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QjhEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QjlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCNkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCN0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTUUA4AAAisSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QkNEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QkREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCQURDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCQkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp36RWkAAAcrSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}button[data-v-2699f764]{margin-top:3px}.monsterinsights-welcome-container{width:750px;margin:0 auto;max-width:100%}.monsterinsights-welcome{padding-top:110px}@media (max-width:782px){.monsterinsights-welcome{padding-right:10px;padding-left:10px}}.monsterinsights-welcome-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0;position:relative;text-align:center}.monsterinsights-welcome-block.monsterinsights-welcome-block-first{padding-top:50px}.monsterinsights-welcome-logo{width:82px;padding-top:68%;background-image:url(../img/mascot.png);margin:15px 19px 19px}.monsterinsights-welcome-logo-container{position:absolute;top:-60px;width:120px;height:120px;left:50%;margin-left:-60px;background:#fff;border-radius:50%;border:1px solid #d6e2ed}.monsterinsights-welcome-block-inner{padding:25px}.monsterinsights-welcome-block-inner h3{color:#393f4c;font-size:24px;margin:0 0 20px;line-height:1.4}.monsterinsights-welcome-block-inner p{font-size:16px}.monsterinsights-welcome-video iframe{width:100%}.monsterinsights-button-wrap{margin:20px auto 0;max-width:590px}.monsterinsights-button-wrap .monsterinsights-button{width:100%}.monsterinsights-button-wrap:after{content:" ";clear:both;display:table}.monsterinsights-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-welcome-left{padding-right:20px}.monsterinsights-welcome-right{padding-left:20px}@media (max-width:782px){.monsterinsights-welcome-right{padding-top:25px}}.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:50%;float:left}@media (max-width:782px){.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:100%;padding-left:0;padding-right:0}}.monsterinsights-button.monsterinsights-button-alt{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-welcome-features{padding-bottom:0}.monsterinsights-welcome-feature{text-align:left;width:50%;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:10px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-feature{width:100%}}.monsterinsights-welcome-feature:nth-child(2n){padding-left:15px;padding-right:0}@media (max-width:782px){.monsterinsights-welcome-feature:nth-child(2n){padding-left:0}}@media (max-width:782px){.monsterinsights-welcome-feature{padding-right:0}}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img{width:46px;-ms-flex-negative:0;flex-shrink:0;margin-right:15px}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img svg{width:100%}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text h4{font-size:16px;color:#393f4c;margin:0}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text p{font-size:14px;margin-top:5px}.monsterinsights-welcome-block-inner:after{content:"";display:table;clear:both}.monsterinsights-welcome-block-footer{padding-bottom:50px}.monsterinsights-upgrade-cta{text-align:left;background:#f7f9fd;padding:15px}.monsterinsights-upgrade-cta h2{font-size:20px;margin:0 0 30px}@media (max-width:767px){.monsterinsights-upgrade-cta h2{text-align:center}}.monsterinsights-upgrade-cta h2 span{display:inline-block;border-bottom:1px solid #555;padding:0 15px 12px}.monsterinsights-upgrade-cta .monstericon-check{color:#5cc0a5;margin-right:4px}.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:70%}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:30%;text-align:center}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:100%}}.monsterinsights-upgrade-cta ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px;margin:0;padding:0}.monsterinsights-upgrade-cta ul li{display:block;width:50%;margin:0 0 10px;padding:0}@media (max-width:767px){.monsterinsights-upgrade-cta ul li{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-amount{font-size:48px;font-weight:600;position:relative;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-amount:before{content:"$";position:absolute;top:-8px;left:-16px;font-size:18px}.monsterinsights-upgrade-cta .monsterinsights-term{font-size:12px;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-price{padding:0 0 26px}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial-text{padding-left:25px}.monsterinsights-welcome-testimonial-image{width:100px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media (max-width:782px){.monsterinsights-welcome-testimonial-image{margin-top:24px}}.monsterinsights-welcome-testimonial-image .monsterinsights-bg-img{padding-top:100%;background-size:100px;background-repeat:no-repeat}.monsterinsights-testimonial-one{background-image:url(../img/testimonial-avatar.jpeg)}.monsterinsights-testimonial-two{background-image:url(../img/testimonial-avatar-2.png)}.monsterinsights-welcome-footer-upsell{background-color:#f9fbff;border-top:1px solid #d6e2ed}.dashboard_page_monsterinsights-getting-started.auto-fold #wpcontent{padding-left:0}.monsterinsights-welcome-video-image{padding-top:57%}.monsterinsights-welcome-video-image:after{background-image:url(../img/welcome-video-image.jpg)}
1
+ .monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-left:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip[x-placement^=left]{padding-right:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 40px 0 8px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 8px 2px 20px;border-radius:5px;margin-right:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-left:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;left:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}.monstericon-times:before{content:"\F021"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\F01F"}.monstericon-warning-triangle:before{content:"\F020"}.monstericon-star:before{content:"\F025"}.monstericon-files:before{content:"\F028"}.monstericon-search:before{content:"\F029"}.monstericon-user:before{content:"\F02A"}.monstericon-eye:before{content:"\F02B"}.monstericon-cog:before{content:"\F02C"}.monstericon-expand:before{content:"\F02D"}.monstericon-compress:before{content:"\F02F"}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{background:#f3f6ff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;margin:0}.monsterinsights-onboarding-header{text-align:center}.monsterinsights-header-navigation{border-top:4px solid #5f6197;padding:0 20px;position:relative;text-align:right}@media (min-width:782px){.monsterinsights-header-navigation{padding:0 125px}}.monsterinsights-exit-button{background:#5f6197;border-radius:0 0 5px 5px;color:#d7d7e5;display:inline-block;font-size:14px;line-height:1;padding:9px 20px 12px;text-decoration:none;transition:color .1s ease;-moz-transition:color .1s ease;-ms-transition:color .1s ease;-o-transition:color .1s ease;-webkit-transition:color .1s ease}.monsterinsights-exit-button span{margin-left:2px;font-weight:500}.monsterinsights-exit-button i,.monsterinsights-exit-button span{vertical-align:middle}.monsterinsights-exit-button i{color:#afb0cb;display:inline-block;font-size:16px;margin-right:4px}.monsterinsights-exit-button:hover{color:#afb0cb}.monsterinsights-onboarding-header h1{margin:10px 0;padding:0 20px}img{max-width:100%}a{color:#509fe1}a:focus,a:hover{text-decoration:none}.monsterinsights-onboarding-wizard-container{margin:0 auto;width:750px}.monsterinsights-onboarding-wizard-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}.monsterinsights-onboarding-wizard-step-line{background:#d6e2ed;height:3px;margin:0 2px;width:100%}.monsterinsights-onboarding-wizard-step-line.monsterinsights-onboarding-wizard-line-active{background:#5cc0a5}.monsterinsights-onboarding-wizard-step{border:2px solid #b6c9da;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:16px;width:16px}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-active,.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed{background-color:#5cc0a5;border-color:#5cc0a5;position:relative}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed:after{color:#fff;content:"\F015";display:block;font-family:Misettings;font-size:8px;font-weight:400;left:0;position:absolute;text-align:center;top:2px;width:100%}.monsterinsights-onboarding-wizard-content{background:#fff;border:1px solid #d6e2ed;color:#777;font-size:14px;margin:50px 0;padding:45px 50px 50px}.monsterinsights-onboarding-wizard-content h2{color:#393f4a;font-size:24px;font-weight:500;margin:0 0 5px}.monsterinsights-onboarding-wizard-content .subtitle{font-size:16px;line-height:1.5;margin-top:0}.monsterinsights-onboarding-wizard-content .monsterinsights-separator{border-top:1px solid #d6e2ed;clear:both;margin:26px 0}.monsterinsights-icon-info{display:inline-block;vertical-align:middle}.monsterinsights-icon-info svg{height:16px;width:16px}.monsterinsights-onboarding-wizard-form label{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-description{margin-top:6px}.monsterinsights-form-input{margin:5px 0 0;position:relative}.monsterinsights-form-input input[type=radio],.monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-settings-input-radio label{color:#393f4a;font-size:16px;display:block;margin-bottom:18px}.monsterinsights-settings-input-radio label small{font-size:16px;color:#393f4a;font-weight:400}.monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500;line-height:1}.monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-right:19px}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#5cc0a5}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{left:2px;right:2px;top:2px;bottom:2px;position:absolute;content:"";background:#5cc0a5;display:block;border-radius:50%}.monsterinsights-form-input input:focus~.monsterinsights-styled-checkbox-status{-webkit-box-shadow:0 0 5px 2px #4d90fe;box-shadow:0 0 5px 2px #4d90fe}.monsterinsights-form-input .monsterinsights-form-input-label{display:inline-block;vertical-align:top}.monsterinsights-form-input .monsterinsights-form-input-label span{font-weight:400}.monsterinsights-onboarding-button,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{border:1px solid;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:10px 18px;text-decoration:none}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large{background-color:#509fe2;border-color:#2e7fbe;font-size:16px;padding:16px 32px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:hover{background-color:#3a93dd;border-color:#2971a9}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{background-color:#5cc0a5;border-color:#40a88d;font-size:14px;font-weight:500;padding:10px 16px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:hover,.request-filesystem-credentials-action-buttons .button:focus,.request-filesystem-credentials-action-buttons .button:hover,.request-filesystem-credentials-action-buttons input[type=submit]:focus,.request-filesystem-credentials-action-buttons input[type=submit]:hover{background-color:#4ab99b;border-color:#39967e}.monsterinsights-onboarding-button.monsterinsights-button-disabled,.monsterinsights-onboarding-button.monsterinsights-button-disabled:focus,.monsterinsights-onboarding-button.monsterinsights-button-disabled:hover{background-color:#f3f6ff;border-color:#b7c9d9;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-button.monsterinsights-button-activated,.monsterinsights-onboarding-button.monsterinsights-button-activated:focus,.monsterinsights-onboarding-button.monsterinsights-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-wizard-form input[type=email],.monsterinsights-onboarding-wizard-form input[type=text]{border:1px solid #b7c9d9;border-radius:5px;color:#444;display:block;font-size:16px;padding:14px;width:100%}.monsterinsights-onboarding-wizard-form input[type=email]:focus,.monsterinsights-onboarding-wizard-form input[type=text]:focus{border-color:#509fe2;outline:none}.monsterinsights-form-input.valid input[type=email],.monsterinsights-form-input.valid input[type=text]{border-color:#64bfa5}.monsterinsights-form-input.error input[type=email],.monsterinsights-form-input.error input[type=text]{border-color:#dc3232}.monsterinsights-form-input select{width:100%}.monsterinsights-form-input.error:after,.monsterinsights-form-input.valid:after{display:none;font-family:Misettings;font-size:20px;font-weight:400;position:absolute;right:12px;top:13px}.monsterinsights-form-input.valid:after{color:#64bfa5;content:"\F015";display:block}.monsterinsights-form-input.error:after{color:#d83638;content:"\F014";display:block}.monsterinsights-error-message{color:#d83638;font-weight:500}::-webkit-input-placeholder{color:#b7c9d8}::-moz-placeholder{color:#b7c9d8}:-ms-input-placeholder{color:#b7c9d8}:-moz-placeholder{color:#b7c9d8}.monsterinsights-notice{background-color:#f3f6ff;border:1px solid #b7c9d9;border-radius:5px;color:#8aa4b8;font-size:16px;line-height:1.4;margin:30px 0;padding:16px 20px}.monsterinsights-notice.monsterinsights-notice-error{background-color:#fff4f3;border-color:#d83638;color:#d83638}.monsterinsights-text-button{background:none;border:none;border-bottom:1px solid;color:#89a4b9;cursor:pointer;font-size:16px;padding:0}.monsterinsights-text-button i{margin-left:4px}.monsterinsights-text-button:hover{border-bottom-color:rgba(0,0,0,0)}.monsterinsights-pull-right{float:right}.monsterinsights-text-button.monsterinsights-pull-right{margin-top:15px}.monsterinsights-form-inline .monsterinsights-form-input,.monsterinsights-form-inline .monsterinsights-form-label{float:left;width:80%}.monsterinsights-form-inline .monsterinsights-form-input{float:right;text-align:right;width:20%}.monsterinsights-form-inline:after{clear:both;content:"";display:table}.monsterinsights-form-inline p.monsterinsights-description{margin-bottom:0}.monsterinsights-form-inline .monsterinsights-separator{float:left;margin-top:27px;width:100%}.monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{cursor:default;background-color:#dee5e9}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;background-color:#d83638;float:right;cursor:pointer}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{right:2px;left:auto}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{left:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-label{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-description{font-weight:400;color:#777;display:inline-block;margin-top:7px}.monsterinsights-settings-input-checkbox .monsterinsights-info{margin-top:6px;margin-left:4px;display:inline-block}.monsterinsights-addon-icon,.monsterinsights-addon-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addon-icon{border:1px solid #d5e2ed;-ms-flex-negative:0;flex-shrink:0;height:70px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:70px}.monsterinsights-addon-icon img{display:block;vertical-align:middle}.monsterinsights-addon-text{padding:0 20px;width:100%}.monsterinsights-addon-text label{line-height:1}.monsterinsights-addon-text p{margin:6px 0 4px}.monsterinsights-addon-text a{color:#777}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}.monsterinsights-green-link{color:#5cc0a5;font-size:16px}.monsterinsights-addon-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-addon-button .monsterinsights-onboarding-button{min-width:134px;text-align:center}.monsterinsights-wpforms-row .monsterinsights-addon-icon{height:100px;line-height:98px;width:100px}.monsterinsights-wpforms-row .monsterinsights-addon-text label{font-size:18px;font-weight:900}.monsterinsights-wpforms-row .monsterinsights-addon-text p{font-size:16px;line-height:1.4;margin-bottom:0}[class*=monstericon-]:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\F01B"}.monstericon-info-circle-regular:before{color:#b6c9da;content:"\F01E";font-size:16px}.monstericon-arrow-right:before{content:"\F01D"}.monstericon-check:before{content:"\F015"}.monsterinsights-loader-animated{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;height:2em;left:0;opacity:0;padding:0;position:absolute;top:0;width:2em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.monsterinsights-settings-input-select label>span,.settings-input-text label>span{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select .monsterinsights-reset-default,.settings-input-text .monsterinsights-reset-default{font-size:14px;margin-top:7px;float:right;font-weight:400}.monsterinsights-settings-input-select label>span.monsterinsights-dark,.settings-input-text label>span.monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4c}.monsterinsights-settings-input-select .monsterinsights-info,.settings-input-text .monsterinsights-info{margin-left:4px}.monsterinsights-settings-input-select .settings-input-text-input,.settings-input-text .settings-input-text-input{margin-top:18px}.monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-authenticate p{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select-input{margin-top:18px}.monsterinsights-onboarding-wizard-form .field-title{display:block;margin:15px 0}.monsterinsights-onboarding-wizard-form fieldset{border:none;padding:0;margin:0;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-onboarding-wizard-form .ftp-password{margin-bottom:15px}.monsterinsights-onboarding-wizard-form ol{padding-left:20px}.monsterinsights-onboarding-wizard-form ol li{color:#393f4b;line-height:1.5;margin-bottom:30px;padding-left:15px}.monsterinsights-hidden{display:none}.monsterinsights-small{font-size:12px}.monsterinsights-auth-info .monsterinsights-dark{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-auth-info p{margin-top:6px}.settings-input-license label{font-size:14px;color:#777;font-weight:400;margin-bottom:18px;margin-top:8px;display:block}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater label{font-size:14px;margin-bottom:0}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px;display:block;font-weight:400}.monsterinsights-onboarding-wizard-form .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default}.monsterinsights-onboarding-wizard-form .monsterinsights-error i{margin-right:10px}p>label{display:block}p .monsterinsights-info{margin-left:4px}.monsterinsights-sublabel{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px;display:block;width:calc(50% - 8px)}.monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-settings-input-repeater-row:first-child{margin-bottom:14px}.monsterinsights-settings-input-repeater-row>input[type=text]{width:50%}.monsterinsights-settings-input-repeater-row input,.monsterinsights-settings-input-repeater-row select{margin-right:18px}.monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer;font-size:14px}.monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-logo{display:inline-block;width:400px;max-width:100%}.monsterinsights-logo .monsterinsights-bg-img{padding-top:21%}.monsterinsights-logo .monsterinsights-bg-img:after{background-image:url(../img/mi-onboarding-logo.png)}.settings-input-license p{color:#444}.settings-input-license p a{color:#509fe2}.monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.monsterinsights-onboarding-license-lite p{color:#777}.monsterinsights-onboarding-license-lite p a{font-weight:700}.monsterinsights-onboarding-license-lite p .monsterinsights-highlighted-text{font-weight:700;color:#64bfa5}.monsterinsights-onboarding-license-lite .monsterinsights-settings-license-lite{display:none}@media (max-width:767px){.monsterinsights-onboarding-wizard-container{max-width:100%;width:auto;margin:0 10px}.monsterinsights-onboarding-wizard-content{padding-left:20px;padding-right:20px}.monsterinsights-addon-row{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-addon-text{width:calc(100% - 80px);padding-right:0}.monsterinsights-addon-button{margin-top:20px}.monsterinsights-addon-icon{-ms-flex-item-align:start;align-self:flex-start}.monsterinsights-wpforms-row .monsterinsights-addon-text{width:calc(100% - 100px)}.monsterinsights-text-button.monsterinsights-pull-right{float:none}.monsterinsights-form-buttons{text-align:center}}.monsterinsights-addon-icon>div{display:inline-block;width:50px;height:50px;background-size:contain;background-repeat:no-repeat}.monsterinsights-addon-icon .monsterinsights-addon-icon-ads{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3N0REQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0VEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3QkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3Q0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phn1ef0AAAMoSURBVHja7J2NcdowGEBNLwOwAR6hnSD2BE0XaH25DhAmsDNBM0CvRzpBOwHKBozgbsAGrtWIRqdIWMjCP+S9Ox3GoC/CT78YO4umaRKYDguEIAQQghBACEIAIQgBhCCEo4AQQMilC7n9/L3v387atFXbeZtEYJytiiVUnDHL8o8fP78G570aSHzRptTYt9K2v6iDolO3aaM9T1Uck1R7rCyvb1SsmGU5G0MJsX1IU5iJsAgpj8RwvS4MITHKcjbe0WtPiz4tZNtR01zkHnEP/bprgJO19bGjRRZGvHOVxdaa8jGEhCIixPjTEScbsCyTHEO6Ptj7Ni3VduUZc9+mnfZ8qeJIrjviXGvbOxUrZln6VIJBhPg0/UOBS8+YOyNuZnQhvgdgbVSYGGWxEWVBx6B+oV2WTy1dnphnH1BLXbU7dlkmL6Q6U/luIsTIJlSWwYSUCbAwRMjrmdVCpXvH/ktO+nh279hPC6HLAoQgBBDCSn1ciuT5K/OxkF/lbxDyQhpxRR3CE10WzEbIUAvLHCGAEGZZ5+FGzcL08xi/2/SgPZenZr9Z8u7VLOoXQuIgD/KdZX+mJH3QpGVHhEp5a7qs/tNhXYY8+yeMVlFY8gmV9LOFd8nrXywiJEDIgbVqDbnWKhLHQc6196073ouQQHaO7VPyMcuy9PuNSqeuzLda3maiZWTay7S3H3Xycrq3PjHvJnn+CemBcoJlnKWQKjDvozHD8hWyHLCMb2ZheCr6Af1IlzU+pWO2JZhlDcexn3tKEZ9oIXHWHrljPZEbA++DOvBLy5hQz6VWXc2g1osjtX7Wi0DWIbSQILquko3FCiF+FG+5hdBl0UKcC7kKHbQQhABCEAIIYZY1gYXd2KzmIqSgntNlIcSysAv5BbpQ+UWkfLHj+aaKFsKg3jlupAH5Uu2xipAvdjxf6iTSJXGxbhMberu/S0F2df8vAOpzm1i6rAsd1Ie+v0nsQX0yl8fRQliHAEIQAghBCCAEIYAQhABCACEIAYQgBKIz16tw5TXr8saVtef+2cC/XkUIIAQhgBCEAEIQAghBCEIQAghBCATxV4ABAJUD6tHSXOZrAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3NzlEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0FEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3N0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3OERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu12a8UAAAaySURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M5OEI0RDJEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M5OEI0RDNEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3RkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc4MERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjhoPAMAAAabSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(../img/addon-icon-ecommerce.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(../img/addon-icon-eu-compliance.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNTZEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk4QjREQ0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1NERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgOeXjgAAAWbSURBVHja7J1faBxVFMZPxZT4h76oFUOsqEVEBakiIvig0RdBoy9VpDZibDH2obUIWvXBtqAJQlEUrKJVKLZgqoK1UpS2KAqihQQLitqIUG2ktopGaSUV4jnsmWYyOztzZ+7M3PnzffCRXXZ2Nju/ueeee++Z2XkzMzMElUfzAARAIAABEAhAAAQqK5DBgdebdMzms69lX8JexL6A/Rf7MPtX9n72ZJIdvrF1xanHp+OcNNYt7HvZ/ezzYrb9kv0++zX2sSQfchqOc6yWsPey97AfNIAhup79LPtH9tPsMwAkm9A0zB5j96XcxwL2evYPChZALA7ku+x1Ge2vl/05++64DdGHtEvCy8cadtJqSqH6dSb7bX08WjQQ+VJdFQWy2RLGS+z7I15/k32QPV4EkCH2GvblDW1dIx1aR7Cl7GRfqdvm1ocM69nVVBjSMjay1xr2KWvzbCFyRqzWx7+wX2YfrdgBvZN9uwUM+f6PGKbFosd0nDKZB5BBbYqkmcQXFUxxN6V87xaFIft4NMH75HitZG/II2Rdp38nKgjDG4UvSPG+rWxv3mNAQ1HSVpnrOOTvisb/21K8Z7ue4V4LezzlLEAPBobtujHh9pIlPcCe1ud3sRdn8dkYGM5mPUlgLPXB8CLDwyHbdmsfERUOewCkvUM3zYx2hcAQ7e6w3x0GfdP5roCsSBlnbfUO+4mI17sN97NPM8hpQ8gCo99g27NcATnbIs7aaFHM6zJaPu5L2zvBkDHKiYxhiH53BeR7zUyK1mcG20zGnCyXsQ90yCpv8k2BJIUhOuwKyO4OsbYMOhQDpDdihG4DQ/QT0t52fZDiPRLmRixhTAVbMIDMZk9ppkwmLWB4nzvtKmSdy77QwcE+QvFVIDLlI4UJpusgJ7V12MAQtS1UFQnkPvbzDoBIIrHMYLunqFXIYKJXqFVNYgPDq0whhKxw7dX01qR1vGgJwzsByGUL2RXMKArMoEz1EPvrmDGJzPBusoSxRU8Ap0Am1GXWhB7oqNB1DRmW9EQMMld1ehEhKzx0rYx43QaGFDbcQxHTLwASLilWvlXHGllpp47qI0tLiwxZN1jGXZuzcjRlS7ma/Sqlr1z0Bn+SIg+bbFwkEMnx1zkAsj0lEK9PkeVdWVF8JmG4Oq6d90ZKUHBd9HrISQdA/stgH948nMx3LdVwJhOOvYGWIAPQr9jvUav68UTSDyoSyAvqKmtCQ48Xfsa01ZgOPmOFTr1kAhAAgQAEQCAAARAoD5WlUE4GXDKLeqkOpv5hf0NzC7cXk92VTWn1LXW42qmOQGRZV9YWBkJek8k4f3W4jI43O/gf1zcJiFwE2UdQKYAsSwhDpif2OPg//2wKkJsDz2Xi8SP2h9SaEAwu905RyEWSaCHZ6arA8x2U0QQd0t50OifwfD96kGpdHyKLREMOPncbpV/gqjWQi8jNEvBYXVvIEM299DhY+/QctZZJPUkhmX9B648ixwM+HakrkG6KLkDrorn3RwnW444WGTqa2KnH6WdkWeXSQWRZ+eot9qe+5zJX5a/aGAmEpLDSmfmOjtN0HYEcCxzkf0M6z/GYpMDV5OIGhCwMDEsvucDlSQef+wmAhGvc0TgEWVaTBSDoQ1ILa+olUyPW1BGyELJO6Tuae+1G3F1Msaaes+5IuH0j1tQRsgAEKkvIkirEwQoeo9quqV9MbtbEbVXbNfWjVM25qNquqW9TQ+jUAQQCEACBSgzEu2ubVLT3NOTY9dBsBf+hrHaaVZYld72RO/1I5aFMkcsvzfxWYxgLqVUW2+X7/qUCIjdlkVvX9engr5+ao32U4a0Ls+xDlpPZXT3rBmN5WQeGUhwtN/uS2xVdQQl+kLeCkku3c1naxQ/cl0wAAiAQgAAIBCAAAgEIgEAAAiAAAiAQgFRF/wswADMRPRxA0bU/AAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUFEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1N0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1OERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PveAfEwAAAMMSURBVHja7J0/aBRBFMb3jlRCGsEilVhLEEwviNidRBFBGxFJGmsTsZC7QxuNrQgqFkHUQonWEgL2FiIpRWxMIYhKsHR9gyMcx8zk9m7dfe/298FX3P672f3d229m73avled5hvSoBRCAIIAABNUB5PLFR1W29Zh4RbwgnhtxnR3xO/Ga+G1VDX28vjT2um0jH5yeeEvcKQAj88t2/LpXLeyoBSCuMm5M2Fa37m2/LYBMqJWS2tn22wLIhFpQuq2pBeLyIU94LhLWV8SzrmMy5Fk/byeSKan36tV9MGaM9g5vie9H5u36eQ7OPWs71jYK5ElJywCkJP0saRmAoP8LJC/B3cB2+4GwHvTIVyIS7geW75a0T1QIFYIAAhA0FUBaBd1XdDz6Y7SfCqFCEEAAglRI69XebmQET4UggAAEAQQpDvVepuC7bCoEAQQgCCAAQQABCAIIQBBAFOmo+IX4u/iB+EBdDZmBRXZI/Ea8379e9mBWqZDqtU/8egDGP53mlFWP3G3E84HprwBSvdxduRcC079lNd7o01QgJ7O/d+UO67f4vPgzQKoN8eeRfb/mA55ub4UhvhEIcadn4ruMQ6oP8SOB6e/FSxoa2CQgqRA/I/4FED0h/klLQ5sARHWINw2I+hBvGpBYiH/QEuJNApIK8UUtIa4diDvfPxV/Ed/Jxr8MbibEtQO57j/V7qk97tlWm2NAMRXi2oF0hl7PF4SSCvGXGkNcO5DQE3yKQEmF+CULwacNyJo/eCEoW3tAiYX4Dz8S3wVIcX0Vn4hAOZyAkgrxc+KPVrqGGru9RaEctBziVsYho0KJfSduJsQtDQxHgbIeCfFtKyFubaS+F5SzkRBftBLiFi+dpKCYD3GLQIpAuWktxK0CGYSyHZnvQryXGZe1q70OyvEAFLMhbh3IIBQ3qnePE38oPmU1xIdl9cfWDspqVtMPoqmQBgkgAEEAAQgCCEAQQACCpmGkzp/rUiEAQQABCKpB/ME9QBBAAIIAAhAEEIAggAAEIABBAAEIAghAUOn6I8AArszynlRHoU0AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNUREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1QkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1Q0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMDbnQAAASzSURBVHja7J1ZSFVBGMdHkaBsoRsVFSRRQRstYBTtQkQQPRZWYLtBK2FFtLy0QhjRQhRFi0ER0UsLFEHa4kvZAkEhEaIPWVRKD0JZePs+zifcLvfmOffO6c7M+f/hD0ed4x3nd2a+2c6YF4/HFWSO8lEEAAIBCIBAAAIgEIAACAQg0VaB34Srys6H/WAMJ48i97C4PFvJdeSW5B9cqFqjF0iIILaSd5P7OvSgvyWXk2ttarIKyU/IlY7BYI0hPyXvsQnIIfI0x0PCfvJsG4BMJG+OSJw+bQOQGRHqOHHzNch0IJMj1pstNh1Iv4gBiWFgiJE6BCAAAgEIgEAAAgEIgEAAAiAQgAAIBCAAAuVMudp1spbc07CyGEyuiSqQZgMfzp+215BuylsvnkLub3ErwVuRHtncZHHcKSWfUm7spzpoOxDe1rIO4deMXtZCwDALyEkUmTlAeLNXEYrMHCDFKC6zgPRAcZkXQyAAARAIQCAAARAIQCyU7vWQz+T75IfkXuSR5LnKm6YPU9Xk6/K538ijyZOU9xbswKgCOUreRW5PUQt5hfCw0j9d/5u8k3yM3JHw/VrxRcmXNROiupqsFeRtKWAoKaizypsp/q05/xulwDvS/LyNvJ58N0pA+I+94iNdrTzNuvSSfM5HOoZVprxjLyIBZPs/ntBkndFYS44E+NwWiW3OA+EmoT5g+iea8l4fMH1NFIDUB3hKO/VGU97fB0x/i3xCeQfDONvL6p3BPQM05Z3XZ4JsTuCtR1vkeii5hDzftNiSLZAR5GHkhgA1crymvC9Rme8WaSJfFjsX1McFSDtT4yBxsfL2hvnRdBk07pHrbspQZVtDjgbs4/OT2aj0rM3f9tlj4xp8U0bsJQmdCw7y9yS2NLlQQxjGjoSg7uc8jwYplMYs811FXpnw2flp/jY+BupOiukTPjxtgfJ20ZS70GQlw6hQ3jzWGSmEmDQLC6WdfiGBVAeUZBjLyV/Jx8lLyfPIB6QH+EqFP4+W8yYrFYxKuV6n0s8bPSbPkuahE0p1iubrI7mPPMV+YFySaycORMvXCKMrFQmUVDWFu56bJM0Q6U7z6wHLpOZ1BcMZBakhD8g3MoSRDCWxpvD1L/X3Kwod8vVVCbyLlDdvZSuM5jBqSEuWMNLVlKYuMsyfe9bymlEXZlDPBkYylFjA+2yE8VKlOFhZFxAdMBKhBJVtgZvHSavDCurzNMJQEqxbAt7z3DIYvID2Oqygrnv59UMG93S3AATPAjwjbyC/+99TJ9loggwe2wPcMyLE/Hwiz8nyd3xX3vR+e6a/IJdAeODH5/f6PbA+JhDDEhdizt81zPW+rP0B8nAozejdKeUaCI/U9/lIF5l3G03Yucj/O+SaSn0+OscYnii8pSKiAkPyUSq1oEZ6X1/IUyXIFqoIqcCgvHSuUURa2GwNIBCAAAgEIBEE0upoGbTaCqTOUSB1tgLhtYu3jsFosxkIq9wxIBUCxVogPFW+1xEYvK3onGmZyqSXxZN9cyxuvnjpmPd7Je7xMkaZzmXxQs5Y5c3Q8nsaMQtA/FDe0mqjiSA6lRePx9H5x8AQAhAAgQAEQCAAARAIQAAEMkV/BBgARJjl0YmF3uQAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QjhEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QjlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCNkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCN0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTUUA4AAAisSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QkNEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QkREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCQURDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCQkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp36RWkAAAcrSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}button[data-v-2699f764]{margin-top:3px}.monsterinsights-welcome-container{width:750px;margin:0 auto;max-width:100%}.monsterinsights-welcome{padding-top:110px}@media (max-width:782px){.monsterinsights-welcome{padding-right:10px;padding-left:10px}}.monsterinsights-welcome-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0;position:relative;text-align:center}.monsterinsights-welcome-block.monsterinsights-welcome-block-first{padding-top:50px}.monsterinsights-welcome-logo:after{width:82px;padding-top:68%;background-image:url(../img/welcome-mascot.png);margin:15px 19px 19px}.monsterinsights-welcome-logo-container{position:absolute;top:-60px;width:120px;height:120px;left:50%;margin-left:-60px;background:#fff;border-radius:50%;border:1px solid #d6e2ed}.monsterinsights-welcome-block-inner{padding:25px}.monsterinsights-welcome-block-inner h3{color:#393f4c;font-size:24px;margin:0 0 20px;line-height:1.4}.monsterinsights-welcome-block-inner p{font-size:16px}.monsterinsights-welcome-video iframe{width:100%}.monsterinsights-button-wrap{margin:20px auto 0;max-width:590px}.monsterinsights-button-wrap .monsterinsights-button{width:100%}.monsterinsights-button-wrap:after{content:" ";clear:both;display:table}.monsterinsights-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-welcome-left{padding-right:20px}.monsterinsights-welcome-right{padding-left:20px}@media (max-width:782px){.monsterinsights-welcome-right{padding-top:25px}}.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:50%;float:left}@media (max-width:782px){.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:100%;padding-left:0;padding-right:0}}.monsterinsights-button.monsterinsights-button-alt{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-welcome-features{padding-bottom:0}.monsterinsights-welcome-feature{text-align:left;width:50%;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:10px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-feature{width:100%}}.monsterinsights-welcome-feature:nth-child(2n){padding-left:15px;padding-right:0}@media (max-width:782px){.monsterinsights-welcome-feature:nth-child(2n){padding-left:0}}@media (max-width:782px){.monsterinsights-welcome-feature{padding-right:0}}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img{width:46px;-ms-flex-negative:0;flex-shrink:0;margin-right:15px}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img svg{width:100%}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text h4{font-size:16px;color:#393f4c;margin:0}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text p{font-size:14px;margin-top:5px}.monsterinsights-welcome-block-inner:after{content:"";display:table;clear:both}.monsterinsights-welcome-block-footer{padding-bottom:50px}.monsterinsights-upgrade-cta{text-align:left;background:#f7f9fd;padding:15px}.monsterinsights-upgrade-cta h2{font-size:20px;margin:0 0 30px}@media (max-width:767px){.monsterinsights-upgrade-cta h2{text-align:center}}.monsterinsights-upgrade-cta h2 span{display:inline-block;border-bottom:1px solid #555;padding:0 15px 12px}.monsterinsights-upgrade-cta .monstericon-check{color:#5cc0a5;margin-right:4px}.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:70%}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:30%;text-align:center}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:100%}}.monsterinsights-upgrade-cta ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px;margin:0;padding:0}.monsterinsights-upgrade-cta ul li{display:block;width:50%;margin:0 0 10px;padding:0}@media (max-width:767px){.monsterinsights-upgrade-cta ul li{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-amount{font-size:48px;font-weight:600;position:relative;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-amount:before{content:"$";position:absolute;top:-8px;left:-16px;font-size:18px}.monsterinsights-upgrade-cta .monsterinsights-term{font-size:12px;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-price{padding:0 0 26px}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial-text{padding-left:25px}.monsterinsights-welcome-testimonial-image{width:100px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media (max-width:782px){.monsterinsights-welcome-testimonial-image{margin-top:24px}}.monsterinsights-welcome-testimonial-image .monsterinsights-bg-img{padding-top:100%;background-size:100px;background-repeat:no-repeat}.monsterinsights-testimonial-one{background-image:url(../img/testimonial-avatar.jpeg)}.monsterinsights-testimonial-two{background-image:url(../img/testimonial-avatar-2.png)}.monsterinsights-welcome-footer-upsell{background-color:#f9fbff;border-top:1px solid #d6e2ed}.dashboard_page_monsterinsights-getting-started.auto-fold #wpcontent{padding-left:0}.monsterinsights-welcome-video-image{padding-top:57%}.monsterinsights-welcome-video-image:after{background-image:url(../img/welcome-video-image.jpg)}
lite/assets/vue/css/wizard.rtl.css CHANGED
@@ -1 +1 @@
1
- .monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 0;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-right:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip[x-placement^=left]{padding-left:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;left:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;right:50%;margin:-8px -8px 0 0;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:right;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-right-radius:0;border-bottom-left-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-right-radius:0;border-top-left-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 5px 0 0;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-right:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 8px 0 40px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 20px 2px 8px;border-radius:5px;margin-left:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-right:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0 30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-top-left-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;left:0;position:absolute;line-height:40px;padding-left:12px;padding-right:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:left}[dir=rtl] .multiselect__select{left:auto;right:1px}[dir=rtl] .multiselect__tags{padding:8px 40px 0 8px}[dir=rtl] .multiselect__content{text-align:left}[dir=rtl] .multiselect__option:after{left:auto;right:0}[dir=rtl] .multiselect__clear{left:auto;right:12px}[dir=rtl] .multiselect__spinner{left:auto;right:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}.monstericon-times:before{content:"\F021"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\F01F"}.monstericon-warning-triangle:before{content:"\F020"}.monstericon-star:before{content:"\F025"}.monstericon-files:before{content:"\F028"}.monstericon-search:before{content:"\F029"}.monstericon-user:before{content:"\F02A"}.monstericon-eye:before{content:"\F02B"}.monstericon-cog:before{content:"\F02C"}.monstericon-expand:before{content:"\F02D"}.monstericon-compress:before{content:"\F02F"}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{background:#f3f6ff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;margin:0}.monsterinsights-onboarding-header{text-align:center}.monsterinsights-header-navigation{border-top:4px solid #5f6197;padding:0 20px;position:relative;text-align:left}@media (min-width:782px){.monsterinsights-header-navigation{padding:0 125px}}.monsterinsights-exit-button{background:#5f6197;border-radius:0 0 5px 5px;color:#d7d7e5;display:inline-block;font-size:14px;line-height:1;padding:9px 20px 12px;text-decoration:none;transition:color .1s ease;-moz-transition:color .1s ease;-ms-transition:color .1s ease;-o-transition:color .1s ease;-webkit-transition:color .1s ease}.monsterinsights-exit-button span{margin-right:2px;font-weight:500}.monsterinsights-exit-button i,.monsterinsights-exit-button span{vertical-align:middle}.monsterinsights-exit-button i{color:#afb0cb;display:inline-block;font-size:16px;margin-left:4px}.monsterinsights-exit-button:hover{color:#afb0cb}.monsterinsights-onboarding-header h1{margin:10px 0;padding:0 20px}img{max-width:100%}a{color:#509fe1}a:focus,a:hover{text-decoration:none}.monsterinsights-onboarding-wizard-container{margin:0 auto;width:750px}.monsterinsights-onboarding-wizard-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}.monsterinsights-onboarding-wizard-step-line{background:#d6e2ed;height:3px;margin:0 2px;width:100%}.monsterinsights-onboarding-wizard-step-line.monsterinsights-onboarding-wizard-line-active{background:#5cc0a5}.monsterinsights-onboarding-wizard-step{border:2px solid #b6c9da;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:16px;width:16px}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-active,.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed{background-color:#5cc0a5;border-color:#5cc0a5;position:relative}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed:after{color:#fff;content:"\F015";display:block;font-family:Misettings;font-size:8px;font-weight:400;right:0;position:absolute;text-align:center;top:2px;width:100%}.monsterinsights-onboarding-wizard-content{background:#fff;border:1px solid #d6e2ed;color:#777;font-size:14px;margin:50px 0;padding:45px 50px 50px}.monsterinsights-onboarding-wizard-content h2{color:#393f4a;font-size:24px;font-weight:500;margin:0 0 5px}.monsterinsights-onboarding-wizard-content .subtitle{font-size:16px;line-height:1.5;margin-top:0}.monsterinsights-onboarding-wizard-content .monsterinsights-separator{border-top:1px solid #d6e2ed;clear:both;margin:26px 0}.monsterinsights-icon-info{display:inline-block;vertical-align:middle}.monsterinsights-icon-info svg{height:16px;width:16px}.monsterinsights-onboarding-wizard-form label{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-description{margin-top:6px}.monsterinsights-form-input{margin:5px 0 0;position:relative}.monsterinsights-form-input input[type=radio],.monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-settings-input-radio label{color:#393f4a;font-size:16px;display:block;margin-bottom:18px}.monsterinsights-settings-input-radio label small{font-size:16px;color:#393f4a;font-weight:400}.monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500;line-height:1}.monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-left:19px}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#5cc0a5}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{right:2px;left:2px;top:2px;bottom:2px;position:absolute;content:"";background:#5cc0a5;display:block;border-radius:50%}.monsterinsights-form-input input:focus~.monsterinsights-styled-checkbox-status{-webkit-box-shadow:0 0 5px 2px #4d90fe;box-shadow:0 0 5px 2px #4d90fe}.monsterinsights-form-input .monsterinsights-form-input-label{display:inline-block;vertical-align:top}.monsterinsights-form-input .monsterinsights-form-input-label span{font-weight:400}.monsterinsights-onboarding-button,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{border:1px solid;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:10px 18px;text-decoration:none}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large{background-color:#509fe2;border-color:#2e7fbe;font-size:16px;padding:16px 32px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:hover{background-color:#3a93dd;border-color:#2971a9}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{background-color:#5cc0a5;border-color:#40a88d;font-size:14px;font-weight:500;padding:10px 16px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:hover,.request-filesystem-credentials-action-buttons .button:focus,.request-filesystem-credentials-action-buttons .button:hover,.request-filesystem-credentials-action-buttons input[type=submit]:focus,.request-filesystem-credentials-action-buttons input[type=submit]:hover{background-color:#4ab99b;border-color:#39967e}.monsterinsights-onboarding-button.monsterinsights-button-disabled,.monsterinsights-onboarding-button.monsterinsights-button-disabled:focus,.monsterinsights-onboarding-button.monsterinsights-button-disabled:hover{background-color:#f3f6ff;border-color:#b7c9d9;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-button.monsterinsights-button-activated,.monsterinsights-onboarding-button.monsterinsights-button-activated:focus,.monsterinsights-onboarding-button.monsterinsights-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-wizard-form input[type=email],.monsterinsights-onboarding-wizard-form input[type=text]{border:1px solid #b7c9d9;border-radius:5px;color:#444;display:block;font-size:16px;padding:14px;width:100%}.monsterinsights-onboarding-wizard-form input[type=email]:focus,.monsterinsights-onboarding-wizard-form input[type=text]:focus{border-color:#509fe2;outline:none}.monsterinsights-form-input.valid input[type=email],.monsterinsights-form-input.valid input[type=text]{border-color:#64bfa5}.monsterinsights-form-input.error input[type=email],.monsterinsights-form-input.error input[type=text]{border-color:#dc3232}.monsterinsights-form-input select{width:100%}.monsterinsights-form-input.error:after,.monsterinsights-form-input.valid:after{display:none;font-family:Misettings;font-size:20px;font-weight:400;position:absolute;left:12px;top:13px}.monsterinsights-form-input.valid:after{color:#64bfa5;content:"\F015";display:block}.monsterinsights-form-input.error:after{color:#d83638;content:"\F014";display:block}.monsterinsights-error-message{color:#d83638;font-weight:500}::-webkit-input-placeholder{color:#b7c9d8}::-moz-placeholder{color:#b7c9d8}:-ms-input-placeholder{color:#b7c9d8}:-moz-placeholder{color:#b7c9d8}.monsterinsights-notice{background-color:#f3f6ff;border:1px solid #b7c9d9;border-radius:5px;color:#8aa4b8;font-size:16px;line-height:1.4;margin:30px 0;padding:16px 20px}.monsterinsights-notice.monsterinsights-notice-error{background-color:#fff4f3;border-color:#d83638;color:#d83638}.monsterinsights-text-button{background:none;border:none;border-bottom:1px solid;color:#89a4b9;cursor:pointer;font-size:16px;padding:0}.monsterinsights-text-button i{margin-right:4px}.monsterinsights-text-button:hover{border-bottom-color:rgba(0,0,0,0)}.monsterinsights-pull-right{float:left}.monsterinsights-text-button.monsterinsights-pull-right{margin-top:15px}.monsterinsights-form-inline .monsterinsights-form-input,.monsterinsights-form-inline .monsterinsights-form-label{float:right;width:80%}.monsterinsights-form-inline .monsterinsights-form-input{float:left;text-align:left;width:20%}.monsterinsights-form-inline:after{clear:both;content:"";display:table}.monsterinsights-form-inline p.monsterinsights-description{margin-bottom:0}.monsterinsights-form-inline .monsterinsights-separator{float:right;margin-top:27px;width:100%}.monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{cursor:default;background-color:#dee5e9}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;background-color:#d83638;float:left;cursor:pointer}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{left:2px;right:auto}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{right:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-label{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-description{font-weight:400;color:#777;display:inline-block;margin-top:7px}.monsterinsights-settings-input-checkbox .monsterinsights-info{margin-top:6px;margin-right:4px;display:inline-block}.monsterinsights-addon-icon,.monsterinsights-addon-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addon-icon{border:1px solid #d5e2ed;-ms-flex-negative:0;flex-shrink:0;height:70px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:70px}.monsterinsights-addon-icon img{display:block;vertical-align:middle}.monsterinsights-addon-text{padding:0 20px;width:100%}.monsterinsights-addon-text label{line-height:1}.monsterinsights-addon-text p{margin:6px 0 4px}.monsterinsights-addon-text a{color:#777}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}.monsterinsights-green-link{color:#5cc0a5;font-size:16px}.monsterinsights-addon-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-addon-button .monsterinsights-onboarding-button{min-width:134px;text-align:center}.monsterinsights-wpforms-row .monsterinsights-addon-icon{height:100px;line-height:98px;width:100px}.monsterinsights-wpforms-row .monsterinsights-addon-text label{font-size:18px;font-weight:900}.monsterinsights-wpforms-row .monsterinsights-addon-text p{font-size:16px;line-height:1.4;margin-bottom:0}[class*=monstericon-]:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\F01B"}.monstericon-info-circle-regular:before{color:#b6c9da;content:"\F01E";font-size:16px}.monstericon-arrow-right:before{content:"\F01D"}.monstericon-check:before{content:"\F015"}.monsterinsights-loader-animated{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;height:2em;right:0;opacity:0;padding:0;position:absolute;top:0;width:2em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.monsterinsights-settings-input-select label>span,.settings-input-text label>span{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select .monsterinsights-reset-default,.settings-input-text .monsterinsights-reset-default{font-size:14px;margin-top:7px;float:left;font-weight:400}.monsterinsights-settings-input-select label>span.monsterinsights-dark,.settings-input-text label>span.monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4c}.monsterinsights-settings-input-select .monsterinsights-info,.settings-input-text .monsterinsights-info{margin-right:4px}.monsterinsights-settings-input-select .settings-input-text-input,.settings-input-text .settings-input-text-input{margin-top:18px}.monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-authenticate p{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select-input{margin-top:18px}.monsterinsights-onboarding-wizard-form .field-title{display:block;margin:15px 0}.monsterinsights-onboarding-wizard-form fieldset{border:none;padding:0;margin:0;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-onboarding-wizard-form .ftp-password{margin-bottom:15px}.monsterinsights-onboarding-wizard-form ol{padding-right:20px}.monsterinsights-onboarding-wizard-form ol li{color:#393f4b;line-height:1.5;margin-bottom:30px;padding-right:15px}.monsterinsights-hidden{display:none}.monsterinsights-small{font-size:12px}.monsterinsights-auth-info .monsterinsights-dark{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-auth-info p{margin-top:6px}.settings-input-license label{font-size:14px;color:#777;font-weight:400;margin-bottom:18px;margin-top:8px;display:block}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater label{font-size:14px;margin-bottom:0}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px;display:block;font-weight:400}.monsterinsights-onboarding-wizard-form .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default}.monsterinsights-onboarding-wizard-form .monsterinsights-error i{margin-left:10px}p>label{display:block}p .monsterinsights-info{margin-right:4px}.monsterinsights-sublabel{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px;display:block;width:calc(50% - 8px)}.monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-settings-input-repeater-row:first-child{margin-bottom:14px}.monsterinsights-settings-input-repeater-row>input[type=text]{width:50%}.monsterinsights-settings-input-repeater-row input,.monsterinsights-settings-input-repeater-row select{margin-left:18px}.monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer;font-size:14px}.monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-logo{display:inline-block;width:400px;max-width:100%}.monsterinsights-logo .monsterinsights-bg-img{padding-top:21%}.monsterinsights-logo .monsterinsights-bg-img:after{background-image:url(../img/mi-onboarding-logo.png)}.settings-input-license p{color:#444}.settings-input-license p a{color:#509fe2}.monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.monsterinsights-onboarding-license-lite p{color:#777}.monsterinsights-onboarding-license-lite p a{font-weight:700}.monsterinsights-onboarding-license-lite p .monsterinsights-highlighted-text{font-weight:700;color:#64bfa5}.monsterinsights-onboarding-license-lite .monsterinsights-settings-license-lite{display:none}@media (max-width:767px){.monsterinsights-onboarding-wizard-container{max-width:100%;width:auto;margin:0 10px}.monsterinsights-onboarding-wizard-content{padding-right:20px;padding-left:20px}.monsterinsights-addon-row{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-addon-text{width:calc(100% - 80px);padding-left:0}.monsterinsights-addon-button{margin-top:20px}.monsterinsights-addon-icon{-ms-flex-item-align:start;align-self:flex-start}.monsterinsights-wpforms-row .monsterinsights-addon-text{width:calc(100% - 100px)}.monsterinsights-text-button.monsterinsights-pull-right{float:none}.monsterinsights-form-buttons{text-align:center}}.monsterinsights-addon-icon>div{display:inline-block;width:50px;height:50px;background-size:contain;background-repeat:no-repeat}.monsterinsights-addon-icon .monsterinsights-addon-icon-ads{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3N0REQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0VEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3QkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3Q0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phn1ef0AAAMoSURBVHja7J2NcdowGEBNLwOwAR6hnSD2BE0XaH25DhAmsDNBM0CvRzpBOwHKBozgbsAGrtWIRqdIWMjCP+S9Ox3GoC/CT78YO4umaRKYDguEIAQQghBACEIAIQgBhCCEo4AQQMilC7n9/L3v387atFXbeZtEYJytiiVUnDHL8o8fP78G570aSHzRptTYt9K2v6iDolO3aaM9T1Uck1R7rCyvb1SsmGU5G0MJsX1IU5iJsAgpj8RwvS4MITHKcjbe0WtPiz4tZNtR01zkHnEP/bprgJO19bGjRRZGvHOVxdaa8jGEhCIixPjTEScbsCyTHEO6Ptj7Ni3VduUZc9+mnfZ8qeJIrjviXGvbOxUrZln6VIJBhPg0/UOBS8+YOyNuZnQhvgdgbVSYGGWxEWVBx6B+oV2WTy1dnphnH1BLXbU7dlkmL6Q6U/luIsTIJlSWwYSUCbAwRMjrmdVCpXvH/ktO+nh279hPC6HLAoQgBBDCSn1ciuT5K/OxkF/lbxDyQhpxRR3CE10WzEbIUAvLHCGAEGZZ5+FGzcL08xi/2/SgPZenZr9Z8u7VLOoXQuIgD/KdZX+mJH3QpGVHhEp5a7qs/tNhXYY8+yeMVlFY8gmV9LOFd8nrXywiJEDIgbVqDbnWKhLHQc6196073ouQQHaO7VPyMcuy9PuNSqeuzLda3maiZWTay7S3H3Xycrq3PjHvJnn+CemBcoJlnKWQKjDvozHD8hWyHLCMb2ZheCr6Af1IlzU+pWO2JZhlDcexn3tKEZ9oIXHWHrljPZEbA++DOvBLy5hQz6VWXc2g1osjtX7Wi0DWIbSQILquko3FCiF+FG+5hdBl0UKcC7kKHbQQhABCEAIIYZY1gYXd2KzmIqSgntNlIcSysAv5BbpQ+UWkfLHj+aaKFsKg3jlupAH5Uu2xipAvdjxf6iTSJXGxbhMberu/S0F2df8vAOpzm1i6rAsd1Ie+v0nsQX0yl8fRQliHAEIQAghBCCAEIYAQhABCACEIAYQgBKIz16tw5TXr8saVtef+2cC/XkUIIAQhgBCEAEIQAghBCEIQAghBCATxV4ABAJUD6tHSXOZrAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3NzlEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0FEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3N0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3OERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu12a8UAAAaySURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M5OEI0RDJEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M5OEI0RDNEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3RkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc4MERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjhoPAMAAAabSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(../img/addon-icon-ecommerce.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(../img/addon-icon-eu-compliance.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNTZEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk4QjREQ0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1NERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgOeXjgAAAWbSURBVHja7J1faBxVFMZPxZT4h76oFUOsqEVEBakiIvig0RdBoy9VpDZibDH2obUIWvXBtqAJQlEUrKJVKLZgqoK1UpS2KAqihQQLitqIUG2ktopGaSUV4jnsmWYyOztzZ+7M3PnzffCRXXZ2Nju/ueeee++Z2XkzMzMElUfzAARAIAABEAhAAAQqK5DBgdebdMzms69lX8JexL6A/Rf7MPtX9n72ZJIdvrF1xanHp+OcNNYt7HvZ/ezzYrb9kv0++zX2sSQfchqOc6yWsPey97AfNIAhup79LPtH9tPsMwAkm9A0zB5j96XcxwL2evYPChZALA7ku+x1Ge2vl/05++64DdGHtEvCy8cadtJqSqH6dSb7bX08WjQQ+VJdFQWy2RLGS+z7I15/k32QPV4EkCH2GvblDW1dIx1aR7Cl7GRfqdvm1ocM69nVVBjSMjay1xr2KWvzbCFyRqzWx7+wX2YfrdgBvZN9uwUM+f6PGKbFosd0nDKZB5BBbYqkmcQXFUxxN6V87xaFIft4NMH75HitZG/II2Rdp38nKgjDG4UvSPG+rWxv3mNAQ1HSVpnrOOTvisb/21K8Z7ue4V4LezzlLEAPBobtujHh9pIlPcCe1ud3sRdn8dkYGM5mPUlgLPXB8CLDwyHbdmsfERUOewCkvUM3zYx2hcAQ7e6w3x0GfdP5roCsSBlnbfUO+4mI17sN97NPM8hpQ8gCo99g27NcATnbIs7aaFHM6zJaPu5L2zvBkDHKiYxhiH53BeR7zUyK1mcG20zGnCyXsQ90yCpv8k2BJIUhOuwKyO4OsbYMOhQDpDdihG4DQ/QT0t52fZDiPRLmRixhTAVbMIDMZk9ppkwmLWB4nzvtKmSdy77QwcE+QvFVIDLlI4UJpusgJ7V12MAQtS1UFQnkPvbzDoBIIrHMYLunqFXIYKJXqFVNYgPDq0whhKxw7dX01qR1vGgJwzsByGUL2RXMKArMoEz1EPvrmDGJzPBusoSxRU8Ap0Am1GXWhB7oqNB1DRmW9EQMMld1ehEhKzx0rYx43QaGFDbcQxHTLwASLilWvlXHGllpp47qI0tLiwxZN1jGXZuzcjRlS7ma/Sqlr1z0Bn+SIg+bbFwkEMnx1zkAsj0lEK9PkeVdWVF8JmG4Oq6d90ZKUHBd9HrISQdA/stgH948nMx3LdVwJhOOvYGWIAPQr9jvUav68UTSDyoSyAvqKmtCQ48Xfsa01ZgOPmOFTr1kAhAAgQAEQCAAARAoD5WlUE4GXDKLeqkOpv5hf0NzC7cXk92VTWn1LXW42qmOQGRZV9YWBkJek8k4f3W4jI43O/gf1zcJiFwE2UdQKYAsSwhDpif2OPg//2wKkJsDz2Xi8SP2h9SaEAwu905RyEWSaCHZ6arA8x2U0QQd0t50OifwfD96kGpdHyKLREMOPncbpV/gqjWQi8jNEvBYXVvIEM299DhY+/QctZZJPUkhmX9B648ixwM+HakrkG6KLkDrorn3RwnW444WGTqa2KnH6WdkWeXSQWRZ+eot9qe+5zJX5a/aGAmEpLDSmfmOjtN0HYEcCxzkf0M6z/GYpMDV5OIGhCwMDEsvucDlSQef+wmAhGvc0TgEWVaTBSDoQ1ILa+olUyPW1BGyELJO6Tuae+1G3F1Msaaes+5IuH0j1tQRsgAEKkvIkirEwQoeo9quqV9MbtbEbVXbNfWjVM25qNquqW9TQ+jUAQQCEACBSgzEu2ubVLT3NOTY9dBsBf+hrHaaVZYld72RO/1I5aFMkcsvzfxWYxgLqVUW2+X7/qUCIjdlkVvX9engr5+ao32U4a0Ls+xDlpPZXT3rBmN5WQeGUhwtN/uS2xVdQQl+kLeCkku3c1naxQ/cl0wAAiAQgAAIBCAAAgEIgEAAAiAAAiAQgFRF/wswADMRPRxA0bU/AAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUFEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1N0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1OERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PveAfEwAAAMMSURBVHja7J0/aBRBFMb3jlRCGsEilVhLEEwviNidRBFBGxFJGmsTsZC7QxuNrQgqFkHUQonWEgL2FiIpRWxMIYhKsHR9gyMcx8zk9m7dfe/298FX3P672f3d229m73avled5hvSoBRCAIIAABNUB5PLFR1W29Zh4RbwgnhtxnR3xO/Ga+G1VDX28vjT2um0jH5yeeEvcKQAj88t2/LpXLeyoBSCuMm5M2Fa37m2/LYBMqJWS2tn22wLIhFpQuq2pBeLyIU94LhLWV8SzrmMy5Fk/byeSKan36tV9MGaM9g5vie9H5u36eQ7OPWs71jYK5ElJywCkJP0saRmAoP8LJC/B3cB2+4GwHvTIVyIS7geW75a0T1QIFYIAAhA0FUBaBd1XdDz6Y7SfCqFCEEAAglRI69XebmQET4UggAAEAQQpDvVepuC7bCoEAQQgCCAAQQABCAIIQBBAFOmo+IX4u/iB+EBdDZmBRXZI/Ea8379e9mBWqZDqtU/8egDGP53mlFWP3G3E84HprwBSvdxduRcC079lNd7o01QgJ7O/d+UO67f4vPgzQKoN8eeRfb/mA55ub4UhvhEIcadn4ruMQ6oP8SOB6e/FSxoa2CQgqRA/I/4FED0h/klLQ5sARHWINw2I+hBvGpBYiH/QEuJNApIK8UUtIa4diDvfPxV/Ed/Jxr8MbibEtQO57j/V7qk97tlWm2NAMRXi2oF0hl7PF4SSCvGXGkNcO5DQE3yKQEmF+CULwacNyJo/eCEoW3tAiYX4Dz8S3wVIcX0Vn4hAOZyAkgrxc+KPVrqGGru9RaEctBziVsYho0KJfSduJsQtDQxHgbIeCfFtKyFubaS+F5SzkRBftBLiFi+dpKCYD3GLQIpAuWktxK0CGYSyHZnvQryXGZe1q70OyvEAFLMhbh3IIBQ3qnePE38oPmU1xIdl9cfWDspqVtMPoqmQBgkgAEEAAQgCCEAQQACCpmGkzp/rUiEAQQABCKpB/ME9QBBAAIIAAhAEEIAggAAEIABBAAEIAghAUOn6I8AArszynlRHoU0AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNUREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1QkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1Q0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMDbnQAAASzSURBVHja7J1ZSFVBGMdHkaBsoRsVFSRRQRstYBTtQkQQPRZWYLtBK2FFtLy0QhjRQhRFi0ER0UsLFEHa4kvZAkEhEaIPWVRKD0JZePs+zifcLvfmOffO6c7M+f/hD0ed4x3nd2a+2c6YF4/HFWSO8lEEAAIBCIBAAAIgEIAACAQg0VaB34Srys6H/WAMJ48i97C4PFvJdeSW5B9cqFqjF0iIILaSd5P7OvSgvyWXk2ttarIKyU/IlY7BYI0hPyXvsQnIIfI0x0PCfvJsG4BMJG+OSJw+bQOQGRHqOHHzNch0IJMj1pstNh1Iv4gBiWFgiJE6BCAAAgEIgEAAAgEIgEAAAiAQgAAIBCAAAuVMudp1spbc07CyGEyuiSqQZgMfzp+215BuylsvnkLub3ErwVuRHtncZHHcKSWfUm7spzpoOxDe1rIO4deMXtZCwDALyEkUmTlAeLNXEYrMHCDFKC6zgPRAcZkXQyAAARAIQCAAARAIQCyU7vWQz+T75IfkXuSR5LnKm6YPU9Xk6/K538ijyZOU9xbswKgCOUreRW5PUQt5hfCw0j9d/5u8k3yM3JHw/VrxRcmXNROiupqsFeRtKWAoKaizypsp/q05/xulwDvS/LyNvJ58N0pA+I+94iNdrTzNuvSSfM5HOoZVprxjLyIBZPs/ntBkndFYS44E+NwWiW3OA+EmoT5g+iea8l4fMH1NFIDUB3hKO/VGU97fB0x/i3xCeQfDONvL6p3BPQM05Z3XZ4JsTuCtR1vkeii5hDzftNiSLZAR5GHkhgA1crymvC9Rme8WaSJfFjsX1McFSDtT4yBxsfL2hvnRdBk07pHrbspQZVtDjgbs4/OT2aj0rM3f9tlj4xp8U0bsJQmdCw7y9yS2NLlQQxjGjoSg7uc8jwYplMYs811FXpnw2flp/jY+BupOiukTPjxtgfJ20ZS70GQlw6hQ3jzWGSmEmDQLC6WdfiGBVAeUZBjLyV/Jx8lLyfPIB6QH+EqFP4+W8yYrFYxKuV6n0s8bPSbPkuahE0p1iubrI7mPPMV+YFySaycORMvXCKMrFQmUVDWFu56bJM0Q6U7z6wHLpOZ1BcMZBakhD8g3MoSRDCWxpvD1L/X3Kwod8vVVCbyLlDdvZSuM5jBqSEuWMNLVlKYuMsyfe9bymlEXZlDPBkYylFjA+2yE8VKlOFhZFxAdMBKhBJVtgZvHSavDCurzNMJQEqxbAt7z3DIYvID2Oqygrnv59UMG93S3AATPAjwjbyC/+99TJ9loggwe2wPcMyLE/Hwiz8nyd3xX3vR+e6a/IJdAeODH5/f6PbA+JhDDEhdizt81zPW+rP0B8nAozejdKeUaCI/U9/lIF5l3G03Yucj/O+SaSn0+OscYnii8pSKiAkPyUSq1oEZ6X1/IUyXIFqoIqcCgvHSuUURa2GwNIBCAAAgEIBEE0upoGbTaCqTOUSB1tgLhtYu3jsFosxkIq9wxIBUCxVogPFW+1xEYvK3onGmZyqSXxZN9cyxuvnjpmPd7Je7xMkaZzmXxQs5Y5c3Q8nsaMQtA/FDe0mqjiSA6lRePx9H5x8AQAhAAgQAEQCAAARAIQAAEMkV/BBgARJjl0YmF3uQAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QjhEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QjlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCNkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCN0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTUUA4AAAisSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QkNEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QkREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCQURDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCQkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp36RWkAAAcrSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}button[data-v-2699f764]{margin-top:3px}.monsterinsights-welcome-container{width:750px;margin:0 auto;max-width:100%}.monsterinsights-welcome{padding-top:110px}@media (max-width:782px){.monsterinsights-welcome{padding-left:10px;padding-right:10px}}.monsterinsights-welcome-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0;position:relative;text-align:center}.monsterinsights-welcome-block.monsterinsights-welcome-block-first{padding-top:50px}.monsterinsights-welcome-logo{width:82px;padding-top:68%;background-image:url(../img/mascot.png);margin:15px 19px 19px}.monsterinsights-welcome-logo-container{position:absolute;top:-60px;width:120px;height:120px;right:50%;margin-right:-60px;background:#fff;border-radius:50%;border:1px solid #d6e2ed}.monsterinsights-welcome-block-inner{padding:25px}.monsterinsights-welcome-block-inner h3{color:#393f4c;font-size:24px;margin:0 0 20px;line-height:1.4}.monsterinsights-welcome-block-inner p{font-size:16px}.monsterinsights-welcome-video iframe{width:100%}.monsterinsights-button-wrap{margin:20px auto 0;max-width:590px}.monsterinsights-button-wrap .monsterinsights-button{width:100%}.monsterinsights-button-wrap:after{content:" ";clear:both;display:table}.monsterinsights-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-welcome-left{padding-left:20px}.monsterinsights-welcome-right{padding-right:20px}@media (max-width:782px){.monsterinsights-welcome-right{padding-top:25px}}.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:50%;float:right}@media (max-width:782px){.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:100%;padding-right:0;padding-left:0}}.monsterinsights-button.monsterinsights-button-alt{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-welcome-features{padding-bottom:0}.monsterinsights-welcome-feature{text-align:right;width:50%;float:right;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-feature{width:100%}}.monsterinsights-welcome-feature:nth-child(2n){padding-right:15px;padding-left:0}@media (max-width:782px){.monsterinsights-welcome-feature:nth-child(2n){padding-right:0}}@media (max-width:782px){.monsterinsights-welcome-feature{padding-left:0}}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img{width:46px;-ms-flex-negative:0;flex-shrink:0;margin-left:15px}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img svg{width:100%}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text h4{font-size:16px;color:#393f4c;margin:0}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text p{font-size:14px;margin-top:5px}.monsterinsights-welcome-block-inner:after{content:"";display:table;clear:both}.monsterinsights-welcome-block-footer{padding-bottom:50px}.monsterinsights-upgrade-cta{text-align:right;background:#f7f9fd;padding:15px}.monsterinsights-upgrade-cta h2{font-size:20px;margin:0 0 30px}@media (max-width:767px){.monsterinsights-upgrade-cta h2{text-align:center}}.monsterinsights-upgrade-cta h2 span{display:inline-block;border-bottom:1px solid #555;padding:0 15px 12px}.monsterinsights-upgrade-cta .monstericon-check{color:#5cc0a5;margin-left:4px}.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:70%}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:30%;text-align:center}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:100%}}.monsterinsights-upgrade-cta ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px;margin:0;padding:0}.monsterinsights-upgrade-cta ul li{display:block;width:50%;margin:0 0 10px;padding:0}@media (max-width:767px){.monsterinsights-upgrade-cta ul li{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-amount{font-size:48px;font-weight:600;position:relative;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-amount:before{content:"$";position:absolute;top:-8px;right:-16px;font-size:18px}.monsterinsights-upgrade-cta .monsterinsights-term{font-size:12px;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-price{padding:0 0 26px}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial-text{padding-right:25px}.monsterinsights-welcome-testimonial-image{width:100px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media (max-width:782px){.monsterinsights-welcome-testimonial-image{margin-top:24px}}.monsterinsights-welcome-testimonial-image .monsterinsights-bg-img{padding-top:100%;background-size:100px;background-repeat:no-repeat}.monsterinsights-testimonial-one{background-image:url(../img/testimonial-avatar.jpeg)}.monsterinsights-testimonial-two{background-image:url(../img/testimonial-avatar-2.png)}.monsterinsights-welcome-footer-upsell{background-color:#f9fbff;border-top:1px solid #d6e2ed}.dashboard_page_monsterinsights-getting-started.auto-fold #wpcontent{padding-right:0}.monsterinsights-welcome-video-image{padding-top:57%}.monsterinsights-welcome-video-image:after{background-image:url(../img/welcome-video-image.jpg)}
1
+ .monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 0;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-right:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip[x-placement^=left]{padding-left:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAusAAsAAAAAMGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZjRmM5Y21hcAAAAYQAAAgCAAArYmjjYVVnbHlmAAAJiAAAAEEAAABQiOYj2mhlYWQAAAnMAAAALgAAADYR8XmmaGhlYQAACfwAAAAcAAAAJAqNAyNobXR4AAAKGAAAAAgAAAAIAyAAAGxvY2EAAAogAAAABgAAAAYAKAAAbWF4cAAACigAAAAeAAAAIAEOACJuYW1lAAAKSAAAAUIAAAKOcN63t3Bvc3QAAAuMAAAAHQAAAC5lhHRpeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGScwDiBgZWBgSGVtYKBgVECQjMfYEhiYmFgYGJgZWbACgLSXFMYHIAq/rNfAHK3gEmgASACAIekCT4AAHic7dhl0zDVmUXh5+XFHYK7E0IguFtwt4QQgmtwd3d3d7cED+4SXIO7u7vbsNfaUzU1fyGcu66u1adOf+6uHhgYGGpgYGDwL37/iyEHBoZZcWDQLzUw9NK/7A5if/DA8OwPOfQknBky+0P8/PPPOcd1UJ785frr/Dq/zq/z6/w3zsCgoX/xX74GRsxbcYpRB1iDB/7PGvT/DFGDenBwe8hKD1XpoSs9TKWHrfRwlR6+0iNUesRKj1TpkSs9SqVHrfRolR690r+p9BiVHrPSY1V67EqPU+lxKz1epcev9ASVnrDSE1V64kpPUulJKz1ZpSev9BSVnrLSU1V66kr/ttLTVPp3lZ62/KJSerpKT1/pP1R6hkrPWOmZKj1zpWep9KyVnq3Ss1d6jkrPWem5Kj13peep9LyVnq/S81d6gUr/sdILVnqhSi9c6UUqvWilF6v04pVeotJLVnqpSi9d6WUqvWyll6v08pVeodIrVvpPlf5zpVeq9F8qvXKl/1rpVSr9t0qvWunVKr16pdeo9JqVXqvSa1d6nUqvW+n1Kr1+pTeo9N8rvWGlN6r0xpXepNKbVnqzSm9e6S0qvWWlt6r01pXeptLbVnq7Sm9f6R0qvWOld6r0zpXepdK7Vnq3Su9e6T0qvWel96r03pXep9L7Vnq/Su9f6QMqfWClD6r0wZU+pNKHVvqwSh9e6SMqfWSlj6r00ZU+ptLHVvq4Sh9f6RMqfWKlT6r0yZU+pdKnVvq0Sp9e6TMqfWalz6r02ZU+p9LnVvq8Sp9f6QsqfWGl/1Hpf1b6okpfXOlLKn1ppS+r9OWVvqLS/6r0lZW+qtJXV/qaSl9b6esqfX2lb6j0jZW+qdI3V/qWSt9a6dsqfXul76j0vyt9Z6XvqvTdlb6n0vdW+r5K31/pByr9YKUfqvTDlX6k0v+p9KOVfqzSj1f6iUo/WemnKv10pZ+p9LOVfq7Sz1f6hUq/WOmXKv1ypV+p9KuVfq3Sr1f6jUq/Wem3Kv12pd+p9LuVfq/S71f6g0p/WOmPKv1xpT+p9KeV/qzSn1f6i0p/WemvKv11pb+p9LeV/q7S31f6h0r/WOmfKv1zDfI26KKHED1Y9JCihxI9tOhhRA8rejjRw4seQfSIokcSPbLoUUSPKno00aOL/o3oMUSPKXos0WOLHkf0uKLHEz2+6AlETyh6ItETi55E9KSiJxM9uegpRE8peirRU4v+rehpRP9O9LSify96OtHTi/6D6BlEzyh6JtEzi55F9KyiZxM9u+g5RM8pei7Rc4ueR/S8oucTPb/oBUT/UfSCohcSvbDoRUQvKnox0YuLXkL0kqKXEr206GVELyt6OdHLi15B9Iqi/yT6z6JXEv0X0SuL/qvoVUT/TfSqolcTvbroNUSvKXot0WuLXkf0uqLXE72+6A1E/130hqI3Er2x6E1Ebyp6M9Gbi95C9JaitxK9tehtRG8rejvR24veQfSOoncSvbPoXUTvKno30buL3kP0nqL3Er236H1E7yt6P9H7iz5A9IGiDxJ9sOhDRB8q+jDRh4s+QvSRoo8SfbToY0QfK/o40ceLPkH0iaJPEn2y6FNEnyr6NNGniz5D9JmizxJ9tuhzRJ8r+jzR54u+QPSFov8h+p+iLxJ9sehLRF8q+jLRl4u+QvS/RF8p+irRV4u+RvS1oq8Tfb3oG0TfKPom0TeLvkX0raJvE3276DtE/1v0naLvEn236HtE3yv6PtH3i35A9IOiHxL9sOhHRP9H9KOiHxP9uOgnRD8p+inRT4t+RvSzop8T/bzoF0S/KPol0S+LfkX0q6JfE/266DdEvyn6LdFvi35H9Lui3xP9vugPRH8o+iPRH4v+RPSnoj8T/bnoL0R/Kfor0V+L/kb0t6K/E/296B9E/yj6J9E/K/2/v/npoocQPVj0kKKHEj206GFEDyt6ONHDix5B9IiiRxI9suhRRI8qejTRo4v+jegxRI8peizRY4seR/S4oscTPb7oCURPKHoi0ROLnkT0pKInEz256ClETyl6KtFTi/6t6GlE/070tKJ/L3o60dOL/oPoGUTPKHom0TOLnkX0rKJnEz276DlEzyl6LtFzi55H9Lyi5xM9v+gFRP9R9IKiFxK9sOhFRC8qejHRi4teQvSSopcSvbToZUQvK3o50cuLXkH0iqL/JPrPolcS/RfRK4v+q+hVRP9N9KqiVxO9uug1RK8pei3Ra4teR/S6otcTvb7oDUT/XfSGojcSvbHoTURvKnoz0ZuL3kL0lqK3Er216G1Ebyt6O9Hbi95B9I6idxK9s+hdRO8qejfRu4veQ/SeovcSvbfofUTvK3o/0fuLPkD0gaIPEn2w6ENEHyr6MNGHiz5C9JGijxJ9tOhjRB8r+jjRx4s+QfSJok8SfbLoU0SfKvo00aeLPkP0maLPEn226HNEnyv6PNHni75A9IWi/yH6n6IvEn2x6EtEXyr6MtGXi75C9L9EXyn6KtFXi75G9LWirxN9vegbRN8o+ibRN4u+RfStom8TfbvoO0T/W/Sdou8Sfbfoe0TfK/o+0feLfkD0g6IfEv2w6EdE/0f0o6IfE/246CdEPyn6KdFPi35G9LOinxP9vOgXRL8o+iXRL4t+RfSrol8T/broN0S/Kfot0W+Lfkf0u6LfE/2+6A9Efyj6I9Efi/5E9KeiPxP9uegvRH8p+ivRX4v+RvS3or8T/b3oH0T/KPon0T9rYND/AOaSEScAAHicY2BiAAKmPSy+QEqUgYFRUURcTFzMyNzM3MxEXU1dTYmdjZ2NccK/K5oaLm6L3Fw0NOEMZoVAFD6IAQD4PA9iAAAAeJxjYGRgYADilrme/fH8Nl8ZuNkvAEUYbnDPcEOmmfaw+AIpDgYmEA8AHMMJGAAAeJxjYGRgYL/AAATMCiCSaQ8DIwMqYAIAK/QBvQAAAAADIAAAAAAAAAAoAAB4nGNgZGBgYGIQA2IGMIuBgQsIGRj+g/kMAArUATEAAHicjY69TsMwFIWP+4doJYSKhMTmoUJIqOnPWIm1ZWDq0IEtTZw2VRpHjlu1D8A7MPMczAw8DM/AifFEl9qS9d1zzr3XAK7xBYHqCHTdW50aLlj9cZ1057lBfvTcRAdPnlvUnz23mXj13MEN3jhBNC6p9PDuuYYrfHquU//23CD/eG7iVnQ9t9ATD57bWIgXzx3ciw+rDrZfqmhnUnvsx2kZzdVql4Xm1DhVFsqUqc7lKBiemjOVKxNaFcvlUZb71djaRCZGb+VU51ZlmZaF0RsV2WBtbTEZDBKvB5HewkLhwLePkhRhB4OU9ZFKTCqpzems6GQI6Z7TcU5mQceQUmjkkBghwPCszhmd3HWHLh+ze8mEpLvnT8dULRLWCTMaW9LUbanSGa+mUjhv47ZY7l67rgITDHiTf/mAKU76BTuXfk8AAHicY2BigAARBuyAiZGJkZmBJSWzOJmBAQALQwHHAAAA) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;left:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;right:50%;margin:-8px -8px 0 0;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:right;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-right-radius:0;border-bottom-left-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-right-radius:0;border-top-left-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 5px 0 0;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-right:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 8px 0 40px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 20px 2px 8px;border-radius:5px;margin-left:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-right:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0 30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-top-left-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;left:0;position:absolute;line-height:40px;padding-left:12px;padding-right:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:left}[dir=rtl] .multiselect__select{left:auto;right:1px}[dir=rtl] .multiselect__tags{padding:8px 40px 0 8px}[dir=rtl] .multiselect__content{text-align:left}[dir=rtl] .multiselect__option:after{left:auto;right:0}[dir=rtl] .multiselect__clear{left:auto;right:12px}[dir=rtl] .multiselect__spinner{left:auto;right:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}.monstericon-times:before{content:"\F021"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\F01F"}.monstericon-warning-triangle:before{content:"\F020"}.monstericon-star:before{content:"\F025"}.monstericon-files:before{content:"\F028"}.monstericon-search:before{content:"\F029"}.monstericon-user:before{content:"\F02A"}.monstericon-eye:before{content:"\F02B"}.monstericon-cog:before{content:"\F02C"}.monstericon-expand:before{content:"\F02D"}.monstericon-compress:before{content:"\F02F"}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{background:#f3f6ff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;margin:0}.monsterinsights-onboarding-header{text-align:center}.monsterinsights-header-navigation{border-top:4px solid #5f6197;padding:0 20px;position:relative;text-align:left}@media (min-width:782px){.monsterinsights-header-navigation{padding:0 125px}}.monsterinsights-exit-button{background:#5f6197;border-radius:0 0 5px 5px;color:#d7d7e5;display:inline-block;font-size:14px;line-height:1;padding:9px 20px 12px;text-decoration:none;transition:color .1s ease;-moz-transition:color .1s ease;-ms-transition:color .1s ease;-o-transition:color .1s ease;-webkit-transition:color .1s ease}.monsterinsights-exit-button span{margin-right:2px;font-weight:500}.monsterinsights-exit-button i,.monsterinsights-exit-button span{vertical-align:middle}.monsterinsights-exit-button i{color:#afb0cb;display:inline-block;font-size:16px;margin-left:4px}.monsterinsights-exit-button:hover{color:#afb0cb}.monsterinsights-onboarding-header h1{margin:10px 0;padding:0 20px}img{max-width:100%}a{color:#509fe1}a:focus,a:hover{text-decoration:none}.monsterinsights-onboarding-wizard-container{margin:0 auto;width:750px}.monsterinsights-onboarding-wizard-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}.monsterinsights-onboarding-wizard-step-line{background:#d6e2ed;height:3px;margin:0 2px;width:100%}.monsterinsights-onboarding-wizard-step-line.monsterinsights-onboarding-wizard-line-active{background:#5cc0a5}.monsterinsights-onboarding-wizard-step{border:2px solid #b6c9da;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:16px;width:16px}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-active,.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed{background-color:#5cc0a5;border-color:#5cc0a5;position:relative}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed:after{color:#fff;content:"\F015";display:block;font-family:Misettings;font-size:8px;font-weight:400;right:0;position:absolute;text-align:center;top:2px;width:100%}.monsterinsights-onboarding-wizard-content{background:#fff;border:1px solid #d6e2ed;color:#777;font-size:14px;margin:50px 0;padding:45px 50px 50px}.monsterinsights-onboarding-wizard-content h2{color:#393f4a;font-size:24px;font-weight:500;margin:0 0 5px}.monsterinsights-onboarding-wizard-content .subtitle{font-size:16px;line-height:1.5;margin-top:0}.monsterinsights-onboarding-wizard-content .monsterinsights-separator{border-top:1px solid #d6e2ed;clear:both;margin:26px 0}.monsterinsights-icon-info{display:inline-block;vertical-align:middle}.monsterinsights-icon-info svg{height:16px;width:16px}.monsterinsights-onboarding-wizard-form label{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-description{margin-top:6px}.monsterinsights-form-input{margin:5px 0 0;position:relative}.monsterinsights-form-input input[type=radio],.monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-settings-input-radio label{color:#393f4a;font-size:16px;display:block;margin-bottom:18px}.monsterinsights-settings-input-radio label small{font-size:16px;color:#393f4a;font-weight:400}.monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500;line-height:1}.monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-left:19px}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#5cc0a5}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{right:2px;left:2px;top:2px;bottom:2px;position:absolute;content:"";background:#5cc0a5;display:block;border-radius:50%}.monsterinsights-form-input input:focus~.monsterinsights-styled-checkbox-status{-webkit-box-shadow:0 0 5px 2px #4d90fe;box-shadow:0 0 5px 2px #4d90fe}.monsterinsights-form-input .monsterinsights-form-input-label{display:inline-block;vertical-align:top}.monsterinsights-form-input .monsterinsights-form-input-label span{font-weight:400}.monsterinsights-onboarding-button,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{border:1px solid;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:10px 18px;text-decoration:none}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large{background-color:#509fe2;border-color:#2e7fbe;font-size:16px;padding:16px 32px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:hover{background-color:#3a93dd;border-color:#2971a9}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{background-color:#5cc0a5;border-color:#40a88d;font-size:14px;font-weight:500;padding:10px 16px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:hover,.request-filesystem-credentials-action-buttons .button:focus,.request-filesystem-credentials-action-buttons .button:hover,.request-filesystem-credentials-action-buttons input[type=submit]:focus,.request-filesystem-credentials-action-buttons input[type=submit]:hover{background-color:#4ab99b;border-color:#39967e}.monsterinsights-onboarding-button.monsterinsights-button-disabled,.monsterinsights-onboarding-button.monsterinsights-button-disabled:focus,.monsterinsights-onboarding-button.monsterinsights-button-disabled:hover{background-color:#f3f6ff;border-color:#b7c9d9;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-button.monsterinsights-button-activated,.monsterinsights-onboarding-button.monsterinsights-button-activated:focus,.monsterinsights-onboarding-button.monsterinsights-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-wizard-form input[type=email],.monsterinsights-onboarding-wizard-form input[type=text]{border:1px solid #b7c9d9;border-radius:5px;color:#444;display:block;font-size:16px;padding:14px;width:100%}.monsterinsights-onboarding-wizard-form input[type=email]:focus,.monsterinsights-onboarding-wizard-form input[type=text]:focus{border-color:#509fe2;outline:none}.monsterinsights-form-input.valid input[type=email],.monsterinsights-form-input.valid input[type=text]{border-color:#64bfa5}.monsterinsights-form-input.error input[type=email],.monsterinsights-form-input.error input[type=text]{border-color:#dc3232}.monsterinsights-form-input select{width:100%}.monsterinsights-form-input.error:after,.monsterinsights-form-input.valid:after{display:none;font-family:Misettings;font-size:20px;font-weight:400;position:absolute;left:12px;top:13px}.monsterinsights-form-input.valid:after{color:#64bfa5;content:"\F015";display:block}.monsterinsights-form-input.error:after{color:#d83638;content:"\F014";display:block}.monsterinsights-error-message{color:#d83638;font-weight:500}::-webkit-input-placeholder{color:#b7c9d8}::-moz-placeholder{color:#b7c9d8}:-ms-input-placeholder{color:#b7c9d8}:-moz-placeholder{color:#b7c9d8}.monsterinsights-notice{background-color:#f3f6ff;border:1px solid #b7c9d9;border-radius:5px;color:#8aa4b8;font-size:16px;line-height:1.4;margin:30px 0;padding:16px 20px}.monsterinsights-notice.monsterinsights-notice-error{background-color:#fff4f3;border-color:#d83638;color:#d83638}.monsterinsights-text-button{background:none;border:none;border-bottom:1px solid;color:#89a4b9;cursor:pointer;font-size:16px;padding:0}.monsterinsights-text-button i{margin-right:4px}.monsterinsights-text-button:hover{border-bottom-color:rgba(0,0,0,0)}.monsterinsights-pull-right{float:left}.monsterinsights-text-button.monsterinsights-pull-right{margin-top:15px}.monsterinsights-form-inline .monsterinsights-form-input,.monsterinsights-form-inline .monsterinsights-form-label{float:right;width:80%}.monsterinsights-form-inline .monsterinsights-form-input{float:left;text-align:left;width:20%}.monsterinsights-form-inline:after{clear:both;content:"";display:table}.monsterinsights-form-inline p.monsterinsights-description{margin-bottom:0}.monsterinsights-form-inline .monsterinsights-separator{float:right;margin-top:27px;width:100%}.monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{cursor:default;background-color:#dee5e9}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;background-color:#d83638;float:left;cursor:pointer}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{left:2px;right:auto}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{right:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-label{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-description{font-weight:400;color:#777;display:inline-block;margin-top:7px}.monsterinsights-settings-input-checkbox .monsterinsights-info{margin-top:6px;margin-right:4px;display:inline-block}.monsterinsights-addon-icon,.monsterinsights-addon-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addon-icon{border:1px solid #d5e2ed;-ms-flex-negative:0;flex-shrink:0;height:70px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:70px}.monsterinsights-addon-icon img{display:block;vertical-align:middle}.monsterinsights-addon-text{padding:0 20px;width:100%}.monsterinsights-addon-text label{line-height:1}.monsterinsights-addon-text p{margin:6px 0 4px}.monsterinsights-addon-text a{color:#777}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}.monsterinsights-green-link{color:#5cc0a5;font-size:16px}.monsterinsights-addon-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-addon-button .monsterinsights-onboarding-button{min-width:134px;text-align:center}.monsterinsights-wpforms-row .monsterinsights-addon-icon{height:100px;line-height:98px;width:100px}.monsterinsights-wpforms-row .monsterinsights-addon-text label{font-size:18px;font-weight:900}.monsterinsights-wpforms-row .monsterinsights-addon-text p{font-size:16px;line-height:1.4;margin-bottom:0}[class*=monstericon-]:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\F01B"}.monstericon-info-circle-regular:before{color:#b6c9da;content:"\F01E";font-size:16px}.monstericon-arrow-right:before{content:"\F01D"}.monstericon-check:before{content:"\F015"}.monsterinsights-loader-animated{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;height:2em;right:0;opacity:0;padding:0;position:absolute;top:0;width:2em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.monsterinsights-settings-input-select label>span,.settings-input-text label>span{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select .monsterinsights-reset-default,.settings-input-text .monsterinsights-reset-default{font-size:14px;margin-top:7px;float:left;font-weight:400}.monsterinsights-settings-input-select label>span.monsterinsights-dark,.settings-input-text label>span.monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4c}.monsterinsights-settings-input-select .monsterinsights-info,.settings-input-text .monsterinsights-info{margin-right:4px}.monsterinsights-settings-input-select .settings-input-text-input,.settings-input-text .settings-input-text-input{margin-top:18px}.monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-authenticate p{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select-input{margin-top:18px}.monsterinsights-onboarding-wizard-form .field-title{display:block;margin:15px 0}.monsterinsights-onboarding-wizard-form fieldset{border:none;padding:0;margin:0;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-onboarding-wizard-form .ftp-password{margin-bottom:15px}.monsterinsights-onboarding-wizard-form ol{padding-right:20px}.monsterinsights-onboarding-wizard-form ol li{color:#393f4b;line-height:1.5;margin-bottom:30px;padding-right:15px}.monsterinsights-hidden{display:none}.monsterinsights-small{font-size:12px}.monsterinsights-auth-info .monsterinsights-dark{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-auth-info p{margin-top:6px}.settings-input-license label{font-size:14px;color:#777;font-weight:400;margin-bottom:18px;margin-top:8px;display:block}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater label{font-size:14px;margin-bottom:0}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px;display:block;font-weight:400}.monsterinsights-onboarding-wizard-form .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default}.monsterinsights-onboarding-wizard-form .monsterinsights-error i{margin-left:10px}p>label{display:block}p .monsterinsights-info{margin-right:4px}.monsterinsights-sublabel{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px;display:block;width:calc(50% - 8px)}.monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-settings-input-repeater-row:first-child{margin-bottom:14px}.monsterinsights-settings-input-repeater-row>input[type=text]{width:50%}.monsterinsights-settings-input-repeater-row input,.monsterinsights-settings-input-repeater-row select{margin-left:18px}.monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer;font-size:14px}.monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-logo{display:inline-block;width:400px;max-width:100%}.monsterinsights-logo .monsterinsights-bg-img{padding-top:21%}.monsterinsights-logo .monsterinsights-bg-img:after{background-image:url(../img/mi-onboarding-logo.png)}.settings-input-license p{color:#444}.settings-input-license p a{color:#509fe2}.monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.monsterinsights-onboarding-license-lite p{color:#777}.monsterinsights-onboarding-license-lite p a{font-weight:700}.monsterinsights-onboarding-license-lite p .monsterinsights-highlighted-text{font-weight:700;color:#64bfa5}.monsterinsights-onboarding-license-lite .monsterinsights-settings-license-lite{display:none}@media (max-width:767px){.monsterinsights-onboarding-wizard-container{max-width:100%;width:auto;margin:0 10px}.monsterinsights-onboarding-wizard-content{padding-right:20px;padding-left:20px}.monsterinsights-addon-row{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-addon-text{width:calc(100% - 80px);padding-left:0}.monsterinsights-addon-button{margin-top:20px}.monsterinsights-addon-icon{-ms-flex-item-align:start;align-self:flex-start}.monsterinsights-wpforms-row .monsterinsights-addon-text{width:calc(100% - 100px)}.monsterinsights-text-button.monsterinsights-pull-right{float:none}.monsterinsights-form-buttons{text-align:center}}.monsterinsights-addon-icon>div{display:inline-block;width:50px;height:50px;background-size:contain;background-repeat:no-repeat}.monsterinsights-addon-icon .monsterinsights-addon-icon-ads{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3N0REQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0VEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3QkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3Q0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phn1ef0AAAMoSURBVHja7J2NcdowGEBNLwOwAR6hnSD2BE0XaH25DhAmsDNBM0CvRzpBOwHKBozgbsAGrtWIRqdIWMjCP+S9Ox3GoC/CT78YO4umaRKYDguEIAQQghBACEIAIQgBhCCEo4AQQMilC7n9/L3v387atFXbeZtEYJytiiVUnDHL8o8fP78G570aSHzRptTYt9K2v6iDolO3aaM9T1Uck1R7rCyvb1SsmGU5G0MJsX1IU5iJsAgpj8RwvS4MITHKcjbe0WtPiz4tZNtR01zkHnEP/bprgJO19bGjRRZGvHOVxdaa8jGEhCIixPjTEScbsCyTHEO6Ptj7Ni3VduUZc9+mnfZ8qeJIrjviXGvbOxUrZln6VIJBhPg0/UOBS8+YOyNuZnQhvgdgbVSYGGWxEWVBx6B+oV2WTy1dnphnH1BLXbU7dlkmL6Q6U/luIsTIJlSWwYSUCbAwRMjrmdVCpXvH/ktO+nh279hPC6HLAoQgBBDCSn1ciuT5K/OxkF/lbxDyQhpxRR3CE10WzEbIUAvLHCGAEGZZ5+FGzcL08xi/2/SgPZenZr9Z8u7VLOoXQuIgD/KdZX+mJH3QpGVHhEp5a7qs/tNhXYY8+yeMVlFY8gmV9LOFd8nrXywiJEDIgbVqDbnWKhLHQc6196073ouQQHaO7VPyMcuy9PuNSqeuzLda3maiZWTay7S3H3Xycrq3PjHvJnn+CemBcoJlnKWQKjDvozHD8hWyHLCMb2ZheCr6Af1IlzU+pWO2JZhlDcexn3tKEZ9oIXHWHrljPZEbA++DOvBLy5hQz6VWXc2g1osjtX7Wi0DWIbSQILquko3FCiF+FG+5hdBl0UKcC7kKHbQQhABCEAIIYZY1gYXd2KzmIqSgntNlIcSysAv5BbpQ+UWkfLHj+aaKFsKg3jlupAH5Uu2xipAvdjxf6iTSJXGxbhMberu/S0F2df8vAOpzm1i6rAsd1Ie+v0nsQX0yl8fRQliHAEIQAghBCCAEIYAQhABCACEIAYQgBKIz16tw5TXr8saVtef+2cC/XkUIIAQhgBCEAEIQAghBCEIQAghBCATxV4ABAJUD6tHSXOZrAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3NzlEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0FEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3N0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3OERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu12a8UAAAaySURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M5OEI0RDJEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M5OEI0RDNEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3RkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc4MERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjhoPAMAAAabSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(../img/addon-icon-ecommerce.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(../img/addon-icon-eu-compliance.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNTZEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk4QjREQ0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1NERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgOeXjgAAAWbSURBVHja7J1faBxVFMZPxZT4h76oFUOsqEVEBakiIvig0RdBoy9VpDZibDH2obUIWvXBtqAJQlEUrKJVKLZgqoK1UpS2KAqihQQLitqIUG2ktopGaSUV4jnsmWYyOztzZ+7M3PnzffCRXXZ2Nju/ueeee++Z2XkzMzMElUfzAARAIAABEAhAAAQqK5DBgdebdMzms69lX8JexL6A/Rf7MPtX9n72ZJIdvrF1xanHp+OcNNYt7HvZ/ezzYrb9kv0++zX2sSQfchqOc6yWsPey97AfNIAhup79LPtH9tPsMwAkm9A0zB5j96XcxwL2evYPChZALA7ku+x1Ge2vl/05++64DdGHtEvCy8cadtJqSqH6dSb7bX08WjQQ+VJdFQWy2RLGS+z7I15/k32QPV4EkCH2GvblDW1dIx1aR7Cl7GRfqdvm1ocM69nVVBjSMjay1xr2KWvzbCFyRqzWx7+wX2YfrdgBvZN9uwUM+f6PGKbFosd0nDKZB5BBbYqkmcQXFUxxN6V87xaFIft4NMH75HitZG/II2Rdp38nKgjDG4UvSPG+rWxv3mNAQ1HSVpnrOOTvisb/21K8Z7ue4V4LezzlLEAPBobtujHh9pIlPcCe1ud3sRdn8dkYGM5mPUlgLPXB8CLDwyHbdmsfERUOewCkvUM3zYx2hcAQ7e6w3x0GfdP5roCsSBlnbfUO+4mI17sN97NPM8hpQ8gCo99g27NcATnbIs7aaFHM6zJaPu5L2zvBkDHKiYxhiH53BeR7zUyK1mcG20zGnCyXsQ90yCpv8k2BJIUhOuwKyO4OsbYMOhQDpDdihG4DQ/QT0t52fZDiPRLmRixhTAVbMIDMZk9ppkwmLWB4nzvtKmSdy77QwcE+QvFVIDLlI4UJpusgJ7V12MAQtS1UFQnkPvbzDoBIIrHMYLunqFXIYKJXqFVNYgPDq0whhKxw7dX01qR1vGgJwzsByGUL2RXMKArMoEz1EPvrmDGJzPBusoSxRU8Ap0Am1GXWhB7oqNB1DRmW9EQMMld1ehEhKzx0rYx43QaGFDbcQxHTLwASLilWvlXHGllpp47qI0tLiwxZN1jGXZuzcjRlS7ma/Sqlr1z0Bn+SIg+bbFwkEMnx1zkAsj0lEK9PkeVdWVF8JmG4Oq6d90ZKUHBd9HrISQdA/stgH948nMx3LdVwJhOOvYGWIAPQr9jvUav68UTSDyoSyAvqKmtCQ48Xfsa01ZgOPmOFTr1kAhAAgQAEQCAAARAoD5WlUE4GXDKLeqkOpv5hf0NzC7cXk92VTWn1LXW42qmOQGRZV9YWBkJek8k4f3W4jI43O/gf1zcJiFwE2UdQKYAsSwhDpif2OPg//2wKkJsDz2Xi8SP2h9SaEAwu905RyEWSaCHZ6arA8x2U0QQd0t50OifwfD96kGpdHyKLREMOPncbpV/gqjWQi8jNEvBYXVvIEM299DhY+/QctZZJPUkhmX9B648ixwM+HakrkG6KLkDrorn3RwnW444WGTqa2KnH6WdkWeXSQWRZ+eot9qe+5zJX5a/aGAmEpLDSmfmOjtN0HYEcCxzkf0M6z/GYpMDV5OIGhCwMDEsvucDlSQef+wmAhGvc0TgEWVaTBSDoQ1ILa+olUyPW1BGyELJO6Tuae+1G3F1Msaaes+5IuH0j1tQRsgAEKkvIkirEwQoeo9quqV9MbtbEbVXbNfWjVM25qNquqW9TQ+jUAQQCEACBSgzEu2ubVLT3NOTY9dBsBf+hrHaaVZYld72RO/1I5aFMkcsvzfxWYxgLqVUW2+X7/qUCIjdlkVvX9engr5+ao32U4a0Ls+xDlpPZXT3rBmN5WQeGUhwtN/uS2xVdQQl+kLeCkku3c1naxQ/cl0wAAiAQgAAIBCAAAgEIgEAAAiAAAiAQgFRF/wswADMRPRxA0bU/AAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUFEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1N0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1OERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PveAfEwAAAMMSURBVHja7J0/aBRBFMb3jlRCGsEilVhLEEwviNidRBFBGxFJGmsTsZC7QxuNrQgqFkHUQonWEgL2FiIpRWxMIYhKsHR9gyMcx8zk9m7dfe/298FX3P672f3d229m73avled5hvSoBRCAIIAABNUB5PLFR1W29Zh4RbwgnhtxnR3xO/Ga+G1VDX28vjT2um0jH5yeeEvcKQAj88t2/LpXLeyoBSCuMm5M2Fa37m2/LYBMqJWS2tn22wLIhFpQuq2pBeLyIU94LhLWV8SzrmMy5Fk/byeSKan36tV9MGaM9g5vie9H5u36eQ7OPWs71jYK5ElJywCkJP0saRmAoP8LJC/B3cB2+4GwHvTIVyIS7geW75a0T1QIFYIAAhA0FUBaBd1XdDz6Y7SfCqFCEEAAglRI69XebmQET4UggAAEAQQpDvVepuC7bCoEAQQgCCAAQQABCAIIQBBAFOmo+IX4u/iB+EBdDZmBRXZI/Ea8379e9mBWqZDqtU/8egDGP53mlFWP3G3E84HprwBSvdxduRcC079lNd7o01QgJ7O/d+UO67f4vPgzQKoN8eeRfb/mA55ub4UhvhEIcadn4ruMQ6oP8SOB6e/FSxoa2CQgqRA/I/4FED0h/klLQ5sARHWINw2I+hBvGpBYiH/QEuJNApIK8UUtIa4diDvfPxV/Ed/Jxr8MbibEtQO57j/V7qk97tlWm2NAMRXi2oF0hl7PF4SSCvGXGkNcO5DQE3yKQEmF+CULwacNyJo/eCEoW3tAiYX4Dz8S3wVIcX0Vn4hAOZyAkgrxc+KPVrqGGru9RaEctBziVsYho0KJfSduJsQtDQxHgbIeCfFtKyFubaS+F5SzkRBftBLiFi+dpKCYD3GLQIpAuWktxK0CGYSyHZnvQryXGZe1q70OyvEAFLMhbh3IIBQ3qnePE38oPmU1xIdl9cfWDspqVtMPoqmQBgkgAEEAAQgCCEAQQACCpmGkzp/rUiEAQQABCKpB/ME9QBBAAIIAAhAEEIAggAAEIABBAAEIAghAUOn6I8AArszynlRHoU0AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNUREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1QkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1Q0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMDbnQAAASzSURBVHja7J1ZSFVBGMdHkaBsoRsVFSRRQRstYBTtQkQQPRZWYLtBK2FFtLy0QhjRQhRFi0ER0UsLFEHa4kvZAkEhEaIPWVRKD0JZePs+zifcLvfmOffO6c7M+f/hD0ed4x3nd2a+2c6YF4/HFWSO8lEEAAIBCIBAAAIgEIAACAQg0VaB34Srys6H/WAMJ48i97C4PFvJdeSW5B9cqFqjF0iIILaSd5P7OvSgvyWXk2ttarIKyU/IlY7BYI0hPyXvsQnIIfI0x0PCfvJsG4BMJG+OSJw+bQOQGRHqOHHzNch0IJMj1pstNh1Iv4gBiWFgiJE6BCAAAgEIgEAAAgEIgEAAAiAQgAAIBCAAAuVMudp1spbc07CyGEyuiSqQZgMfzp+215BuylsvnkLub3ErwVuRHtncZHHcKSWfUm7spzpoOxDe1rIO4deMXtZCwDALyEkUmTlAeLNXEYrMHCDFKC6zgPRAcZkXQyAAARAIQCAAARAIQCyU7vWQz+T75IfkXuSR5LnKm6YPU9Xk6/K538ijyZOU9xbswKgCOUreRW5PUQt5hfCw0j9d/5u8k3yM3JHw/VrxRcmXNROiupqsFeRtKWAoKaizypsp/q05/xulwDvS/LyNvJ58N0pA+I+94iNdrTzNuvSSfM5HOoZVprxjLyIBZPs/ntBkndFYS44E+NwWiW3OA+EmoT5g+iea8l4fMH1NFIDUB3hKO/VGU97fB0x/i3xCeQfDONvL6p3BPQM05Z3XZ4JsTuCtR1vkeii5hDzftNiSLZAR5GHkhgA1crymvC9Rme8WaSJfFjsX1McFSDtT4yBxsfL2hvnRdBk07pHrbspQZVtDjgbs4/OT2aj0rM3f9tlj4xp8U0bsJQmdCw7y9yS2NLlQQxjGjoSg7uc8jwYplMYs811FXpnw2flp/jY+BupOiukTPjxtgfJ20ZS70GQlw6hQ3jzWGSmEmDQLC6WdfiGBVAeUZBjLyV/Jx8lLyfPIB6QH+EqFP4+W8yYrFYxKuV6n0s8bPSbPkuahE0p1iubrI7mPPMV+YFySaycORMvXCKMrFQmUVDWFu56bJM0Q6U7z6wHLpOZ1BcMZBakhD8g3MoSRDCWxpvD1L/X3Kwod8vVVCbyLlDdvZSuM5jBqSEuWMNLVlKYuMsyfe9bymlEXZlDPBkYylFjA+2yE8VKlOFhZFxAdMBKhBJVtgZvHSavDCurzNMJQEqxbAt7z3DIYvID2Oqygrnv59UMG93S3AATPAjwjbyC/+99TJ9loggwe2wPcMyLE/Hwiz8nyd3xX3vR+e6a/IJdAeODH5/f6PbA+JhDDEhdizt81zPW+rP0B8nAozejdKeUaCI/U9/lIF5l3G03Yucj/O+SaSn0+OscYnii8pSKiAkPyUSq1oEZ6X1/IUyXIFqoIqcCgvHSuUURa2GwNIBCAAAgEIBEE0upoGbTaCqTOUSB1tgLhtYu3jsFosxkIq9wxIBUCxVogPFW+1xEYvK3onGmZyqSXxZN9cyxuvnjpmPd7Je7xMkaZzmXxQs5Y5c3Q8nsaMQtA/FDe0mqjiSA6lRePx9H5x8AQAhAAgQAEQCAAARAIQAAEMkV/BBgARJjl0YmF3uQAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QjhEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QjlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCNkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCN0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTUUA4AAAisSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QkNEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QkREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCQURDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCQkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp36RWkAAAcrSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}button[data-v-2699f764]{margin-top:3px}.monsterinsights-welcome-container{width:750px;margin:0 auto;max-width:100%}.monsterinsights-welcome{padding-top:110px}@media (max-width:782px){.monsterinsights-welcome{padding-left:10px;padding-right:10px}}.monsterinsights-welcome-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0;position:relative;text-align:center}.monsterinsights-welcome-block.monsterinsights-welcome-block-first{padding-top:50px}.monsterinsights-welcome-logo:after{width:82px;padding-top:68%;background-image:url(../img/welcome-mascot.png);margin:15px 19px 19px}.monsterinsights-welcome-logo-container{position:absolute;top:-60px;width:120px;height:120px;right:50%;margin-right:-60px;background:#fff;border-radius:50%;border:1px solid #d6e2ed}.monsterinsights-welcome-block-inner{padding:25px}.monsterinsights-welcome-block-inner h3{color:#393f4c;font-size:24px;margin:0 0 20px;line-height:1.4}.monsterinsights-welcome-block-inner p{font-size:16px}.monsterinsights-welcome-video iframe{width:100%}.monsterinsights-button-wrap{margin:20px auto 0;max-width:590px}.monsterinsights-button-wrap .monsterinsights-button{width:100%}.monsterinsights-button-wrap:after{content:" ";clear:both;display:table}.monsterinsights-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-welcome-left{padding-left:20px}.monsterinsights-welcome-right{padding-right:20px}@media (max-width:782px){.monsterinsights-welcome-right{padding-top:25px}}.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:50%;float:right}@media (max-width:782px){.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:100%;padding-right:0;padding-left:0}}.monsterinsights-button.monsterinsights-button-alt{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-welcome-features{padding-bottom:0}.monsterinsights-welcome-feature{text-align:right;width:50%;float:right;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-feature{width:100%}}.monsterinsights-welcome-feature:nth-child(2n){padding-right:15px;padding-left:0}@media (max-width:782px){.monsterinsights-welcome-feature:nth-child(2n){padding-right:0}}@media (max-width:782px){.monsterinsights-welcome-feature{padding-left:0}}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img{width:46px;-ms-flex-negative:0;flex-shrink:0;margin-left:15px}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img svg{width:100%}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text h4{font-size:16px;color:#393f4c;margin:0}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text p{font-size:14px;margin-top:5px}.monsterinsights-welcome-block-inner:after{content:"";display:table;clear:both}.monsterinsights-welcome-block-footer{padding-bottom:50px}.monsterinsights-upgrade-cta{text-align:right;background:#f7f9fd;padding:15px}.monsterinsights-upgrade-cta h2{font-size:20px;margin:0 0 30px}@media (max-width:767px){.monsterinsights-upgrade-cta h2{text-align:center}}.monsterinsights-upgrade-cta h2 span{display:inline-block;border-bottom:1px solid #555;padding:0 15px 12px}.monsterinsights-upgrade-cta .monstericon-check{color:#5cc0a5;margin-left:4px}.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:70%}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:30%;text-align:center}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:100%}}.monsterinsights-upgrade-cta ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px;margin:0;padding:0}.monsterinsights-upgrade-cta ul li{display:block;width:50%;margin:0 0 10px;padding:0}@media (max-width:767px){.monsterinsights-upgrade-cta ul li{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-amount{font-size:48px;font-weight:600;position:relative;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-amount:before{content:"$";position:absolute;top:-8px;right:-16px;font-size:18px}.monsterinsights-upgrade-cta .monsterinsights-term{font-size:12px;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-price{padding:0 0 26px}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial-text{padding-right:25px}.monsterinsights-welcome-testimonial-image{width:100px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media (max-width:782px){.monsterinsights-welcome-testimonial-image{margin-top:24px}}.monsterinsights-welcome-testimonial-image .monsterinsights-bg-img{padding-top:100%;background-size:100px;background-repeat:no-repeat}.monsterinsights-testimonial-one{background-image:url(../img/testimonial-avatar.jpeg)}.monsterinsights-testimonial-two{background-image:url(../img/testimonial-avatar-2.png)}.monsterinsights-welcome-footer-upsell{background-color:#f9fbff;border-top:1px solid #d6e2ed}.dashboard_page_monsterinsights-getting-started.auto-fold #wpcontent{padding-right:0}.monsterinsights-welcome-video-image{padding-top:57%}.monsterinsights-welcome-video-image:after{background-image:url(../img/welcome-video-image.jpg)}
lite/assets/vue/img/welcome-mascot.png ADDED
Binary file
lite/assets/vue/js/chunk-common.js CHANGED
@@ -1 +1 @@
1
- (window["monsterinsightsjsonp"]=window["monsterinsightsjsonp"]||[]).push([["chunk-common"],{"088d":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{class:t.componentClass},[o("label",{class:t.disabled?"monsterinsights-styled-checkbox-faux":"",on:{click:function(e){return e.preventDefault(),t.stopClick(e)},keyup:[function(e){return"button"in e||!t._k(e.keyCode,"enter",13,e.key,"Enter")?t.stopClick(e):null},function(e){return"button"in e||!t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?t.stopClick(e):null}]}},[o("span",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],class:t.labelClass(),attrs:{tabindex:t.faux?"":0}}),o("input",{directives:[{name:"model",rawName:"v-model",value:t.checked,expression:"checked"}],attrs:{type:"checkbox",name:t.name,disabled:t.disabled},domProps:{checked:Array.isArray(t.checked)?t._i(t.checked,null)>-1:t.checked},on:{change:function(e){var o=t.checked,n=e.target,s=!!n.checked;if(Array.isArray(o)){var a=null,i=t._i(o,a);n.checked?i<0&&(t.checked=o.concat([a])):i>-1&&(t.checked=o.slice(0,i).concat(o.slice(i+1)))}else t.checked=s}}}),o("span",{staticClass:"monsterinsights-checkbox-label",domProps:{innerHTML:t._s(t.label)}}),t.description?o("span",{staticClass:"monsterinsights-checkbox-description",domProps:{innerHTML:t._s(t.description)}}):t._e(),t.tooltip?o("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e(),t.hasCollapsibleSlot?o("span",{staticClass:"monsterinsights-settings-input-toggle-collapsible",attrs:{role:"button"},on:{click:t.toggleCollapsible,keyup:[function(e){return"button"in e||!t._k(e.keyCode,"enter",13,e.key,"Enter")?t.toggleCollapsible(e):null},function(e){return"button"in e||!t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?t.toggleCollapsible(e):null}]}},[o("i",{class:t.iconClass,attrs:{tabindex:"0",onkeypress:"if(event.keyCode==32||event.keyCode==13){return false;};"}})]):t._e()],1),o("slide-down-up",[t.slotCollapsibleVisible&&t.hasCollapsibleSlot?o("div",{staticClass:"monsterinsights-collapsible"},[t.hasCollapsibleSlot?o("div",{staticClass:"monsterinsights-separator"}):t._e(),o("div",{staticClass:"monsterinsights-collapsible-content"},[t._t("collapsible")],2)]):t._e()])],1)},s=[],a=(o("7f7f"),o("cebc")),i=(o("561c"),o("2f62")),r=o("93ec"),c=o("d98d"),l={name:"SettingsInputCheckbox",components:{SlideDownUp:c["a"],SettingsInfoTooltip:r["a"]},props:{name:String,label:String,description:String,tooltip:String,faux:Boolean,faux_tooltip:String,faux_tooltip_off:String,valueOn:String,valueOff:String,default:{type:Boolean,default:!0}},data:function(){return{is_loading:!1,has_error:!1,slotCollapsibleVisible:!1}},computed:Object(a["a"])({},Object(i["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},hasCollapsibleSlot:function(){return this.$slots["collapsible"]},iconClass:function(){var t="monstericon-arrow";return this.slotCollapsibleVisible&&(t+=" monstericon-down"),t},componentClass:function(){var t="monsterinsights-settings-input-checkbox";return this.$slots["collapsible"]&&(t+=" has-collapsible"),t},checked:{get:function(){var t=this.valueOn?this.valueOn===this.settings[this.name]:this.settings[this.name];return this.faux?this.default:t},set:function(t){var e=!!this.valueOff&&this.valueOff;t&&(e=!this.valueOn||this.valueOn),this.updateSetting(e)}},tooltip_data:function(){return{content:this.faux_tooltip_text,autoHide:!1,trigger:"hover focus click"}},faux_tooltip_text:function(){return this.has_ua?this.checked?this.faux_tooltip:this.faux_tooltip_off:this.$mi_need_to_auth},disabled:function(){return!this.has_ua||this.faux}}),watch:{checked:function(t){this.slotCollapsibleVisible=t}},methods:{stopClick:function(t){t.target.classList.contains("monsterinsights-styled-checkbox")?this.checked=!this.checked:(t.preventDefault(),t.stopPropagation())},updateSetting:function(t){var e=this;if(this.disabled)return!1;this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:t}).then(function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})})},toggleCollapsible:function(t){t.preventDefault(),this.slotCollapsibleVisible=!this.slotCollapsibleVisible},labelClass:function(){var t="monsterinsights-styled-checkbox";return this.checked&&(t+=" monsterinsights-styled-checkbox-checked"),t},mounted:function(){this.slotCollapsibleVisible=this.checked}}},u=l,p=o("2877"),d=Object(p["a"])(u,n,s,!1,null,null,null);d.options.__file="SettingsInputCheckbox.vue";e["a"]=d.exports},1096:function(t,e,o){"use strict";var n=o("e814"),s=o.n(n),a=(o("ac6a"),o("561c")),i={install:function(t){t.prototype.$miOverviewTooltips=function(t){if(!t.title){var e=document.querySelectorAll(".monsterinsights-line-chart-tooltip");return e.forEach(function(t){t.style.opacity=0}),!1}var o=t.title[0],n=t.title[1],a=s()(t.title[2]),i=t.title[3],r=t.title[4],c=document.getElementById("monsterinsights-chartjs-line-"+r+"-tooltip");if(null===c&&(c=document.createElement("div"),document.body.appendChild(c),c.setAttribute("id","monsterinsights-chartjs-line-"+r+"-tooltip"),c.classList.add("monsterinsights-line-chart-tooltip")),t.opacity){c.classList.remove("above"),c.classList.remove("below"),c.classList.remove("no-transform"),t.yAlign?c.classList.add(t.yAlign):c.classList.add("no-transform");var l="";l+=0===a?"0%":a>0?'<span class="monsterinsights-green"><span class="monsterinsights-arrow monsterinsights-up"></span>'+a+"%</span>":'<span class="monsterinsights-red"><span class="monsterinsights-arrow monsterinsights-down"></span>'+Math.abs(a)+"%</span>";var u='<div class="monsterinsights-reports-overview-datagraph-tooltip-container monsterinsights-reports-tooltip">';u+='<div class="monsterinsights-reports-overview-datagraph-tooltip-title">'+o+"</div>",u+='<div class="monsterinsights-reports-overview-datagraph-tooltip-number">'+n+"</div>",u+='<div class="monsterinsights-reports-overview-datagraph-tooltip-descriptor">'+i+"</div>",u+='<div class="monsterinsights-reports-overview-datagraph-tooltip-trend">'+l+"</div>",u+="</div>",c.innerHTML=u;var p=this._chart.canvas.getBoundingClientRect();c.style.opacity="1",c.style.left=p.left+window.pageXOffset+t.x+"px",c.style.top=p.top+window.pageYOffset+t.y+"px",c.style.fontFamily="Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;",c.style.fontSize=t.fontSize,c.style.fontStyle=t._fontStyle,c.style.padding=t.yPadding+"px "+t.xPadding+"px",c.style.zIndex=99999,c.style.pointerEvents="none"}else c.style.opacity=0},t.prototype.$miPieTooltips=function(t){if(!t.title){var e=document.querySelectorAll(".monsterinsights-pie-chart-tooltip");return e.forEach(function(t){t.style.opacity=0}),!1}var o=t.title[0],n=t.title[1],s=t.title[2],a=document.getElementById("monsterinsights-chartjs-pie-"+s+"-tooltip");null===a&&(a=document.createElement("div"),document.body.appendChild(a),a.setAttribute("id","monsterinsights-chartjs-pie-"+s+"-tooltip")),a.classList.remove("above"),a.classList.remove("below"),a.classList.remove("no-transform"),t.yAlign?a.classList.add(t.yAlign):a.classList.add("no-transform");var i='<div class="monsterinsights-reports-overview-datagraph-tooltip-container monsterinsights-reports-tooltip">';i+='<div class="monsterinsights-reports-overview-datagraph-tooltip-title">'+o+"</div>",i+='<div class="monsterinsights-reports-overview-datagraph-tooltip-number">'+n+"%</div>",i+="</div>",a.innerHTML=i;var r=0;if(t.yAlign){var c=0;t.caretHeight&&(c=t.caretHeight),r="above"===t.yAlign?t.y-c-t.caretPadding:t.y+c+t.caretPadding}a.style.opacity=1,a.style.left=t.x-50+"px",a.style.top=r-40+"px",a.style.padding=t.yPadding+"px "+t.xPadding+"px",a.style.zIndex="99999"},t.prototype.$mi_loading_toast=function(e,o){t.prototype.$swal({type:"info",customContainerClass:"monsterinsights-swal",title:e||Object(a["a"])("Refreshing Report","google-analytics-for-wordpress"),html:o||Object(a["a"])("Loading new report data...","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){t.prototype.$swal.showLoading()}})},t.prototype.$mi_error_toast=function(e,o,n){t.prototype.$swal({type:"error",customContainerClass:"monsterinsights-swal",title:e||Object(a["a"])("Error","google-analytics-for-wordpress"),html:o||Object(a["a"])("Please try again.","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,footer:n||!1})},t.prototype.$mi_get_upsell_content=function(t){var e={},o={overview:{title:Object(a["a"])("Unlock the Publishers Report and Focus on the Content that Matters","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Your Top Landing Pages to Improve Enagement","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Exit Pages to Reduce Abandonment","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Outbound Links to Find New Revenue Opportunities","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Affiliate Links and Focus on what's working","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Downloads and Improve Conversions","google-analytics-for-wordpress"),Object(a["a"])("See Audience Demographic Report ( Age / Gender / Interests )","google-analytics-for-wordpress")]},publisher:{title:Object(a["a"])("Unlock the Publishers Report and Focus on the Content That Matters","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Your Top Landing Pages to Improve Enagement","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Exit Pages to Reduce Abandonment","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Outbound Links to Find New Revenue Opportunities","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Affiliate Links and Focus on what's working","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Downloads and Improve Conversions","google-analytics-for-wordpress"),Object(a["a"])("See Audience Demographic Report ( Age / Gender / Interests )","google-analytics-for-wordpress")]},ecommerce:{title:Object(a["a"])("Unlock the eCommerce Report and See Your Important Store Metrics","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Your Conversion Rate to Improve Funnel","google-analytics-for-wordpress"),Object(a["a"])("See The Number of Transactions and make data-driven decisions","google-analytics-for-wordpress"),Object(a["a"])("See The Total Revenue to Track Growth","google-analytics-for-wordpress"),Object(a["a"])("See Average Order Value to Find Offer Opportunities","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Products to See Individual Performance","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Conversion Sources and Focus on what's working","google-analytics-for-wordpress"),Object(a["a"])("See The Time it takes for Customers to Purchase","google-analytics-for-wordpress"),Object(a["a"])("See How Many Sessions are needed for a Purchase","google-analytics-for-wordpress")]},dimensions:{title:Object(a["a"])("Unlock the Dimensions Report and Track Your Own Custom Data","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Which Authors Generate the Most Traffic","google-analytics-for-wordpress"),Object(a["a"])("See Which Post Types Perform Better","google-analytics-for-wordpress"),Object(a["a"])("See Which Categories are the Most Popular","google-analytics-for-wordpress"),Object(a["a"])("See Your Blog's most populare SEO Scores","google-analytics-for-wordpress"),Object(a["a"])("See Which Focus Keyword is Performing Better in Search Engines","google-analytics-for-wordpress")]},forms:{title:Object(a["a"])("Unlock the Forms Report and Improve Conversions","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Reports for Any Contact Form Plugin or Sign-up Form","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Converting Forms and Optimize","google-analytics-for-wordpress"),Object(a["a"])("See Your Forms Impressions Count to Find the Best Placement","google-analytics-for-wordpress")]},queries:{title:Object(a["a"])("Unlock the Search Console Report and See How People Find Your Website","google-analytics-for-wordpress"),subtitle:Object(a["a"])("See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Your Top Google Search Terms and Optimize Content","google-analytics-for-wordpress"),Object(a["a"])("See The Number of Clicks and Track Interests","google-analytics-for-wordpress"),Object(a["a"])("See The Click-Through-Ratio and Improve SEO","google-analytics-for-wordpress"),Object(a["a"])("See The Average Results Position and Focus on what works","google-analytics-for-wordpress")]},realtime:{title:Object(a["a"])("Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Your Active Visitors and Track Their Behaviour to Optimize","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Pages Immediately After Making Changes","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Referral Sources and Adapt Faster","google-analytics-for-wordpress"),Object(a["a"])("See Your Traffic Demographics and ","google-analytics-for-wordpress"),Object(a["a"])("Get Fresh Reports Data Every 60 Seconds","google-analytics-for-wordpress")]}};return o[t]&&(e=o[t]),e}}};e["a"]=i},"25bd":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-settings-input monsterinsights-settings-input-authenticate"},[!t.auth.network_ua||t.is_network||t.auth.ua?t._e():o("settings-network-notice",[o("strong",{domProps:{textContent:t._s(t.text_auth_network)}}),o("span",{domProps:{textContent:t._s(t.text_auth_network_2)}})]),(t.is_network?t.auth.network_ua:t.auth.ua)?t._e():o("div",[o("span",{staticClass:"monsterinsights-dark",domProps:{textContent:t._s(t.label)}}),o("p",{domProps:{innerHTML:t._s(t.description)}}),o("button",{staticClass:"monsterinsights-button",domProps:{textContent:t._s(t.text_button_connect)},on:{click:t.doAuth}}),t._t("after_connect"),t.show_manual_ua_normal||t.showManualOnClick?t._e():o("p",{staticClass:"monsterinsights-auth-manual-connect-paragraph"},[o("a",{staticClass:"monsterinsights-auth-manual-connect-text",attrs:{href:"#monsterinsights-auth-manual-ua-input"},domProps:{innerHTML:t._s(t.text_manual_connect)},on:{click:t.showManualClick}})])],2),t.showManualOnClick||t.show_manual_ua_normal?o("div",[o("div",{staticClass:"monsterinsights-separator"}),o("span",{staticClass:"monsterinsights-dark",domProps:{textContent:t._s(t.text_manual_label)}}),o("p",{domProps:{innerHTML:t._s(t.text_manual_description)}}),o("input",{staticClass:"monsterinsights-manual-ua",attrs:{id:"monsterinsights-auth-manual-ua-input",type:"text"},domProps:{value:t.is_network?t.auth.network_manual_ua:t.auth.manual_ua},on:{change:t.updateManualUa}}),t.has_error?o("label",{staticClass:"monsterinsights-error"},[o("i",{staticClass:"monstericon-warning-triangle"}),o("span",{domProps:{innerHTML:t._s(t.has_error)}})]):t._e()]):t._e(),(t.is_network?t.auth.network_ua:t.auth.ua)?o("div",{staticClass:"monsterinsights-auth-info"},[o("span",{staticClass:"monsterinsights-settings-input-toggle-collapsible",attrs:{role:"button"},on:{click:t.toggleButtons,keyup:[function(e){return"button"in e||!t._k(e.keyCode,"enter",13,e.key,"Enter")?t.toggleButtons(e):null},function(e){return"button"in e||!t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?t.toggleButtons(e):null}]}},[o("i",{class:t.iconClass,attrs:{tabindex:"0",onkeypress:"if(event.keyCode==32||event.keyCode==13){return false;};"}})]),o("span",{staticClass:"monsterinsights-dark",domProps:{textContent:t._s(t.text_website_profile)}}),o("p",[o("span",{domProps:{textContent:t._s(t.text_active_profile)}}),t._v(":\n\t\t\t"),o("span",{domProps:{textContent:t._s(t.is_network?t.auth.network_viewname:t.auth.viewname)}})]),o("slide-down-up",[t.showButtons?o("div",[o("div",{staticClass:"monsterinsights-auth-actions"},[o("button",{staticClass:"monsterinsights-button",domProps:{textContent:t._s(t.text_button_reconnect)},on:{click:t.doReAuth}}),o("button",{staticClass:"monsterinsights-button monsterinsights-button-secondary",domProps:{textContent:t._s(t.text_button_verify)},on:{click:t.verifyAuth}}),o("button",{staticClass:"monsterinsights-button monsterinsights-button-secondary",domProps:{textContent:t._s(t.text_button_disconnect)},on:{click:t.deleteAuth}})])]):t._e()])],1):t._e()],1)},s=[],a=o("cebc"),i=o("2f62"),r=o("561c"),c=o("d98d"),l=o("b333"),u={name:"SettingsInputAuthenticate",components:{SettingsNetworkNotice:l["a"],SlideDownUp:c["a"]},props:{label:String,description:String},data:function(){return{force_deauth:!1,showButtons:!1,showManualOnClick:!1,has_error:!1,is_network:this.$mi.network,text_button_connect:Object(r["a"])("Connect MonsterInsights","google-analytics-for-wordpress"),text_button_verify:Object(r["a"])("Verify Credentials","google-analytics-for-wordpress"),text_button_reconnect:Object(r["a"])("Reconnect MonsterInsights","google-analytics-for-wordpress"),text_website_profile:Object(r["a"])("Website Profile","google-analytics-for-wordpress"),text_active_profile:Object(r["a"])("Active Profile","google-analytics-for-wordpress"),text_auth_network:Object(r["a"])("Your website profile has been set at the network level of your WordPress Multisite.","google-analytics-for-wordpress"),text_auth_network_2:Object(r["a"])("If you would like to use a different profile for this subsite, you can authenticate below.","google-analytics-for-wordpress"),text_manual_label:Object(r["a"])("Manually enter your UA code","google-analytics-for-wordpress"),text_manual_description:Object(r["a"])("Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers.","google-analytics-for-wordpress"),text_manual_connect:Object(r["a"])("Or manually enter UA code (limited functionality)","google-analytics-for-wordpress")}},computed:Object(a["a"])({},Object(i["b"])({auth:"$_auth/auth",addons:"$_addons/addons"}),{text_button_disconnect:function(){return this.force_deauth?Object(r["a"])("Force Deauthenticate","google-analytics-for-wordpress"):Object(r["a"])("Disconnect MonsterInsights","google-analytics-for-wordpress")},iconClass:function(){var t="monstericon-arrow";return this.showButtons&&(t+=" monstericon-down"),t},is_authed:function(){return this.is_network?this.auth.network_ua:this.auth.ua},show_manual_ua:function(){return!(!this.addons["manual_ua"]||!this.addons["manual_ua"].active||""!==this.is_authed)||(this.is_network?this.auth.network_manual_ua:this.auth.manual_ua)},show_manual_ua_normal:function(){return!(!this.addons["manual_ua"]||!this.addons["manual_ua"].active||""!==this.is_authed)||(this.is_network?this.auth.network_manual_ua:this.auth.manual_ua)}}),methods:{doAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(r["a"])("Authenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/doAuth",this.is_network).then(function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({type:"error",title:Object(r["a"])("Error","google-analytics-for-wordpress"),text:t.data.message,confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")})})},doReAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(r["a"])("Re-Authenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/doReAuth",this.is_network).then(function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({type:"error",title:Object(r["a"])("Error","google-analytics-for-wordpress"),text:t.data.message,confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")})})},verifyAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(r["a"])("Verifying Credentials","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/verifyAuth",this.is_network).then(function(t){e.$swal.close(),t.success?e.$swal({type:"success",title:t.data.message,text:Object(r["a"])("Your site is connected to MonsterInsights!","google-analytics-for-wordpress"),confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")}):e.$swal({type:"error",title:Object(r["a"])("Error","google-analytics-for-wordpress"),text:t.data.message,confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")})})},deleteAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(r["a"])("Deauthenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/deleteAuth",{network:this.is_network,force:this.force_deauth}).then(function(t){e.$swal.close(),t.success?e.$swal({type:"success",title:t.data.message,text:Object(r["a"])("You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore.","google-analytics-for-wordpress"),confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")}):(e.$swal({type:"error",title:Object(r["a"])("Error","google-analytics-for-wordpress"),text:t.data.message,confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")}),e.force_deauth=!0)})},toggleButtons:function(t){t.preventDefault(),this.showButtons=!this.showButtons},updateManualUa:function(t){var e=this;this.$mi_saving_toast({}),e.has_error=!1,this.$store.dispatch("$_auth/updateManualUa",{ua:t.target.value,network:this.is_network}).then(function(t){!1===t.success?(e.has_error=t.data.error,e.$mi_error_toast({})):(e.has_error=!1,e.$mi_success_toast({}))})},showManualClick:function(){this.showManualOnClick=!0}}},p=u,d=o("2877"),h=Object(d["a"])(p,n,s,!1,null,null,null);h.options.__file="SettingsInputAuthenticate-Lite.vue";e["a"]=h.exports},"35d4":function(t,e,o){"use strict";var n=o("600d"),s=o.n(n);s.a},"3bc9":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"settings-input settings-input-license"},[o("p",{domProps:{innerHTML:t._s(t.text_license_row_1)}}),o("p",{domProps:{innerHTML:t._s(t.text_license_row_2)}}),o("p",{domProps:{innerHTML:t._s(t.text_license_row_3)}}),o("div",{staticClass:"monsterinsights-settings-license-lite"},[o("label",{attrs:{for:"monsterinsights-license-key"},domProps:{innerHTML:t._s(t.text_license_label)}}),o("div",{staticClass:"inline-field"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.connect_key,expression:"connect_key"}],attrs:{id:"monsterinsights-license-key",readonly:t.is_loading,type:"text",autocomplete:"off",placeholder:t.text_license_placeholder},domProps:{value:t.connect_key},on:{input:[function(e){e.target.composing||(t.connect_key=e.target.value)},t.fieldInput]}}),t.show_connect?o("button",{staticClass:"monsterinsights-button",domProps:{textContent:t._s(t.text_upgrade_to_pro)},on:{click:function(e){return e.preventDefault(),t.startUpgradeToPro(e)}}}):t._e()])])])},s=[],a=(o("2f62"),o("561c")),i=o("f7fe"),r=o.n(i),c=o("dd62"),l={name:"SettingsInputLicense",props:{label:String},data:function(){return{is_network:this.$mi.network,text_license_row_1:Object(a["d"])(Object(a["a"])("You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s","google-analytics-for-wordpress"),"<strong>","</strong>",'<span class="monsterinsights-bg-img monsterinsights-smile"></span>'),text_license_row_2:Object(a["d"])(Object(a["a"])("To unlock more features consider %supgrading to PRO%s.","google-analytics-for-wordpress"),'<a href="'+this.$getUpgradeUrl("settings-panel","license")+'" class="monsterinsights-bold" target="_blank">',"</a>"),text_license_row_3:Object(a["d"])(Object(a["a"])("As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!","google-analytics-for-wordpress"),'<span class="monsterinsights-highlighted-text">',"</span>"),text_upgrade_to_pro:Object(a["a"])("Unlock PRO Features Now","google-analytics-for-wordpress"),text_license_placeholder:Object(a["a"])("Paste your license key here","google-analytics-for-wordpress"),text_license_verify:Object(a["a"])("Verify","google-analytics-for-wordpress"),text_license_label:Object(a["d"])(Object(a["a"])("Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %sRetrieve your license key%s.","google-analytics-for-wordpress"),'<a href="'+this.$getUrl("license","settings_panel","https://www.monsterinsights.com/my-account/")+'" target="_blank">',"</a>"),is_loading:!1,show_connect:!1,connect_key:""}},methods:{fieldInput:r()(function(){this.show_connect=""!==this.connect_key},100),startUpgradeToPro:function(){var t=this;this.$swal({type:"info",title:Object(a["a"])("Please wait...","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,customContainerClass:"monsterinsights-swal",onOpen:function(){t.$swal.showLoading()}}),c["a"].getUpgradeLink(this.connect_key).then(function(e){if(e.success&&e.data.url)return window.location=e.data.url;var o=e.data.message?e.data.message:Object(a["a"])("There was an error unlocking MonsterInsights PRO please try again or install manually.","google-analytics-for-wordpress");t.$mi_error_toast({title:Object(a["a"])("Error","google-analytics-for-wordpress"),text:o,toast:!1,position:"center",showConfirmButton:!0,showCloseButton:!1,customClass:!1}).then(function(){e.data.reload&&window.location.reload()})}).catch(function(e){t.$swal.close()})}}},u=l,p=o("2877"),d=Object(p["a"])(u,n,s,!1,null,null,null);d.options.__file="SettingsInputLicense-Lite.vue";e["a"]=d.exports},4360:function(t,e,o){"use strict";var n=o("2b0e"),s=o("2f62"),a=o("dd62"),i=o("f7fe"),r=o.n(i),c=o("561c"),l=function(t){var e=a["a"].fetchLicense();e.then(function(e){e.network&&t.commit("LICENSE_NETWORK_UPDATED",e.network),e.site&&t.commit("LICENSE_UPDATED",e.site),m(t)}).catch(function(t){console.error(t)})},u=function(t,e){return a["a"].verifyLicense(e,t)},p=function(t,e){return t.commit("LICENSE_KEY_UPDATED",e),h(e,t)},d=function(t,e){return t.commit("LICENSE_NETWORK_KEY_UPDATED",e),h(e,t,!0)},h=r()(a["a"].verifyLicense,500,{leading:!0}),g=function(t,e){return a["a"].validateLicense(e)},f=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return a["a"].deactivateLicense(t,e)},m=function(t){t.state.license.is_expired||t.state.license_network.is_expired?t.dispatch("$_app/addNotice",{id:"license_expired",content:Object(c["d"])(Object(c["a"])("Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s","google-analytics-for-wordpress"),'<a target="blank" href="'+n["a"].prototype.$getUrl("admin-notices","expired-license","https://www.monsterinsights.com/login/")+'">',"</a>"),type:"error"},{root:!0}):t.state.license.is_disabled||t.state.license_network.is_disabled?t.dispatch("$_app/addNotice",{id:"license_disabled",content:Object(c["a"])("Your license key for MonsterInsights has been disabled. Please use a different key.","google-analytics-for-wordpress"),type:"error"},{root:!0}):(t.state.license.is_invalid||t.state.license_network.is_invalid)&&t.dispatch("$_app/addNotice",{id:"license_invalid",content:Object(c["a"])("Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key.","google-analytics-for-wordpress"),type:"error"},{root:!0})},_={getLicense:l,updateLicense:p,verifyLicense:u,updateNetworkLicense:d,validateLicense:g,deactivateLicense:f},y=function(t){return t.license},v=function(t){return t.license_network},w={license:y,license_network:v},b=function(t,e){t.license=e},O=function(t,e){t.license_network=e},k=function(t,e){t.license.key=e},E=function(t,e){t.license.type=e},x=function(t,e){t.license_network.key=e},T=function(t,e){t.license_network.type=e},C={LICENSE_UPDATED:b,LICENSE_NETWORK_UPDATED:O,LICENSE_KEY_UPDATED:k,LICENSE_TYPE_UPDATED:E,LICENSE_NETWORK_KEY_UPDATED:x,LICENSE_NETWORK_TYPE_UPDATED:T},S={license:{key:"",type:"",is_expired:!1,is_disabled:!1,is_invalid:!0},license_network:{key:"",type:"",is_expired:!1,is_disabled:!1,is_invalid:!0}},$={namespaced:!0,state:S,actions:_,getters:w,mutations:C},j=o("795b"),A=o.n(j),P=o("bc3a"),D=o.n(P),I=function(){return new A.a(function(t){var e=new FormData;e.append("action","monsterinsights_vue_get_profile"),e.append("nonce",n["a"].prototype.$mi.nonce),D.a.post(n["a"].prototype.$mi.ajax,e).then(function(e){t(e.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't load authentication details. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},N=function(t){return new A.a(function(e){var o=new FormData;o.append("action","monsterinsights_maybe_authenticate"),o.append("nonce",n["a"].prototype.$mi.nonce),t&&o.append("isnetwork",!0),D.a.post(n["a"].prototype.$mi.ajax,o).then(function(t){e(t.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't authenticate. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},L=function(t){return new A.a(function(e){var o=new FormData;o.append("action","monsterinsights_maybe_reauthenticate"),o.append("nonce",n["a"].prototype.$mi.nonce),t&&o.append("isnetwork",!0),D.a.post(n["a"].prototype.$mi.ajax,o).then(function(t){e(t.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't reauthenticate. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},R=function(t){return new A.a(function(e){var o=new FormData;o.append("action","monsterinsights_maybe_verify"),o.append("nonce",n["a"].prototype.$mi.nonce),o.append("isnetwork",t),D.a.post(n["a"].prototype.$mi.ajax,o).then(function(t){e(t.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't verify credentials. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},U=function(t,e,o){return new A.a(function(s){var a=new FormData;a.append("action","monsterinsights_maybe_delete"),a.append("nonce",n["a"].prototype.$mi.nonce),a.append("isnetwork",e),o&&a.append("forcedelete",!0),D.a.post(n["a"].prototype.$mi.ajax,a).then(function(o){o.data.success&&t.commit("AUTH_DELETED",e),s(o.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't deauthenticate. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},M=function(t,e,o){return new A.a(function(s){var a=new FormData;a.append("action","monsterinsights_update_manual_ua"),a.append("manual_ua_code",e),a.append("nonce",n["a"].prototype.$mi.nonce),o&&a.append("isnetwork",o),D.a.post(n["a"].prototype.$mi.ajax,a).then(function(n){t.commit("MANUAL_UA_UPDATE",e,o),s(n.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't save settings. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Settings not saved.","google-analytics-for-wordpress")})})})},Y={fetchAuth:I,getAuthRedirect:N,getReAuthRedirect:L,verifyAuth:R,deleteAuth:U,updateManualUa:M},F=function(t){var e=Y.fetchAuth();e.then(function(e){e&&t.commit("AUTH_UPDATED",e)}).catch(function(t){console.error(t)})},H=function(t,e){return Y.getAuthRedirect(e)},B=function(t,e){return Y.getReAuthRedirect(e)},W=function(t,e){return Y.verifyAuth(e)},K=function(t,e){return Y.deleteAuth(t,e.network,e.force)},V=function(t,e){return Y.updateManualUa(t,e.ua,e.network)},G={getAuth:F,doAuth:H,doReAuth:B,verifyAuth:W,deleteAuth:K,updateManualUa:V},z=function(t){return t.auth},X={auth:z},q=function(t,e){t.auth=e},J=function(t,e){e?(t.auth.network_manual_ua=t.auth.network_ua,t.auth.network_ua=!1,t.auth.network_viewname=!1):(t.auth.manual_ua=t.auth.ua,t.auth.ua=!1,t.auth.viewname=!1)},Q=function(t,e,o){o?t.auth.network_manual_ua=e:t.auth.manual_ua=e},Z={AUTH_UPDATED:q,AUTH_DELETED:J,MANUAL_UA_UPDATE:Q},tt={auth:{ua:"",viewname:"",network_ua:"",network_viewname:""}},et={namespaced:!0,state:tt,actions:G,getters:X,mutations:Z},ot=function(){return new A.a(function(t){var e=new FormData;e.append("action","monsterinsights_vue_get_addons"),e.append("network",n["a"].prototype.$mi.network),e.append("nonce",n["a"].prototype.$mi.nonce),D.a.post(n["a"].prototype.$mi.ajax,e).then(function(e){t(e.data)})})},nt=function(t,e){return new A.a(function(o){var s=new FormData;s.append("action","monsterinsights_install_addon"),s.append("nonce",n["a"].prototype.$mi.install_nonce),s.append("plugin",e.url),t.rootState.$_app.ftp_form.hostname&&s.append("hostname",t.rootState.$_app.ftp_form.hostname),t.rootState.$_app.ftp_form.username&&s.append("username",t.rootState.$_app.ftp_form.username),t.rootState.$_app.ftp_form.password&&s.append("password",t.rootState.$_app.ftp_form.password),t.rootState.$_app.ftp_form.connection_type&&s.append("connection_type",t.rootState.$_app.ftp_form.connection_type),D.a.post(n["a"].prototype.$mi.ajax,s).then(function(s){s.data.form?t.commit("$_app/SHOW_FTP_FORM",{action:"$_addons/installAddon",data:e},{root:!0}):s.data.error?n["a"].prototype.$mi_error_toast({title:s.data.error}):(t.commit("ADDON_INSTALLED",{slug:e.slug,basename:s.data.plugin}),at(t,e)),o(s.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't install addon. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Addon not installed.","google-analytics-for-wordpress")})})})},st=function(t){return new A.a(function(e){var o=new FormData,s=n["a"].prototype.$addQueryArg(n["a"].prototype.$mi.ajax,"page","monsterinsights-onboarding");o.append("action","monsterinsights_onboarding_wpforms_install"),o.append("nonce",n["a"].prototype.$mi.install_nonce),D.a.post(s,o).then(function(o){o.data.error?n["a"].prototype.$mi_error_toast({title:o.data.error}):t.commit("ADDON_INSTALLED",{slug:"wpforms",basename:""}),e(o.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't install WPForms. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. WPForms not installed.","google-analytics-for-wordpress")})})})},at=function(t,e){return new A.a(function(o){var s=new FormData;s.append("action","monsterinsights_activate_addon"),s.append("nonce",n["a"].prototype.$mi.activate_nonce),s.append("isnetwork",n["a"].prototype.$mi.network),s.append("plugin",e.basename),D.a.post(n["a"].prototype.$mi.ajax,s).then(function(n){n.data.error||t.commit("ADDON_ACTIVATED",e.slug),o(n.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't activate addon. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Addon not activated.","google-analytics-for-wordpress")})})})},it=function(t,e){return new A.a(function(o){var s=new FormData;s.append("action","monsterinsights_deactivate_addon"),s.append("nonce",n["a"].prototype.$mi.deactivate_nonce),s.append("isnetwork",n["a"].prototype.$mi.network),s.append("plugin",e.basename),D.a.post(n["a"].prototype.$mi.ajax,s).then(function(n){n.data.error||t.commit("ADDON_DEACTIVATED",e.slug),o(n.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't deactivate addon. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Addon not deactivated.","google-analytics-for-wordpress")})})})},rt=function(t,e){return new A.a(function(o){var s=new FormData;s.append("action","monsterinsights_vue_install_plugin"),s.append("slug",e),s.append("nonce",n["a"].prototype.$mi.nonce),D.a.post(n["a"].prototype.$mi.ajax,s).then(function(s){s.data.error?n["a"].prototype.$mi_error_toast({title:s.data.error}):t.commit("ADDON_INSTALLED",{slug:e,basename:""}),o(s.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't install plugin. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Plugin not installed.","google-analytics-for-wordpress")})})})},ct={fetchAddons:ot,installAddon:nt,activateAddon:at,deactivateAddon:it,installWPForms:st,installPlugin:rt},lt=function(t){return new A.a(function(e){var o=ct.fetchAddons();o.then(function(o){o&&(t.commit("ADDONS_UPDATED",o),ut(t)),e(!0)}).catch(function(t){console.error(t),e(!1)})})},ut=function(t){if(t.dispatch("$_app/removeNotice","google_amp_addon",{root:!0}),t.dispatch("$_app/removeNotice","instant_articles_addon",{root:!0}),pt(t,"amp")&&!pt(t,"google_amp")){var e=t.rootGetters["$_app/mi"].install_amp_url,o=e.indexOf("activate")>0?Object(c["a"])("Activate","google-analytics-for-wordpress"):Object(c["a"])("Install","google-analytics-for-wordpress"),s=Object(c["d"])(Object(c["a"])("In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %sLearn More%s","google-analytics-for-wordpress"),'<a target="_blank" href="'+n["a"].prototype.$getUrl("settings-panel","amp-plugin-notice","https://www.monsterinsights.com/docs/how-to-get-started-with-the-google-amp-addon/")+'">',"</a>");n["a"].prototype.$mi.install_plugins&&(s=Object(c["d"])(Object(c["a"])("In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s","google-analytics-for-wordpress"),'<a href="'+e+'">',o,"</a>",'<a target="_blank" href="'+n["a"].prototype.$getUrl("settings-panel","amp-plugin-notice","https://www.monsterinsights.com/docs/how-to-get-started-with-the-google-amp-addon/")+'">',"</a>")),t.dispatch("$_app/addNotice",{id:"google_amp_addon",content:s,type:"error"},{root:!0})}if(pt(t,"facebook-instant-articles")&&!pt(t,"instant_articles")){var a=t.rootGetters["$_app/mi"].install_fbia_url,i=a.indexOf("activate")>0?Object(c["a"])("Activate","google-analytics-for-wordpress"):Object(c["a"])("Install","google-analytics-for-wordpress"),r=Object(c["d"])(Object(c["a"])("In order for the MonsterInsights Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %sLearn More%s","google-analytics-for-wordpress"),'<a target="_blank" href="'+n["a"].prototype.$getUrl("settings-panel","fbia-plugin-notice","https://www.monsterinsights.com/docs/how-to-get-started-with-the-facebook-instant-articles-addon/")+'">',"</a>");n["a"].prototype.$mi.install_plugins&&(r=Object(c["d"])(Object(c["a"])("In order for the MonsterInsights Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %s%s Plugin%s | %sLearn More%s","google-analytics-for-wordpress"),'<a href="'+a+'">',i,"</a>",'<a target="_blank" href="'+n["a"].prototype.$getUrl("settings-panel","fbia-plugin-notice","https://www.monsterinsights.com/docs/how-to-get-started-with-the-facebook-instant-articles-addon/")+'">',"</a>")),t.dispatch("$_app/addNotice",{id:"instant_articles_addon",content:r,type:"error"},{root:!0})}},pt=function(t,e){return!!t.state.addons[e]&&t.state.addons[e].active},dt=function(t,e){return ct.installAddon(t,e)},ht=function(t,e){return ct.installPlugin(t,e.slug)},gt=function(t,e){return ct.activateAddon(t,e).then(function(){ut(t)})},ft=function(t,e){return ct.deactivateAddon(t,e).then(function(){ut(t)})},mt=function(t){return ct.installWPForms(t)},_t={getAddons:lt,installAddon:dt,activateAddon:gt,deactivateAddon:ft,installWPForms:mt,installPlugin:ht},yt=(o("386d"),o("55dd"),function(t){return t.addons}),vt=function(t){return t.sort},wt=function(t){return t.search},bt={addons:yt,sort:vt,search:wt},Ot=function(t,e){t.addons=e},kt=function(t,e){t.addons[e].active=!0},Et=function(t,e){t.addons[e].active=!1},xt=function(t,e){t.addons[e.slug].installed=!0,t.addons[e.slug].basename=e.basename},Tt=function(t,e){t.sort=e},Ct=function(t,e){t.search=e},St={ADDONS_UPDATED:Ot,ADDON_ACTIVATED:kt,ADDON_DEACTIVATED:Et,ADDON_INSTALLED:xt,UPDATE_SORT:Tt,UPDATE_SEARCH:Ct},$t={addons:{},search:""},jt={namespaced:!0,state:$t,actions:_t,getters:bt,mutations:St},At=function(t){t.commit("INIT")},Pt=function(t){t.commit("BLOCK_APP")},Dt=function(t){t.commit("UNBLOCK_APP")},It=function(t,e){t.commit("ADD_NOTICE",e)},Nt=function(t,e){t.commit("REMOVE_NOTICE",e)},Lt=function(t){t.commit("RESET_NOTICES")},Rt={init:At,block:Pt,unblock:Dt,addNotice:It,removeNotice:Nt,resetNotices:Lt},Ut=function(t){return t.blocked},Mt=function(t){return t.notices},Yt=function(t){return t.mi},Ft=function(t){return t.ftp_form},Ht={blocked:Ut,notices:Mt,mi:Yt,ftp_form:Ft},Bt=function(){},Wt=function(t){t.blocked=!0},Kt=function(t){t.blocked=!1},Vt=function(t,e){e.id&&n["a"].set(t.notices,e.id,e)},Gt=function(t,e){t.notices[e]&&n["a"].delete(t.notices,e)},zt=function(t){t.notices={}},Xt=function(t,e){t.ftp_form.hostname=e},qt=function(t,e){t.ftp_form.username=e},Jt=function(t,e){t.ftp_form.password=e},Qt=function(t,e){t.ftp_form.connection_type=e},Zt=function(t,e){t.ftp_form.visible=!0,t.ftp_form.action=e.action,t.ftp_form.data=e.data},te=function(t){t.ftp_form.visible=!1},ee={INIT:Bt,BLOCK_APP:Wt,UNBLOCK_APP:Kt,ADD_NOTICE:Vt,REMOVE_NOTICE:Gt,RESET_NOTICES:zt,UPDATE_HOSTNAME:Xt,UPDATE_USERNAME:qt,UPDATE_PASSWORD:Jt,UPDATE_CONNECTION_TYPE:Qt,SHOW_FTP_FORM:Zt,HIDE_FTP_FORM:te},oe={blocked:!1,notices:{},mi:window.monsterinsights?window.monsterinsights:{},ftp_form:{hostname:"",username:"",password:"",connection_type:"ftp",visible:!1,action:"",data:{}}},ne={namespaced:!0,state:oe,actions:Rt,getters:Ht,mutations:ee},se=function(t){t.subscribe(function(e,o){if("$_app/INIT"===e.type){var n=o["$_app"].mi.versions;n.php_version_below_54?t.commit("$_app/ADD_NOTICE",{title:Object(c["a"])("Yikes! PHP Update Required","google-analytics-for-wordpress"),content:Object(c["d"])(Object(c["a"])("MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%s), which could be putting your site at risk for being hacked. WordPress itself will stop supporting your PHP version in April, 2019. Updating to the recommended version (PHP %s) only takes a few minutes and will make your website significantly faster and more secure.","google-analytics-for-wordpress"),n.php_version,"7.2"),type:"error",button:{enabled:!0,text:Object(c["a"])("Learn more about updating PHP","google-analytics-for-wordpress"),link:n.php_update_link},dismissable:!0,id:"php_update_54"}):n.wp_version_below_46&&t.commit("$_app/ADD_NOTICE",{title:Object(c["a"])("Yikes! WordPress Update Required","google-analytics-for-wordpress"),content:Object(c["d"])(Object(c["a"])("MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.","google-analytics-for-wordpress"),n.php_version,n.php_min_version),type:"error",button:{enabled:!0,text:Object(c["a"])("Learn more about updating WordPress","google-analytics-for-wordpress"),link:n.wp_update_link},dismissable:!0,id:"wp_update_46"})}})},ae=se;n["a"].use(s["a"]);var ie=[ae];e["a"]=new s["a"].Store({modules:{$_app:ne,$_license:$,$_auth:et,$_addons:jt},plugins:ie})},"48c7":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return t.noauth?t._e():o("div",{staticClass:"monsterinsights-upsell-overlay"},[o("div",{staticClass:"monsterinsights-upsell-top"},[t.upsellData.title?o("h3",{domProps:{textContent:t._s(t.upsellData.title)}}):t._e(),t.upsellData.subtitle?o("p",{staticClass:"monsterinsights-upsell-subtitle",domProps:{textContent:t._s(t.upsellData.subtitle)}}):t._e()]),o("div",{staticClass:"monsterinsights-upsell-content"},[t.upsellData.features?o("ul",t._l(t.upsellData.features,function(e,n){return o("li",{key:n,domProps:{textContent:t._s(e)}})}),0):t._e(),o("div",{staticClass:"monsterinsights-center"},[o("a",{staticClass:"monsterinsights-button",attrs:{href:t.upgrade_link,target:"_blank"},domProps:{textContent:t._s(t.text_upsell_button)}})])])])},s=[],a=o("cebc"),i=o("2f62"),r=o("561c"),c={name:"ReportUpsellOverlay",props:{report:String},data:function(){return{upgrade_link:this.$getUpgradeUrl("report",this.report),text_upsell_button:Object(r["a"])("Upgrade to MonsterInsights Pro","google-analytics-for-wordpress")}},computed:Object(a["a"])({},Object(i["b"])({noauth:"$_reports/noauth"}),{upsellData:function(){return this.$mi_get_upsell_content(this.report)}})},l=c,u=o("2877"),p=Object(u["a"])(l,n,s,!1,null,null,null);p.options.__file="ReportUpsellOverlay.vue";e["a"]=p.exports},"4bdc":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-navigation-bar"},[o("div",{staticClass:"monsterinsights-container"},[t._t("default")],2)])},s=[],a={name:"TheAppNavigation"},i=a,r=o("2877"),c=Object(r["a"])(i,n,s,!1,null,null,null);c.options.__file="TheAppNavigation.vue";e["a"]=c.exports},"4be3":function(t,e,o){},5443:function(t,e,o){"use strict";var n=o("8aca"),s=o.n(n);s.a},"5eda":function(t,e,o){},"600d":function(t,e,o){},"6d70":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("fieldset",[o("div",{staticClass:"monsterinsights-settings-input-radio"},t._l(t.options,function(e){return o("label",{key:e.value,attrs:{for:"monsterinsights-settings-radio-"+t.name+"["+e.value+"]"}},[o("span",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],class:t.labelClass(e.value)}),o("input",{attrs:{id:"monsterinsights-settings-radio-"+t.name+"["+e.value+"]",type:"radio",name:t.name,autocomplete:"off",readonly:t.disabled},domProps:{value:e.value,checked:t.isChecked(e.value)},on:{change:t.updateSetting}}),o("span",{domProps:{innerHTML:t._s(e.label)}})])}),0)])},s=[],a=(o("7f7f"),o("cebc")),i=o("2f62"),r=(o("561c"),{name:"SettingsInputRadio",props:{options:Array,name:String,auth_disabled:{type:Boolean,default:!0}},data:function(){return{is_loading:!1,has_error:!1}},computed:Object(a["a"])({},Object(i["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},tooltip_data:function(){return{content:this.disabled?this.$mi_need_to_auth:"",autoHide:!1,trigger:"hover focus click"}},disabled:function(){return!!this.auth_disabled&&!this.has_ua}}),methods:{updateSetting:function(t){var e=this;if(this.disabled)return!1;this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:t.target.value}).then(function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})})},labelClass:function(t){var e="monsterinsights-styled-radio";return this.isChecked(t)&&(e+=" monsterinsights-styled-radio-checked"),e},isChecked:function(t){return this.settings[this.name]?t===this.settings[this.name]:t===this.options[0].value}}}),c=r,l=o("2877"),u=Object(l["a"])(c,n,s,!1,null,null,null);u.options.__file="SettingsInputRadio.vue";e["a"]=u.exports},"6ffa":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-settings-input-repeater"},[t.rows.length?o("div",{staticClass:"monsterinsights-settings-input-repeater-labels monsterinsights-settings-input-repeater-row"},t._l(t.structure,function(e,n){return o("label",{key:n,domProps:{textContent:t._s(e.label)}})}),0):t._e(),t._l(t.rows,function(e,n){return[o("div",{key:n,staticClass:"monsterinsights-settings-input-repeater-row"},[t._l(t.structure,function(e,s){return[o("input",{directives:[{name:"model",rawName:"v-model",value:t.rows[n][e.name],expression:"rows[index][input.name]"}],key:s,attrs:{type:"text",readonly:t.disabled},domProps:{value:t.rows[n][e.name]},on:{change:function(o){t.updateSetting(!1,e.pattern)},input:function(o){o.target.composing||t.$set(t.rows[n],e.name,o.target.value)}}})]}),o("button",{attrs:{title:t.text_remove_row},on:{click:function(e){e.preventDefault(),t.removeRow(n)}}},[o("i",{staticClass:"monstericon-times-circle"})])],2),t.has_errors[n]?o("label",{key:n+"error",staticClass:"monsterinsights-error"},[o("i",{staticClass:"monstericon-warning-triangle"}),o("span",{domProps:{innerHTML:t._s(t.has_errors[n])}})]):t._e()]}),o("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],class:t.button_class,domProps:{textContent:t._s(t.text_add_path)},on:{click:function(e){return e.preventDefault(),t.addRow(e)}}})],2)},s=[],a=o("f499"),i=o.n(a),r=(o("7f7f"),o("cebc")),c=o("2b0e"),l=o("561c"),u=o("2f62"),p={name:"SettingsInputRepeater",props:{structure:Array,name:String,text_add:String},data:function(){return{text_add_path:this.text_add?this.text_add:Object(l["a"])("Add Another Link Path","google-analytics-for-wordpress"),text_remove_row:Object(l["a"])("Remove row","google-analytics-for-wordpress"),has_errors:[]}},computed:Object(r["a"])({},Object(u["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{rows:{get:function(){return this.settings[this.name]||c["a"].set(this.settings,this.name,[]),JSON.parse(i()(this.settings[this.name]))},set:function(){this.updateSetting(!1)}},has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},disabled:function(){return!this.has_ua},tooltip_data:function(){return{content:this.has_ua?"":this.$mi_need_to_auth,autoHide:!1,trigger:"hover focus click"}},button_class:function(){var t="monsterinsights-button";return this.disabled&&(t+=" monsterinsights-button-disabled"),t}}),methods:{updateSetting:function(t){var e=this;return!this.disabled&&(!(!t&&!this.validateSettings())&&(this.$mi_saving_toast({}),void this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:this.rows}).then(function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})})))},addRow:function(){var t={};for(var e in this.structure)t[this.structure[e]["name"]]="";this.rows.push(t),this.updateSetting(!0)},removeRow:function(t){this.rows&&this.rows instanceof Array?this.rows.splice(t,1):this.rows="",this.updateSetting()},validateSettings:function(){this.has_errors=[];var t={};for(var e in this.rows)for(var o in this.structure){if(""===this.rows[e][this.structure[o]["name"]]){this.has_errors[e]=Object(l["d"])(Object(l["a"])("%s can't be empty.","google-analytics-for-wordpress"),"<strong>"+this.structure[o]["label"]+"</strong>");break}if(this.structure[o]["pattern"]){var n=this.structure[o]["pattern"].test(this.rows[e][this.structure[o]["name"]]);if(!1===n){this.has_errors[e]=this.structure[o]["error"];break}}if(this.structure[o]["prevent_duplicates"]){"undefined"===typeof t[this.structure[o]["name"]]&&(t[this.structure[o]["name"]]=[]),t[this.structure[o]["name"]].push(this.rows[e][this.structure[o]["name"]]);var s=t[this.structure[o]["name"]],a=function(t){return t.filter(function(e,o){return t.indexOf(e)===o})};s.length!==a(s).length&&(this.has_errors[e]=Object(l["a"])("Duplicate values are not allowed.","google-analytics-for-wordpress"))}}return 0===this.has_errors.length}}},d=p,h=o("2877"),g=Object(h["a"])(d,n,s,!1,null,null,null);g.options.__file="SettingsInputRepeater.vue";e["a"]=g.exports},7220:function(t,e,o){"use strict";var n=o("f499"),s=o.n(n),a=(o("7f7f"),o("795b")),i=o.n(a),r=o("bc3a"),c=o.n(r),l=o("2b0e"),u=o("561c"),p=function(t){return new i.a(function(e){var o=new FormData;o.append("action","monsterinsights_vue_get_settings"),o.append("nonce",l["a"].prototype.$mi.nonce),c.a.post(l["a"].prototype.$mi.ajax,o).then(function(t){l["a"].prototype.$swal.close(),e(t.data)}).catch(function(e){if(t.dispatch("$_app/block",!1,{root:!0}),e.response){var o=e.response;return l["a"].prototype.$mi_error_toast({title:Object(u["d"])(Object(u["a"])("Can't load settings. Error: %s, %s","google-analytics-for-wordpress"),o.status,o.statusText)})}l["a"].prototype.$mi_error_toast({title:Object(u["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},d=function(t,e){return new i.a(function(t){var o=new FormData;o.append("action","monsterinsights_vue_update_settings"),o.append("nonce",l["a"].prototype.$mi.nonce),o.append("setting",e.name),!1!==e.value&&(Array===e.value.constructor?o.append("value",s()(e.value)):o.append("value",e.value)),c.a.post(l["a"].prototype.$mi.ajax,o).then(function(e){t(e.data)}).catch(function(t){if(t.response){var e=t.response;return l["a"].prototype.$mi_error_toast({title:Object(u["d"])(Object(u["a"])("Can't save settings. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}l["a"].prototype.$mi_error_toast({title:Object(u["a"])("You appear to be offline. Settings not saved.","google-analytics-for-wordpress")})})})},h={fetchSettings:p,saveSettings:d},g=function(t){h.fetchSettings(t).then(function(e){t.commit("SETTINGS_UPDATED",e)}).catch(function(t){console.error(t)})},f=function(t,e){t.commit("SETTING_UPDATE",e),t.commit("SETTINGS_SAVE_START");var o=h.saveSettings(t,e);return o.then(function(){t.commit("SETTINGS_SAVE_END")}),o},m=function(t,e){t.commit("SETTING_UPDATE_UNDO",e),t.commit("SETTINGS_SAVE_START");var o=h.saveSettings(t,e);return o.then(function(){t.commit("SETTINGS_SAVE_END")}),o},_=function(t,e){t.commit("SETTING_UPDATE_REDO",e),t.commit("SETTINGS_SAVE_START");var o=h.saveSettings(t,e);return o.then(function(){t.commit("SETTINGS_SAVE_END")}),o},y=function(t){t.commit("SETTINGS_SAVE_START"),l["a"].prototype.$mi_saving_toast({}),setTimeout(function(){t.commit("SETTINGS_SAVE_END"),l["a"].prototype.$mi_success_toast({})},1e3)},v=function(t){t.dispatch("updateSettingsUndo",t.state.history[t.state.historyIndex-1])},w=function(t){t.dispatch("updateSettingsRedo",t.state.history[t.state.historyIndex+1])},b={getSettings:g,updateSettings:f,simulateSave:y,undo:v,redo:w,updateSettingsUndo:m,updateSettingsRedo:_},O=function(t){return t.settings},k=function(t){return t.history},E=function(t){return t.historyIndex},x={settings:O,history:k,historyIndex:E},T=function(t,e){e.is_saving=!1,t.settings=e},C=function(t,e){t.settings.is_saving=!0,t.history[t.historyIndex]&&t.history[t.historyIndex].name===e.name||(t.history.push({name:e.name,value:!!t.settings[e.name]&&t.settings[e.name]}),t.historyIndex++),t.historyIndex<t.history.length-1&&t.history.splice(t.historyIndex+1),t.history.push({name:e.name,value:e.value}),t.historyIndex++,l["a"].set(t.settings,e.name,e.value)},S=function(t,e){t.settings.is_saving=!0,t.historyIndex--,l["a"].set(t.settings,e.name,e.value)},$=function(t,e){t.settings.is_saving=!0,t.historyIndex++,l["a"].set(t.settings,e.name,e.value)},j=function(t){t.settings.is_saving=!0},A=function(t){t.settings.is_saving=!1},P={SETTINGS_UPDATED:T,SETTING_UPDATE:C,SETTINGS_SAVE_START:j,SETTINGS_SAVE_END:A,SETTING_UPDATE_UNDO:S,SETTING_UPDATE_REDO:$},D={settings:{automatic_updates:"all"},history:[],historyIndex:-1};e["a"]={namespaced:!0,state:D,actions:b,getters:x,mutations:P}},7460:function(t,e,o){"use strict";o("a481"),o("4917"),o("3b2b");var n=o("2b0e"),s={install:function(t){window.monsterinsights&&(t.prototype.$mi=window.monsterinsights),t.prototype.$isPro=r,t.prototype.$addQueryArg=c,t.prototype.$getUrl=i,t.prototype.$getUpgradeUrl=a}};function a(t,e,o){var n=i(t,e,o);return r()?n:"0"!==window.monsterinsights.shareasale_id?c(window.monsterinsights.shareasale_url,"urllink",n):n}function i(t,e,o){var s=r()?"proplugin":"liteplugin",a=r()?"my-account/":"lite/",i=n["a"].prototype.$mi.plugin_version;return t=t||"defaultmedium",e=e||"defaultcampaign",o=o||"https://www.monsterinsights.com/"+a,o=c(o,"utm_source",s),o=c(o,"utm_medium",t),o=c(o,"utm_campaign",e),o=c(o,"utm_content",i),o}function r(){return!1}function c(t,e,o){var n=new RegExp("([?&])"+e+"=.*?(&|#|$)","i");if(t.match(n))return t.replace(n,"$1"+e+"="+o+"$2");var s="";-1!==t.indexOf("#")&&(s=t.replace(/.*#/,"#"),t=t.replace(/#.*/,""));var a=-1!==t.indexOf("?")?"&":"?";return t+a+e+"="+o+s}e["a"]=s},"79b7":function(t,e,o){"use strict";var n=o("4be3"),s=o.n(n);s.a},8777:function(t,e,o){},"88b2":function(t,e,o){"use strict";var n=o("ef95"),s=o.n(n);s.a},"8aca":function(t,e,o){},"8c1c":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-not-authenticated-notice"},[o("h3",{domProps:{textContent:t._s(t.text_no_auth)}}),o("p",{domProps:{textContent:t._s(t.text_auth_label)}}),o("p",[o("button",{staticClass:"monsterinsights-button",domProps:{textContent:t._s(t.text_button_reconnect)},on:{click:t.doReAuth}})])])},s=[],a=o("561c"),i=o("25bd"),r={name:"ReportReAuth",components:{SettingsInputAuthenticate:i["a"]},data:function(){return{text_no_auth:Object(a["a"])("MonsterInsights encountered an error loading your report data","google-analytics-for-wordpress"),text_auth_label:Object(a["a"])("There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.","google-analytics-for-wordpress"),text_button_reconnect:Object(a["a"])("Reconnect MonsterInsights","google-analytics-for-wordpress")}},methods:{doReAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(a["a"])("Re-Authenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/doReAuth",this.is_network).then(function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({type:"error",title:Object(a["a"])("Error","google-analytics-for-wordpress"),text:t.data.message,confirmButtonText:Object(a["a"])("Ok","google-analytics-for-wordpress")})})}}},c=r,l=o("2877"),u=Object(l["a"])(c,n,s,!1,null,null,null);u.options.__file="ReportReAuth.vue";e["a"]=u.exports},"93ec":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("span",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],staticClass:"monsterinsights-info",attrs:{tabindex:"0"}},[o("i",{staticClass:"monstericon monstericon-info-circle-regular"})])},s=[],a={name:"SettingsInfoTooltip",props:{content:String},data:function(){return{tooltip_data:{content:this.content,autoHide:!1,trigger:"hover focus click"}}}},i=a,r=o("2877"),c=Object(r["a"])(i,n,s,!1,null,null,null);c.options.__file="SettingsInfoTooltip.vue";e["a"]=c.exports},"9d59":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-notices-area"},[o("div",{staticClass:"monsterinsights-container"},[o("slide-down-up",{attrs:{group:!0}},t._l(t.notices,function(e,n){return o("div",{key:n,class:t.getNoticeClass(e.type)},[o("div",{staticClass:"monsterinsights-notice-inner"},[e.dismissable?o("button",{staticClass:"dismiss-notice",on:{click:function(e){t.removeNotice(n)}}},[o("i",{staticClass:"monstericon-times"})]):t._e(),o("div",{staticClass:"notice-content"},[e.title?o("h2",{staticClass:"notice-title",domProps:{innerHTML:t._s(e.title)}}):t._e(),o("span",{domProps:{innerHTML:t._s(e.content)}}),e.button&&e.button.enabled?o("div",{staticClass:"monsterinsights-notice-button"},[o("a",{class:t.buttonClass(e.type),attrs:{target:"_blank",href:e.button.link},domProps:{textContent:t._s(e.button.text)}})]):t._e()])])])}),0)],1)])},s=[],a=o("cebc"),i=o("2f62"),r=o("d98d"),c={name:"TheAppNotices",components:{SlideDownUp:r["a"]},computed:Object(a["a"])({},Object(i["b"])({notices:"$_app/notices"})),methods:{removeNotice:function(t){this.$store.dispatch("$_app/removeNotice",t)},getNoticeClass:function(t){return"monsterinsights-notice monsterinsights-notice-"+t},buttonClass:function(t){var e="monsterinsights-button";return"success"===t&&(e+=" monsterinsights-button-green"),e}}},l=c,u=o("2877"),p=Object(u["a"])(l,n,s,!1,null,null,null);p.options.__file="TheAppNotices.vue";e["a"]=p.exports},a158:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("header",{staticClass:"monsterinsights-header"},[o("div",{staticClass:"monsterinsights-container"},[o("div",{staticClass:"monsterinsights-logo-area"},[o("img",{attrs:{src:t.logo,srcset:t.logo2x}})]),o("div",{staticClass:"float-right"},[t._t("default")],2)])])},s=[],a={name:"TheAppHeader",data:function(){return{logo:this.$mi.assets+"/img/logo.png",logo2x:this.$mi.assets+"/img/logo@2x.png 2x"}}},i=a,r=(o("88b2"),o("2877")),c=Object(r["a"])(i,n,s,!1,null,"76c86cd0",null);c.options.__file="TheAppHeader.vue";e["a"]=c.exports},a4cc:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-welcome-overlay",on:{click:t.maybeClose}},[o("div",{staticClass:"monsterinsights-welcome-overlay-inner"},[o("button",{staticClass:"monsterinsights-overlay-close",on:{click:t.close}},[o("span",{staticClass:"monstericon-times"})]),o("div",{staticClass:"monsterinsights-welcome-overlay-content"},[t._t("default")],2)])])},s=[],a={name:"WelcomeOverlay",props:{id:String},methods:{close:function(){this.$emit("close",this.id)},maybeClose:function(t){t.target.classList.contains("monsterinsights-welcome-overlay")&&this.close()}}},i=a,r=o("2877"),c=Object(r["a"])(i,n,s,!1,null,null,null);c.options.__file="WelcomeOverlay.vue";e["a"]=c.exports},aa9f:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-settings-input-select"},[o("label",{attrs:{for:t.id}},[o("span",{staticClass:"monsterinsights-dark",domProps:{innerHTML:t._s(t.label)}}),t.description?o("span",{domProps:{innerHTML:t._s(t.description)}}):t._e(),t.tooltip?o("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),o("div",{staticClass:"monsterinsights-settings-input-select-input"},[o("multiselect",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.disabled_tooltip,expression:"disabled_tooltip"}],attrs:{options:t.options,multiple:t.multiple,"track-by":"value",label:"label",searchable:!1,selectLabel:"",selectedLabel:"",deselectLabel:"",readonly:t.disabled},on:{input:t.updateSetting},scopedSlots:t._u([{key:"tag",fn:function(e){var n=e.option,s=(e.search,e.remove);return[o("span",{class:t.tagClass(n)},[o("span",{domProps:{textContent:t._s(n.label)}}),o("i",{staticClass:"multiselect__tag-icon",attrs:{"aria-hidden":"true",tabindex:"0"},on:{keypress:function(e){if(!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter"))return null;e.preventDefault(),s(n)},mousedown:function(t){t.preventDefault(),s(n)}}})])]}}]),model:{value:t.selected,callback:function(e){t.selected=e},expression:"selected"}})],1)])},s=[],a=o("f499"),i=o.n(a),r=o("cebc"),c=(o("7f7f"),o("561c")),l=o("2f62"),u=o("8e5f"),p=o.n(u),d=o("93ec"),h={name:"SettingsInputSelect",components:{SettingsInfoTooltip:d["a"],Multiselect:p.a},props:{options:Array,forced:{type:Array,default:function(){return[]}},name:String,label:String,description:String,multiple:{type:Boolean,default:!1},tooltip:String},data:function(){return{is_loading:!1,has_error:!1,id:"input-"+this.name,text_no_options:Object(c["a"])("No options available","google-analytics-for-wordpress")}},computed:Object(r["a"])({},Object(l["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},disabled:function(){return!this.has_ua},selected:{get:function(){var t=JSON.parse(i()(this.forced));if(this.settings[this.name])for(var e in this.options)this.settings[this.name].indexOf(this.options[e].value)>=0&&this.notForced(this.options[e])&&t.push(this.options[e]);return t},set:function(){}},disabled_tooltip:function(){return{content:this.has_ua?"":this.$mi_need_to_auth,autoHide:!1,trigger:"hover focus click"}}}),methods:{updateSetting:function(t){var e=this;if(this.disabled)return!1;this.$mi_saving_toast({});var o=[];for(var n in t)o.push(t[n].value);this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:o}).then(function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})})},notForced:function(t){for(var e in this.forced)if(this.forced[e].value===t.value)return!1;return!0},tagClass:function(t){var e="multiselect__tag";return this.notForced(t)||(e+=" monsterinsights-tag-forced"),e}}},g=h,f=(o("35d4"),o("2877")),m=Object(f["a"])(g,n,s,!1,null,"3d6480c4",null);m.options.__file="SettingsInputSelect.vue";e["a"]=m.exports},b333:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-settings-network-notice"},[t._m(0),o("div",{staticClass:"monsterinsights-network-message"},[t._t("default")],2)])},s=[function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",[o("div",{staticClass:"monsterinsights-bg-img monsterinsights-icon-warning"})])}],a={name:"SettingsNetworkNotice"},i=a,r=(o("5443"),o("2877")),c=Object(r["a"])(i,n,s,!1,null,"a9c27d52",null);c.options.__file="SettingsNetworkNotice.vue";e["a"]=c.exports},bd74:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return t.value?o("div",{staticClass:"monsterinsights-reports-infobox"},[t.title?o("div",{staticClass:"monsterinsights-report-title",domProps:{textContent:t._s(t.title)}}):t._e(),t.tooltip?o("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e(),t.value?o("div",{staticClass:"monsterinsights-reports-infobox-number",attrs:{title:t.value},domProps:{textContent:t._s(t.value)}}):t._e(),o("div",{class:t.changeClass,domProps:{innerHTML:t._s(t.changeText)}}),t.days?o("div",{staticClass:"monsterinsights-reports-infobox-compare",domProps:{textContent:t._s(t.compare)}}):t._e()],1):t._e()},s=[],a=(o("c5f6"),o("561c")),i=o("93ec"),r={name:"ReportInfobox",components:{SettingsInfoTooltip:i["a"]},props:{title:String,value:String,days:Number,tooltip:String,change:Number,color:{default:"green",type:String},direction:{default:"up",type:String}},computed:{compare:function(){return Object(a["b"])("vs. Previous Day",Object(a["d"])("vs. Previous %s Days",this.days),this.days,"google-analytics-for-wordpress")},changeClass:function(){var t="monsterinsights-reports-infobox-prev";return 0===this.change?t:t+" monsterinsights-"+this.color},changeText:function(){return this.change?""===this.direction?this.change+"%":'<span class="monsterinsights-arrow monsterinsights-'+this.direction+" monsterinsights-"+this.color+'"></span> '+this.change+"%":Object(a["a"])("No change","google-analytics-for-wordpress")}}},c=r,l=o("2877"),u=Object(l["a"])(c,n,s,!1,null,null,null);u.options.__file="ReportInfobox.vue";e["a"]=u.exports},c472:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"settings-input-text"},[o("label",{attrs:{for:t.id}},[o("span",{staticClass:"monsterinsights-dark",domProps:{innerHTML:t._s(t.label)}}),t.description?o("span",{domProps:{innerHTML:t._s(t.description)}}):t._e(),t.showReset()?o("a",{staticClass:"monsterinsights-reset-default",attrs:{href:"#"},domProps:{textContent:t._s(t.text_reset)},on:{click:function(e){return e.preventDefault(),t.resetValue(e)}}}):t._e(),t.tooltip?o("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),o("div",{staticClass:"settings-input-text-input"},["checkbox"===t.type?o("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.disabled,type:"checkbox"},domProps:{checked:Array.isArray(t.value)?t._i(t.value,null)>-1:t.value},on:{change:[function(e){var o=t.value,n=e.target,s=!!n.checked;if(Array.isArray(o)){var a=null,i=t._i(o,a);n.checked?i<0&&(t.value=o.concat([a])):i>-1&&(t.value=o.slice(0,i).concat(o.slice(i+1)))}else t.value=s},t.inputUpdate]}}):"radio"===t.type?o("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.disabled,type:"radio"},domProps:{checked:t._q(t.value,null)},on:{change:[function(e){t.value=null},t.inputUpdate]}}):o("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.disabled,type:t.type},domProps:{value:t.value},on:{change:t.inputUpdate,input:function(e){e.target.composing||(t.value=e.target.value)}}})]),t.has_error?o("label",{staticClass:"monsterinsights-error"},[o("i",{staticClass:"monstericon-warning-triangle"}),o("span",{domProps:{innerHTML:t._s(t.text_error)}})]):t._e()])},s=[],a=o("cebc"),i=(o("7f7f"),o("3b2b"),o("561c")),r=o("2f62"),c=o("93ec"),l={name:"SettingsInputText",components:{SettingsInfoTooltip:c["a"]},props:{name:String,label:String,description:String,placeholder:String,type:{type:String,default:"text"},tooltip:String,default_value:String,format:RegExp},data:function(){return{is_loading:!1,has_error:!1,id:"input-"+this.name,text_reset:Object(i["a"])("Reset to default","google-analytics-for-wordpress"),text_error:Object(i["a"])("The value entered does not match the required format","google-analytics-for-wordpress"),updated_value:!1}},computed:Object(a["a"])({},Object(r["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},value:{get:function(){return!1!==this.updated_value?this.updated_value:this.settings[this.name]},set:function(t){return this.updated_value=t}},tooltip_data:function(){return{content:this.has_ua?"":this.$mi_need_to_auth,autoHide:!1,trigger:"hover focus click"}},disabled:function(){return!this.has_ua}}),methods:{inputUpdate:function(t){this.updateSetting(t.target.name,t.target.value)},updateSetting:function(t,e){var o=this;return!this.disabled&&(this.has_error=!1,this.format&&!this.format.test(e)?(this.has_error=!0,!1):(this.$mi_saving_toast({}),void this.$store.dispatch("$_settings/updateSettings",{name:t,value:e}).then(function(t){t.success?o.$mi_success_toast({}):o.$mi_error_toast({})})))},showReset:function(){return this.default_value&&this.settings[this.name]!==this.default_value},resetValue:function(){return this.updateSetting(this.name,this.default_value)}}},u=l,p=(o("79b7"),o("2877")),d=Object(p["a"])(u,n,s,!1,null,"493c7577",null);d.options.__file="SettingsInputText.vue";e["a"]=d.exports},d3fc:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-widget-error"},[o("div",{staticClass:"swal2-header"},[t._m(0),o("h2",{staticClass:"swal2-title",attrs:{id:"monsterinsights-error-title"},domProps:{textContent:t._s(t.title)}})]),t.error.content?o("div",{staticClass:"monsterinsights-error-content",domProps:{innerHTML:t._s(t.error.content)}}):t._e(),t.error.footer?o("div",{staticClass:"monsterinsights-error-footer",domProps:{innerHTML:t._s(t.error.footer)}}):t._e()])},s=[function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"swal2-icon swal2-error swal2-animate-error-icon",staticStyle:{display:"flex"}},[o("span",{staticClass:"swal2-x-mark"},[o("span",{staticClass:"swal2-x-mark-line-left"}),o("span",{staticClass:"swal2-x-mark-line-right"})])])}],a=o("561c"),i={props:{error:[Object,Boolean]},computed:{title:function(){return this.error.title.title?this.error.title.title:Object(a["a"])("Error","google-analytics-for-wordpress")}},name:"WidgetReportError"},r=i,c=o("2877"),l=Object(c["a"])(r,n,s,!1,null,null,null);l.options.__file="WidgetReportError.vue";e["a"]=l.exports},d98d:function(t,e,o){"use strict";var n,s,a={name:"SlideDownUp",functional:!0,props:{group:{type:Boolean,default:!1},done:Function},render:function(t,e){var o={props:{name:"expand"},on:{afterEnter:function(t){t.style.height="auto"},enter:function(t){var o=getComputedStyle(t),n=o.width;t.style.width=n,t.style.position="absolute",t.style.visibility="hidden",t.style.height="auto";var s=getComputedStyle(t),a=s.height;t.style.width="auto",t.style.position="relative",t.style.visibility="visible",t.style.height=0,setTimeout(function(){t.style.height=a}),e.props.done&&setTimeout(function(){e.props.done()},500)},leave:function(t){var e=getComputedStyle(t),o=e.height;t.style.height=o,setTimeout(function(){t.style.height=0})}}},n="transition";return e.props.group&&(n="transition-group"),t(n,o,e.children)}},i=a,r=(o("dffc"),o("e8ca"),o("2877")),c=Object(r["a"])(i,n,s,!1,null,"6038a3d0",null);c.options.__file="SlideDownUp.vue";e["a"]=c.exports},dd62:function(t,e,o){"use strict";var n=o("795b"),s=o.n(n),a=o("bc3a"),i=o.n(a),r=o("2b0e"),c=o("561c"),l=function(){return new s.a(function(t){var e=r["a"].prototype.$mi.ajax,o=new FormData;o.append("action","monsterinsights_vue_get_license"),o.append("nonce",r["a"].prototype.$mi.nonce),i.a.post(e,o).then(function(e){t(e.data)}).catch(function(t){if(t.response){var e=t.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't load license details. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},u=function(t,e){var o=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return new s.a(function(n){var s=new FormData;s.append("action","monsterinsights_verify_license"),s.append("nonce",r["a"].prototype.$mi.nonce),s.append("license",t),o&&s.append("network",!0),i.a.post(r["a"].prototype.$mi.ajax,s).then(function(t){t.data.success&&(o?e.commit("LICENSE_NETWORK_TYPE_UPDATED",t.data.data.license_type):e.commit("LICENSE_TYPE_UPDATED",t.data.data.license_type),e.dispatch("$_addons/getAddons","",{root:!0})),n(t)}).catch(function(t){if(t.response){var e=t.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't verify the license. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},p=function(t){return new s.a(function(e){var o=new FormData;o.append("action","monsterinsights_validate_license"),o.append("nonce",r["a"].prototype.$mi.nonce),t&&o.append("network",!0),i.a.post(r["a"].prototype.$mi.ajax,o).then(function(t){e(t)}).catch(function(t){if(t.response){var e=t.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't validate the license. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},d=function(t,e){return new s.a(function(o){var n=new FormData,s=e?t.state.license_network.key:t.state.license.key;n.append("action","monsterinsights_deactivate_license"),n.append("nonce",r["a"].prototype.$mi.nonce),n.append("license",s),e&&n.append("network",!0),i.a.post(r["a"].prototype.$mi.ajax,n).then(function(n){n.data.success&&(e?(t.commit("LICENSE_NETWORK_KEY_UPDATED",""),t.commit("LICENSE_NETWORK_TYPE_UPDATED","")):(t.commit("LICENSE_KEY_UPDATED",""),t.commit("LICENSE_TYPE_UPDATED",""))),o(n)}).catch(function(t){if(t.response){var e=t.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't deactivate the license. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},h=function(t){return new s.a(function(e){var o=new FormData;o.append("action","monsterinsights_connect_url"),o.append("nonce",r["a"].prototype.$mi.nonce),o.append("key",t),i.a.post(r["a"].prototype.$mi.ajax,o).then(function(t){t.data&&e(t.data)}).catch(function(t){if(e(!1),t.response){var o=t.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't upgrade to PRO please try again. Error: %s, %s","google-analytics-for-wordpress"),o.status,o.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})};e["a"]={fetchLicense:l,verifyLicense:u,validateLicense:p,deactivateLicense:d,getUpgradeLink:h}},dffc:function(t,e,o){"use strict";var n=o("8777"),s=o.n(n);s.a},e8ca:function(t,e,o){"use strict";var n=o("fb44"),s=o.n(n);s.a},ef95:function(t,e,o){},f284:function(t,e,o){"use strict";var n=o("795b"),s=o.n(n),a=o("bc3a"),i=o.n(a),r=o("2b0e"),c=o("561c"),l=function(t,e,o,n){return new s.a(function(s){var a=new FormData;a.append("action","monsterinsights_vue_get_report_data"),a.append("nonce",r["a"].prototype.$mi.nonce),a.append("report",e),a.append("start",o),a.append("end",n),i.a.post(r["a"].prototype.$mi.ajax,a).then(function(t){r["a"].prototype.$swal.close(),s(t.data)}).catch(function(e){if(console.log(e),t.dispatch("$_app/block",!1,{root:!0}),e.response){var o=e.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't load settings. Error: %s, %s","google-analytics-for-wordpress"),o.status,o.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},u={fetchReportData:l},p=function(t,e){return new s.a(function(o){return r["a"].prototype.$mi.authed?t.state[e]&&t.state[e].reportcurrentrange&&t.state[e].reportcurrentrange.startDate===t.state.date.start&&t.state[e].reportcurrentrange.endDate===t.state.date.end?(o(!1),t.commit("DISABLE_BLUR"),!1):(r["a"].prototype.$mi_loading_toast(),t.commit("ENABLE_BLUR"),void u.fetchReportData(t,e,t.state.date.start,t.state.date.end).then(function(n){if(r["a"].prototype.$swal.close(),"license_level"!==n.data.message)if(n.success)t.commit("DISABLE_BLUR"),t.commit("UPDATE_REPORT_DATA",{report:e,data:n.data}),o(!0);else{if(o(!1),"invalid_grant"===n.data.message)return void t.commit("ENABLE_REAUTH");r["a"].prototype.$mi_error_toast(!1,n.data.message,n.data.footer)}else o(!1)})):(o(!1),t.commit("ENABLE_BLUR"),t.commit("ENABLE_NOAUTH"),!1)})},d={getReportData:p},h=function(t){return t.date},g=function(t){return t.activeReport},f=function(t){return t.blur},m=function(t){return t.mobileTableExpanded},_=function(t){return t.overview},y=function(t){return t.publisher},v=function(t){return t.ecommerce},w=function(t){return t.queries},b=function(t){return t.dimensions},O=function(t){return t.forms},k=function(t){return t.realtime},E=function(t){return t.noauth},x=function(t){return t.reauth},T={date:h,activeReport:g,blur:f,mobileTableExpanded:m,overview:_,publisher:y,ecommerce:v,queries:w,dimensions:b,forms:O,realtime:k,noauth:E,reauth:x},C=function(t,e){e.report&&e.data&&t[e.report]&&r["a"].set(t,e.report,e.data)},S=function(t,e){e.start&&e.end&&(r["a"].set(t.date,"start",e.start),r["a"].set(t.date,"end",e.end))},$=function(t,e){r["a"].set(t.date,"interval",e)},j=function(t,e){r["a"].set(t.date,"text",e)},A=function(t,e){t.activeReport=e},P=function(t){t.blur=!0},D=function(t){t.blur=!1},I=function(t){t.mobileTableExpanded=!0},N=function(t){t.mobileTableExpanded=!1},L=function(t){t.noauth=!0},R=function(t){t.reauth=!0},U={UPDATE_REPORT_DATA:C,UPDATE_DATE:S,UPDATE_ACTIVE_REPORT:A,UPDATE_INTERVAL:$,UPDATE_DATE_TEXT:j,ENABLE_BLUR:P,DISABLE_BLUR:D,EXPAND_TABLES:I,CONTRACT_TABLES:N,ENABLE_NOAUTH:L,ENABLE_REAUTH:R},M=o("c1df"),Y=o.n(M),F=Y()().subtract(1,"day"),H=Y()(F).subtract(29,"day"),B={date:{start:H.format("YYYY-MM-DD"),end:F.format("YYYY-MM-DD"),interval:30,text:""},blur:!1,activeReport:"overview",mobileTableExpanded:!1,overview:{},publisher:{},ecommerce:{},queries:{},dimensions:{},forms:{},realtime:{},noauth:!1,reauth:!1};e["a"]={namespaced:!0,state:B,actions:d,getters:T,mutations:U}},fb44:function(t,e,o){}}]);
1
+ (window["monsterinsightsjsonp"]=window["monsterinsightsjsonp"]||[]).push([["chunk-common"],{"088d":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{class:t.componentClass},[o("label",{class:t.disabled?"monsterinsights-styled-checkbox-faux":"",on:{click:function(e){return e.preventDefault(),t.stopClick(e)},keyup:[function(e){return"button"in e||!t._k(e.keyCode,"enter",13,e.key,"Enter")?t.stopClick(e):null},function(e){return"button"in e||!t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?t.stopClick(e):null}]}},[o("span",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],class:t.labelClass(),attrs:{tabindex:t.faux?"":0}}),o("input",{directives:[{name:"model",rawName:"v-model",value:t.checked,expression:"checked"}],attrs:{type:"checkbox",name:t.name,disabled:t.disabled},domProps:{checked:Array.isArray(t.checked)?t._i(t.checked,null)>-1:t.checked},on:{change:function(e){var o=t.checked,n=e.target,s=!!n.checked;if(Array.isArray(o)){var a=null,i=t._i(o,a);n.checked?i<0&&(t.checked=o.concat([a])):i>-1&&(t.checked=o.slice(0,i).concat(o.slice(i+1)))}else t.checked=s}}}),o("span",{staticClass:"monsterinsights-checkbox-label",domProps:{innerHTML:t._s(t.label)}}),t.description?o("span",{staticClass:"monsterinsights-checkbox-description",domProps:{innerHTML:t._s(t.description)}}):t._e(),t.tooltip?o("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e(),t.hasCollapsibleSlot?o("span",{staticClass:"monsterinsights-settings-input-toggle-collapsible",attrs:{role:"button"},on:{click:t.toggleCollapsible,keyup:[function(e){return"button"in e||!t._k(e.keyCode,"enter",13,e.key,"Enter")?t.toggleCollapsible(e):null},function(e){return"button"in e||!t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?t.toggleCollapsible(e):null}]}},[o("i",{class:t.iconClass,attrs:{tabindex:"0",onkeypress:"if(event.keyCode==32||event.keyCode==13){return false;};"}})]):t._e()],1),o("slide-down-up",[t.slotCollapsibleVisible&&t.hasCollapsibleSlot?o("div",{staticClass:"monsterinsights-collapsible"},[t.hasCollapsibleSlot?o("div",{staticClass:"monsterinsights-separator"}):t._e(),o("div",{staticClass:"monsterinsights-collapsible-content"},[t._t("collapsible")],2)]):t._e()])],1)},s=[],a=(o("7f7f"),o("cebc")),i=(o("561c"),o("2f62")),r=o("93ec"),c=o("d98d"),l={name:"SettingsInputCheckbox",components:{SlideDownUp:c["a"],SettingsInfoTooltip:r["a"]},props:{name:String,label:String,description:String,tooltip:String,faux:Boolean,faux_tooltip:String,faux_tooltip_off:String,valueOn:String,valueOff:String,default:{type:Boolean,default:!0}},data:function(){return{is_loading:!1,has_error:!1,slotCollapsibleVisible:!1}},computed:Object(a["a"])({},Object(i["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},hasCollapsibleSlot:function(){return this.$slots["collapsible"]},iconClass:function(){var t="monstericon-arrow";return this.slotCollapsibleVisible&&(t+=" monstericon-down"),t},componentClass:function(){var t="monsterinsights-settings-input-checkbox";return this.$slots["collapsible"]&&(t+=" has-collapsible"),t},checked:{get:function(){var t=this.valueOn?this.valueOn===this.settings[this.name]:this.settings[this.name];return this.faux?this.default:t},set:function(t){var e=!!this.valueOff&&this.valueOff;t&&(e=!this.valueOn||this.valueOn),this.updateSetting(e)}},tooltip_data:function(){return{content:this.faux_tooltip_text,autoHide:!1,trigger:"hover focus click"}},faux_tooltip_text:function(){return this.has_ua?this.checked?this.faux_tooltip:this.faux_tooltip_off:this.$mi_need_to_auth},disabled:function(){return!this.has_ua||this.faux}}),watch:{checked:function(t){this.slotCollapsibleVisible=t}},methods:{stopClick:function(t){t.target.classList.contains("monsterinsights-styled-checkbox")?this.checked=!this.checked:(t.preventDefault(),t.stopPropagation())},updateSetting:function(t){var e=this;if(this.disabled)return!1;this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:t}).then(function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})})},toggleCollapsible:function(t){t.preventDefault(),this.slotCollapsibleVisible=!this.slotCollapsibleVisible},labelClass:function(){var t="monsterinsights-styled-checkbox";return this.checked&&(t+=" monsterinsights-styled-checkbox-checked"),t},mounted:function(){this.slotCollapsibleVisible=this.checked}}},u=l,p=o("2877"),d=Object(p["a"])(u,n,s,!1,null,null,null);d.options.__file="SettingsInputCheckbox.vue";e["a"]=d.exports},1096:function(t,e,o){"use strict";var n=o("e814"),s=o.n(n),a=(o("ac6a"),o("561c")),i={install:function(t){t.prototype.$miOverviewTooltips=function(t){if(!t.title){var e=document.querySelectorAll(".monsterinsights-line-chart-tooltip");return e.forEach(function(t){t.style.opacity=0}),!1}var o=t.title[0],n=t.title[1],a=s()(t.title[2]),i=t.title[3],r=t.title[4],c=document.getElementById("monsterinsights-chartjs-line-"+r+"-tooltip");if(null===c&&(c=document.createElement("div"),document.body.appendChild(c),c.setAttribute("id","monsterinsights-chartjs-line-"+r+"-tooltip"),c.classList.add("monsterinsights-line-chart-tooltip")),t.opacity){c.classList.remove("above"),c.classList.remove("below"),c.classList.remove("no-transform"),t.yAlign?c.classList.add(t.yAlign):c.classList.add("no-transform");var l="";l+=0===a?"0%":a>0?'<span class="monsterinsights-green"><span class="monsterinsights-arrow monsterinsights-up"></span>'+a+"%</span>":'<span class="monsterinsights-red"><span class="monsterinsights-arrow monsterinsights-down"></span>'+Math.abs(a)+"%</span>";var u='<div class="monsterinsights-reports-overview-datagraph-tooltip-container monsterinsights-reports-tooltip">';u+='<div class="monsterinsights-reports-overview-datagraph-tooltip-title">'+o+"</div>",u+='<div class="monsterinsights-reports-overview-datagraph-tooltip-number">'+n+"</div>",u+='<div class="monsterinsights-reports-overview-datagraph-tooltip-descriptor">'+i+"</div>",u+='<div class="monsterinsights-reports-overview-datagraph-tooltip-trend">'+l+"</div>",u+="</div>",c.innerHTML=u;var p=this._chart.canvas.getBoundingClientRect();c.style.opacity="1",c.style.left=p.left+window.pageXOffset+t.x+"px",c.style.top=p.top+window.pageYOffset+t.y+"px",c.style.fontFamily="Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;",c.style.fontSize=t.fontSize,c.style.fontStyle=t._fontStyle,c.style.padding=t.yPadding+"px "+t.xPadding+"px",c.style.zIndex=99999,c.style.pointerEvents="none"}else c.style.opacity=0},t.prototype.$miPieTooltips=function(t){if(!t.title){var e=document.querySelectorAll(".monsterinsights-pie-chart-tooltip");return e.forEach(function(t){t.style.opacity=0}),!1}var o=t.title[0],n=t.title[1],s=t.title[2],a=document.getElementById("monsterinsights-chartjs-pie-"+s+"-tooltip");null===a&&(a=document.createElement("div"),document.body.appendChild(a),a.setAttribute("id","monsterinsights-chartjs-pie-"+s+"-tooltip")),a.classList.remove("above"),a.classList.remove("below"),a.classList.remove("no-transform"),t.yAlign?a.classList.add(t.yAlign):a.classList.add("no-transform");var i='<div class="monsterinsights-reports-overview-datagraph-tooltip-container monsterinsights-reports-tooltip">';i+='<div class="monsterinsights-reports-overview-datagraph-tooltip-title">'+o+"</div>",i+='<div class="monsterinsights-reports-overview-datagraph-tooltip-number">'+n+"%</div>",i+="</div>",a.innerHTML=i;var r=0;if(t.yAlign){var c=0;t.caretHeight&&(c=t.caretHeight),r="above"===t.yAlign?t.y-c-t.caretPadding:t.y+c+t.caretPadding}a.style.opacity=1,a.style.left=t.x-50+"px",a.style.top=r-40+"px",a.style.padding=t.yPadding+"px "+t.xPadding+"px",a.style.zIndex="99999"},t.prototype.$mi_loading_toast=function(e,o){t.prototype.$swal({type:"info",customContainerClass:"monsterinsights-swal",title:e||Object(a["a"])("Refreshing Report","google-analytics-for-wordpress"),html:o||Object(a["a"])("Loading new report data...","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){t.prototype.$swal.showLoading()}})},t.prototype.$mi_error_toast=function(e,o,n){t.prototype.$swal({type:"error",customContainerClass:"monsterinsights-swal",title:e||Object(a["a"])("Error","google-analytics-for-wordpress"),html:o||Object(a["a"])("Please try again.","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,footer:n||!1})},t.prototype.$mi_get_upsell_content=function(t){var e={},o={overview:{title:Object(a["a"])("Unlock the Publishers Report and Focus on the Content that Matters","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Your Top Landing Pages to Improve Enagement","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Exit Pages to Reduce Abandonment","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Outbound Links to Find New Revenue Opportunities","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Affiliate Links and Focus on what's working","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Downloads and Improve Conversions","google-analytics-for-wordpress"),Object(a["a"])("See Audience Demographic Report ( Age / Gender / Interests )","google-analytics-for-wordpress")]},publisher:{title:Object(a["a"])("Unlock the Publishers Report and Focus on the Content That Matters","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Your Top Landing Pages to Improve Enagement","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Exit Pages to Reduce Abandonment","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Outbound Links to Find New Revenue Opportunities","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Affiliate Links and Focus on what's working","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Downloads and Improve Conversions","google-analytics-for-wordpress"),Object(a["a"])("See Audience Demographic Report ( Age / Gender / Interests )","google-analytics-for-wordpress")]},ecommerce:{title:Object(a["a"])("Unlock the eCommerce Report and See Your Important Store Metrics","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Your Conversion Rate to Improve Funnel","google-analytics-for-wordpress"),Object(a["a"])("See The Number of Transactions and make data-driven decisions","google-analytics-for-wordpress"),Object(a["a"])("See The Total Revenue to Track Growth","google-analytics-for-wordpress"),Object(a["a"])("See Average Order Value to Find Offer Opportunities","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Products to See Individual Performance","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Conversion Sources and Focus on what's working","google-analytics-for-wordpress"),Object(a["a"])("See The Time it takes for Customers to Purchase","google-analytics-for-wordpress"),Object(a["a"])("See How Many Sessions are needed for a Purchase","google-analytics-for-wordpress")]},dimensions:{title:Object(a["a"])("Unlock the Dimensions Report and Track Your Own Custom Data","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Which Authors Generate the Most Traffic","google-analytics-for-wordpress"),Object(a["a"])("See Which Post Types Perform Better","google-analytics-for-wordpress"),Object(a["a"])("See Which Categories are the Most Popular","google-analytics-for-wordpress"),Object(a["a"])("See Your Blog's most populare SEO Scores","google-analytics-for-wordpress"),Object(a["a"])("See Which Focus Keyword is Performing Better in Search Engines","google-analytics-for-wordpress")]},forms:{title:Object(a["a"])("Unlock the Forms Report and Improve Conversions","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Reports for Any Contact Form Plugin or Sign-up Form","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Converting Forms and Optimize","google-analytics-for-wordpress"),Object(a["a"])("See Your Forms Impressions Count to Find the Best Placement","google-analytics-for-wordpress")]},queries:{title:Object(a["a"])("Unlock the Search Console Report and See How People Find Your Website","google-analytics-for-wordpress"),subtitle:Object(a["a"])("See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Your Top Google Search Terms and Optimize Content","google-analytics-for-wordpress"),Object(a["a"])("See The Number of Clicks and Track Interests","google-analytics-for-wordpress"),Object(a["a"])("See The Click-Through-Ratio and Improve SEO","google-analytics-for-wordpress"),Object(a["a"])("See The Average Results Position and Focus on what works","google-analytics-for-wordpress")]},realtime:{title:Object(a["a"])("Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time","google-analytics-for-wordpress"),subtitle:Object(a["a"])("Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it.","google-analytics-for-wordpress"),features:[Object(a["a"])("See Your Active Visitors and Track Their Behaviour to Optimize","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Pages Immediately After Making Changes","google-analytics-for-wordpress"),Object(a["a"])("See Your Top Referral Sources and Adapt Faster","google-analytics-for-wordpress"),Object(a["a"])("See Your Traffic Demographics and ","google-analytics-for-wordpress"),Object(a["a"])("Get Fresh Reports Data Every 60 Seconds","google-analytics-for-wordpress")]}};return o[t]&&(e=o[t]),e}}};e["a"]=i},"25bd":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-settings-input monsterinsights-settings-input-authenticate"},[!t.auth.network_ua||t.is_network||t.auth.ua?t._e():o("settings-network-notice",[o("strong",{domProps:{textContent:t._s(t.text_auth_network)}}),o("span",{domProps:{textContent:t._s(t.text_auth_network_2)}})]),(t.is_network?t.auth.network_ua:t.auth.ua)?t._e():o("div",[o("span",{staticClass:"monsterinsights-dark",domProps:{textContent:t._s(t.label)}}),o("p",{domProps:{innerHTML:t._s(t.description)}}),o("button",{staticClass:"monsterinsights-button",domProps:{textContent:t._s(t.text_button_connect)},on:{click:t.doAuth}}),t._t("after_connect"),t.show_manual_ua_normal||t.showManualOnClick?t._e():o("p",{staticClass:"monsterinsights-auth-manual-connect-paragraph"},[o("a",{staticClass:"monsterinsights-auth-manual-connect-text",attrs:{href:"#monsterinsights-auth-manual-ua-input"},domProps:{innerHTML:t._s(t.text_manual_connect)},on:{click:t.showManualClick}})])],2),t.showManualOnClick||t.show_manual_ua_normal?o("div",[o("div",{staticClass:"monsterinsights-separator"}),o("span",{staticClass:"monsterinsights-dark",domProps:{textContent:t._s(t.text_manual_label)}}),o("p",{domProps:{innerHTML:t._s(t.text_manual_description)}}),o("input",{staticClass:"monsterinsights-manual-ua",attrs:{id:"monsterinsights-auth-manual-ua-input",type:"text"},domProps:{value:t.is_network?t.auth.network_manual_ua:t.auth.manual_ua},on:{change:t.updateManualUa}}),t.has_error?o("label",{staticClass:"monsterinsights-error"},[o("i",{staticClass:"monstericon-warning-triangle"}),o("span",{domProps:{innerHTML:t._s(t.has_error)}})]):t._e()]):t._e(),(t.is_network?t.auth.network_ua:t.auth.ua)?o("div",{staticClass:"monsterinsights-auth-info"},[o("span",{staticClass:"monsterinsights-settings-input-toggle-collapsible",attrs:{role:"button"},on:{click:t.toggleButtons,keyup:[function(e){return"button"in e||!t._k(e.keyCode,"enter",13,e.key,"Enter")?t.toggleButtons(e):null},function(e){return"button"in e||!t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?t.toggleButtons(e):null}]}},[o("i",{class:t.iconClass,attrs:{tabindex:"0",onkeypress:"if(event.keyCode==32||event.keyCode==13){return false;};"}})]),o("span",{staticClass:"monsterinsights-dark",domProps:{textContent:t._s(t.text_website_profile)}}),o("p",[o("span",{domProps:{textContent:t._s(t.text_active_profile)}}),t._v(":\n\t\t\t"),o("span",{domProps:{textContent:t._s(t.is_network?t.auth.network_viewname:t.auth.viewname)}})]),o("slide-down-up",[t.showButtons?o("div",[o("div",{staticClass:"monsterinsights-auth-actions"},[o("button",{staticClass:"monsterinsights-button",domProps:{textContent:t._s(t.text_button_reconnect)},on:{click:t.doReAuth}}),o("button",{staticClass:"monsterinsights-button monsterinsights-button-secondary",domProps:{textContent:t._s(t.text_button_verify)},on:{click:t.verifyAuth}}),o("button",{staticClass:"monsterinsights-button monsterinsights-button-secondary",domProps:{textContent:t._s(t.text_button_disconnect)},on:{click:t.deleteAuth}})])]):t._e()])],1):t._e()],1)},s=[],a=o("cebc"),i=o("2f62"),r=o("561c"),c=o("d98d"),l=o("b333"),u={name:"SettingsInputAuthenticate",components:{SettingsNetworkNotice:l["a"],SlideDownUp:c["a"]},props:{label:String,description:String},data:function(){return{force_deauth:!1,showButtons:!1,showManualOnClick:!1,has_error:!1,is_network:this.$mi.network,text_button_connect:Object(r["a"])("Connect MonsterInsights","google-analytics-for-wordpress"),text_button_verify:Object(r["a"])("Verify Credentials","google-analytics-for-wordpress"),text_button_reconnect:Object(r["a"])("Reconnect MonsterInsights","google-analytics-for-wordpress"),text_website_profile:Object(r["a"])("Website Profile","google-analytics-for-wordpress"),text_active_profile:Object(r["a"])("Active Profile","google-analytics-for-wordpress"),text_auth_network:Object(r["a"])("Your website profile has been set at the network level of your WordPress Multisite.","google-analytics-for-wordpress"),text_auth_network_2:Object(r["a"])("If you would like to use a different profile for this subsite, you can authenticate below.","google-analytics-for-wordpress"),text_manual_label:Object(r["a"])("Manually enter your UA code","google-analytics-for-wordpress"),text_manual_description:Object(r["a"])("Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers.","google-analytics-for-wordpress"),text_manual_connect:Object(r["a"])("Or manually enter UA code (limited functionality)","google-analytics-for-wordpress")}},computed:Object(a["a"])({},Object(i["b"])({auth:"$_auth/auth",addons:"$_addons/addons"}),{text_button_disconnect:function(){return this.force_deauth?Object(r["a"])("Force Deauthenticate","google-analytics-for-wordpress"):Object(r["a"])("Disconnect MonsterInsights","google-analytics-for-wordpress")},iconClass:function(){var t="monstericon-arrow";return this.showButtons&&(t+=" monstericon-down"),t},is_authed:function(){return this.is_network?this.auth.network_ua:this.auth.ua},show_manual_ua:function(){return!(!this.addons["manual_ua"]||!this.addons["manual_ua"].active||""!==this.is_authed)||(this.is_network?this.auth.network_manual_ua:this.auth.manual_ua)},show_manual_ua_normal:function(){return!(!this.addons["manual_ua"]||!this.addons["manual_ua"].active||""!==this.is_authed)||(this.is_network?this.auth.network_manual_ua:this.auth.manual_ua)}}),methods:{doAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(r["a"])("Authenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/doAuth",this.is_network).then(function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({type:"error",title:Object(r["a"])("Error","google-analytics-for-wordpress"),text:t.data.message,confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")})})},doReAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(r["a"])("Re-Authenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/doReAuth",this.is_network).then(function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({type:"error",title:Object(r["a"])("Error","google-analytics-for-wordpress"),text:t.data.message,confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")})})},verifyAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(r["a"])("Verifying Credentials","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/verifyAuth",this.is_network).then(function(t){e.$swal.close(),t.success?e.$swal({type:"success",title:t.data.message,text:Object(r["a"])("Your site is connected to MonsterInsights!","google-analytics-for-wordpress"),confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")}):e.$swal({type:"error",title:Object(r["a"])("Error","google-analytics-for-wordpress"),text:t.data.message,confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")})})},deleteAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(r["a"])("Deauthenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/deleteAuth",{network:this.is_network,force:this.force_deauth}).then(function(t){e.$swal.close(),t.success?e.$swal({type:"success",title:t.data.message,text:Object(r["a"])("You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore.","google-analytics-for-wordpress"),confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")}):(e.$swal({type:"error",title:Object(r["a"])("Error","google-analytics-for-wordpress"),text:t.data.message,confirmButtonText:Object(r["a"])("Ok","google-analytics-for-wordpress")}),e.force_deauth=!0)})},toggleButtons:function(t){t.preventDefault(),this.showButtons=!this.showButtons},updateManualUa:function(t){var e=this;this.$mi_saving_toast({}),e.has_error=!1,this.$store.dispatch("$_auth/updateManualUa",{ua:t.target.value,network:this.is_network}).then(function(t){!1===t.success?(e.has_error=t.data.error,e.$mi_error_toast({})):(e.has_error=!1,e.$mi_success_toast({}))})},showManualClick:function(){this.showManualOnClick=!0}}},p=u,d=o("2877"),h=Object(d["a"])(p,n,s,!1,null,null,null);h.options.__file="SettingsInputAuthenticate-Lite.vue";e["a"]=h.exports},"35d4":function(t,e,o){"use strict";var n=o("600d"),s=o.n(n);s.a},"3bc9":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"settings-input settings-input-license"},[o("p",{domProps:{innerHTML:t._s(t.text_license_row_1)}}),o("p",{domProps:{innerHTML:t._s(t.text_license_row_2)}}),o("p",{domProps:{innerHTML:t._s(t.text_license_row_3)}}),o("div",{staticClass:"monsterinsights-settings-license-lite"},[o("label",{attrs:{for:"monsterinsights-license-key"},domProps:{innerHTML:t._s(t.text_license_label)}}),o("div",{staticClass:"inline-field"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.connect_key,expression:"connect_key"}],attrs:{id:"monsterinsights-license-key",readonly:t.is_loading,type:"text",autocomplete:"off",placeholder:t.text_license_placeholder},domProps:{value:t.connect_key},on:{input:[function(e){e.target.composing||(t.connect_key=e.target.value)},t.fieldInput]}}),t.show_connect?o("button",{staticClass:"monsterinsights-button",domProps:{textContent:t._s(t.text_upgrade_to_pro)},on:{click:function(e){return e.preventDefault(),t.startUpgradeToPro(e)}}}):t._e()])])])},s=[],a=(o("2f62"),o("561c")),i=o("f7fe"),r=o.n(i),c=o("dd62"),l={name:"SettingsInputLicense",props:{label:String},data:function(){return{is_network:this.$mi.network,text_license_row_1:Object(a["d"])(Object(a["a"])("You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s","google-analytics-for-wordpress"),"<strong>","</strong>",'<span class="monsterinsights-bg-img monsterinsights-smile"></span>'),text_license_row_2:Object(a["d"])(Object(a["a"])("To unlock more features consider %supgrading to PRO%s.","google-analytics-for-wordpress"),'<a href="'+this.$getUpgradeUrl("settings-panel","license")+'" class="monsterinsights-bold" target="_blank">',"</a>"),text_license_row_3:Object(a["d"])(Object(a["a"])("As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!","google-analytics-for-wordpress"),'<span class="monsterinsights-highlighted-text">',"</span>"),text_upgrade_to_pro:Object(a["a"])("Unlock PRO Features Now","google-analytics-for-wordpress"),text_license_placeholder:Object(a["a"])("Paste your license key here","google-analytics-for-wordpress"),text_license_verify:Object(a["a"])("Verify","google-analytics-for-wordpress"),text_license_label:Object(a["d"])(Object(a["a"])("Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %sRetrieve your license key%s.","google-analytics-for-wordpress"),'<a href="'+this.$getUrl("license","settings_panel","https://www.monsterinsights.com/my-account/")+'" target="_blank">',"</a>"),is_loading:!1,show_connect:!1,connect_key:""}},methods:{fieldInput:r()(function(){this.show_connect=""!==this.connect_key},100),startUpgradeToPro:function(){var t=this;this.$swal({type:"info",title:Object(a["a"])("Please wait...","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,customContainerClass:"monsterinsights-swal",onOpen:function(){t.$swal.showLoading()}}),c["a"].getUpgradeLink(this.connect_key).then(function(e){if(e.success&&e.data.url)return window.location=e.data.url;var o=e.data.message?e.data.message:Object(a["a"])("There was an error unlocking MonsterInsights PRO please try again or install manually.","google-analytics-for-wordpress");t.$mi_error_toast({title:Object(a["a"])("Error","google-analytics-for-wordpress"),text:o,toast:!1,position:"center",showConfirmButton:!0,showCloseButton:!1,customClass:!1}).then(function(){e.data.reload&&window.location.reload()})}).catch(function(e){t.$swal.close()})}}},u=l,p=o("2877"),d=Object(p["a"])(u,n,s,!1,null,null,null);d.options.__file="SettingsInputLicense-Lite.vue";e["a"]=d.exports},4360:function(t,e,o){"use strict";var n=o("2b0e"),s=o("2f62"),a=o("dd62"),i=o("f7fe"),r=o.n(i),c=o("561c"),l=function(t){var e=a["a"].fetchLicense();e.then(function(e){e.network&&t.commit("LICENSE_NETWORK_UPDATED",e.network),e.site&&t.commit("LICENSE_UPDATED",e.site),m(t)}).catch(function(t){console.error(t)})},u=function(t,e){return a["a"].verifyLicense(e,t)},p=function(t,e){return t.commit("LICENSE_KEY_UPDATED",e),h(e,t)},d=function(t,e){return t.commit("LICENSE_NETWORK_KEY_UPDATED",e),h(e,t,!0)},h=r()(a["a"].verifyLicense,500,{leading:!0}),g=function(t,e){return a["a"].validateLicense(e)},f=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return a["a"].deactivateLicense(t,e)},m=function(t){t.state.license.is_expired||t.state.license_network.is_expired?t.dispatch("$_app/addNotice",{id:"license_expired",content:Object(c["d"])(Object(c["a"])("Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s","google-analytics-for-wordpress"),'<a target="blank" href="'+n["a"].prototype.$getUrl("admin-notices","expired-license","https://www.monsterinsights.com/login/")+'">',"</a>"),type:"error"},{root:!0}):t.state.license.is_disabled||t.state.license_network.is_disabled?t.dispatch("$_app/addNotice",{id:"license_disabled",content:Object(c["a"])("Your license key for MonsterInsights has been disabled. Please use a different key.","google-analytics-for-wordpress"),type:"error"},{root:!0}):(t.state.license.is_invalid||t.state.license_network.is_invalid)&&t.dispatch("$_app/addNotice",{id:"license_invalid",content:Object(c["a"])("Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key.","google-analytics-for-wordpress"),type:"error"},{root:!0})},_={getLicense:l,updateLicense:p,verifyLicense:u,updateNetworkLicense:d,validateLicense:g,deactivateLicense:f},y=function(t){return t.license},v=function(t){return t.license_network},w={license:y,license_network:v},b=function(t,e){t.license=e},O=function(t,e){t.license_network=e},k=function(t,e){t.license.key=e},E=function(t,e){t.license.type=e},x=function(t,e){t.license_network.key=e},T=function(t,e){t.license_network.type=e},C={LICENSE_UPDATED:b,LICENSE_NETWORK_UPDATED:O,LICENSE_KEY_UPDATED:k,LICENSE_TYPE_UPDATED:E,LICENSE_NETWORK_KEY_UPDATED:x,LICENSE_NETWORK_TYPE_UPDATED:T},S={license:{key:"",type:"",is_expired:!1,is_disabled:!1,is_invalid:!0},license_network:{key:"",type:"",is_expired:!1,is_disabled:!1,is_invalid:!0}},$={namespaced:!0,state:S,actions:_,getters:w,mutations:C},j=o("795b"),A=o.n(j),P=o("bc3a"),D=o.n(P),I=function(){return new A.a(function(t){var e=new FormData;e.append("action","monsterinsights_vue_get_profile"),e.append("nonce",n["a"].prototype.$mi.nonce),D.a.post(n["a"].prototype.$mi.ajax,e).then(function(e){t(e.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't load authentication details. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},N=function(t){return new A.a(function(e){var o=new FormData;o.append("action","monsterinsights_maybe_authenticate"),o.append("nonce",n["a"].prototype.$mi.nonce),t&&o.append("isnetwork",!0),D.a.post(n["a"].prototype.$mi.ajax,o).then(function(t){e(t.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't authenticate. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},L=function(t){return new A.a(function(e){var o=new FormData;o.append("action","monsterinsights_maybe_reauthenticate"),o.append("nonce",n["a"].prototype.$mi.nonce),t&&o.append("isnetwork",!0),D.a.post(n["a"].prototype.$mi.ajax,o).then(function(t){e(t.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't reauthenticate. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},R=function(t){return new A.a(function(e){var o=new FormData;o.append("action","monsterinsights_maybe_verify"),o.append("nonce",n["a"].prototype.$mi.nonce),o.append("isnetwork",t),D.a.post(n["a"].prototype.$mi.ajax,o).then(function(t){e(t.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't verify credentials. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},U=function(t,e,o){return new A.a(function(s){var a=new FormData;a.append("action","monsterinsights_maybe_delete"),a.append("nonce",n["a"].prototype.$mi.nonce),a.append("isnetwork",e),o&&a.append("forcedelete",!0),D.a.post(n["a"].prototype.$mi.ajax,a).then(function(o){o.data.success&&t.commit("AUTH_DELETED",e),s(o.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't deauthenticate. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},M=function(t,e,o){return new A.a(function(s){var a=new FormData;a.append("action","monsterinsights_update_manual_ua"),a.append("manual_ua_code",e),a.append("nonce",n["a"].prototype.$mi.nonce),o&&a.append("isnetwork",o),D.a.post(n["a"].prototype.$mi.ajax,a).then(function(n){t.commit("MANUAL_UA_UPDATE",e,o),s(n.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't save settings. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Settings not saved.","google-analytics-for-wordpress")})})})},Y={fetchAuth:I,getAuthRedirect:N,getReAuthRedirect:L,verifyAuth:R,deleteAuth:U,updateManualUa:M},F=function(t){var e=Y.fetchAuth();e.then(function(e){e&&t.commit("AUTH_UPDATED",e)}).catch(function(t){console.error(t)})},H=function(t,e){return Y.getAuthRedirect(e)},B=function(t,e){return Y.getReAuthRedirect(e)},W=function(t,e){return Y.verifyAuth(e)},K=function(t,e){return Y.deleteAuth(t,e.network,e.force)},V=function(t,e){return Y.updateManualUa(t,e.ua,e.network)},G={getAuth:F,doAuth:H,doReAuth:B,verifyAuth:W,deleteAuth:K,updateManualUa:V},z=function(t){return t.auth},X={auth:z},q=function(t,e){t.auth=e},J=function(t,e){e?(t.auth.network_manual_ua=t.auth.network_ua,t.auth.network_ua=!1,t.auth.network_viewname=!1):(t.auth.manual_ua=t.auth.ua,t.auth.ua=!1,t.auth.viewname=!1)},Q=function(t,e,o){o?t.auth.network_manual_ua=e:t.auth.manual_ua=e},Z={AUTH_UPDATED:q,AUTH_DELETED:J,MANUAL_UA_UPDATE:Q},tt={auth:{ua:"",viewname:"",network_ua:"",network_viewname:""}},et={namespaced:!0,state:tt,actions:G,getters:X,mutations:Z},ot=(o("cadf"),o("551c"),o("097d"),function(){return new A.a(function(t){var e=new FormData;e.append("action","monsterinsights_vue_get_addons"),e.append("network",n["a"].prototype.$mi.network),e.append("nonce",n["a"].prototype.$mi.nonce),D.a.post(n["a"].prototype.$mi.ajax,e).then(function(e){t(e.data)})})}),nt=function(t,e){return new A.a(function(o){var s=new FormData;s.append("action","monsterinsights_install_addon"),s.append("nonce",n["a"].prototype.$mi.install_nonce),s.append("plugin",e.url),t.rootState.$_app.ftp_form.hostname&&s.append("hostname",t.rootState.$_app.ftp_form.hostname),t.rootState.$_app.ftp_form.username&&s.append("username",t.rootState.$_app.ftp_form.username),t.rootState.$_app.ftp_form.password&&s.append("password",t.rootState.$_app.ftp_form.password),t.rootState.$_app.ftp_form.connection_type&&s.append("connection_type",t.rootState.$_app.ftp_form.connection_type),D.a.post(n["a"].prototype.$mi.ajax,s).then(function(s){s.data.form?t.commit("$_app/SHOW_FTP_FORM",{action:"$_addons/installAddon",data:e},{root:!0}):s.data.error?n["a"].prototype.$mi_error_toast({title:s.data.error}):(t.commit("ADDON_INSTALLED",{slug:e.slug,basename:s.data.plugin}),at(t,e)),o(s.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't install addon. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Addon not installed.","google-analytics-for-wordpress")})})})},st=function(t){return new A.a(function(e){var o=new FormData,s=n["a"].prototype.$addQueryArg(n["a"].prototype.$mi.ajax,"page","monsterinsights-onboarding");o.append("action","monsterinsights_onboarding_wpforms_install"),o.append("nonce",n["a"].prototype.$mi.install_nonce),D.a.post(s,o).then(function(o){o.data.error?n["a"].prototype.$mi_error_toast({title:o.data.error}):t.commit("ADDON_INSTALLED",{slug:"wpforms",basename:""}),e(o.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't install WPForms. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. WPForms not installed.","google-analytics-for-wordpress")})})})},at=function(t,e){return new A.a(function(o){var s=new FormData;s.append("action","monsterinsights_activate_addon"),s.append("nonce",n["a"].prototype.$mi.activate_nonce),s.append("isnetwork",n["a"].prototype.$mi.network),s.append("plugin",e.basename),D.a.post(n["a"].prototype.$mi.ajax,s).then(function(n){n.data.error||t.commit("ADDON_ACTIVATED",e.slug),o(n.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't activate addon. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Addon not activated.","google-analytics-for-wordpress")})})})},it=function(t,e){return new A.a(function(o){var s=new FormData;s.append("action","monsterinsights_deactivate_addon"),s.append("nonce",n["a"].prototype.$mi.deactivate_nonce),s.append("isnetwork",n["a"].prototype.$mi.network),s.append("plugin",e.basename),D.a.post(n["a"].prototype.$mi.ajax,s).then(function(n){n.data.error||t.commit("ADDON_DEACTIVATED",e.slug),o(n.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't deactivate addon. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Addon not deactivated.","google-analytics-for-wordpress")})})})},rt=function(t,e){return new A.a(function(o){var s=new FormData;s.append("action","monsterinsights_vue_install_plugin"),s.append("slug",e),s.append("nonce",n["a"].prototype.$mi.nonce),D.a.post(n["a"].prototype.$mi.ajax,s).then(function(s){s.data.error?n["a"].prototype.$mi_error_toast({title:s.data.error}):t.commit("ADDON_INSTALLED",{slug:e,basename:""}),o(s.data)}).catch(function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't install plugin. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Plugin not installed.","google-analytics-for-wordpress")})})})},ct={fetchAddons:ot,installAddon:nt,activateAddon:at,deactivateAddon:it,installWPForms:st,installPlugin:rt},lt=function(t){return new A.a(function(e){var o=ct.fetchAddons();o.then(function(o){o&&(t.commit("ADDONS_UPDATED",o),ut(t)),e(!0)}).catch(function(t){console.error(t),e(!1)})})},ut=function(t){if(t.dispatch("$_app/removeNotice","google_amp_addon",{root:!0}),t.dispatch("$_app/removeNotice","instant_articles_addon",{root:!0}),pt(t,"amp")&&!pt(t,"google_amp")){var e=t.rootGetters["$_app/mi"].install_amp_url,o=e.indexOf("activate")>0?Object(c["a"])("Activate","google-analytics-for-wordpress"):Object(c["a"])("Install","google-analytics-for-wordpress"),s=Object(c["d"])(Object(c["a"])("In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %sLearn More%s","google-analytics-for-wordpress"),'<a target="_blank" href="'+n["a"].prototype.$getUrl("settings-panel","amp-plugin-notice","https://www.monsterinsights.com/docs/how-to-get-started-with-the-google-amp-addon/")+'">',"</a>");n["a"].prototype.$mi.install_plugins&&(s=Object(c["d"])(Object(c["a"])("In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s","google-analytics-for-wordpress"),'<a href="'+e+'">',o,"</a>",'<a target="_blank" href="'+n["a"].prototype.$getUrl("settings-panel","amp-plugin-notice","https://www.monsterinsights.com/docs/how-to-get-started-with-the-google-amp-addon/")+'">',"</a>")),t.dispatch("$_app/addNotice",{id:"google_amp_addon",content:s,type:"error"},{root:!0})}if(pt(t,"facebook-instant-articles")&&!pt(t,"instant_articles")){var a=t.rootGetters["$_app/mi"].install_fbia_url,i=a.indexOf("activate")>0?Object(c["a"])("Activate","google-analytics-for-wordpress"):Object(c["a"])("Install","google-analytics-for-wordpress"),r=Object(c["d"])(Object(c["a"])("In order for the MonsterInsights Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %sLearn More%s","google-analytics-for-wordpress"),'<a target="_blank" href="'+n["a"].prototype.$getUrl("settings-panel","fbia-plugin-notice","https://www.monsterinsights.com/docs/how-to-get-started-with-the-facebook-instant-articles-addon/")+'">',"</a>");n["a"].prototype.$mi.install_plugins&&(r=Object(c["d"])(Object(c["a"])("In order for the MonsterInsights Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %s%s Plugin%s | %sLearn More%s","google-analytics-for-wordpress"),'<a href="'+a+'">',i,"</a>",'<a target="_blank" href="'+n["a"].prototype.$getUrl("settings-panel","fbia-plugin-notice","https://www.monsterinsights.com/docs/how-to-get-started-with-the-facebook-instant-articles-addon/")+'">',"</a>")),t.dispatch("$_app/addNotice",{id:"instant_articles_addon",content:r,type:"error"},{root:!0})}},pt=function(t,e){return!!t.state.addons[e]&&t.state.addons[e].active},dt=function(t,e){return ct.installAddon(t,e)},ht=function(t,e){return ct.installPlugin(t,e.slug)},gt=function(t,e){return ct.activateAddon(t,e).then(function(){ut(t)})},ft=function(t,e){return ct.deactivateAddon(t,e).then(function(){ut(t)})},mt=function(t){return ct.installWPForms(t)},_t={getAddons:lt,installAddon:dt,activateAddon:gt,deactivateAddon:ft,installWPForms:mt,installPlugin:ht},yt=(o("386d"),o("55dd"),function(t){return t.addons}),vt=function(t){return t.sort},wt=function(t){return t.search},bt={addons:yt,sort:vt,search:wt},Ot=function(t,e){t.addons=e},kt=function(t,e){t.addons[e].active=!0},Et=function(t,e){t.addons[e].active=!1},xt=function(t,e){t.addons[e.slug].installed=!0,t.addons[e.slug].basename=e.basename},Tt=function(t,e){t.sort=e},Ct=function(t,e){t.search=e},St={ADDONS_UPDATED:Ot,ADDON_ACTIVATED:kt,ADDON_DEACTIVATED:Et,ADDON_INSTALLED:xt,UPDATE_SORT:Tt,UPDATE_SEARCH:Ct},$t={addons:{},search:""},jt={namespaced:!0,state:$t,actions:_t,getters:bt,mutations:St},At=function(t){t.commit("INIT")},Pt=function(t){t.commit("BLOCK_APP")},Dt=function(t){t.commit("UNBLOCK_APP")},It=function(t,e){t.commit("ADD_NOTICE",e)},Nt=function(t,e){t.commit("REMOVE_NOTICE",e)},Lt=function(t){t.commit("RESET_NOTICES")},Rt={init:At,block:Pt,unblock:Dt,addNotice:It,removeNotice:Nt,resetNotices:Lt},Ut=function(t){return t.blocked},Mt=function(t){return t.notices},Yt=function(t){return t.mi},Ft=function(t){return t.ftp_form},Ht={blocked:Ut,notices:Mt,mi:Yt,ftp_form:Ft},Bt=function(){},Wt=function(t){t.blocked=!0},Kt=function(t){t.blocked=!1},Vt=function(t,e){e.id&&n["a"].set(t.notices,e.id,e)},Gt=function(t,e){t.notices[e]&&n["a"].delete(t.notices,e)},zt=function(t){t.notices={}},Xt=function(t,e){t.ftp_form.hostname=e},qt=function(t,e){t.ftp_form.username=e},Jt=function(t,e){t.ftp_form.password=e},Qt=function(t,e){t.ftp_form.connection_type=e},Zt=function(t,e){t.ftp_form.visible=!0,t.ftp_form.action=e.action,t.ftp_form.data=e.data},te=function(t){t.ftp_form.visible=!1},ee={INIT:Bt,BLOCK_APP:Wt,UNBLOCK_APP:Kt,ADD_NOTICE:Vt,REMOVE_NOTICE:Gt,RESET_NOTICES:zt,UPDATE_HOSTNAME:Xt,UPDATE_USERNAME:qt,UPDATE_PASSWORD:Jt,UPDATE_CONNECTION_TYPE:Qt,SHOW_FTP_FORM:Zt,HIDE_FTP_FORM:te},oe={blocked:!1,notices:{},mi:window.monsterinsights?window.monsterinsights:{},ftp_form:{hostname:"",username:"",password:"",connection_type:"ftp",visible:!1,action:"",data:{}}},ne={namespaced:!0,state:oe,actions:Rt,getters:Ht,mutations:ee},se=function(t){t.subscribe(function(e,o){if("$_app/INIT"===e.type){var n=o["$_app"].mi.versions;n.php_version_below_54?t.commit("$_app/ADD_NOTICE",{title:Object(c["a"])("Yikes! PHP Update Required","google-analytics-for-wordpress"),content:Object(c["d"])(Object(c["a"])("MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%s), which could be putting your site at risk for being hacked. WordPress itself will stop supporting your PHP version in April, 2019. Updating to the recommended version (PHP %s) only takes a few minutes and will make your website significantly faster and more secure.","google-analytics-for-wordpress"),n.php_version,"7.2"),type:"error",button:{enabled:!0,text:Object(c["a"])("Learn more about updating PHP","google-analytics-for-wordpress"),link:n.php_update_link},dismissable:!0,id:"php_update_54"}):n.wp_version_below_46&&t.commit("$_app/ADD_NOTICE",{title:Object(c["a"])("Yikes! WordPress Update Required","google-analytics-for-wordpress"),content:Object(c["d"])(Object(c["a"])("MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.","google-analytics-for-wordpress"),n.php_version,n.php_min_version),type:"error",button:{enabled:!0,text:Object(c["a"])("Learn more about updating WordPress","google-analytics-for-wordpress"),link:n.wp_update_link},dismissable:!0,id:"wp_update_46"})}})},ae=se;n["a"].use(s["a"]);var ie=[ae];e["a"]=new s["a"].Store({modules:{$_app:ne,$_license:$,$_auth:et,$_addons:jt},plugins:ie})},"48c7":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return t.noauth?t._e():o("div",{staticClass:"monsterinsights-upsell-overlay"},[o("div",{staticClass:"monsterinsights-upsell-top"},[t.upsellData.title?o("h3",{domProps:{textContent:t._s(t.upsellData.title)}}):t._e(),t.upsellData.subtitle?o("p",{staticClass:"monsterinsights-upsell-subtitle",domProps:{textContent:t._s(t.upsellData.subtitle)}}):t._e()]),o("div",{staticClass:"monsterinsights-upsell-content"},[t.upsellData.features?o("ul",t._l(t.upsellData.features,function(e,n){return o("li",{key:n,domProps:{textContent:t._s(e)}})}),0):t._e(),o("div",{staticClass:"monsterinsights-center"},[o("a",{staticClass:"monsterinsights-button",attrs:{href:t.upgrade_link,target:"_blank"},domProps:{textContent:t._s(t.text_upsell_button)}})])])])},s=[],a=o("cebc"),i=o("2f62"),r=o("561c"),c={name:"ReportUpsellOverlay",props:{report:String},data:function(){return{upgrade_link:this.$getUpgradeUrl("report",this.report),text_upsell_button:Object(r["a"])("Upgrade to MonsterInsights Pro","google-analytics-for-wordpress")}},computed:Object(a["a"])({},Object(i["b"])({noauth:"$_reports/noauth"}),{upsellData:function(){return this.$mi_get_upsell_content(this.report)}})},l=c,u=o("2877"),p=Object(u["a"])(l,n,s,!1,null,null,null);p.options.__file="ReportUpsellOverlay.vue";e["a"]=p.exports},"4bdc":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-navigation-bar"},[o("div",{staticClass:"monsterinsights-container"},[t._t("default")],2)])},s=[],a={name:"TheAppNavigation"},i=a,r=o("2877"),c=Object(r["a"])(i,n,s,!1,null,null,null);c.options.__file="TheAppNavigation.vue";e["a"]=c.exports},"4be3":function(t,e,o){},5443:function(t,e,o){"use strict";var n=o("8aca"),s=o.n(n);s.a},"5eda":function(t,e,o){},"600d":function(t,e,o){},"6d70":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("fieldset",[o("div",{staticClass:"monsterinsights-settings-input-radio"},t._l(t.options,function(e){return o("label",{key:e.value,attrs:{for:"monsterinsights-settings-radio-"+t.name+"["+e.value+"]"}},[o("span",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],class:t.labelClass(e.value)}),o("input",{attrs:{id:"monsterinsights-settings-radio-"+t.name+"["+e.value+"]",type:"radio",name:t.name,autocomplete:"off",readonly:t.disabled},domProps:{value:e.value,checked:t.isChecked(e.value)},on:{change:t.updateSetting}}),o("span",{domProps:{innerHTML:t._s(e.label)}})])}),0)])},s=[],a=(o("7f7f"),o("cebc")),i=o("2f62"),r=(o("561c"),{name:"SettingsInputRadio",props:{options:Array,name:String,auth_disabled:{type:Boolean,default:!0}},data:function(){return{is_loading:!1,has_error:!1}},computed:Object(a["a"])({},Object(i["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},tooltip_data:function(){return{content:this.disabled?this.$mi_need_to_auth:"",autoHide:!1,trigger:"hover focus click"}},disabled:function(){return!!this.auth_disabled&&!this.has_ua}}),methods:{updateSetting:function(t){var e=this;if(this.disabled)return!1;this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:t.target.value}).then(function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})})},labelClass:function(t){var e="monsterinsights-styled-radio";return this.isChecked(t)&&(e+=" monsterinsights-styled-radio-checked"),e},isChecked:function(t){return this.settings[this.name]?t===this.settings[this.name]:t===this.options[0].value}}}),c=r,l=o("2877"),u=Object(l["a"])(c,n,s,!1,null,null,null);u.options.__file="SettingsInputRadio.vue";e["a"]=u.exports},"6ffa":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-settings-input-repeater"},[t.rows.length?o("div",{staticClass:"monsterinsights-settings-input-repeater-labels monsterinsights-settings-input-repeater-row"},t._l(t.structure,function(e,n){return o("label",{key:n,domProps:{textContent:t._s(e.label)}})}),0):t._e(),t._l(t.rows,function(e,n){return[o("div",{key:n,staticClass:"monsterinsights-settings-input-repeater-row"},[t._l(t.structure,function(e,s){return[o("input",{directives:[{name:"model",rawName:"v-model",value:t.rows[n][e.name],expression:"rows[index][input.name]"}],key:s,attrs:{type:"text",readonly:t.disabled},domProps:{value:t.rows[n][e.name]},on:{change:function(o){t.updateSetting(!1,e.pattern)},input:function(o){o.target.composing||t.$set(t.rows[n],e.name,o.target.value)}}})]}),o("button",{attrs:{title:t.text_remove_row},on:{click:function(e){e.preventDefault(),t.removeRow(n)}}},[o("i",{staticClass:"monstericon-times-circle"})])],2),t.has_errors[n]?o("label",{key:n+"error",staticClass:"monsterinsights-error"},[o("i",{staticClass:"monstericon-warning-triangle"}),o("span",{domProps:{innerHTML:t._s(t.has_errors[n])}})]):t._e()]}),o("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],class:t.button_class,domProps:{textContent:t._s(t.text_add_path)},on:{click:function(e){return e.preventDefault(),t.addRow(e)}}})],2)},s=[],a=o("f499"),i=o.n(a),r=(o("7f7f"),o("cebc")),c=o("2b0e"),l=o("561c"),u=o("2f62"),p={name:"SettingsInputRepeater",props:{structure:Array,name:String,text_add:String},data:function(){return{text_add_path:this.text_add?this.text_add:Object(l["a"])("Add Another Link Path","google-analytics-for-wordpress"),text_remove_row:Object(l["a"])("Remove row","google-analytics-for-wordpress"),has_errors:[]}},computed:Object(r["a"])({},Object(u["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{rows:{get:function(){return this.settings[this.name]||c["a"].set(this.settings,this.name,[]),JSON.parse(i()(this.settings[this.name]))},set:function(){this.updateSetting(!1)}},has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},disabled:function(){return!this.has_ua},tooltip_data:function(){return{content:this.has_ua?"":this.$mi_need_to_auth,autoHide:!1,trigger:"hover focus click"}},button_class:function(){var t="monsterinsights-button";return this.disabled&&(t+=" monsterinsights-button-disabled"),t}}),methods:{updateSetting:function(t){var e=this;return!this.disabled&&(!(!t&&!this.validateSettings())&&(this.$mi_saving_toast({}),void this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:this.rows}).then(function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})})))},addRow:function(){var t={};for(var e in this.structure)t[this.structure[e]["name"]]="";this.rows.push(t),this.updateSetting(!0)},removeRow:function(t){this.rows&&this.rows instanceof Array?this.rows.splice(t,1):this.rows="",this.updateSetting()},validateSettings:function(){this.has_errors=[];var t={};for(var e in this.rows)for(var o in this.structure){if(""===this.rows[e][this.structure[o]["name"]]){this.has_errors[e]=Object(l["d"])(Object(l["a"])("%s can't be empty.","google-analytics-for-wordpress"),"<strong>"+this.structure[o]["label"]+"</strong>");break}if(this.structure[o]["pattern"]){var n=this.structure[o]["pattern"].test(this.rows[e][this.structure[o]["name"]]);if(!1===n){this.has_errors[e]=this.structure[o]["error"];break}}if(this.structure[o]["prevent_duplicates"]){"undefined"===typeof t[this.structure[o]["name"]]&&(t[this.structure[o]["name"]]=[]),t[this.structure[o]["name"]].push(this.rows[e][this.structure[o]["name"]]);var s=t[this.structure[o]["name"]],a=function(t){return t.filter(function(e,o){return t.indexOf(e)===o})};s.length!==a(s).length&&(this.has_errors[e]=Object(l["a"])("Duplicate values are not allowed.","google-analytics-for-wordpress"))}}return 0===this.has_errors.length}}},d=p,h=o("2877"),g=Object(h["a"])(d,n,s,!1,null,null,null);g.options.__file="SettingsInputRepeater.vue";e["a"]=g.exports},7220:function(t,e,o){"use strict";var n=o("f499"),s=o.n(n),a=(o("7f7f"),o("795b")),i=o.n(a),r=o("bc3a"),c=o.n(r),l=o("2b0e"),u=o("561c"),p=function(t){return new i.a(function(e){var o=new FormData;o.append("action","monsterinsights_vue_get_settings"),o.append("nonce",l["a"].prototype.$mi.nonce),c.a.post(l["a"].prototype.$mi.ajax,o).then(function(t){l["a"].prototype.$swal.close(),e(t.data)}).catch(function(e){if(t.dispatch("$_app/block",!1,{root:!0}),e.response){var o=e.response;return l["a"].prototype.$mi_error_toast({title:Object(u["d"])(Object(u["a"])("Can't load settings. Error: %s, %s","google-analytics-for-wordpress"),o.status,o.statusText)})}l["a"].prototype.$mi_error_toast({title:Object(u["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},d=function(t,e){return new i.a(function(t){var o=new FormData;o.append("action","monsterinsights_vue_update_settings"),o.append("nonce",l["a"].prototype.$mi.nonce),o.append("setting",e.name),!1!==e.value&&(Array===e.value.constructor?o.append("value",s()(e.value)):o.append("value",e.value)),c.a.post(l["a"].prototype.$mi.ajax,o).then(function(e){t(e.data)}).catch(function(t){if(t.response){var e=t.response;return l["a"].prototype.$mi_error_toast({title:Object(u["d"])(Object(u["a"])("Can't save settings. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}l["a"].prototype.$mi_error_toast({title:Object(u["a"])("You appear to be offline. Settings not saved.","google-analytics-for-wordpress")})})})},h={fetchSettings:p,saveSettings:d},g=function(t){h.fetchSettings(t).then(function(e){t.commit("SETTINGS_UPDATED",e)}).catch(function(t){console.error(t)})},f=function(t,e){t.commit("SETTING_UPDATE",e),t.commit("SETTINGS_SAVE_START");var o=h.saveSettings(t,e);return o.then(function(){t.commit("SETTINGS_SAVE_END")}),o},m=function(t,e){t.commit("SETTING_UPDATE_UNDO",e),t.commit("SETTINGS_SAVE_START");var o=h.saveSettings(t,e);return o.then(function(){t.commit("SETTINGS_SAVE_END")}),o},_=function(t,e){t.commit("SETTING_UPDATE_REDO",e),t.commit("SETTINGS_SAVE_START");var o=h.saveSettings(t,e);return o.then(function(){t.commit("SETTINGS_SAVE_END")}),o},y=function(t){t.commit("SETTINGS_SAVE_START"),l["a"].prototype.$mi_saving_toast({}),setTimeout(function(){t.commit("SETTINGS_SAVE_END"),l["a"].prototype.$mi_success_toast({})},1e3)},v=function(t){t.dispatch("updateSettingsUndo",t.state.history[t.state.historyIndex-1])},w=function(t){t.dispatch("updateSettingsRedo",t.state.history[t.state.historyIndex+1])},b={getSettings:g,updateSettings:f,simulateSave:y,undo:v,redo:w,updateSettingsUndo:m,updateSettingsRedo:_},O=function(t){return t.settings},k=function(t){return t.history},E=function(t){return t.historyIndex},x={settings:O,history:k,historyIndex:E},T=function(t,e){e.is_saving=!1,t.settings=e},C=function(t,e){t.settings.is_saving=!0,t.history[t.historyIndex]&&t.history[t.historyIndex].name===e.name||(t.history.push({name:e.name,value:!!t.settings[e.name]&&t.settings[e.name]}),t.historyIndex++),t.historyIndex<t.history.length-1&&t.history.splice(t.historyIndex+1),t.history.push({name:e.name,value:e.value}),t.historyIndex++,l["a"].set(t.settings,e.name,e.value)},S=function(t,e){t.settings.is_saving=!0,t.historyIndex--,l["a"].set(t.settings,e.name,e.value)},$=function(t,e){t.settings.is_saving=!0,t.historyIndex++,l["a"].set(t.settings,e.name,e.value)},j=function(t){t.settings.is_saving=!0},A=function(t){t.settings.is_saving=!1},P={SETTINGS_UPDATED:T,SETTING_UPDATE:C,SETTINGS_SAVE_START:j,SETTINGS_SAVE_END:A,SETTING_UPDATE_UNDO:S,SETTING_UPDATE_REDO:$},D={settings:{automatic_updates:"all"},history:[],historyIndex:-1};e["a"]={namespaced:!0,state:D,actions:b,getters:x,mutations:P}},7460:function(t,e,o){"use strict";o("a481"),o("4917"),o("3b2b");var n=o("2b0e"),s={install:function(t){window.monsterinsights&&(t.prototype.$mi=window.monsterinsights),t.prototype.$isPro=r,t.prototype.$addQueryArg=c,t.prototype.$getUrl=i,t.prototype.$getUpgradeUrl=a}};function a(t,e,o){var n=i(t,e,o);return r()?n:"0"!==window.monsterinsights.shareasale_id?c(window.monsterinsights.shareasale_url,"urllink",n):n}function i(t,e,o){var s=r()?"proplugin":"liteplugin",a=r()?"my-account/":"lite/",i=n["a"].prototype.$mi.plugin_version;return t=t||"defaultmedium",e=e||"defaultcampaign",o=o||"https://www.monsterinsights.com/"+a,o=c(o,"utm_source",s),o=c(o,"utm_medium",t),o=c(o,"utm_campaign",e),o=c(o,"utm_content",i),o}function r(){return!1}function c(t,e,o){var n=new RegExp("([?&])"+e+"=.*?(&|#|$)","i");if(t.match(n))return t.replace(n,"$1"+e+"="+o+"$2");var s="";-1!==t.indexOf("#")&&(s=t.replace(/.*#/,"#"),t=t.replace(/#.*/,""));var a=-1!==t.indexOf("?")?"&":"?";return t+a+e+"="+o+s}e["a"]=s},"79b7":function(t,e,o){"use strict";var n=o("4be3"),s=o.n(n);s.a},8777:function(t,e,o){},"88b2":function(t,e,o){"use strict";var n=o("ef95"),s=o.n(n);s.a},"8aca":function(t,e,o){},"8c1c":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-not-authenticated-notice"},[o("h3",{domProps:{textContent:t._s(t.text_no_auth)}}),o("p",{domProps:{textContent:t._s(t.text_auth_label)}}),o("p",[o("button",{staticClass:"monsterinsights-button",domProps:{textContent:t._s(t.text_button_reconnect)},on:{click:t.doReAuth}})])])},s=[],a=o("561c"),i=o("25bd"),r={name:"ReportReAuth",components:{SettingsInputAuthenticate:i["a"]},data:function(){return{text_no_auth:Object(a["a"])("MonsterInsights encountered an error loading your report data","google-analytics-for-wordpress"),text_auth_label:Object(a["a"])("There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.","google-analytics-for-wordpress"),text_button_reconnect:Object(a["a"])("Reconnect MonsterInsights","google-analytics-for-wordpress")}},methods:{doReAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(a["a"])("Re-Authenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/doReAuth",this.is_network).then(function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({type:"error",title:Object(a["a"])("Error","google-analytics-for-wordpress"),text:t.data.message,confirmButtonText:Object(a["a"])("Ok","google-analytics-for-wordpress")})})}}},c=r,l=o("2877"),u=Object(l["a"])(c,n,s,!1,null,null,null);u.options.__file="ReportReAuth.vue";e["a"]=u.exports},"93ec":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("span",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],staticClass:"monsterinsights-info",attrs:{tabindex:"0"}},[o("i",{staticClass:"monstericon monstericon-info-circle-regular"})])},s=[],a={name:"SettingsInfoTooltip",props:{content:String},data:function(){return{tooltip_data:{content:this.content,autoHide:!1,trigger:"hover focus click"}}}},i=a,r=o("2877"),c=Object(r["a"])(i,n,s,!1,null,null,null);c.options.__file="SettingsInfoTooltip.vue";e["a"]=c.exports},"9d59":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-notices-area"},[o("div",{staticClass:"monsterinsights-container"},[o("slide-down-up",{attrs:{group:!0}},t._l(t.notices,function(e,n){return o("div",{key:n,class:t.getNoticeClass(e.type)},[o("div",{staticClass:"monsterinsights-notice-inner"},[e.dismissable?o("button",{staticClass:"dismiss-notice",on:{click:function(e){t.removeNotice(n)}}},[o("i",{staticClass:"monstericon-times"})]):t._e(),o("div",{staticClass:"notice-content"},[e.title?o("h2",{staticClass:"notice-title",domProps:{innerHTML:t._s(e.title)}}):t._e(),o("span",{domProps:{innerHTML:t._s(e.content)}}),e.button&&e.button.enabled?o("div",{staticClass:"monsterinsights-notice-button"},[o("a",{class:t.buttonClass(e.type),attrs:{target:"_blank",href:e.button.link},domProps:{textContent:t._s(e.button.text)}})]):t._e()])])])}),0)],1)])},s=[],a=o("cebc"),i=o("2f62"),r=o("d98d"),c={name:"TheAppNotices",components:{SlideDownUp:r["a"]},computed:Object(a["a"])({},Object(i["b"])({notices:"$_app/notices"})),methods:{removeNotice:function(t){this.$store.dispatch("$_app/removeNotice",t)},getNoticeClass:function(t){return"monsterinsights-notice monsterinsights-notice-"+t},buttonClass:function(t){var e="monsterinsights-button";return"success"===t&&(e+=" monsterinsights-button-green"),e}}},l=c,u=o("2877"),p=Object(u["a"])(l,n,s,!1,null,null,null);p.options.__file="TheAppNotices.vue";e["a"]=p.exports},a158:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("header",{staticClass:"monsterinsights-header"},[o("div",{staticClass:"monsterinsights-container"},[o("div",{staticClass:"monsterinsights-logo-area"},[o("img",{attrs:{src:t.logo,srcset:t.logo2x}})]),o("div",{staticClass:"float-right"},[t._t("default")],2)])])},s=[],a={name:"TheAppHeader",data:function(){return{logo:this.$mi.assets+"/img/logo.png",logo2x:this.$mi.assets+"/img/logo@2x.png 2x"}}},i=a,r=(o("88b2"),o("2877")),c=Object(r["a"])(i,n,s,!1,null,"76c86cd0",null);c.options.__file="TheAppHeader.vue";e["a"]=c.exports},a4cc:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-welcome-overlay",on:{click:t.maybeClose}},[o("div",{staticClass:"monsterinsights-welcome-overlay-inner"},[o("button",{staticClass:"monsterinsights-overlay-close",on:{click:t.close}},[o("span",{staticClass:"monstericon-times"})]),o("div",{staticClass:"monsterinsights-welcome-overlay-content"},[t._t("default")],2)])])},s=[],a={name:"WelcomeOverlay",props:{id:String},methods:{close:function(){this.$emit("close",this.id)},maybeClose:function(t){t.target.classList.contains("monsterinsights-welcome-overlay")&&this.close()}}},i=a,r=o("2877"),c=Object(r["a"])(i,n,s,!1,null,null,null);c.options.__file="WelcomeOverlay.vue";e["a"]=c.exports},aa9f:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-settings-input-select"},[o("label",{attrs:{for:t.id}},[o("span",{staticClass:"monsterinsights-dark",domProps:{innerHTML:t._s(t.label)}}),t.description?o("span",{domProps:{innerHTML:t._s(t.description)}}):t._e(),t.tooltip?o("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),o("div",{staticClass:"monsterinsights-settings-input-select-input"},[o("multiselect",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.disabled_tooltip,expression:"disabled_tooltip"}],attrs:{options:t.options,multiple:t.multiple,"track-by":"value",label:"label",searchable:!1,selectLabel:"",selectedLabel:"",deselectLabel:"",readonly:t.disabled},on:{input:t.updateSetting},scopedSlots:t._u([{key:"tag",fn:function(e){var n=e.option,s=(e.search,e.remove);return[o("span",{class:t.tagClass(n)},[o("span",{domProps:{textContent:t._s(n.label)}}),o("i",{staticClass:"multiselect__tag-icon",attrs:{"aria-hidden":"true",tabindex:"0"},on:{keypress:function(e){if(!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter"))return null;e.preventDefault(),s(n)},mousedown:function(t){t.preventDefault(),s(n)}}})])]}}]),model:{value:t.selected,callback:function(e){t.selected=e},expression:"selected"}})],1)])},s=[],a=o("f499"),i=o.n(a),r=o("cebc"),c=(o("7f7f"),o("561c")),l=o("2f62"),u=o("8e5f"),p=o.n(u),d=o("93ec"),h={name:"SettingsInputSelect",components:{SettingsInfoTooltip:d["a"],Multiselect:p.a},props:{options:Array,forced:{type:Array,default:function(){return[]}},name:String,label:String,description:String,multiple:{type:Boolean,default:!1},tooltip:String},data:function(){return{is_loading:!1,has_error:!1,id:"input-"+this.name,text_no_options:Object(c["a"])("No options available","google-analytics-for-wordpress")}},computed:Object(r["a"])({},Object(l["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},disabled:function(){return!this.has_ua},selected:{get:function(){var t=JSON.parse(i()(this.forced));if(this.settings[this.name])for(var e in this.options)this.settings[this.name].indexOf(this.options[e].value)>=0&&this.notForced(this.options[e])&&t.push(this.options[e]);return t},set:function(){}},disabled_tooltip:function(){return{content:this.has_ua?"":this.$mi_need_to_auth,autoHide:!1,trigger:"hover focus click"}}}),methods:{updateSetting:function(t){var e=this;if(this.disabled)return!1;this.$mi_saving_toast({});var o=[];for(var n in t)o.push(t[n].value);this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:o}).then(function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})})},notForced:function(t){for(var e in this.forced)if(this.forced[e].value===t.value)return!1;return!0},tagClass:function(t){var e="multiselect__tag";return this.notForced(t)||(e+=" monsterinsights-tag-forced"),e}}},g=h,f=(o("35d4"),o("2877")),m=Object(f["a"])(g,n,s,!1,null,"3d6480c4",null);m.options.__file="SettingsInputSelect.vue";e["a"]=m.exports},b333:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-settings-network-notice"},[t._m(0),o("div",{staticClass:"monsterinsights-network-message"},[t._t("default")],2)])},s=[function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",[o("div",{staticClass:"monsterinsights-bg-img monsterinsights-icon-warning"})])}],a={name:"SettingsNetworkNotice"},i=a,r=(o("5443"),o("2877")),c=Object(r["a"])(i,n,s,!1,null,"a9c27d52",null);c.options.__file="SettingsNetworkNotice.vue";e["a"]=c.exports},bd74:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return t.value?o("div",{staticClass:"monsterinsights-reports-infobox"},[t.title?o("div",{staticClass:"monsterinsights-report-title",domProps:{textContent:t._s(t.title)}}):t._e(),t.tooltip?o("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e(),t.value?o("div",{staticClass:"monsterinsights-reports-infobox-number",attrs:{title:t.value},domProps:{textContent:t._s(t.value)}}):t._e(),o("div",{class:t.changeClass,domProps:{innerHTML:t._s(t.changeText)}}),t.days?o("div",{staticClass:"monsterinsights-reports-infobox-compare",domProps:{textContent:t._s(t.compare)}}):t._e()],1):t._e()},s=[],a=(o("c5f6"),o("561c")),i=o("93ec"),r={name:"ReportInfobox",components:{SettingsInfoTooltip:i["a"]},props:{title:String,value:String,days:Number,tooltip:String,change:Number,color:{default:"green",type:String},direction:{default:"up",type:String}},computed:{compare:function(){return Object(a["b"])("vs. Previous Day",Object(a["d"])("vs. Previous %s Days",this.days),this.days,"google-analytics-for-wordpress")},changeClass:function(){var t="monsterinsights-reports-infobox-prev";return 0===this.change?t:t+" monsterinsights-"+this.color},changeText:function(){return this.change?""===this.direction?this.change+"%":'<span class="monsterinsights-arrow monsterinsights-'+this.direction+" monsterinsights-"+this.color+'"></span> '+this.change+"%":Object(a["a"])("No change","google-analytics-for-wordpress")}}},c=r,l=o("2877"),u=Object(l["a"])(c,n,s,!1,null,null,null);u.options.__file="ReportInfobox.vue";e["a"]=u.exports},c472:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"settings-input-text"},[o("label",{attrs:{for:t.id}},[o("span",{staticClass:"monsterinsights-dark",domProps:{innerHTML:t._s(t.label)}}),t.description?o("span",{domProps:{innerHTML:t._s(t.description)}}):t._e(),t.showReset()?o("a",{staticClass:"monsterinsights-reset-default",attrs:{href:"#"},domProps:{textContent:t._s(t.text_reset)},on:{click:function(e){return e.preventDefault(),t.resetValue(e)}}}):t._e(),t.tooltip?o("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),o("div",{staticClass:"settings-input-text-input"},["checkbox"===t.type?o("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.disabled,type:"checkbox"},domProps:{checked:Array.isArray(t.value)?t._i(t.value,null)>-1:t.value},on:{change:[function(e){var o=t.value,n=e.target,s=!!n.checked;if(Array.isArray(o)){var a=null,i=t._i(o,a);n.checked?i<0&&(t.value=o.concat([a])):i>-1&&(t.value=o.slice(0,i).concat(o.slice(i+1)))}else t.value=s},t.inputUpdate]}}):"radio"===t.type?o("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.disabled,type:"radio"},domProps:{checked:t._q(t.value,null)},on:{change:[function(e){t.value=null},t.inputUpdate]}}):o("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.disabled,type:t.type},domProps:{value:t.value},on:{change:t.inputUpdate,input:function(e){e.target.composing||(t.value=e.target.value)}}})]),t.has_error?o("label",{staticClass:"monsterinsights-error"},[o("i",{staticClass:"monstericon-warning-triangle"}),o("span",{domProps:{innerHTML:t._s(t.text_error)}})]):t._e()])},s=[],a=o("cebc"),i=(o("7f7f"),o("3b2b"),o("561c")),r=o("2f62"),c=o("93ec"),l={name:"SettingsInputText",components:{SettingsInfoTooltip:c["a"]},props:{name:String,label:String,description:String,placeholder:String,type:{type:String,default:"text"},tooltip:String,default_value:String,format:RegExp},data:function(){return{is_loading:!1,has_error:!1,id:"input-"+this.name,text_reset:Object(i["a"])("Reset to default","google-analytics-for-wordpress"),text_error:Object(i["a"])("The value entered does not match the required format","google-analytics-for-wordpress"),updated_value:!1}},computed:Object(a["a"])({},Object(r["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},value:{get:function(){return!1!==this.updated_value?this.updated_value:this.settings[this.name]},set:function(t){return this.updated_value=t}},tooltip_data:function(){return{content:this.has_ua?"":this.$mi_need_to_auth,autoHide:!1,trigger:"hover focus click"}},disabled:function(){return!this.has_ua}}),methods:{inputUpdate:function(t){this.updateSetting(t.target.name,t.target.value)},updateSetting:function(t,e){var o=this;return!this.disabled&&(this.has_error=!1,this.format&&!this.format.test(e)?(this.has_error=!0,!1):(this.$mi_saving_toast({}),void this.$store.dispatch("$_settings/updateSettings",{name:t,value:e}).then(function(t){t.success?o.$mi_success_toast({}):o.$mi_error_toast({})})))},showReset:function(){return this.default_value&&this.settings[this.name]!==this.default_value},resetValue:function(){return this.updateSetting(this.name,this.default_value)}}},u=l,p=(o("79b7"),o("2877")),d=Object(p["a"])(u,n,s,!1,null,"493c7577",null);d.options.__file="SettingsInputText.vue";e["a"]=d.exports},d3fc:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-widget-error"},[o("div",{staticClass:"swal2-header"},[t._m(0),o("h2",{staticClass:"swal2-title",attrs:{id:"monsterinsights-error-title"},domProps:{textContent:t._s(t.title)}})]),t.error.content?o("div",{staticClass:"monsterinsights-error-content",domProps:{innerHTML:t._s(t.error.content)}}):t._e(),t.error.footer?o("div",{staticClass:"monsterinsights-error-footer",domProps:{innerHTML:t._s(t.error.footer)}}):t._e()])},s=[function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"swal2-icon swal2-error swal2-animate-error-icon",staticStyle:{display:"flex"}},[o("span",{staticClass:"swal2-x-mark"},[o("span",{staticClass:"swal2-x-mark-line-left"}),o("span",{staticClass:"swal2-x-mark-line-right"})])])}],a=o("561c"),i={props:{error:[Object,Boolean]},computed:{title:function(){return this.error.title.title?this.error.title.title:Object(a["a"])("Error","google-analytics-for-wordpress")}},name:"WidgetReportError"},r=i,c=o("2877"),l=Object(c["a"])(r,n,s,!1,null,null,null);l.options.__file="WidgetReportError.vue";e["a"]=l.exports},d98d:function(t,e,o){"use strict";var n,s,a={name:"SlideDownUp",functional:!0,props:{group:{type:Boolean,default:!1},done:Function},render:function(t,e){var o={props:{name:"expand"},on:{afterEnter:function(t){t.style.height="auto"},enter:function(t){var o=getComputedStyle(t),n=o.width;t.style.width=n,t.style.position="absolute",t.style.visibility="hidden",t.style.height="auto";var s=getComputedStyle(t),a=s.height;t.style.width="auto",t.style.position="relative",t.style.visibility="visible",t.style.height=0,setTimeout(function(){t.style.height=a}),e.props.done&&setTimeout(function(){e.props.done()},500)},leave:function(t){var e=getComputedStyle(t),o=e.height;t.style.height=o,setTimeout(function(){t.style.height=0})}}},n="transition";return e.props.group&&(n="transition-group"),t(n,o,e.children)}},i=a,r=(o("dffc"),o("e8ca"),o("2877")),c=Object(r["a"])(i,n,s,!1,null,"6038a3d0",null);c.options.__file="SlideDownUp.vue";e["a"]=c.exports},dd62:function(t,e,o){"use strict";var n=o("795b"),s=o.n(n),a=o("bc3a"),i=o.n(a),r=o("2b0e"),c=o("561c"),l=function(){return new s.a(function(t){var e=r["a"].prototype.$mi.ajax,o=new FormData;o.append("action","monsterinsights_vue_get_license"),o.append("nonce",r["a"].prototype.$mi.nonce),i.a.post(e,o).then(function(e){t(e.data)}).catch(function(t){if(t.response){var e=t.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't load license details. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},u=function(t,e){var o=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return new s.a(function(n){var s=new FormData;s.append("action","monsterinsights_verify_license"),s.append("nonce",r["a"].prototype.$mi.nonce),s.append("license",t),o&&s.append("network",!0),i.a.post(r["a"].prototype.$mi.ajax,s).then(function(t){t.data.success&&(o?e.commit("LICENSE_NETWORK_TYPE_UPDATED",t.data.data.license_type):e.commit("LICENSE_TYPE_UPDATED",t.data.data.license_type),e.dispatch("$_addons/getAddons","",{root:!0})),n(t)}).catch(function(t){if(t.response){var e=t.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't verify the license. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},p=function(t){return new s.a(function(e){var o=new FormData;o.append("action","monsterinsights_validate_license"),o.append("nonce",r["a"].prototype.$mi.nonce),t&&o.append("network",!0),i.a.post(r["a"].prototype.$mi.ajax,o).then(function(t){e(t)}).catch(function(t){if(t.response){var e=t.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't validate the license. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},d=function(t,e){return new s.a(function(o){var n=new FormData,s=e?t.state.license_network.key:t.state.license.key;n.append("action","monsterinsights_deactivate_license"),n.append("nonce",r["a"].prototype.$mi.nonce),n.append("license",s),e&&n.append("network",!0),i.a.post(r["a"].prototype.$mi.ajax,n).then(function(n){n.data.success&&(e?(t.commit("LICENSE_NETWORK_KEY_UPDATED",""),t.commit("LICENSE_NETWORK_TYPE_UPDATED","")):(t.commit("LICENSE_KEY_UPDATED",""),t.commit("LICENSE_TYPE_UPDATED",""))),o(n)}).catch(function(t){if(t.response){var e=t.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't deactivate the license. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},h=function(t){return new s.a(function(e){var o=new FormData;o.append("action","monsterinsights_connect_url"),o.append("nonce",r["a"].prototype.$mi.nonce),o.append("key",t),i.a.post(r["a"].prototype.$mi.ajax,o).then(function(t){t.data&&e(t.data)}).catch(function(t){if(e(!1),t.response){var o=t.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't upgrade to PRO please try again. Error: %s, %s","google-analytics-for-wordpress"),o.status,o.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})};e["a"]={fetchLicense:l,verifyLicense:u,validateLicense:p,deactivateLicense:d,getUpgradeLink:h}},dffc:function(t,e,o){"use strict";var n=o("8777"),s=o.n(n);s.a},e8ca:function(t,e,o){"use strict";var n=o("fb44"),s=o.n(n);s.a},ef95:function(t,e,o){},f284:function(t,e,o){"use strict";var n=o("795b"),s=o.n(n),a=o("bc3a"),i=o.n(a),r=o("2b0e"),c=o("561c"),l=function(t,e,o,n){return new s.a(function(s){var a=new FormData;a.append("action","monsterinsights_vue_get_report_data"),a.append("nonce",r["a"].prototype.$mi.nonce),a.append("report",e),a.append("start",o),a.append("end",n),i.a.post(r["a"].prototype.$mi.ajax,a).then(function(t){r["a"].prototype.$swal.close(),s(t.data)}).catch(function(e){if(console.log(e),t.dispatch("$_app/block",!1,{root:!0}),e.response){var o=e.response;return r["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't load settings. Error: %s, %s","google-analytics-for-wordpress"),o.status,o.statusText)})}r["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})})})},u={fetchReportData:l},p=function(t,e){return new s.a(function(o){return r["a"].prototype.$mi.authed?t.state[e]&&t.state[e].reportcurrentrange&&t.state[e].reportcurrentrange.startDate===t.state.date.start&&t.state[e].reportcurrentrange.endDate===t.state.date.end?(o(!1),t.commit("DISABLE_BLUR"),!1):(r["a"].prototype.$mi_loading_toast(),t.commit("ENABLE_BLUR"),void u.fetchReportData(t,e,t.state.date.start,t.state.date.end).then(function(n){if(r["a"].prototype.$swal.close(),"license_level"!==n.data.message)if(n.success)t.commit("DISABLE_BLUR"),t.commit("UPDATE_REPORT_DATA",{report:e,data:n.data}),o(!0);else{if(o(!1),"invalid_grant"===n.data.message)return void t.commit("ENABLE_REAUTH");r["a"].prototype.$mi_error_toast(!1,n.data.message,n.data.footer)}else o(!1)})):(o(!1),t.commit("ENABLE_BLUR"),t.commit("ENABLE_NOAUTH"),!1)})},d={getReportData:p},h=function(t){return t.date},g=function(t){return t.activeReport},f=function(t){return t.blur},m=function(t){return t.mobileTableExpanded},_=function(t){return t.overview},y=function(t){return t.publisher},v=function(t){return t.ecommerce},w=function(t){return t.queries},b=function(t){return t.dimensions},O=function(t){return t.forms},k=function(t){return t.realtime},E=function(t){return t.noauth},x=function(t){return t.reauth},T={date:h,activeReport:g,blur:f,mobileTableExpanded:m,overview:_,publisher:y,ecommerce:v,queries:w,dimensions:b,forms:O,realtime:k,noauth:E,reauth:x},C=function(t,e){e.report&&e.data&&t[e.report]&&r["a"].set(t,e.report,e.data)},S=function(t,e){e.start&&e.end&&(r["a"].set(t.date,"start",e.start),r["a"].set(t.date,"end",e.end))},$=function(t,e){r["a"].set(t.date,"interval",e)},j=function(t,e){r["a"].set(t.date,"text",e)},A=function(t,e){t.activeReport=e},P=function(t){t.blur=!0},D=function(t){t.blur=!1},I=function(t){t.mobileTableExpanded=!0},N=function(t){t.mobileTableExpanded=!1},L=function(t){t.noauth=!0},R=function(t){t.reauth=!0},U={UPDATE_REPORT_DATA:C,UPDATE_DATE:S,UPDATE_ACTIVE_REPORT:A,UPDATE_INTERVAL:$,UPDATE_DATE_TEXT:j,ENABLE_BLUR:P,DISABLE_BLUR:D,EXPAND_TABLES:I,CONTRACT_TABLES:N,ENABLE_NOAUTH:L,ENABLE_REAUTH:R},M=o("c1df"),Y=o.n(M),F=Y()().subtract(1,"day"),H=Y()(F).subtract(29,"day"),B={date:{start:H.format("YYYY-MM-DD"),end:F.format("YYYY-MM-DD"),interval:30,text:""},blur:!1,activeReport:"overview",mobileTableExpanded:!1,overview:{},publisher:{},ecommerce:{},queries:{},dimensions:{},forms:{},realtime:{},noauth:!1,reauth:!1};e["a"]={namespaced:!0,state:B,actions:d,getters:T,mutations:U}},fb44:function(t,e,o){}}]);
lite/assets/vue/js/widget.js CHANGED
@@ -1 +1 @@
1
- (function(t){function e(e){for(var i,n,a=e[0],l=e[1],d=e[2],p=0,g=[];p<a.length;p++)n=a[p],s[n]&&g.push(s[n][0]),s[n]=0;for(i in l)Object.prototype.hasOwnProperty.call(l,i)&&(t[i]=l[i]);c&&c(e);while(g.length)g.shift()();return r.push.apply(r,d||[]),o()}function o(){for(var t,e=0;e<r.length;e++){for(var o=r[e],i=!0,a=1;a<o.length;a++){var l=o[a];0!==s[l]&&(i=!1)}i&&(r.splice(e--,1),t=n(n.s=o[0]))}return t}var i={},s={widget:0},r=[];function n(e){if(i[e])return i[e].exports;var o=i[e]={i:e,l:!1,exports:{}};return t[e].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=i,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(o,i,function(e){return t[e]}.bind(null,i));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="";var a=window["monsterinsightsjsonp"]=window["monsterinsightsjsonp"]||[],l=a.push.bind(a);a.push=e,a=a.slice();for(var d=0;d<a.length;d++)e(a[d]);var c=l;r.push([3,"chunk-vendors","chunk-common"]),o()})({3:function(t,e,o){t.exports=o("f70f")},"33ea":function(t,e,o){},f70f:function(t,e,o){"use strict";o.r(e);o("cadf"),o("551c"),o("097d");var i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{class:t.mainClass},[o("widget-settings",{ref:"settings"}),t.reauth?o("report-re-auth"):o("widget-accordion"),t.fullWidth?o("div",{staticClass:"monsterinsights-fullwidth-mascot"}):t._e(),t.fullWidth?o("div",{staticClass:"monsterinsights-fullwidth-report-title",domProps:{textContent:t._s(t.text_overview_report)}}):t._e(),t.fullWidth?t._e():o("widget-footer")],1)},s=[],r=o("e814"),n=o.n(r),a=(o("7f7f"),o("cebc")),l=o("561c"),d=o("2f62"),c=o("c1df"),p=o.n(c),g=o("f284"),u=o("795b"),h=o.n(u),f=o("2b0e"),w=o("f499"),m=o.n(w),b=o("bc3a"),v=o.n(b),_=function(t,e,o,i){return new h.a(function(t){var s=new FormData;o=m()(o),s.append("action","monsterinsights_save_widget_state"),s.append("nonce",f["a"].prototype.$mi.nonce),s.append("width",e),s.append("reports",o),s.append("interval",i),v.a.post(f["a"].prototype.$mi.ajax,s).then(function(e){f["a"].prototype.$swal.close(),t(e.data)}).catch(function(t){console.log(t)})})},y={saveWidgetState:_},x=function(t){return new h.a(function(e){if(f["a"].prototype.$mi.widget_state&&f["a"].prototype.$mi.widget_state.reports)for(var o in f["a"].prototype.$mi.widget_state.reports)if(f["a"].prototype.$mi.widget_state.reports.hasOwnProperty(o))for(var i in f["a"].prototype.$mi.widget_state.reports[o])f["a"].prototype.$mi.widget_state.reports[o].hasOwnProperty(i)&&(t.state.reports[i].enabled=f["a"].prototype.$mi.widget_state.reports[o][i]);t.state.width=f["a"].prototype.$mi.widget_state.width,t.state.interval=f["a"].prototype.$mi.widget_state.interval,e(!0)})},O=function(t){var e={overview:{},publisher:{},ecommerce:{}},o=t.rootGetters.hasOwnProperty("$_reports/date")?t.rootGetters["$_reports/date"]["interval"]:"";for(var i in t.state.reports)if(t.state.reports.hasOwnProperty(i)&&t.state.reports[i].hasOwnProperty("type")){var s=t.state.reports[i].type;e[s][i]=t.state.reports[i]["enabled"]}y.saveWidgetState(t,t.state.width,e,o)},$={processDefaults:x,saveWidgetState:O},R=function(t){return t.reports},j=function(t){return t.width},D=function(t){return t.loaded},W=function(t){return t.error},k={reports:R,width:j,loaded:D,error:W},P=function(t,e){t.reports[e]&&f["a"].set(t.reports[e],"enabled",!0)},S=function(t,e){t.reports[e]&&f["a"].set(t.reports[e],"enabled",!1)},E=function(t,e){t.loaded=e},T=function(t,e){t.width=e},C=function(t,e){t.error=e},A={ENABLE_REPORT:P,DISABLE_REPORT:S,UPDATE_LOADED:E,UPDATE_WIDTH:T,SET_ERROR:C},L={width:"regular",interval:30,loaded:!1,reports:{overview:{type:"overview",name:Object(l["a"])("Overview Report","google-analytics-for-wordpress"),enabled:!0,component:"WidgetReportOverview"},toppages:{type:"overview",name:Object(l["a"])("Top Posts/Pages","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the most viewed posts and pages on your website.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportTopPosts"},newvsreturn:{type:"overview",name:Object(l["a"])("New vs. Returning Visitors","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This graph shows what percent of your user sessions come from new versus repeat visitors.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportNewVsReturning"},devices:{type:"overview",name:Object(l["a"])("Device Breakdown","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportDevices"},landingpages:{type:"publisher",name:Object(l["a"])("Top Landing Pages","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top pages users first land on when visiting your website.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportLandingPages"},exitpages:{type:"publisher",name:Object(l["a"])("Top Exit Pages","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top pages users exit your website from.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportExitPages"},outboundlinks:{type:"publisher",name:Object(l["a"])("Top Outbound Links","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top links clicked on your website that go to another website.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportOutboundLinks"},affiliatelinks:{type:"publisher",name:Object(l["a"])("Top Affiliate Links","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top affiliate links your visitors clicked on.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportAffiliateLinks"},downloadlinks:{type:"publisher",name:Object(l["a"])("Top Download Links","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the download links your visitors clicked the most.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportDownloadLinks"},infobox:{type:"ecommerce",name:Object(l["a"])("Overview","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportEcommerceOverview"},products:{type:"ecommerce",name:Object(l["a"])("Top Products","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top selling products on your website.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportTopProducts"},conversions:{type:"ecommerce",name:Object(l["a"])("Top Conversion Sources","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top referral websites in terms of product revenue.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportTopConversions"},addremove:{type:"ecommerce",name:Object(l["a"])("Total Add/Remove","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportAddRemove"},days:{type:"ecommerce",name:Object(l["a"])("Time to Purchase","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows how many days from first visit it took users to purchase products from your site.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportDays"},sessions:{type:"ecommerce",name:Object(l["a"])("Sessions to Purchase","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the number of sessions it took users before they purchased a product from your website.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportSessions"}},error:!1},B={namespaced:!0,state:L,actions:$,getters:k,mutations:A},I=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-widget-accordion monsterinsights-widget-accordion-lite"},t._l(t.widgetReports(),function(e,i){return o("div",{key:i,class:t.reportClass(i)},[t.showReportTitle(e.enabled)?o("div",{class:t.toggleClass(i),attrs:{tabindex:"0"},on:{click:function(e){e.preventDefault(),t.toggle(e,i)},keyup:[function(e){if(!("button"in e)&&t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"]))return null;t.toggle(e,i)},function(e){if(!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter"))return null;t.toggle(e,i)}]}},[o("h2",{staticClass:"monsterinsights-widget-report-title"},[o("span",{domProps:{textContent:t._s(e.name)}}),e.tooltip?o("settings-info-tooltip",{attrs:{content:e.tooltip}}):t._e()],1)]):t._e(),t.showReport(i,e)?o("div",{staticClass:"monsterinsights-widget-content"},[t.error?o("widget-report-error",{attrs:{error:t.error}}):"overview"===i&&t.loaded?o("WidgetReportOverview"):t.loaded?o("report-upsell-overlay",{attrs:{report:e.type}}):o("div",{staticClass:"monsterinsights-widget-loading"})],1):t._e()])}),0)},F=[],M=o("a4bb"),U=o.n(M),N=(o("c5f6"),function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",[o("div",{staticClass:"monsterinsights-report-row monsterinsights-report-infobox-row"},[o("report-infobox",{attrs:{title:t.text_sessions,value:t.infoboxSessionsData.value,change:t.infoboxSessionsData.change,color:t.infoboxSessionsData.color,direction:t.infoboxSessionsData.direction,days:t.infoboxRange,tooltip:t.text_infobox_tooltip_sessions}}),o("report-infobox",{attrs:{title:t.text_pageviews,value:t.infoboxPageviewsData.value,change:t.infoboxPageviewsData.change,color:t.infoboxPageviewsData.color,direction:t.infoboxPageviewsData.direction,days:t.infoboxRange,tooltip:t.text_infobox_tooltip_pageviews}}),o("report-infobox",{attrs:{title:t.text_duration,value:t.infoboxDurationData.value,change:t.infoboxDurationData.change,color:t.infoboxDurationData.color,direction:t.infoboxDurationData.direction,days:t.infoboxRange,tooltip:t.text_infobox_tooltip_average}}),o("report-infobox",{attrs:{title:t.text_bounce,value:t.infoboxBounceData.value,change:t.infoboxBounceData.change,color:t.infoboxBounceData.color,direction:t.infoboxBounceData.direction,days:t.infoboxRange,tooltip:t.text_infobox_tooltip_bounce}})],1),o("div",{staticClass:"monsterinsights-lite-overview-buttons"},[o("a",{staticClass:"monsterinsights-button",attrs:{href:t.$mi.reports_url},domProps:{textContent:t._s(t.text_view_reports)}})])])}),H=[],V=(o("6b54"),o("87b3"),o("bd74")),Y={name:"WidgetReportOverview",components:{ReportInfobox:V["a"]},computed:Object(a["a"])({},Object(d["b"])({overview:"$_reports/overview",widget_width:"$_widget/width"}),{infoboxRange:function(){return this.overview.infobox&&this.overview.infobox.range?this.overview.infobox.range:0},infoboxSessionsData:function(){return this.infoboxData("sessions")},infoboxPageviewsData:function(){return this.infoboxData("pageviews")},infoboxDurationData:function(){return this.infoboxData("duration")},infoboxBounceData:function(){return this.infoboxData("bounce",!0)}}),data:function(){return{chartKey:0,current_tab:"sessions",text_sessions:Object(l["a"])("Sessions","google-analytics-for-wordpress"),text_sessions_tooltip:Object(l["d"])(Object(l["a"])("Unique %s Sessions","google-analytics-for-wordpress"),"<br />"),text_pageviews:Object(l["a"])("Pageviews","google-analytics-for-wordpress"),text_pageviews_tooltip:Object(l["d"])(Object(l["a"])("Unique %s Pageviews","google-analytics-for-wordpress"),"<br />"),text_infobox_tooltip_sessions:Object(l["a"])("A session is the browsing session of a single user to your site.","google-analytics-for-wordpress"),text_infobox_tooltip_pageviews:Object(l["a"])("A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.","google-analytics-for-wordpress"),text_infobox_tooltip_average:Object(l["a"])("Total duration of all sessions (in seconds) / number of sessions.","google-analytics-for-wordpress"),text_infobox_tooltip_bounce:Object(l["a"])("Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.","google-analytics-for-wordpress"),text_duration:Object(l["a"])("Avg. Session Duration","google-analytics-for-wordpress"),text_bounce:Object(l["a"])("Bounce Rate","google-analytics-for-wordpress"),text_view_reports:Object(l["a"])("View Full Overview Report","google-analytics-for-wordpress")}},methods:{infoboxData:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o={};return this.overview.infobox&&this.overview.infobox[t]&&(o.change=this.overview.infobox[t]["prev"],o.value=this.overview.infobox[t]["value"].toString(),0===this.overview.infobox[t]["prev"]?o.direction="":this.overview.infobox[t]["prev"]>0?(o.direction="up",o.color="green"):(o.direction="down",o.color="red")),e&&("down"===o.direction?o.color="green":o.color="red"),o},forceRerender:function(){this.chartKey+=1}}},z=Y,q=o("2877"),G=Object(q["a"])(z,N,H,!1,null,null,null);G.options.__file="WidgetReportOverview-Lite.vue";var K=G.exports,J=o("93ec"),Q=o("d3fc"),X=o("48c7"),Z=!1,tt=!1,et=!1,ot={name:"WidgetAccordion",components:{ReportUpsellOverlay:X["a"],WidgetReportError:Q["a"],SettingsInfoTooltip:J["a"],WidgetReportOverview:K},props:{mobileWidth:{default:782,type:Number}},data:function(){return{activeReport:"overview",reportsWithUpsell:{},isMobile:!1}},computed:Object(a["a"])({},Object(d["b"])({widget_reports:"$_widget/reports",widget_width:"$_widget/width",loaded:"$_widget/loaded",error:"$_widget/error"}),{widgetFullWidth:function(){return"regular"!==this.widget_width}}),methods:{widgetReports:function(){var t={};for(var e in Z=!1,this.widget_reports)if(this.widget_reports.hasOwnProperty(e)&&this.widget_reports[e].enabled){if(this.widgetFullWidth&&"undefined"!==typeof this.reportsWithUpsell[e]){if(!1!==Z)continue;Z=!0}t[e]=this.widget_reports[e]}if(this.widgetFullWidth&&this.error){var o=U()(t),i=t[o[0]];t={},t[o[0]]=i}return t},maybeHideUpsell:function(t){this.reportsWithUpsell[t]=1,this.widgetFullWidth&&!et&&(et=!0,this.$forceUpdate())},toggle:function(t,e){var o=this.widget_reports[e].type,i=this;i.$store.commit("$_widget/UPDATE_LOADED",!1),i.$store.commit("$_widget/SET_ERROR",!1),this.$store.dispatch("$_reports/getReportData",o).then(function(){i.$store.commit("$_widget/UPDATE_LOADED",!0)}),this.activeReport=e===this.activeReport?"":e,""!==this.activeReport&&this.scrollIntoView(t.target)},toggleClass:function(t){var e="monsterinsights-widget-toggle";return this.activeReport===t&&(e+=" monsterinsights-widget-toggle-active"),e},showReport:function(t,e){return!(!this.widgetFullWidth||!e.enabled||this.isMobile)||this.activeReport===t},reportClass:function(t){return"monsterinsights-widget-report-element monsterinsights-widget-report-"+t},scrollIntoView:function(t){this.$nextTick(function(){var e=t.getBoundingClientRect();window.scrollTo({top:e.top-50+pageYOffset,left:0,behavior:"smooth"})})},showReportTitle:function(t){return!!this.widgetFullWidth||t},handleResize:function(){tt||(tt=!0,window.requestAnimationFrame?window.requestAnimationFrame(this.resizeCallback):setTimeout(this.resizeCallback,66))},resizeCallback:function(){this.isMobile=window.innerWidth<this.mobileWidth,tt=!1}},mounted:function(){var t=this;this.$store.dispatch("$_reports/getReportData","overview").then(function(){t.$store.commit("$_widget/UPDATE_LOADED",!0),t.$forceUpdate()}),window.addEventListener("resize",this.handleResize),this.handleResize()},beforeDestroy:function(){window.removeEventListener("resize",this.handleResize)}},it=ot,st=Object(q["a"])(it,I,F,!1,null,null,null);st.options.__file="WidgetAccordion-Lite.vue";var rt=st.exports,nt=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-widget-settings"},[o("widget-settings-width",{ref:"width"}),o("widget-settings-reports")],1)},at=[],lt=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-widget-dropdown"},[o("button",{staticClass:"monsterinsights-widget-cog",attrs:{type:"button"},on:{click:t.toggleDropdown}},[o("i",{staticClass:"monstericon-cog"})]),t.dropdownVisible?o("div",{directives:[{name:"click-outside",rawName:"v-click-outside",value:t.hideDropdown,expression:"hideDropdown"}],staticClass:"monsterinsights-widget-dropdown-content"},[o("span",{domProps:{textContent:t._s(t.text_settings_overview)}}),t._l(t.getReportSettings("overview"),function(e,i){return o("div",{key:i,staticClass:"monsterinsights-widget-setting "},[o("label",{class:e.enabled?"monsterinsights-checked":"",attrs:{tabindex:"0"},on:{click:function(e){e.preventDefault(),t.toggleReport(e,i)},keyup:[function(e){if(!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter"))return null;t.toggleReport(e,i)},function(e){if(!("button"in e)&&t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"]))return null;t.toggleReport(e,i)}]}},[o("input",{attrs:{type:"checkbox"},domProps:{checked:e.enabled}}),t._v(" "+t._s(e.name)+"\n\t\t\t")])])}),o("span",{domProps:{textContent:t._s(t.text_settings_publisher)}}),t._l(t.getReportSettings("publisher"),function(e,i){return o("div",{key:i,staticClass:"monsterinsights-widget-setting "},[o("label",{directives:[{name:"tooltip",rawName:"v-tooltip.left",value:t.tooltip_data,expression:"tooltip_data",modifiers:{left:!0}}],staticClass:"monsterinsights-faded",attrs:{tabindex:"0"}},[o("input",{attrs:{type:"checkbox"},domProps:{checked:e.enabled}}),t._v(" "+t._s(e.name)+"\n\t\t\t")])])}),o("span",{domProps:{textContent:t._s(t.text_settings_ecommerce)}}),t._l(t.getReportSettings("ecommerce"),function(e,i){return o("div",{key:i,staticClass:"monsterinsights-widget-setting "},[o("label",{directives:[{name:"tooltip",rawName:"v-tooltip.left",value:t.tooltip_data,expression:"tooltip_data",modifiers:{left:!0}}],staticClass:"monsterinsights-faded",attrs:{tabindex:"0"}},[o("input",{attrs:{type:"checkbox"},domProps:{checked:e.enabled}}),t._v(" "+t._s(e.name)+"\n\t\t\t")])])}),o("widget-settings-hide")],2):t._e()])},dt=[],ct=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("button",{staticClass:"monsterinsights-hide-button",domProps:{textContent:t._s(t.text_hide_widget)},on:{click:function(e){return e.preventDefault(),t.hideWidget(e)}}})},pt=[],gt={name:"WidgetSettingsHide",data:function(){return{text_hide_widget:Object(l["a"])("Hide dashboard widget","google-analytics-for-wordpress")}},computed:Object(a["a"])({},Object(d["b"])({widget_width:"$_widget/width"}),{fullWidth:function(){return"regular"!==this.widget_width}}),methods:{hideWidget:function(){var t=this;this.$swal({type:"info",customContainerClass:"monsterinsights-swal",title:Object(l["a"])("Are you sure you want to hide the MonsterInsights Dashboard Widget? ","google-analytics-for-wordpress"),showCancelButton:!0,confirmButtonText:Object(l["a"])("Yes, hide it!","google-analytics-for-wordpress"),cancelButtonText:Object(l["a"])("No, cancel!","google-analytics-for-wordpress"),reverseButtons:!0}).then(function(e){if(e.value){t.$swal({type:"success",title:Object(l["a"])("MonsterInsights Widget Hidden","google-analytics-for-wordpress"),html:Object(l["a"])('You can re-enable the MonsterInsights widget at any time using the "Screen Options" menu on the top right of this page',"google-analytics-for-wordpress")});var o=document.getElementById("monsterinsights_reports_widget-hide");o&&o.click()}})}}},ut=gt,ht=Object(q["a"])(ut,ct,pt,!1,null,null,null);ht.options.__file="WidgetSettingsHide.vue";var ft=ht.exports;f["a"].directive("click-outside",{bind:function(t,e,o){t.clickOutsideEvent=function(i){t===i.target||t.contains(i.target)||o.context[e.expression](i)},document.body.addEventListener("click",t.clickOutsideEvent)},unbind:function(t){document.body.removeEventListener("click",t.clickOutsideEvent)}});var wt={name:"WidgetSettingsReports",components:{WidgetSettingsHide:ft},data:function(){return{dropdownVisible:!1,text_settings_overview:Object(l["a"])("Show Overview Reports","google-analytics-for-wordpress"),text_settings_publisher:Object(l["a"])("Show Publishers Reports","google-analytics-for-wordpress"),text_settings_ecommerce:Object(l["a"])("Show eCommerce Reports","google-analytics-for-wordpress"),tooltip_data:{content:Object(l["a"])("Available in PRO version","google-analytics-for-wordpress"),autoHide:!1,trigger:"hover focus click"}}},computed:Object(a["a"])({},Object(d["b"])({widget_reports:"$_widget/reports"}),{reportSettings:function(){var t={};for(var e in this.widget_reports)this.widget_reports.hasOwnProperty(e)&&"overview"!==e&&(t[e]=this.widget_reports[e]);return t}}),methods:{toggleReport:function(t,e){this.widget_reports[e].enabled?this.$store.commit("$_widget/DISABLE_REPORT",e):(this.$store.commit("$_widget/ENABLE_REPORT",e),this.fullWidth&&this.getReportData(e)),this.saveState()},getReportSettings:function(t){var e={};for(var o in this.reportSettings)this.reportSettings.hasOwnProperty(o)&&"overview"!==o&&t===this.reportSettings[o].type&&(e[o]=this.reportSettings[o]);return e},toggleDropdown:function(){this.dropdownVisible=!this.dropdownVisible},hideDropdown:function(){this.dropdownVisible=!1},saveState:function(){this.$store.dispatch("$_widget/saveWidgetState")}}},mt=wt,bt=Object(q["a"])(mt,lt,dt,!1,null,null,null);bt.options.__file="WidgetSettingsReports-Lite.vue";var vt=bt.exports,_t=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],staticClass:"monsterinsights-width-button",on:{click:t.toggleFullWidth}},[t.fullWidth?o("i",{staticClass:"monstericon-compress"}):o("i",{staticClass:"monstericon-expand"})])},yt=[],xt={name:"WidgetSettingsWidth",data:function(){return{normal_sortables:"",widget_element:"",welcome_panel:""}},computed:Object(a["a"])({},Object(d["b"])({widget_width:"$_widget/width",widget_reports:"$_widget/reports"}),{fullWidth:{set:function(t){var e="regular";t&&(e="full"),this.$store.commit("$_widget/UPDATE_WIDTH",e),this.saveState()},get:function(){return"regular"!==this.widget_width}},tooltip_data:function(){return{content:this.fullWidth?Object(l["a"])("Show in widget mode","google-analytics-for-wordpress"):Object(l["a"])("Show in full-width mode","google-analytics-for-wordpress"),autoHide:!1,trigger:"hover focus click"}}}),methods:{toggleFullWidth:function(t){if(!0!==t&&(this.fullWidth=!this.fullWidth),this.fullWidth)this.widget_element.classList.add("monsterinsights-widget-full-width"),this.widget_element.classList.remove("monsterinsights-widget-regular-width"),this.welcome_panel.parentNode.insertBefore(this.widget_element,this.welcome_panel),this.getActiveReportsData();else{if(this.widget_element.classList.add("monsterinsights-widget-regular-width"),!0===t)return;this.widget_element.classList.remove("monsterinsights-widget-full-width"),this.normal_sortables.insertBefore(this.widget_element,this.normal_sortables.firstChild),this.normal_sortables.classList.remove("empty-container")}},getActiveReportsData:function(){var t=this,e={};for(var o in this.widget_reports)this.widget_reports.hasOwnProperty(o)&&this.widget_reports[o].enabled&&(e[this.widget_reports[o].type]=1);for(var i in e)e.hasOwnProperty(i)&&(t.$store.commit("$_widget/UPDATE_LOADED",!1),this.$store.dispatch("$_reports/getReportData",i).then(function(){t.$store.commit("$_widget/UPDATE_LOADED",!0)}))},saveState:function(){this.$store.dispatch("$_widget/saveWidgetState")}},mounted:function(){this.widget_element=document.getElementById("monsterinsights_reports_widget"),this.normal_sortables=document.getElementById("normal-sortables"),this.welcome_panel=document.getElementById("dashboard-widgets-wrap")}},Ot=xt,$t=Object(q["a"])(Ot,_t,yt,!1,null,null,null);$t.options.__file="WidgetSettingsWidth.vue";var Rt=$t.exports,jt={name:"WidgetSettings",components:{WidgetSettingsWidth:Rt,WidgetSettingsReports:vt},methods:{toggleFullWidth:function(){this.$refs.width.toggleFullWidth(!0)}}},Dt=jt,Wt=Object(q["a"])(Dt,nt,at,!1,null,null,null);Wt.options.__file="WidgetSettings-Lite.vue";var kt=Wt.exports,Pt=function(){var t=this,e=t.$createElement,o=t._self._c||e;return t.wpforms_enabled?t._e():o("div",{staticClass:"monsterinsights-widget-footer"},[o("span",{domProps:{innerHTML:t._s(t.text_recommended_plugin)}}),o("span",[t._v(" - ")]),o("a",{attrs:{href:t.wpforms_install},domProps:{textContent:t._s(t.text_action)}}),o("a",{attrs:{href:"https://wpforms.com/",target:"_blank"},domProps:{textContent:t._s(t.text_learn_more)}})])},St=[],Et={name:"WidgetFooter",data:function(){return{wpforms_enabled:this.$mi.wpforms_enabled,wpforms_install:this.$mi.wpforms_url,text_recommended_plugin:Object(l["d"])(Object(l["a"])("Recommended Plugin: %s","google-analytics-for-wordpress"),'<span class="monsterinsights-dark">WPForms</span>'),text_install:Object(l["a"])("Install","google-analytics-for-wordpress"),text_activate:Object(l["a"])("Activate","google-analytics-for-wordpress"),text_learn_more:Object(l["a"])("Learn More","google-analytics-for-wordpress")}},computed:{text_action:function(){return this.$mi.wpforms_installed?this.text_activate:this.text_install}}},Tt=Et,Ct=Object(q["a"])(Tt,Pt,St,!1,null,null,null);Ct.options.__file="WidgetFooter.vue";var At=Ct.exports,Lt=o("8c1c"),Bt={name:"ModuleDashboardWidget",components:{ReportReAuth:Lt["a"],WidgetFooter:At,WidgetSettings:kt,WidgetAccordion:rt},data:function(){return{text_overview_report:Object(l["a"])("Overview Report","google-analytics-for-wordpress")}},computed:Object(a["a"])({},Object(d["b"])({blocked:"$_app/blocked",blur:"$_reports/blur",widget_width:"$_widget/width",reauth:"$_reports/reauth"}),{route:function(){return this.$route.name},mainClass:function(){var t="monsterinsights-dashboard-widget-page";return this.blur&&(t+=" monsterinsights-blur"),t},fullWidth:function(){return"regular"!==this.widget_width}}),created:function(){var t="$_reports";t in this.$store._modules.root._children||this.$store.registerModule(t,g["a"]);var e="$_widget";if(e in this.$store._modules.root._children||this.$store.registerModule(e,B),this.$mi.widget_state&&this.$mi.widget_state.interval){var o=p()().subtract(1,"day"),i=p()(o).subtract(n()(this.$mi.widget_state.interval)-1,"day");this.$store.commit("$_reports/UPDATE_INTERVAL",this.$mi.widget_state.interval),this.$store.commit("$_reports/UPDATE_DATE",{start:i.format("YYYY-MM-DD"),end:o.format("YYYY-MM-DD")})}},mounted:function(){var t=this;this.$store.dispatch("$_widget/processDefaults").then(function(){t.$nextTick(function(){t.$refs.settings.toggleFullWidth(!0)})})}},It=Bt,Ft=Object(q["a"])(It,i,s,!1,null,null,null);Ft.options.__file="widget.vue";var Mt=Ft.exports,Ut=o("8c4f"),Nt=o("619c"),Ht=o("7460"),Vt=o("1096"),Yt={install:function(t,e){var o=e.store;t.prototype.$mi_loading_toast=function(){},t.prototype.$mi_error_toast=function(t,e,i){o.commit("$_widget/SET_ERROR",{title:t,content:e,footer:i})}}},zt=Yt,qt=o("4360"),Gt=o("e37d"),Kt=o("6c6b"),Jt=(o("33ea"),document.getElementById("monsterinsights-dashboard-widget"));(f["a"].config.productionTip=!1,Jt)&&(Object(Kt["a"])({ctrl:!0}),f["a"].use(Ut["a"]),f["a"].use(Nt["a"]),f["a"].use(Gt["a"],{defaultTemplate:'<div class="monsterinsights-tooltip" role="tooltip"><div class="monsterinsights-tooltip-arrow"></div><div class="monsterinsights-tooltip-inner"></div></div>',defaultArrowSelector:".monsterinsights-tooltip-arrow, .monsterinsights-tooltip__arrow",defaultInnerSelector:".monsterinsights-tooltip-inner, .monsterinsights-tooltip__inner"}),f["a"].use(Ht["a"]),f["a"].use(Vt["a"]),f["a"].use(zt,{store:qt["a"]}),Object(l["c"])(window.monsterinsights.translations,"google-analytics-for-wordpress"),new f["a"]({store:qt["a"],mounted:function(){qt["a"].dispatch("$_app/init"),qt["a"].dispatch("$_license/getLicense")},render:function(t){return t(Mt)}}).$mount(Jt))}});
1
+ (function(t){function e(e){for(var i,n,a=e[0],l=e[1],d=e[2],p=0,g=[];p<a.length;p++)n=a[p],s[n]&&g.push(s[n][0]),s[n]=0;for(i in l)Object.prototype.hasOwnProperty.call(l,i)&&(t[i]=l[i]);c&&c(e);while(g.length)g.shift()();return r.push.apply(r,d||[]),o()}function o(){for(var t,e=0;e<r.length;e++){for(var o=r[e],i=!0,a=1;a<o.length;a++){var l=o[a];0!==s[l]&&(i=!1)}i&&(r.splice(e--,1),t=n(n.s=o[0]))}return t}var i={},s={widget:0},r=[];function n(e){if(i[e])return i[e].exports;var o=i[e]={i:e,l:!1,exports:{}};return t[e].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=i,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(o,i,function(e){return t[e]}.bind(null,i));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="";var a=window["monsterinsightsjsonp"]=window["monsterinsightsjsonp"]||[],l=a.push.bind(a);a.push=e,a=a.slice();for(var d=0;d<a.length;d++)e(a[d]);var c=l;r.push([3,"chunk-vendors","chunk-common"]),o()})({3:function(t,e,o){t.exports=o("f70f")},"33ea":function(t,e,o){},f70f:function(t,e,o){"use strict";o.r(e);o("cadf"),o("551c"),o("097d");var i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{class:t.mainClass},[o("widget-settings",{ref:"settings"}),t.reauth?o("report-re-auth"):o("widget-accordion"),t.fullWidth?o("div",{staticClass:"monsterinsights-fullwidth-mascot"}):t._e(),t.fullWidth?o("div",{staticClass:"monsterinsights-fullwidth-report-title",domProps:{textContent:t._s(t.text_overview_report)}}):t._e(),t.fullWidth?t._e():o("widget-footer")],1)},s=[],r=o("e814"),n=o.n(r),a=(o("7f7f"),o("cebc")),l=o("561c"),d=o("2f62"),c=o("c1df"),p=o.n(c),g=o("f284"),u=o("795b"),h=o.n(u),f=o("2b0e"),w=o("f499"),m=o.n(w),b=o("bc3a"),v=o.n(b),_=function(t,e,o,i){return new h.a(function(t){var s=new FormData;o=m()(o),s.append("action","monsterinsights_save_widget_state"),s.append("nonce",f["a"].prototype.$mi.nonce),s.append("width",e),s.append("reports",o),s.append("interval",i),v.a.post(f["a"].prototype.$mi.ajax,s).then(function(e){f["a"].prototype.$swal.close(),t(e.data)}).catch(function(t){console.log(t)})})},y={saveWidgetState:_},x=function(t){return new h.a(function(e){if(f["a"].prototype.$mi.widget_state&&f["a"].prototype.$mi.widget_state.reports)for(var o in f["a"].prototype.$mi.widget_state.reports)if(f["a"].prototype.$mi.widget_state.reports.hasOwnProperty(o))for(var i in f["a"].prototype.$mi.widget_state.reports[o])f["a"].prototype.$mi.widget_state.reports[o].hasOwnProperty(i)&&(t.state.reports[i].enabled=f["a"].prototype.$mi.widget_state.reports[o][i]);t.state.width=f["a"].prototype.$mi.widget_state.width,t.state.interval=f["a"].prototype.$mi.widget_state.interval,e(!0)})},O=function(t){var e={overview:{},publisher:{},ecommerce:{}},o=t.rootGetters.hasOwnProperty("$_reports/date")?t.rootGetters["$_reports/date"]["interval"]:"";for(var i in t.state.reports)if(t.state.reports.hasOwnProperty(i)&&t.state.reports[i].hasOwnProperty("type")){var s=t.state.reports[i].type;e[s][i]=t.state.reports[i]["enabled"]}y.saveWidgetState(t,t.state.width,e,o)},$={processDefaults:x,saveWidgetState:O},R=function(t){return t.reports},j=function(t){return t.width},D=function(t){return t.loaded},W=function(t){return t.error},k={reports:R,width:j,loaded:D,error:W},P=function(t,e){t.reports[e]&&f["a"].set(t.reports[e],"enabled",!0)},S=function(t,e){t.reports[e]&&f["a"].set(t.reports[e],"enabled",!1)},E=function(t,e){t.loaded=e},T=function(t,e){t.width=e},C=function(t,e){t.error=e},A={ENABLE_REPORT:P,DISABLE_REPORT:S,UPDATE_LOADED:E,UPDATE_WIDTH:T,SET_ERROR:C},L={width:"regular",interval:30,loaded:!1,reports:{overview:{type:"overview",name:Object(l["a"])("Overview Report","google-analytics-for-wordpress"),enabled:!0,component:"WidgetReportOverview"},toppages:{type:"overview",name:Object(l["a"])("Top Posts/Pages","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the most viewed posts and pages on your website.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportTopPosts"},newvsreturn:{type:"overview",name:Object(l["a"])("New vs. Returning Visitors","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This graph shows what percent of your user sessions come from new versus repeat visitors.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportNewVsReturning"},devices:{type:"overview",name:Object(l["a"])("Device Breakdown","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportDevices"},landingpages:{type:"publisher",name:Object(l["a"])("Top Landing Pages","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top pages users first land on when visiting your website.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportLandingPages"},exitpages:{type:"publisher",name:Object(l["a"])("Top Exit Pages","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top pages users exit your website from.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportExitPages"},outboundlinks:{type:"publisher",name:Object(l["a"])("Top Outbound Links","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top links clicked on your website that go to another website.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportOutboundLinks"},affiliatelinks:{type:"publisher",name:Object(l["a"])("Top Affiliate Links","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top affiliate links your visitors clicked on.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportAffiliateLinks"},downloadlinks:{type:"publisher",name:Object(l["a"])("Top Download Links","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the download links your visitors clicked the most.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportDownloadLinks"},infobox:{type:"ecommerce",name:Object(l["a"])("Overview","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportEcommerceOverview"},products:{type:"ecommerce",name:Object(l["a"])("Top Products","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top selling products on your website.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportTopProducts"},conversions:{type:"ecommerce",name:Object(l["a"])("Top Conversion Sources","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the top referral websites in terms of product revenue.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportTopConversions"},addremove:{type:"ecommerce",name:Object(l["a"])("Total Add/Remove","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportAddRemove"},days:{type:"ecommerce",name:Object(l["a"])("Time to Purchase","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows how many days from first visit it took users to purchase products from your site.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportDays"},sessions:{type:"ecommerce",name:Object(l["a"])("Sessions to Purchase","google-analytics-for-wordpress"),tooltip:Object(l["a"])("This list shows the number of sessions it took users before they purchased a product from your website.","google-analytics-for-wordpress"),enabled:!1,component:"WidgetReportSessions"}},error:!1},B={namespaced:!0,state:L,actions:$,getters:k,mutations:A},I=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-widget-accordion monsterinsights-widget-accordion-lite"},t._l(t.widgetReports(),function(e,i){return o("div",{key:i,class:t.reportClass(i)},[t.showReportTitle(e.enabled)?o("div",{class:t.toggleClass(i),attrs:{tabindex:"0"},on:{click:function(e){e.preventDefault(),t.toggle(e,i)},keyup:[function(e){if(!("button"in e)&&t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"]))return null;t.toggle(e,i)},function(e){if(!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter"))return null;t.toggle(e,i)}]}},[o("h2",{staticClass:"monsterinsights-widget-report-title"},[o("span",{domProps:{textContent:t._s(e.name)}}),e.tooltip?o("settings-info-tooltip",{attrs:{content:e.tooltip}}):t._e()],1)]):t._e(),t.showReport(i,e)?o("div",{staticClass:"monsterinsights-widget-content"},[t.error?o("widget-report-error",{attrs:{error:t.error}}):"overview"===i&&t.loaded?o("WidgetReportOverview"):t.loaded?o("report-upsell-overlay",{attrs:{report:e.type}}):o("div",{staticClass:"monsterinsights-widget-loading"})],1):t._e()])}),0)},F=[],M=o("a4bb"),U=o.n(M),N=(o("c5f6"),function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",[o("div",{staticClass:"monsterinsights-report-row monsterinsights-report-infobox-row"},[o("report-infobox",{attrs:{title:t.text_sessions,value:t.infoboxSessionsData.value,change:t.infoboxSessionsData.change,color:t.infoboxSessionsData.color,direction:t.infoboxSessionsData.direction,days:t.infoboxRange,tooltip:t.text_infobox_tooltip_sessions}}),o("report-infobox",{attrs:{title:t.text_pageviews,value:t.infoboxPageviewsData.value,change:t.infoboxPageviewsData.change,color:t.infoboxPageviewsData.color,direction:t.infoboxPageviewsData.direction,days:t.infoboxRange,tooltip:t.text_infobox_tooltip_pageviews}}),o("report-infobox",{attrs:{title:t.text_duration,value:t.infoboxDurationData.value,change:t.infoboxDurationData.change,color:t.infoboxDurationData.color,direction:t.infoboxDurationData.direction,days:t.infoboxRange,tooltip:t.text_infobox_tooltip_average}}),o("report-infobox",{attrs:{title:t.text_bounce,value:t.infoboxBounceData.value,change:t.infoboxBounceData.change,color:t.infoboxBounceData.color,direction:t.infoboxBounceData.direction,days:t.infoboxRange,tooltip:t.text_infobox_tooltip_bounce}})],1),o("div",{staticClass:"monsterinsights-lite-overview-buttons"},[o("a",{staticClass:"monsterinsights-button",attrs:{href:t.$mi.reports_url},domProps:{textContent:t._s(t.text_view_reports)}})])])}),H=[],V=(o("6b54"),o("87b3"),o("bd74")),Y={name:"WidgetReportOverview",components:{ReportInfobox:V["a"]},computed:Object(a["a"])({},Object(d["b"])({overview:"$_reports/overview",widget_width:"$_widget/width"}),{infoboxRange:function(){return this.overview.infobox&&this.overview.infobox.range?this.overview.infobox.range:0},infoboxSessionsData:function(){return this.infoboxData("sessions")},infoboxPageviewsData:function(){return this.infoboxData("pageviews")},infoboxDurationData:function(){return this.infoboxData("duration")},infoboxBounceData:function(){return this.infoboxData("bounce",!0)}}),data:function(){return{chartKey:0,current_tab:"sessions",text_sessions:Object(l["a"])("Sessions","google-analytics-for-wordpress"),text_sessions_tooltip:Object(l["d"])(Object(l["a"])("Unique %s Sessions","google-analytics-for-wordpress"),"<br />"),text_pageviews:Object(l["a"])("Pageviews","google-analytics-for-wordpress"),text_pageviews_tooltip:Object(l["d"])(Object(l["a"])("Unique %s Pageviews","google-analytics-for-wordpress"),"<br />"),text_infobox_tooltip_sessions:Object(l["a"])("A session is the browsing session of a single user to your site.","google-analytics-for-wordpress"),text_infobox_tooltip_pageviews:Object(l["a"])("A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.","google-analytics-for-wordpress"),text_infobox_tooltip_average:Object(l["a"])("Total duration of all sessions (in seconds) / number of sessions.","google-analytics-for-wordpress"),text_infobox_tooltip_bounce:Object(l["a"])("Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.","google-analytics-for-wordpress"),text_duration:Object(l["a"])("Avg. Session Duration","google-analytics-for-wordpress"),text_bounce:Object(l["a"])("Bounce Rate","google-analytics-for-wordpress"),text_view_reports:Object(l["a"])("View Full Overview Report","google-analytics-for-wordpress")}},methods:{infoboxData:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o={};return this.overview.infobox&&this.overview.infobox[t]&&(o.change=this.overview.infobox[t]["prev"],o.value=this.overview.infobox[t]["value"].toString(),0===this.overview.infobox[t]["prev"]?o.direction="":this.overview.infobox[t]["prev"]>0?(o.direction="up",o.color="green"):(o.direction="down",o.color="red")),e&&("down"===o.direction?o.color="green":o.color="red"),o},forceRerender:function(){this.chartKey+=1}}},z=Y,q=o("2877"),G=Object(q["a"])(z,N,H,!1,null,null,null);G.options.__file="WidgetReportOverview-Lite.vue";var K=G.exports,J=o("93ec"),Q=o("d3fc"),X=o("48c7"),Z=!1,tt=!1,et=!1,ot={name:"WidgetAccordion",components:{ReportUpsellOverlay:X["a"],WidgetReportError:Q["a"],SettingsInfoTooltip:J["a"],WidgetReportOverview:K},props:{mobileWidth:{default:782,type:Number}},data:function(){return{activeReport:"overview",reportsWithUpsell:{},isMobile:!1}},computed:Object(a["a"])({},Object(d["b"])({widget_reports:"$_widget/reports",widget_width:"$_widget/width",loaded:"$_widget/loaded",error:"$_widget/error"}),{widgetFullWidth:function(){return"regular"!==this.widget_width}}),methods:{widgetReports:function(){var t={};for(var e in Z=!1,this.widget_reports)if(this.widget_reports.hasOwnProperty(e)&&this.widget_reports[e].enabled){if(this.widgetFullWidth&&"undefined"!==typeof this.reportsWithUpsell[e]){if(!1!==Z)continue;Z=!0}t[e]=this.widget_reports[e]}if(this.widgetFullWidth&&this.error){var o=U()(t),i=t[o[0]];t={},t[o[0]]=i}return t},maybeHideUpsell:function(t){this.reportsWithUpsell[t]=1,this.widgetFullWidth&&!et&&(et=!0,this.$forceUpdate())},toggle:function(t,e){var o=this.widget_reports[e].type,i=this;i.$store.commit("$_widget/UPDATE_LOADED",!1),i.$store.commit("$_widget/SET_ERROR",!1),this.$store.dispatch("$_reports/getReportData",o).then(function(){i.$store.commit("$_widget/UPDATE_LOADED",!0)}),this.activeReport=e===this.activeReport?"":e,""!==this.activeReport&&this.scrollIntoView(t.target)},toggleClass:function(t){var e="monsterinsights-widget-toggle";return this.activeReport===t&&(e+=" monsterinsights-widget-toggle-active"),e},showReport:function(t,e){return!(!this.widgetFullWidth||!e.enabled||this.isMobile)||this.activeReport===t},reportClass:function(t){return"monsterinsights-widget-report-element monsterinsights-widget-report-"+t},scrollIntoView:function(t){this.$nextTick(function(){var e=t.getBoundingClientRect();window.scrollTo({top:e.top-50+pageYOffset,left:0,behavior:"smooth"})})},showReportTitle:function(t){return!!this.widgetFullWidth||t},handleResize:function(){tt||(tt=!0,window.requestAnimationFrame?window.requestAnimationFrame(this.resizeCallback):setTimeout(this.resizeCallback,66))},resizeCallback:function(){this.isMobile=window.innerWidth<this.mobileWidth,tt=!1}},mounted:function(){var t=this;this.$store.dispatch("$_reports/getReportData","overview").then(function(){t.$store.commit("$_widget/UPDATE_LOADED",!0),t.$forceUpdate()}),window.addEventListener("resize",this.handleResize),this.handleResize()},beforeDestroy:function(){window.removeEventListener("resize",this.handleResize)}},it=ot,st=Object(q["a"])(it,I,F,!1,null,null,null);st.options.__file="WidgetAccordion-Lite.vue";var rt=st.exports,nt=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-widget-settings"},[o("widget-settings-width",{ref:"width"}),o("widget-settings-reports")],1)},at=[],lt=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-widget-dropdown"},[o("button",{staticClass:"monsterinsights-widget-cog",attrs:{type:"button"},on:{click:function(e){return e.stopPropagation(),t.toggleDropdown(e)}}},[o("i",{staticClass:"monstericon-cog"})]),t.dropdownVisible?o("div",{directives:[{name:"click-outside",rawName:"v-click-outside",value:t.hideDropdown,expression:"hideDropdown"}],staticClass:"monsterinsights-widget-dropdown-content"},[o("span",{domProps:{textContent:t._s(t.text_settings_overview)}}),t._l(t.getReportSettings("overview"),function(e,i){return o("div",{key:i,staticClass:"monsterinsights-widget-setting "},[o("label",{class:e.enabled?"monsterinsights-checked":"",attrs:{tabindex:"0"},on:{click:function(e){e.preventDefault(),t.toggleReport(e,i)},keyup:[function(e){if(!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter"))return null;t.toggleReport(e,i)},function(e){if(!("button"in e)&&t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"]))return null;t.toggleReport(e,i)}]}},[o("input",{attrs:{type:"checkbox"},domProps:{checked:e.enabled}}),t._v(" "+t._s(e.name)+"\n\t\t\t")])])}),o("span",{domProps:{textContent:t._s(t.text_settings_publisher)}}),t._l(t.getReportSettings("publisher"),function(e,i){return o("div",{key:i,staticClass:"monsterinsights-widget-setting "},[o("label",{directives:[{name:"tooltip",rawName:"v-tooltip.left",value:t.tooltip_data,expression:"tooltip_data",modifiers:{left:!0}}],staticClass:"monsterinsights-faded",attrs:{tabindex:"0"}},[o("input",{attrs:{type:"checkbox"},domProps:{checked:e.enabled}}),t._v(" "+t._s(e.name)+"\n\t\t\t")])])}),o("span",{domProps:{textContent:t._s(t.text_settings_ecommerce)}}),t._l(t.getReportSettings("ecommerce"),function(e,i){return o("div",{key:i,staticClass:"monsterinsights-widget-setting "},[o("label",{directives:[{name:"tooltip",rawName:"v-tooltip.left",value:t.tooltip_data,expression:"tooltip_data",modifiers:{left:!0}}],staticClass:"monsterinsights-faded",attrs:{tabindex:"0"}},[o("input",{attrs:{type:"checkbox"},domProps:{checked:e.enabled}}),t._v(" "+t._s(e.name)+"\n\t\t\t")])])}),o("widget-settings-hide")],2):t._e()])},dt=[],ct=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("button",{staticClass:"monsterinsights-hide-button",domProps:{textContent:t._s(t.text_hide_widget)},on:{click:function(e){return e.preventDefault(),t.hideWidget(e)}}})},pt=[],gt={name:"WidgetSettingsHide",data:function(){return{text_hide_widget:Object(l["a"])("Hide dashboard widget","google-analytics-for-wordpress")}},computed:Object(a["a"])({},Object(d["b"])({widget_width:"$_widget/width"}),{fullWidth:function(){return"regular"!==this.widget_width}}),methods:{hideWidget:function(){var t=this;this.$swal({type:"info",customContainerClass:"monsterinsights-swal",title:Object(l["a"])("Are you sure you want to hide the MonsterInsights Dashboard Widget? ","google-analytics-for-wordpress"),showCancelButton:!0,confirmButtonText:Object(l["a"])("Yes, hide it!","google-analytics-for-wordpress"),cancelButtonText:Object(l["a"])("No, cancel!","google-analytics-for-wordpress"),reverseButtons:!0}).then(function(e){if(e.value){t.$swal({type:"success",title:Object(l["a"])("MonsterInsights Widget Hidden","google-analytics-for-wordpress"),html:Object(l["a"])('You can re-enable the MonsterInsights widget at any time using the "Screen Options" menu on the top right of this page',"google-analytics-for-wordpress")});var o=document.getElementById("monsterinsights_reports_widget-hide");o&&o.click()}})}}},ut=gt,ht=Object(q["a"])(ut,ct,pt,!1,null,null,null);ht.options.__file="WidgetSettingsHide.vue";var ft=ht.exports;f["a"].directive("click-outside",{bind:function(t,e,o){t.clickOutsideEvent=function(i){t===i.target||t.contains(i.target)||o.context[e.expression](i)},document.body.addEventListener("click",t.clickOutsideEvent)},unbind:function(t){document.body.removeEventListener("click",t.clickOutsideEvent)}});var wt={name:"WidgetSettingsReports",components:{WidgetSettingsHide:ft},data:function(){return{dropdownVisible:!1,text_settings_overview:Object(l["a"])("Show Overview Reports","google-analytics-for-wordpress"),text_settings_publisher:Object(l["a"])("Show Publishers Reports","google-analytics-for-wordpress"),text_settings_ecommerce:Object(l["a"])("Show eCommerce Reports","google-analytics-for-wordpress"),tooltip_data:{content:Object(l["a"])("Available in PRO version","google-analytics-for-wordpress"),autoHide:!1,trigger:"hover focus click"}}},computed:Object(a["a"])({},Object(d["b"])({widget_reports:"$_widget/reports"}),{reportSettings:function(){var t={};for(var e in this.widget_reports)this.widget_reports.hasOwnProperty(e)&&"overview"!==e&&(t[e]=this.widget_reports[e]);return t}}),methods:{toggleReport:function(t,e){this.widget_reports[e].enabled?this.$store.commit("$_widget/DISABLE_REPORT",e):(this.$store.commit("$_widget/ENABLE_REPORT",e),this.fullWidth&&this.getReportData(e)),this.saveState()},getReportSettings:function(t){var e={};for(var o in this.reportSettings)this.reportSettings.hasOwnProperty(o)&&"overview"!==o&&t===this.reportSettings[o].type&&(e[o]=this.reportSettings[o]);return e},toggleDropdown:function(){this.dropdownVisible=!this.dropdownVisible},hideDropdown:function(){this.dropdownVisible=!1},saveState:function(){this.$store.dispatch("$_widget/saveWidgetState")}}},mt=wt,bt=Object(q["a"])(mt,lt,dt,!1,null,null,null);bt.options.__file="WidgetSettingsReports-Lite.vue";var vt=bt.exports,_t=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],staticClass:"monsterinsights-width-button",on:{click:t.toggleFullWidth}},[t.fullWidth?o("i",{staticClass:"monstericon-compress"}):o("i",{staticClass:"monstericon-expand"})])},yt=[],xt={name:"WidgetSettingsWidth",data:function(){return{normal_sortables:"",widget_element:"",welcome_panel:""}},computed:Object(a["a"])({},Object(d["b"])({widget_width:"$_widget/width",widget_reports:"$_widget/reports"}),{fullWidth:{set:function(t){var e="regular";t&&(e="full"),this.$store.commit("$_widget/UPDATE_WIDTH",e),this.saveState()},get:function(){return"regular"!==this.widget_width}},tooltip_data:function(){return{content:this.fullWidth?Object(l["a"])("Show in widget mode","google-analytics-for-wordpress"):Object(l["a"])("Show in full-width mode","google-analytics-for-wordpress"),autoHide:!1,trigger:"hover focus click"}}}),methods:{toggleFullWidth:function(t){if(!0!==t&&(this.fullWidth=!this.fullWidth),this.fullWidth)this.widget_element.classList.add("monsterinsights-widget-full-width"),this.widget_element.classList.remove("monsterinsights-widget-regular-width"),this.welcome_panel.parentNode.insertBefore(this.widget_element,this.welcome_panel),this.getActiveReportsData();else{if(this.widget_element.classList.add("monsterinsights-widget-regular-width"),!0===t)return;this.widget_element.classList.remove("monsterinsights-widget-full-width"),this.normal_sortables.insertBefore(this.widget_element,this.normal_sortables.firstChild),this.normal_sortables.classList.remove("empty-container")}},getActiveReportsData:function(){var t=this,e={};for(var o in this.widget_reports)this.widget_reports.hasOwnProperty(o)&&this.widget_reports[o].enabled&&(e[this.widget_reports[o].type]=1);for(var i in e)e.hasOwnProperty(i)&&(t.$store.commit("$_widget/UPDATE_LOADED",!1),this.$store.dispatch("$_reports/getReportData",i).then(function(){t.$store.commit("$_widget/UPDATE_LOADED",!0)}))},saveState:function(){this.$store.dispatch("$_widget/saveWidgetState")}},mounted:function(){this.widget_element=document.getElementById("monsterinsights_reports_widget"),this.normal_sortables=document.getElementById("normal-sortables"),this.welcome_panel=document.getElementById("dashboard-widgets-wrap")}},Ot=xt,$t=Object(q["a"])(Ot,_t,yt,!1,null,null,null);$t.options.__file="WidgetSettingsWidth.vue";var Rt=$t.exports,jt={name:"WidgetSettings",components:{WidgetSettingsWidth:Rt,WidgetSettingsReports:vt},methods:{toggleFullWidth:function(){this.$refs.width.toggleFullWidth(!0)}}},Dt=jt,Wt=Object(q["a"])(Dt,nt,at,!1,null,null,null);Wt.options.__file="WidgetSettings-Lite.vue";var kt=Wt.exports,Pt=function(){var t=this,e=t.$createElement,o=t._self._c||e;return t.wpforms_enabled?t._e():o("div",{staticClass:"monsterinsights-widget-footer"},[o("span",{domProps:{innerHTML:t._s(t.text_recommended_plugin)}}),o("span",[t._v(" - ")]),o("a",{attrs:{href:t.wpforms_install},domProps:{textContent:t._s(t.text_action)}}),o("a",{attrs:{href:"https://wpforms.com/",target:"_blank"},domProps:{textContent:t._s(t.text_learn_more)}})])},St=[],Et={name:"WidgetFooter",data:function(){return{wpforms_enabled:this.$mi.wpforms_enabled,wpforms_install:this.$mi.wpforms_url,text_recommended_plugin:Object(l["d"])(Object(l["a"])("Recommended Plugin: %s","google-analytics-for-wordpress"),'<span class="monsterinsights-dark">WPForms</span>'),text_install:Object(l["a"])("Install","google-analytics-for-wordpress"),text_activate:Object(l["a"])("Activate","google-analytics-for-wordpress"),text_learn_more:Object(l["a"])("Learn More","google-analytics-for-wordpress")}},computed:{text_action:function(){return this.$mi.wpforms_installed?this.text_activate:this.text_install}}},Tt=Et,Ct=Object(q["a"])(Tt,Pt,St,!1,null,null,null);Ct.options.__file="WidgetFooter.vue";var At=Ct.exports,Lt=o("8c1c"),Bt={name:"ModuleDashboardWidget",components:{ReportReAuth:Lt["a"],WidgetFooter:At,WidgetSettings:kt,WidgetAccordion:rt},data:function(){return{text_overview_report:Object(l["a"])("Overview Report","google-analytics-for-wordpress")}},computed:Object(a["a"])({},Object(d["b"])({blocked:"$_app/blocked",blur:"$_reports/blur",widget_width:"$_widget/width",reauth:"$_reports/reauth"}),{route:function(){return this.$route.name},mainClass:function(){var t="monsterinsights-dashboard-widget-page";return this.blur&&(t+=" monsterinsights-blur"),t},fullWidth:function(){return"regular"!==this.widget_width}}),created:function(){var t="$_reports";t in this.$store._modules.root._children||this.$store.registerModule(t,g["a"]);var e="$_widget";if(e in this.$store._modules.root._children||this.$store.registerModule(e,B),this.$mi.widget_state&&this.$mi.widget_state.interval){var o=p()().subtract(1,"day"),i=p()(o).subtract(n()(this.$mi.widget_state.interval)-1,"day");this.$store.commit("$_reports/UPDATE_INTERVAL",this.$mi.widget_state.interval),this.$store.commit("$_reports/UPDATE_DATE",{start:i.format("YYYY-MM-DD"),end:o.format("YYYY-MM-DD")})}},mounted:function(){var t=this;this.$store.dispatch("$_widget/processDefaults").then(function(){t.$nextTick(function(){t.$refs.settings.toggleFullWidth(!0)})})}},It=Bt,Ft=Object(q["a"])(It,i,s,!1,null,null,null);Ft.options.__file="widget.vue";var Mt=Ft.exports,Ut=o("8c4f"),Nt=o("619c"),Ht=o("7460"),Vt=o("1096"),Yt={install:function(t,e){var o=e.store;t.prototype.$mi_loading_toast=function(){},t.prototype.$mi_error_toast=function(t,e,i){o.commit("$_widget/SET_ERROR",{title:t,content:e,footer:i})}}},zt=Yt,qt=o("4360"),Gt=o("e37d"),Kt=o("6c6b"),Jt=(o("33ea"),document.getElementById("monsterinsights-dashboard-widget"));(f["a"].config.productionTip=!1,Jt)&&(Object(Kt["a"])({ctrl:!0}),f["a"].use(Ut["a"]),f["a"].use(Nt["a"]),f["a"].use(Gt["a"],{defaultTemplate:'<div class="monsterinsights-tooltip" role="tooltip"><div class="monsterinsights-tooltip-arrow"></div><div class="monsterinsights-tooltip-inner"></div></div>',defaultArrowSelector:".monsterinsights-tooltip-arrow, .monsterinsights-tooltip__arrow",defaultInnerSelector:".monsterinsights-tooltip-inner, .monsterinsights-tooltip__inner"}),f["a"].use(Ht["a"]),f["a"].use(Vt["a"]),f["a"].use(zt,{store:qt["a"]}),Object(l["c"])(window.monsterinsights.translations,"google-analytics-for-wordpress"),new f["a"]({store:qt["a"],mounted:function(){qt["a"].dispatch("$_app/init"),qt["a"].dispatch("$_license/getLicense")},render:function(t){return t(Mt)}}).$mount(Jt))}});
lite/includes/admin/connect.php CHANGED
@@ -138,7 +138,7 @@ class MonsterInsights_Connect {
138
  $active = activate_plugin( 'google-analytics-premium/googleanalytics-premium.php', $url, false, true );
139
  if ( ! is_wp_error( $active ) ) {
140
  deactivate_plugins( plugin_basename( MONSTERINSIGHTS_PLUGIN_FILE ) );
141
- wp_send_json_success( esc_html__( 'Plugin installed & activated.', 'wpforms-lite' ) );
142
  }
143
  $creds = request_filesystem_credentials( $url, '', false, false, null );
144
  // Check for file system permissions.
138
  $active = activate_plugin( 'google-analytics-premium/googleanalytics-premium.php', $url, false, true );
139
  if ( ! is_wp_error( $active ) ) {
140
  deactivate_plugins( plugin_basename( MONSTERINSIGHTS_PLUGIN_FILE ) );
141
+ wp_send_json_success( esc_html__( 'Plugin installed & activated.', 'google-analytics-for-wordpress' ) );
142
  }
143
  $creds = request_filesystem_credentials( $url, '', false, false, null );
144
  // Check for file system permissions.
lite/includes/admin/wp-site-health.php CHANGED
@@ -103,7 +103,8 @@ class MonsterInsights_WP_Site_Health_Lite {
103
  public function is_tracking() {
104
 
105
  if ( ! isset( $this->is_tracking ) ) {
106
- $this->is_tracking = ! empty( monsterinsights_get_ua() );
 
107
  }
108
 
109
  return $this->is_tracking;
103
  public function is_tracking() {
104
 
105
  if ( ! isset( $this->is_tracking ) ) {
106
+ $ua = monsterinsights_get_ua();
107
+ $this->is_tracking = ! empty( $ua );
108
  }
109
 
110
  return $this->is_tracking;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
4
  Tags: WordPress analytics, google analytics, google analytics dashboard, google analytics widget, WooCommerce stats, analytics dashboard, universal google analytics, statistics, tracking, stats, google, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
5
  Requires at least: 3.8.0
6
  Tested up to: 5.3
7
- Stable tag: 7.8.0
8
  License: GPL v3
9
 
10
  The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.
@@ -273,6 +273,10 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
273
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
274
 
275
  == Changelog ==
 
 
 
 
276
  = 7.8.0: September 10, 2019 =
277
  - New: Welcome to Project Delight Phase 1! Over this and the next several major releases, we're going to be focusing on polishing MonsterInsights and it's addons. You can learn more about our Project Delight initative on our blog at monsterinsights.com/blog/.
278
  - New: We've added a new welcome screen for first time MonsterInsights users that makes it easier than ever to get started with our plugin.
4
  Tags: WordPress analytics, google analytics, google analytics dashboard, google analytics widget, WooCommerce stats, analytics dashboard, universal google analytics, statistics, tracking, stats, google, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
5
  Requires at least: 3.8.0
6
  Tested up to: 5.3
7
+ Stable tag: 7.8.1
8
  License: GPL v3
9
 
10
  The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.
273
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
274
 
275
  == Changelog ==
276
+ = 7.8.1: September 17, 2019 =
277
+ - Tweak: Admin bar reports were no longer in the frontend.
278
+ - Fixed: One of our Site Health integrations was triggering an error on PHP versions lower than PHP 5.5.
279
+
280
  = 7.8.0: September 10, 2019 =
281
  - New: Welcome to Project Delight Phase 1! Over this and the next several major releases, we're going to be focusing on polishing MonsterInsights and it's addons. You can learn more about our Project Delight initative on our blog at monsterinsights.com/blog/.
282
  - New: We've added a new welcome screen for first time MonsterInsights users that makes it easier than ever to get started with our plugin.