mystickymenu-admin.css
1857 lines
| 1 | @font-face { |
| 2 | font-family: 'poppinsregular'; |
| 3 | src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), |
| 4 | url('../fonts/poppins-regular-webfont.woff') format('woff'); |
| 5 | font-weight: normal; |
| 6 | font-style: normal; |
| 7 | |
| 8 | } |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | @font-face { |
| 14 | font-family: 'poppinsbold'; |
| 15 | src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), |
| 16 | url('../fonts/poppins-bold-webfont.woff') format('woff'); |
| 17 | font-weight: normal; |
| 18 | font-style: normal; |
| 19 | |
| 20 | } |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 | @font-face { |
| 26 | font-family: 'poppins_lightregular'; |
| 27 | src: url('../fonts/poppins-light-webfont.woff2') format('woff2'), |
| 28 | url('../fonts/poppins-light-webfont.woff') format('woff'); |
| 29 | font-weight: normal; |
| 30 | font-style: normal; |
| 31 | |
| 32 | } |
| 33 | |
| 34 | #custom-handle { |
| 35 | width: 3em; |
| 36 | height: 1.6em; |
| 37 | top: 50%; |
| 38 | margin-top: -.8em; |
| 39 | text-align: center; |
| 40 | line-height: 1.6em; |
| 41 | } |
| 42 | |
| 43 | #mystickymenu { |
| 44 | font-family: 'poppinsregular', sans-serif; |
| 45 | } |
| 46 | |
| 47 | .main-content { |
| 48 | float: left; |
| 49 | width: 65%; |
| 50 | } |
| 51 | |
| 52 | .main-sidebar { |
| 53 | float: right; |
| 54 | width: 30%; |
| 55 | background: #ffffff; |
| 56 | border: 1px solid #e5e5e5; |
| 57 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
| 58 | } |
| 59 | |
| 60 | .main-sidebar h3 { |
| 61 | margin: 0; |
| 62 | padding: 8px 12px; |
| 63 | border-bottom: 1px solid #ececec; |
| 64 | } |
| 65 | |
| 66 | .main-sidebar .inner { |
| 67 | padding: 10px; |
| 68 | } |
| 69 | |
| 70 | .main-sidebar p { |
| 71 | padding: 8px; |
| 72 | margin: 0; |
| 73 | border-top: solid 1px #e5e5e5; |
| 74 | } |
| 75 | |
| 76 | /*.mystickyinput {padding-top: 6px;}*/ |
| 77 | @media screen and (max-width: 782px) { |
| 78 | .main-content, .main-sidebar { |
| 79 | width: 100%; |
| 80 | float: none; |
| 81 | clear: both; |
| 82 | } |
| 83 | } |
| 84 | |
| 85 | .myssticky-remove-hand { |
| 86 | cursor: default; |
| 87 | } |
| 88 | |
| 89 | /* */ |
| 90 | .mystickymenu-content-section input[type="number"]#myfixed_zindex { |
| 91 | -moz-appearance: textfield-multiline; |
| 92 | } |
| 93 | |
| 94 | .mystickymenu-content-section input[type="number"] { |
| 95 | -moz-appearance: textfield; |
| 96 | } |
| 97 | |
| 98 | .mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button { |
| 99 | -webkit-appearance: none; |
| 100 | margin: 0; |
| 101 | } |
| 102 | |
| 103 | .mystickymenu-content-section .mysticky-number { |
| 104 | display: inline-block; |
| 105 | margin: 0 0 10px; |
| 106 | position: relative; |
| 107 | } |
| 108 | |
| 109 | #mystickymenu .mystickymenu-content-section .mysticky-number { |
| 110 | /*width: 90px;*/ |
| 111 | } |
| 112 | |
| 113 | #mystickymenu input[type=number] { |
| 114 | color: #A7A7A7; |
| 115 | border-radius: 21px; |
| 116 | background-color: #ffffff; |
| 117 | border: 1px solid #DCE2E2; |
| 118 | font-size: 14px; |
| 119 | font-weight: 400; |
| 120 | height: 42px; |
| 121 | padding: 0 10px 0 12px; |
| 122 | margin: 0; |
| 123 | width: 229px; |
| 124 | box-shadow: none; |
| 125 | } |
| 126 | |
| 127 | .pt_number { |
| 128 | display: inline-block; |
| 129 | vertical-align: top; |
| 130 | margin-top: 7px; |
| 131 | } |
| 132 | |
| 133 | .mystickymenu-content-section .mysticky-number:focus { |
| 134 | outline: 0; |
| 135 | } |
| 136 | |
| 137 | .mystickymenu-content-section .mysticky-number .pt_number { |
| 138 | float: left; |
| 139 | position: relative; |
| 140 | height: 30px; |
| 141 | } |
| 142 | |
| 143 | .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton { |
| 144 | position: relative; |
| 145 | cursor: pointer; |
| 146 | border-left: 1px solid #b7b7b7; |
| 147 | width: 15px; |
| 148 | text-align: center; |
| 149 | color: #333; |
| 150 | font-size: 14px; |
| 151 | line-height: 1.1; |
| 152 | -webkit-transform: translateX(-100%); |
| 153 | transform: translateX(-100%); |
| 154 | -webkit-user-select: none; |
| 155 | -moz-user-select: none; |
| 156 | -ms-user-select: none; |
| 157 | user-select: none; |
| 158 | } |
| 159 | |
| 160 | .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active { |
| 161 | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); |
| 162 | -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); |
| 163 | } |
| 164 | |
| 165 | .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup { |
| 166 | position: absolute; |
| 167 | height: 50%; |
| 168 | top: 0; |
| 169 | border-bottom: 1px solid #b7b7b7; |
| 170 | } |
| 171 | |
| 172 | .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown { |
| 173 | position: absolute; |
| 174 | bottom: 0px; |
| 175 | height: 50%; |
| 176 | } |
| 177 | |
| 178 | /* */ |
| 179 | |
| 180 | input#mysticky_class_selector { |
| 181 | border-radius: 24px; |
| 182 | border: 1px solid #E6E5EC; |
| 183 | height: 46px; |
| 184 | padding: 0 26px; |
| 185 | width: 49% |
| 186 | } |
| 187 | |
| 188 | .mystickymenu-content-section { |
| 189 | background-color: #F9FCFC; |
| 190 | border-radius: 7px; |
| 191 | margin-bottom: 20px; |
| 192 | border: 1px solid #E1E6E6; |
| 193 | } |
| 194 | |
| 195 | input#myfixed_disable_small_screen { |
| 196 | border-radius: 21px; |
| 197 | } |
| 198 | |
| 199 | input#mysticky_active_on_height_home { |
| 200 | border-radius: 21px; |
| 201 | } |
| 202 | |
| 203 | textarea#myfixed_cssstyle { |
| 204 | width: 100%; |
| 205 | margin-top: 12px; |
| 206 | border-radius: 10px; |
| 207 | background-color: #fff; |
| 208 | height: 120px; |
| 209 | resize: none; |
| 210 | border: 1px solid #DCE2E2; |
| 211 | padding: 10px 10px; |
| 212 | } |
| 213 | |
| 214 | label { |
| 215 | font-size: 15px; |
| 216 | } |
| 217 | |
| 218 | .sticky-class-sec tr td { |
| 219 | width: 50%; |
| 220 | } |
| 221 | |
| 222 | .px-wrap { |
| 223 | position: relative; |
| 224 | display: inline-block; |
| 225 | vertical-align: top; |
| 226 | } |
| 227 | |
| 228 | .mystickymenu-content-option { |
| 229 | padding: 20px 20px 0; |
| 230 | } |
| 231 | |
| 232 | .mystickymenu-heading { |
| 233 | padding-bottom: 20px; |
| 234 | } |
| 235 | |
| 236 | .myStickymenu-header-title { |
| 237 | background-color: #B2D2FC; |
| 238 | padding: 13px 20px; |
| 239 | border-radius: 10px 10px 0 0; |
| 240 | } |
| 241 | |
| 242 | .myStickymenu-header-title h3 { |
| 243 | margin: 0; |
| 244 | color: #1F4B84; |
| 245 | font-size: 18px; |
| 246 | font-weight: 600; |
| 247 | line-height: 1.2; |
| 248 | } |
| 249 | |
| 250 | .mystickymenu-heading p { |
| 251 | background-color: #D6EFFF; |
| 252 | color: #1F4B84; |
| 253 | border-radius: 0 0 10px 10px; |
| 254 | padding: 13px 20px; |
| 255 | margin: 0; |
| 256 | font-size: 14px; |
| 257 | line-height: 28px; |
| 258 | } |
| 259 | |
| 260 | .mystickynumber { |
| 261 | position: relative; |
| 262 | padding-left: 30px; |
| 263 | } |
| 264 | |
| 265 | .pt_numberbutton.pt_numberup { |
| 266 | height: 25px; |
| 267 | width: 25px; |
| 268 | line-height: 25px; |
| 269 | background-color: #808080; |
| 270 | border-radius: 50%; |
| 271 | position: relative; |
| 272 | margin-left: 5px; |
| 273 | display: inline-block; |
| 274 | color: white; |
| 275 | font-size: 21px; |
| 276 | cursor: pointer; |
| 277 | text-align: center; |
| 278 | margin-top: 2px; |
| 279 | } |
| 280 | |
| 281 | .pt_numberbutton.pt_numberdown { |
| 282 | height: 25px; |
| 283 | width: 25px; |
| 284 | line-height: 25px; |
| 285 | background-color: #808080; |
| 286 | border-radius: 50%; |
| 287 | position: absolute; |
| 288 | top: 8px; |
| 289 | left: 0; |
| 290 | display: inline-block; |
| 291 | color: white; |
| 292 | font-size: 21px; |
| 293 | cursor: pointer; |
| 294 | text-align: center; |
| 295 | } |
| 296 | |
| 297 | span.input-px { |
| 298 | height: 42px; |
| 299 | width: 57px; |
| 300 | background-color: #808080; |
| 301 | position: absolute; |
| 302 | right: 0; |
| 303 | top: 0px; |
| 304 | display: inline-block; |
| 305 | vertical-align: top; |
| 306 | font-size: 14px; |
| 307 | border-radius: 0 21px 21px 0; |
| 308 | color: #fff; |
| 309 | line-height: 42px; |
| 310 | text-align: center; |
| 311 | } |
| 312 | |
| 313 | .mysticky_device_upgrade { |
| 314 | background-color: #f0ecfb; |
| 315 | border-radius: 20px; |
| 316 | padding: 15px 40px 20px 20px; |
| 317 | } |
| 318 | |
| 319 | .mystickymenu-content-section.mystickymenu-content-upgrade { |
| 320 | background-color: #f4f4fd; |
| 321 | } |
| 322 | |
| 323 | .myStickymenu-upgrade a { |
| 324 | background: #E1DAF6; |
| 325 | border-radius: 20px; |
| 326 | color: #7559C0; |
| 327 | padding-top: 2px; |
| 328 | padding-bottom: 6px; |
| 329 | padding-left: 10px; |
| 330 | padding-right: 10px; |
| 331 | font-weight: bold; |
| 332 | text-transform: uppercase; |
| 333 | font-size: 12px; |
| 334 | display: inline-block; |
| 335 | vertical-align: top; |
| 336 | line-height: 1; |
| 337 | } |
| 338 | .myStickymenu-upgrade { |
| 339 | float: right; |
| 340 | } |
| 341 | |
| 342 | .myStickymenu-upgrade a:before { |
| 343 | content: "\f160"; |
| 344 | font-family: dashicons; |
| 345 | position: relative; |
| 346 | top: 3px; |
| 347 | font-size: 16px; |
| 348 | } |
| 349 | |
| 350 | .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li { |
| 351 | display: inline-block; |
| 352 | width: 21%; |
| 353 | } |
| 354 | |
| 355 | input#submit.button.button-primary { |
| 356 | background: #00c67c; |
| 357 | border-color: #00c67c; |
| 358 | text-transform: uppercase; |
| 359 | border-radius: 31px; |
| 360 | font-size: 26px; |
| 361 | padding-left: 23px; |
| 362 | padding-right: 23px; |
| 363 | height: 60px; |
| 364 | width: 200px; |
| 365 | border: 0; |
| 366 | box-shadow: none; |
| 367 | font-weight: 600; |
| 368 | text-shadow: none; |
| 369 | } |
| 370 | |
| 371 | input.button.button-secondary.confirm { |
| 372 | background: #969696; |
| 373 | border-color: #969696; |
| 374 | text-transform: uppercase; |
| 375 | font-size: 26px; |
| 376 | padding-left: 23px; |
| 377 | padding-right: 23px; |
| 378 | float: right; |
| 379 | color: white; |
| 380 | margin-right: 10px; |
| 381 | height: 60px; |
| 382 | width: 200px; |
| 383 | border-radius: 31px; |
| 384 | font-weight: 600; |
| 385 | } |
| 386 | |
| 387 | table ul.mystickymenu-input-multicheckbox { |
| 388 | width: 100%; |
| 389 | display: inline-flex; |
| 390 | } |
| 391 | |
| 392 | p.myStickymenu-review a { |
| 393 | font-size: 20px; |
| 394 | } |
| 395 | |
| 396 | table ul.mystickymenu-input-multicheckbox li { |
| 397 | padding-right: 21px; |
| 398 | } |
| 399 | |
| 400 | table { |
| 401 | width: 100%; |
| 402 | } |
| 403 | |
| 404 | #mystickymenu table tr td { |
| 405 | padding: 20px; |
| 406 | } |
| 407 | |
| 408 | div#mystickymenu { |
| 409 | overflow-x: hidden; |
| 410 | overflow-y: hidden; |
| 411 | } |
| 412 | |
| 413 | label.mysticky_title { |
| 414 | font-weight: 500; |
| 415 | font-size: 18px; |
| 416 | line-height: 1.2; |
| 417 | color: #4F4F4F; |
| 418 | } |
| 419 | |
| 420 | .mystickymenu-content-option p label.mysticky_text { |
| 421 | margin-left: 0px; |
| 422 | } |
| 423 | |
| 424 | span.mysticky_text { |
| 425 | font-size: 14px; |
| 426 | color: #9E9E9E; |
| 427 | margin-left: 20px; |
| 428 | font-style: italic; |
| 429 | } |
| 430 | |
| 431 | label.mysticky_text { |
| 432 | font-size: 14px; |
| 433 | /*color: #9E9E9E;*/ |
| 434 | margin-left: 20px; |
| 435 | font-style: italic; |
| 436 | } |
| 437 | |
| 438 | select#mystickymenu-select { |
| 439 | border-radius: 24px; |
| 440 | border: 1px solid #E6E5EC; |
| 441 | height: 46px; |
| 442 | box-shadow: none; |
| 443 | padding: 0 26px; |
| 444 | width: 49%; |
| 445 | display: inline-block; |
| 446 | vertical-align: top; |
| 447 | } |
| 448 | |
| 449 | .mystickymenu-input-section { |
| 450 | margin-top: 9px; |
| 451 | } |
| 452 | |
| 453 | label.mysticky_title.css-style-title { |
| 454 | font-size: 20px; |
| 455 | } |
| 456 | |
| 457 | span.wp-color-result-text { |
| 458 | display: none; |
| 459 | } |
| 460 | |
| 461 | button.button.wp-color-result { |
| 462 | border-radius: 50%; |
| 463 | height: 30px !important; |
| 464 | } |
| 465 | |
| 466 | .mystickymenu-content-section h3 { |
| 467 | margin-left: 20px; |
| 468 | font-weight: 600; |
| 469 | font-size: 26px; |
| 470 | line-height: 1.2; |
| 471 | color: #4F4F4F; |
| 472 | margin: 0; |
| 473 | padding: 24px 20px; |
| 474 | } |
| 475 | |
| 476 | .form-table { |
| 477 | margin-top: 0; |
| 478 | } |
| 479 | |
| 480 | ul.mystickymenu-input-multicheckbox li span { |
| 481 | font-size: 16px; |
| 482 | color: #4F4F4F; |
| 483 | } |
| 484 | |
| 485 | .mystickymenu-input-section label { |
| 486 | /*color: #9E9E9E;*/ |
| 487 | font-size: 16px; |
| 488 | } |
| 489 | #mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{ |
| 490 | border-radius: 0px; |
| 491 | height: 35px; |
| 492 | margin: 10px; |
| 493 | } |
| 494 | #mystickymenu .mystickymenu-input-section span.description{ |
| 495 | font-style: normal; |
| 496 | font-size: 16px; |
| 497 | } |
| 498 | .myStickymenu-upgrade a { |
| 499 | text-decoration: none; |
| 500 | color: #7559C0; |
| 501 | } |
| 502 | |
| 503 | #mystickymenu p.submit { |
| 504 | margin-top: 0; |
| 505 | padding-top: 0; |
| 506 | float: right; |
| 507 | } |
| 508 | |
| 509 | td { |
| 510 | vertical-align: top !important; |
| 511 | } |
| 512 | |
| 513 | p.description { |
| 514 | color: rgba(79, 79, 79, 0.5); |
| 515 | font-size: 12px; |
| 516 | line-height: 1.2; |
| 517 | margin: 5px 0 0; |
| 518 | } |
| 519 | |
| 520 | div#slider.ui-slider { |
| 521 | width: 229px; |
| 522 | background-color: #DCE2E2; |
| 523 | height: 2px; |
| 524 | border: 0; |
| 525 | border-radius: 2px; |
| 526 | position: relative; |
| 527 | } |
| 528 | |
| 529 | .mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active { |
| 530 | color: #454545; |
| 531 | } |
| 532 | |
| 533 | #mystickymenu #custom-handle { |
| 534 | width: 1.6em; |
| 535 | border-radius: 50%; |
| 536 | background-color: #fff; |
| 537 | box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); |
| 538 | border: 0; |
| 539 | position: absolute; |
| 540 | } |
| 541 | .sticky-header-menu { |
| 542 | text-align: center; |
| 543 | padding: 0 0 20px 0; |
| 544 | } |
| 545 | .sticky-header-menu ul { |
| 546 | display: inline-block; |
| 547 | padding: 1px; |
| 548 | background-color: #D6EFFF; |
| 549 | -webkit-border-radius: 23px; |
| 550 | -moz-border-radius: 23px; |
| 551 | border-radius: 23px; |
| 552 | } |
| 553 | .sticky-header-menu ul li { |
| 554 | display: inline-block; |
| 555 | margin: 0; |
| 556 | } |
| 557 | .sticky-header-menu ul li a { |
| 558 | display: inline-block; |
| 559 | padding: 0 20px; |
| 560 | line-height: 40px; |
| 561 | height: 40px; |
| 562 | font-size: 16px; |
| 563 | text-decoration: none; |
| 564 | -webkit-border-radius: 20px; |
| 565 | -moz-border-radius: 20px; |
| 566 | border-radius: 20px; |
| 567 | } |
| 568 | .sticky-header-menu ul li a:hover { |
| 569 | background: #f0ecfb; |
| 570 | color: #7559C0; |
| 571 | } |
| 572 | .sticky-header-menu ul li a.active { |
| 573 | background: #E1DAF6; |
| 574 | color: #7559C0; |
| 575 | } |
| 576 | .sticky-header-content { |
| 577 | display: none; |
| 578 | } |
| 579 | @media only screen and (min-width: 1024px) and (max-width: 1200px) { |
| 580 | .pt_numberbutton.pt_numberdown { |
| 581 | position: relative; |
| 582 | margin-left: -75px; |
| 583 | top: -29px; |
| 584 | } |
| 585 | |
| 586 | .pt_numberbutton.pt_numberup { |
| 587 | position: relative; |
| 588 | top: -29px; |
| 589 | left: 70px; |
| 590 | } |
| 591 | |
| 592 | /* span.input-px { */ |
| 593 | /* position: relative; */ |
| 594 | /* left: 112px; */ |
| 595 | /* top: -24px !important; */ |
| 596 | /* margin-left: -20px; */ |
| 597 | /* } */ |
| 598 | } |
| 599 | |
| 600 | |
| 601 | |
| 602 | #rpt_pricr { |
| 603 | width: 100%; |
| 604 | max-width: 1024px; |
| 605 | margin: 0 auto; |
| 606 | padding: 25px 25px 25px 25px; |
| 607 | background: #fff; |
| 608 | |
| 609 | -webkit-border-radius: 5px; |
| 610 | -moz-border-radius: 5px; |
| 611 | border-radius: 5px; |
| 612 | } |
| 613 | #rpt_pricr h2 { |
| 614 | padding: 50px 0 30px; |
| 615 | text-align: center; |
| 616 | font-size: 24px; |
| 617 | } |
| 618 | .rpt_plans .rpt_plan { |
| 619 | -moz-box-sizing: border-box; |
| 620 | -webkit-box-sizing: border-box |
| 621 | } |
| 622 | |
| 623 | .rpt_2_plans .rpt_plan { |
| 624 | margin-right: 2%; |
| 625 | width: 49%; |
| 626 | float: left |
| 627 | } |
| 628 | |
| 629 | .rpt_2_plans .rpt_plan:last-child { |
| 630 | margin-right: 0 |
| 631 | } |
| 632 | |
| 633 | .rpt_3_plans .rpt_plan { |
| 634 | margin-right: 2%; |
| 635 | width: 32%; |
| 636 | float: left |
| 637 | } |
| 638 | |
| 639 | .rpt_3_plans .rpt_plan:last-child { |
| 640 | margin-right: 0 |
| 641 | } |
| 642 | |
| 643 | .rpt_4_plans .rpt_plan { |
| 644 | margin-right: 1%; |
| 645 | width: 24.25%; |
| 646 | float: left |
| 647 | } |
| 648 | |
| 649 | .rpt_4_plans .rpt_plan:last-child { |
| 650 | margin-right: 0 |
| 651 | } |
| 652 | |
| 653 | .rpt_5_plans .rpt_plan { |
| 654 | margin-right: .5%; |
| 655 | width: 19.6%; |
| 656 | float: left |
| 657 | } |
| 658 | |
| 659 | .rpt_5_plans .rpt_plan:last-child { |
| 660 | margin-right: 0 |
| 661 | } |
| 662 | |
| 663 | .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan { |
| 664 | -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19); |
| 665 | -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19); |
| 666 | box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19) |
| 667 | } |
| 668 | |
| 669 | .rpt_plans .rpt_plan .rpt_title img { |
| 670 | margin-right: 10px; |
| 671 | position: relative; |
| 672 | vertical-align: middle |
| 673 | } |
| 674 | |
| 675 | .rpt_plans .rpt_plan .rpt_title { |
| 676 | background: #6371db; |
| 677 | font-weight: 300; |
| 678 | padding: 24px 18px; |
| 679 | font-size: 26px; |
| 680 | color: #fff; |
| 681 | line-height: 35px; |
| 682 | height: auto; |
| 683 | } |
| 684 | |
| 685 | .rpt_plans .rpt_plan .rpt_title span { |
| 686 | display: inline-block; |
| 687 | position: relative; |
| 688 | top: -10px |
| 689 | } |
| 690 | |
| 691 | .rpt_style_basic .rpt_plan .rpt_title { |
| 692 | border-bottom: #6371db solid 1px; |
| 693 | border-top-left-radius: 8px; |
| 694 | border-top-right-radius: 8px; |
| 695 | } |
| 696 | |
| 697 | .rpt_style_spec .rpt_plan .rpt_title { |
| 698 | color: #fff |
| 699 | } |
| 700 | |
| 701 | .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title { |
| 702 | background: #333 |
| 703 | } |
| 704 | |
| 705 | .rpt_plans .rpt_sm_title .rpt_plan .rpt_title { |
| 706 | font-size: 20px; |
| 707 | line-height: 18px |
| 708 | } |
| 709 | |
| 710 | .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title { |
| 711 | font-size: 15px; |
| 712 | line-height: 15px |
| 713 | } |
| 714 | |
| 715 | .rpt_4_plans .rpt_plan .rpt_title { |
| 716 | font-size: 17px; |
| 717 | line-height: 15px |
| 718 | } |
| 719 | |
| 720 | .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title { |
| 721 | font-size: 15px; |
| 722 | line-height: 13px |
| 723 | } |
| 724 | |
| 725 | .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title { |
| 726 | font-size: 13px; |
| 727 | line-height: 11px |
| 728 | } |
| 729 | |
| 730 | .rpt_5_plans .rpt_plan .rpt_title { |
| 731 | font-size: 15px; |
| 732 | line-height: 13px |
| 733 | } |
| 734 | |
| 735 | .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title { |
| 736 | font-size: 13px; |
| 737 | line-height: 11px |
| 738 | } |
| 739 | |
| 740 | .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title { |
| 741 | font-size: 12px; |
| 742 | line-height: 10px |
| 743 | } |
| 744 | |
| 745 | .rpt_plans .rpt_recommended_plan .rpt_title { |
| 746 | background: #6371db |
| 747 | } |
| 748 | |
| 749 | .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 750 | position: relative; |
| 751 | top: -44px; |
| 752 | left: -10px; |
| 753 | font-size: 35px; |
| 754 | line-height: 0 |
| 755 | } |
| 756 | |
| 757 | .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 758 | top: -36px |
| 759 | } |
| 760 | |
| 761 | .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 762 | top: -26px |
| 763 | } |
| 764 | |
| 765 | .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 766 | font-size: 30px; |
| 767 | top: -44px; |
| 768 | left: -4px |
| 769 | } |
| 770 | |
| 771 | .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 772 | font-size: 25px; |
| 773 | top: -30px; |
| 774 | left: -4px |
| 775 | } |
| 776 | |
| 777 | .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 778 | font-size: 21px; |
| 779 | top: -14px; |
| 780 | left: -4px |
| 781 | } |
| 782 | |
| 783 | .rpt_style_basic .rpt_plan .rpt_head { |
| 784 | background: #ec86c6 |
| 785 | } |
| 786 | |
| 787 | .rpt_style_spec .rpt_plan .rpt_head { |
| 788 | background: #fff |
| 789 | } |
| 790 | |
| 791 | .rpt_style_swl .rpt_plan .rpt_head { |
| 792 | background: #fff |
| 793 | } |
| 794 | |
| 795 | .rpt_plans .rpt_plan .rpt_head .rpt_price { |
| 796 | padding: 6px 10px; |
| 797 | font-size: 74px; |
| 798 | line-height: 80px; |
| 799 | font-weight: 300; |
| 800 | text-align: center; |
| 801 | color: #ffffff |
| 802 | } |
| 803 | |
| 804 | .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price { |
| 805 | text-shadow: 1px 2px 7px rgba(0, 0, 0, .6) |
| 806 | } |
| 807 | |
| 808 | .rpt_style_swl .rpt_plan .rpt_head .rpt_price { |
| 809 | color: #000 |
| 810 | } |
| 811 | |
| 812 | .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price { |
| 813 | font-size: 62px |
| 814 | } |
| 815 | |
| 816 | .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price { |
| 817 | font-size: 56px |
| 818 | } |
| 819 | |
| 820 | .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price { |
| 821 | font-size: 38px |
| 822 | } |
| 823 | |
| 824 | .rpt_4_plans .rpt_plan .rpt_head .rpt_price { |
| 825 | font-size: 69px; |
| 826 | line-height: 80px |
| 827 | } |
| 828 | |
| 829 | .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price { |
| 830 | font-size: 53px; |
| 831 | line-height: 65px |
| 832 | } |
| 833 | |
| 834 | .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price { |
| 835 | font-size: 47px; |
| 836 | line-height: 64px |
| 837 | } |
| 838 | |
| 839 | .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price { |
| 840 | font-size: 31px; |
| 841 | line-height: 60px |
| 842 | } |
| 843 | |
| 844 | .rpt_5_plans .rpt_plan .rpt_head .rpt_price { |
| 845 | font-size: 59px; |
| 846 | line-height: 80px |
| 847 | } |
| 848 | |
| 849 | .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price { |
| 850 | font-size: 44px; |
| 851 | line-height: 60px |
| 852 | } |
| 853 | |
| 854 | .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price { |
| 855 | font-size: 37px; |
| 856 | line-height: 53px |
| 857 | } |
| 858 | |
| 859 | .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price { |
| 860 | font-size: 24px; |
| 861 | line-height: 50px |
| 862 | } |
| 863 | |
| 864 | .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price { |
| 865 | font-size: 98px |
| 866 | } |
| 867 | |
| 868 | .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price { |
| 869 | font-size: 74px |
| 870 | } |
| 871 | |
| 872 | .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price { |
| 873 | font-size: 67px |
| 874 | } |
| 875 | |
| 876 | .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 877 | font-size: 83px |
| 878 | } |
| 879 | |
| 880 | .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 881 | font-size: 60px |
| 882 | } |
| 883 | |
| 884 | .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 885 | font-size: 54px |
| 886 | } |
| 887 | |
| 888 | .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 889 | font-size: 55px |
| 890 | } |
| 891 | |
| 892 | .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 893 | font-size: 49px |
| 894 | } |
| 895 | |
| 896 | .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 897 | font-size: 41px |
| 898 | } |
| 899 | |
| 900 | .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 901 | font-size: 42px |
| 902 | } |
| 903 | |
| 904 | .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 905 | font-size: 34px |
| 906 | } |
| 907 | |
| 908 | .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 909 | font-size: 26px |
| 910 | } |
| 911 | |
| 912 | .rpt_plans .rpt_plan .rpt_head .rpt_recurrence { |
| 913 | font-size: 13px; |
| 914 | font-weight: 300; |
| 915 | line-height: 18px; |
| 916 | padding: 20px 10px 10px; |
| 917 | color: #ffffff; |
| 918 | text-align: center |
| 919 | } |
| 920 | |
| 921 | .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence { |
| 922 | color: #d3d3d3 |
| 923 | } |
| 924 | |
| 925 | .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence { |
| 926 | color: #f5f5f5 |
| 927 | } |
| 928 | |
| 929 | .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence { |
| 930 | color: grey |
| 931 | } |
| 932 | |
| 933 | .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence { |
| 934 | font-size: 11px; |
| 935 | padding: 20px 40px 4px |
| 936 | } |
| 937 | |
| 938 | .rpt_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 939 | font-size: 16px; |
| 940 | line-height: 20px; |
| 941 | font-weight: 300; |
| 942 | text-align: center; |
| 943 | padding: 10px 30px 20px |
| 944 | } |
| 945 | |
| 946 | .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 947 | font-size: 14px |
| 948 | } |
| 949 | |
| 950 | .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 951 | font-size: 12px |
| 952 | } |
| 953 | |
| 954 | .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 955 | font-size: 16px; |
| 956 | line-height: 18px; |
| 957 | padding: 10px 10px 20px |
| 958 | } |
| 959 | |
| 960 | .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 961 | font-size: 14px; |
| 962 | line-height: 17px |
| 963 | } |
| 964 | |
| 965 | .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 966 | font-size: 13px; |
| 967 | line-height: 16px |
| 968 | } |
| 969 | |
| 970 | .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 971 | font-size: 15px; |
| 972 | line-height: 18px; |
| 973 | padding: 10px 10px 20px |
| 974 | } |
| 975 | |
| 976 | .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 977 | font-size: 13px; |
| 978 | line-height: 17px |
| 979 | } |
| 980 | |
| 981 | .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 982 | font-size: 12px; |
| 983 | line-height: 16px |
| 984 | } |
| 985 | |
| 986 | .rpt_plans .rpt_plan .rpt_head .rpt_description { |
| 987 | font-size: 14px; |
| 988 | line-height: 20px; |
| 989 | padding: 10px 20px; |
| 990 | font-weight: 300; |
| 991 | text-align: center; |
| 992 | color: #ffffff |
| 993 | } |
| 994 | |
| 995 | .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description { |
| 996 | font-size: 12px |
| 997 | } |
| 998 | |
| 999 | .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description { |
| 1000 | color: #f5f5f5 |
| 1001 | } |
| 1002 | |
| 1003 | .rpt_4_plans .rpt_plan .rpt_head .rpt_description { |
| 1004 | font-size: 13px; |
| 1005 | line-height: 18px |
| 1006 | } |
| 1007 | |
| 1008 | .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description { |
| 1009 | font-size: 12px; |
| 1010 | line-height: 17px |
| 1011 | } |
| 1012 | |
| 1013 | .rpt_5_plans .rpt_plan .rpt_head .rpt_description { |
| 1014 | font-size: 12px; |
| 1015 | line-height: 18px |
| 1016 | } |
| 1017 | |
| 1018 | .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description { |
| 1019 | font-size: 11px; |
| 1020 | line-height: 17px |
| 1021 | } |
| 1022 | |
| 1023 | .rpt_plans .rpt_plan .rpt_features { |
| 1024 | padding: 20px; |
| 1025 | background: #f0ecfb; |
| 1026 | text-align: center |
| 1027 | } |
| 1028 | |
| 1029 | .rpt_plans .rpt_plan .rpt_features .rpt_feature { |
| 1030 | font-size: 16px; |
| 1031 | padding: 6px 16px; |
| 1032 | border-bottom: 1px dotted #d3d3d3 |
| 1033 | } |
| 1034 | .rpt_plans .rpt_plan .rpt_features .rpt_feature a { |
| 1035 | color: #333333; |
| 1036 | } |
| 1037 | |
| 1038 | .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child { |
| 1039 | border-bottom: none |
| 1040 | } |
| 1041 | |
| 1042 | .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature { |
| 1043 | font-size: 14px |
| 1044 | } |
| 1045 | |
| 1046 | .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features { |
| 1047 | background: #fff |
| 1048 | } |
| 1049 | |
| 1050 | .rpt_style_swl .rpt_plan .rpt_features .rpt_feature { |
| 1051 | padding: 5px 16px |
| 1052 | } |
| 1053 | |
| 1054 | .rpt_4_plans .rpt_plan .rpt_features .rpt_feature { |
| 1055 | padding: 6px 10px; |
| 1056 | font-size: 14px |
| 1057 | } |
| 1058 | |
| 1059 | .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature { |
| 1060 | font-size: 12px |
| 1061 | } |
| 1062 | |
| 1063 | .rpt_5_plans .rpt_plan .rpt_features .rpt_feature { |
| 1064 | padding: 6px 10px; |
| 1065 | font-size: 13px |
| 1066 | } |
| 1067 | |
| 1068 | .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature { |
| 1069 | font-size: 11px |
| 1070 | } |
| 1071 | |
| 1072 | .rpt_plans .rpt_plan .rpt_foot { |
| 1073 | display: block; |
| 1074 | padding: 10px 30px; |
| 1075 | border-top: #7559C0 solid 2px; |
| 1076 | background: #7559C0; |
| 1077 | text-align: center; |
| 1078 | color: #fff; |
| 1079 | font-size: 24px; |
| 1080 | text-decoration: none; |
| 1081 | font-weight: 300; |
| 1082 | transition: All .5s ease; |
| 1083 | -webkit-transition: All .5s ease; |
| 1084 | -moz-transition: All .5s ease; |
| 1085 | -o-transition: All .5s ease |
| 1086 | } |
| 1087 | |
| 1088 | .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot { |
| 1089 | font-size: 19px |
| 1090 | } |
| 1091 | |
| 1092 | .rpt_style_basic .rpt_plan .rpt_foot { |
| 1093 | border-bottom-left-radius: 8px; |
| 1094 | border-bottom-right-radius: 8px |
| 1095 | } |
| 1096 | |
| 1097 | .rpt_style_swl .rpt_plan .rpt_foot { |
| 1098 | border-top: none; |
| 1099 | padding: 10px 30px 20px; |
| 1100 | color: #000; |
| 1101 | background: #333 |
| 1102 | } |
| 1103 | |
| 1104 | .rpt_4_plans .rpt_plan .rpt_foot { |
| 1105 | padding: 4px 20px; |
| 1106 | font-size: 19px |
| 1107 | } |
| 1108 | |
| 1109 | .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot { |
| 1110 | padding: 4px 20px; |
| 1111 | font-size: 17px |
| 1112 | } |
| 1113 | |
| 1114 | .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot { |
| 1115 | font-size: 16px |
| 1116 | } |
| 1117 | |
| 1118 | .rpt_plans .rpt_plan .rpt_foot:hover { |
| 1119 | opacity: .8 |
| 1120 | } |
| 1121 | |
| 1122 | .rpt_style_swl .rpt_plan .rpt_foot:hover { |
| 1123 | opacity: 1 |
| 1124 | } |
| 1125 | |
| 1126 | .rpt_plans .rpt_recommended_plan .rpt_foot { |
| 1127 | font-size: 30px; |
| 1128 | padding: 16px 0 |
| 1129 | } |
| 1130 | |
| 1131 | .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot { |
| 1132 | font-size: 26px |
| 1133 | } |
| 1134 | |
| 1135 | .rpt_4_plans .rpt_recommended_plan .rpt_foot { |
| 1136 | font-size: 22px; |
| 1137 | font-weight: 300; |
| 1138 | padding: 10px 0 |
| 1139 | } |
| 1140 | |
| 1141 | .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot { |
| 1142 | font-size: 19px; |
| 1143 | padding: 10px 0 |
| 1144 | } |
| 1145 | |
| 1146 | .rpt_5_plans .rpt_recommended_plan .rpt_foot { |
| 1147 | font-size: 20px; |
| 1148 | font-weight: 300; |
| 1149 | padding: 10px 0 |
| 1150 | } |
| 1151 | |
| 1152 | .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot { |
| 1153 | font-size: 18px; |
| 1154 | padding: 10px 0 |
| 1155 | } |
| 1156 | |
| 1157 | .rpt_custom_btn { |
| 1158 | border-bottom-left-radius: 5px; |
| 1159 | border-bottom-right-radius: 5px; |
| 1160 | text-align: center; |
| 1161 | padding: 16px 20px |
| 1162 | } |
| 1163 | |
| 1164 | .rpt_plans .rpt_recommended_plan { |
| 1165 | position: relative; |
| 1166 | top: -10px |
| 1167 | } |
| 1168 | |
| 1169 | .rpt_recommended_plan img.rpt_recommended { |
| 1170 | position: absolute !important; |
| 1171 | right: 10px !important |
| 1172 | } |
| 1173 | |
| 1174 | .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan { |
| 1175 | -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39); |
| 1176 | -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39); |
| 1177 | box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39) |
| 1178 | } |
| 1179 | |
| 1180 | a.rpt_tooltip { |
| 1181 | display: block; |
| 1182 | outline: 0; |
| 1183 | position: relative |
| 1184 | } |
| 1185 | |
| 1186 | a.rpt_tooltip strong { |
| 1187 | line-height: 30px |
| 1188 | } |
| 1189 | |
| 1190 | a.rpt_tooltip > span.intool { |
| 1191 | width: 90%; |
| 1192 | padding: 10px; |
| 1193 | margin-top: 56px; |
| 1194 | opacity: 0; |
| 1195 | visibility: hidden; |
| 1196 | z-index: 10; |
| 1197 | position: absolute; |
| 1198 | top: -15px; |
| 1199 | display: block; |
| 1200 | color: #f5f5f5; |
| 1201 | font-size: 13px; |
| 1202 | line-height: 20px; |
| 1203 | background: #333; |
| 1204 | font-weight: 300; |
| 1205 | text-align: center |
| 1206 | } |
| 1207 | |
| 1208 | a.rpt_tooltip:hover { |
| 1209 | cursor: zoom-in |
| 1210 | } |
| 1211 | |
| 1212 | a.rpt_tooltip .rpt_tooltip_plus { |
| 1213 | text-decoration: none !important; |
| 1214 | display: inline; |
| 1215 | font-size: 12px; |
| 1216 | font-weight: 700; |
| 1217 | position: relative; |
| 1218 | top: -6px |
| 1219 | } |
| 1220 | |
| 1221 | .rpt_feature:hover a.rpt_tooltip > span.intool { |
| 1222 | opacity: .98; |
| 1223 | text-decoration: none; |
| 1224 | visibility: visible; |
| 1225 | overflow: visible |
| 1226 | } |
| 1227 | |
| 1228 | a.rpt_tooltip span.intool b { |
| 1229 | width: 10px; |
| 1230 | height: 10px; |
| 1231 | margin-left: 35%; |
| 1232 | margin-top: -15px; |
| 1233 | position: absolute; |
| 1234 | -webkit-transform: rotate(-45deg); |
| 1235 | -moz-transform: rotate(-45deg); |
| 1236 | -o-transform: rotate(-45deg); |
| 1237 | transform: rotate(-45deg); |
| 1238 | display: none \0/; |
| 1239 | background: #333 |
| 1240 | } |
| 1241 | |
| 1242 | .rpt_3_plans a.rpt_tooltip > span.intool { |
| 1243 | margin-left: -1% |
| 1244 | } |
| 1245 | |
| 1246 | .rpt_4_plans a.rpt_tooltip > span.intool { |
| 1247 | margin-left: 0 |
| 1248 | } |
| 1249 | |
| 1250 | .rpt_5_plans a.rpt_tooltip > span.intool { |
| 1251 | margin-left: -2% |
| 1252 | } |
| 1253 | |
| 1254 | .entry-content .rpt_plan a, .rpt_plan a { |
| 1255 | border-bottom: none !important; |
| 1256 | text-decoration: none; |
| 1257 | } |
| 1258 | |
| 1259 | .rpt_plans .rpt_plan .rpt_icon { |
| 1260 | max-width: 30px; |
| 1261 | max-height: 30px |
| 1262 | } |
| 1263 | |
| 1264 | .rpt_plans .rpt_plan img { |
| 1265 | display: inline; |
| 1266 | margin: 0 10px 0 0; |
| 1267 | padding: 0; |
| 1268 | -webkit-box-shadow: 0 0 0 0 transparent; |
| 1269 | -moz-box-shadow: 0 0 0 0 transparent; |
| 1270 | box-shadow: 0 0 0 0 transparent; |
| 1271 | border: none |
| 1272 | } |
| 1273 | |
| 1274 | .folder-testimonial { |
| 1275 | position: relative; |
| 1276 | } |
| 1277 | .folder-testimonial .testimonial-data { |
| 1278 | position: relative; |
| 1279 | } |
| 1280 | .folder-testimonial .testimonial-data { |
| 1281 | position: relative; |
| 1282 | margin-left: 30px; |
| 1283 | padding: 10px 10px 10px 40px; |
| 1284 | background: #f5f5f5; |
| 1285 | font-size: 16px; |
| 1286 | line-height: 22px; |
| 1287 | } |
| 1288 | .folder-testimonial .testimonial-image { |
| 1289 | position: absolute; |
| 1290 | height: 60px; |
| 1291 | width: 60px; |
| 1292 | overflow: hidden; |
| 1293 | border-radius: 30px; |
| 1294 | top: 50%; |
| 1295 | margin-top: -30px; |
| 1296 | z-index: 1; |
| 1297 | } |
| 1298 | .folder-testimonial .testimonial-image img { |
| 1299 | width: 100%; |
| 1300 | height: auto; |
| 1301 | } |
| 1302 | .folder-testimonial-list { |
| 1303 | width: 100%; |
| 1304 | max-width: 1080px; |
| 1305 | margin: 30px auto; |
| 1306 | } |
| 1307 | .testimonial-title { |
| 1308 | font-weight: bold; |
| 1309 | font-size: 18px; |
| 1310 | padding: 0 0 5px 0; |
| 1311 | } |
| 1312 | .testimonial-author { |
| 1313 | font-size: 16px; |
| 1314 | font-style: italic; |
| 1315 | font-weight: 500; |
| 1316 | padding: 5px 0 0 0; |
| 1317 | } |
| 1318 | p.udner-title strong { |
| 1319 | font-size: 30px; |
| 1320 | padding-bottom: 40px; |
| 1321 | display: block; |
| 1322 | color: #b97fcf; |
| 1323 | text-align: center; |
| 1324 | } |
| 1325 | p.udner-title { |
| 1326 | margin: 0; |
| 1327 | padding: 0; |
| 1328 | } |
| 1329 | @media only screen and (max-width: 640px) { |
| 1330 | .rpt_plans .rpt_plan { |
| 1331 | width: 96%; |
| 1332 | margin: 10px 2% 20px !important |
| 1333 | } |
| 1334 | |
| 1335 | .rpt_plans .rpt_plan .rpt_title { |
| 1336 | position: relative; |
| 1337 | font-size: 26px !important; |
| 1338 | line-height: 35px !important |
| 1339 | } |
| 1340 | |
| 1341 | .rpt_plans .rpt_plan .rpt_head .rpt_price { |
| 1342 | font-size: 74px !important; |
| 1343 | line-height: 100px !important |
| 1344 | } |
| 1345 | |
| 1346 | .rpt_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 1347 | font-size: 17px !important; |
| 1348 | line-height: 28px !important; |
| 1349 | padding: 10px 40px 20px |
| 1350 | } |
| 1351 | |
| 1352 | .rpt_plans .rpt_plan .rpt_head .rpt_description { |
| 1353 | font-size: 15px !important; |
| 1354 | line-height: 26px !important; |
| 1355 | padding: 0 40px 30px |
| 1356 | } |
| 1357 | |
| 1358 | .rpt_plans .rpt_plan .rpt_features .rpt_feature { |
| 1359 | padding: 6px 16px; |
| 1360 | font-size: 14px !important |
| 1361 | } |
| 1362 | |
| 1363 | .rpt_plans .rpt_plan .rpt_foot { |
| 1364 | padding: 10px 40px; |
| 1365 | text-align: center; |
| 1366 | color: #fff; |
| 1367 | font-size: 20px |
| 1368 | } |
| 1369 | |
| 1370 | .rpt_plans .rpt_recommended_plan .rpt_foot { |
| 1371 | font-size: 30px; |
| 1372 | font-weight: 300; |
| 1373 | padding: 20px 0 |
| 1374 | } |
| 1375 | |
| 1376 | .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 1377 | top: -36px !important; |
| 1378 | left: -10px !important; |
| 1379 | font-size: 35px !important |
| 1380 | } |
| 1381 | } |
| 1382 | |
| 1383 | #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature, #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature a, #rpt_pricr .rpt_plan_ori .rpt_foot, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_description, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price .rpt_currency, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_recurrence, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_subtitle, #rpt_pricr .rpt_plan_ori .rpt_title { |
| 1384 | font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; |
| 1385 | font-weight: 300 !important |
| 1386 | } |
| 1387 | |
| 1388 | .client-testimonial { |
| 1389 | margin: 20px auto 0px; |
| 1390 | -webkit-border-radius: 5px; |
| 1391 | -moz-border-radius: 5px; |
| 1392 | border-radius: 5px; |
| 1393 | } |
| 1394 | .client-testimonial span.dashicons.dashicons-yes { |
| 1395 | background: #00bd00; |
| 1396 | color: #fff; |
| 1397 | border-radius: 50%; |
| 1398 | -webkit-border-radius: 50%; |
| 1399 | -moz-border-radius: 50%; |
| 1400 | } |
| 1401 | .client-testimonial p.text-center { |
| 1402 | text-align: center; |
| 1403 | margin: 6px 0; |
| 1404 | font-size: 14px; |
| 1405 | } |
| 1406 | .client-testimonial .payment { |
| 1407 | margin: 20px 0; |
| 1408 | text-align: center; |
| 1409 | } |
| 1410 | .testimonial-image { |
| 1411 | width: 10%; |
| 1412 | display: inline-block; |
| 1413 | vertical-align: middle; |
| 1414 | } |
| 1415 | .testimonial-content { |
| 1416 | width: 85%; |
| 1417 | display: inline-block; |
| 1418 | vertical-align: middle; |
| 1419 | padding-left: 15px; |
| 1420 | } |
| 1421 | .testimonial-image img { |
| 1422 | border-radius: 50%; |
| 1423 | -webkit-border-radius: 50%; |
| 1424 | -moz-border-radius: 50%; |
| 1425 | width: 100%; |
| 1426 | height: auto; |
| 1427 | } |
| 1428 | .client-testimonial .author { |
| 1429 | font-weight: bold; |
| 1430 | padding: 5px 0 0 0; |
| 1431 | font-size: 14px; |
| 1432 | } |
| 1433 | .testimonial-box { |
| 1434 | padding: 15px; |
| 1435 | background: #d6efff; |
| 1436 | -webkit-border-radius: 5px; |
| 1437 | -moz-border-radius: 5px; |
| 1438 | border-radius: 5px; |
| 1439 | } |
| 1440 | |
| 1441 | /*01-08-2019 welcome bar css*/ |
| 1442 | #sticky-header-welcome-bar *, #sticky-header-welcome-bar ::before, #sticky-header-welcome-bar ::after { |
| 1443 | -webkit-box-sizing: border-box; |
| 1444 | -moz-box-sizing: border-box; |
| 1445 | box-sizing: border-box; |
| 1446 | } |
| 1447 | #sticky-header-welcome-bar .iris-picker, #sticky-header-welcome-bar .iris-picker * { |
| 1448 | -moz-box-sizing: content-box; |
| 1449 | -webkit-box-sizing: content-box; |
| 1450 | box-sizing: content-box; |
| 1451 | } |
| 1452 | .mysticky-welcomebar-switch { |
| 1453 | display: inline-block; |
| 1454 | width:55px; |
| 1455 | height:30px; |
| 1456 | position: relative; |
| 1457 | } |
| 1458 | .mysticky-welcomebar-switch input { |
| 1459 | opacity: 0; |
| 1460 | width: 0; |
| 1461 | height: 0; |
| 1462 | } |
| 1463 | .mysticky-welcomebar-switch .slider { |
| 1464 | border-radius: 15px; |
| 1465 | position: absolute; |
| 1466 | cursor: pointer; |
| 1467 | top: 0; |
| 1468 | left: 0; |
| 1469 | right: 0; |
| 1470 | bottom: 0; |
| 1471 | background-color: #ccc; |
| 1472 | border: 2px solid #ccc; |
| 1473 | -webkit-transition: .4s; |
| 1474 | transition: .4s; |
| 1475 | } |
| 1476 | .mysticky-welcomebar-switch .slider:before { |
| 1477 | border-radius: 50%; |
| 1478 | position: absolute; |
| 1479 | content: ""; |
| 1480 | height: 24px; |
| 1481 | width: 24px; |
| 1482 | left: 2px; |
| 1483 | top: 1px; |
| 1484 | background-color: #ffffff; |
| 1485 | -webkit-transition: .4s; |
| 1486 | transition: .4s; |
| 1487 | } |
| 1488 | .mysticky-welcomebar-switch input:checked + .slider { |
| 1489 | background-color: #7761DF; |
| 1490 | border: 2px solid #7761DF; |
| 1491 | } |
| 1492 | .mysticky-welcomebar-switch input:focus + .slider { |
| 1493 | box-shadow: 0 0 1px #2196F3; |
| 1494 | } |
| 1495 | .mysticky-welcomebar-switch input:checked + .slider:before { |
| 1496 | -webkit-transform: translateX(24px); |
| 1497 | -ms-transform: translateX(24px); |
| 1498 | transform: translateX(24px); |
| 1499 | } |
| 1500 | .mysticky-welcomebar-form { |
| 1501 | background-color: #f8fcfd; |
| 1502 | border: 1px solid #E1E6E6; |
| 1503 | padding: 20px; |
| 1504 | border-radius: 7px; |
| 1505 | } |
| 1506 | .mysticky-welcomebar-header-title h3 { |
| 1507 | margin: 0; |
| 1508 | font-size: 26px; |
| 1509 | color: #4F4F4F; |
| 1510 | line-height: 1.2; |
| 1511 | display: inline-block; |
| 1512 | vertical-align: top; |
| 1513 | } |
| 1514 | .mysticky-welcomebar-header-title h3 + .mysticky-welcomebar-switch { |
| 1515 | margin-left: 20px; |
| 1516 | } |
| 1517 | .mysticky-welcomebar-subheader-title { |
| 1518 | padding: 40px 0 30px; |
| 1519 | } |
| 1520 | .mysticky-welcomebar-subheader-title h4 { |
| 1521 | margin: 0; |
| 1522 | font-weight: 400; |
| 1523 | font-size: 22px; |
| 1524 | line-height: 1.2; |
| 1525 | color: #4F4F4F; |
| 1526 | } |
| 1527 | .mysticky-welcomebar-setting-content { |
| 1528 | display: flex; |
| 1529 | align-items: center; |
| 1530 | padding-bottom: 20px; |
| 1531 | } |
| 1532 | .mysticky-welcomebar-setting-content.show-on-apper { |
| 1533 | align-items: flex-start; |
| 1534 | } |
| 1535 | .mysticky-welcomebar-setting-content > label { |
| 1536 | font-size: 18px; |
| 1537 | line-height: 1.2; |
| 1538 | color: #4F4F4F; |
| 1539 | font-weight: 500; |
| 1540 | width: 210px; |
| 1541 | padding-right: 10px; |
| 1542 | } |
| 1543 | .mysticky-welcomebar-setting-content.show-on-apper > label { |
| 1544 | margin-top: 10px; |
| 1545 | } |
| 1546 | .mysticky-welcomebar-setting-content-right { |
| 1547 | width: 100%; |
| 1548 | align-items: center; |
| 1549 | display: flex; |
| 1550 | } |
| 1551 | .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade { |
| 1552 | display: inline-block; |
| 1553 | vertical-align: top; |
| 1554 | float: none; |
| 1555 | margin-left: 20px; |
| 1556 | } |
| 1557 | .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade { |
| 1558 | margin-left: 50px; |
| 1559 | } |
| 1560 | .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-remove-getbar .myStickymenu-upgrade { |
| 1561 | margin-left: 130px; |
| 1562 | } |
| 1563 | .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-colorpicker .wp-picker-container{ |
| 1564 | display: inline-block; |
| 1565 | } |
| 1566 | .mysticky-welcomebar-setting-content-right label { |
| 1567 | display: inline-block; |
| 1568 | vertical-align: top; |
| 1569 | width: 100px; |
| 1570 | padding-right: 10px; |
| 1571 | } |
| 1572 | .mysticky-welcomebar-setting-content-right .wp-picker-input-wrap label { |
| 1573 | width: auto; |
| 1574 | } |
| 1575 | .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-trigger-wrap label { |
| 1576 | width: auto; |
| 1577 | } |
| 1578 | #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input { |
| 1579 | padding-right: 60px; |
| 1580 | } |
| 1581 | .mysticky-welcomebar-setting-content-right select , |
| 1582 | .mysticky-welcomebar-setting-content-right input[type="text"] { |
| 1583 | width: 229px; |
| 1584 | height: 42px; |
| 1585 | border-radius: 20px; |
| 1586 | color: #32373c; |
| 1587 | display: block; |
| 1588 | padding: 0 10px; |
| 1589 | box-shadow: none; |
| 1590 | border: 1px solid #DCE2E2; |
| 1591 | margin: 0; |
| 1592 | font-size: 14px; |
| 1593 | font-weight: 400; |
| 1594 | } |
| 1595 | .mysticky-welcomebar-setting-wrap .wp-picker-container input[type="text"].wp-color-picker { |
| 1596 | border-radius: 0; |
| 1597 | height: 32px; |
| 1598 | } |
| 1599 | .mysticky-welcomebar-setting-content-right .wp-picker-input-wrap .button { |
| 1600 | height: 32px; |
| 1601 | } |
| 1602 | .mysticky-welcomebar-setting-action { |
| 1603 | display: inline-block; |
| 1604 | vertical-align: top; |
| 1605 | } |
| 1606 | .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action { |
| 1607 | padding-left: 10px; |
| 1608 | } |
| 1609 | .mysticky-welcomebar-redirect label { |
| 1610 | width: auto; |
| 1611 | padding-right: 0; |
| 1612 | padding-top: 10px; |
| 1613 | } |
| 1614 | .mysticky-welcomebar-expirydate { |
| 1615 | position: relative; |
| 1616 | display: inline-block; |
| 1617 | vertical-align: top; |
| 1618 | } |
| 1619 | .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-expirydate input { |
| 1620 | padding-left: 55px; |
| 1621 | } |
| 1622 | .mysticky-welcomebar-expirydate .dashicons { |
| 1623 | position: absolute; |
| 1624 | top: 0; |
| 1625 | left: 0; |
| 1626 | bottom: 0; |
| 1627 | color: #a7a7a7; |
| 1628 | border-right: 1px solid #a7a7a7; |
| 1629 | width: 46px; |
| 1630 | height: 100%; |
| 1631 | line-height: 40px; |
| 1632 | } |
| 1633 | a.create-rule { |
| 1634 | background-color: #7761DF; |
| 1635 | color: #fff; |
| 1636 | display: inline-block; |
| 1637 | margin: 10px 0 0; |
| 1638 | vertical-align: top; |
| 1639 | text-decoration: none; |
| 1640 | padding: 5px 12px; |
| 1641 | border-radius: 20px; |
| 1642 | box-shadow: none; |
| 1643 | outline: none; |
| 1644 | } |
| 1645 | .mysticky-welcomebar-upgrade-main { |
| 1646 | position: relative; |
| 1647 | vertical-align: top; |
| 1648 | width: 58%; |
| 1649 | padding-right: 10px; |
| 1650 | padding-bottom: 0; |
| 1651 | } |
| 1652 | .mysticky-welcomebar-upgrade-main .myStickymenu-upgrade { |
| 1653 | float: right |
| 1654 | } |
| 1655 | .mysticky-welcomebar-page-option { |
| 1656 | padding-bottom: 20px; |
| 1657 | } |
| 1658 | .mysticky-welcomebar-page-option .url-content { |
| 1659 | /*display: flex;*/ |
| 1660 | overflow:hidden; |
| 1661 | align-items: center; |
| 1662 | } |
| 1663 | .mysticky-welcomebar-page-option .url-content > div { |
| 1664 | padding: 0 5px; |
| 1665 | float: left; |
| 1666 | |
| 1667 | } |
| 1668 | .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-select, |
| 1669 | .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-values, |
| 1670 | .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-option{ |
| 1671 | width: 20%; |
| 1672 | } |
| 1673 | .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box { |
| 1674 | width: 25%; |
| 1675 | text-align: right; |
| 1676 | margin-top: 10px; |
| 1677 | } |
| 1678 | .mysticky-welcomebar-page-option .url-content select { |
| 1679 | width: 120px; |
| 1680 | } |
| 1681 | .mysticky-welcomebar-page-option .url-content input[type="text"] { |
| 1682 | height: 38px; |
| 1683 | padding: 0 15px; |
| 1684 | border-radius: 0; |
| 1685 | } |
| 1686 | .mysticky-welcomebar-remove-rule { |
| 1687 | color: #fff; |
| 1688 | background-color: #666; |
| 1689 | text-decoration: none; |
| 1690 | display: inline-block; |
| 1691 | vertical-align: top; |
| 1692 | width: 38px; |
| 1693 | height: 38px; |
| 1694 | text-align: center; |
| 1695 | border-radius: 4px; |
| 1696 | font-size: 22px; |
| 1697 | line-height: 35px; |
| 1698 | } |
| 1699 | .mysticky-welcomebar-page-options { |
| 1700 | display: inline-block; |
| 1701 | vertical-align: top; |
| 1702 | } |
| 1703 | .mysticky-welcomebar-setting-right { |
| 1704 | position: fixed; |
| 1705 | top: 150px; |
| 1706 | right: 70px; |
| 1707 | width: 500px; |
| 1708 | } |
| 1709 | .mysticky-welcomebar-header-title::after { |
| 1710 | content: ""; |
| 1711 | display: block; |
| 1712 | clear: both; |
| 1713 | } |
| 1714 | .mysticky-welcomebar-preview-window { |
| 1715 | float: right; |
| 1716 | } |
| 1717 | .mysticky-welcomebar-header-title { |
| 1718 | padding-bottom: 20px; |
| 1719 | } |
| 1720 | .mysticky-welcomebar-preview-window ul { |
| 1721 | margin: 0; |
| 1722 | padding: 0; |
| 1723 | } |
| 1724 | .mysticky-welcomebar-preview-window ul li { |
| 1725 | color: #7761DF; |
| 1726 | display: inline-block; |
| 1727 | vertical-align: top; |
| 1728 | width: 36px; |
| 1729 | height: 36px; |
| 1730 | background-color: #DFDDF7; |
| 1731 | border-radius: 50%; |
| 1732 | text-align: center; |
| 1733 | line-height: 36px; |
| 1734 | margin-bottom: 0; |
| 1735 | margin-left: 10px; |
| 1736 | } |
| 1737 | .mysticky-welcomebar-preview-window ul li.preview-active { |
| 1738 | color: #fff; |
| 1739 | background-color: #7761DF; |
| 1740 | } |
| 1741 | .mysticky-welcomebar-preview-window ul li .dashicons { |
| 1742 | line-height: 36px; |
| 1743 | } |
| 1744 | .mysticky-welcomebar-preview-screen { |
| 1745 | background-color: #ffffff; |
| 1746 | border: 1px solid #DCE2E2; |
| 1747 | border-radius: 10px; |
| 1748 | margin: 0 auto; |
| 1749 | padding: 0; |
| 1750 | height: 400px; |
| 1751 | position: relative; |
| 1752 | overflow: hidden; |
| 1753 | max-width: 100%; |
| 1754 | -webkit-transition: all 0.5s ease 0s; |
| 1755 | -moz-transition: all 0.5s ease 0s; |
| 1756 | transition: all 0.5s ease 0s; |
| 1757 | } |
| 1758 | .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen { |
| 1759 | max-width: 320px; |
| 1760 | } |
| 1761 | .mysticky-welcomebar-submit { |
| 1762 | float: right; |
| 1763 | padding-top: 50px; |
| 1764 | margin-right: -20px; |
| 1765 | } |
| 1766 | .mysticky-welcomebar-form-reset .mysticky-welcomebar-submit { |
| 1767 | margin-right: 0; |
| 1768 | padding-top: 30px; |
| 1769 | } |
| 1770 | .mysticky-welcomebar-submit input.button-secondary { |
| 1771 | background: #969696; |
| 1772 | border-color: #969696; |
| 1773 | color: #ffffff; |
| 1774 | text-transform: uppercase; |
| 1775 | border-radius: 31px; |
| 1776 | font-size: 26px; |
| 1777 | margin-right: 10px; |
| 1778 | padding-left: 23px; |
| 1779 | padding-right: 23px; |
| 1780 | height: 60px; |
| 1781 | width: 200px; |
| 1782 | border: 0; |
| 1783 | box-shadow: none; |
| 1784 | font-weight: 600; |
| 1785 | text-shadow: none; |
| 1786 | } |
| 1787 | .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-buttons { |
| 1788 | padding-right: 0; |
| 1789 | } |
| 1790 | .ui-dialog-buttonset .green-btn.ui-button { |
| 1791 | background-color: #00c67c; |
| 1792 | border-color: #00c67c; |
| 1793 | color: #fff; |
| 1794 | } |
| 1795 | .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-setting-redirect-wrap { |
| 1796 | display: block; |
| 1797 | } |
| 1798 | .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-redirect-wrap .myStickymenu-upgrade { |
| 1799 | margin-top: 7px; |
| 1800 | } |
| 1801 | @media only screen and (max-width: 1490px) { |
| 1802 | .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action { |
| 1803 | padding-left: 10px; |
| 1804 | } |
| 1805 | .mysticky-welcomebar-setting-right { |
| 1806 | width: 400px; |
| 1807 | } |
| 1808 | } |
| 1809 | @media only screen and (max-width: 1355px) { |
| 1810 | .mysticky-welcomebar-page-option .url-content select { |
| 1811 | width: 130px; |
| 1812 | } |
| 1813 | .mysticky-welcomebar-page-option .url-content input[type="text"] { |
| 1814 | width: 180px; |
| 1815 | } |
| 1816 | .mysticky-welcomebar-setting-action { |
| 1817 | display: block; |
| 1818 | } |
| 1819 | .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action { |
| 1820 | padding-left: 0; |
| 1821 | padding-top: 10px; |
| 1822 | } |
| 1823 | } |
| 1824 | @media only screen and (max-width: 1200px) { |
| 1825 | .mysticky-welcomebar-page-option .url-content select { |
| 1826 | width: 110px; |
| 1827 | } |
| 1828 | .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box { |
| 1829 | width: 230px; |
| 1830 | } |
| 1831 | .mysticky-welcomebar-page-option { |
| 1832 | padding: 10px 3px; |
| 1833 | } |
| 1834 | .mysticky-welcomebar-page-option .url-content input[type="text"] { |
| 1835 | width: 150px; |
| 1836 | } |
| 1837 | } |
| 1838 | @media only screen and (max-width: 1100px) { |
| 1839 | .mysticky-welcomebar-setting-right { |
| 1840 | width: 340px; |
| 1841 | right: 40px; |
| 1842 | } |
| 1843 | } |
| 1844 | @media only screen and (max-width: 1024px) { |
| 1845 | .mysticky-welcomebar-setting-right { |
| 1846 | right: 40px; |
| 1847 | width: 310px; |
| 1848 | } |
| 1849 | .mysticky-welcomebar-setting-content > label { |
| 1850 | font-size: 16px; |
| 1851 | width: 200px; |
| 1852 | padding-right: 10px; |
| 1853 | } |
| 1854 | .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen { |
| 1855 | max-width: 250px; |
| 1856 | } |
| 1857 | } |