dashboard-review-ask.css
4 years ago
ewd-ulb-main.css
4 years ago
ewd-us-admin.css
4 years ago
ewd-us-blocks.css
4 years ago
ewd-us-welcome-screen.css
4 years ago
ewd-us.css
4 years ago
plugin-deactivation.css
4 years ago
ewd-us-admin.css
1149 lines
| 1 | .ewd-us-hidden { |
| 2 | display: none; |
| 3 | } |
| 4 | .ewd-us-clear { |
| 5 | clear: both; |
| 6 | } |
| 7 | |
| 8 | /*********************************************************** |
| 9 | * META BOX STYLING |
| 10 | ***********************************************************/ |
| 11 | .ewd-us-meta-menu { |
| 12 | float: left; |
| 13 | max-width: 120px; |
| 14 | } |
| 15 | .ewd-us-meta-menu-item { |
| 16 | float:left; |
| 17 | padding: 0; |
| 18 | width:100%; |
| 19 | margin:0 !important; |
| 20 | display:block; |
| 21 | height:40px; |
| 22 | line-height:40px; |
| 23 | font-weight:10; |
| 24 | padding-left:20px; |
| 25 | background-color: rgba(224, 224, 224, 0.5); |
| 26 | cursor: pointer; |
| 27 | } |
| 28 | |
| 29 | .ewd-us-meta-menu-item.meta-menu-tab-active { |
| 30 | box-shadow: inset 2px 0 0 #1188cc; |
| 31 | background-color: #ffffff !important; |
| 32 | color: #29324e; |
| 33 | } |
| 34 | .ewd-us-meta-menu-item:hover { |
| 35 | color: #29324e; |
| 36 | background-color: rgba(199,199,199, 0.5); |
| 37 | box-shadow: inset 2px 0 0 #1188cc; |
| 38 | } |
| 39 | |
| 40 | .ewd-us-meta-body { |
| 41 | min-width: 300px; |
| 42 | max-width: 600px; |
| 43 | float: left; |
| 44 | padding-left: 40px; |
| 45 | padding-bottom: 20px; |
| 46 | } |
| 47 | |
| 48 | .ewd-us-meta-option-radio { |
| 49 | width: 24px; |
| 50 | float: left; |
| 51 | min-height: 30px; |
| 52 | } |
| 53 | .ewd-us-meta-option-explanation { |
| 54 | min-height: 30px; |
| 55 | } |
| 56 | |
| 57 | #ewd-us-buttons-list-table { |
| 58 | min-width: 400px; |
| 59 | } |
| 60 | |
| 61 | #ewd-us-buttons-list-table tbody td { |
| 62 | padding-top: 12px; |
| 63 | } |
| 64 | |
| 65 | |
| 66 | |
| 67 | /* |
| 68 | ============================================== |
| 69 | Admin Table |
| 70 | ============================================== |
| 71 | */ |
| 72 | .ewd-us-admin-table-thumbnail { |
| 73 | width: 100px; |
| 74 | height: auto; |
| 75 | padding: 2px; |
| 76 | } |
| 77 | th.column-us_thumbnail { |
| 78 | width: 136px; |
| 79 | } |
| 80 | |
| 81 | |
| 82 | |
| 83 | /* |
| 84 | ============================================== |
| 85 | Arrow Font |
| 86 | ============================================== |
| 87 | */ |
| 88 | |
| 89 | @font-face { /* declare fonts */ |
| 90 | font-family: 'untitled-font-7'; |
| 91 | src: url('../fonts/untitled-font-7.eot'); |
| 92 | src: url('../fonts/untitled-font-7.woff2') format('woff2'), |
| 93 | url('../fonts/untitled-font-7.woff') format('woff'), |
| 94 | url('../fonts/untitled-font-7.ttf') format('truetype'), |
| 95 | url('../fonts/untitled-font-7.svg#untitled-font-7') format('svg'); |
| 96 | font-weight: normal; |
| 97 | font-style: normal; |
| 98 | } |
| 99 | |
| 100 | .ewd-us-arrow { |
| 101 | font-family: 'untitled-font-7'; |
| 102 | } |
| 103 | |
| 104 | |
| 105 | |
| 106 | /* |
| 107 | ============================================== |
| 108 | NEW DASHBOARD |
| 109 | ============================================== |
| 110 | */ |
| 111 | |
| 112 | |
| 113 | /*** WRAP ***/ |
| 114 | |
| 115 | .ultimate_slider_page_ewd-us-dashboard #wpcontent { |
| 116 | padding-left: 0; |
| 117 | } |
| 118 | .ultimate_slider_page_ewd-us-dashboard .wrap { |
| 119 | margin: 10px 0 0; |
| 120 | } |
| 121 | |
| 122 | .ewd-us-import-export-container { |
| 123 | position: relative; |
| 124 | float: left; |
| 125 | margin-left: 32px; |
| 126 | width: calc(100% - 32px); |
| 127 | } |
| 128 | |
| 129 | |
| 130 | /*** BANNER ***/ |
| 131 | |
| 132 | .ewd-us-dashboard-new-upgrade-banner { |
| 133 | position: relative; |
| 134 | float: left; |
| 135 | margin-left: -20px; |
| 136 | width: calc(100% + 20px); |
| 137 | height: 256px; |
| 138 | background: url(../img/ewd-us-dashboard-banner.png) center no-repeat #1b0f49; |
| 139 | } |
| 140 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-icon { |
| 141 | position: absolute; |
| 142 | height: 112px; |
| 143 | width: 112px; |
| 144 | left: 172px; |
| 145 | top: 72px; |
| 146 | background: url(../img/ewd-us-icon.png) no-repeat; |
| 147 | background-size: 112px 112px; |
| 148 | } |
| 149 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-buttons { |
| 150 | position: absolute; |
| 151 | height: 112px; |
| 152 | width: 192px; |
| 153 | right: 128px; |
| 154 | top: 84px; |
| 155 | } |
| 156 | .ewd-us-dashboard-new-upgrade-button { |
| 157 | position: relative; |
| 158 | float: right; |
| 159 | width: 188px; |
| 160 | border: 2px solid #0acbaa; |
| 161 | background-color: #0acbaa; |
| 162 | color: #fff; |
| 163 | padding: 6px 0; |
| 164 | font-size: 12px; |
| 165 | text-decoration: none; |
| 166 | text-align: center; |
| 167 | margin-bottom: 20px; |
| 168 | font-weight: bold; |
| 169 | border-radius: 2px; |
| 170 | } |
| 171 | .ewd-us-dashboard-new-upgrade-button:hover { |
| 172 | background-color: #1CE6C3; |
| 173 | border-color: #1CE6C3; |
| 174 | color: #fff; |
| 175 | } |
| 176 | .ewd-us-dashboard-new-upgrade-button.ewd-us-dashboard-new-trial-button { |
| 177 | background-color: transparent; |
| 178 | color: #0acbaa; |
| 179 | font-size: 11px; |
| 180 | cursor: pointer; |
| 181 | width: 192px; |
| 182 | } |
| 183 | .ewd-us-dashboard-new-upgrade-button.ewd-us-dashboard-new-trial-button:hover { |
| 184 | background-color: #0acbaa; |
| 185 | border-color: #0acbaa; |
| 186 | color: #fff; |
| 187 | } |
| 188 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-text { |
| 189 | position: absolute; |
| 190 | width: calc(100% - 680px); |
| 191 | height: 112px; |
| 192 | top: 76px; |
| 193 | left: 320px; |
| 194 | color: #fff; |
| 195 | } |
| 196 | .ewd-us-dashboard-banner-title { |
| 197 | position: relative; |
| 198 | float: left; |
| 199 | width: 100%; |
| 200 | font-size: 29px; |
| 201 | line-height: 32px; |
| 202 | font-weight: bold; |
| 203 | } |
| 204 | .ewd-us-dashboard-banner-brief { |
| 205 | position: relative; |
| 206 | float: left; |
| 207 | width: 100%; |
| 208 | margin-top: 14px; |
| 209 | font-size: 14px; |
| 210 | } |
| 211 | |
| 212 | @media screen and (min-width: 1700px) { |
| 213 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-icon { |
| 214 | left: 272px; |
| 215 | } |
| 216 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-buttons { |
| 217 | right: 228px; |
| 218 | } |
| 219 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-text { |
| 220 | width: calc(100% - 880px); |
| 221 | left: 420px; |
| 222 | } |
| 223 | } |
| 224 | @media screen and (max-width: 1200px) { |
| 225 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-icon { |
| 226 | left: 54px; |
| 227 | } |
| 228 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-buttons { |
| 229 | right: 32px; |
| 230 | } |
| 231 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-text { |
| 232 | width: calc(100% - 466px); |
| 233 | left: 202px; |
| 234 | } |
| 235 | } |
| 236 | @media screen and (max-width: 800px) { |
| 237 | .ewd-us-dashboard-new-upgrade-banner { |
| 238 | height: 512px; |
| 239 | height: 300px; |
| 240 | } |
| 241 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-icon { |
| 242 | left: calc(50% - 56px); |
| 243 | top: 48px; |
| 244 | display: none; |
| 245 | } |
| 246 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-text { |
| 247 | width: 80%; |
| 248 | left: 10%; |
| 249 | top: 208px; |
| 250 | height: 160px; |
| 251 | text-align: center; |
| 252 | height: 140px; |
| 253 | top: 42px; |
| 254 | } |
| 255 | .ewd-us-dashboard-banner-brief { |
| 256 | display: none; |
| 257 | } |
| 258 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-buttons { |
| 259 | right: calc(50% - 96px); |
| 260 | top: 368px; |
| 261 | top: 172px; |
| 262 | } |
| 263 | } |
| 264 | |
| 265 | |
| 266 | |
| 267 | /*** MENU ***/ |
| 268 | |
| 269 | .ewd-us-admin-header-menu { |
| 270 | background-color: #6026B4; |
| 271 | margin-bottom: 16px; |
| 272 | position: relative; |
| 273 | float: left; |
| 274 | width: 100%; |
| 275 | } |
| 276 | body.post-type-ultimate_slider .ewd-us-admin-header-menu { |
| 277 | margin-left: -20px; |
| 278 | width: calc(100% + 20px); |
| 279 | } |
| 280 | .ewd-us-admin-header-menu .nav-tab-wrapper, .wrap .ewd-us-admin-header-menu h2.nav-tab-wrapper { |
| 281 | border-bottom: 0 !important; |
| 282 | margin: 0; |
| 283 | padding-top: 0; |
| 284 | padding-bottom: 0; |
| 285 | line-height: inherit; |
| 286 | } |
| 287 | .ewd-us-admin-header-menu .nav-tab { |
| 288 | border: none; |
| 289 | margin-left: 0; |
| 290 | padding: 12px 48px; |
| 291 | font-size: 12px; |
| 292 | text-transform: uppercase; |
| 293 | background: #6026B4; |
| 294 | color: #fff; |
| 295 | border-right: 1px solid #854DD6; |
| 296 | } |
| 297 | |
| 298 | .ewd-us-admin-header-menu .nav-tab:hover { |
| 299 | background: #682CBF; |
| 300 | } |
| 301 | .ewd-us-admin-header-menu .nav-tab-active { |
| 302 | background: #682CBF; |
| 303 | color: #fff; |
| 304 | } |
| 305 | .ewd-us-admin-header-menu .nav-tab-active:hover { |
| 306 | background: #682CBF; |
| 307 | color: #fff; |
| 308 | } |
| 309 | .ewd-us-admin-header-menu .nav-tab#ewd-us-dash-mobile-menu-open { |
| 310 | display: none; |
| 311 | } |
| 312 | |
| 313 | @media screen and (max-width: 1440px) { |
| 314 | .ewd-us-admin-header-menu .nav-tab { |
| 315 | padding: 12px 32px; |
| 316 | } |
| 317 | } |
| 318 | @media screen and (max-width: 1150px) { |
| 319 | .ewd-us-admin-header-menu .nav-tab { |
| 320 | padding: 12px 18px; |
| 321 | } |
| 322 | } |
| 323 | @media screen and (max-width: 800px) { |
| 324 | .ewd-us-admin-header-menu .nav-tab { |
| 325 | padding: 12px 0; |
| 326 | margin: 0; |
| 327 | width: 100%; |
| 328 | clear: both; |
| 329 | text-align: center; |
| 330 | border-right: none; |
| 331 | border-bottom: 1px solid #854DD6; |
| 332 | } |
| 333 | .ewd-us-admin-header-menu .nav-tab:last-of-type { |
| 334 | border-bottom: none; |
| 335 | } |
| 336 | .ewd-us-admin-header-menu .nav-tab { |
| 337 | display: none; |
| 338 | } |
| 339 | .ewd-us-admin-header-menu .nav-tab#ewd-us-dash-mobile-menu-open { |
| 340 | display: block; |
| 341 | } |
| 342 | #ewd-us-dash-mobile-menu-up-caret { |
| 343 | display: none; |
| 344 | } |
| 345 | #ewd-us-dash-mobile-menu-down-caret { |
| 346 | display: inline; |
| 347 | } |
| 348 | } |
| 349 | |
| 350 | |
| 351 | |
| 352 | |
| 353 | |
| 354 | |
| 355 | |
| 356 | |
| 357 | |
| 358 | /*** CONTENT ***/ |
| 359 | |
| 360 | #ewd-us-dashboard-content-area { |
| 361 | position: relative; |
| 362 | float: left; |
| 363 | width: calc(100% - 162px); |
| 364 | margin: 32px 20px 32px 142px; |
| 365 | } |
| 366 | #ewd-us-dashboard-content-left { |
| 367 | position: relative; |
| 368 | float: left; |
| 369 | width: 74%; |
| 370 | } |
| 371 | #ewd-us-dashboard-content-right { |
| 372 | position: relative; |
| 373 | float: right; |
| 374 | width: 24%; |
| 375 | } |
| 376 | |
| 377 | .ewd-us-dashboard-new-widget-box { |
| 378 | position: relative; |
| 379 | float: left; |
| 380 | background: #fff; |
| 381 | box-shadow: -2px 2px 6px #ccc; |
| 382 | margin-bottom: 16px; |
| 383 | } |
| 384 | .ewd-us-dashboard-new-widget-box.ewd-widget-box-full { |
| 385 | width: 100%; |
| 386 | } |
| 387 | .ewd-us-dashboard-new-widget-box.ewd-widget-box-two-thirds { |
| 388 | width: 66%; |
| 389 | } |
| 390 | .ewd-us-dashboard-new-widget-box.ewd-widget-box-one-third { |
| 391 | width: 32%; |
| 392 | margin-left: 2%; |
| 393 | } |
| 394 | .ewd-us-dashboard-new-widget-box-top, .ewd-us-dashboard-new-widget-box-bottom { |
| 395 | position: relative; |
| 396 | float: left; |
| 397 | width: calc(100% - 32px); |
| 398 | padding: 8px 16px; |
| 399 | color: #777; |
| 400 | } |
| 401 | .ewd-us-dashboard-new-widget-box-top { |
| 402 | padding: 12px 16px; |
| 403 | font-weight: bold; |
| 404 | color: #444; |
| 405 | } |
| 406 | .ewd-us-dashboard-new-widget-box-bottom { |
| 407 | border-top: 1px solid #e2e2e2; |
| 408 | } |
| 409 | |
| 410 | .ewd-us-dashboard-key-widget { |
| 411 | position: relative; |
| 412 | float: left; |
| 413 | width: calc(100% - 144px); |
| 414 | min-height: 30px; |
| 415 | margin: 24px 24px 8px; |
| 416 | padding: 0 0 0 96px; |
| 417 | background-image: url(../img/dash-asset-key.png); |
| 418 | background-position: left top; |
| 419 | background-size: 64px 30px; |
| 420 | background-repeat: no-repeat; |
| 421 | } |
| 422 | .ewd-us-dashboard-key-widget-input { |
| 423 | position: relative; |
| 424 | float: left; |
| 425 | width: calc(65% - 2px); |
| 426 | height: 30px; |
| 427 | padding: 4px 8px !important; |
| 428 | background: none; |
| 429 | border: 1px solid #e2e2e2 !important; |
| 430 | margin: 0 !important; |
| 431 | } |
| 432 | .ewd-us-dashboard-key-widget-input::placeholder { |
| 433 | color: #bbb; |
| 434 | } |
| 435 | .ewd-us-dashboard-key-widget-submit { |
| 436 | position: relative; |
| 437 | float: left; |
| 438 | width: 35%; |
| 439 | height: 30px; |
| 440 | font-size: 14px; |
| 441 | background: #f2b52f; |
| 442 | color: #fff; |
| 443 | border: none; |
| 444 | cursor: pointer; |
| 445 | margin: 0 !important; |
| 446 | } |
| 447 | .ewd-us-dashboard-key-widget-submit:hover { |
| 448 | background: #F2BD49; |
| 449 | } |
| 450 | .ewd-us-dashboard-key-widget-text { |
| 451 | position: relative; |
| 452 | float: left; |
| 453 | width: 100%; |
| 454 | margin-top: 7px; |
| 455 | font-size: 11px; |
| 456 | color: #888; |
| 457 | font-style: italic; |
| 458 | font-weight: normal; |
| 459 | } |
| 460 | .ewd-us-dashboard-key-widget-text a { |
| 461 | color: #0acbaa; |
| 462 | text-decoration: none; |
| 463 | font-weight: bold; |
| 464 | } |
| 465 | .ewd-us-dashboard-key-widget-text a:hover { |
| 466 | color: #1CE6C3; |
| 467 | text-decoration: none; |
| 468 | } |
| 469 | |
| 470 | #ewd-us-dashboard-support-widget-box .ewd-us-dashboard-new-widget-box-top { |
| 471 | cursor: pointer; |
| 472 | } |
| 473 | #ewd-us-dash-mobile-support-down-caret { |
| 474 | display: none; |
| 475 | float: right; |
| 476 | } |
| 477 | #ewd-us-dash-mobile-support-up-caret { |
| 478 | display: inline; |
| 479 | float: right; |
| 480 | } |
| 481 | .ewd-us-dashboard-support-widgets { |
| 482 | position: relative; |
| 483 | float: left; |
| 484 | width: 90%; |
| 485 | padding: 14px 5%; |
| 486 | } |
| 487 | .ewd-us-dashboard-support-widgets li { |
| 488 | position: relative; |
| 489 | float: left; |
| 490 | width: 18.25%; |
| 491 | margin-right: 9%; |
| 492 | } |
| 493 | .ewd-us-dashboard-support-widgets li:last-of-type { |
| 494 | margin-right: 0; |
| 495 | } |
| 496 | .ewd-us-dashboard-support-widgets li a { |
| 497 | position: relative; |
| 498 | float: left; |
| 499 | width: 100%; |
| 500 | text-align: center; |
| 501 | color: #444; |
| 502 | text-decoration: none; |
| 503 | font-weight: bold; |
| 504 | } |
| 505 | .ewd-us-dashboard-support-widgets li a:hover { |
| 506 | color: #6026B4; |
| 507 | } |
| 508 | .ewd-us-dashboard-support-widgets li img { |
| 509 | position: relative; |
| 510 | float: left; |
| 511 | width: 80%; |
| 512 | height: auto; |
| 513 | border: none; |
| 514 | padding: 0 10% 12px; |
| 515 | } |
| 516 | .ewd-us-dashboard-support-widgets li .ewd-us-dashboard-support-widgets-text { |
| 517 | position: relative; |
| 518 | float: left; |
| 519 | width: 100%; |
| 520 | margin-top: 2px; |
| 521 | } |
| 522 | |
| 523 | #ewd-us-dashboard-optional-table .ewd-us-dashboard-new-widget-box-top { |
| 524 | cursor: pointer; |
| 525 | } |
| 526 | #ewd-us-dash-optional-table-down-caret { |
| 527 | display: none; |
| 528 | float: right; |
| 529 | } |
| 530 | #ewd-us-dash-optional-table-up-caret { |
| 531 | display: inline; |
| 532 | float: right; |
| 533 | } |
| 534 | |
| 535 | .ewd-us-dashboard-testimonials { |
| 536 | position: relative; |
| 537 | float: left; |
| 538 | width: 100%; |
| 539 | } |
| 540 | .ewd-us-dashboard-testimonials li { |
| 541 | position: relative; |
| 542 | float: left; |
| 543 | width: 100%; |
| 544 | text-align: center; |
| 545 | } |
| 546 | .ewd-us-dashboard-testimonials li img { |
| 547 | position: relative; |
| 548 | float: left; |
| 549 | width: 140px; |
| 550 | height: auto; |
| 551 | margin-top: 8px; |
| 552 | margin-left: calc(50% - 70px); |
| 553 | } |
| 554 | .ewd-us-dashboard-testimonials li .ewd-us-dashboard-testimonial-title { |
| 555 | position: relative; |
| 556 | float: left; |
| 557 | width: 100%; |
| 558 | margin: 28px 0 20px; |
| 559 | font-size: 30px; |
| 560 | line-height: 30px; |
| 561 | font-weight: bold; |
| 562 | } |
| 563 | .ewd-us-dashboard-testimonials li .ewd-us-dashboard-testimonial-author { |
| 564 | position: relative; |
| 565 | float: left; |
| 566 | width: 100%; |
| 567 | font-size: 16px; |
| 568 | } |
| 569 | .ewd-us-dashboard-testimonials li .ewd-us-dashboard-testimonial-text { |
| 570 | position: relative; |
| 571 | float: left; |
| 572 | width: 80%; |
| 573 | margin: 24px 10% 0; |
| 574 | font-size: 12px; |
| 575 | } |
| 576 | .ewd-us-dashboard-testimonials li .ewd-us-dashboard-testimonial-text a { |
| 577 | color: #0acbaa; |
| 578 | text-decoration: none; |
| 579 | font-weight: bold; |
| 580 | } |
| 581 | .ewd-us-dashboard-testimonials li .ewd-us-dashboard-testimonial-text a:hover { |
| 582 | color: #1CE6C3; |
| 583 | } |
| 584 | |
| 585 | .ewd-us-dashboard-review-ask { |
| 586 | position: relative; |
| 587 | float: left; |
| 588 | width: calc(100% - 32px); |
| 589 | padding: 16px 16px 12px; |
| 590 | text-align: center; |
| 591 | } |
| 592 | .ewd-us-dashboard-review-ask img { |
| 593 | position: relative; |
| 594 | float: left; |
| 595 | width: 110px; |
| 596 | height: auto; |
| 597 | margin-left: calc(50% - 55px); |
| 598 | } |
| 599 | .ewd-us-dashboard-review-ask-text { |
| 600 | position: relative; |
| 601 | float: left; |
| 602 | width: 100%; |
| 603 | margin: 24px 0; |
| 604 | } |
| 605 | .ewd-us-dashboard-review-ask-button { |
| 606 | clear: both; |
| 607 | position: relative; |
| 608 | float: left; |
| 609 | width: calc(100% - 2px); |
| 610 | border: 1px solid #888; |
| 611 | background-color: transparent; |
| 612 | color: #888; |
| 613 | padding: 6px 0; |
| 614 | font-size: 12px; |
| 615 | text-decoration: none; |
| 616 | text-align: center; |
| 617 | font-weight: bold; |
| 618 | border-radius: 2px; |
| 619 | } |
| 620 | .ewd-us-dashboard-review-ask-button:hover { |
| 621 | background-color: #888; |
| 622 | border-color: #888; |
| 623 | color: #fff; |
| 624 | } |
| 625 | .ewd-us-dashboard-review-ask-dismiss { |
| 626 | position: relative; |
| 627 | float: left; |
| 628 | background: transparent; |
| 629 | border: none; |
| 630 | margin: 16px 0 0 0; |
| 631 | padding: 0; |
| 632 | width: 100%; |
| 633 | text-align: center; |
| 634 | color: #999; |
| 635 | font-size: 11px; |
| 636 | text-transform: uppercase; |
| 637 | cursor: pointer; |
| 638 | } |
| 639 | .ewd-us-dashboard-review-ask-dismiss:hover { |
| 640 | color: #555; |
| 641 | } |
| 642 | |
| 643 | .ewd-us-dashboard-guarantee { |
| 644 | position: relative; |
| 645 | float: left; |
| 646 | width: calc(100% - 208px); |
| 647 | min-height: 127px; |
| 648 | margin: 20px 24px; |
| 649 | padding: 0 0 0 160px; |
| 650 | background-image: url(../img/dash-asset-badge.png); |
| 651 | background-position: left top; |
| 652 | background-size: 128px 127px; |
| 653 | background-repeat: no-repeat; |
| 654 | color: #777; |
| 655 | } |
| 656 | .ewd-us-dashboard-guarantee-title, .ewd-us-dashboard-guarantee-text { |
| 657 | position: relative; |
| 658 | float: left; |
| 659 | width: 100%; |
| 660 | margin-top: 16px; |
| 661 | } |
| 662 | .ewd-us-dashboard-guarantee-title { |
| 663 | font-size: 24px; |
| 664 | line-height: 24px; |
| 665 | } |
| 666 | .ewd-us-dashboard-guarantee-text { |
| 667 | font-size: 12px; |
| 668 | font-weight: normal; |
| 669 | } |
| 670 | |
| 671 | .ewd-us-dashboard-get-premium-widget-trial-time { |
| 672 | position: relative; |
| 673 | float: left; |
| 674 | width: 100%; |
| 675 | margin-top: 6px; |
| 676 | background: #6026B4; |
| 677 | } |
| 678 | .ewd-us-dashboard-get-premium-widget-trial-days, .ewd-us-dashboard-get-premium-widget-trial-hours { |
| 679 | position: relative; |
| 680 | float: left; |
| 681 | text-align: center; |
| 682 | color: #fff; |
| 683 | font-size: 43px; |
| 684 | line-height: 35px; |
| 685 | padding: 24px 0 8px; |
| 686 | font-weight: bold; |
| 687 | } |
| 688 | .ewd-us-dashboard-get-premium-widget-trial-days span, .ewd-us-dashboard-get-premium-widget-trial-hours span { |
| 689 | position: relative; |
| 690 | float: left; |
| 691 | width: 100%; |
| 692 | font-size: 14px; |
| 693 | font-weight: normal; |
| 694 | } |
| 695 | .ewd-us-dashboard-get-premium-widget-trial-days { |
| 696 | width: calc(50% - 7px); |
| 697 | border-right: 7px solid #fff; |
| 698 | } |
| 699 | .ewd-us-dashboard-get-premium-widget-trial-hours { |
| 700 | width: 50%; |
| 701 | } |
| 702 | .ewd-us-dashboard-get-premium-widget-trial-time-left { |
| 703 | position: relative; |
| 704 | float: left; |
| 705 | width: 100%; |
| 706 | margin: 28px 0 24px; |
| 707 | color: #6026B4; |
| 708 | font-size: 24px; |
| 709 | text-align: center; |
| 710 | font-weight: bold; |
| 711 | } |
| 712 | .ewd-us-dashboard-get-premium-widget-features-title { |
| 713 | position: relative; |
| 714 | float: left; |
| 715 | width: calc(100% - 16px); |
| 716 | padding: 8px 8px 10px; |
| 717 | color: #0acbaa; |
| 718 | font-size: 18px; |
| 719 | line-height: 1.5; |
| 720 | font-weight: bold; |
| 721 | } |
| 722 | .ewd-us-dashboard-get-premium-widget-features { |
| 723 | position: relative; |
| 724 | float: left; |
| 725 | width: calc(100% - 16px); |
| 726 | padding: 0 8px; |
| 727 | -webkit-margin-after: 0; |
| 728 | } |
| 729 | .ewd-us-dashboard-get-premium-widget-features li { |
| 730 | clear: both; |
| 731 | position: relative; |
| 732 | float: left; |
| 733 | width: calc(100% - 36px); |
| 734 | margin-bottom: 8px; |
| 735 | padding-left: 36px; |
| 736 | background-image: url(../img/dash-asset-checkmark.png); |
| 737 | background-position: left top; |
| 738 | background-size: 20px; |
| 739 | background-repeat: no-repeat; |
| 740 | font-style: italic; |
| 741 | } |
| 742 | .ewd-us-dashboard-get-premium-widget-features li:last-of-type { |
| 743 | background-image: none; |
| 744 | } |
| 745 | .ewd-us-dashboard-get-premium-widget-button { |
| 746 | clear: both; |
| 747 | position: relative; |
| 748 | float: left; |
| 749 | width: calc(100% - 20px); |
| 750 | margin: 16px 8px 10px; |
| 751 | border: 2px solid #0acbaa; |
| 752 | background-color: #0acbaa; |
| 753 | color: #fff; |
| 754 | padding: 6px 0; |
| 755 | font-size: 12px; |
| 756 | text-decoration: none; |
| 757 | text-align: center; |
| 758 | font-weight: bold; |
| 759 | border-radius: 2px; |
| 760 | } |
| 761 | .ewd-us-dashboard-get-premium-widget-button:hover { |
| 762 | background-color: #1CE6C3; |
| 763 | border-color: #1CE6C3; |
| 764 | color: #fff; |
| 765 | } |
| 766 | .ewd-us-dashboard-get-premium-widget-button.ewd-us-dashboard-new-trial-button { |
| 767 | background-color: transparent; |
| 768 | color: #0acbaa; |
| 769 | font-size: 11px; |
| 770 | cursor: pointer; |
| 771 | width: calc(100% - 16px); |
| 772 | margin: 0 8px 16px; |
| 773 | } |
| 774 | .ewd-us-dashboard-get-premium-widget-button.ewd-us-dashboard-new-trial-button:hover { |
| 775 | background-color: #0acbaa; |
| 776 | border-color: #0acbaa; |
| 777 | color: #fff; |
| 778 | } |
| 779 | |
| 780 | .ewd-us-dashboard-other-plugins { |
| 781 | position: relative; |
| 782 | float: left; |
| 783 | width: 100%; |
| 784 | } |
| 785 | .ewd-us-dashboard-other-plugins li { |
| 786 | position: relative; |
| 787 | float: left; |
| 788 | width: 100%; |
| 789 | margin-bottom: 24px; |
| 790 | } |
| 791 | .ewd-us-dashboard-other-plugins li:last-of-type { |
| 792 | margin-bottom: 12px; |
| 793 | } |
| 794 | .ewd-us-dashboard-other-plugins li img { |
| 795 | position: relative; |
| 796 | float: left; |
| 797 | width: 64px; |
| 798 | height: auto; |
| 799 | margin-right: 16px; |
| 800 | border: none; |
| 801 | } |
| 802 | .ewd-us-dashboard-other-plugins li .ewd-us-dashboard-other-plugins-text { |
| 803 | position: relative; |
| 804 | float: left; |
| 805 | width: calc(100% - 80px); |
| 806 | } |
| 807 | .ewd-us-dashboard-other-plugins li .ewd-us-dashboard-other-plugins-title { |
| 808 | position: relative; |
| 809 | float: left; |
| 810 | width: 100%; |
| 811 | font-size: 16px; |
| 812 | color: #444; |
| 813 | font-weight: bold; |
| 814 | } |
| 815 | .ewd-us-dashboard-other-plugins li .ewd-us-dashboard-other-plugins-blurb { |
| 816 | position: relative; |
| 817 | float: left; |
| 818 | width: 100%; |
| 819 | font-size: 11px; |
| 820 | margin-top: 8px; |
| 821 | } |
| 822 | |
| 823 | /** NEED HELP BOX ON PRODUCT EDIT SCREEN **/ |
| 824 | .ewd-us-need-help-text { |
| 825 | margin: 24px 0 22px; |
| 826 | text-align: center; |
| 827 | color: #888; |
| 828 | font-size: 15px; |
| 829 | line-height: 1.5; |
| 830 | } |
| 831 | .ewd-us-need-help-button { |
| 832 | display: inherit; |
| 833 | width: 40%; |
| 834 | padding: 8px 0; |
| 835 | margin: 0 30% 16px; |
| 836 | text-align: center; |
| 837 | background: #f2b52f; |
| 838 | color: #fff; |
| 839 | font-size: 16px; |
| 840 | font-weight: bold; |
| 841 | text-decoration: none; |
| 842 | border: none; |
| 843 | box-shadow: none; |
| 844 | cursor: pointer; |
| 845 | } |
| 846 | .ewd-us-need-help-button:hover { |
| 847 | background: #d7a73f; |
| 848 | color: #fff; |
| 849 | text-decoration: none; |
| 850 | } |
| 851 | |
| 852 | #ewd-us-dashboard-restart-walkthrough-widget-box .ewd-us-dashboard-new-widget-box-top { |
| 853 | cursor: pointer; |
| 854 | } |
| 855 | #ewd-us-dashboard-restart-walkthrough-down-caret { |
| 856 | display: none; |
| 857 | float: right; |
| 858 | } |
| 859 | #ewd-us-dashboard-restart-walkthrough-up-caret { |
| 860 | display: inline; |
| 861 | float: right; |
| 862 | } |
| 863 | |
| 864 | @media screen and (min-width: 1441px) { |
| 865 | #ewd-us-dashboard-content-area { |
| 866 | width: calc(100% - 194px); |
| 867 | margin: 32px 20px 32px 174px; |
| 868 | } |
| 869 | } |
| 870 | @media screen and (max-width: 1150px) { |
| 871 | #ewd-us-dashboard-content-area { |
| 872 | width: calc(100% - 40px); |
| 873 | margin: 16px 20px 32px; |
| 874 | } |
| 875 | } |
| 876 | @media screen and (max-width: 1000px) { |
| 877 | .ewd-us-dashboard-key-widget-submit { |
| 878 | font-size: 12px; |
| 879 | } |
| 880 | } |
| 881 | @media screen and (max-width: 800px) { |
| 882 | #ewd-us-dashboard-content-left, #ewd-us-dashboard-content-right { |
| 883 | float: left; |
| 884 | width: 100%; |
| 885 | } |
| 886 | .ewd-us-dashboard-new-widget-box.ewd-widget-box-two-thirds, .ewd-us-dashboard-new-widget-box.ewd-widget-box-one-third { |
| 887 | width: 100%; |
| 888 | margin-left: 0; |
| 889 | } |
| 890 | |
| 891 | .ewd-us-dashboard-key-widget { |
| 892 | width: calc(100% - 48px); |
| 893 | margin: 16px 24px 8px; |
| 894 | padding: 54px 0 0 0; |
| 895 | background-image: url(../img/dash-asset-key.png); |
| 896 | background-size: 64px 30px; |
| 897 | background-position: center top; |
| 898 | background-repeat: no-repeat; |
| 899 | } |
| 900 | .ewd-us-dashboard-key-widget-input { |
| 901 | width: 100%; |
| 902 | } |
| 903 | .ewd-us-dashboard-key-widget-submit { |
| 904 | width: 100%; |
| 905 | margin: 8px 0 0 0 !important; |
| 906 | font-size: 14px; |
| 907 | } |
| 908 | .ewd-us-dashboard-key-widget-text { |
| 909 | margin-top: 16px; |
| 910 | text-align: center; |
| 911 | } |
| 912 | |
| 913 | .ewd-us-dashboard-support-widgets { |
| 914 | width: 90%; |
| 915 | padding: 0 5%; |
| 916 | } |
| 917 | .ewd-us-dashboard-support-widgets li { |
| 918 | width: 100%; |
| 919 | margin: 0 0 12px 0; |
| 920 | padding-bottom: 12px; |
| 921 | border-bottom: 1px solid #ddd; |
| 922 | } |
| 923 | .ewd-us-dashboard-support-widgets li:last-of-type { |
| 924 | border-bottom: none; |
| 925 | margin-bottom: 0; |
| 926 | } |
| 927 | .ewd-us-dashboard-support-widgets li a { |
| 928 | text-align: left; |
| 929 | color: #444; |
| 930 | } |
| 931 | .ewd-us-dashboard-support-widgets li a:hover { |
| 932 | color: #6026B4; |
| 933 | } |
| 934 | .ewd-us-dashboard-support-widgets li img { |
| 935 | width: 32px; |
| 936 | height: 32px; |
| 937 | padding: 0 24px 0 16px; |
| 938 | } |
| 939 | .ewd-us-dashboard-support-widgets li .ewd-us-dashboard-support-widgets-text { |
| 940 | width: calc(100% - 72px); |
| 941 | margin-top: 7px; |
| 942 | text-transform: uppercase; |
| 943 | font-size: 11px; |
| 944 | } |
| 945 | #ewd-us-dashboard-support-widget-box .ewd-us-dashboard-new-widget-box-bottom { |
| 946 | border-top: none; |
| 947 | } |
| 948 | |
| 949 | #ewd-us-dashboard-get-premium-widget-box { |
| 950 | display: none; |
| 951 | } |
| 952 | } |
| 953 | |
| 954 | @media screen and (max-width: 568px) { |
| 955 | #ewd-us-dashboard-guarantee-widget-box { |
| 956 | background: #6026B4; |
| 957 | } |
| 958 | .ewd-us-dashboard-guarantee { |
| 959 | width: calc(100% - 48px); |
| 960 | padding: 0; |
| 961 | height: 199px; |
| 962 | background-image: url(../img/dash-asset-badge.png); |
| 963 | background-size: 200px 199px; |
| 964 | background-position: center top; |
| 965 | background-repeat: no-repeat; |
| 966 | } |
| 967 | .ewd-us-dashboard-guarantee-title, .ewd-us-dashboard-guarantee-text { |
| 968 | display: none; |
| 969 | } |
| 970 | } |
| 971 | |
| 972 | |
| 973 | |
| 974 | /*** FOOTER ***/ |
| 975 | |
| 976 | #ewd-us-dashboard-new-footer-one { |
| 977 | position: relative; |
| 978 | float: left; |
| 979 | width: 100%; |
| 980 | background: #fff; |
| 981 | color: #777; |
| 982 | } |
| 983 | .ewd-us-dashboard-new-footer-one-inside { |
| 984 | position: relative; |
| 985 | float: left; |
| 986 | width: 80%; |
| 987 | margin: 0 10%; |
| 988 | } |
| 989 | .ewd-us-dashboard-new-footer-one-left { |
| 990 | position: relative; |
| 991 | float: left; |
| 992 | width: calc(100% - 224px); |
| 993 | margin-bottom: 32px; |
| 994 | } |
| 995 | .ewd-us-dashboard-new-footer-one-title { |
| 996 | position: relative; |
| 997 | float: left; |
| 998 | width: 100%; |
| 999 | margin-top: 56px; |
| 1000 | font-size: 24px; |
| 1001 | font-weight: bold; |
| 1002 | } |
| 1003 | .ewd-us-dashboard-new-footer-one-benefits { |
| 1004 | position: relative; |
| 1005 | float: left; |
| 1006 | width: 100%; |
| 1007 | margin-top: 32px; |
| 1008 | } |
| 1009 | .ewd-us-dashboard-new-footer-one-benefits li { |
| 1010 | position: relative; |
| 1011 | float: left; |
| 1012 | width: calc(33.333333% - 36px); |
| 1013 | margin-bottom: 11px; |
| 1014 | padding-left: 36px; |
| 1015 | background-image: url(../img/dash-asset-checkmark.png); |
| 1016 | background-position: left top; |
| 1017 | background-size: 20px; |
| 1018 | background-repeat: no-repeat; |
| 1019 | font-style: italic; |
| 1020 | } |
| 1021 | |
| 1022 | .ewd-us-dashboard-new-footer-one-buttons { |
| 1023 | position: relative; |
| 1024 | float: right; |
| 1025 | width: 192px; |
| 1026 | margin-top: 112px; |
| 1027 | } |
| 1028 | |
| 1029 | #ewd-us-dashboard-new-footer-two { |
| 1030 | position: relative; |
| 1031 | float: left; |
| 1032 | width: 100%; |
| 1033 | background: #6026B4; |
| 1034 | color: #D3DFF5; |
| 1035 | } |
| 1036 | .ewd-us-dashboard-new-footer-two-inside { |
| 1037 | position: relative; |
| 1038 | float: left; |
| 1039 | width: 90%; |
| 1040 | margin: 48px 5%; |
| 1041 | } |
| 1042 | .ewd-us-dashboard-new-footer-two-icon { |
| 1043 | position: relative; |
| 1044 | float: left; |
| 1045 | width: 200px; |
| 1046 | height: auto; |
| 1047 | margin-right: 40px; |
| 1048 | } |
| 1049 | .ewd-us-dashboard-new-footer-two-blurb { |
| 1050 | position: relative; |
| 1051 | float: left; |
| 1052 | width: 300px; |
| 1053 | line-height: 1.7; |
| 1054 | font-size: 12px; |
| 1055 | } |
| 1056 | .ewd-us-dashboard-new-footer-two-menu { |
| 1057 | position: relative; |
| 1058 | float: right; |
| 1059 | width: 150px; |
| 1060 | -webkit-margin-after: 0; |
| 1061 | -webkit-margin-before: 0; |
| 1062 | } |
| 1063 | .ewd-us-dashboard-new-footer-two-menu li { |
| 1064 | clear: both; |
| 1065 | position: relative; |
| 1066 | float: right; |
| 1067 | width: 100%; |
| 1068 | font-weight: bold; |
| 1069 | margin-bottom: 4px; |
| 1070 | color: #fff; |
| 1071 | font-size: 13px; |
| 1072 | } |
| 1073 | .ewd-us-dashboard-new-footer-two-menu li:first-of-type { |
| 1074 | margin-bottom: 9px; |
| 1075 | } |
| 1076 | .ewd-us-dashboard-new-footer-two-menu li:last-of-type { |
| 1077 | margin-bottom: 0; |
| 1078 | } |
| 1079 | .ewd-us-dashboard-new-footer-two-menu li a { |
| 1080 | font-weight: normal; |
| 1081 | color: #D3DFF5; |
| 1082 | text-decoration: none; |
| 1083 | font-size: 12px; |
| 1084 | } |
| 1085 | .ewd-us-dashboard-new-footer-two-menu li a:hover { |
| 1086 | color: #fff; |
| 1087 | } |
| 1088 | |
| 1089 | @media screen and (max-width: 1100px) { |
| 1090 | .ewd-us-dashboard-new-footer-one-left { |
| 1091 | width: 100%; |
| 1092 | margin-bottom: 0; |
| 1093 | } |
| 1094 | .ewd-us-dashboard-new-footer-one-title { |
| 1095 | margin-top: 56px; |
| 1096 | font-size: 24px; |
| 1097 | line-height: 28px; |
| 1098 | text-align: center; |
| 1099 | } |
| 1100 | .ewd-us-dashboard-new-footer-one-benefits li { |
| 1101 | width: calc(50% - 36px); |
| 1102 | } |
| 1103 | .ewd-us-dashboard-new-footer-one-buttons { |
| 1104 | float: left; |
| 1105 | width: 100%; |
| 1106 | margin-top: 32px; |
| 1107 | margin-bottom: 24px; |
| 1108 | } |
| 1109 | .ewd-us-dashboard-new-footer-one-buttons .ewd-us-dashboard-new-upgrade-button { |
| 1110 | float: left; |
| 1111 | margin-left: calc(50% - 96px); |
| 1112 | } |
| 1113 | |
| 1114 | .ewd-us-dashboard-new-footer-two-icon { |
| 1115 | clear: both; |
| 1116 | float: left; |
| 1117 | margin: 0 0 16px calc(50% - 55px); |
| 1118 | } |
| 1119 | .ewd-us-dashboard-new-footer-two-blurb { |
| 1120 | display: none; |
| 1121 | } |
| 1122 | .ewd-us-dashboard-new-footer-two-menu { |
| 1123 | float: left; |
| 1124 | width: 100%; |
| 1125 | margin-top: 32px; |
| 1126 | } |
| 1127 | .ewd-us-dashboard-new-footer-two-menu li { |
| 1128 | float: left; |
| 1129 | text-align: center; |
| 1130 | margin-bottom: 4px; |
| 1131 | font-size: 17px; |
| 1132 | } |
| 1133 | .ewd-us-dashboard-new-footer-two-menu li:first-of-type { |
| 1134 | margin-bottom: 9px; |
| 1135 | } |
| 1136 | .ewd-us-dashboard-new-footer-two-menu li:last-of-type { |
| 1137 | margin-bottom: 0; |
| 1138 | } |
| 1139 | .ewd-us-dashboard-new-footer-two-menu li a { |
| 1140 | font-size: 16px; |
| 1141 | } |
| 1142 | } |
| 1143 | @media screen and (max-width: 568px) { |
| 1144 | .ewd-us-dashboard-new-footer-one-benefits li { |
| 1145 | clear: both; |
| 1146 | width: calc(100% - 36px); |
| 1147 | } |
| 1148 | } |
| 1149 |