admin-setting-rtl.css
4 years ago
admin-setting.css
5 years ago
jquery.ui.datepicker.css
4 years ago
mystickymenu-admin-rtl.css
3 years ago
mystickymenu-admin.css
3 years ago
mystickymenu-help-rtl.css
3 years ago
mystickymenu-help.css
3 years ago
select2.min.css
4 years ago
mystickymenu-admin-rtl.css
3864 lines
| 1 | @font-face { |
| 2 | font-family: 'Lato'; |
| 3 | src: url('../fonts/lato-regular.woff') format('woff'); |
| 4 | font-weight: normal; |
| 5 | font-style: normal; |
| 6 | } |
| 7 | |
| 8 | @font-face { |
| 9 | font-family: 'Lato'; |
| 10 | src: url('../fonts/lato-bold.woff') format('woff'); |
| 11 | font-weight: bold; |
| 12 | font-style: normal; |
| 13 | } |
| 14 | @font-face { |
| 15 | font-family: 'Lato', sans-serif; |
| 16 | src: url('../fonts/lato-v20-latin-regular.woff') format('woff'); |
| 17 | font-weight: normal; |
| 18 | font-style: normal; |
| 19 | } |
| 20 | |
| 21 | @font-face { |
| 22 | font-family: 'Lato', sans-serif; |
| 23 | src: url('../fonts/lato-v20-latin-300.woff') format('woff'); |
| 24 | font-weight: 300; |
| 25 | font-style: normal; |
| 26 | } |
| 27 | |
| 28 | @font-face { |
| 29 | font-family: 'Lato', sans-serif; |
| 30 | src: url('../fonts/lato-v20-latin-700.woff') format('woff'); |
| 31 | font-weight: 700; |
| 32 | font-style: normal; |
| 33 | } |
| 34 | |
| 35 | @font-face { |
| 36 | font-family: 'Lato', sans-serif; |
| 37 | src: url('../fonts/lato-semibold.woff') format('woff'); |
| 38 | font-weight: semibold; |
| 39 | font-style: normal; |
| 40 | } |
| 41 | |
| 42 | a:active, a:focus, li:focus, li:active { |
| 43 | outline: none !important; |
| 44 | border: none !important; |
| 45 | text-decoration: none !important; |
| 46 | box-shadow: none !important; |
| 47 | -webkit-tap-highlight-color: transparent !important; |
| 48 | -webkit-user-select: none; / Chrome/Safari / |
| 49 | -moz-user-select: none; / Firefox / |
| 50 | -ms-user-select: none; / IE10+ / |
| 51 | user-select: none; |
| 52 | } |
| 53 | |
| 54 | div#wpcontent{background:none !important;} |
| 55 | |
| 56 | #custom-handle { |
| 57 | width: 3em; |
| 58 | height: 1.6em; |
| 59 | top: 50%; |
| 60 | margin-top: -.8em; |
| 61 | text-align: center; |
| 62 | line-height: 1.6em; |
| 63 | } |
| 64 | |
| 65 | #mystickymenu { |
| 66 | font-family: 'Lato', sans-serif; |
| 67 | /*background: #fff; |
| 68 | padding: 0 0 15px 0; |
| 69 | border-radius: 10px;*/ |
| 70 | } |
| 71 | |
| 72 | .main-content { |
| 73 | float: left; |
| 74 | width: 65%; |
| 75 | } |
| 76 | |
| 77 | .main-sidebar { |
| 78 | float: left; |
| 79 | width: 30%; |
| 80 | background: #ffffff; |
| 81 | border: 1px solid #e5e5e5; |
| 82 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
| 83 | } |
| 84 | |
| 85 | .main-sidebar h3 { |
| 86 | margin: 0; |
| 87 | padding: 8px 12px; |
| 88 | border-bottom: 1px solid #ececec; |
| 89 | } |
| 90 | |
| 91 | .main-sidebar .inner { |
| 92 | padding: 10px; |
| 93 | } |
| 94 | |
| 95 | .main-sidebar p { |
| 96 | padding: 8px; |
| 97 | margin: 0; |
| 98 | border-top: solid 1px #e5e5e5; |
| 99 | } |
| 100 | |
| 101 | /*.mystickyinput {padding-top: 6px;}*/ |
| 102 | @media screen and (max-width: 782px) { |
| 103 | .main-content, .main-sidebar { |
| 104 | width: 100%; |
| 105 | float: none; |
| 106 | clear: both; |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | .myssticky-remove-hand { |
| 111 | cursor: default; |
| 112 | } |
| 113 | |
| 114 | /* */ |
| 115 | .mystickymenu-content-section input[type="number"]#myfixed_zindex { |
| 116 | -moz-appearance: textfield-multiline; |
| 117 | } |
| 118 | |
| 119 | .mystickymenu-content-section input[type="number"] { |
| 120 | -moz-appearance: textfield; |
| 121 | } |
| 122 | |
| 123 | .mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button { |
| 124 | -webkit-appearance: none; |
| 125 | margin: 0; |
| 126 | } |
| 127 | |
| 128 | .mystickymenu-content-section .mysticky-number { |
| 129 | display: inline-block; |
| 130 | margin: 0 0 10px; |
| 131 | position: relative; |
| 132 | } |
| 133 | |
| 134 | #mystickymenu #mysticky_welcomebar_height{ |
| 135 | width: 235px; |
| 136 | } |
| 137 | |
| 138 | #mystickymenu input[type=number] { |
| 139 | color: #A7A7A7; |
| 140 | border-radius: 21px; |
| 141 | background-color: #ffffff; |
| 142 | border: 1px solid #DCE2E2; |
| 143 | font-size: 14px; |
| 144 | font-weight: 400; |
| 145 | height: 42px; |
| 146 | padding: 0 10px 0 12px; |
| 147 | margin: 0; |
| 148 | width: 310px; |
| 149 | box-shadow: none; |
| 150 | } |
| 151 | |
| 152 | .pt_number { |
| 153 | display: inline-block; |
| 154 | vertical-align: top; |
| 155 | margin-top: 7px; |
| 156 | } |
| 157 | |
| 158 | .mysticky-welcomebar-setting-content-right input[type="text"]:disabled { |
| 159 | color: #a0a5aa; |
| 160 | border-color: #ddd; |
| 161 | background-color: #f7f7f7; |
| 162 | } |
| 163 | |
| 164 | .mystickymenu-content-section .mysticky-number:focus { |
| 165 | outline: 0; |
| 166 | } |
| 167 | |
| 168 | .mystickymenu-content-section .mysticky-number .pt_number { |
| 169 | float: left; |
| 170 | position: relative; |
| 171 | height: 30px; |
| 172 | } |
| 173 | |
| 174 | .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton { |
| 175 | position: relative; |
| 176 | cursor: pointer; |
| 177 | border-left: 1px solid #b7b7b7; |
| 178 | width: 15px; |
| 179 | text-align: center; |
| 180 | color: #333; |
| 181 | font-size: 14px; |
| 182 | line-height: 1.1; |
| 183 | -webkit-transform: translateX(-100%); |
| 184 | transform: translateX(-100%); |
| 185 | -webkit-user-select: none; |
| 186 | -moz-user-select: none; |
| 187 | -ms-user-select: none; |
| 188 | user-select: none; |
| 189 | } |
| 190 | |
| 191 | .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active { |
| 192 | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); |
| 193 | -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); |
| 194 | } |
| 195 | |
| 196 | .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup { |
| 197 | position: absolute; |
| 198 | height: 50%; |
| 199 | top: 0; |
| 200 | border-bottom: 1px solid #b7b7b7; |
| 201 | } |
| 202 | |
| 203 | .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown { |
| 204 | position: absolute; |
| 205 | bottom: 0px; |
| 206 | height: 50%; |
| 207 | } |
| 208 | |
| 209 | /* */ |
| 210 | |
| 211 | input#mysticky_class_selector { |
| 212 | border-radius: 24px; |
| 213 | border: 1px solid #E6E5EC; |
| 214 | height: 46px; |
| 215 | padding: 0 26px; |
| 216 | width: 49% |
| 217 | } |
| 218 | |
| 219 | .mystickymenu-content-section { |
| 220 | background-color: #F9FCFC; |
| 221 | border-radius: 7px; |
| 222 | margin-bottom: 20px; |
| 223 | border: 1px solid #E1E6E6; |
| 224 | } |
| 225 | |
| 226 | input#myfixed_disable_small_screen { |
| 227 | border-radius: 21px; |
| 228 | } |
| 229 | |
| 230 | input#mysticky_active_on_height_home { |
| 231 | border-radius: 21px; |
| 232 | } |
| 233 | |
| 234 | textarea#myfixed_cssstyle { |
| 235 | width: 100%; |
| 236 | margin-top: 12px; |
| 237 | border-radius: 10px; |
| 238 | background-color: #fff; |
| 239 | height: 120px; |
| 240 | resize: none; |
| 241 | border: 1px solid #DCE2E2; |
| 242 | padding: 10px 10px; |
| 243 | } |
| 244 | |
| 245 | label { |
| 246 | font-size: 15px; |
| 247 | } |
| 248 | |
| 249 | .sticky-class-sec tr td { |
| 250 | width: 50%; |
| 251 | } |
| 252 | |
| 253 | .px-wrap { |
| 254 | position: relative; |
| 255 | display: inline-block; |
| 256 | vertical-align: top; |
| 257 | } |
| 258 | |
| 259 | .mystickymenu-content-option { |
| 260 | padding: 20px 20px 0; |
| 261 | } |
| 262 | |
| 263 | .mystickymenu-heading { |
| 264 | padding-bottom: 20px; |
| 265 | } |
| 266 | |
| 267 | .myStickymenu-header-title { |
| 268 | background-color: #B2D2FC; |
| 269 | padding: 13px 20px; |
| 270 | border-radius: 10px 10px 0 0; |
| 271 | } |
| 272 | |
| 273 | .myStickymenu-header-title h3 { |
| 274 | margin: 0; |
| 275 | color: #1F4B84; |
| 276 | font-size: 18px; |
| 277 | font-weight: 600; |
| 278 | line-height: 1.2; |
| 279 | } |
| 280 | |
| 281 | .mystickymenu-heading p { |
| 282 | background-color: #D6EFFF; |
| 283 | color: #1F4B84; |
| 284 | border-radius: 0 0 10px 10px; |
| 285 | padding: 13px 20px; |
| 286 | margin: 0; |
| 287 | font-size: 14px; |
| 288 | line-height: 28px; |
| 289 | } |
| 290 | |
| 291 | .mystickynumber { |
| 292 | position: relative; |
| 293 | padding-left: 30px; |
| 294 | } |
| 295 | |
| 296 | .pt_numberbutton.pt_numberup { |
| 297 | height: 25px; |
| 298 | width: 25px; |
| 299 | line-height: 25px; |
| 300 | background-color: #808080; |
| 301 | border-radius: 50%; |
| 302 | position: relative; |
| 303 | margin-left: 5px; |
| 304 | display: inline-block; |
| 305 | color: white; |
| 306 | font-size: 21px; |
| 307 | cursor: pointer; |
| 308 | text-align: center; |
| 309 | margin-top: 2px; |
| 310 | } |
| 311 | |
| 312 | .pt_numberbutton.pt_numberdown { |
| 313 | height: 25px; |
| 314 | width: 25px; |
| 315 | line-height: 25px; |
| 316 | background-color: #808080; |
| 317 | border-radius: 50%; |
| 318 | position: absolute; |
| 319 | top: 8px; |
| 320 | left: 0; |
| 321 | display: inline-block; |
| 322 | color: white; |
| 323 | font-size: 21px; |
| 324 | cursor: pointer; |
| 325 | text-align: center; |
| 326 | } |
| 327 | |
| 328 | span.input-px { |
| 329 | height: 42px; |
| 330 | width: 57px; |
| 331 | background-color: #808080; |
| 332 | position: absolute; |
| 333 | left: 0; |
| 334 | top: 0px; |
| 335 | display: inline-block; |
| 336 | vertical-align: top; |
| 337 | font-size: 14px; |
| 338 | border-radius: 21px 0 0 21px; |
| 339 | color: #fff; |
| 340 | line-height: 42px; |
| 341 | text-align: center; |
| 342 | } |
| 343 | |
| 344 | .mysticky_device_upgrade { |
| 345 | background-color: #f0ecfb; |
| 346 | border-radius: 20px; |
| 347 | padding: 15px 40px 20px 20px; |
| 348 | } |
| 349 | |
| 350 | .mystickymenu-content-section.mystickymenu-content-upgrade { |
| 351 | background-color: #f4f4fd; |
| 352 | } |
| 353 | |
| 354 | .myStickymenu-upgrade a { |
| 355 | background: #E1DAF6; |
| 356 | border-radius: 20px; |
| 357 | color: #7559C0; |
| 358 | padding-top: 2px; |
| 359 | padding-bottom: 6px; |
| 360 | padding-left: 10px; |
| 361 | padding-right: 10px; |
| 362 | font-weight: bold; |
| 363 | text-transform: uppercase; |
| 364 | font-size: 12px; |
| 365 | display: inline-block; |
| 366 | vertical-align: top; |
| 367 | line-height: 1; |
| 368 | } |
| 369 | .myStickymenu-upgrade { |
| 370 | float: left; |
| 371 | } |
| 372 | |
| 373 | .myStickymenu-upgrade a:before { |
| 374 | content: "\f160"; |
| 375 | font-family: dashicons; |
| 376 | position: relative; |
| 377 | top: 3px; |
| 378 | font-size: 16px; |
| 379 | } |
| 380 | |
| 381 | .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li { |
| 382 | display: inline-block; |
| 383 | width: 21%; |
| 384 | } |
| 385 | |
| 386 | input#submit.button.button-primary { |
| 387 | background: #00c67c; |
| 388 | border-color: #00c67c; |
| 389 | text-transform: uppercase; |
| 390 | border-radius: 31px; |
| 391 | font-size: 26px; |
| 392 | padding-left: 23px; |
| 393 | padding-left: 23px; |
| 394 | height: 60px; |
| 395 | width: 200px; |
| 396 | border: 0; |
| 397 | box-shadow: none; |
| 398 | font-weight: 600; |
| 399 | text-shadow: none; |
| 400 | } |
| 401 | |
| 402 | input#submit.button.button-primary:hover { |
| 403 | opacity: 0.7; |
| 404 | } |
| 405 | |
| 406 | input.button.button-secondary.confirm { |
| 407 | background: #969696; |
| 408 | border-color: #969696; |
| 409 | text-transform: uppercase; |
| 410 | font-size: 26px; |
| 411 | padding-left: 23px; |
| 412 | padding-left: 23px; |
| 413 | float: left; |
| 414 | color: white; |
| 415 | margin-left: 10px; |
| 416 | height: 60px; |
| 417 | width: 200px; |
| 418 | border-radius: 31px; |
| 419 | font-weight: 600; |
| 420 | } |
| 421 | |
| 422 | table ul.mystickymenu-input-multicheckbox { |
| 423 | width: 100%; |
| 424 | display: inline-flex; |
| 425 | } |
| 426 | |
| 427 | p.myStickymenu-review a { |
| 428 | font-size: 20px; |
| 429 | } |
| 430 | |
| 431 | table ul.mystickymenu-input-multicheckbox li { |
| 432 | padding-left: 21px; |
| 433 | } |
| 434 | |
| 435 | table { |
| 436 | width: 100%; |
| 437 | } |
| 438 | |
| 439 | #mystickymenu table tr td { |
| 440 | padding: 20px; |
| 441 | } |
| 442 | |
| 443 | div#mystickymenu { |
| 444 | overflow-x: hidden; |
| 445 | overflow-y: hidden; |
| 446 | } |
| 447 | |
| 448 | label.mysticky_title { |
| 449 | font-weight: 500; |
| 450 | font-size: 18px; |
| 451 | line-height: 1.2; |
| 452 | color: #4F4F4F; |
| 453 | } |
| 454 | |
| 455 | .mystickymenu-content-option p label.mysticky_text { |
| 456 | margin-left: 0px; |
| 457 | } |
| 458 | |
| 459 | span.mysticky_text { |
| 460 | font-size: 14px; |
| 461 | color: #9E9E9E; |
| 462 | margin-left: 20px; |
| 463 | font-style: italic; |
| 464 | } |
| 465 | |
| 466 | label.mysticky_text { |
| 467 | font-size: 14px; |
| 468 | /*color: #9E9E9E;*/ |
| 469 | margin-left: 20px; |
| 470 | font-style: italic; |
| 471 | } |
| 472 | |
| 473 | select#mystickymenu-select { |
| 474 | border-radius: 24px; |
| 475 | border: 1px solid #E6E5EC; |
| 476 | height: 46px; |
| 477 | box-shadow: none; |
| 478 | padding: 0 26px; |
| 479 | width: 49%; |
| 480 | display: inline-block; |
| 481 | vertical-align: top; |
| 482 | } |
| 483 | |
| 484 | .mystickymenu-input-section { |
| 485 | margin-top: 9px; |
| 486 | } |
| 487 | |
| 488 | label.mysticky_title.css-style-title { |
| 489 | font-size: 20px; |
| 490 | } |
| 491 | |
| 492 | span.wp-color-result-text { |
| 493 | display: none; |
| 494 | } |
| 495 | |
| 496 | button.button.wp-color-result { |
| 497 | border-radius: 50%; |
| 498 | height: 30px !important; |
| 499 | } |
| 500 | button.button.wp-color-result .color-alpha { |
| 501 | border-radius: 50% !important; |
| 502 | height: 28px !important; |
| 503 | } |
| 504 | |
| 505 | .mystickymenu-content-section h3 { |
| 506 | margin-left: 20px; |
| 507 | font-weight: 600; |
| 508 | font-size: 26px; |
| 509 | line-height: 1.2; |
| 510 | color: #4F4F4F; |
| 511 | margin: 0; |
| 512 | padding: 24px 20px; |
| 513 | } |
| 514 | |
| 515 | .form-table { |
| 516 | margin-top: 0; |
| 517 | } |
| 518 | |
| 519 | ul.mystickymenu-input-multicheckbox li span { |
| 520 | font-size: 16px; |
| 521 | color: #4F4F4F; |
| 522 | } |
| 523 | |
| 524 | .mystickymenu-input-section label { |
| 525 | /*color: #9E9E9E;*/ |
| 526 | font-size: 16px; |
| 527 | } |
| 528 | #mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{ |
| 529 | border-radius: 0px; |
| 530 | height: 35px; |
| 531 | margin: 10px; |
| 532 | } |
| 533 | #mystickymenu .mystickymenu-input-section span.description{ |
| 534 | font-style: normal; |
| 535 | font-size: 16px; |
| 536 | } |
| 537 | .myStickymenu-upgrade a { |
| 538 | text-decoration: none; |
| 539 | color: #7559C0; |
| 540 | } |
| 541 | |
| 542 | #mystickymenu p.submit { |
| 543 | margin-top: 0; |
| 544 | padding-top: 0; |
| 545 | float: left; |
| 546 | } |
| 547 | |
| 548 | td { |
| 549 | vertical-align: top !important; |
| 550 | } |
| 551 | p.description.mystuckymenu-class-id { |
| 552 | display: flex; |
| 553 | margin: 12px 0 0 0; |
| 554 | line-height: 1.5; |
| 555 | } |
| 556 | |
| 557 | p.description.mystuckymenu-class-id .dashicons-controls-play{ |
| 558 | background: #a4a5a5; |
| 559 | color: #ffffff; |
| 560 | border-radius: 50%; |
| 561 | } |
| 562 | p.description.mystuckymenu-class-id .dashicons-controls-play::before { |
| 563 | margin-left: 2px; |
| 564 | } |
| 565 | p.description { |
| 566 | color: rgba(79, 79, 79, 0.5); |
| 567 | font-size: 12px; |
| 568 | line-height: 1.2; |
| 569 | margin: 5px 0 0; |
| 570 | } |
| 571 | |
| 572 | div#slider.ui-slider { |
| 573 | width: 229px; |
| 574 | background-color: #DCE2E2; |
| 575 | height: 2px; |
| 576 | border: 0; |
| 577 | border-radius: 2px; |
| 578 | position: relative; |
| 579 | } |
| 580 | |
| 581 | .mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active { |
| 582 | color: #454545; |
| 583 | } |
| 584 | |
| 585 | #mystickymenu #custom-handle { |
| 586 | width: 1.6em; |
| 587 | border-radius: 50%; |
| 588 | background-color: #fff; |
| 589 | box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); |
| 590 | border: 0; |
| 591 | position: absolute; |
| 592 | } |
| 593 | .sticky-header-menu { |
| 594 | text-align: center; |
| 595 | padding: 0 0 20px 0; |
| 596 | } |
| 597 | .sticky-header-menu ul { |
| 598 | display: inline-block; |
| 599 | padding: 1px; |
| 600 | background-color: #D6EFFF; |
| 601 | -webkit-border-radius: 23px; |
| 602 | -moz-border-radius: 23px; |
| 603 | border-radius: 23px; |
| 604 | } |
| 605 | .sticky-header-menu ul li { |
| 606 | display: inline-block; |
| 607 | margin: 0; |
| 608 | } |
| 609 | .sticky-header-menu ul li a { |
| 610 | display: inline-block; |
| 611 | padding: 0 20px; |
| 612 | line-height: 40px; |
| 613 | height: 40px; |
| 614 | font-size: 16px; |
| 615 | text-decoration: none; |
| 616 | -webkit-border-radius: 20px; |
| 617 | -moz-border-radius: 20px; |
| 618 | border-radius: 20px; |
| 619 | } |
| 620 | .sticky-header-menu ul li a:hover { |
| 621 | background: #f0ecfb; |
| 622 | color: #7559C0; |
| 623 | } |
| 624 | .sticky-header-menu ul li a.active { |
| 625 | background: #E1DAF6; |
| 626 | color: #7559C0; |
| 627 | } |
| 628 | /*.sticky-header-content { |
| 629 | display: none; |
| 630 | }*/ |
| 631 | .mysticky-welcomebar-setting-content-right label.mysticky-welcomebar-switch { |
| 632 | width: 55px !important; |
| 633 | } |
| 634 | |
| 635 | /*New Welcomebar Page css*/ |
| 636 | .mystickymenu-new-widget-wrap, .mystickymenu-new-widget-wrap * { |
| 637 | box-sizing: border-box; |
| 638 | } |
| 639 | .mystickymenu-new-widget-wrap { |
| 640 | border-radius: 10px; |
| 641 | box-shadow: 0 0 6px #ccc; |
| 642 | padding: 10px; |
| 643 | margin: 20px auto 0 auto; |
| 644 | width: 100%; |
| 645 | max-width: 776px; |
| 646 | background: #fff url(../images/new_widget_bg.png) no-repeat left bottom; |
| 647 | background-size: auto 100%; |
| 648 | font-family: 'Lato', sans-serif; |
| 649 | line-height: 20px; |
| 650 | } |
| 651 | .mystickymenu-new-widget-wrap h2 { |
| 652 | font-style: normal; |
| 653 | font-weight: 600; |
| 654 | font-size: 20px; |
| 655 | line-height: 30px; |
| 656 | color: #1e1e1e; |
| 657 | margin: 0; |
| 658 | text-align: center; |
| 659 | } |
| 660 | a.new-upgrade-button { |
| 661 | height: 40px; |
| 662 | background: #7761DF; |
| 663 | border-radius: 100px; |
| 664 | border: solid 1px #7761DF; |
| 665 | display: inline-block; |
| 666 | text-align: center; |
| 667 | color: #fff; |
| 668 | line-height: 40px; |
| 669 | margin: 10px 0 10px 10px; |
| 670 | padding: 0 25px; |
| 671 | text-decoration: none; |
| 672 | text-transform: uppercase; |
| 673 | } |
| 674 | .mystickymenu-new-widget-row ul { |
| 675 | display: flex; |
| 676 | align-items: center; |
| 677 | flex-wrap: wrap; |
| 678 | margin-top: 0; |
| 679 | margin-bottom: 0; |
| 680 | } |
| 681 | .mystickymenu-new-widget-row ul li { |
| 682 | width: 33.33%; |
| 683 | padding: 10px 10px 0px; |
| 684 | margin-bottom: 0; |
| 685 | } |
| 686 | .mystickymenu-feature { |
| 687 | margin: 30px 0 0 0; |
| 688 | background: #fff; |
| 689 | border: 1px solid #605dec; |
| 690 | box-sizing: border-box; |
| 691 | border-radius: 4px; |
| 692 | padding: 30px 15px 10px 15px; |
| 693 | min-height: 186px; |
| 694 | position: relative; |
| 695 | } |
| 696 | .mystickymenu-feature-top { |
| 697 | width: 50px; |
| 698 | height: 50px; |
| 699 | border: solid 1px #605dec; |
| 700 | border-radius: 50%; |
| 701 | position: absolute; |
| 702 | left: 0; |
| 703 | right: 0; |
| 704 | margin: 0 auto; |
| 705 | top: -25px; |
| 706 | background: #fff; |
| 707 | z-index: 11; |
| 708 | padding: 10px; |
| 709 | } |
| 710 | .feature-title { |
| 711 | font-family: 'Lato', sans-serif; |
| 712 | font-style: normal; |
| 713 | font-weight: 700; |
| 714 | font-size: 13px; |
| 715 | line-height: 18px; |
| 716 | color: #1e1e1e; |
| 717 | } |
| 718 | .feature-description { |
| 719 | font-family: 'Lato', sans-serif; |
| 720 | font-style: normal; |
| 721 | font-weight: 400; |
| 722 | font-size: 13px; |
| 723 | line-height: 18px; |
| 724 | color: #1e1e1e; |
| 725 | } |
| 726 | .mystickymenu-feature-top img { |
| 727 | width: auto; |
| 728 | height: auto; |
| 729 | max-width: 100%; |
| 730 | max-height: 100%; |
| 731 | } |
| 732 | /* Finish new Welcome bar screen css */ |
| 733 | @media only screen and (min-width: 1024px) and (max-width: 1200px) { |
| 734 | .pt_numberbutton.pt_numberdown { |
| 735 | position: relative; |
| 736 | margin-left: -75px; |
| 737 | top: -29px; |
| 738 | } |
| 739 | |
| 740 | .pt_numberbutton.pt_numberup { |
| 741 | position: relative; |
| 742 | top: -29px; |
| 743 | left: 70px; |
| 744 | } |
| 745 | |
| 746 | /* span.input-px { */ |
| 747 | /* position: relative; */ |
| 748 | /* left: 112px; */ |
| 749 | /* top: -24px !important; */ |
| 750 | /* margin-left: -20px; */ |
| 751 | /* } */ |
| 752 | } |
| 753 | |
| 754 | |
| 755 | |
| 756 | #rpt_pricr { |
| 757 | width: 100%; |
| 758 | max-width: 1024px; |
| 759 | margin: 0 auto; |
| 760 | padding: 25px 25px 25px 25px; |
| 761 | background: #fff; |
| 762 | |
| 763 | -webkit-border-radius: 5px; |
| 764 | -moz-border-radius: 5px; |
| 765 | border-radius: 5px; |
| 766 | } |
| 767 | #rpt_pricr h2 { |
| 768 | padding: 50px 0 30px; |
| 769 | text-align: center; |
| 770 | font-size: 24px; |
| 771 | } |
| 772 | .rpt_plans .rpt_plan { |
| 773 | -moz-box-sizing: border-box; |
| 774 | -webkit-box-sizing: border-box |
| 775 | } |
| 776 | |
| 777 | .rpt_2_plans .rpt_plan { |
| 778 | margin-left: 2%; |
| 779 | width: 49%; |
| 780 | float: left |
| 781 | } |
| 782 | |
| 783 | .rpt_2_plans .rpt_plan:last-child { |
| 784 | margin-left: 0 |
| 785 | } |
| 786 | |
| 787 | .rpt_3_plans .rpt_plan { |
| 788 | margin-left: 2%; |
| 789 | width: 32%; |
| 790 | float: left |
| 791 | } |
| 792 | |
| 793 | .rpt_3_plans .rpt_plan:last-child { |
| 794 | margin-left: 0 |
| 795 | } |
| 796 | |
| 797 | .rpt_4_plans .rpt_plan { |
| 798 | margin-left: 1%; |
| 799 | width: 24.25%; |
| 800 | float: left |
| 801 | } |
| 802 | |
| 803 | .rpt_4_plans .rpt_plan:last-child { |
| 804 | margin-left: 0 |
| 805 | } |
| 806 | |
| 807 | .rpt_5_plans .rpt_plan { |
| 808 | margin-left: .5%; |
| 809 | width: 19.6%; |
| 810 | float: left |
| 811 | } |
| 812 | |
| 813 | .rpt_5_plans .rpt_plan:last-child { |
| 814 | margin-left: 0 |
| 815 | } |
| 816 | |
| 817 | .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan { |
| 818 | -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19); |
| 819 | -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19); |
| 820 | box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19) |
| 821 | } |
| 822 | |
| 823 | .rpt_plans .rpt_plan .rpt_title img { |
| 824 | margin-left: 10px; |
| 825 | position: relative; |
| 826 | vertical-align: middle |
| 827 | } |
| 828 | |
| 829 | .rpt_plans .rpt_plan .rpt_title { |
| 830 | background: #6371db; |
| 831 | font-weight: 300; |
| 832 | padding: 24px 18px; |
| 833 | font-size: 26px; |
| 834 | color: #fff; |
| 835 | line-height: 35px; |
| 836 | height: auto; |
| 837 | } |
| 838 | |
| 839 | .rpt_plans .rpt_plan .rpt_title span { |
| 840 | display: inline-block; |
| 841 | position: relative; |
| 842 | top: -10px |
| 843 | } |
| 844 | |
| 845 | .rpt_style_basic .rpt_plan .rpt_title { |
| 846 | border-bottom: #6371db solid 1px; |
| 847 | border-top-left-radius: 8px; |
| 848 | border-top-left-radius: 8px; |
| 849 | } |
| 850 | |
| 851 | .rpt_style_spec .rpt_plan .rpt_title { |
| 852 | color: #fff |
| 853 | } |
| 854 | |
| 855 | .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title { |
| 856 | background: #333 |
| 857 | } |
| 858 | |
| 859 | .rpt_plans .rpt_sm_title .rpt_plan .rpt_title { |
| 860 | font-size: 20px; |
| 861 | line-height: 18px |
| 862 | } |
| 863 | |
| 864 | .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title { |
| 865 | font-size: 15px; |
| 866 | line-height: 15px |
| 867 | } |
| 868 | |
| 869 | .rpt_4_plans .rpt_plan .rpt_title { |
| 870 | font-size: 17px; |
| 871 | line-height: 15px |
| 872 | } |
| 873 | |
| 874 | .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title { |
| 875 | font-size: 15px; |
| 876 | line-height: 13px |
| 877 | } |
| 878 | |
| 879 | .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title { |
| 880 | font-size: 13px; |
| 881 | line-height: 11px |
| 882 | } |
| 883 | |
| 884 | .rpt_5_plans .rpt_plan .rpt_title { |
| 885 | font-size: 15px; |
| 886 | line-height: 13px |
| 887 | } |
| 888 | |
| 889 | .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title { |
| 890 | font-size: 13px; |
| 891 | line-height: 11px |
| 892 | } |
| 893 | |
| 894 | .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title { |
| 895 | font-size: 12px; |
| 896 | line-height: 10px |
| 897 | } |
| 898 | |
| 899 | .rpt_plans .rpt_recommended_plan .rpt_title { |
| 900 | background: #6371db |
| 901 | } |
| 902 | |
| 903 | .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 904 | position: relative; |
| 905 | top: -44px; |
| 906 | left: -10px; |
| 907 | font-size: 35px; |
| 908 | line-height: 0 |
| 909 | } |
| 910 | |
| 911 | .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 912 | top: -36px |
| 913 | } |
| 914 | |
| 915 | .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 916 | top: -26px |
| 917 | } |
| 918 | |
| 919 | .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 920 | font-size: 30px; |
| 921 | top: -44px; |
| 922 | left: -4px |
| 923 | } |
| 924 | |
| 925 | .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 926 | font-size: 25px; |
| 927 | top: -30px; |
| 928 | left: -4px |
| 929 | } |
| 930 | |
| 931 | .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 932 | font-size: 21px; |
| 933 | top: -14px; |
| 934 | left: -4px |
| 935 | } |
| 936 | |
| 937 | .rpt_style_basic .rpt_plan .rpt_head { |
| 938 | background: #ec86c6 |
| 939 | } |
| 940 | |
| 941 | .rpt_style_spec .rpt_plan .rpt_head { |
| 942 | background: #fff |
| 943 | } |
| 944 | |
| 945 | .rpt_style_swl .rpt_plan .rpt_head { |
| 946 | background: #fff |
| 947 | } |
| 948 | |
| 949 | .rpt_plans .rpt_plan .rpt_head .rpt_price { |
| 950 | padding: 6px 10px; |
| 951 | font-size: 74px; |
| 952 | line-height: 80px; |
| 953 | font-weight: 300; |
| 954 | text-align: center; |
| 955 | color: #ffffff |
| 956 | } |
| 957 | |
| 958 | .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price { |
| 959 | text-shadow: 1px 2px 7px rgba(0, 0, 0, .6) |
| 960 | } |
| 961 | |
| 962 | .rpt_style_swl .rpt_plan .rpt_head .rpt_price { |
| 963 | color: #000 |
| 964 | } |
| 965 | |
| 966 | .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price { |
| 967 | font-size: 62px |
| 968 | } |
| 969 | |
| 970 | .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price { |
| 971 | font-size: 56px |
| 972 | } |
| 973 | |
| 974 | .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price { |
| 975 | font-size: 38px |
| 976 | } |
| 977 | |
| 978 | .rpt_4_plans .rpt_plan .rpt_head .rpt_price { |
| 979 | font-size: 69px; |
| 980 | line-height: 80px |
| 981 | } |
| 982 | |
| 983 | .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price { |
| 984 | font-size: 53px; |
| 985 | line-height: 65px |
| 986 | } |
| 987 | |
| 988 | .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price { |
| 989 | font-size: 47px; |
| 990 | line-height: 64px |
| 991 | } |
| 992 | |
| 993 | .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price { |
| 994 | font-size: 31px; |
| 995 | line-height: 60px |
| 996 | } |
| 997 | |
| 998 | .rpt_5_plans .rpt_plan .rpt_head .rpt_price { |
| 999 | font-size: 59px; |
| 1000 | line-height: 80px |
| 1001 | } |
| 1002 | |
| 1003 | .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price { |
| 1004 | font-size: 44px; |
| 1005 | line-height: 60px |
| 1006 | } |
| 1007 | |
| 1008 | .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price { |
| 1009 | font-size: 37px; |
| 1010 | line-height: 53px |
| 1011 | } |
| 1012 | |
| 1013 | .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price { |
| 1014 | font-size: 24px; |
| 1015 | line-height: 50px |
| 1016 | } |
| 1017 | |
| 1018 | .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price { |
| 1019 | font-size: 98px |
| 1020 | } |
| 1021 | |
| 1022 | .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price { |
| 1023 | font-size: 74px |
| 1024 | } |
| 1025 | |
| 1026 | .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price { |
| 1027 | font-size: 67px |
| 1028 | } |
| 1029 | |
| 1030 | .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 1031 | font-size: 83px |
| 1032 | } |
| 1033 | |
| 1034 | .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 1035 | font-size: 60px |
| 1036 | } |
| 1037 | |
| 1038 | .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 1039 | font-size: 54px |
| 1040 | } |
| 1041 | |
| 1042 | .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 1043 | font-size: 55px |
| 1044 | } |
| 1045 | |
| 1046 | .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 1047 | font-size: 49px |
| 1048 | } |
| 1049 | |
| 1050 | .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 1051 | font-size: 41px |
| 1052 | } |
| 1053 | |
| 1054 | .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 1055 | font-size: 42px |
| 1056 | } |
| 1057 | |
| 1058 | .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 1059 | font-size: 34px |
| 1060 | } |
| 1061 | |
| 1062 | .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 1063 | font-size: 26px |
| 1064 | } |
| 1065 | |
| 1066 | .rpt_plans .rpt_plan .rpt_head .rpt_recurrence { |
| 1067 | font-size: 13px; |
| 1068 | font-weight: 300; |
| 1069 | line-height: 18px; |
| 1070 | padding: 20px 10px 10px; |
| 1071 | color: #ffffff; |
| 1072 | text-align: center |
| 1073 | } |
| 1074 | |
| 1075 | .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence { |
| 1076 | color: #d3d3d3 |
| 1077 | } |
| 1078 | |
| 1079 | .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence { |
| 1080 | color: #f5f5f5 |
| 1081 | } |
| 1082 | |
| 1083 | .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence { |
| 1084 | color: grey |
| 1085 | } |
| 1086 | |
| 1087 | .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence { |
| 1088 | font-size: 11px; |
| 1089 | padding: 20px 40px 4px |
| 1090 | } |
| 1091 | |
| 1092 | .rpt_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 1093 | font-size: 16px; |
| 1094 | line-height: 20px; |
| 1095 | font-weight: 300; |
| 1096 | text-align: center; |
| 1097 | padding: 10px 30px 20px |
| 1098 | } |
| 1099 | |
| 1100 | .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 1101 | font-size: 14px |
| 1102 | } |
| 1103 | |
| 1104 | .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 1105 | font-size: 12px |
| 1106 | } |
| 1107 | |
| 1108 | .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 1109 | font-size: 16px; |
| 1110 | line-height: 18px; |
| 1111 | padding: 10px 10px 20px |
| 1112 | } |
| 1113 | |
| 1114 | .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 1115 | font-size: 14px; |
| 1116 | line-height: 17px |
| 1117 | } |
| 1118 | |
| 1119 | .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 1120 | font-size: 13px; |
| 1121 | line-height: 16px |
| 1122 | } |
| 1123 | |
| 1124 | .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 1125 | font-size: 15px; |
| 1126 | line-height: 18px; |
| 1127 | padding: 10px 10px 20px |
| 1128 | } |
| 1129 | |
| 1130 | .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 1131 | font-size: 13px; |
| 1132 | line-height: 17px |
| 1133 | } |
| 1134 | |
| 1135 | .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 1136 | font-size: 12px; |
| 1137 | line-height: 16px |
| 1138 | } |
| 1139 | |
| 1140 | .rpt_plans .rpt_plan .rpt_head .rpt_description { |
| 1141 | font-size: 14px; |
| 1142 | line-height: 20px; |
| 1143 | padding: 10px 20px; |
| 1144 | font-weight: 300; |
| 1145 | text-align: center; |
| 1146 | color: #ffffff |
| 1147 | } |
| 1148 | |
| 1149 | .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description { |
| 1150 | font-size: 12px |
| 1151 | } |
| 1152 | |
| 1153 | .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description { |
| 1154 | color: #f5f5f5 |
| 1155 | } |
| 1156 | |
| 1157 | .rpt_4_plans .rpt_plan .rpt_head .rpt_description { |
| 1158 | font-size: 13px; |
| 1159 | line-height: 18px |
| 1160 | } |
| 1161 | |
| 1162 | .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description { |
| 1163 | font-size: 12px; |
| 1164 | line-height: 17px |
| 1165 | } |
| 1166 | |
| 1167 | .rpt_5_plans .rpt_plan .rpt_head .rpt_description { |
| 1168 | font-size: 12px; |
| 1169 | line-height: 18px |
| 1170 | } |
| 1171 | |
| 1172 | .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description { |
| 1173 | font-size: 11px; |
| 1174 | line-height: 17px |
| 1175 | } |
| 1176 | |
| 1177 | .rpt_plans .rpt_plan .rpt_features { |
| 1178 | padding: 20px; |
| 1179 | background: #f0ecfb; |
| 1180 | text-align: center |
| 1181 | } |
| 1182 | |
| 1183 | .rpt_plans .rpt_plan .rpt_features .rpt_feature { |
| 1184 | font-size: 16px; |
| 1185 | padding: 6px 16px; |
| 1186 | border-bottom: 1px dotted #d3d3d3 |
| 1187 | } |
| 1188 | .rpt_plans .rpt_plan .rpt_features .rpt_feature a { |
| 1189 | color: #333333; |
| 1190 | } |
| 1191 | |
| 1192 | .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child { |
| 1193 | border-bottom: none |
| 1194 | } |
| 1195 | |
| 1196 | .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature { |
| 1197 | font-size: 14px |
| 1198 | } |
| 1199 | |
| 1200 | .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features { |
| 1201 | background: #fff |
| 1202 | } |
| 1203 | |
| 1204 | .rpt_style_swl .rpt_plan .rpt_features .rpt_feature { |
| 1205 | padding: 5px 16px |
| 1206 | } |
| 1207 | |
| 1208 | .rpt_4_plans .rpt_plan .rpt_features .rpt_feature { |
| 1209 | padding: 6px 10px; |
| 1210 | font-size: 14px |
| 1211 | } |
| 1212 | |
| 1213 | .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature { |
| 1214 | font-size: 12px |
| 1215 | } |
| 1216 | |
| 1217 | .rpt_5_plans .rpt_plan .rpt_features .rpt_feature { |
| 1218 | padding: 6px 10px; |
| 1219 | font-size: 13px |
| 1220 | } |
| 1221 | |
| 1222 | .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature { |
| 1223 | font-size: 11px |
| 1224 | } |
| 1225 | |
| 1226 | .rpt_plans .rpt_plan .rpt_foot { |
| 1227 | display: block; |
| 1228 | padding: 10px 30px; |
| 1229 | border-top: #7559C0 solid 2px; |
| 1230 | background: #7559C0; |
| 1231 | text-align: center; |
| 1232 | color: #fff; |
| 1233 | font-size: 24px; |
| 1234 | text-decoration: none; |
| 1235 | font-weight: 300; |
| 1236 | transition: All .5s ease; |
| 1237 | -webkit-transition: All .5s ease; |
| 1238 | -moz-transition: All .5s ease; |
| 1239 | -o-transition: All .5s ease |
| 1240 | } |
| 1241 | |
| 1242 | .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot { |
| 1243 | font-size: 19px |
| 1244 | } |
| 1245 | |
| 1246 | .rpt_style_basic .rpt_plan .rpt_foot { |
| 1247 | border-bottom-left-radius: 8px; |
| 1248 | border-bottom-left-radius: 8px |
| 1249 | } |
| 1250 | |
| 1251 | .rpt_style_swl .rpt_plan .rpt_foot { |
| 1252 | border-top: none; |
| 1253 | padding: 10px 30px 20px; |
| 1254 | color: #000; |
| 1255 | background: #333 |
| 1256 | } |
| 1257 | |
| 1258 | .rpt_4_plans .rpt_plan .rpt_foot { |
| 1259 | padding: 4px 20px; |
| 1260 | font-size: 19px |
| 1261 | } |
| 1262 | |
| 1263 | .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot { |
| 1264 | padding: 4px 20px; |
| 1265 | font-size: 17px |
| 1266 | } |
| 1267 | |
| 1268 | .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot { |
| 1269 | font-size: 16px |
| 1270 | } |
| 1271 | |
| 1272 | .rpt_plans .rpt_plan .rpt_foot:hover { |
| 1273 | opacity: .8 |
| 1274 | } |
| 1275 | |
| 1276 | .rpt_style_swl .rpt_plan .rpt_foot:hover { |
| 1277 | opacity: 1 |
| 1278 | } |
| 1279 | |
| 1280 | .rpt_plans .rpt_recommended_plan .rpt_foot { |
| 1281 | font-size: 30px; |
| 1282 | padding: 16px 0 |
| 1283 | } |
| 1284 | |
| 1285 | .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot { |
| 1286 | font-size: 26px |
| 1287 | } |
| 1288 | |
| 1289 | .rpt_4_plans .rpt_recommended_plan .rpt_foot { |
| 1290 | font-size: 22px; |
| 1291 | font-weight: 300; |
| 1292 | padding: 10px 0 |
| 1293 | } |
| 1294 | |
| 1295 | .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot { |
| 1296 | font-size: 19px; |
| 1297 | padding: 10px 0 |
| 1298 | } |
| 1299 | |
| 1300 | .rpt_5_plans .rpt_recommended_plan .rpt_foot { |
| 1301 | font-size: 20px; |
| 1302 | font-weight: 300; |
| 1303 | padding: 10px 0 |
| 1304 | } |
| 1305 | |
| 1306 | .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot { |
| 1307 | font-size: 18px; |
| 1308 | padding: 10px 0 |
| 1309 | } |
| 1310 | |
| 1311 | .rpt_custom_btn { |
| 1312 | border-bottom-left-radius: 5px; |
| 1313 | border-bottom-left-radius: 5px; |
| 1314 | text-align: center; |
| 1315 | padding: 16px 20px |
| 1316 | } |
| 1317 | |
| 1318 | .rpt_plans .rpt_recommended_plan { |
| 1319 | position: relative; |
| 1320 | top: -10px |
| 1321 | } |
| 1322 | |
| 1323 | .rpt_recommended_plan img.rpt_recommended { |
| 1324 | position: absolute !important; |
| 1325 | left: 10px !important |
| 1326 | } |
| 1327 | |
| 1328 | .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan { |
| 1329 | -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39); |
| 1330 | -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39); |
| 1331 | box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39) |
| 1332 | } |
| 1333 | |
| 1334 | a.rpt_tooltip { |
| 1335 | display: block; |
| 1336 | outline: 0; |
| 1337 | position: relative |
| 1338 | } |
| 1339 | |
| 1340 | a.rpt_tooltip strong { |
| 1341 | line-height: 30px |
| 1342 | } |
| 1343 | |
| 1344 | a.rpt_tooltip > span.intool { |
| 1345 | width: 90%; |
| 1346 | padding: 10px; |
| 1347 | margin-top: 56px; |
| 1348 | opacity: 0; |
| 1349 | visibility: hidden; |
| 1350 | z-index: 10; |
| 1351 | position: absolute; |
| 1352 | top: -15px; |
| 1353 | display: block; |
| 1354 | color: #f5f5f5; |
| 1355 | font-size: 13px; |
| 1356 | line-height: 20px; |
| 1357 | background: #333; |
| 1358 | font-weight: 300; |
| 1359 | text-align: center |
| 1360 | } |
| 1361 | |
| 1362 | a.rpt_tooltip:hover { |
| 1363 | cursor: zoom-in |
| 1364 | } |
| 1365 | |
| 1366 | a.rpt_tooltip .rpt_tooltip_plus { |
| 1367 | text-decoration: none !important; |
| 1368 | display: inline; |
| 1369 | font-size: 12px; |
| 1370 | font-weight: 700; |
| 1371 | position: relative; |
| 1372 | top: -6px |
| 1373 | } |
| 1374 | |
| 1375 | .rpt_feature:hover a.rpt_tooltip > span.intool { |
| 1376 | opacity: .98; |
| 1377 | text-decoration: none; |
| 1378 | visibility: visible; |
| 1379 | overflow: visible |
| 1380 | } |
| 1381 | |
| 1382 | a.rpt_tooltip span.intool b { |
| 1383 | width: 10px; |
| 1384 | height: 10px; |
| 1385 | margin-left: 35%; |
| 1386 | margin-top: -15px; |
| 1387 | position: absolute; |
| 1388 | -webkit-transform: rotate(-45deg); |
| 1389 | -moz-transform: rotate(-45deg); |
| 1390 | -o-transform: rotate(-45deg); |
| 1391 | transform: rotate(-45deg); |
| 1392 | display: none \0/; |
| 1393 | background: #333 |
| 1394 | } |
| 1395 | |
| 1396 | .rpt_3_plans a.rpt_tooltip > span.intool { |
| 1397 | margin-left: -1% |
| 1398 | } |
| 1399 | |
| 1400 | .rpt_4_plans a.rpt_tooltip > span.intool { |
| 1401 | margin-left: 0 |
| 1402 | } |
| 1403 | |
| 1404 | .rpt_5_plans a.rpt_tooltip > span.intool { |
| 1405 | margin-left: -2% |
| 1406 | } |
| 1407 | |
| 1408 | .entry-content .rpt_plan a, .rpt_plan a { |
| 1409 | border-bottom: none !important; |
| 1410 | text-decoration: none; |
| 1411 | } |
| 1412 | |
| 1413 | .rpt_plans .rpt_plan .rpt_icon { |
| 1414 | max-width: 30px; |
| 1415 | max-height: 30px |
| 1416 | } |
| 1417 | |
| 1418 | .rpt_plans .rpt_plan img { |
| 1419 | display: inline; |
| 1420 | margin: 0 10px 0 0; |
| 1421 | padding: 0; |
| 1422 | -webkit-box-shadow: 0 0 0 0 transparent; |
| 1423 | -moz-box-shadow: 0 0 0 0 transparent; |
| 1424 | box-shadow: 0 0 0 0 transparent; |
| 1425 | border: none |
| 1426 | } |
| 1427 | |
| 1428 | .mystickymenu-testimonial { |
| 1429 | position: relative; |
| 1430 | } |
| 1431 | .mystickymenu-testimonial .testimonial-data { |
| 1432 | position: relative; |
| 1433 | } |
| 1434 | .mystickymenu-testimonial .testimonial-data { |
| 1435 | position: relative; |
| 1436 | margin-left: 30px; |
| 1437 | padding: 10px 10px 10px 40px; |
| 1438 | background: #f5f5f5; |
| 1439 | font-size: 16px; |
| 1440 | line-height: 22px; |
| 1441 | } |
| 1442 | .mystickymenu-testimonial .testimonial-image { |
| 1443 | position: absolute; |
| 1444 | height: 60px; |
| 1445 | width: 60px; |
| 1446 | overflow: hidden; |
| 1447 | border-radius: 30px; |
| 1448 | top: 50%; |
| 1449 | margin-top: -30px; |
| 1450 | z-index: 1; |
| 1451 | } |
| 1452 | .mystickymenu-testimonial .testimonial-image img { |
| 1453 | width: 100%; |
| 1454 | height: auto; |
| 1455 | } |
| 1456 | .mystickymenu-testimonial-list { |
| 1457 | width: 100%; |
| 1458 | max-width: 1080px; |
| 1459 | margin: 30px auto; |
| 1460 | } |
| 1461 | .testimonial-title { |
| 1462 | font-weight: bold; |
| 1463 | font-size: 18px; |
| 1464 | padding: 0 0 5px 0; |
| 1465 | } |
| 1466 | .testimonial-author { |
| 1467 | font-size: 16px; |
| 1468 | font-style: italic; |
| 1469 | font-weight: 500; |
| 1470 | padding: 5px 0 0 0; |
| 1471 | } |
| 1472 | p.udner-title strong { |
| 1473 | font-size: 30px; |
| 1474 | padding-bottom: 40px; |
| 1475 | display: block; |
| 1476 | color: #b97fcf; |
| 1477 | text-align: center; |
| 1478 | } |
| 1479 | p.udner-title { |
| 1480 | margin: 0; |
| 1481 | padding: 0; |
| 1482 | } |
| 1483 | @media only screen and (max-width: 640px) { |
| 1484 | .rpt_plans .rpt_plan { |
| 1485 | width: 96%; |
| 1486 | margin: 10px 2% 20px !important |
| 1487 | } |
| 1488 | |
| 1489 | .rpt_plans .rpt_plan .rpt_title { |
| 1490 | position: relative; |
| 1491 | font-size: 26px !important; |
| 1492 | line-height: 35px !important |
| 1493 | } |
| 1494 | |
| 1495 | .rpt_plans .rpt_plan .rpt_head .rpt_price { |
| 1496 | font-size: 74px !important; |
| 1497 | line-height: 100px !important |
| 1498 | } |
| 1499 | |
| 1500 | .rpt_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 1501 | font-size: 17px !important; |
| 1502 | line-height: 28px !important; |
| 1503 | padding: 10px 40px 20px |
| 1504 | } |
| 1505 | |
| 1506 | .rpt_plans .rpt_plan .rpt_head .rpt_description { |
| 1507 | font-size: 15px !important; |
| 1508 | line-height: 26px !important; |
| 1509 | padding: 0 40px 30px |
| 1510 | } |
| 1511 | |
| 1512 | .rpt_plans .rpt_plan .rpt_features .rpt_feature { |
| 1513 | padding: 6px 16px; |
| 1514 | font-size: 14px !important |
| 1515 | } |
| 1516 | |
| 1517 | .rpt_plans .rpt_plan .rpt_foot { |
| 1518 | padding: 10px 40px; |
| 1519 | text-align: center; |
| 1520 | color: #fff; |
| 1521 | font-size: 20px |
| 1522 | } |
| 1523 | |
| 1524 | .rpt_plans .rpt_recommended_plan .rpt_foot { |
| 1525 | font-size: 30px; |
| 1526 | font-weight: 300; |
| 1527 | padding: 20px 0 |
| 1528 | } |
| 1529 | |
| 1530 | .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 1531 | top: -36px !important; |
| 1532 | left: -10px !important; |
| 1533 | font-size: 35px !important |
| 1534 | } |
| 1535 | } |
| 1536 | |
| 1537 | #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 { |
| 1538 | font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; |
| 1539 | font-weight: 300 !important |
| 1540 | } |
| 1541 | |
| 1542 | .client-testimonial { |
| 1543 | margin: 20px auto 0px; |
| 1544 | -webkit-border-radius: 5px; |
| 1545 | -moz-border-radius: 5px; |
| 1546 | border-radius: 5px; |
| 1547 | } |
| 1548 | .client-testimonial span.dashicons.dashicons-yes { |
| 1549 | background: #00bd00; |
| 1550 | color: #fff; |
| 1551 | border-radius: 50%; |
| 1552 | -webkit-border-radius: 50%; |
| 1553 | -moz-border-radius: 50%; |
| 1554 | } |
| 1555 | .client-testimonial p.text-center { |
| 1556 | text-align: center; |
| 1557 | margin: 6px 0; |
| 1558 | font-size: 14px; |
| 1559 | } |
| 1560 | .client-testimonial .payment { |
| 1561 | margin: 20px 0; |
| 1562 | text-align: center; |
| 1563 | } |
| 1564 | .testimonial-image { |
| 1565 | width: 10%; |
| 1566 | display: inline-block; |
| 1567 | vertical-align: middle; |
| 1568 | } |
| 1569 | .testimonial-content { |
| 1570 | width: 85%; |
| 1571 | display: inline-block; |
| 1572 | vertical-align: middle; |
| 1573 | padding-left: 15px; |
| 1574 | } |
| 1575 | .testimonial-image img { |
| 1576 | border-radius: 50%; |
| 1577 | -webkit-border-radius: 50%; |
| 1578 | -moz-border-radius: 50%; |
| 1579 | width: 100%; |
| 1580 | height: auto; |
| 1581 | } |
| 1582 | .client-testimonial .author { |
| 1583 | font-weight: bold; |
| 1584 | padding: 5px 0 0 0; |
| 1585 | font-size: 14px; |
| 1586 | } |
| 1587 | .testimonial-box { |
| 1588 | padding: 15px; |
| 1589 | background: #d6efff; |
| 1590 | -webkit-border-radius: 5px; |
| 1591 | -moz-border-radius: 5px; |
| 1592 | border-radius: 5px; |
| 1593 | } |
| 1594 | |
| 1595 | /*01-08-2019 welcome bar css*/ |
| 1596 | #sticky-header-welcome-bar *, #sticky-header-welcome-bar ::before, #sticky-header-welcome-bar ::after { |
| 1597 | -webkit-box-sizing: border-box; |
| 1598 | -moz-box-sizing: border-box; |
| 1599 | box-sizing: border-box; |
| 1600 | } |
| 1601 | #sticky-header-welcome-bar .iris-picker, #sticky-header-welcome-bar .iris-picker * { |
| 1602 | -moz-box-sizing: content-box; |
| 1603 | -webkit-box-sizing: content-box; |
| 1604 | box-sizing: content-box; |
| 1605 | } |
| 1606 | .mysticky-welcomebar-switch { |
| 1607 | display: inline-block; |
| 1608 | width:55px; |
| 1609 | height:30px; |
| 1610 | position: relative; |
| 1611 | } |
| 1612 | .mysticky-welcomebar-switch input { |
| 1613 | opacity: 0; |
| 1614 | width: 0; |
| 1615 | height: 0; |
| 1616 | } |
| 1617 | |
| 1618 | .mysticky-welcomebar-switch .slider:before { |
| 1619 | border-radius: 50%; |
| 1620 | position: absolute; |
| 1621 | content: ""; |
| 1622 | height: 24px; |
| 1623 | width: 25px; |
| 1624 | left: 2px; |
| 1625 | top: 1px; |
| 1626 | background-color: #ffffff; |
| 1627 | -webkit-transition: .4s; |
| 1628 | transition: .4s; |
| 1629 | } |
| 1630 | .mysticky-welcomebar-switch .slider { |
| 1631 | border-radius: 15px; |
| 1632 | position: absolute !important; |
| 1633 | cursor: pointer; |
| 1634 | top: 0; |
| 1635 | left: 0; |
| 1636 | right: 0; |
| 1637 | bottom: 0; |
| 1638 | background-color: #ccc; |
| 1639 | border: 2px solid #ccc; |
| 1640 | -webkit-transition: .4s; |
| 1641 | transition: .4s; |
| 1642 | } |
| 1643 | ..mysticky-welcomebar-switch .slider:before { |
| 1644 | border-radius: 50%; |
| 1645 | position: absolute; |
| 1646 | content: ""; |
| 1647 | height: 24px; |
| 1648 | width: 25px; |
| 1649 | left: 2px; |
| 1650 | top: 1px; |
| 1651 | background-color: #ffffff; |
| 1652 | -webkit-transition: .4s; |
| 1653 | transition: .4s; |
| 1654 | } |
| 1655 | |
| 1656 | |
| 1657 | .mysticky-welcomebar-switch input:checked + .slider { |
| 1658 | background-color: #7761DF; |
| 1659 | border: 2px solid #7761DF; |
| 1660 | } |
| 1661 | .mysticky-welcomebar-switch input:focus + .slider { |
| 1662 | box-shadow: 0 0 1px #2196F3; |
| 1663 | } |
| 1664 | .mysticky-welcomebar-switch input:checked + .slider:before { |
| 1665 | -webkit-transform: translateX(24px); |
| 1666 | -ms-transform: translateX(24px); |
| 1667 | transform: translateX(24px); |
| 1668 | } |
| 1669 | |
| 1670 | .welcombar-status-switch{ |
| 1671 | display: inline-block; |
| 1672 | width:46px; |
| 1673 | height:24px; |
| 1674 | position: relative; |
| 1675 | } |
| 1676 | |
| 1677 | .welcombar-status-switch .slider:before { |
| 1678 | border-radius: 50%; |
| 1679 | position: absolute; |
| 1680 | content: ""; |
| 1681 | height: 15px; |
| 1682 | width: 15px; |
| 1683 | left: 2px; |
| 1684 | top: 2px; |
| 1685 | background-color: #ffffff; |
| 1686 | -webkit-transition: .4s; |
| 1687 | transition: .4s; |
| 1688 | } |
| 1689 | .mysticky-welcomebar-form { |
| 1690 | background-color: #f8fcfd; |
| 1691 | border: 1px solid #E1E6E6; |
| 1692 | padding: 20px; |
| 1693 | border-radius: 7px; |
| 1694 | position: relative; |
| 1695 | } |
| 1696 | .mysticky-welcomebar-header-title h3 { |
| 1697 | margin: 0; |
| 1698 | font-size: 26px; |
| 1699 | color: #4F4F4F; |
| 1700 | line-height: 1.2; |
| 1701 | display: inline-block; |
| 1702 | vertical-align: top; |
| 1703 | } |
| 1704 | .mysticky-welcomebar-header-title h3 + .mysticky-welcomebar-switch { |
| 1705 | margin-left: 20px; |
| 1706 | } |
| 1707 | .mysticky-welcomebar-subheader-title { |
| 1708 | padding: 40px 0 30px; |
| 1709 | } |
| 1710 | .mysticky-welcomebar-subheader-title h4 { |
| 1711 | margin: 0; |
| 1712 | font-weight: 400; |
| 1713 | font-size: 22px; |
| 1714 | line-height: 1.2; |
| 1715 | color: #4F4F4F; |
| 1716 | } |
| 1717 | .mysticky-welcomebar-setting-content { |
| 1718 | display: flex; |
| 1719 | /*align-items: center;*/ |
| 1720 | padding-bottom: 20px; |
| 1721 | } |
| 1722 | .mysticky-welcomebar-setting-content.show-on-apper { |
| 1723 | align-items: flex-start; |
| 1724 | } |
| 1725 | .mysticky-welcomebar-setting-content > label { |
| 1726 | font-size: 18px; |
| 1727 | line-height: 1.2; |
| 1728 | color: #4F4F4F; |
| 1729 | font-weight: 500; |
| 1730 | margin-top: 10px; |
| 1731 | width: 306px; |
| 1732 | padding-left: 10px; |
| 1733 | } |
| 1734 | .mysticky-welcomebar-setting-content.show-on-apper > label { |
| 1735 | margin-top: 10px; |
| 1736 | } |
| 1737 | .mysticky-welcomebar-setting-content-right { |
| 1738 | width: 100%; |
| 1739 | align-items: center; |
| 1740 | display: flex; |
| 1741 | } |
| 1742 | .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade { |
| 1743 | display: inline-block; |
| 1744 | vertical-align: top; |
| 1745 | float: none; |
| 1746 | margin-left: 20px; |
| 1747 | } |
| 1748 | .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade { |
| 1749 | margin-left: 50px; |
| 1750 | } |
| 1751 | .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-remove-getbar .myStickymenu-upgrade { |
| 1752 | margin-left: 130px; |
| 1753 | } |
| 1754 | .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-colorpicker .wp-picker-container{ |
| 1755 | display: inline-block; |
| 1756 | } |
| 1757 | .mysticky-welcomebar-setting-content-right label { |
| 1758 | display: inline-block; |
| 1759 | vertical-align: top; |
| 1760 | width: 100px; |
| 1761 | padding-left: 10px; |
| 1762 | } |
| 1763 | |
| 1764 | #mysticky_welcomebar_redirect_rel.mysticky_welcomebar_disable.unactive_rel_input { |
| 1765 | width: 235px; |
| 1766 | } |
| 1767 | |
| 1768 | .mysticky-welcomebar-setting-content-right .wp-picker-input-wrap label { |
| 1769 | width: auto; |
| 1770 | } |
| 1771 | .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-trigger-wrap label { |
| 1772 | width: auto; |
| 1773 | } |
| 1774 | #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input { |
| 1775 | padding-left: 60px; |
| 1776 | } |
| 1777 | .mysticky-welcomebar-setting-content-right select , |
| 1778 | .mysticky-welcomebar-setting-content-right input[type="text"] , |
| 1779 | .mysticky-welcomebar-setting-content-right textarea { |
| 1780 | width: 400px; |
| 1781 | height: 42px; |
| 1782 | border-radius: 20px; |
| 1783 | color: #32373c; |
| 1784 | display: block; |
| 1785 | padding: 0 10px; |
| 1786 | box-shadow: none; |
| 1787 | border: 1px solid #DCE2E2; |
| 1788 | margin: 0; |
| 1789 | font-size: 14px; |
| 1790 | font-weight: 400; |
| 1791 | } |
| 1792 | |
| 1793 | .mysticky-welcomebar-setting-content-right input::placeholder, |
| 1794 | .mysticky-welcomebar-setting-content-right input:-ms-input-placeholder, |
| 1795 | .mysticky-welcomebar-setting-content-right input::-ms-input-placeholder { |
| 1796 | color: #b5b7b9; |
| 1797 | opacity:0.6; |
| 1798 | } |
| 1799 | .mysticky-welcomebar-setting-content-right select { |
| 1800 | padding-left: 22px; |
| 1801 | } |
| 1802 | .mysticky-welcomebar-setting-content-right textarea { |
| 1803 | height: 100px; |
| 1804 | border-radius: 10px; |
| 1805 | padding-top: 9px; |
| 1806 | } |
| 1807 | #mystickymenu .wp-picker-container input[type="text"].wp-color-picker { |
| 1808 | border-radius: 0; |
| 1809 | height: 32px; |
| 1810 | border: 1px solid #DCE2E2; |
| 1811 | } |
| 1812 | #mystickymenu .wp-picker-input-wrap .button { |
| 1813 | height: 32px; |
| 1814 | } |
| 1815 | #mystickymenu .form-table .wp-picker-input-wrap label { |
| 1816 | padding-left: 10px; |
| 1817 | } |
| 1818 | .mysticky-welcomebar-setting-action { |
| 1819 | display: inline-block; |
| 1820 | vertical-align: top; |
| 1821 | } |
| 1822 | .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action { |
| 1823 | padding-left: 10px; |
| 1824 | } |
| 1825 | .mysticky-welcomebar-redirect label { |
| 1826 | width: auto; |
| 1827 | padding-left: 0; |
| 1828 | padding-top: 10px; |
| 1829 | } |
| 1830 | .mysticky-welcomebar-expirydate { |
| 1831 | position: relative; |
| 1832 | display: inline-block; |
| 1833 | vertical-align: top; |
| 1834 | } |
| 1835 | .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-expirydate input { |
| 1836 | padding-left: 55px; |
| 1837 | } |
| 1838 | .mysticky-welcomebar-expirydate .dashicons { |
| 1839 | position: absolute; |
| 1840 | top: 0; |
| 1841 | left: 0; |
| 1842 | bottom: 0; |
| 1843 | color: #a7a7a7; |
| 1844 | border-right: 1px solid #a7a7a7; |
| 1845 | width: 46px; |
| 1846 | height: 100%; |
| 1847 | line-height: 40px; |
| 1848 | } |
| 1849 | a.create-rule { |
| 1850 | background-color: #7761DF; |
| 1851 | color: #fff; |
| 1852 | display: inline-block; |
| 1853 | margin: 10px 0 0; |
| 1854 | vertical-align: top; |
| 1855 | text-decoration: none; |
| 1856 | padding: 5px 12px; |
| 1857 | border-radius: 20px; |
| 1858 | box-shadow: none; |
| 1859 | outline: none; |
| 1860 | } |
| 1861 | .mysticky-welcomebar-upgrade-main { |
| 1862 | position: relative; |
| 1863 | vertical-align: top; |
| 1864 | width: 100%; |
| 1865 | padding-left: 10px; |
| 1866 | padding-bottom: 0; |
| 1867 | } |
| 1868 | .mysticky-welcomebar-upgrade-main .myStickymenu-upgrade { |
| 1869 | float: left; |
| 1870 | } |
| 1871 | .mysticky-welcomebar-page-option { |
| 1872 | margin-bottom: 20px; |
| 1873 | position: relative; |
| 1874 | } |
| 1875 | .mysticky-welcomebar-page-option select { |
| 1876 | width: 180px; |
| 1877 | } |
| 1878 | .mysticky-welcomebar-page-option .myStickymenu-upgrade { |
| 1879 | display: none; |
| 1880 | position: absolute; |
| 1881 | top: 9px; |
| 1882 | left: 50%; |
| 1883 | -webkit-transform: translateX(-50%); |
| 1884 | -moz-transform: translateX(-50%); |
| 1885 | transform: translateX(-50%); |
| 1886 | text-align: center; |
| 1887 | margin-left: 0; |
| 1888 | } |
| 1889 | .mysticky-welcomebar-page-option .myStickymenu-upgrade a { |
| 1890 | padding-top: 5px; |
| 1891 | padding-bottom: 7px; |
| 1892 | padding-left: 20px; |
| 1893 | padding-left: 20px; |
| 1894 | font-size: 14px; |
| 1895 | box-shadow: 0 0 3px #999; |
| 1896 | } |
| 1897 | .mysticky-welcomebar-page-option:hover .myStickymenu-upgrade { |
| 1898 | display: block; |
| 1899 | } |
| 1900 | .mysticky-welcomebar-page-option .url-content { |
| 1901 | /*display: flex;*/ |
| 1902 | overflow:hidden; |
| 1903 | align-items: center; |
| 1904 | } |
| 1905 | .mysticky-welcomebar-page-option .url-content > div { |
| 1906 | padding: 0 5px; |
| 1907 | float: right; |
| 1908 | |
| 1909 | } |
| 1910 | |
| 1911 | .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-values, |
| 1912 | .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-option{ |
| 1913 | width: 20%; |
| 1914 | } |
| 1915 | .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box { |
| 1916 | width: 28%; |
| 1917 | text-align: left; |
| 1918 | margin-top: 10px; |
| 1919 | } |
| 1920 | |
| 1921 | /*.mysticky-welcomebar-page-option .url-content select { |
| 1922 | width: 120px; |
| 1923 | } |
| 1924 | */ |
| 1925 | .mysticky-welcomebar-page-option .url-content input[type="text"] { |
| 1926 | height: 38px; |
| 1927 | padding: 0 15px; |
| 1928 | border-radius: 0; |
| 1929 | } |
| 1930 | |
| 1931 | .mysticky-page-option .myStickymenu-upgrade { |
| 1932 | float: none; |
| 1933 | position: absolute; |
| 1934 | top: 0; |
| 1935 | left: 50%; |
| 1936 | /* right: 0; */ |
| 1937 | text-align: center; |
| 1938 | /* background-color: rgba(0,0,0,0.6); */ |
| 1939 | bottom: 0; |
| 1940 | border-radius: 10px; |
| 1941 | display: none; |
| 1942 | align-items: center; |
| 1943 | justify-content: center; |
| 1944 | -webkit-transform: translateX(-50%); |
| 1945 | -moz-transform: translateX(-50%); |
| 1946 | transform: translateX(-50%); |
| 1947 | } |
| 1948 | .mysticky-page-option:hover .myStickymenu-upgrade { |
| 1949 | display: flex; |
| 1950 | } |
| 1951 | .mysticky-page-option .myStickymenu-upgrade a { |
| 1952 | padding-top: 5px; |
| 1953 | padding-bottom: 7px; |
| 1954 | padding-left: 20px; |
| 1955 | padding-left: 20px; |
| 1956 | font-size: 14px; |
| 1957 | box-shadow: 0 0 3px #999; |
| 1958 | } |
| 1959 | .mysticky-page-option { |
| 1960 | background-color: #fff; |
| 1961 | padding: 10px; |
| 1962 | margin-bottom: 10px; |
| 1963 | border: 1px solid #DCE2E2; |
| 1964 | border-radius: 10px; |
| 1965 | position: relative; |
| 1966 | } |
| 1967 | .mysticky-page-option .url-content { |
| 1968 | display: flex; |
| 1969 | align-items: center; |
| 1970 | } |
| 1971 | .mysticky-page-option .url-content > div { |
| 1972 | padding: 0 5px; |
| 1973 | } |
| 1974 | .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box { |
| 1975 | width: 260px; |
| 1976 | text-align: left; |
| 1977 | } |
| 1978 | .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box { |
| 1979 | width: 300px; |
| 1980 | } |
| 1981 | .mysticky-page-option .url-content select { |
| 1982 | width: 250px; |
| 1983 | } |
| 1984 | .mysticky-page-option .url-content input[type="text"] { |
| 1985 | height: 38px; |
| 1986 | padding: 0 15px; |
| 1987 | border-radius: 0; |
| 1988 | } |
| 1989 | .mystickymenu-page-target-wrap { |
| 1990 | padding-bottom: 20px; |
| 1991 | } |
| 1992 | |
| 1993 | .mysticky-welcomebar-remove-rule , |
| 1994 | .mysticky-remove-rule { |
| 1995 | color: #fff; |
| 1996 | background-color: #666; |
| 1997 | text-decoration: none; |
| 1998 | display: inline-block; |
| 1999 | vertical-align: top; |
| 2000 | width: 38px; |
| 2001 | height: 38px; |
| 2002 | text-align: center; |
| 2003 | border-radius: 4px; |
| 2004 | font-size: 22px; |
| 2005 | line-height: 35px; |
| 2006 | } |
| 2007 | .mysticky-welcomebar-page-options { |
| 2008 | display: inline-block; |
| 2009 | vertical-align: top; |
| 2010 | } |
| 2011 | /**/ |
| 2012 | .mysticky-welcomebar-setting-right { |
| 2013 | position: absolute; |
| 2014 | top: 32px; |
| 2015 | left: 50px; |
| 2016 | width: 500px; |
| 2017 | } |
| 2018 | .mysticky-welcomebar-header-title::after { |
| 2019 | content: ""; |
| 2020 | display: block; |
| 2021 | clear: both; |
| 2022 | } |
| 2023 | .mysticky-welcomebar-preview-window { |
| 2024 | float: left; |
| 2025 | } |
| 2026 | .mysticky-welcomebar-header-title { |
| 2027 | padding-bottom: 20px; |
| 2028 | } |
| 2029 | .mysticky-welcomebar-preview-window ul { |
| 2030 | margin: 0; |
| 2031 | padding: 0; |
| 2032 | } |
| 2033 | .mysticky-welcomebar-preview-window ul li { |
| 2034 | color: #7761DF; |
| 2035 | display: inline-block; |
| 2036 | vertical-align: top; |
| 2037 | width: 36px; |
| 2038 | height: 36px; |
| 2039 | background-color: #DFDDF7; |
| 2040 | border-radius: 50%; |
| 2041 | text-align: center; |
| 2042 | line-height: 36px; |
| 2043 | margin-bottom: 0; |
| 2044 | margin-left: 10px; |
| 2045 | } |
| 2046 | .mysticky-welcomebar-preview-window ul li.preview-active { |
| 2047 | color: #fff; |
| 2048 | background-color: #7761DF; |
| 2049 | } |
| 2050 | .mysticky-welcomebar-preview-window ul li .dashicons { |
| 2051 | line-height: 36px; |
| 2052 | } |
| 2053 | .mysticky-welcomebar-preview-screen { |
| 2054 | background-color: #ffffff; |
| 2055 | border: 1px solid #DCE2E2; |
| 2056 | border-radius: 10px; |
| 2057 | margin: 0 auto; |
| 2058 | padding: 0; |
| 2059 | height: 400px; |
| 2060 | position: relative; |
| 2061 | overflow: hidden; |
| 2062 | max-width: 100%; |
| 2063 | -webkit-transition: all 0.5s ease 0s; |
| 2064 | -moz-transition: all 0.5s ease 0s; |
| 2065 | transition: all 0.5s ease 0s; |
| 2066 | } |
| 2067 | .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen { |
| 2068 | max-width: 320px; |
| 2069 | } |
| 2070 | .mysticky-welcomebar-submit { |
| 2071 | float: left; |
| 2072 | padding-top: 50px; |
| 2073 | margin-left: -20px; |
| 2074 | } |
| 2075 | .mysticky-welcomebar-form-reset .mysticky-welcomebar-submit { |
| 2076 | margin-left: 0; |
| 2077 | padding-top: 30px; |
| 2078 | } |
| 2079 | .mysticky-welcomebar-submit input.button-secondary { |
| 2080 | background: #969696; |
| 2081 | border-color: #969696; |
| 2082 | color: #ffffff; |
| 2083 | text-transform: uppercase; |
| 2084 | border-radius: 31px; |
| 2085 | font-size: 26px; |
| 2086 | margin-left: 10px; |
| 2087 | padding-left: 23px; |
| 2088 | padding-left: 23px; |
| 2089 | height: 60px; |
| 2090 | width: 200px; |
| 2091 | border: 0; |
| 2092 | box-shadow: none; |
| 2093 | font-weight: 600; |
| 2094 | text-shadow: none; |
| 2095 | } |
| 2096 | |
| 2097 | #mystickymenu .mysticky-welcomebar-submit input.button-secondary:hover { |
| 2098 | opacity: 0.7; |
| 2099 | background-color: #8c8f94; |
| 2100 | color: #FFFFFF; |
| 2101 | } |
| 2102 | .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-buttons { |
| 2103 | padding-left: 0; |
| 2104 | } |
| 2105 | .ui-dialog-buttonset .green-btn.ui-button { |
| 2106 | background-color: #00c67c; |
| 2107 | border-color: #00c67c; |
| 2108 | color: #fff; |
| 2109 | } |
| 2110 | .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-setting-redirect-wrap { |
| 2111 | display: block; |
| 2112 | } |
| 2113 | .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-redirect-wrap .myStickymenu-upgrade { |
| 2114 | margin-top: 7px; |
| 2115 | } |
| 2116 | .updates-form-form { |
| 2117 | min-height: calc(100vh - 280px); |
| 2118 | } |
| 2119 | .popup-form-content { |
| 2120 | background: #ffffff; |
| 2121 | min-height: 100px; |
| 2122 | width: 450px; |
| 2123 | text-align: center; |
| 2124 | margin-top: 50px; |
| 2125 | border: solid 1px #c1c1c1; |
| 2126 | } |
| 2127 | .updates-content-buttons button { |
| 2128 | margin: 10px 3px !important; |
| 2129 | float: left; |
| 2130 | } |
| 2131 | .updates-content-buttons a span { |
| 2132 | -webkit-animation: fa-spin 0.75s infinite linear; |
| 2133 | animation: fa-spin 0.75s infinite linear; |
| 2134 | } |
| 2135 | .updates-content-buttons a:hover, .updates-content-buttons a:focus { |
| 2136 | color: #ffffff; |
| 2137 | background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)); |
| 2138 | } |
| 2139 | .updates-content-buttons a:focus { |
| 2140 | outline: 0; |
| 2141 | box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4); |
| 2142 | } |
| 2143 | .updates-content-buttons button.form-cancel-btn { |
| 2144 | float: left !important; |
| 2145 | } |
| 2146 | .form-submit-btn { |
| 2147 | background-color: #3085d6; |
| 2148 | } |
| 2149 | .updates-content-buttons a span { |
| 2150 | -webkit-animation: fa-spin 0.75s infinite linear; |
| 2151 | animation: fa-spin 0.75s infinite linear; |
| 2152 | } |
| 2153 | .add-update-mystickymenu-title { |
| 2154 | font-size: 20px; |
| 2155 | line-height: 30px; |
| 2156 | padding: 20px 20px 0; |
| 2157 | } |
| 2158 | .mystickymenu-form-input { |
| 2159 | padding: 10px 20px; |
| 2160 | } |
| 2161 | .mystickymenu-form-input input { |
| 2162 | width: 100%; |
| 2163 | transition: border-color .3s,box-shadow .3s; |
| 2164 | border: 1px solid #d9d9d9; |
| 2165 | border-radius: .1875em; |
| 2166 | font-size: 1.125em; |
| 2167 | box-shadow: inset 0 1px 1px rgba(0,0,0,.06); |
| 2168 | box-sizing: border-box; |
| 2169 | height: 2.625em; |
| 2170 | margin: 1em auto; |
| 2171 | } |
| 2172 | .updates-content-buttons { |
| 2173 | background: #c1c1c1; |
| 2174 | padding: 0 20px; |
| 2175 | } |
| 2176 | div#wp-mysticky_bar_text-wrap { |
| 2177 | width: 40%; |
| 2178 | } |
| 2179 | |
| 2180 | .mystickymenu-popup { |
| 2181 | position: fixed; |
| 2182 | width: 100%; |
| 2183 | height: 100%; |
| 2184 | top: 0; |
| 2185 | left: 0; |
| 2186 | z-index: 100001; |
| 2187 | background: rgba(0, 0, 0, .75) |
| 2188 | } |
| 2189 | |
| 2190 | .mystickymenu-popup-box { |
| 2191 | padding: 0; |
| 2192 | width: 600px; |
| 2193 | max-width: 100%; |
| 2194 | margin: auto; |
| 2195 | top: 50%; |
| 2196 | position: absolute; |
| 2197 | left: 0; |
| 2198 | right: 0; |
| 2199 | border-radius: 5px; |
| 2200 | transform: translate(0, -50%); |
| 2201 | -webkit-transform: translate(0, -50%); |
| 2202 | -moz-transform: translate(0, -50%); |
| 2203 | text-align: center; |
| 2204 | background: #fcfcfc |
| 2205 | } |
| 2206 | |
| 2207 | .mystickymenu-popup-header { |
| 2208 | padding: 15px; |
| 2209 | font-size: 20px; |
| 2210 | border-bottom: solid 1px #e6e6e6 |
| 2211 | } |
| 2212 | |
| 2213 | .mystickymenu-popup-content { |
| 2214 | background: #fff; |
| 2215 | padding: 15px; |
| 2216 | font-size: 14px; |
| 2217 | line-height: 20px |
| 2218 | } |
| 2219 | |
| 2220 | .mystickymenu-popup-content iframe { |
| 2221 | margin: 30px 0 |
| 2222 | } |
| 2223 | |
| 2224 | .mystickymenu-popup-footer { |
| 2225 | padding: 15px; |
| 2226 | border-top: solid 1px #e6e6e6 |
| 2227 | } |
| 2228 | |
| 2229 | .mystickymenu-popup-footer button { |
| 2230 | border: none; |
| 2231 | padding: 10px 20px; |
| 2232 | border-radius: 4px; |
| 2233 | background: #00c478; |
| 2234 | color: #fff; |
| 2235 | cursor: pointer; |
| 2236 | } |
| 2237 | |
| 2238 | .close-mystickymenu-popup { |
| 2239 | margin: 0; |
| 2240 | padding: 0; |
| 2241 | background: 0 0; |
| 2242 | border: none; |
| 2243 | float: left; |
| 2244 | background: #000; |
| 2245 | border-radius: 50%; |
| 2246 | color: #fff; |
| 2247 | text-align: center; |
| 2248 | width: 24px; |
| 2249 | height: 24px; |
| 2250 | cursor: pointer; |
| 2251 | } |
| 2252 | |
| 2253 | .close-mystickymenu-popup span { |
| 2254 | line-height: 24px |
| 2255 | } |
| 2256 | @-webkit-keyframes fa-spin { |
| 2257 | 0% { |
| 2258 | -webkit-transform: rotate(0deg); |
| 2259 | transform: rotate(0deg); |
| 2260 | } |
| 2261 | 100% { |
| 2262 | -webkit-transform: rotate(359deg); |
| 2263 | transform: rotate(359deg); |
| 2264 | } |
| 2265 | } |
| 2266 | @media only screen and (max-width: 1490px) { |
| 2267 | .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action { |
| 2268 | padding-left: 10px; |
| 2269 | } |
| 2270 | .mysticky-welcomebar-setting-right { |
| 2271 | width: 400px; |
| 2272 | } |
| 2273 | } |
| 2274 | @media only screen and (max-width: 1355px) { |
| 2275 | .mysticky-welcomebar-page-option .url-content select { |
| 2276 | width: 130px; |
| 2277 | } |
| 2278 | .mysticky-welcomebar-page-option .url-content input[type="text"] { |
| 2279 | width: 180px; |
| 2280 | } |
| 2281 | .mysticky-welcomebar-setting-action { |
| 2282 | display: block; |
| 2283 | } |
| 2284 | .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action { |
| 2285 | padding-left: 0; |
| 2286 | padding-top: 10px; |
| 2287 | } |
| 2288 | } |
| 2289 | @media only screen and (max-width: 1200px) { |
| 2290 | .mysticky-welcomebar-page-option .url-content select { |
| 2291 | width: 110px; |
| 2292 | } |
| 2293 | .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box { |
| 2294 | width: 230px; |
| 2295 | } |
| 2296 | .mysticky-welcomebar-page-option { |
| 2297 | padding: 10px 3px; |
| 2298 | } |
| 2299 | .mysticky-welcomebar-page-option .url-content input[type="text"] { |
| 2300 | width: 150px; |
| 2301 | } |
| 2302 | } |
| 2303 | @media only screen and (max-width: 1100px) { |
| 2304 | .mysticky-welcomebar-setting-right { |
| 2305 | width: 340px; |
| 2306 | left: 40px; |
| 2307 | } |
| 2308 | } |
| 2309 | @media only screen and (max-width: 1024px) { |
| 2310 | .mysticky-welcomebar-setting-right { |
| 2311 | left: 40px; |
| 2312 | width: 310px; |
| 2313 | } |
| 2314 | .mysticky-welcomebar-setting-content > label { |
| 2315 | font-size: 16px; |
| 2316 | width: 200px; |
| 2317 | padding-left: 10px; |
| 2318 | } |
| 2319 | .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen { |
| 2320 | max-width: 250px; |
| 2321 | } |
| 2322 | } |
| 2323 | |
| 2324 | |
| 2325 | |
| 2326 | .mysticky-custom-fields-tooltip{ |
| 2327 | position: relative; |
| 2328 | margin-left: 5px; |
| 2329 | } |
| 2330 | .mysticky-custom-fields-tooltip:hover p { |
| 2331 | bottom: 100%; |
| 2332 | opacity: 1; |
| 2333 | visibility: visible; |
| 2334 | } |
| 2335 | |
| 2336 | .mysticky-custom-fields-tooltip a.mysticky-tooltip { |
| 2337 | width: 20px; |
| 2338 | height: 20px; |
| 2339 | line-height: 20px; |
| 2340 | border-radius: 35px; |
| 2341 | padding: 0; |
| 2342 | text-align: center; |
| 2343 | font-size: 12px; |
| 2344 | display: inline-block; |
| 2345 | color: #ffffff; |
| 2346 | text-decoration: none; |
| 2347 | } |
| 2348 | .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons{ |
| 2349 | text-transform: uppercase; |
| 2350 | color: #1E1E1E; |
| 2351 | } |
| 2352 | .mysticky-custom-fields-tooltip p { |
| 2353 | margin: 0; |
| 2354 | margin-bottom: 0px; |
| 2355 | background-color: #000; |
| 2356 | width: 380px; |
| 2357 | padding: 10px 10px; |
| 2358 | border-radius: 8px; |
| 2359 | color: #fff; |
| 2360 | position: absolute; |
| 2361 | bottom: 200%; |
| 2362 | left: -20px; |
| 2363 | margin-bottom: 10px; |
| 2364 | -webkit-transition: all 0.5s ease 0s; |
| 2365 | -moz-transition: all 0.5s ease 0s; |
| 2366 | transition: all 0.5s ease 0s; |
| 2367 | opacity: 0; |
| 2368 | visibility: hidden; |
| 2369 | } |
| 2370 | .mysticky-custom-fields-tooltip p::before { |
| 2371 | content: ""; |
| 2372 | border-top: 10px solid #000; |
| 2373 | border-left: 10px solid transparent; |
| 2374 | border-left: 10px solid transparent; |
| 2375 | width: 0; |
| 2376 | height: 0; |
| 2377 | position: absolute; |
| 2378 | bottom: -8px; |
| 2379 | left: 25px; |
| 2380 | } |
| 2381 | |
| 2382 | .mysticky-welcomebar-poptin-content{ |
| 2383 | font-size: 18px; |
| 2384 | display: flex; |
| 2385 | align-content: center; |
| 2386 | } |
| 2387 | .mysticky-welcomebar-poptin-content a{ |
| 2388 | display: inline-block; |
| 2389 | padding: 0 5px; |
| 2390 | text-decoration: none; |
| 2391 | } |
| 2392 | .mysticky-welcome-poptin-logo{width: 100px;} |
| 2393 | |
| 2394 | .mysticky-welcomebar-fixed .mysticky-welcomebar-btn{left: 15px !important;} |
| 2395 | |
| 2396 | |
| 2397 | |
| 2398 | |
| 2399 | |
| 2400 | |
| 2401 | /*===============================================================================================*/ |
| 2402 | |
| 2403 | /*----------------------------------------------------- Welcome-bar php CSS -------------------------*/ |
| 2404 | |
| 2405 | /*===============================================================================================*/ |
| 2406 | |
| 2407 | |
| 2408 | |
| 2409 | /*.mysticky-welcomebar-fixed .mysticky-w-close-btn { |
| 2410 | display: none; |
| 2411 | vertical-align: top; |
| 2412 | width: 30px; |
| 2413 | height: 30px; |
| 2414 | text-align: center; |
| 2415 | text-decoration: none; |
| 2416 | line-height: 20px; |
| 2417 | border-radius: 5px; |
| 2418 | color: #000; |
| 2419 | position: absolute; |
| 2420 | font-family: Lato; |
| 2421 | top: 5px; |
| 2422 | left: 5px !important; |
| 2423 | text-shadow: 0 0 0px #fff; |
| 2424 | -webkit-transition: all 0.5s ease 0s; |
| 2425 | -moz-transition: all 0.5s ease 0s; |
| 2426 | transition: all 0.5s ease 0s; |
| 2427 | -webkit-transform-origin: 50% 50%; |
| 2428 | -moz-transform-origin: 50% 50%; |
| 2429 | transform-origin: 50% 50%; |
| 2430 | |
| 2431 | background: #000; |
| 2432 | } |
| 2433 | |
| 2434 | |
| 2435 | .mysticky-welcomebar-fixed .mysticky-w-close-btn:hover { |
| 2436 | opacity: 1; |
| 2437 | -webkit-transform: rotate(180deg); |
| 2438 | -moz-transform: rotate(180deg); |
| 2439 | transform: rotate(180deg); |
| 2440 | }*/ |
| 2441 | |
| 2442 | |
| 2443 | .mysticky-welcomebar-fixed .mysticky-welcomebar-close { |
| 2444 | display: none; |
| 2445 | vertical-align: top; |
| 2446 | width: 20px; |
| 2447 | height: 20px; |
| 2448 | text-align: center; |
| 2449 | text-decoration: none; |
| 2450 | line-height: 20px; |
| 2451 | border-radius: 5px; |
| 2452 | color: #000; |
| 2453 | position: absolute; |
| 2454 | font-family: Lato; |
| 2455 | top: 5px; |
| 2456 | left: 5px !important; |
| 2457 | text-shadow: 0 0 0px #fff; |
| 2458 | -webkit-transition: all 0.5s ease 0s; |
| 2459 | -moz-transition: all 0.5s ease 0s; |
| 2460 | transition: all 0.5s ease 0s; |
| 2461 | -webkit-transform-origin: 50% 50%; |
| 2462 | -moz-transform-origin: 50% 50%; |
| 2463 | transform-origin: 50% 50%; |
| 2464 | } |
| 2465 | |
| 2466 | |
| 2467 | .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover { |
| 2468 | opacity: 1; |
| 2469 | -webkit-transform: rotate(180deg); |
| 2470 | -moz-transform: rotate(180deg); |
| 2471 | transform: rotate(180deg); |
| 2472 | } |
| 2473 | |
| 2474 | .mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons { |
| 2475 | font-size: 27px; |
| 2476 | } |
| 2477 | .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close { |
| 2478 | display: inline-block; |
| 2479 | } |
| 2480 | |
| 2481 | .mysticky-welcomebar-fixed .mysticky-welcomebar-btn { |
| 2482 | /*padding-left: 30px;*/ |
| 2483 | margin: 0 15px; |
| 2484 | display: none; |
| 2485 | } |
| 2486 | |
| 2487 | .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover { |
| 2488 | opacity: 1; |
| 2489 | -webkit-transform: rotate(180deg); |
| 2490 | -moz-transform: rotate(180deg); |
| 2491 | transform: rotate(180deg); |
| 2492 | } |
| 2493 | .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close { |
| 2494 | display: inline-block; |
| 2495 | } |
| 2496 | |
| 2497 | |
| 2498 | @media only screen and (max-width: 1024px) { |
| 2499 | .mysticky-welcomebar-fixed { |
| 2500 | padding: 0 10px 0 10px; |
| 2501 | } |
| 2502 | .mysticky-welcomebar-fixed .mysticky-welcomebar-close { |
| 2503 | width: 20px; |
| 2504 | height: 20px; |
| 2505 | line-height: 20px; |
| 2506 | left: 0px; |
| 2507 | } |
| 2508 | } |
| 2509 | |
| 2510 | @media only screen and (max-width: 767px) { |
| 2511 | .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close { |
| 2512 | display: none; |
| 2513 | } |
| 2514 | .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close { |
| 2515 | display: inline-block; |
| 2516 | } |
| 2517 | |
| 2518 | } |
| 2519 | |
| 2520 | @media only screen and (max-width: 480px) { |
| 2521 | |
| 2522 | .mysticky-welcomebar-fixed .mysticky-welcomebar-close { |
| 2523 | left: 7px; |
| 2524 | } |
| 2525 | } |
| 2526 | |
| 2527 | |
| 2528 | /* tooltip css */ |
| 2529 | .tooltip { |
| 2530 | position: relative; |
| 2531 | display: inline-block; |
| 2532 | border-bottom: 1px dotted black; |
| 2533 | } |
| 2534 | |
| 2535 | .tooltip .tooltiptext { |
| 2536 | visibility: hidden; |
| 2537 | width: 80px; |
| 2538 | background-color: black; |
| 2539 | color: #fff; |
| 2540 | text-align: center; |
| 2541 | border-radius: 6px; |
| 2542 | padding: 5px 0; |
| 2543 | position: absolute; |
| 2544 | z-index: 1; |
| 2545 | bottom: 150%; |
| 2546 | left: 50%; |
| 2547 | margin-left: -45px; |
| 2548 | } |
| 2549 | |
| 2550 | .tooltip .tooltiptext::after { |
| 2551 | content: ""; |
| 2552 | position: absolute; |
| 2553 | top: 100%; |
| 2554 | left: 50%; |
| 2555 | margin-left: -5px; |
| 2556 | border-width: 5px; |
| 2557 | border-style: solid; |
| 2558 | border-color: black transparent transparent transparent; |
| 2559 | } |
| 2560 | |
| 2561 | .tooltip:hover .tooltiptext { |
| 2562 | visibility: visible; |
| 2563 | } |
| 2564 | |
| 2565 | |
| 2566 | /*---------------------------------------------------------------------------// 22-12-21 //-----------------------*/ |
| 2567 | |
| 2568 | .mystickymenu-wrap{text-align:center;} |
| 2569 | |
| 2570 | |
| 2571 | .mystickymenu-newwelcomebar-contents a, |
| 2572 | .mystickymenu-widgets-btn-wrap a{ |
| 2573 | display:inline-flex; |
| 2574 | color:#fff !important; |
| 2575 | font-size:16px; |
| 2576 | font-weight:500; |
| 2577 | font-family: 'Lato', sans-serif; |
| 2578 | padding: 12px 20px 10px 20px; |
| 2579 | text-decoration:none; |
| 2580 | background:#6558F5; |
| 2581 | border-radius:5px; |
| 2582 | align-items: center; |
| 2583 | box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25); |
| 2584 | } |
| 2585 | |
| 2586 | .mystickymenu-tab-boxes{display:flex; justify-content: center; margin-top:50px;} |
| 2587 | .mystickymenu-tab-box{ |
| 2588 | width:25%; |
| 2589 | margin:10px; |
| 2590 | display:flex; |
| 2591 | border:1px solid #C3CFD9; |
| 2592 | flex-direction: column; |
| 2593 | justify-content: space-between; |
| 2594 | padding-bottom:15px; |
| 2595 | background-color:#fff; |
| 2596 | } |
| 2597 | .mystickymenu-tab-box .stickymenu-settings{margin:0 35px;} |
| 2598 | .mystickymenu-tab-box .stickymenu-box-header{ color:#4B5C6B; font-size:15px; font-weight:600; |
| 2599 | padding:8px 0; background:#DFE6ED; text-align:center; line-height:20px;} |
| 2600 | .stickymenu-box-container p{font-size:14px;} |
| 2601 | |
| 2602 | .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-enable, |
| 2603 | .mystickymenu-tab-box .stickymenu-box-button a{ |
| 2604 | display: inline-flex; |
| 2605 | color: rgba(21, 25, 32, 0.5); |
| 2606 | font-size: 15px; |
| 2607 | font-weight: 500; |
| 2608 | padding: 12px 61px; |
| 2609 | text-decoration: none; |
| 2610 | border: 1px solid rgba(86, 103, 137, 0.26); |
| 2611 | border-radius: 8px; |
| 2612 | align-items: center; |
| 2613 | background: none; |
| 2614 | line-height: 24px; |
| 2615 | |
| 2616 | } |
| 2617 | .mystickymenu-tab-box ul.documents-wrap-list{ text-align:left; list-style-type:disc; margin:15px 15px 15px 30px;} |
| 2618 | .mystickymenu-tab-box ul.documents-wrap-list li{color:#6558F5; font-size:25px;} |
| 2619 | .mystickymenu-tab-box ul.documents-wrap-list li a{color:#6558F5; font-size:14px;} |
| 2620 | |
| 2621 | /*table.mystickymenu-widgets-lists,*/ |
| 2622 | |
| 2623 | table.mystickymenu-widgets-lists td{ |
| 2624 | border:0.5px solid #F1F1F1; |
| 2625 | } |
| 2626 | |
| 2627 | /*border radiuse in dashboard table */ |
| 2628 | table.mystickymenu-widgets-lists th{ |
| 2629 | border-top: 0 !important; |
| 2630 | border-bottom: 1px solid #F1F1F1 !important; |
| 2631 | border-left: 1px solid #F1F1F1 !important; |
| 2632 | border-left: 1px solid #F1F1F1 !important; |
| 2633 | } |
| 2634 | |
| 2635 | .mystickymenu-dashboard table tr:first-child th:first-child { |
| 2636 | border-top-left-radius: 10px; |
| 2637 | border-top: 0 !important; |
| 2638 | border-left: 0 !important; |
| 2639 | border-bottom: 0.2px #F1F1F1 !important; |
| 2640 | border-left: 0.2px #F1F1F1 !important; |
| 2641 | } |
| 2642 | |
| 2643 | .mystickymenu-dashboard table tr:first-child th:last-child { |
| 2644 | border-top-left-radius: 10px; |
| 2645 | border-top: 0 !important; |
| 2646 | border-left: 0.2px #F1F1F1 !important; |
| 2647 | border-bottom: 0.2px #F1F1F1 !important; |
| 2648 | border-left: 0 !important; |
| 2649 | } |
| 2650 | |
| 2651 | |
| 2652 | .mystickymenu-wrap table.mystickymenu-widgets-lists{border-collapse:collapse; width:100%; |
| 2653 | margin:24px 0 0 0; background-color:#fff;}/*---------------------------------------------------------------------20-1-22-----*/ |
| 2654 | |
| 2655 | .mystickymenu-wrap table.mystickymenu-widgets-lists tr th{padding:8px !important; background:#F6F5FE; vertical-align: middle !important;} |
| 2656 | .mystickymenu-wrap table.mystickymenu-widgets-lists tr td{padding:6px !important; vertical-align: middle !important;} |
| 2657 | .mystickymenu-wrap table.mystickymenu-widgets-lists .tooltip{border:none;} |
| 2658 | |
| 2659 | /**/ |
| 2660 | .mystickymenupopup-overlay{ |
| 2661 | display:none; |
| 2662 | position: fixed; |
| 2663 | top: 0; |
| 2664 | left: 0; |
| 2665 | width: 100%; |
| 2666 | height: 100%; |
| 2667 | background-color: rgba(0,0,0,0.3); |
| 2668 | z-index: 99990; |
| 2669 | } |
| 2670 | |
| 2671 | .mystickymenu-action-popup{ |
| 2672 | position: fixed; |
| 2673 | top: 80px; |
| 2674 | left: 50%; |
| 2675 | -webkit-transform: translateX(-50%); |
| 2676 | -moz-transform: translateX(-50%); |
| 2677 | transform: translateX(-50%); |
| 2678 | z-index: 99995; |
| 2679 | width: 500px; |
| 2680 | background-color: #fff; |
| 2681 | padding: 0 0 28px 0; |
| 2682 | box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%); |
| 2683 | border-radius:10px; |
| 2684 | |
| 2685 | } |
| 2686 | .mystickymenu-action-popup-header h3{margin:0; position:relative;} |
| 2687 | /*.mystickymenu-action-popup-header h3:after{ |
| 2688 | content:""; |
| 2689 | display:block; |
| 2690 | height:3px; |
| 2691 | width:4.5rem; |
| 2692 | text-align:center; |
| 2693 | margin: 10px auto; |
| 2694 | background:#4797DE; |
| 2695 | }*/ |
| 2696 | .mystickymenu-action-popup-footer button{cursor: pointer !important;} |
| 2697 | .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-disable-cancel{ |
| 2698 | display: inline-flex; |
| 2699 | color: #fff; |
| 2700 | background: #F33; |
| 2701 | font-size: 15px; |
| 2702 | font-weight: 500; |
| 2703 | padding: 12px 82px; |
| 2704 | text-decoration: none; |
| 2705 | border-radius: 8px; |
| 2706 | align-items: center; |
| 2707 | margin-left: 15px; |
| 2708 | border: none; |
| 2709 | line-height: 24px; |
| 2710 | } |
| 2711 | .mystickymenu-action-popup .mystickymenu-action-popup-body{margin:10px 30px;} |
| 2712 | |
| 2713 | /*#stickymenu_status_popupbox .mystickymenu-action-popup-body{margin:30px 56px;}*/ |
| 2714 | |
| 2715 | /**/ |
| 2716 | .first-widget-popup{ |
| 2717 | text-align:center; |
| 2718 | position: fixed; |
| 2719 | top: 50%; |
| 2720 | left: 50%; |
| 2721 | -webkit-transform: translate(-50%,-50%); |
| 2722 | -moz-transform: translate(-50%,-50%); |
| 2723 | transform: translate(-50%,-50%); |
| 2724 | z-index: 99995; |
| 2725 | width: 500px; |
| 2726 | background-color: #fff; |
| 2727 | padding: 30px; |
| 2728 | box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%); |
| 2729 | border-radius:10px; |
| 2730 | font-family:'Lato', sans-serif; |
| 2731 | |
| 2732 | } |
| 2733 | |
| 2734 | .mystickymenu_container_popupbox{ |
| 2735 | margin-top:10px; |
| 2736 | } |
| 2737 | |
| 2738 | .first-widget-popup h4,.first-widget-popup p,.first-widget-popup span,.first-widget-popup button,.first-widget-popup a{ |
| 2739 | font-family:'Lato', sans-serif; |
| 2740 | } |
| 2741 | |
| 2742 | |
| 2743 | |
| 2744 | .first-widget-popup h4{ |
| 2745 | font-weight: 600; |
| 2746 | font-size: 24px; |
| 2747 | line-height: 34px; |
| 2748 | color: #181749; |
| 2749 | margin:16px 0 0 0; |
| 2750 | } |
| 2751 | .first-widget-popup p{ |
| 2752 | font-size: 16px; |
| 2753 | margin-top: 24px; |
| 2754 | padding: 0 32px; |
| 2755 | font-weight: 400; |
| 2756 | line-height: 24px; |
| 2757 | font-style: normal; |
| 2758 | } |
| 2759 | .first-widget-popup a.btn-back-dashboard{ |
| 2760 | display:inline-flex; |
| 2761 | color:#fff; |
| 2762 | font-size:15px; |
| 2763 | font-weight:500; |
| 2764 | padding:10px 20px; |
| 2765 | text-decoration:none; |
| 2766 | background:#6558F5; |
| 2767 | border-radius:8px; |
| 2768 | align-items: center; |
| 2769 | margin: 36px 0 10px 0; |
| 2770 | } |
| 2771 | .close-chaty-maxvisitor-popup{ |
| 2772 | position:absolute; |
| 2773 | top:17px; |
| 2774 | left:17px; |
| 2775 | } |
| 2776 | |
| 2777 | .mysticky-stickymenu-header-title h3{ |
| 2778 | color:#1d2327; |
| 2779 | display: inline-block; |
| 2780 | } |
| 2781 | .stickymenu-switch{ |
| 2782 | display: inline-block; |
| 2783 | width: 55px; |
| 2784 | height: 30px; |
| 2785 | position: relative; |
| 2786 | margin: 0 0 8px 10px; |
| 2787 | } |
| 2788 | |
| 2789 | .stickymenu-switch .slider:before{ |
| 2790 | background-color: #ffffff; |
| 2791 | } |
| 2792 | |
| 2793 | .stickymenu-switch input:checked + .slider { |
| 2794 | background-color: #7761DF; |
| 2795 | border: 2px solid #7761DF; |
| 2796 | } |
| 2797 | |
| 2798 | .wrap.mystickymenu-wrap .mystickymenu-dashboard{ |
| 2799 | /*background: #fff !important; |
| 2800 | padding: 15px 0; |
| 2801 | border-radius: 10px;*/ |
| 2802 | } |
| 2803 | |
| 2804 | .firstwidget-popup-contain a{ |
| 2805 | color: #3c434a; |
| 2806 | text-decoration: none; |
| 2807 | } |
| 2808 | |
| 2809 | a.copyicon{text-decoration:none; color:#000;} |
| 2810 | /*.copyicon .dashicons{display:block;}*/ |
| 2811 | |
| 2812 | /*----------------------------------------------------------NEW 3-1-22--------------------------------------*/ |
| 2813 | .mystickymenu-dashboard{text-align:right;} |
| 2814 | .mystickymenu-dashboard .welcomebars-list-table{ |
| 2815 | background:#fff; |
| 2816 | /*border-radius:15px;*/ |
| 2817 | padding: 0 40px 20px 40px; |
| 2818 | text-align:center; |
| 2819 | } |
| 2820 | /*.mystickymenu-dashboard h3{margin:5px 0;}*/ |
| 2821 | |
| 2822 | |
| 2823 | .mystickymenu-dashboard .header-section{ |
| 2824 | display: flex; |
| 2825 | justify-content: space-between; |
| 2826 | padding: 0; |
| 2827 | border-bottom: 1px solid #EBEBEB; |
| 2828 | width: 100%; |
| 2829 | margin: 0 0 24px 0; |
| 2830 | }/*--------------------------------------------------------------------------------------------------30-2-2022----*/ |
| 2831 | |
| 2832 | |
| 2833 | .mystickymenu-dashboard .heading-title{display:inline-flex;} |
| 2834 | .mystickymenu-dashboard .mystickymenu-widgets-btn-wrap{display:inline-flex;} |
| 2835 | |
| 2836 | .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap{display:block; justify-content:space-between; margin:20px 0;}/*00000000000000000000*/ |
| 2837 | .contactus-tab-option,.mystickymenu-tab-documentation{width:100%;} /*0000000000000000000000000000000000000000000000000000000000*/ |
| 2838 | |
| 2839 | .mystickymenu-new302box{display:flex; justify-content:space-between; flex-wrap:wrap;} /*00000000000000000000000000000000000000000*/ |
| 2840 | |
| 2841 | .stickymenu-tab-option{margin-bottom:15px;} |
| 2842 | |
| 2843 | .mystickymenu-dashboard .msm-bgbox{display:block; background:#f7f7f7; padding:0; |
| 2844 | box-sizing:border-box;} /*-------------------------------------------------------*/ |
| 2845 | |
| 2846 | |
| 2847 | /*---------------------------------------------------------------------------------------------------------6-1-22-----*/ |
| 2848 | |
| 2849 | .stickymenu-box-container ul.documents-wrap-list{ text-align:right; list-style-type:disc; margin:15px 15px 15px 30px;} |
| 2850 | .stickymenu-box-container ul.documents-wrap-list li{color:#6558F5; font-size:25px; margin-bottom:8px;} /*------6-1-22--*/ |
| 2851 | .stickymenu-box-container ul.documents-wrap-list li a{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;} |
| 2852 | |
| 2853 | .msm-bgbox .stickymenu-box-button{display: block; padding:0 15px 15px 48px;} |
| 2854 | |
| 2855 | |
| 2856 | .msm-bgbox .stickymenu-box-button a{ |
| 2857 | display:inline-flex; |
| 2858 | color:#6558F5; |
| 2859 | font-size:16px; |
| 2860 | font-weight:400; |
| 2861 | font-family: 'Lato', sans-serif; |
| 2862 | padding:0 15px; |
| 2863 | text-decoration:none; |
| 2864 | border:1px solid #6558F5 !important; |
| 2865 | border-radius:5px; |
| 2866 | align-items: center; |
| 2867 | background:none; |
| 2868 | line-height:34px; |
| 2869 | |
| 2870 | } |
| 2871 | .contactus-title, .premio-footer-option, |
| 2872 | .stickymenu-settings{display:flex; justify-content:space-between; align-items: center;} |
| 2873 | .premio-footer-option{margin-top:6px;} |
| 2874 | .premio-footer-option h3{color:#6558F5;} |
| 2875 | .premio-footer-option h4{margin:5px 0 8px 0;} |
| 2876 | .premio-footer-option .premio-content-list{width:62%; margin:0 ;} |
| 2877 | |
| 2878 | a.copyicon1{color:#6558F5; line-height:23px; text-decoration:underline;} |
| 2879 | a.copyicon1 span{text-decoration:none;} |
| 2880 | .dashicons-facebook-alt{color:#3B5998 !important;} |
| 2881 | .dashicons-twitter{color:#00ACEE !important;} |
| 2882 | /*--------------*/ |
| 2883 | |
| 2884 | .new-welcomebar-section-wrap{background:#fff; display:flex; padding:25px; justify-content: space-between;} |
| 2885 | |
| 2886 | .mystickymenu-welcome-img, .mystickymenu-newwelcomebar-contents, |
| 2887 | .new-welcomebar-section-wrap .mystickymenu-features{width:auto;} |
| 2888 | |
| 2889 | .mystickymenu-wrap .mystickymenu-welcome-img img{max-width:80%; height:auto; text-align:center;} |
| 2890 | .mystickymenu-newwelcomebar-contents{margin:0 10px;} |
| 2891 | .mystickymenu-features{text-align:center;} |
| 2892 | |
| 2893 | /*------------------------------------------------------------------------------------------------*/ |
| 2894 | .mystickymenu-features .mystickymenu-features-list{ text-align:left; list-style-type:disc; |
| 2895 | background: #F6F5FE; |
| 2896 | padding: 30px 15px 15px 15px; |
| 2897 | border-radius: 15px; |
| 2898 | margin-top: -20px; |
| 2899 | } |
| 2900 | .mystickymenu-features-list ul.documents-wrap-list{margin:15px 15px 15px 30px;} |
| 2901 | |
| 2902 | |
| 2903 | |
| 2904 | .mystickymenu-features .mystickymenu-features-list li{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}/*----6-1-22-------*/ |
| 2905 | |
| 2906 | .documents-wrap-list{ text-align:left; list-style-type:disc;} |
| 2907 | .documents-wrap-list li{ margin-bottom:16px;} |
| 2908 | |
| 2909 | .mystickymenu-feature-title{ |
| 2910 | display:inline-flex; |
| 2911 | color:#fff; |
| 2912 | font-size:16px; |
| 2913 | font-weight:500; |
| 2914 | font-family: 'Lato', sans-serif; |
| 2915 | padding:10px 20px; |
| 2916 | text-decoration:none; |
| 2917 | background:#6558F5; |
| 2918 | border-radius:5px; |
| 2919 | align-items: center; |
| 2920 | margin-top:15px; |
| 2921 | }/*----------------------------------------------------------------------*/ |
| 2922 | |
| 2923 | .mystickymenu-feature-title img{width:22px; margin-left:7px;} |
| 2924 | .welcomebars-list-table .mysticky-welcomebar-switch .slider{ |
| 2925 | background-color: #FF424D; |
| 2926 | border: 2px solid #FF424D; |
| 2927 | } |
| 2928 | |
| 2929 | |
| 2930 | .mystickymenu-action-popup-footer{ |
| 2931 | text-align:center; |
| 2932 | display:inline-block; |
| 2933 | margin-top:15px; |
| 2934 | } |
| 2935 | #stickymenu_status_popupbox .mystickymenu-action-popup-footer{ |
| 2936 | display: block; |
| 2937 | } |
| 2938 | |
| 2939 | .welcombar-enabled-status .mystickymenu-action-popup-footer{ |
| 2940 | display: block; |
| 2941 | } |
| 2942 | |
| 2943 | #mysticky-sticky-save-confirm .mystickymenu-action-popup-footer{ |
| 2944 | display: block; |
| 2945 | } |
| 2946 | |
| 2947 | .mystickymenu-action-popup-header{ |
| 2948 | padding: 25px 25px 40px 25px; |
| 2949 | border-bottom: 1px solid #EAEFF2; |
| 2950 | } |
| 2951 | .mystickymenu-action-popup-header h3{ |
| 2952 | margin:0 0 0 15px; |
| 2953 | position:relative; |
| 2954 | float:right; |
| 2955 | |
| 2956 | } |
| 2957 | |
| 2958 | .mystickymenu-action-popup .mystickymenu-action-popup-body p{ |
| 2959 | text-align: left; |
| 2960 | float: left; |
| 2961 | margin-left: 0; |
| 2962 | padding: 0 10px; |
| 2963 | font-size: 16px; |
| 2964 | font-weight: 400; |
| 2965 | font-style: normal; |
| 2966 | color: #181749; |
| 2967 | } |
| 2968 | |
| 2969 | .mystickymenu-action-popup-header span{ |
| 2970 | float:left; |
| 2971 | } |
| 2972 | |
| 2973 | /*--------------------------------------------------------// 6-1-22 //------------------*/ |
| 2974 | .mystickymenu-newwelcomebar-contents h2{font-family: 'Lato', sans-serif; font-size:28px; font-weight:bold;} |
| 2975 | |
| 2976 | .premio-content-list span, .premio-footer-option label, .settings-content p, .contactus-contents-buttons span.folous, |
| 2977 | .stickymenu-box-button, |
| 2978 | .mystickymenu-newwelcomebar-contents p{font-family: 'Lato', sans-serif; font-size:16px;color: #181749;font-style: normal;font-weight: 400;line-height: 24px;} |
| 2979 | |
| 2980 | .premio-content-list h4{font-family: 'Lato', sans-serif; font-size:16px; font-weight:bold;} |
| 2981 | |
| 2982 | .contactus-title h3, |
| 2983 | .stickymenubox-title-section h3{font-family: 'Lato', sans-serif; font-size:20px; font-weight:bold;} |
| 2984 | |
| 2985 | /**/ |
| 2986 | .stickymenu-tab-option{padding:0 0 10px 0 !important;} |
| 2987 | /*.stickymenubox-title-section{border-bottom:1px solid #EBEBEB; padding:24px 20px;}*/ |
| 2988 | |
| 2989 | .stickymenubox-title-section h3, |
| 2990 | .mystickymenu-tab-documentation h3, .contactus-title |
| 2991 | {border-bottom:1px solid #EBEBEB; padding:24px 15px; margin:0;} /*------------------------------------------------------------20-1-22---*/ |
| 2992 | .contactus-title h3{margin:0;} |
| 2993 | |
| 2994 | .stickymenubox-title-section h3{margin:0 !important;} |
| 2995 | |
| 2996 | .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button, |
| 2997 | .stickymenu-settings{padding:15px 20px 15px 40px; } /*--------------------------------------------------------------------20-1-22---*/ |
| 2998 | .mystickymenu-dashboard .heading-title h3{font-family: 'Lato', sans-serif; font-size: 28px !important; |
| 2999 | font-weight:600 !important; color:#1d2327 !important;}/*------------------------------------------------20-1-22---*/ |
| 3000 | |
| 3001 | .mystickymenu-newwelcomebar-contents p{margin:0;} /*------------------------------------------------20-1-22--new-*/ |
| 3002 | a.add_new_welcombar{margin:auto 0;} /*------------------------------------------------20-1-22--new-*/ |
| 3003 | .new-welcomebar-section-wrap .mystickymenu-newwelcomebar-contents a{margin-top:30px;} |
| 3004 | |
| 3005 | |
| 3006 | .premio-footer-option h3 img{width:70px; height:auto; margin-left:10px;} |
| 3007 | |
| 3008 | /* price-pan css */ |
| 3009 | |
| 3010 | .plan-center { |
| 3011 | text-align: center; |
| 3012 | } |
| 3013 | |
| 3014 | .price-permonth { |
| 3015 | padding: 2px 15px; |
| 3016 | display: inline-block; |
| 3017 | margin-bottom: 15px; |
| 3018 | text-align: center; |
| 3019 | border-radius: 56px; |
| 3020 | border: 1px solid #BEECFF; |
| 3021 | background-color: #EAF9FF; |
| 3022 | } |
| 3023 | |
| 3024 | .price-table.plus-feature .price-permonth { |
| 3025 | border: 1px solid #F2D8C3; |
| 3026 | background-color: #FCF2EA; |
| 3027 | } |
| 3028 | |
| 3029 | |
| 3030 | .price-table.agency-feature .price-permonth { |
| 3031 | border: 1px solid #C7C6F9; |
| 3032 | background-color: #ECEEFD; |
| 3033 | } |
| 3034 | |
| 3035 | .add_new_welcombar:hover{ |
| 3036 | opacity: 0.9; |
| 3037 | } |
| 3038 | |
| 3039 | .tooltip img{ |
| 3040 | width:35px; |
| 3041 | } |
| 3042 | |
| 3043 | .mystickymenu-features{ |
| 3044 | max-width: 400px; |
| 3045 | } |
| 3046 | |
| 3047 | .mystickymenu-newwelcomebar-contents{ |
| 3048 | max-width: 432px; |
| 3049 | } |
| 3050 | |
| 3051 | #stickymenu_status_ok{ |
| 3052 | background-color:#28C67C; |
| 3053 | } |
| 3054 | |
| 3055 | .mysticky-welcomebar-content{ |
| 3056 | width:72%; |
| 3057 | text-align:center; |
| 3058 | } |
| 3059 | .mysticky-welcomebar-content p{ |
| 3060 | word-wrap: break-word; |
| 3061 | width: 100%; |
| 3062 | } |
| 3063 | |
| 3064 | .mystickymenu-widgets-lists tr td{ |
| 3065 | font-size:16px; |
| 3066 | } |
| 3067 | |
| 3068 | .mystickymenu-widgets-lists tr th{ |
| 3069 | font-size:16px; |
| 3070 | } |
| 3071 | |
| 3072 | #welcomebar-save-confirm{ |
| 3073 | width: 677px; |
| 3074 | padding: 0 10px 28px 10px; |
| 3075 | } |
| 3076 | |
| 3077 | #welcomebar-save-confirm .mystickymenu-action-popup-footer{ |
| 3078 | display: block; |
| 3079 | } |
| 3080 | |
| 3081 | #mysticky-sticky-save-confirm{ |
| 3082 | width:634px; |
| 3083 | } |
| 3084 | #stickymenu_status_ok{ |
| 3085 | padding: 12px 40px; |
| 3086 | } |
| 3087 | |
| 3088 | |
| 3089 | /*----------------------------------------------------------------------# 21-1-22 #-----------*/ |
| 3090 | |
| 3091 | @media only screen and (max-width: 1366px) { |
| 3092 | .premio-content-list h4 {font-size: 15px;} |
| 3093 | .premio-footer-option .premio-content-list {width: 60%;} |
| 3094 | |
| 3095 | } |
| 3096 | |
| 3097 | @media only screen and (max-width: 820px) { |
| 3098 | .mystickymenu-tab-boxs-wrap{flex-wrap: wrap;} |
| 3099 | .mystickymenu-tab-stickymenu, .mystickymenu-tab-documentation, .contactus-tab-option{display:block; width:100%;} |
| 3100 | .mystickymenu-tab-documentation{margin-top:15px;} |
| 3101 | |
| 3102 | .new-welcomebar-section-wrap {justify-content: center; flex-wrap: wrap;} |
| 3103 | .mystickymenu-welcome-img{text-align:center;} |
| 3104 | .mystickymenu-newwelcomebar-contents{text-align:center; margin:15px 0;} |
| 3105 | |
| 3106 | .price-table-middle ul li a{width:65%;} |
| 3107 | .right_tooltip:after {left: 80px !important;} |
| 3108 | |
| 3109 | } |
| 3110 | |
| 3111 | @media only screen and (max-width: 576px) { |
| 3112 | .stickymenu-settings{flex-wrap:wrap; justify-content: center;} |
| 3113 | .premio-footer-option{flex-wrap:wrap; justify-content: center;} |
| 3114 | .msm-bgbox .stickymenu-box-button {text-align: center;} |
| 3115 | .premio-footer-option .premio-content-list {width: auto; margin:15px 0;} |
| 3116 | .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button, .stickymenu-settings |
| 3117 | {padding: 15px 20px;} |
| 3118 | |
| 3119 | /*.price-table-middle ul li a{width:65%;}*/ |
| 3120 | .right_tooltip:after {left: 80px !important;} |
| 3121 | .cus-tooltip .tooltip__content{width:145% !important;} |
| 3122 | .cus-tooltip .tooltip__content img{width:100% !important;} |
| 3123 | |
| 3124 | |
| 3125 | } |
| 3126 | |
| 3127 | /*-------------------# 27-1-22 #--------*/ |
| 3128 | @media only screen and (min-width: 821px) { |
| 3129 | .right_tooltip{left: unset !important; left:0 !important;} |
| 3130 | .right_tooltip:after{left: 130px !important;} |
| 3131 | } |
| 3132 | |
| 3133 | |
| 3134 | /*--------------------------------------------------------------*/ |
| 3135 | |
| 3136 | .new_widget_row{ |
| 3137 | max-width: unset; |
| 3138 | } |
| 3139 | |
| 3140 | |
| 3141 | /* ToolTip Side */ |
| 3142 | .html-tooltip { |
| 3143 | position: relative; |
| 3144 | display: inline-block; |
| 3145 | |
| 3146 | } |
| 3147 | |
| 3148 | .dashicons, |
| 3149 | .dashicons-before:before { |
| 3150 | font-family: dashicons; |
| 3151 | display: inline-block; |
| 3152 | line-height: 1; |
| 3153 | font-weight: 400; |
| 3154 | font-style: normal; |
| 3155 | color: #9e9e9e; |
| 3156 | speak: none; |
| 3157 | text-decoration: inherit; |
| 3158 | text-transform: none; |
| 3159 | text-rendering: auto; |
| 3160 | -webkit-font-smoothing: antialiased; |
| 3161 | -moz-osx-font-smoothing: grayscale; |
| 3162 | width: 20px; |
| 3163 | height: 20px; |
| 3164 | font-size: 20px; |
| 3165 | vertical-align: top; |
| 3166 | text-align: center; |
| 3167 | transition: color 0.1s ease-in; |
| 3168 | } |
| 3169 | |
| 3170 | .dashicons-editor-help:before { |
| 3171 | content: ""; |
| 3172 | } |
| 3173 | |
| 3174 | .html-tooltip.side .tooltip-text { |
| 3175 | bottom: 125%; |
| 3176 | left: 100%; |
| 3177 | margin-left: 0; |
| 3178 | top: 5px; |
| 3179 | transform: translateY(-50%); |
| 3180 | -webkit-transform: translateY(-50%); |
| 3181 | } |
| 3182 | |
| 3183 | .html-tooltip .tooltip-text { |
| 3184 | visibility: hidden; |
| 3185 | width: 417px; |
| 3186 | background-color: #333; |
| 3187 | color: #fff; |
| 3188 | text-align: left; |
| 3189 | border-radius: 6px; |
| 3190 | padding: 10px; |
| 3191 | position: absolute; |
| 3192 | z-index: 1201; |
| 3193 | bottom: 125%; |
| 3194 | left: 50%; |
| 3195 | margin-left: -150px; |
| 3196 | opacity: 0; |
| 3197 | transition: opacity 0.3s; |
| 3198 | font-size: 12px; |
| 3199 | line-height: 18px; |
| 3200 | top: 100%; |
| 3201 | height: 125px; |
| 3202 | } |
| 3203 | |
| 3204 | .html-tooltip:hover .tooltip-text { |
| 3205 | visibility: visible; |
| 3206 | opacity: 1; |
| 3207 | z-index: 9999999; |
| 3208 | } |
| 3209 | |
| 3210 | .html-tooltip.side .tooltip-text:after { |
| 3211 | top: 50%; |
| 3212 | left: -5px; |
| 3213 | transform: rotate(180deg); |
| 3214 | -webkit-transform: rotate(90deg); |
| 3215 | } |
| 3216 | |
| 3217 | .html-tooltip .tooltip-text:after { |
| 3218 | content: ""; |
| 3219 | position: absolute; |
| 3220 | top: -10px; |
| 3221 | left: 50%; |
| 3222 | margin-left: -5px; |
| 3223 | border-width: 5px; |
| 3224 | border-style: solid; |
| 3225 | border-color: #333 transparent transparent transparent; |
| 3226 | transform: rotate(180deg); |
| 3227 | -webkit-transform: rotate(180deg); |
| 3228 | } |
| 3229 | |
| 3230 | .html-tooltip .tooltip-text img { |
| 3231 | width: 100%; |
| 3232 | height: auto; |
| 3233 | display: block; |
| 3234 | margin: 10px 0 0 0; |
| 3235 | } |
| 3236 | |
| 3237 | .price-table-middle ul li .html-tooltip.side{ |
| 3238 | position: absolute; |
| 3239 | margin: 14px 0; |
| 3240 | } |
| 3241 | |
| 3242 | .html-tooltip.side .price-plan-box{ |
| 3243 | margin-left: -147px !important; |
| 3244 | top: -62px !important; |
| 3245 | height: 115px; |
| 3246 | text-align: left; |
| 3247 | } |
| 3248 | |
| 3249 | .span .tooltip-text .top .price-plan-box::after |
| 3250 | border-width: 5px; |
| 3251 | border-style: solid; |
| 3252 | border-color: #1849ab transparent transparent transparent; |
| 3253 | content: ""; |
| 3254 | left: 25px; |
| 3255 | margin-left: -5px; |
| 3256 | position: absolute; |
| 3257 | top: 100%; |
| 3258 | } |
| 3259 | |
| 3260 | /***/ |
| 3261 | |
| 3262 | .cus-tooltip span.tooltip-text::after { |
| 3263 | border-width: 5px; |
| 3264 | border-style: solid; |
| 3265 | border-color: #1849ab transparent transparent transparent; |
| 3266 | content: ""; |
| 3267 | left: 25px; |
| 3268 | margin-left: -5px; |
| 3269 | position: absolute; |
| 3270 | top: 100%; |
| 3271 | } |
| 3272 | |
| 3273 | .html-tooltip-box{ |
| 3274 | padding: 0 0 48px 0 !important; |
| 3275 | } |
| 3276 | |
| 3277 | .mystickymenu-widgets-lists thead tr{ |
| 3278 | height: 63px; |
| 3279 | } |
| 3280 | |
| 3281 | .mystickymenu-widgets-lists tr{ |
| 3282 | height: 88px; |
| 3283 | } |
| 3284 | |
| 3285 | .tooltip__content img{ |
| 3286 | width: 396px; |
| 3287 | height: auto; |
| 3288 | margin-top:5px; |
| 3289 | } |
| 3290 | |
| 3291 | .mysticky-welcomebar-backword-page a{ |
| 3292 | text-decoration: none; |
| 3293 | } |
| 3294 | |
| 3295 | .mysticky-welcomebar-backword-page{ |
| 3296 | padding: 0; |
| 3297 | margin: 0; |
| 3298 | float: left; |
| 3299 | } |
| 3300 | |
| 3301 | |
| 3302 | .mysticky-stickymenu-backword-page{text-align:end; padding:0 15px; float: left; margin-top: 28px;} |
| 3303 | .mysticky-stickymenu-backword-page a{text-decoration:none;} |
| 3304 | |
| 3305 | .save_view_dashboard{ |
| 3306 | width: auto !important; |
| 3307 | background: #6558F5 !important; |
| 3308 | border: 1px solid #6558F5 !important; |
| 3309 | margin-left:10px !important; |
| 3310 | } |
| 3311 | |
| 3312 | .save_view_dashboard:hover{ |
| 3313 | opacity: 0.8 !important; |
| 3314 | } |
| 3315 | |
| 3316 | #mysticky_welcomebar_fontsize{ |
| 3317 | color:#32373c !important; |
| 3318 | } |
| 3319 | |
| 3320 | .mystickymenu-widgets-lists .tooltip { |
| 3321 | opacity: 1; |
| 3322 | position: relative; |
| 3323 | display: inline-block; |
| 3324 | } |
| 3325 | |
| 3326 | /*collect contact lead content */ |
| 3327 | |
| 3328 | .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label { |
| 3329 | display: inline-block; |
| 3330 | vertical-align: top; |
| 3331 | width: 205px; |
| 3332 | padding-left: 10px; |
| 3333 | } |
| 3334 | |
| 3335 | .mysticky-collect-lead .mysticky-welcomebar-setting-content-right input[type="radio"] { |
| 3336 | display: none; |
| 3337 | } |
| 3338 | |
| 3339 | .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label span { |
| 3340 | display: inline-block; |
| 3341 | padding: 4px 0 4px 0; |
| 3342 | font-family: 'Lato', sans-serif; |
| 3343 | font-size: 16px; |
| 3344 | cursor: pointer; |
| 3345 | position: relative; |
| 3346 | |
| 3347 | } |
| 3348 | |
| 3349 | .mysticky-collect-lead .mysticky-welcomebar-setting-content-right input[type="radio"]:checked ~ span { |
| 3350 | color: #6558f5; |
| 3351 | } |
| 3352 | |
| 3353 | .mysticky-collect-lead .lead_inputs span:hover:after,.mysticky-collect-lead .lead_inputs input[type="radio"]:checked ~ span:after { |
| 3354 | display: block; |
| 3355 | } |
| 3356 | |
| 3357 | .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label span::after { |
| 3358 | content: ""; |
| 3359 | position: absolute; |
| 3360 | bottom: 0; |
| 3361 | width: 89%; |
| 3362 | height: 3px; |
| 3363 | background: #6558f5; |
| 3364 | display: none; |
| 3365 | } |
| 3366 | |
| 3367 | .email-send-lead-settings { |
| 3368 | background-color: #eff5f6; |
| 3369 | width: 644px; |
| 3370 | padding: 10px 10px 0 10px; |
| 3371 | margin-bottom: 20px; |
| 3372 | max-height: 213px; |
| 3373 | } |
| 3374 | |
| 3375 | .email-send-lead-settings label { |
| 3376 | font-size: 15px; |
| 3377 | margin-left: 15px; |
| 3378 | margin-top: 13px; |
| 3379 | } |
| 3380 | |
| 3381 | .email-send-lead-settings .mysticky-welcomebar-setting-content-right { |
| 3382 | width: 100%; |
| 3383 | align-items: center; |
| 3384 | display: block; |
| 3385 | } |
| 3386 | |
| 3387 | .email-send-lead-settings input[type="text"] { |
| 3388 | float: left; |
| 3389 | } |
| 3390 | |
| 3391 | .email-send-lead-settings>.mysticky-welcomebar-setting-content-right>.mail-merge-tags { |
| 3392 | display: block; |
| 3393 | } |
| 3394 | |
| 3395 | .mail-merge-tags span { |
| 3396 | display: inline-block; |
| 3397 | background: #6558f5; |
| 3398 | color: #fff; |
| 3399 | font-size: 14px; |
| 3400 | padding: 1px 5px; |
| 3401 | margin: 4px 4px 0 0; |
| 3402 | border-radius: 5px; |
| 3403 | cursor: pointer; |
| 3404 | } |
| 3405 | |
| 3406 | .mysticky_welcome_email_subject{ |
| 3407 | margin-bottom:5px; |
| 3408 | } |
| 3409 | |
| 3410 | /* preview section lead content */ |
| 3411 | /* |
| 3412 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content { |
| 3413 | order: 2; |
| 3414 | display: flex; |
| 3415 | width: 263px; |
| 3416 | margin-left: -10px; |
| 3417 | min-width: 77%; |
| 3418 | }*/ |
| 3419 | |
| 3420 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-lead-content input[type="text"] { |
| 3421 | width: 48%; |
| 3422 | font-size: 10px; |
| 3423 | } |
| 3424 | |
| 3425 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-lead-content input[type="text"]:focus { |
| 3426 | outline: unset; |
| 3427 | box-shadow: unset; |
| 3428 | } |
| 3429 | |
| 3430 | .responstable a.external-link { |
| 3431 | color: #135e96; |
| 3432 | text-decoration: none; |
| 3433 | margin: 0 auto; |
| 3434 | } |
| 3435 | |
| 3436 | span.dashicons.dashicons-external { |
| 3437 | color: #135e96; |
| 3438 | } |
| 3439 | |
| 3440 | /*----------------------------------------------------------------------New CSS 5-7-22--------*/ |
| 3441 | .msmenu-flexbox{display: flex !important; justify-content: space-between;} |
| 3442 | .msmenu-blockbox{display: block;} |
| 3443 | .msmenu-box50{width: 49.4%;} |
| 3444 | .msmenu-box100{width: 100%;} |
| 3445 | |
| 3446 | .contact-recent-lead{margin-bottom: 15px;} |
| 3447 | .stickymenubox-title-section{display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #EBEBEB;} |
| 3448 | .stickymenubox-title-section h3{border: none;} |
| 3449 | .stickymenubox-title-section a{margin-left: 15px;} |
| 3450 | |
| 3451 | .stickymenu-no-lead{display: block; text-align: center; min-height: 168px;} |
| 3452 | .stickymenu-no-lead img{ margin-top:25px;} |
| 3453 | .stickymenu-no-lead p{text-align: center; font-size: 16px;} |
| 3454 | |
| 3455 | .msmenu-btn{ |
| 3456 | display: inline-flex; |
| 3457 | color: #6558F5; |
| 3458 | font-size: 16px; |
| 3459 | font-weight: 500; |
| 3460 | font-family: 'Lato', sans-serif; |
| 3461 | padding: 0 15px; |
| 3462 | text-decoration: none; |
| 3463 | border: 1px solid #6558F5 !important; |
| 3464 | border-radius: 5px; |
| 3465 | align-items: center; |
| 3466 | background: none; |
| 3467 | line-height: 34px; |
| 3468 | cursor: pointer; |
| 3469 | } |
| 3470 | /*-----*/ |
| 3471 | .recent-lead-table{padding:15px; min-height: 171px;} |
| 3472 | .recent-lead-table table{ border-collapse: collapse; |
| 3473 | border-radius: 10px; |
| 3474 | border-style: hidden; /* hide standard table (collapsed) border */ |
| 3475 | box-shadow: 0 0 0 1px #F0EFF3; /* this draws the table border */ |
| 3476 | } |
| 3477 | .recent-lead-table table th, |
| 3478 | .recent-lead-table table td{border: 1px solid #F0EFF3; padding: 8px 15px !important;} |
| 3479 | .recent-lead-table table th{background-color: #F0EFF3;} |
| 3480 | .stickymenu.recent-lead-table table tr:first-child th:first-child{border-left: 1px solid #fff !important;} |
| 3481 | |
| 3482 | /*----------------------------------------# Contact view Table #-------*/ |
| 3483 | .mystickymenu-contact-wrap p.description{font-size: 14px; margin: 2px 0 5px;color: #646970;} |
| 3484 | .mystickymenu-btnmbox{display: flex; flex-wrap: wrap; margin: 15px auto;} |
| 3485 | .mystickymenu-btnbx{display: inline-flex; align-items: center;} |
| 3486 | /* .mystickymenu-btnbx:nth-of-type(2){margin-left:15px;} */ |
| 3487 | .mystickymenu-btnmbox .wpappp_buton { |
| 3488 | padding: 12px 12px; |
| 3489 | cursor: pointer; |
| 3490 | transition: all 60ms ease-in-out; |
| 3491 | text-decoration: none; |
| 3492 | text-transform: capitalize; |
| 3493 | border: 0 none; |
| 3494 | border-radius: 4px; |
| 3495 | line-height: 1.3; |
| 3496 | color: #FFFFFF; |
| 3497 | background: #7761DF; |
| 3498 | margin: 0 20px 0 5px; |
| 3499 | } |
| 3500 | |
| 3501 | |
| 3502 | .mystickymenu-contact-wrap table.responstable{ |
| 3503 | margin: 1em 0; |
| 3504 | width: 100%; |
| 3505 | overflow: hidden; |
| 3506 | background: #FFF; |
| 3507 | color: #024457; |
| 3508 | border-radius: 10px; |
| 3509 | border: 1px solid #7761DF; |
| 3510 | border-spacing: 4px; |
| 3511 | } |
| 3512 | /* .responstable th:first-child { display: table-cell; text-align: center;} */ |
| 3513 | .mystickymenu-contact-wrap table.responstable th { |
| 3514 | border: 1px solid #FFF; |
| 3515 | background-color: #7761DF; |
| 3516 | color: #FFF; |
| 3517 | padding: 1em;} |
| 3518 | .mystickymenu-contact-wrap table.responstable td {text-align: center; |
| 3519 | margin: 0.5em 1em; vertical-align:middle !important; |
| 3520 | border-color:#D9E4E6; padding: 4px 10px; border-style: solid;} |
| 3521 | |
| 3522 | .mystickymenu-contact-wrap table.responstable td .mystickymenu-delete-entry{ |
| 3523 | padding: 12px 12px; |
| 3524 | cursor: pointer; |
| 3525 | transition: all 60ms ease-in-out; |
| 3526 | text-decoration: none; |
| 3527 | text-transform: capitalize; |
| 3528 | border: 0 none; |
| 3529 | border-radius: 4px; |
| 3530 | font-size: 14px; |
| 3531 | line-height: 1.3; |
| 3532 | color: #FFFFFF; |
| 3533 | background: #7761DF; |
| 3534 | margin: 0 20px 0 5px; |
| 3535 | } |
| 3536 | |
| 3537 | /*-------------------------------------------------# 8-7-22 #----------------------------*/ |
| 3538 | |
| 3539 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed-wrap{ |
| 3540 | display: flex; |
| 3541 | align-items: center; |
| 3542 | flex-wrap: wrap; |
| 3543 | justify-content: space-between !important; |
| 3544 | min-height: 60px; |
| 3545 | padding: 10px 20px 10px 20px; |
| 3546 | margin-left: 13px; |
| 3547 | } |
| 3548 | |
| 3549 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-content{ |
| 3550 | text-align: center; |
| 3551 | width: 75%; |
| 3552 | display: inline-flex; |
| 3553 | order: 1; |
| 3554 | margin: 5px 10px !important; |
| 3555 | } |
| 3556 | |
| 3557 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-lead-content{ |
| 3558 | order: 2; |
| 3559 | display: flex; |
| 3560 | width: 240px; |
| 3561 | margin-left: -10px; |
| 3562 | min-width: 75%;} |
| 3563 | |
| 3564 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-btn{ |
| 3565 | display: block; |
| 3566 | padding-left: 0 !important; |
| 3567 | margin: 0; |
| 3568 | order: 4;} |
| 3569 | /*--------------------------*/ |
| 3570 | .mysticky-welcomebar-setting-content label.bagicon{position: relative; display: flex; align-items: center;} |
| 3571 | .mysticky-welcomebar-setting-content label.bagicon::after{position: absolute; content: ''; |
| 3572 | width: 20px; height: 20px; right: 120px; |
| 3573 | font-size: 35px; top: -12px;} |
| 3574 | |
| 3575 | .dashicons-arrow-left-alt2:before {content: "\f345";} |
| 3576 | |
| 3577 | .x-color-wrap { |
| 3578 | display: inline-flex; |
| 3579 | position: relative; |
| 3580 | } |
| 3581 | /* .x-color-wrap label{margin-top: 5px;} */ |
| 3582 | |
| 3583 | .x-color-wrap span.mysticky-welcomebar-colorpicker.color-x-input { |
| 3584 | position: absolute; |
| 3585 | right: 60px; |
| 3586 | z-index: 999; |
| 3587 | } |
| 3588 | |
| 3589 | .mysticky-welcomebar-btn.collect-lead { |
| 3590 | width: 100%; |
| 3591 | max-width: 94px; |
| 3592 | } |
| 3593 | |
| 3594 | .mysticky-welcomebar-btn.collect-lead a { |
| 3595 | width: 100%; |
| 3596 | max-width: 94px; |
| 3597 | overflow: hidden; |
| 3598 | } |
| 3599 | |
| 3600 | |
| 3601 | .mysticky-welcomebar-setting-content .html-tooltip span.dashicons.dashicons-editor-help { |
| 3602 | color: #1E1E1E; |
| 3603 | } |
| 3604 | |
| 3605 | .mysticky-welcomebar-setting-content .bagicon img { |
| 3606 | width: 20px; |
| 3607 | } |
| 3608 | |
| 3609 | .button-input-error{ |
| 3610 | color: #FF424D; |
| 3611 | } |
| 3612 | |
| 3613 | /*---------------------New 10-8-22 -----------------------------------------*/ |
| 3614 | .wp-picker-holder{position: absolute; z-index: 9999;} |
| 3615 | .x-color-wrap{z-index: 9999; align-items: center;} |
| 3616 | .x-color-wrap .wp-picker-container .wp-color-result.button {margin: 0 6px 0 0;} |
| 3617 | .mysticky-welcomebar-setting-left {width: 100%;} |
| 3618 | |
| 3619 | .mysticky-welcomebar-setting-content .wp-core-ui.wp-editor-wrap.html-active, |
| 3620 | .mysticky-welcomebar-setting-content .wp-core-ui.wp-editor-wrap.tmce-active{width: 400px;} |
| 3621 | |
| 3622 | |
| 3623 | .mysticky-welcomebar-setting-content-right input.readonly, input[readonly], textarea.readonly, textarea[readonly] { |
| 3624 | background-color: unset; |
| 3625 | } |
| 3626 | |
| 3627 | |
| 3628 | /*------*/ |
| 3629 | .mysticky-welcomebar-setting-right{ z-index: 999;} |
| 3630 | #ui-timepicker-div, .ui-widget.ui-widget-content{z-index: 99999 !important;} |
| 3631 | .mysticky-welcomebar-setting-content-right .px-wrap span:first-child{margin:0 8px;} |
| 3632 | .mysticky-welcomebar-setting-content-right.button-text-wrap, |
| 3633 | .mysticky-welcomebar-setting-content-right.coupontext-wrap{display: block;} |
| 3634 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-btn a{padding: 5px 8px !important;} |
| 3635 | |
| 3636 | /* .timer-message a .dashicons.dashicons-migrate{text-decoration:none;} */ |
| 3637 | |
| 3638 | .mysticky-welcomebar-expirydate-gmt{margin: 0 10px;} |
| 3639 | |
| 3640 | @media only screen and (max-width: 840px) { |
| 3641 | |
| 3642 | .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade{margin-right: 7px;} |
| 3643 | |
| 3644 | .mysticky-welcomebar-setting-content-right{flex-wrap: wrap;} |
| 3645 | .x-color-wrap{width: 100%; margin-top: 15px;} |
| 3646 | .mysticky-welcomebar-setting-wrap label{font-size: 14px;} |
| 3647 | |
| 3648 | /* span.input-px {height: 34px; line-height: 36px; width: 40px;} */ |
| 3649 | .mysticky-welcomebar-switch .slider:before {height: 20px; width: 21px;} |
| 3650 | |
| 3651 | label.mysticky-welcomebar-switch, |
| 3652 | .mysticky-welcomebar-setting-content-right label.mysticky-welcomebar-switch {width: 48px; height:26px;} |
| 3653 | |
| 3654 | .mysticky-welcomebar-switch input:checked + .slider:before {transform: translateX(18px);} |
| 3655 | |
| 3656 | .mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right label:first-child{width: 70px;} |
| 3657 | .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade {margin-left: -12px;} |
| 3658 | |
| 3659 | .mysticky-right-side span{padding: 4px 5px 4px 0; font-size: 14px;} |
| 3660 | |
| 3661 | .wp-picker-container .wp-color-result.button {padding: 0 0 0 30px; margin: 0 6px 9px 0;} |
| 3662 | .mysticky-welcomebar-colorpicker.mysticky_welcomebar_btn_color label { margin-top: 0;} |
| 3663 | /*--------*/ |
| 3664 | .timer_datetime_box input.mysticky_welcome_date_time{width:100px !important;} |
| 3665 | |
| 3666 | .mysticky-welcomebar-fixed-wrap input.preview-lead-email, |
| 3667 | .mysticky-welcomebar-fixed-wrap input.preview-lead-name{min-height: auto; height: 30px;} |
| 3668 | |
| 3669 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content{margin:0 auto;} |
| 3670 | .mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-btn.collect-lead{margin:10px auto 0 auto;} |
| 3671 | |
| 3672 | .mystickymenu-action-popup-footer .btn-enable.btn-nevermind-status{ margin: 10px auto;} |
| 3673 | /* .mystickymenu-action-popup-footer .btn-enable.btn-nevermind-status{padding: 8px 15px !important; margin: 10px auto;} */ |
| 3674 | } |
| 3675 | |
| 3676 | /*==================================== NEW ==============================*/ |
| 3677 | |
| 3678 | @media only screen and (max-width: 1180px) { |
| 3679 | /*-----Main---*/ |
| 3680 | .mysticky-welcomebar-setting-content, |
| 3681 | .email-send-lead-settings {width: 60%;} |
| 3682 | |
| 3683 | /* .mysticky-welcomebar-setting-right{width: 31%;} */ |
| 3684 | .mysticky-welcomebar-setting-right{width: 370px;} |
| 3685 | |
| 3686 | .mysticky-welcomebar-setting-content-right select, |
| 3687 | .mysticky-welcomebar-setting-content-right input[type="text"]{width: 100%; height: 34px;} |
| 3688 | |
| 3689 | .mysticky-welcomebar-setting-content-right select, #mystickymenu input[type=number] |
| 3690 | {width: 100%; height: 34px;} |
| 3691 | |
| 3692 | .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label{width: 49%;} |
| 3693 | |
| 3694 | div#wp-mysticky_bar_text-wrap, .mysticky-welcomebar-expirydate, .mysticky-welcomebar-setting-attention, |
| 3695 | .email-send-lead-settings .mysticky-welcomebar-setting-content, .px-wrap, |
| 3696 | .mysticky-show-couponbar div#wp-welcombar-coupon-textbar-editor-container, |
| 3697 | .mysticky-welcomebar-setting-content .wp-core-ui.wp-editor-wrap.tmce-active, |
| 3698 | .mysticky-welcomebar-timer-countdown .mystickymenu-countdown-timmer, |
| 3699 | .mysticky-welcomebar-setting-action, .mysticky-welcomebar-page-options, #wp-mysticky_thankyou_screen_text-wrap, |
| 3700 | .mysticky-welcomebar-close-automatically-sec .mysticky-welcomebar-setting-action, |
| 3701 | .mysticky-welcomebar-setting-content.show-on-apper |
| 3702 | {width: 100%;} |
| 3703 | |
| 3704 | .mysticky-welcomebar-setting-content.show-on-apper label{width: 20%;} |
| 3705 | .mysticky-welcomebar-setting-content.show-on-apper .mysticky-welcomebar-setting-content-right{width: 80%;} |
| 3706 | |
| 3707 | .mysticky-welcomebar-setting-content-right.timer_datetime_box{width: 100%; flex-wrap: unset;} |
| 3708 | .mysticky-welcomebar-setting-content-right.timer_datetime_box .col-1{margin-right: 15px;} |
| 3709 | .timer_datetime_box input[type=number] {width: 100% !important; margin-right: 0; } |
| 3710 | |
| 3711 | .mysticky-welcomebar-setting-action.trigger-wrap{width:61% ;} |
| 3712 | .mysticky-welcomebar-url-values{width: 35%;} |
| 3713 | |
| 3714 | span.input-px {height: 34px; width: 40px; line-height: 36px;} |
| 3715 | |
| 3716 | #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input{padding-left: 40px} |
| 3717 | |
| 3718 | .mysticky-show-couponbar label {font-size: 1.7vw;} |
| 3719 | |
| 3720 | input.url-inputs {width:100% !important;} |
| 3721 | .mysticky-welcomebar-page-option .url-content input[type="text"]{padding: 0 7px;} |
| 3722 | |
| 3723 | .mysticky-welcomebar-setting-action.mysticky-welcomebar-triggersec{padding-top: 0; margin-left: 7px;} |
| 3724 | |
| 3725 | .mysticky-welcomebar-setting-content-right .px-wrap span:first-child{margin:0 10px;} |
| 3726 | .mysticky-welcomebar-setting-content-right .px-wrap input#mysticky_welcomebar_triggersec_automatically{width: 52%;} |
| 3727 | #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input#mysticky_welcomebar_triggersec{width: 100%; } |
| 3728 | |
| 3729 | .px-wrap {display: inline-flex; align-items: center; width: 100%;} |
| 3730 | |
| 3731 | .mysticky-collect-lead .mysticky-welcomebar-setting-content-right label span {padding: 4px 10px 4px 0;} |
| 3732 | .mysticky-welcomebar-fixed-wrap {padding: 10px !important;} |
| 3733 | |
| 3734 | .mysticky-welcomebar-poptin-content {font-size: 14px;} |
| 3735 | |
| 3736 | .msmenu-blockbox .stickymenu-box-button.settings-buttons #btn-config-disable { margin: 5px 0px; padding: 0 17px;} |
| 3737 | |
| 3738 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-coupon-btn a {padding: 0 10px; font-size: 10px; height: 24px;} |
| 3739 | .mysticky-welcomebar-fixed .mysticky-couponbar-content p {font-size: 12px !important;} |
| 3740 | |
| 3741 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content |
| 3742 | { width: 67%; justify-content: space-evenly; margin-left: 0px; min-width: unset;} |
| 3743 | |
| 3744 | #welcombar-coupon-textbar_ifr{width: 99% !important;} |
| 3745 | |
| 3746 | .mysticky-welcomebar-setting-content-right.trigger-wrap{flex-wrap: unset; display: flex;} |
| 3747 | .mysticky-welcomebar-setting-content-right.trigger-wrap .mysticky-welcomebar-setting-action.mysticky-welcomebar-triggersec{width: 54%;} |
| 3748 | |
| 3749 | .wrap.mystickymenu-contact-wrap .mystickymenu-btnbx {margin-bottom: 15px;} |
| 3750 | #mystickymenu #mysticky_welcomebar_height{width: 100%;} |
| 3751 | input[type=number]{min-height: 34px !important;} |
| 3752 | |
| 3753 | /**/ |
| 3754 | .mysticky-welcomebar-upgrade-main.mysticky_device_upgrade .mysticky-welcomebar-setting-content{width: 85%;} |
| 3755 | /* .mysticky-welcomebar-upgrade-main.mysticky_device_upgrade label{width: 290px;} */ |
| 3756 | .mysticky-welcomebar-upgrade-main.mysticky_device_upgrade .mysticky-welcomebar-trigger-wrap{display: inline-flex;} |
| 3757 | .mysticky-welcomebar-upgrade-main.mysticky_device_upgrade .mysticky-welcomebar-expirydate{width: 67%;} |
| 3758 | |
| 3759 | .mysticky-welcomebar-setting-content.mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right label{width: 90px;} |
| 3760 | .mysticky-welcomebar-setting-content.mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right span.myStickymenu-upgrade{margin-left:20px;} |
| 3761 | .mysticky-welcomebar-setting-content.mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right span.myStickymenu-upgrade a{width: 130px;} |
| 3762 | .myStickymenu-upgrade a {font-size: 11px;} |
| 3763 | |
| 3764 | .mysticky-welcomebar-expirydate-gmt{margin-right: 8px;} |
| 3765 | |
| 3766 | .mysticky-welcomebar-setting-action.mysticky-welcomebar-trigger-wrap{width: 60%;} |
| 3767 | .mysticky-welcomebar-setting-action.mysticky-welcomebar-triggersec{width: 30%;} |
| 3768 | |
| 3769 | .mysticky-welcomebar-setting-content.show-on-apper{width: 100% !important;} |
| 3770 | .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {width: auto;} |
| 3771 | .mysticky-welcomebar-page-options.mysticky-welcomebar-setting-content-right{margin-right: -18px;} |
| 3772 | |
| 3773 | .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade {margin-right:10px;} |
| 3774 | |
| 3775 | } |
| 3776 | |
| 3777 | @media only screen and (max-width: 912px) { |
| 3778 | /*-----Main---*/ |
| 3779 | .mysticky-welcomebar-setting-content, |
| 3780 | .email-send-lead-settings {width: 62%;} |
| 3781 | /* .mysticky-welcomebar-setting-right{width: 32%;} */ |
| 3782 | .mysticky-welcomebar-setting-right{width: 310px;} |
| 3783 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content{ width: 100%;} |
| 3784 | |
| 3785 | .mysticky-welcomebar-setting-content > label {font-size: 14px;} |
| 3786 | span.input-px {height: 34px; line-height: 36px; width: 40px;} |
| 3787 | input[type="number"]{min-height: 34px;} |
| 3788 | |
| 3789 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed .mysticky-welcomebar-lead-content {width: 67%;} |
| 3790 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-btn.collect-lead{width: 32%;} |
| 3791 | .mysticky-welcomebar-preview-screen .mysticky-welcomebar-btn.collect-lead a{font-size: 12px;} |
| 3792 | .px-wrap .px-wrap-inbox {width: 43% !important;} |
| 3793 | |
| 3794 | |
| 3795 | } |
| 3796 | |
| 3797 | |
| 3798 | @media only screen and (max-width: 1024px) { |
| 3799 | .mysticky-welcomebar-setting-right{width: 310px;} |
| 3800 | } |
| 3801 | @media only screen and (max-width: 820px) { |
| 3802 | .mysticky-welcomebar-setting-right{width: 275px;} |
| 3803 | |
| 3804 | .mysticky-welcomebar-setting-content.height-setting .px-wrap {width: 46%;} |
| 3805 | .mysticky-welcomebar-setting-action.mysticky-welcomebar-triggersec .px-wrap {width: 100%;} |
| 3806 | |
| 3807 | .mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right label{width: 80px !important;} |
| 3808 | .mysticky-welcomebar-setting-content.mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right span.myStickymenu-upgrade { |
| 3809 | margin-left: 0; |
| 3810 | } |
| 3811 | |
| 3812 | .mysticky-welcomebar-setting-action.mysticky-welcomebar-trigger-wrap{width: 65%;} |
| 3813 | .mysticky-welcomebar-setting-action.mysticky-welcomebar-triggersec{width: 30%;} |
| 3814 | |
| 3815 | .mysticky-welcomebar-setting-content.mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right span.myStickymenu-upgrade a { |
| 3816 | width: 121px;} |
| 3817 | .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade{margin-left: 0;} |
| 3818 | |
| 3819 | .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {width: 120px; margin-top: 0;} |
| 3820 | |
| 3821 | input#submit.button.button-primary { font-size: 20px; text-align: center; padding: 0 15px;} |
| 3822 | } |
| 3823 | @media only screen and (max-width: 768px) { |
| 3824 | .mysticky-welcomebar-setting-right{width: 270px;} |
| 3825 | input[type=checkbox], input[type=radio] {height: 16px; width: 16px;} |
| 3826 | input[type=radio]:checked:before { |
| 3827 | vertical-align: middle; |
| 3828 | width: 0.5625rem; |
| 3829 | height: 0.5625rem; |
| 3830 | margin: 2.6px; |
| 3831 | line-height: .76190476;} |
| 3832 | input[type="checkbox"]:checked::before { |
| 3833 | width: 1.375rem; |
| 3834 | height: 1.875rem; |
| 3835 | margin: -.1875rem -.2125rem; |
| 3836 | } |
| 3837 | .mysticky-welcomebar-setting-content.mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right label { |
| 3838 | width: 82px; |
| 3839 | } |
| 3840 | |
| 3841 | .mysticky-welcomebar-setting-content.height-setting .px-wrap {width: 46%;} |
| 3842 | .mysticky-welcomebar-setting-action.mysticky-welcomebar-triggersec .px-wrap {width: 100%;} |
| 3843 | |
| 3844 | .mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right label{width: 80px !important;} |
| 3845 | .mysticky-welcomebar-setting-content.mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right span.myStickymenu-upgrade { |
| 3846 | margin-left: 0; |
| 3847 | } |
| 3848 | |
| 3849 | .mysticky-welcomebar-setting-action.mysticky-welcomebar-trigger-wrap{width: 65%;} |
| 3850 | .mysticky-welcomebar-setting-action.mysticky-welcomebar-triggersec{width: 30%;} |
| 3851 | |
| 3852 | .mysticky-welcomebar-setting-content.mysticky-welcomebar-setting-position .mysticky-welcomebar-setting-content-right span.myStickymenu-upgrade a { |
| 3853 | width: 121px;} |
| 3854 | .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade{margin-left: 0;} |
| 3855 | |
| 3856 | .mysticky-welcomebar-setting-content.show-on-apper .mysticky-welcomebar-setting-content-right {width: 90%;} |
| 3857 | .mysticky-welcomebar-page-option .url-content input[type="text"] {width: 100%;} |
| 3858 | |
| 3859 | .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {width: 120px; margin-top: 0;} |
| 3860 | input#submit.button.button-primary { font-size: 20px; text-align: center; padding: 0 15px;} |
| 3861 | } |
| 3862 | @media only screen and (max-width: 810px) { |
| 3863 | input#submit.button.button-primary { font-size: 20px; text-align: center; padding: 0 15px;} |
| 3864 | } |