editor.css
5 days ago
editor.min.css
5 days ago
library-frontend.css
5 days ago
library-frontend.min.css
5 days ago
mega-menu.css
5 days ago
plugin-options.css
5 days ago
premade-blocks.css
5 days ago
templates-kit.css
5 days ago
wporg-theme-notice.css
5 days ago
wpr-display-conditions.css
5 days ago
plugin-options.css
2076 lines
| 1 | #wpwrap { |
| 2 | background: #fff; |
| 3 | } |
| 4 | |
| 5 | #wpcontent { |
| 6 | padding: 0; |
| 7 | } |
| 8 | |
| 9 | .wpr-settings-page-wrap { |
| 10 | margin: 0; |
| 11 | } |
| 12 | |
| 13 | .wpr-settings-page-header { |
| 14 | position: relative; |
| 15 | display: -webkit-box; |
| 16 | display: -ms-flexbox; |
| 17 | display: flex; |
| 18 | -webkit-box-orient: vertical; |
| 19 | -webkit-box-direction: normal; |
| 20 | -ms-flex-direction: column; |
| 21 | flex-direction: column; |
| 22 | padding: 10px 30px 130px; |
| 23 | background: #f6f6f6 |
| 24 | } |
| 25 | |
| 26 | .wpr-settings-page-header h1, |
| 27 | .wpr-settings-page-header p, |
| 28 | .wpr-settings-page-header .wpr-preview-buttons { |
| 29 | -webkit-box-ordinal-group: 3; |
| 30 | -ms-flex-order: 2; |
| 31 | order: 2; |
| 32 | } |
| 33 | |
| 34 | .wpr-settings-page-header .wpr-options-button { |
| 35 | -ms-flex-item-align: start; |
| 36 | align-self: flex-start; |
| 37 | } |
| 38 | |
| 39 | .wpr-settings-navigation { |
| 40 | display: flex; |
| 41 | justify-content: space-between; |
| 42 | align-items: center; |
| 43 | } |
| 44 | |
| 45 | .wpr-settings-navigation a { |
| 46 | text-decoration: none; |
| 47 | } |
| 48 | |
| 49 | .button.wpr-options-button .dashicons { |
| 50 | line-height: 30px; |
| 51 | font-size: 16px; |
| 52 | color: #fff; |
| 53 | } |
| 54 | |
| 55 | .button.wpr-options-button:hover .dashicons, |
| 56 | .button.wpr-options-button:focus .dashicons { |
| 57 | color: #fff; |
| 58 | } |
| 59 | |
| 60 | .button.wpr-options-button.wpr-dynamic-tutorial .dashicons { |
| 61 | color: #e1ad01; |
| 62 | } |
| 63 | |
| 64 | .button.wpr-options-button.wpr-dynamic-tutorial:hover .dashicons, |
| 65 | .button.wpr-options-button.wpr-dynamic-tutorial:focus .dashicons { |
| 66 | color: #fff; |
| 67 | } |
| 68 | |
| 69 | .button.wpr-options-button.wpr-translate-templates { |
| 70 | background: #646464; |
| 71 | margin-bottom: 30px; |
| 72 | padding: 5px 20px !important; |
| 73 | } |
| 74 | |
| 75 | .button.wpr-options-button.wpr-translate-templates:hover, |
| 76 | .button.wpr-options-button.wpr-translate-templates:focus { |
| 77 | background: #535353; |
| 78 | } |
| 79 | |
| 80 | .button.wpr-translate-templates.tutorial { |
| 81 | margin-left: 10px !important; |
| 82 | } |
| 83 | |
| 84 | .button.wpr-translate-templates { |
| 85 | font-size: 13px !important; |
| 86 | } |
| 87 | |
| 88 | .button.wpr-translate-templates span { |
| 89 | line-height: 1; |
| 90 | } |
| 91 | |
| 92 | .button.wpr-translate-templates span:first-child { |
| 93 | margin-right: 5px; |
| 94 | } |
| 95 | |
| 96 | .wpr-preview-buttons { |
| 97 | display: -webkit-box; |
| 98 | display: -ms-flexbox; |
| 99 | display: flex; |
| 100 | -webkit-box-align: center; |
| 101 | -ms-flex-align: center; |
| 102 | align-items: center; |
| 103 | -ms-flex-wrap: wrap; |
| 104 | flex-wrap: wrap; |
| 105 | gap: 10px; |
| 106 | } |
| 107 | |
| 108 | .wpr-preview-buttons .button.wpr-options-button { |
| 109 | display: -webkit-inline-box !important; |
| 110 | display: -ms-inline-flexbox !important; |
| 111 | display: inline-flex !important; |
| 112 | -webkit-box-align: center; |
| 113 | -ms-flex-align: center; |
| 114 | align-items: center; |
| 115 | -webkit-box-pack: center; |
| 116 | -ms-flex-pack: center; |
| 117 | justify-content: center; |
| 118 | gap: 6px; |
| 119 | -webkit-box-sizing: border-box; |
| 120 | box-sizing: border-box; |
| 121 | height: 50px !important; |
| 122 | min-height: 50px !important; |
| 123 | padding: 0 22px !important; |
| 124 | line-height: 1.2 !important; |
| 125 | border: 2px solid transparent; |
| 126 | } |
| 127 | |
| 128 | .wpr-preview-buttons .button.wpr-options-button .dashicons { |
| 129 | display: -webkit-inline-box; |
| 130 | display: -ms-inline-flexbox; |
| 131 | display: inline-flex; |
| 132 | -webkit-box-align: center; |
| 133 | -ms-flex-align: center; |
| 134 | align-items: center; |
| 135 | -webkit-box-pack: center; |
| 136 | -ms-flex-pack: center; |
| 137 | justify-content: center; |
| 138 | line-height: 1; |
| 139 | width: 16px; |
| 140 | height: 16px; |
| 141 | font-size: 16px; |
| 142 | margin: 0; |
| 143 | -ms-flex-negative: 0; |
| 144 | flex-shrink: 0; |
| 145 | vertical-align: middle; |
| 146 | } |
| 147 | |
| 148 | .wpr-preview-buttons .button.wpr-options-button:not(.wpr-dynamic-tutorial):not(.wpr-how-to-use-theme-builder):not(.wpr-how-to-use-woo-builder):hover, |
| 149 | .wpr-preview-buttons .button.wpr-options-button:not(.wpr-dynamic-tutorial):not(.wpr-how-to-use-theme-builder):not(.wpr-how-to-use-woo-builder):focus { |
| 150 | color: #fff; |
| 151 | background: #6A4BFF; |
| 152 | border: 2px solid transparent !important; |
| 153 | padding: 0 22px !important; |
| 154 | height: 50px !important; |
| 155 | -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 156 | box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 157 | } |
| 158 | |
| 159 | .wpr-preview-buttons a:last-child:not(.wpr-dynamic-tutorial):hover, |
| 160 | .wpr-preview-buttons a:last-child:not(.wpr-dynamic-tutorial):focus, |
| 161 | .wpr-preview-buttons a.wpr-how-to-use-theme-builder:hover, |
| 162 | .wpr-preview-buttons a.wpr-how-to-use-theme-builder:focus { |
| 163 | background-color: #6A4BFF !important; |
| 164 | border: 2px solid #6A4BFF !important; |
| 165 | color: #fff !important; |
| 166 | padding: 0 22px !important; |
| 167 | height: 50px !important; |
| 168 | -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 169 | box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 170 | } |
| 171 | |
| 172 | .wpr-preview-buttons a:last-child:not(.wpr-dynamic-tutorial):hover .dashicons, |
| 173 | .wpr-preview-buttons a:last-child:not(.wpr-dynamic-tutorial):focus .dashicons, |
| 174 | .wpr-preview-buttons a.wpr-how-to-use-theme-builder:hover .dashicons, |
| 175 | .wpr-preview-buttons a.wpr-how-to-use-theme-builder:focus .dashicons { |
| 176 | color: #fff !important; |
| 177 | } |
| 178 | |
| 179 | .wpr-preview-buttons a:last-child:not(.wpr-dynamic-tutorial), |
| 180 | .wpr-preview-buttons a.wpr-how-to-use-theme-builder { |
| 181 | background-color: transparent; |
| 182 | border: 2px solid #6A4BFF !important; |
| 183 | color: #6A4BFF; |
| 184 | padding: 0 22px !important; |
| 185 | height: 50px !important; |
| 186 | } |
| 187 | |
| 188 | .wpr-preview-buttons .button.wpr-options-button.wpr-dynamic-tutorial { |
| 189 | color: #e1ad01 !important; |
| 190 | background: #fff !important; |
| 191 | border: 2px solid #e1ad01 !important; |
| 192 | margin-left: 0; |
| 193 | } |
| 194 | |
| 195 | .wpr-preview-buttons .button.wpr-options-button.wpr-dynamic-tutorial:hover, |
| 196 | .wpr-preview-buttons .button.wpr-options-button.wpr-dynamic-tutorial:focus { |
| 197 | color: #fff !important; |
| 198 | background: #e1ad01 !important; |
| 199 | border: 2px solid #e1ad01 !important; |
| 200 | padding: 0 22px !important; |
| 201 | height: 50px !important; |
| 202 | -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 203 | box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 204 | } |
| 205 | |
| 206 | .wpr-preview-buttons .button.wpr-options-button.wpr-dynamic-tutorial .dashicons { |
| 207 | color: #e1ad01 !important; |
| 208 | } |
| 209 | |
| 210 | .wpr-preview-buttons .button.wpr-options-button.wpr-dynamic-tutorial:hover .dashicons, |
| 211 | .wpr-preview-buttons .button.wpr-options-button.wpr-dynamic-tutorial:focus .dashicons { |
| 212 | color: #fff !important; |
| 213 | } |
| 214 | |
| 215 | .wp-core-ui .wpr-preview-buttons .button.wpr-options-button .dashicons { |
| 216 | color: inherit !important; |
| 217 | } |
| 218 | |
| 219 | .wpr-preview-buttons a.wpr-how-to-use-woo-builder { |
| 220 | background-color: transparent !important; |
| 221 | border: 2px solid #96588a !important; |
| 222 | color: #96588a !important; |
| 223 | padding: 0 22px !important; |
| 224 | height: 50px !important; |
| 225 | } |
| 226 | |
| 227 | .wpr-preview-buttons a.wpr-how-to-use-woo-builder:hover, |
| 228 | .wpr-preview-buttons a.wpr-how-to-use-woo-builder:focus { |
| 229 | color: #fff !important; |
| 230 | background: #96588a !important; |
| 231 | border: 2px solid #96588a !important; |
| 232 | padding: 0 22px !important; |
| 233 | height: 50px !important; |
| 234 | -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 235 | box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 236 | } |
| 237 | |
| 238 | .wpr-settings-page-header h1 { |
| 239 | font-size: 42px; |
| 240 | } |
| 241 | |
| 242 | .wpr-settings-page-header p { |
| 243 | margin-top: 5px; |
| 244 | color: #5a5a5a; |
| 245 | font-size: 16px; |
| 246 | margin-bottom: 30px; |
| 247 | } |
| 248 | |
| 249 | .wpr-user-template { |
| 250 | position: relative; |
| 251 | -webkit-box-sizing: border-box; |
| 252 | box-sizing: border-box; |
| 253 | overflow: hidden; |
| 254 | display: inline-block; |
| 255 | width: 220px; |
| 256 | height: 50px; |
| 257 | line-height: 50px; |
| 258 | padding: 0 20px; |
| 259 | color: #fff; |
| 260 | background: #6A4BFF; |
| 261 | font-size: 15px; |
| 262 | -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 263 | box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 264 | border-radius: 5px; |
| 265 | cursor: pointer; |
| 266 | } |
| 267 | |
| 268 | .wpr-user-template .plus-icon { |
| 269 | float: right; |
| 270 | display: block; |
| 271 | width: 30px; |
| 272 | height: 30px; |
| 273 | line-height: 28px; |
| 274 | margin-top: 10px; |
| 275 | border-radius: 50%; |
| 276 | color: #333; |
| 277 | background-color: #fff; |
| 278 | font-size: 18px; |
| 279 | text-align: center; |
| 280 | } |
| 281 | |
| 282 | .wpr-user-template > div { |
| 283 | position: absolute; |
| 284 | top: 0; |
| 285 | left: 0; |
| 286 | width: 100%; |
| 287 | height: 100%; |
| 288 | background: rgba(0,0,0,0.5); |
| 289 | } |
| 290 | |
| 291 | .royal-addons_page_wpr-theme-builder .wpr-user-template { |
| 292 | margin-right: auto; |
| 293 | } |
| 294 | |
| 295 | .wpr-settings-page { |
| 296 | padding: 0 30px; |
| 297 | } |
| 298 | |
| 299 | .wpr-nav-tab-wrapper { |
| 300 | padding-top: 0; |
| 301 | border-bottom: 0; |
| 302 | -webkit-transform: translateY(-100%); |
| 303 | -ms-transform: translateY(-100%); |
| 304 | transform: translateY(-100%); |
| 305 | } |
| 306 | |
| 307 | .wpr-nav-tab-wrapper a { |
| 308 | border: 0 !important; |
| 309 | padding: 13px 35px; |
| 310 | background-color: transparent; |
| 311 | font-size: 16px; |
| 312 | margin-left: 0; |
| 313 | margin-right: 15px; |
| 314 | border-radius: 3px 4px 0 0; |
| 315 | color: #333; |
| 316 | } |
| 317 | |
| 318 | .wpr-nav-tab-wrapper a:hover { |
| 319 | color: #6A4BFF; |
| 320 | background: #fff; |
| 321 | } |
| 322 | |
| 323 | .wpr-nav-tab-wrapper .nav-tab-active { |
| 324 | color: #6A4BFF; |
| 325 | background: #fff; |
| 326 | -webkit-box-shadow: 3px -2px 5px rgba(0,0,0,0.03); |
| 327 | box-shadow: 3px -2px 5px rgba(0,0,0,0.03); |
| 328 | } |
| 329 | |
| 330 | .wpr-nav-tab-wrapper a:focus { |
| 331 | -webkit-box-shadow: none; |
| 332 | box-shadow: none; |
| 333 | } |
| 334 | |
| 335 | .button.wpr-options-button { |
| 336 | padding: 7px 22px; |
| 337 | border: 0; |
| 338 | color: #fff; |
| 339 | background: #6A4BFF; |
| 340 | -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 341 | box-shadow: 2px 2px 5px rgba(0,0,0,0.3); |
| 342 | font-size: 14px; |
| 343 | } |
| 344 | |
| 345 | .button.wpr-options-button.wpr-dynamic-tutorial { |
| 346 | color: #e1ad01; |
| 347 | background: #FFF; |
| 348 | border: 2px solid #e1ad01; |
| 349 | margin-left: 10px; |
| 350 | } |
| 351 | |
| 352 | .button.wpr-options-button.wpr-dynamic-tutorial:hover, |
| 353 | .button.wpr-options-button.wpr-dynamic-tutorial:focus { |
| 354 | color: #FFF; |
| 355 | background: #e1ad01; |
| 356 | border: 2px solid #e1ad01; |
| 357 | } |
| 358 | |
| 359 | .button.wpr-options-button:hover, |
| 360 | .button.wpr-options-button:focus { |
| 361 | color: #fff; |
| 362 | background: #6A4BFF; |
| 363 | border: none; |
| 364 | } |
| 365 | |
| 366 | /*-------------------------------------------------------------- |
| 367 | == Elements |
| 368 | --------------------------------------------------------------*/ |
| 369 | .wpr-elements-header { |
| 370 | display: -webkit-box; |
| 371 | display: -ms-flexbox; |
| 372 | display: flex; |
| 373 | -webkit-box-orient: horizontal; |
| 374 | -webkit-box-direction: normal; |
| 375 | -ms-flex-direction: row; |
| 376 | flex-direction: row; |
| 377 | -webkit-box-pack: justify; |
| 378 | -ms-flex-pack: justify; |
| 379 | justify-content: space-between; |
| 380 | -webkit-box-align: center; |
| 381 | -ms-flex-align: center; |
| 382 | align-items: center; |
| 383 | margin-bottom: 60px; |
| 384 | margin-right: 1%; |
| 385 | } |
| 386 | |
| 387 | .wpr-elements-header > div { |
| 388 | width: 33%; |
| 389 | } |
| 390 | |
| 391 | .wpr-elements-toggle { |
| 392 | overflow: hidden; |
| 393 | text-align: center; |
| 394 | } |
| 395 | |
| 396 | .wpr-elements-toggle > div { |
| 397 | display: inline-block; |
| 398 | } |
| 399 | |
| 400 | .wpr-elements-toggle h3 { |
| 401 | float: left; |
| 402 | font-size: 18px; |
| 403 | margin: 0 20px 0 0; |
| 404 | } |
| 405 | |
| 406 | .wpr-elements-toggle p { |
| 407 | margin: 5px 0 10px; |
| 408 | } |
| 409 | |
| 410 | .wpr-widgets-search { |
| 411 | position: relative; |
| 412 | display: -webkit-box; |
| 413 | display: -ms-flexbox; |
| 414 | display: flex; |
| 415 | -webkit-box-align: center; |
| 416 | -ms-flex-align: center; |
| 417 | align-items: center; |
| 418 | } |
| 419 | |
| 420 | #wpr-info-box { |
| 421 | position: absolute; |
| 422 | top: 100%; |
| 423 | left: 0; |
| 424 | max-width: 300px; |
| 425 | margin-top: 15px; |
| 426 | padding: 15px; |
| 427 | border: 1px solid #ddd; |
| 428 | background-color: #f9f9f9; |
| 429 | border-radius: 8px; |
| 430 | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
| 431 | font-family: Arial, sans-serif; |
| 432 | font-size: 14px; |
| 433 | color: #333; |
| 434 | max-width: 500px; |
| 435 | } |
| 436 | |
| 437 | #wpr-info-box a { |
| 438 | color: #6A4BFF; |
| 439 | text-decoration: none; |
| 440 | font-weight: bold; |
| 441 | } |
| 442 | |
| 443 | #wpr-info-box a:hover { |
| 444 | text-decoration: underline; |
| 445 | } |
| 446 | |
| 447 | .wpr-widgets-search input { |
| 448 | width: 100%; |
| 449 | max-width: 300px; |
| 450 | height: 45px; |
| 451 | padding-left: 15px; |
| 452 | background-color: #FBFBFB; |
| 453 | border: none; |
| 454 | border-bottom: 1px solid #6A4BFF !important; |
| 455 | -webkit-box-shadow: none !important; |
| 456 | box-shadow: none !important; |
| 457 | border-radius: 0; |
| 458 | } |
| 459 | |
| 460 | .wpr-widgets-search .dashicons { |
| 461 | margin-left: -32px; |
| 462 | color: #6A4BFF; |
| 463 | } |
| 464 | |
| 465 | .wpr-elements-filters { |
| 466 | text-align: right; |
| 467 | } |
| 468 | |
| 469 | .wpr-elements-filters li { |
| 470 | display: inline-block; |
| 471 | padding: 7px 15px; |
| 472 | border: 1px solid #e8e8e8; |
| 473 | border-radius: 3px; |
| 474 | margin-right: 5px; |
| 475 | font-weight: 600; |
| 476 | color: #9a9a9a; |
| 477 | cursor: pointer; |
| 478 | } |
| 479 | |
| 480 | .wpr-elements-filters li.wpr-active-filter { |
| 481 | border-color: #6A4BFF; |
| 482 | color: #6A4BFF; |
| 483 | } |
| 484 | |
| 485 | .wpr-elements-filters li:last-child { |
| 486 | margin-right: 0; |
| 487 | } |
| 488 | |
| 489 | .wpr-elements-heading { |
| 490 | text-align: center; |
| 491 | margin-bottom: 30px; |
| 492 | } |
| 493 | |
| 494 | .wpr-elements-heading h3 { |
| 495 | font-size: 18px; |
| 496 | text-align: center; |
| 497 | margin-bottom: 0; |
| 498 | } |
| 499 | |
| 500 | .wpr-elements-heading .wpr-install-activate-woocommerce { |
| 501 | color: red; |
| 502 | font-weight: 700; |
| 503 | } |
| 504 | |
| 505 | .wpr-install-activate-woocommerce .dashicons { |
| 506 | font-size: 18px; |
| 507 | } |
| 508 | |
| 509 | .wpr-woo-templates, |
| 510 | .wpr-elements { |
| 511 | display: -webkit-box; |
| 512 | display: -ms-flexbox; |
| 513 | display: flex; |
| 514 | -ms-flex-wrap: wrap; |
| 515 | flex-wrap: wrap; |
| 516 | width: 100%; |
| 517 | margin-bottom: 50px; |
| 518 | } |
| 519 | |
| 520 | .wpr-woo-templates { |
| 521 | margin-bottom: 0; |
| 522 | } |
| 523 | |
| 524 | .wpr-woo-template, |
| 525 | .wpr-element { |
| 526 | -webkit-box-sizing: border-box; |
| 527 | box-sizing: border-box; |
| 528 | position: relative; |
| 529 | width: 24%; |
| 530 | padding: 20px; |
| 531 | margin-right: 1%; |
| 532 | margin-bottom: 20px; |
| 533 | -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05); |
| 534 | box-shadow: 0 0 15px rgba(0,0,0,0.05); |
| 535 | border-radius: 4px; |
| 536 | } |
| 537 | |
| 538 | .wpr-woo-template { |
| 539 | width: 100%; |
| 540 | } |
| 541 | |
| 542 | .wpr-woo-template-info.wpr-compare-wishlist { |
| 543 | flex-direction: column; |
| 544 | margin-top: 20px; |
| 545 | } |
| 546 | |
| 547 | .wpr-compare-wishlist label { |
| 548 | display: block !important; |
| 549 | width: auto !important; |
| 550 | background: none !important; |
| 551 | font-size: 1em !important; |
| 552 | font-weight: 600 !important; |
| 553 | margin: 0; |
| 554 | } |
| 555 | |
| 556 | .wpr-compare-wishlist select, |
| 557 | #wpr_google_map_language { |
| 558 | display: block !important; |
| 559 | min-width: 100% !important; |
| 560 | border: 1px solid #e8e8e8; |
| 561 | width: 100%; |
| 562 | padding: 5px 15px; |
| 563 | } |
| 564 | |
| 565 | .wpr-woo-template-info { |
| 566 | display: -webkit-box; |
| 567 | display: -ms-flexbox; |
| 568 | display: flex; |
| 569 | -webkit-box-pack: justify; |
| 570 | -ms-flex-pack: justify; |
| 571 | justify-content: space-between; |
| 572 | margin-top: 10px; |
| 573 | } |
| 574 | |
| 575 | .wpr-woo-template-info .wpr-woo-template-title { |
| 576 | display: -webkit-inline-box; |
| 577 | display: -ms-inline-flexbox; |
| 578 | display: inline-flex; |
| 579 | -webkit-box-orient: vertical; |
| 580 | -webkit-box-direction: normal; |
| 581 | -ms-flex-direction: column; |
| 582 | flex-direction: column; |
| 583 | } |
| 584 | |
| 585 | .wpr-woo-template-title h3 { |
| 586 | font-weight: 600 !important; |
| 587 | font-size: 13px !important; |
| 588 | color: #3c434a !important; |
| 589 | } |
| 590 | |
| 591 | .wpr-woo-template-title p { |
| 592 | margin: 0; |
| 593 | font-size: 12px; |
| 594 | } |
| 595 | |
| 596 | .wpr-woo-template-info h4 { |
| 597 | font-size: 1em !important; |
| 598 | font-weight: 600 !important; |
| 599 | margin: 0; |
| 600 | } |
| 601 | |
| 602 | .wpr-element-info h3 { |
| 603 | float: left; |
| 604 | margin: 0; |
| 605 | color: #3a3a3a; |
| 606 | font-size: 16px; |
| 607 | } |
| 608 | |
| 609 | .wpr-woo-template-info label { |
| 610 | min-width: 34px; |
| 611 | } |
| 612 | |
| 613 | .wpr-woo-template-info label, |
| 614 | .wpr-element-info label, |
| 615 | .wpr-elements-toggle label { |
| 616 | float: right; |
| 617 | } |
| 618 | |
| 619 | .wpr-settings-group-description { |
| 620 | margin-top: 10px; |
| 621 | } |
| 622 | |
| 623 | .wpr-settings-group-description, |
| 624 | .wpr-woo-template-info span, |
| 625 | .wpr-element-info span { |
| 626 | display: block; |
| 627 | margin-top: 3px; |
| 628 | color: #999; |
| 629 | font-style: normal; |
| 630 | font-size: 12px; |
| 631 | } |
| 632 | |
| 633 | .wpr-woo-template-info a, |
| 634 | .wpr-element-info a { |
| 635 | display: block; |
| 636 | clear: both; |
| 637 | font-size: 12px; |
| 638 | -webkit-box-shadow: none !important; |
| 639 | box-shadow: none !important; |
| 640 | } |
| 641 | |
| 642 | .wpr-elements-extensions { |
| 643 | -webkit-box-align: start; |
| 644 | -ms-flex-align: start; |
| 645 | align-items: flex-start; |
| 646 | } |
| 647 | |
| 648 | .wpr-elements-extensions .wpr-element { |
| 649 | width: 32%; |
| 650 | } |
| 651 | |
| 652 | .wpr-elements-extensions .wpr-element-info h3, |
| 653 | .wpr-elements-extensions .wpr-element-info span { |
| 654 | max-width: 80%; |
| 655 | } |
| 656 | |
| 657 | .wpr-sticky-video-tutorial, |
| 658 | .wpr-sticky-video-tutorial:hover { |
| 659 | color: #f51f3d !important; |
| 660 | } |
| 661 | |
| 662 | .wpr-inline-link { |
| 663 | display: inline-block !important; |
| 664 | margin-right: 10px; |
| 665 | } |
| 666 | |
| 667 | .wpr-sticky-advanced-demos-title { |
| 668 | margin-bottom: 0 !important; |
| 669 | } |
| 670 | |
| 671 | .wpr-sticky-advanced-demos { |
| 672 | margin: 0; |
| 673 | } |
| 674 | |
| 675 | .wpr-sticky-advanced-demos a, |
| 676 | .wpr-sticky-advanced-demos span { |
| 677 | display: inline; |
| 678 | text-decoration: none; |
| 679 | } |
| 680 | |
| 681 | .wpr-woo-template-info input, |
| 682 | .wpr-element-info input, |
| 683 | .wpr-elements-toggle input[type="checkbox"], |
| 684 | .wpr-setting-custom-ckbox input { |
| 685 | position: absolute; |
| 686 | z-index: -1000; |
| 687 | left: -1000px; |
| 688 | overflow: hidden; |
| 689 | clip: rect(0 0 0 0); |
| 690 | height: 1px; |
| 691 | width: 1px; |
| 692 | margin: -1px; |
| 693 | padding: 0; |
| 694 | border: 0; |
| 695 | } |
| 696 | |
| 697 | .wpr-woo-template-info label, |
| 698 | .wpr-element-info label, |
| 699 | .wpr-elements-toggle label, |
| 700 | .wpr-setting-custom-ckbox label { |
| 701 | position: relative; |
| 702 | display: block; |
| 703 | width: 34px; |
| 704 | height: 17px; |
| 705 | border-radius: 15px; |
| 706 | background: #e8e8e8; |
| 707 | cursor: pointer; |
| 708 | -webkit-touch-callout: none; |
| 709 | -webkit-user-select: none; |
| 710 | -moz-user-select: none; |
| 711 | -ms-user-select: none; |
| 712 | user-select: none; |
| 713 | -webkit-transition: all 0.2s ease-in; |
| 714 | -o-transition: all 0.2s ease-in; |
| 715 | transition: all 0.2s ease-in; |
| 716 | } |
| 717 | |
| 718 | .wpr-woo-template-info input + label:after, |
| 719 | .wpr-element-info input + label:after, |
| 720 | .wpr-elements-toggle input + label:after, |
| 721 | .wpr-setting-custom-ckbox input + label:after { |
| 722 | content: ' '; |
| 723 | display: block; |
| 724 | position: absolute; |
| 725 | top: 2px; |
| 726 | left: 2px; |
| 727 | width: 13px; |
| 728 | height: 13px; |
| 729 | border-radius: 50%; |
| 730 | background: #fff; |
| 731 | -webkit-transition: all 0.2s ease-in; |
| 732 | -o-transition: all 0.2s ease-in; |
| 733 | transition: all 0.2s ease-in; |
| 734 | } |
| 735 | |
| 736 | .wpr-woo-template-info input:checked + label, |
| 737 | .wpr-element-info input:checked + label, |
| 738 | .wpr-elements-toggle input:checked + label, |
| 739 | .wpr-setting-custom-ckbox input:checked + label { |
| 740 | background: #6A4BFF; |
| 741 | } |
| 742 | |
| 743 | .wpr-woo-template-info input:checked + label:after, |
| 744 | .wpr-element-info input:checked + label:after, |
| 745 | .wpr-elements-toggle input:checked + label:after, |
| 746 | .wpr-setting-custom-ckbox input:checked + label:after { |
| 747 | left: 18px; |
| 748 | } |
| 749 | |
| 750 | .wpr-new-element:before { |
| 751 | content: 'NEW'; |
| 752 | position: absolute; |
| 753 | top: -10px; |
| 754 | left: 28px; |
| 755 | padding: 1px 7px; |
| 756 | color: #fff; |
| 757 | background-color: #f44; |
| 758 | border-radius: 3px; |
| 759 | font-size: 10px; |
| 760 | font-weight: bold; |
| 761 | letter-spacing: 1px; |
| 762 | } |
| 763 | |
| 764 | .wpr-pro-element:before, |
| 765 | .wpr-expert-element:before { |
| 766 | content: 'PRO'; |
| 767 | position: absolute; |
| 768 | top: -10px; |
| 769 | left: 28px; |
| 770 | z-index: 10; |
| 771 | padding: 1px 7px; |
| 772 | color: #fff; |
| 773 | background-color: #f44; |
| 774 | border-radius: 3px; |
| 775 | font-size: 10px; |
| 776 | font-weight: bold; |
| 777 | letter-spacing: 1px; |
| 778 | } |
| 779 | |
| 780 | .wpr-expert-element:before { |
| 781 | content: 'EXPERT'; |
| 782 | } |
| 783 | |
| 784 | /* GOGA */ |
| 785 | .wpr-pro-element a, |
| 786 | .wpr-pro-element > a, |
| 787 | .wpr-expert-element a, |
| 788 | .wpr-expert-element > a { |
| 789 | display: block; |
| 790 | position: absolute; |
| 791 | top: 0; |
| 792 | left: 0; |
| 793 | z-index: 1; |
| 794 | width: 100%; |
| 795 | height: 100%; |
| 796 | background: rgba(0,0,0,0.1); |
| 797 | } |
| 798 | |
| 799 | .wpr-widgets-not-found, |
| 800 | .wpr-feature-not-found { |
| 801 | display: none; |
| 802 | -webkit-box-orient: vertical; |
| 803 | -webkit-box-direction: normal; |
| 804 | -ms-flex-direction: column; |
| 805 | flex-direction: column; |
| 806 | -webkit-box-align: center; |
| 807 | -ms-flex-align: center; |
| 808 | align-items: center; |
| 809 | margin-bottom: 150px; |
| 810 | } |
| 811 | |
| 812 | .wpr-widgets-not-found img, |
| 813 | .wpr-feature-not-found img { |
| 814 | width: 180px; |
| 815 | } |
| 816 | |
| 817 | .wpr-widgets-not-found h1, |
| 818 | .wpr-feature-not-found h1 { |
| 819 | margin: 0; |
| 820 | } |
| 821 | |
| 822 | .wpr-widgets-not-found p, |
| 823 | .wpr-feature-not-found p { |
| 824 | margin-top: 0; |
| 825 | } |
| 826 | |
| 827 | .wpr-widgets-not-found a, |
| 828 | .wpr-feature-not-found a { |
| 829 | display: inline-block; |
| 830 | padding: 10px 25px; |
| 831 | background: #6A4BFF; |
| 832 | color: #fff; |
| 833 | text-decoration: none; |
| 834 | border-radius: 3px; |
| 835 | } |
| 836 | |
| 837 | .wpr-widgets-not-found a:hover, |
| 838 | .wpr-feature-not-found a:hover { |
| 839 | background: #5836fd; |
| 840 | } |
| 841 | |
| 842 | .wpr-settings-saved { |
| 843 | display: none; |
| 844 | position: fixed; |
| 845 | top: 60px; |
| 846 | right: 30px; |
| 847 | padding: 15px 25px; |
| 848 | border-radius: 3px; |
| 849 | color: #fff; |
| 850 | background: #31c573; |
| 851 | box-shadow: 0 2px 10px 3px rgba(0,0,0,0.2); |
| 852 | text-transform: uppercase; |
| 853 | font-weight: 600; |
| 854 | letter-spacing: 0.2px; |
| 855 | } |
| 856 | |
| 857 | /*-------------------------------------------------------------- |
| 858 | == My Templates |
| 859 | --------------------------------------------------------------*/ |
| 860 | .wpr-my-templates-list { |
| 861 | width: 65%; |
| 862 | } |
| 863 | |
| 864 | .wpr-activate-woo-notice, |
| 865 | .wpr-my-templates-list li { |
| 866 | overflow: hidden; |
| 867 | padding: 20px 35px; |
| 868 | margin-bottom: 15px; |
| 869 | -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); |
| 870 | box-shadow: 0 0 2px rgba(0,0,0,0.2); |
| 871 | } |
| 872 | |
| 873 | .wpr-my-templates-list li h3 { |
| 874 | float: left; |
| 875 | margin: 0; |
| 876 | color: #555; |
| 877 | font-size: 16px; |
| 878 | line-height: 34px; |
| 879 | text-transform: capitalize; |
| 880 | } |
| 881 | |
| 882 | .wpr-my-templates-list .wpr-action-buttons { |
| 883 | float: right; |
| 884 | } |
| 885 | |
| 886 | .wpr-my-templates-list .wpr-template-conditions { |
| 887 | background: #b3b3b3; |
| 888 | } |
| 889 | |
| 890 | .wpr-active-conditions-template .wpr-template-conditions { |
| 891 | background: #7a5ffd; |
| 892 | } |
| 893 | |
| 894 | .wpr-my-templates-list .wpr-template-conditions:hover, |
| 895 | .wpr-active-conditions-template .wpr-template-conditions:hover { |
| 896 | background: #6A4BFF; |
| 897 | } |
| 898 | |
| 899 | .wpr-my-templates-list .wpr-edit-template { |
| 900 | background: #646464; |
| 901 | } |
| 902 | |
| 903 | .wpr-my-templates-list .wpr-edit-template:hover { |
| 904 | background: #535353; |
| 905 | } |
| 906 | |
| 907 | .wpr-edit-template:focus { |
| 908 | -webkit-box-shadow: none !important; |
| 909 | box-shadow: none !important; |
| 910 | } |
| 911 | |
| 912 | .wpr-my-templates-list .wpr-delete-template { |
| 913 | background: #ff5a4b; |
| 914 | } |
| 915 | |
| 916 | .wpr-my-templates-list .wpr-delete-template:hover { |
| 917 | background: #FF4635; |
| 918 | } |
| 919 | |
| 920 | .wpr-my-templates-list .wpr-action-buttons > * { |
| 921 | display: inline-block; |
| 922 | padding: 3px 20px; |
| 923 | margin-right: 10px; |
| 924 | border: 0; |
| 925 | letter-spacing: 0.5px; |
| 926 | } |
| 927 | |
| 928 | .wpr-my-templates-list .wpr-action-buttons > *:last-child { |
| 929 | margin-right: 0; |
| 930 | } |
| 931 | |
| 932 | .wpr-my-templates-list .wpr-action-buttons .dashicons { |
| 933 | font-size: 16px; |
| 934 | line-height: 30px; |
| 935 | } |
| 936 | |
| 937 | .wpr-my-templates-list .wpr-delete-template .dashicons-no-alt { |
| 938 | color: #fff !important; |
| 939 | } |
| 940 | |
| 941 | .wpr-my-templates-list .wpr-delete-template:hover .dashicons-no-alt, |
| 942 | .wpr-my-templates-list .wpr-delete-template:focus .dashicons-no-alt { |
| 943 | color: #fff !important; |
| 944 | } |
| 945 | |
| 946 | .wpr-active-conditions-template { |
| 947 | border-left: 5px solid #6A4BFF; |
| 948 | background: #F6F7F7; |
| 949 | } |
| 950 | |
| 951 | .wpr-my-templates-list .wpr-no-templates { |
| 952 | background: #fff !important; |
| 953 | } |
| 954 | |
| 955 | |
| 956 | /*-------------------------------------------------------------- |
| 957 | == Settings |
| 958 | --------------------------------------------------------------*/ |
| 959 | .wpr-settings-group:first-of-type { |
| 960 | margin-top: 50px; |
| 961 | } |
| 962 | |
| 963 | .wpr-settings-group { |
| 964 | position: relative; |
| 965 | width: 48%; |
| 966 | background: #f9f9f9; |
| 967 | padding: 30px; |
| 968 | margin-bottom: 80px; |
| 969 | -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.1); |
| 970 | box-shadow: 1px 2px 3px rgba(0,0,0,0.1); |
| 971 | border-radius: 0 3px 3px 3px; |
| 972 | } |
| 973 | |
| 974 | .wpr-settings-group-inner { |
| 975 | position: relative; |
| 976 | } |
| 977 | |
| 978 | .wpr-settings-group-title { |
| 979 | position: absolute; |
| 980 | top: 0; |
| 981 | left: 0; |
| 982 | -webkit-transform: translateY(-100%); |
| 983 | -ms-transform: translateY(-100%); |
| 984 | transform: translateY(-100%); |
| 985 | padding: 10px 30px; |
| 986 | background: #f9f9f9; |
| 987 | margin: 0; |
| 988 | -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,0.05); |
| 989 | box-shadow: 0 -2px 3px rgba(0,0,0,0.05); |
| 990 | border-radius: 3px 3px 0 0; |
| 991 | color: #6A4BFF; |
| 992 | font-size: 14px; |
| 993 | } |
| 994 | |
| 995 | .wpr-setting { |
| 996 | margin-bottom: 20px; |
| 997 | } |
| 998 | |
| 999 | .wpr-setting h4 { |
| 1000 | margin-bottom: 8px; |
| 1001 | } |
| 1002 | |
| 1003 | .wpr-setting input:not(input[type='checkbox']) { |
| 1004 | border: 1px solid #e8e8e8; |
| 1005 | width: 100%; |
| 1006 | padding: 5px 15px; |
| 1007 | } |
| 1008 | |
| 1009 | .wpr-setting input[type='checkbox'] { |
| 1010 | margin-right: 8px; |
| 1011 | } |
| 1012 | |
| 1013 | .wpr-settings .submit:first-of-type { |
| 1014 | margin-top: 0; |
| 1015 | padding-top: 0; |
| 1016 | margin-bottom: 70px; |
| 1017 | } |
| 1018 | |
| 1019 | .wp-picker-clear { |
| 1020 | width: 100px !important; |
| 1021 | } |
| 1022 | |
| 1023 | /*-------------------------------------------------------------- |
| 1024 | == Free vs Pro |
| 1025 | --------------------------------------------------------------*/ |
| 1026 | .wpr-free-vs-pro-wrap { |
| 1027 | display: -webkit-box; |
| 1028 | display: -ms-flexbox; |
| 1029 | display: flex; |
| 1030 | -webkit-box-orient: vertical; |
| 1031 | -webkit-box-direction: normal; |
| 1032 | -ms-flex-direction: column; |
| 1033 | flex-direction: column; |
| 1034 | width: 100%; |
| 1035 | max-width: 1400px; |
| 1036 | /* margin: 25px; */ |
| 1037 | /* overflow-x: scroll; */ |
| 1038 | } |
| 1039 | |
| 1040 | .wpr-free-vs-pro-search-wrap { |
| 1041 | width: 100%; |
| 1042 | display: -webkit-box; |
| 1043 | display: -ms-flexbox; |
| 1044 | display: flex; |
| 1045 | -webkit-box-align: center; |
| 1046 | -ms-flex-align: center; |
| 1047 | align-items: center; |
| 1048 | } |
| 1049 | |
| 1050 | .wpr-free-vs-pro-search-wrap .button.wpr-free-pro-upgrade { |
| 1051 | width: 19%; |
| 1052 | margin-left: 0; |
| 1053 | } |
| 1054 | |
| 1055 | .button.wpr-free-pro-upgrade { |
| 1056 | display: -webkit-inline-box !important; |
| 1057 | display: -ms-inline-flexbox !important; |
| 1058 | display: inline-flex !important; |
| 1059 | -webkit-box-align: center; |
| 1060 | -ms-flex-align: center; |
| 1061 | align-items: center; |
| 1062 | -webkit-box-pack: center; |
| 1063 | -ms-flex-pack: center; |
| 1064 | justify-content: center; |
| 1065 | gap: 6px; |
| 1066 | -webkit-box-sizing: border-box; |
| 1067 | box-sizing: border-box; |
| 1068 | max-width: 250px; |
| 1069 | height: 45px; |
| 1070 | border: none; |
| 1071 | background-color: #f44; |
| 1072 | color: #fff; |
| 1073 | text-align: center; |
| 1074 | text-transform: uppercase; |
| 1075 | font-weight: 600; |
| 1076 | line-height: 1.2; |
| 1077 | } |
| 1078 | |
| 1079 | .last.button.wpr-free-pro-upgrade { |
| 1080 | padding-left: 35px; |
| 1081 | padding-right: 35px; |
| 1082 | } |
| 1083 | |
| 1084 | .button.wpr-free-pro-upgrade:hover { |
| 1085 | color: #fff; |
| 1086 | background: #dd3838; |
| 1087 | } |
| 1088 | |
| 1089 | .button.wpr-free-pro-upgrade .dashicons { |
| 1090 | display: -webkit-inline-box; |
| 1091 | display: -ms-inline-flexbox; |
| 1092 | display: inline-flex; |
| 1093 | -webkit-box-align: center; |
| 1094 | -ms-flex-align: center; |
| 1095 | align-items: center; |
| 1096 | -webkit-box-pack: center; |
| 1097 | -ms-flex-pack: center; |
| 1098 | justify-content: center; |
| 1099 | width: 16px; |
| 1100 | height: 16px; |
| 1101 | font-size: 16px; |
| 1102 | line-height: 1; |
| 1103 | margin: 0; |
| 1104 | color: #fff !important; |
| 1105 | -ms-flex-negative: 0; |
| 1106 | flex-shrink: 0; |
| 1107 | } |
| 1108 | |
| 1109 | .wpr-free-pro-upgrade.last { |
| 1110 | -ms-flex-item-align: end; |
| 1111 | align-self: flex-end; |
| 1112 | } |
| 1113 | |
| 1114 | .wpr-free-pro-search { |
| 1115 | width: 80%; |
| 1116 | display: -webkit-box; |
| 1117 | display: -ms-flexbox; |
| 1118 | display: flex; |
| 1119 | -webkit-box-align: center; |
| 1120 | -ms-flex-align: center; |
| 1121 | align-items: center; |
| 1122 | margin-right: 1.5%; |
| 1123 | } |
| 1124 | |
| 1125 | .wpr-free-pro-search input { |
| 1126 | width: 100%; |
| 1127 | height: 45px; |
| 1128 | padding-left: 15px; |
| 1129 | background-color: #FBFBFB; |
| 1130 | border: none; |
| 1131 | border-bottom: 2px solid #6A4BFF !important; |
| 1132 | -webkit-box-shadow: none !important; |
| 1133 | box-shadow: none !important; |
| 1134 | border-radius: 0; |
| 1135 | } |
| 1136 | |
| 1137 | .wpr-free-pro-search .dashicons { |
| 1138 | margin-left: -32px; |
| 1139 | color: #6A4BFF; |
| 1140 | } |
| 1141 | |
| 1142 | .wpr-free-vs-pro { |
| 1143 | display: -webkit-box; |
| 1144 | display: -ms-flexbox; |
| 1145 | display: flex; |
| 1146 | font-family: "Roboto"; |
| 1147 | font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; |
| 1148 | margin: 25px 0; |
| 1149 | } |
| 1150 | |
| 1151 | .wpr-free-vs-pro header { |
| 1152 | text-align: center; |
| 1153 | padding: 30px 0 20px; |
| 1154 | border-bottom: 1px solid #e8e8e8; |
| 1155 | } |
| 1156 | |
| 1157 | .wpr-free-vs-pro header h3 { |
| 1158 | font-size: 30px; |
| 1159 | margin-top: 0; |
| 1160 | margin-bottom: 10px; |
| 1161 | } |
| 1162 | |
| 1163 | .wpr-free-vs-pro header .dashicons { |
| 1164 | width: 30px; |
| 1165 | height: 30px; |
| 1166 | font-size: 30px; |
| 1167 | } |
| 1168 | |
| 1169 | .wpr-free-widgets header h3 { |
| 1170 | color: #444444; |
| 1171 | font-weight: 400; |
| 1172 | } |
| 1173 | |
| 1174 | .wpr-free-widgets header .dashicons { |
| 1175 | display: none; |
| 1176 | color: #444444; |
| 1177 | } |
| 1178 | |
| 1179 | .wpr-free-widgets header span { |
| 1180 | color: #9F9F9F; |
| 1181 | } |
| 1182 | |
| 1183 | .wpr-free-widgets, |
| 1184 | .wpr-pro-widgets, |
| 1185 | .wpr-expert-widgets { |
| 1186 | -ms-flex-negative: 0; |
| 1187 | flex-shrink: 0; |
| 1188 | } |
| 1189 | |
| 1190 | .wpr-pro-widgets header { |
| 1191 | background: #7865FF; |
| 1192 | border-bottom-color: #9586FE; |
| 1193 | } |
| 1194 | |
| 1195 | .wpr-expert-widgets header { |
| 1196 | background: #f44; |
| 1197 | border-bottom-color: #FF8B8B; |
| 1198 | } |
| 1199 | |
| 1200 | .wpr-pro-widgets header h3, |
| 1201 | .wpr-expert-widgets header h3 { |
| 1202 | color: #fff; |
| 1203 | font-weight: 500; |
| 1204 | } |
| 1205 | |
| 1206 | .wpr-pro-widgets header .dashicons, |
| 1207 | .wpr-expert-widgets header .dashicons { |
| 1208 | display: none; |
| 1209 | color: #fff; |
| 1210 | } |
| 1211 | |
| 1212 | .wpr-pro-widgets header span, |
| 1213 | .wpr-expert-widgets header span { |
| 1214 | color: #FFFFFF; |
| 1215 | } |
| 1216 | |
| 1217 | .wpr-free-vs-pro ul { |
| 1218 | margin: 0; |
| 1219 | } |
| 1220 | |
| 1221 | .wpr-free-vs-pro > div > ul > li { |
| 1222 | padding: 15px 35px; |
| 1223 | margin: 0; |
| 1224 | font-size: 14px; |
| 1225 | letter-spacing: 0.2px; |
| 1226 | } |
| 1227 | |
| 1228 | @media screen and (max-width: 1366px) { |
| 1229 | .wpr-free-vs-pro-wrap { |
| 1230 | margin: 0; |
| 1231 | } |
| 1232 | |
| 1233 | .wpr-free-vs-pro > div > ul > li { |
| 1234 | font-size: 13px; |
| 1235 | } |
| 1236 | } |
| 1237 | |
| 1238 | .wpr-free-widgets { |
| 1239 | width: 33.3%; |
| 1240 | border: 1px solid #E8E8E8; |
| 1241 | border-right: 0; |
| 1242 | border-radius: 5px 0 0 5px; |
| 1243 | } |
| 1244 | |
| 1245 | .wpr-free-widgets ul li:nth-child(2n) { |
| 1246 | background-color: #FBFBFB; |
| 1247 | } |
| 1248 | |
| 1249 | .wpr-pro-widgets { |
| 1250 | width: 33%; |
| 1251 | border: 1px solid #7865FF; |
| 1252 | border-left: 0; |
| 1253 | background: #7865FF; |
| 1254 | } |
| 1255 | |
| 1256 | .wpr-expert-widgets { |
| 1257 | width: 33%; |
| 1258 | background: #f44; |
| 1259 | border: 1px solid #f44; |
| 1260 | border-left: 0; |
| 1261 | border-radius: 0 5px 5px 0; |
| 1262 | } |
| 1263 | |
| 1264 | .wpr-pro-widgets > ul > li { |
| 1265 | color: #fff; |
| 1266 | background: #7865FF; |
| 1267 | } |
| 1268 | |
| 1269 | .wpr-expert-widgets > ul > li { |
| 1270 | color: #fff; |
| 1271 | background: #FF5959; |
| 1272 | } |
| 1273 | |
| 1274 | .wpr-expert-widgets > ul > li a { |
| 1275 | color: #fff; |
| 1276 | } |
| 1277 | |
| 1278 | .wpr-expert-widgets > ul > li:nth-child(2n) { |
| 1279 | background-color: #f44; |
| 1280 | } |
| 1281 | |
| 1282 | .wpr-pro-widgets > ul > li > span { |
| 1283 | display: -webkit-box; |
| 1284 | display: -ms-flexbox; |
| 1285 | display: flex; |
| 1286 | cursor: pointer; |
| 1287 | } |
| 1288 | |
| 1289 | .wpr-pro-widgets > ul > li > span:after { |
| 1290 | content: "\f223"; |
| 1291 | font-family: dashicons; |
| 1292 | font-size: 16px; |
| 1293 | margin-top: -2px; |
| 1294 | margin-left: 3px; |
| 1295 | } |
| 1296 | |
| 1297 | .wpr-pro-widgets > ul > li:nth-child(2n) { |
| 1298 | background-color: #6C56FF; |
| 1299 | } |
| 1300 | |
| 1301 | .wpr-pro-widgets ul ul { |
| 1302 | display: none; |
| 1303 | margin-top: 10px; |
| 1304 | padding: 15px 35px; |
| 1305 | list-style-type: disc; |
| 1306 | background: #fff; |
| 1307 | color: #444; |
| 1308 | border-radius: 5px; |
| 1309 | } |
| 1310 | |
| 1311 | .wpr-pro-widgets ul ul li:last-child { |
| 1312 | margin-bottom: 0; |
| 1313 | } |
| 1314 | |
| 1315 | .wpr-free-vs-pro .wpr-pro-widgets ul li:first-child span:after { |
| 1316 | display: none; |
| 1317 | } |
| 1318 | |
| 1319 | /*-------------------------------------------------------------- |
| 1320 | == Conditions |
| 1321 | --------------------------------------------------------------*/ |
| 1322 | .wpr-admin-popup-wrap { |
| 1323 | display: none; |
| 1324 | position: fixed; |
| 1325 | top: 0; |
| 1326 | left: 0; |
| 1327 | z-index: 9999; |
| 1328 | background-color: rgba(0, 0, 0, 0.6); |
| 1329 | width: 100%; |
| 1330 | height: 100%; |
| 1331 | } |
| 1332 | |
| 1333 | .wpr-admin-popup { |
| 1334 | display: -webkit-box; |
| 1335 | display: -ms-flexbox; |
| 1336 | display: flex; |
| 1337 | -ms-flex-pack: distribute; |
| 1338 | justify-content: space-around; |
| 1339 | -webkit-box-align: center; |
| 1340 | -ms-flex-align: center; |
| 1341 | align-items: center; |
| 1342 | -webkit-box-orient: vertical; |
| 1343 | -webkit-box-direction: normal; |
| 1344 | -ms-flex-direction: column; |
| 1345 | flex-direction: column; |
| 1346 | position: absolute; |
| 1347 | top: 50%; |
| 1348 | left: 50%; |
| 1349 | -webkit-transform: translate(-50%,-50%); |
| 1350 | -ms-transform: translate(-50%,-50%); |
| 1351 | transform: translate(-50%,-50%); |
| 1352 | width: 80%; |
| 1353 | max-width: 850px; |
| 1354 | padding: 70px 20px 20px 20px; |
| 1355 | background-color: #F1F3F5; |
| 1356 | } |
| 1357 | |
| 1358 | |
| 1359 | .wpr-admin-popup .close-popup { |
| 1360 | position: absolute; |
| 1361 | top: 10px; |
| 1362 | right: 15px; |
| 1363 | font-size: 26px; |
| 1364 | cursor: pointer; |
| 1365 | color: #59626a; |
| 1366 | } |
| 1367 | |
| 1368 | /*-------------------------------------------------------------- |
| 1369 | == Backup Plugin Popup |
| 1370 | --------------------------------------------------------------*/ |
| 1371 | .wpr-backup-plugin-popup { |
| 1372 | max-width: 500px; |
| 1373 | text-align: center; |
| 1374 | padding: 40px 30px 30px; |
| 1375 | } |
| 1376 | |
| 1377 | .wpr-backup-plugin-popup header { |
| 1378 | margin-bottom: 25px; |
| 1379 | } |
| 1380 | |
| 1381 | .wpr-backup-plugin-popup .wpr-backup-icon { |
| 1382 | font-size: 50px; |
| 1383 | color: #6a4bff; |
| 1384 | margin-bottom: 15px; |
| 1385 | display: block; |
| 1386 | } |
| 1387 | |
| 1388 | .wpr-backup-plugin-popup h2 { |
| 1389 | font-size: 22px; |
| 1390 | margin: 0 0 12px; |
| 1391 | color: #23282d; |
| 1392 | } |
| 1393 | |
| 1394 | .wpr-backup-plugin-popup p { |
| 1395 | font-size: 14px; |
| 1396 | color: #666; |
| 1397 | line-height: 1.6; |
| 1398 | margin: 0; |
| 1399 | } |
| 1400 | |
| 1401 | .wpr-backup-plugin-actions { |
| 1402 | display: flex; |
| 1403 | flex-direction: column; |
| 1404 | align-items: center; |
| 1405 | gap: 8px; |
| 1406 | } |
| 1407 | |
| 1408 | .wpr-install-backup-plugin { |
| 1409 | display: inline-flex; |
| 1410 | align-items: center; |
| 1411 | gap: 8px; |
| 1412 | padding: 6px 26px !important; |
| 1413 | font-size: 14px !important; |
| 1414 | height: auto !important; |
| 1415 | background-color: #6a4bff !important; |
| 1416 | border-color: #6a4bff !important; |
| 1417 | } |
| 1418 | |
| 1419 | .wpr-install-backup-plugin:hover, |
| 1420 | .wpr-install-backup-plugin:focus { |
| 1421 | background-color: #5a3de6 !important; |
| 1422 | border-color: #5a3de6 !important; |
| 1423 | } |
| 1424 | |
| 1425 | .wpr-install-backup-plugin .dashicons { |
| 1426 | font-size: 12px; |
| 1427 | width: 12px; |
| 1428 | height: 12px; |
| 1429 | line-height: 12px; |
| 1430 | vertical-align: middle; |
| 1431 | position: relative; |
| 1432 | top: 2px; |
| 1433 | } |
| 1434 | |
| 1435 | .wpr-backup-btn-text { |
| 1436 | vertical-align: middle; |
| 1437 | } |
| 1438 | |
| 1439 | .wpr-skip-backup-plugin { |
| 1440 | color: #999; |
| 1441 | text-decoration: none; |
| 1442 | font-size: 12px; |
| 1443 | } |
| 1444 | |
| 1445 | .wpr-skip-backup-plugin:hover { |
| 1446 | color: #555; |
| 1447 | text-decoration: underline; |
| 1448 | } |
| 1449 | |
| 1450 | .wpr-install-backup-plugin { |
| 1451 | display: inline-flex; |
| 1452 | align-items: center; |
| 1453 | justify-content: center; |
| 1454 | gap: 5px; |
| 1455 | } |
| 1456 | |
| 1457 | .wpr-install-backup-plugin.wpr-loading { |
| 1458 | pointer-events: none; |
| 1459 | opacity: 0.9; |
| 1460 | } |
| 1461 | |
| 1462 | .wpr-install-backup-plugin.wpr-loading .wpr-backup-btn-arrow { |
| 1463 | display: none; |
| 1464 | } |
| 1465 | |
| 1466 | .wpr-backup-dot-flashing { |
| 1467 | display: inline-block; |
| 1468 | margin-left: 10px; |
| 1469 | position: relative; |
| 1470 | width: 4px; |
| 1471 | height: 4px; |
| 1472 | border-radius: 50%; |
| 1473 | background-color: #fff; |
| 1474 | animation: wprDotFlashing 1s infinite linear alternate; |
| 1475 | animation-delay: 0.5s; |
| 1476 | } |
| 1477 | |
| 1478 | .wpr-backup-dot-flashing::before, |
| 1479 | .wpr-backup-dot-flashing::after { |
| 1480 | content: ''; |
| 1481 | display: inline-block; |
| 1482 | position: absolute; |
| 1483 | top: 0; |
| 1484 | width: 4px; |
| 1485 | height: 4px; |
| 1486 | border-radius: 50%; |
| 1487 | background-color: #fff; |
| 1488 | } |
| 1489 | |
| 1490 | .wpr-backup-dot-flashing::before { |
| 1491 | left: -8px; |
| 1492 | animation: wprDotFlashing 1s infinite alternate; |
| 1493 | animation-delay: 0s; |
| 1494 | } |
| 1495 | |
| 1496 | .wpr-backup-dot-flashing::after { |
| 1497 | left: 8px; |
| 1498 | animation: wprDotFlashing 1s infinite alternate; |
| 1499 | animation-delay: 1s; |
| 1500 | } |
| 1501 | |
| 1502 | @keyframes wprDotFlashing { |
| 1503 | 0% { |
| 1504 | background-color: #fff; |
| 1505 | } |
| 1506 | 50%, 100% { |
| 1507 | background-color: rgba(255, 255, 255, 0.3); |
| 1508 | } |
| 1509 | } |
| 1510 | |
| 1511 | .wpr-conditions.wpr-tab-archive .global-condition-select, |
| 1512 | .wpr-conditions.wpr-tab-archive .singles-condition-select, |
| 1513 | .wpr-conditions.wpr-tab-product_archive .global-condition-select, |
| 1514 | .wpr-conditions.wpr-tab-product_archive .singles-condition-select, |
| 1515 | .wpr-conditions.wpr-tab-single .global-condition-select, |
| 1516 | .wpr-conditions.wpr-tab-single .archives-condition-select, |
| 1517 | .wpr-conditions.wpr-tab-product_single .global-condition-select, |
| 1518 | .wpr-conditions.wpr-tab-product_single .archives-condition-select { |
| 1519 | display: none !important; |
| 1520 | } |
| 1521 | |
| 1522 | .wpr-condition-popup select { |
| 1523 | text-transform: capitalize; |
| 1524 | } |
| 1525 | |
| 1526 | /* GOGA - conditions overflow the viewport if too many */ |
| 1527 | .wpr-conditions-wrap { |
| 1528 | max-height: 40vh; |
| 1529 | width: 650px; |
| 1530 | overflow: visible; |
| 1531 | overflow-x: visible; |
| 1532 | overflow-y: auto; |
| 1533 | -webkit-overflow-scrolling: touch; |
| 1534 | -webkit-overflow-x: visible; |
| 1535 | -moz-overflow-x: visible; |
| 1536 | -ms-overflow-x: visible; |
| 1537 | overflow-y: auto; |
| 1538 | -webkit-overflow-y: auto; |
| 1539 | -moz-overflow-y: auto; |
| 1540 | -ms-overflow-y: auto; |
| 1541 | } |
| 1542 | |
| 1543 | .wpr-conditions-wrap.blog-posts .singles-condition-select option:nth-child(1), |
| 1544 | .wpr-conditions-wrap.blog-posts .singles-condition-select option:nth-child(2), |
| 1545 | .wpr-conditions-wrap.blog-posts .singles-condition-select option:nth-child(3) { |
| 1546 | /*display: none;*/ |
| 1547 | } |
| 1548 | |
| 1549 | .wpr-conditions.wpr-tab-archive .archives-condition-select, |
| 1550 | .wpr-conditions.wpr-tab-product_archive .archives-condition-select, |
| 1551 | .wpr-conditions.wpr-tab-single .singles-condition-select, |
| 1552 | .wpr-conditions.wpr-tab-product_single .singles-condition-select { |
| 1553 | display: block !important; |
| 1554 | } |
| 1555 | |
| 1556 | .wpr-conditions-sample { |
| 1557 | display: none !important; |
| 1558 | } |
| 1559 | |
| 1560 | .wpr-conditions { |
| 1561 | position: relative; |
| 1562 | display: -webkit-box; |
| 1563 | display: -ms-flexbox; |
| 1564 | display: flex; |
| 1565 | -webkit-box-align: center; |
| 1566 | -ms-flex-align: center; |
| 1567 | align-items: center; |
| 1568 | margin-top: 10px; |
| 1569 | width: 600px; |
| 1570 | border-radius: 3px; |
| 1571 | border: 1px solid #e8e8e8; |
| 1572 | background: #fff; |
| 1573 | } |
| 1574 | |
| 1575 | .wpr-admin-popup header { |
| 1576 | margin-top: 0; |
| 1577 | margin-bottom: 20px; |
| 1578 | text-align: center; |
| 1579 | } |
| 1580 | |
| 1581 | .wpr-admin-popup header h2 { |
| 1582 | margin: 25px auto; |
| 1583 | font-size: 26px; |
| 1584 | color: #59626a; |
| 1585 | } |
| 1586 | |
| 1587 | .wpr-admin-popup header p { |
| 1588 | margin-top: 0; |
| 1589 | margin-bottom: 0; |
| 1590 | color: #7f8b96; |
| 1591 | } |
| 1592 | |
| 1593 | .wpr-conditions select { |
| 1594 | height: 35px; |
| 1595 | height: 100%; |
| 1596 | padding-top: 5px; |
| 1597 | padding-bottom: 5px; |
| 1598 | border-radius: 0; |
| 1599 | border: none; |
| 1600 | -webkit-box-flex: 1; |
| 1601 | -ms-flex-positive: 1; |
| 1602 | flex-grow: 1; |
| 1603 | border-right: 1px solid #e8e8e8 !important; |
| 1604 | background-size: 14px 14px; |
| 1605 | } |
| 1606 | |
| 1607 | span.wpr-add-conditions { |
| 1608 | margin-top: 30px; |
| 1609 | background: #A4AFB7; |
| 1610 | color: #fff; |
| 1611 | font-weight: 600; |
| 1612 | letter-spacing: 1px; |
| 1613 | text-transform: uppercase; |
| 1614 | padding: 8px 20px; |
| 1615 | border-radius: 3px; |
| 1616 | cursor: pointer; |
| 1617 | } |
| 1618 | |
| 1619 | span.wpr-add-conditions:hover { |
| 1620 | background: #848c92; |
| 1621 | } |
| 1622 | |
| 1623 | input.wpr-condition-input-ids { |
| 1624 | display: none; |
| 1625 | padding: 5px; |
| 1626 | outline: none; |
| 1627 | border: none; |
| 1628 | border-radius: 0; |
| 1629 | } |
| 1630 | |
| 1631 | input.wpr-condition-input-ids, |
| 1632 | .wpr-conditions select { |
| 1633 | -ms-flex-negative: 0; |
| 1634 | flex-shrink: 0; |
| 1635 | -webkit-box-flex: 1; |
| 1636 | -ms-flex-positive: 1; |
| 1637 | flex-grow: 1; |
| 1638 | max-width: none; |
| 1639 | border: none; |
| 1640 | -webkit-box-shadow: none !important; |
| 1641 | box-shadow: none !important; |
| 1642 | outline: none; |
| 1643 | margin: 0; |
| 1644 | text-indent: 5px; |
| 1645 | } |
| 1646 | |
| 1647 | .wpr-canvas-condition { |
| 1648 | display: none; |
| 1649 | margin-top: 20px; |
| 1650 | } |
| 1651 | |
| 1652 | .wpr-canvas-condition label { |
| 1653 | display: inline-block; |
| 1654 | } |
| 1655 | |
| 1656 | .wpr-canvas-condition span { |
| 1657 | margin-right: 20px; |
| 1658 | } |
| 1659 | |
| 1660 | #wpr-woo-products-per-page { |
| 1661 | width: 40px; |
| 1662 | border: 1px solid #e8e8e8; |
| 1663 | text-align: center; |
| 1664 | -webkit-box-shadow: none !important; |
| 1665 | box-shadow: none !important; |
| 1666 | margin-left: 10px; |
| 1667 | } |
| 1668 | |
| 1669 | .wpr-delete-template-conditions { |
| 1670 | margin-left: auto; |
| 1671 | position: absolute; |
| 1672 | right: -30px; |
| 1673 | color: #C2CBD2; |
| 1674 | font-size: 22px; |
| 1675 | cursor: pointer; |
| 1676 | } |
| 1677 | |
| 1678 | .wpr-delete-template-conditions:hover { |
| 1679 | color: #81868a; |
| 1680 | } |
| 1681 | |
| 1682 | .wpr-save-conditions { |
| 1683 | padding: 8px 20px; |
| 1684 | color: #fff; |
| 1685 | background: #6A4BFF; |
| 1686 | margin-left: auto; |
| 1687 | border-radius: 3px; |
| 1688 | margin-top: 80px; |
| 1689 | text-transform: uppercase; |
| 1690 | letter-spacing: 0.5px; |
| 1691 | font-weight: 600; |
| 1692 | cursor: pointer; |
| 1693 | } |
| 1694 | |
| 1695 | .wpr-user-template-popup { |
| 1696 | padding-top: 40px; |
| 1697 | } |
| 1698 | |
| 1699 | .wpr-user-template-popup header { |
| 1700 | margin-bottom: 27px; |
| 1701 | } |
| 1702 | |
| 1703 | .wpr-user-template-popup .wpr-create-template { |
| 1704 | padding: 11px 20px; |
| 1705 | margin: 25px auto; |
| 1706 | color: #fff; |
| 1707 | background: #6A4BFF; |
| 1708 | border-radius: 3px; |
| 1709 | cursor: pointer; |
| 1710 | } |
| 1711 | |
| 1712 | .wpr-user-template-popup p { |
| 1713 | max-width: 70%; |
| 1714 | margin: auto; |
| 1715 | } |
| 1716 | |
| 1717 | input.wpr-user-template-title { |
| 1718 | width: 350px; |
| 1719 | border: 1px solid #d1d1d1; |
| 1720 | padding: 5px 10px; |
| 1721 | border-radius: 3px; |
| 1722 | } |
| 1723 | |
| 1724 | input.wpr-user-template-title::-webkit-input-placeholder, |
| 1725 | input.wpr-condition-input-ids::-webkit-input-placeholder { |
| 1726 | color: #9a9a9a; |
| 1727 | } |
| 1728 | |
| 1729 | input.wpr-user-template-title::-moz-placeholder, |
| 1730 | input.wpr-condition-input-ids::-moz-placeholder { |
| 1731 | color: #9a9a9a; |
| 1732 | } |
| 1733 | |
| 1734 | input.wpr-user-template-title:-ms-input-placeholder, |
| 1735 | input.wpr-condition-input-ids:-ms-input-placeholder { |
| 1736 | color: #9a9a9a; |
| 1737 | } |
| 1738 | |
| 1739 | input.wpr-user-template-title::-ms-input-placeholder, |
| 1740 | input.wpr-condition-input-ids::-ms-input-placeholder { |
| 1741 | color: #9a9a9a; |
| 1742 | } |
| 1743 | |
| 1744 | input.wpr-user-template-title::-webkit-input-placeholder, input.wpr-condition-input-ids::-webkit-input-placeholder { |
| 1745 | color: #9a9a9a; |
| 1746 | } |
| 1747 | |
| 1748 | input.wpr-user-template-title::-moz-placeholder, input.wpr-condition-input-ids::-moz-placeholder { |
| 1749 | color: #9a9a9a; |
| 1750 | } |
| 1751 | |
| 1752 | input.wpr-user-template-title:-ms-input-placeholder, input.wpr-condition-input-ids:-ms-input-placeholder { |
| 1753 | color: #9a9a9a; |
| 1754 | } |
| 1755 | |
| 1756 | input.wpr-user-template-title::-ms-input-placeholder, input.wpr-condition-input-ids::-ms-input-placeholder { |
| 1757 | color: #9a9a9a; |
| 1758 | } |
| 1759 | |
| 1760 | input.wpr-user-template-title::placeholder, |
| 1761 | input.wpr-condition-input-ids::placeholder { |
| 1762 | color: #9a9a9a; |
| 1763 | } |
| 1764 | |
| 1765 | input.wpr-user-template-title:focus { |
| 1766 | border-color: #6A4BFF; |
| 1767 | -webkit-box-shadow: none; |
| 1768 | box-shadow: none; |
| 1769 | } |
| 1770 | |
| 1771 | /*-------------------------------------------------------------- |
| 1772 | == White Label |
| 1773 | --------------------------------------------------------------*/ |
| 1774 | .wpr-wl-tab-content { |
| 1775 | display: -webkit-box; |
| 1776 | display: -ms-flexbox; |
| 1777 | display: flex; |
| 1778 | -webkit-box-align: start; |
| 1779 | -ms-flex-align: start; |
| 1780 | align-items: flex-start; |
| 1781 | } |
| 1782 | |
| 1783 | .wpr-wl-tab-content .wpr-settings-group:last-of-type { |
| 1784 | margin-top: 50px; |
| 1785 | margin-left: 50px; |
| 1786 | } |
| 1787 | |
| 1788 | .wpr-setting-custom-img-upload div button { |
| 1789 | display: -webkit-box; |
| 1790 | display: -ms-flexbox; |
| 1791 | display: flex; |
| 1792 | -webkit-box-align: center; |
| 1793 | -ms-flex-align: center; |
| 1794 | align-items: center; |
| 1795 | margin-top: 10px; |
| 1796 | padding: 10px 20px; |
| 1797 | background: #ffffff; |
| 1798 | border: 1px solid #e8e8e8; |
| 1799 | border-radius: 3px; |
| 1800 | font-weight: bold; |
| 1801 | cursor: pointer; |
| 1802 | } |
| 1803 | |
| 1804 | .wpr-setting-custom-img-upload div button span { |
| 1805 | margin-left: 5px; |
| 1806 | } |
| 1807 | |
| 1808 | .wpr-setting-custom-img-upload div button img { |
| 1809 | width: 50px; |
| 1810 | } |
| 1811 | |
| 1812 | .wpr-setting-custom-ckbox h4 { |
| 1813 | display: -webkit-box; |
| 1814 | display: -ms-flexbox; |
| 1815 | display: flex; |
| 1816 | -webkit-box-orient: horizontal; |
| 1817 | -webkit-box-direction: normal; |
| 1818 | -ms-flex-direction: row; |
| 1819 | flex-direction: row; |
| 1820 | -webkit-box-pack: justify; |
| 1821 | -ms-flex-pack: justify; |
| 1822 | justify-content: space-between; |
| 1823 | } |
| 1824 | |
| 1825 | .wpr-setting-custom-ckbox label { |
| 1826 | background: #dddbdb; |
| 1827 | } |
| 1828 | |
| 1829 | .wpr-setting-custom-ckbox p { |
| 1830 | color: #a09f9f; |
| 1831 | } |
| 1832 | |
| 1833 | /*-------------------------------------------------------------- |
| 1834 | == Freemius |
| 1835 | --------------------------------------------------------------*/ |
| 1836 | #fs_connect { |
| 1837 | margin: 40px !important; |
| 1838 | width: 650px !important; |
| 1839 | border-top: 3px solid #2271B1 !important; |
| 1840 | } |
| 1841 | |
| 1842 | #fs_connect .fs-content { |
| 1843 | padding: 25px 20px 35px 20px !important; |
| 1844 | } |
| 1845 | |
| 1846 | #fs_connect .fs-content h2 { |
| 1847 | text-transform: capitalize; |
| 1848 | } |
| 1849 | |
| 1850 | #fs_connect .fs-visual { |
| 1851 | background: transparent !important; |
| 1852 | } |
| 1853 | |
| 1854 | #fs_connect .fs-visual .fs-site-icon, |
| 1855 | #fs_connect .fs-visual .fs-plugin-icon, |
| 1856 | #fs_connect .fs-visual .fs-connect-logo { |
| 1857 | top: 20px !important; |
| 1858 | } |
| 1859 | |
| 1860 | #fs_connect .fs-visual .fs-plugin-icon, |
| 1861 | #fs_connect .fs-visual .fs-connect-logo, |
| 1862 | #fs_connect .fs-visual .fs-site-icon { |
| 1863 | border: none !important; |
| 1864 | } |
| 1865 | |
| 1866 | #fs_connect .fs-visual .fs-site-icon i, |
| 1867 | #fs_connect .fs-visual img{ |
| 1868 | overflow: hidden !important; |
| 1869 | border-radius: 100px !important; |
| 1870 | } |
| 1871 | |
| 1872 | #fs_connect .fs-actions { |
| 1873 | border-top: 1px solid #F2F2F2 !important; |
| 1874 | background: #F2F2F2 !important; |
| 1875 | padding: 20px !important; |
| 1876 | } |
| 1877 | |
| 1878 | #fs_connect .fs-actions .button { |
| 1879 | font-size: 14px !important; |
| 1880 | } |
| 1881 | |
| 1882 | #fs_connect .fs-actions .button.button-secondary { |
| 1883 | padding: 0 25px !important; |
| 1884 | } |
| 1885 | |
| 1886 | #fs_connect .fs-permissions>.fs-trigger { |
| 1887 | -webkit-box-shadow: none !important; |
| 1888 | box-shadow: none !important; |
| 1889 | } |
| 1890 | |
| 1891 | .fs-trigger.wp-core-ui { |
| 1892 | opacity: 0.6; |
| 1893 | } |
| 1894 | |
| 1895 | #fs_connect .fs-permissions.fs-open ul { |
| 1896 | margin: 30px 20px !important; |
| 1897 | } |
| 1898 | |
| 1899 | #fs_connect .fs-permissions ul li .fs-permission-description span { |
| 1900 | font-size: 12px !important; |
| 1901 | text-transform: capitalize !important; |
| 1902 | } |
| 1903 | |
| 1904 | #fs_connect .fs-permissions ul li .fs-permission-description p { |
| 1905 | font-size: 11px !important; |
| 1906 | margin-top: 0 !important; |
| 1907 | } |
| 1908 | |
| 1909 | #fs_connect .fs-license-key-container { |
| 1910 | width: 100% !important; |
| 1911 | margin-top: 20px; |
| 1912 | } |
| 1913 | |
| 1914 | #pframe, |
| 1915 | #fs_connect.require-license-key .fs-permissions, |
| 1916 | #fs_connect.require-license-key .fs-terms, |
| 1917 | #fs_connect .fs-freemium-licensing, |
| 1918 | #license_issues_link { |
| 1919 | display: none !important; |
| 1920 | } |
| 1921 | |
| 1922 | .fs-terms { |
| 1923 | display: none !important; |
| 1924 | } |
| 1925 | |
| 1926 | /*-------------------------------------------------------------- |
| 1927 | == Settings: Pro Options |
| 1928 | --------------------------------------------------------------*/ |
| 1929 | .wpr-settings-pro-overlay { |
| 1930 | display: -webkit-box; |
| 1931 | display: -ms-flexbox; |
| 1932 | display: flex; |
| 1933 | -webkit-box-orient: vertical; |
| 1934 | -webkit-box-direction: normal; |
| 1935 | -ms-flex-direction: column; |
| 1936 | flex-direction: column; |
| 1937 | -webkit-box-align: center; |
| 1938 | -ms-flex-align: center; |
| 1939 | align-items: center; |
| 1940 | -webkit-box-pack: center; |
| 1941 | -ms-flex-pack: center; |
| 1942 | justify-content: center; |
| 1943 | position: absolute; |
| 1944 | top: 0; |
| 1945 | left: 0; |
| 1946 | width: 100%; |
| 1947 | height: 100%; |
| 1948 | background: rgba(0,0,0,0.4); |
| 1949 | color: #f9f9f9; |
| 1950 | font-size: 16px; |
| 1951 | text-decoration: none; |
| 1952 | text-transform: uppercase; |
| 1953 | font-weight: bold; |
| 1954 | |
| 1955 | text-shadow: 1px 1px 1px #000; |
| 1956 | -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.3); |
| 1957 | box-shadow: 1px 1px 15px rgba(0,0,0,0.3); |
| 1958 | } |
| 1959 | |
| 1960 | .wpr-settings-pro-overlay:hover, |
| 1961 | .wpr-settings-pro-overlay:focus{ |
| 1962 | color: #f9f9f9; |
| 1963 | } |
| 1964 | |
| 1965 | .wpr-settings-pro-overlay .dashicons { |
| 1966 | font-size: 50px; |
| 1967 | line-height: 50px; |
| 1968 | margin-bottom: 40px; |
| 1969 | -webkit-transform: translateX(-50%); |
| 1970 | -ms-transform: translateX(-50%); |
| 1971 | transform: translateX(-50%); |
| 1972 | } |
| 1973 | |
| 1974 | .wpr-settings-pro-overlay .dashicons:nth-child(2) { |
| 1975 | display: none; |
| 1976 | } |
| 1977 | |
| 1978 | .wpr-settings-pro-overlay:hover .dashicons:nth-child(2) { |
| 1979 | display: block; |
| 1980 | } |
| 1981 | |
| 1982 | .wpr-settings-pro-overlay:hover .dashicons:nth-child(1) { |
| 1983 | display: none; |
| 1984 | }.example { |
| 1985 | display: -ms-grid; |
| 1986 | display: grid; |
| 1987 | -webkit-transition: all .5s; |
| 1988 | -o-transition: all .5s; |
| 1989 | transition: all .5s; |
| 1990 | -webkit-user-select: none; |
| 1991 | -moz-user-select: none; |
| 1992 | -ms-user-select: none; |
| 1993 | user-select: none; |
| 1994 | background: -o-linear-gradient(top, white, black); |
| 1995 | background: -webkit-gradient(linear, left top, left bottom, from(white), to(black)); |
| 1996 | background: linear-gradient(to bottom, white, black); |
| 1997 | } |
| 1998 | |
| 1999 | /* Disable Notices */ |
| 2000 | .notice:not(.wpr-plugin-update-notice):not(.wpr-plugin-sale-notice):not(.wpr-pro-features-notice), |
| 2001 | div.fs-notice.updated, div.fs-notice.success { |
| 2002 | display: none !important; |
| 2003 | } |
| 2004 | |
| 2005 | /* Freemius license error video */ |
| 2006 | .wpr-fs-error-video-tutorial { |
| 2007 | color: #000 !important; |
| 2008 | text-decoration: none !important; |
| 2009 | font-weight: bold !important; |
| 2010 | } |
| 2011 | |
| 2012 | /*-------------------------------------------------------------- |
| 2013 | == Responsive |
| 2014 | --------------------------------------------------------------*/ |
| 2015 | @media screen and (max-width: 1400px) { |
| 2016 | .wpr-my-templates-list { |
| 2017 | width: 100%; |
| 2018 | } |
| 2019 | .wpr-widgets-search input { |
| 2020 | max-width: 250px; |
| 2021 | height: 40px; |
| 2022 | } |
| 2023 | |
| 2024 | .wpr-elements-toggle p { |
| 2025 | margin-top: 5px; |
| 2026 | } |
| 2027 | |
| 2028 | .wpr-elements-filters li { |
| 2029 | padding: 6px 12px; |
| 2030 | margin-right: 1px; |
| 2031 | font-size: 12px; |
| 2032 | } |
| 2033 | } |
| 2034 | |
| 2035 | @media screen and (max-width: 1536px) { |
| 2036 | .wpr-elements.wpr-elements-general .wpr-element { |
| 2037 | width: 32%; |
| 2038 | } |
| 2039 | |
| 2040 | .wpr-elements.wpr-elements-general .wpr-element:nth-child(2) h3 { |
| 2041 | font-size: 15px; |
| 2042 | } |
| 2043 | } |
| 2044 | |
| 2045 | @media screen and (max-width: 1280px) { |
| 2046 | .wpr-elements.wpr-elements-general .wpr-element:nth-child(2) h3 { |
| 2047 | font-size: 13px; |
| 2048 | } |
| 2049 | } |
| 2050 | |
| 2051 | @media screen and (max-width: 1366px) { |
| 2052 | .wpr-nav-tab-wrapper a { |
| 2053 | padding: 13px 30px; |
| 2054 | } |
| 2055 | } |
| 2056 | |
| 2057 | @media screen and (max-width: 1355px) { |
| 2058 | .wpr-nav-tab-wrapper a { |
| 2059 | padding: 13px 25px; |
| 2060 | font-size: 14px; |
| 2061 | } |
| 2062 | |
| 2063 | /* .wpr-widgets-search input { |
| 2064 | max-width: 250px; |
| 2065 | height: 40px; |
| 2066 | } |
| 2067 | |
| 2068 | .wpr-elements-toggle p { |
| 2069 | margin-top: 5px; |
| 2070 | } |
| 2071 | |
| 2072 | .wpr-elements-filters li { |
| 2073 | padding: 3px 8px; |
| 2074 | font-size: 12px; |
| 2075 | } */ |
| 2076 | } |