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