admin-setting.css
3 years ago
design.css
4 years ago
design.min.css
3 years ago
folder-icon.css
5 years ago
folders.css
3 years ago
folders.min.css
3 years ago
jstree.css
4 years ago
jstree.min.css
3 years ago
media-clean.css
3 years ago
media.css
5 years ago
new-media.css
5 years ago
overlayscrollbars.min.css
3 years ago
page-post-media.css
4 years ago
page-post-media.min.css
3 years ago
pricing-table.css
3 years ago
replace-media.css
3 years ago
select2.min.css
5 years ago
settings.css
3 years ago
spectrum.min.css
6 years ago
star-rating-svg.css
3 years ago
admin-setting.css
737 lines
| 1 | *, .price-table, :after, :before { |
| 2 | box-sizing: border-box |
| 3 | } |
| 4 | |
| 5 | .price-table, .price-table-top { |
| 6 | position: relative; |
| 7 | border-radius: 10px |
| 8 | } |
| 9 | |
| 10 | .folder-testimonial-list, .price-after, .pricing-table { |
| 11 | font-family: Lato, sans-serif |
| 12 | } |
| 13 | |
| 14 | .cus-tooltip:hover .tooltip__content, .html-tooltip:hover .tooltip-text { |
| 15 | visibility: visible; |
| 16 | opacity: 1 |
| 17 | } |
| 18 | |
| 19 | #wpwrap { |
| 20 | background: #6572db; |
| 21 | background: -moz-linear-gradient(-45deg, #6572db 0, #ee86c6 67%, #ee86c6 100%); |
| 22 | background: -webkit-gradient(left top, right bottom, color-stop(0, #6572db), color-stop(67%, #ee86c6), color-stop(100%, #ee86c6)); |
| 23 | background: -webkit-linear-gradient(-45deg, #6572db 0, #ee86c6 67%, #ee86c6 100%); |
| 24 | background: -o-linear-gradient(-45deg, #6572db 0, #ee86c6 67%, #ee86c6 100%); |
| 25 | background: -ms-linear-gradient(-45deg, #6572db 0, #ee86c6 67%, #ee86c6 100%); |
| 26 | background: linear-gradient(135deg, #6572db 0, #ee86c6 67%, #ee86c6 100%) |
| 27 | } |
| 28 | |
| 29 | body { |
| 30 | overflow-x: hidden; |
| 31 | } |
| 32 | |
| 33 | .pricing-table { |
| 34 | margin: 0 0 45px; |
| 35 | color: #28375a; |
| 36 | font-size: 16px; |
| 37 | line-height: 25px |
| 38 | } |
| 39 | |
| 40 | .price-title { |
| 41 | font-weight: 700; |
| 42 | font-size: 24px; |
| 43 | line-height: 30px; |
| 44 | color: #28375a; |
| 45 | text-align: center |
| 46 | } |
| 47 | |
| 48 | .price-table { |
| 49 | background: #fff |
| 50 | } |
| 51 | |
| 52 | .price-table-top { |
| 53 | padding: 20px |
| 54 | } |
| 55 | |
| 56 | .price-table.basic-feature { |
| 57 | box-shadow: 0 12px 44px rgba(108, 203, 255, .2); |
| 58 | border: 2px solid #b9eafd |
| 59 | } |
| 60 | |
| 61 | .price-table.basic-feature .price-table-top { |
| 62 | background: url(../images/basic-price-bg.png) left top no-repeat |
| 63 | } |
| 64 | |
| 65 | .price-table.plus-feature { |
| 66 | border: 2px solid #f9d9bd; |
| 67 | box-shadow: 0 12px 44px rgba(239, 140, 106, .2) |
| 68 | } |
| 69 | |
| 70 | .price-table.plus-feature .price-table-top { |
| 71 | background: url(../images/plus-price.png) left top no-repeat |
| 72 | } |
| 73 | |
| 74 | .price-table.agency-feature { |
| 75 | border: 2px solid #cfd3fb; |
| 76 | box-shadow: 0 12px 44px rgba(96, 93, 236, .2) |
| 77 | } |
| 78 | |
| 79 | .price-table.agency-feature .price-table-top { |
| 80 | background: url(../images/agency-price.png) left top no-repeat |
| 81 | } |
| 82 | |
| 83 | .custom-dd-btn, .price-table-bottom a { |
| 84 | background: #fff; |
| 85 | padding: 0 15px; |
| 86 | height: 40px |
| 87 | } |
| 88 | |
| 89 | .price-tables { |
| 90 | margin: 30px 0 50px |
| 91 | } |
| 92 | |
| 93 | .plan-name { |
| 94 | font-size: 30px; |
| 95 | line-height: 36px; |
| 96 | font-weight: 700; |
| 97 | color: #28375a |
| 98 | } |
| 99 | |
| 100 | .plan-price { |
| 101 | position: absolute; |
| 102 | right: 18px; |
| 103 | top: 8px; |
| 104 | font-weight: 700; |
| 105 | font-size: 48px; |
| 106 | line-height: 72px; |
| 107 | color: #42b9fa |
| 108 | } |
| 109 | |
| 110 | .price-table.plus-feature .plan-price { |
| 111 | color: #ef8c6a |
| 112 | } |
| 113 | |
| 114 | .price-table.agency-feature .plan-price, span.has-tooltip { |
| 115 | color: #605dec |
| 116 | } |
| 117 | |
| 118 | .price-table.agency-feature .plan-name { |
| 119 | color: #fff |
| 120 | } |
| 121 | |
| 122 | .price-head { |
| 123 | line-height: 72px; |
| 124 | padding: 5px 0 25px |
| 125 | } |
| 126 | |
| 127 | .price-offer, .price-websites { |
| 128 | line-height: 18px; |
| 129 | font-size: 15px |
| 130 | } |
| 131 | |
| 132 | .cus-tooltip { |
| 133 | cursor: pointer; |
| 134 | display: inline-block; |
| 135 | position: relative |
| 136 | } |
| 137 | |
| 138 | .cus-tooltip .tooltip__content { |
| 139 | background-color: #1849ab; |
| 140 | border-radius: 4px; |
| 141 | bottom: 150%; |
| 142 | color: #fff; |
| 143 | left: 0; |
| 144 | margin-left: 15px; |
| 145 | opacity: 0; |
| 146 | padding: 5px 10px; |
| 147 | position: absolute; |
| 148 | transition: opacity .25s; |
| 149 | visibility: hidden; |
| 150 | width: auto; |
| 151 | z-index: 1; |
| 152 | text-align: left; |
| 153 | margin-right: 15px; |
| 154 | font-size: 14px; |
| 155 | line-height: 20px |
| 156 | } |
| 157 | |
| 158 | .cus-tooltip .tooltip__content::after { |
| 159 | border-width: 5px; |
| 160 | border-style: solid; |
| 161 | border-color: #1849ab transparent transparent; |
| 162 | content: ""; |
| 163 | left: 25px; |
| 164 | margin-left: -5px; |
| 165 | position: absolute; |
| 166 | top: 100% |
| 167 | } |
| 168 | |
| 169 | .price-table-middle ul { |
| 170 | list-style: none; |
| 171 | margin: 0; |
| 172 | padding: 0 |
| 173 | } |
| 174 | |
| 175 | .price-table-middle ul li { |
| 176 | display: block; |
| 177 | width: 100%; |
| 178 | border-bottom: 1px solid #e9e9e9; |
| 179 | padding: 15px 0; |
| 180 | margin: 0 |
| 181 | } |
| 182 | |
| 183 | .price-table-middle ul li a { |
| 184 | padding: 0 15px; |
| 185 | color: #28375a; |
| 186 | font-size: 16px; |
| 187 | line-height: 19px; |
| 188 | display: block; |
| 189 | text-decoration: none |
| 190 | } |
| 191 | |
| 192 | .price-table-bottom { |
| 193 | padding: 15px |
| 194 | } |
| 195 | |
| 196 | .price-table.is-fixed { |
| 197 | padding-bottom: 140px; |
| 198 | position: relative |
| 199 | } |
| 200 | |
| 201 | .price-table.is-fixed .price-table-bottom { |
| 202 | position: fixed; |
| 203 | left: 0; |
| 204 | width: 100%; |
| 205 | border-top: 2px solid #e9e9e9; |
| 206 | background: #fff |
| 207 | } |
| 208 | |
| 209 | .bottom-position { |
| 210 | position: absolute; |
| 211 | left: 0; |
| 212 | bottom: 0; |
| 213 | height: 1px; |
| 214 | width: 1px |
| 215 | } |
| 216 | |
| 217 | .custom-dd-btn { |
| 218 | border: 1px solid #e9e9e9; |
| 219 | border-radius: 6px; |
| 220 | line-height: 40px; |
| 221 | width: 100%; |
| 222 | text-align: left |
| 223 | } |
| 224 | |
| 225 | .custom-dd { |
| 226 | margin-bottom: 15px |
| 227 | } |
| 228 | |
| 229 | .price-table-bottom a { |
| 230 | border: 1px solid #42b9fa; |
| 231 | color: #42b9fa; |
| 232 | border-radius: 20px; |
| 233 | line-height: 38px; |
| 234 | display: block; |
| 235 | text-align: center; |
| 236 | transition: .25s linear |
| 237 | } |
| 238 | |
| 239 | .price-table-bottom a:hover { |
| 240 | color: #fff; |
| 241 | background: #42b9fa |
| 242 | } |
| 243 | |
| 244 | .price-table.plus-feature .price-table-bottom a { |
| 245 | background: #ef8c6a; |
| 246 | border: 1px solid #ef8c6a; |
| 247 | color: #fff |
| 248 | } |
| 249 | |
| 250 | .price-table.plus-feature .price-table-bottom a:hover { |
| 251 | background: #fff; |
| 252 | color: #ef8c6a |
| 253 | } |
| 254 | |
| 255 | .price-table.agency-feature .price-table-bottom a { |
| 256 | background: #fff; |
| 257 | border: 1px solid #605dec; |
| 258 | color: #605dec |
| 259 | } |
| 260 | |
| 261 | .price-table.agency-feature .price-table-bottom a:hover, .pricing-table-content.third.active .pricing-discount-col span, .pricing-table-content.third:hover .pricing-discount-col span { |
| 262 | background: #605dec; |
| 263 | color: #fff |
| 264 | } |
| 265 | |
| 266 | .container { |
| 267 | max-width: 1180px; |
| 268 | width: 100%; |
| 269 | padding: 30px; |
| 270 | background: #fff; |
| 271 | border-radius: 15px; |
| 272 | margin: 50px auto |
| 273 | } |
| 274 | |
| 275 | .row { |
| 276 | margin-right: -15px; |
| 277 | margin-left: -15px |
| 278 | } |
| 279 | |
| 280 | .col-md-4 { |
| 281 | padding-right: 15px; |
| 282 | padding-left: 15px; |
| 283 | width: 33.33333333%; |
| 284 | float: left |
| 285 | } |
| 286 | |
| 287 | .select2-container--default .select2-selection--single { |
| 288 | background: #fff; |
| 289 | border: 1px solid #e9e9e9; |
| 290 | border-radius: 6px; |
| 291 | height: 40px; |
| 292 | line-height: 40px; |
| 293 | width: 100%; |
| 294 | text-align: left; |
| 295 | padding: 0 15px; |
| 296 | outline: 0 |
| 297 | } |
| 298 | |
| 299 | .plan-center, .price-after, .price-permonth, .pricing-table-content { |
| 300 | text-align: center |
| 301 | } |
| 302 | |
| 303 | span.select2.select2-container { |
| 304 | width: 100% !important |
| 305 | } |
| 306 | |
| 307 | .website-package { |
| 308 | padding: 0 15px; |
| 309 | line-height: 18px |
| 310 | } |
| 311 | |
| 312 | .select2-container--default .select2-results__option--highlighted[aria-selected] { |
| 313 | background-color: #5897fb; |
| 314 | color: #fff |
| 315 | } |
| 316 | |
| 317 | .website-package .select2-container--default .select2-results > .select2-results__options { |
| 318 | margin-top: 5px |
| 319 | } |
| 320 | |
| 321 | .custom-dd .select2-container--default .select2-selection--single .select2-selection__arrow { |
| 322 | height: 20px; |
| 323 | top: 10px; |
| 324 | right: 1px; |
| 325 | width: 20px |
| 326 | } |
| 327 | |
| 328 | @media (min-width: 768px) { |
| 329 | .col-sm-4 { |
| 330 | width: 100%; |
| 331 | float: none |
| 332 | } |
| 333 | } |
| 334 | |
| 335 | a, a:focus, a:hover { |
| 336 | text-decoration: none |
| 337 | } |
| 338 | |
| 339 | .select2-container--default .select2-selection--single .select2-selection__rendered { |
| 340 | color: #444; |
| 341 | line-height: 38px |
| 342 | } |
| 343 | |
| 344 | .select2-results__option { |
| 345 | user-select: none; |
| 346 | -webkit-user-select: none; |
| 347 | font-size: 14px; |
| 348 | padding: 8px 25px; |
| 349 | margin: 0 |
| 350 | } |
| 351 | |
| 352 | .select2-dropdown { |
| 353 | border: 1px solid #e9e9e9 |
| 354 | } |
| 355 | |
| 356 | .price-after { |
| 357 | padding: 0; |
| 358 | font-size: 16px; |
| 359 | line-height: 25px |
| 360 | } |
| 361 | |
| 362 | .price-after p, .price-after span { |
| 363 | font-size: 16px; |
| 364 | line-height: 25px; |
| 365 | margin: 0; |
| 366 | padding: 0 |
| 367 | } |
| 368 | |
| 369 | .clearfix { |
| 370 | clear: both |
| 371 | } |
| 372 | |
| 373 | .price-after span { |
| 374 | display: inline-block; |
| 375 | vertical-align: text-top; |
| 376 | font-size: 20px; |
| 377 | color: #42b9fa |
| 378 | } |
| 379 | |
| 380 | .payments { |
| 381 | padding: 20px 0 10px |
| 382 | } |
| 383 | |
| 384 | .folder-testimonial-list { |
| 385 | width: 100%; |
| 386 | margin: 30px auto 0 |
| 387 | } |
| 388 | |
| 389 | .folder-testimonial { |
| 390 | position: relative |
| 391 | } |
| 392 | |
| 393 | .folder-testimonial .testimonial-image { |
| 394 | position: absolute; |
| 395 | height: 60px; |
| 396 | width: 60px; |
| 397 | top: 50%; |
| 398 | margin-top: -30px; |
| 399 | z-index: 1; |
| 400 | overflow: hidden; |
| 401 | border-radius: 30px |
| 402 | } |
| 403 | |
| 404 | .folder-testimonial .testimonial-image img { |
| 405 | width: 100%; |
| 406 | height: auto |
| 407 | } |
| 408 | |
| 409 | .folder-testimonial .testimonial-data { |
| 410 | position: relative; |
| 411 | margin-left: 30px; |
| 412 | font-size: 16px; |
| 413 | line-height: 22px; |
| 414 | padding: 10px 10px 10px 40px; |
| 415 | background: #f5f5f5; |
| 416 | border-radius: 4px |
| 417 | } |
| 418 | |
| 419 | .testimonial-title { |
| 420 | font-weight: 700; |
| 421 | font-size: 18px; |
| 422 | padding: 0 0 5px |
| 423 | } |
| 424 | |
| 425 | .testimonial-author { |
| 426 | font-size: 16px; |
| 427 | font-style: italic; |
| 428 | font-weight: 500; |
| 429 | padding: 5px 0 0 |
| 430 | } |
| 431 | |
| 432 | .plan-price span { |
| 433 | font-size: 16px; |
| 434 | color: #28375a |
| 435 | } |
| 436 | |
| 437 | .price-table-middle { |
| 438 | margin-top: 21px |
| 439 | } |
| 440 | |
| 441 | .agency-feature .price-table-middle { |
| 442 | margin-top: 0 |
| 443 | } |
| 444 | |
| 445 | .agency-feature .price-table-bottom .select2-container--default .select2-selection--single, .website-package .select2-container--default .select2-selection--single { |
| 446 | border: 1px solid #6156f6; |
| 447 | box-shadow: 0 12px 44px rgba(96, 93, 236, .2) |
| 448 | } |
| 449 | |
| 450 | .website-package .select2-container--default .select2-selection--single .select2-selection__rendered { |
| 451 | color: #6156f6 |
| 452 | } |
| 453 | |
| 454 | .agency-feature .select2-container--default .select2-selection--single .select2-selection__arrow b, .website-package .select2-container--default .select2-selection--single .select2-selection__arrow b { |
| 455 | border-color: #6156f6 transparent transparent |
| 456 | } |
| 457 | |
| 458 | .website-package .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { |
| 459 | border-color: transparent transparent #6156f6; |
| 460 | border-width: 0 4px 5px |
| 461 | } |
| 462 | |
| 463 | .folders-tabs { |
| 464 | max-width: inherit |
| 465 | } |
| 466 | |
| 467 | .basic-feature .price-table-bottom .select2-container--default .select2-selection--single { |
| 468 | border: 1px solid #42b9fa; |
| 469 | box-shadow: 0 12px 44px rgba(66, 182, 250, .2) |
| 470 | } |
| 471 | |
| 472 | .basic-feature .select2-container--default .select2-selection--single .select2-selection__arrow b { |
| 473 | border-color: #42b9fa transparent transparent |
| 474 | } |
| 475 | |
| 476 | .plus-feature .price-table-bottom .select2-container--default .select2-selection--single { |
| 477 | border: 1px solid #ef8c6a; |
| 478 | box-shadow: 0 12px 44px rgba(239, 140, 106, .2) |
| 479 | } |
| 480 | |
| 481 | .plus-feature .select2-container--default .select2-selection--single .select2-selection__arrow b { |
| 482 | border-color: #ef8c6a transparent transparent |
| 483 | } |
| 484 | |
| 485 | .basic-feature.price-table.is-fixed .price-table-bottom { |
| 486 | border-color: #b9eafd |
| 487 | } |
| 488 | |
| 489 | .plus-feature.price-table.is-fixed .price-table-bottom { |
| 490 | border-color: #f9d9bd |
| 491 | } |
| 492 | |
| 493 | .agency-feature.price-table.is-fixed .price-table-bottom { |
| 494 | border-color: #cfd3fb |
| 495 | } |
| 496 | |
| 497 | .html-tooltip { |
| 498 | position: relative; |
| 499 | display: inline-block; |
| 500 | margin: 0; |
| 501 | padding: 0; |
| 502 | line-height: 1; |
| 503 | width: auto; |
| 504 | height: 20px; |
| 505 | vertical-align: middle |
| 506 | } |
| 507 | |
| 508 | .html-tooltip .tooltip-text { |
| 509 | visibility: hidden; |
| 510 | width: 300px; |
| 511 | background-color: #1849ab; |
| 512 | color: #fff; |
| 513 | text-align: center; |
| 514 | border-radius: 6px; |
| 515 | padding: 10px; |
| 516 | position: absolute; |
| 517 | z-index: 1201; |
| 518 | bottom: 125%; |
| 519 | left: 0; |
| 520 | opacity: 0; |
| 521 | transition: opacity .3s; |
| 522 | font-size: 12px; |
| 523 | line-height: 18px; |
| 524 | top: 100%; |
| 525 | height: 354px; |
| 526 | margin-top: 5px |
| 527 | } |
| 528 | |
| 529 | .html-tooltip.side .tooltip-text { |
| 530 | bottom: 125%; |
| 531 | left: 100%; |
| 532 | margin-left: 0; |
| 533 | top: 5px; |
| 534 | transform: translateY(-50%); |
| 535 | -webkit-transform: translateY(-50%) |
| 536 | } |
| 537 | |
| 538 | .html-tooltip.dynamic .tooltip-text { |
| 539 | height: 420px; |
| 540 | height: fit-content |
| 541 | } |
| 542 | |
| 543 | .html-tooltip .tooltip-text img { |
| 544 | width: 100%; |
| 545 | height: auto; |
| 546 | display: block; |
| 547 | margin: 10px 0 0 |
| 548 | } |
| 549 | |
| 550 | .html-tooltip.no-position .tooltip-text { |
| 551 | height: auto |
| 552 | } |
| 553 | |
| 554 | .html-tooltip .tooltip-text:after { |
| 555 | content: ""; |
| 556 | position: absolute; |
| 557 | top: -10px; |
| 558 | left: 22px; |
| 559 | margin-left: 0; |
| 560 | border-width: 5px; |
| 561 | border-style: solid; |
| 562 | border-color: #1849ab transparent transparent; |
| 563 | transform: rotate(180deg); |
| 564 | -webkit-transform: rotate(180deg) |
| 565 | } |
| 566 | |
| 567 | .html-tooltip.top .tooltip-text { |
| 568 | top: auto; |
| 569 | bottom: 100%; |
| 570 | margin-bottom: 5px |
| 571 | } |
| 572 | |
| 573 | .html-tooltip.top .tooltip-text:after { |
| 574 | top: 100%; |
| 575 | transform: rotate(0); |
| 576 | -webkit-transform: rotate(0) |
| 577 | } |
| 578 | |
| 579 | .html-tooltip.side .tooltip-text:after { |
| 580 | display: none |
| 581 | } |
| 582 | |
| 583 | .pricing-table-body { |
| 584 | display: flex; |
| 585 | flex-wrap: wrap; |
| 586 | align-items: center |
| 587 | } |
| 588 | |
| 589 | .pricing-table-content { |
| 590 | flex: 1; |
| 591 | min-width: 150px; |
| 592 | width: 100%; |
| 593 | background: #f8fafc; |
| 594 | min-height: 86px; |
| 595 | line-height: 20px; |
| 596 | padding: 10px 0; |
| 597 | border-bottom: 2px solid #f8fafc; |
| 598 | align-items: center; |
| 599 | font-size: 16px; |
| 600 | cursor: pointer; |
| 601 | position: relative; |
| 602 | transition: .25s linear |
| 603 | } |
| 604 | |
| 605 | .pricing-table-content:before { |
| 606 | left: auto; |
| 607 | right: 0 |
| 608 | } |
| 609 | |
| 610 | .pricing-table-header { |
| 611 | max-width: 720px; |
| 612 | margin: 40px auto 50px |
| 613 | } |
| 614 | |
| 615 | .pricing-discount-col span { |
| 616 | display: inline-block; |
| 617 | padding: 0 8px; |
| 618 | background: #94a3b8; |
| 619 | font-size: 14px; |
| 620 | line-height: 20px; |
| 621 | color: #fff; |
| 622 | border-radius: 20px; |
| 623 | margin: 4px 0 0; |
| 624 | transition: .2s linear |
| 625 | } |
| 626 | |
| 627 | .pricing-table-content.active, .pricing-table-content:hover { |
| 628 | border-bottom: 2px solid #3c85f7; |
| 629 | color: #3c85f7; |
| 630 | background: #fff |
| 631 | } |
| 632 | |
| 633 | .pricing-table-content.active { |
| 634 | box-shadow: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .05) |
| 635 | } |
| 636 | |
| 637 | .pricing-table-content.second { |
| 638 | border-left: 1px solid #cbd5e1; |
| 639 | border-right: 1px solid #cbd5e1 |
| 640 | } |
| 641 | |
| 642 | .pricing-table-content.second.active .pricing-discount-col span, .pricing-table-content.second:hover .pricing-discount-col span { |
| 643 | color: #fff; |
| 644 | background: #ef8c6a |
| 645 | } |
| 646 | |
| 647 | .pricing-table-content.first { |
| 648 | padding: 23px 0 0 |
| 649 | } |
| 650 | |
| 651 | .website-package .select2-container .select2-selection--single .select2-selection__rendered, .year-col { |
| 652 | font-weight: 700 |
| 653 | } |
| 654 | |
| 655 | .price-permonth { |
| 656 | padding: 2px 15px; |
| 657 | display: inline-block; |
| 658 | margin-bottom: 15px; |
| 659 | border-radius: 56px; |
| 660 | border: 1px solid #beecff; |
| 661 | background-color: #eaf9ff |
| 662 | } |
| 663 | |
| 664 | .price-table.plus-feature .price-permonth { |
| 665 | border: 1px solid #f2d8c3; |
| 666 | background-color: #fcf2ea |
| 667 | } |
| 668 | |
| 669 | .price-table.agency-feature .price-permonth { |
| 670 | border: 1px solid #c7c6f9; |
| 671 | background-color: #eceefd |
| 672 | } |
| 673 | |
| 674 | @media (max-width: 1320px) { |
| 675 | .plan-price { |
| 676 | font-size: 50px; |
| 677 | line-height: 64px |
| 678 | } |
| 679 | } |
| 680 | |
| 681 | @media (max-width: 1200px) { |
| 682 | .plan-price { |
| 683 | font-size: 40px; |
| 684 | line-height: 54px |
| 685 | } |
| 686 | } |
| 687 | |
| 688 | @media (max-width: 1100px) { |
| 689 | .plan-name { |
| 690 | font-size: 24px; |
| 691 | line-height: 36px |
| 692 | } |
| 693 | } |
| 694 | |
| 695 | @media (max-width: 1024px) { |
| 696 | .plan-price { |
| 697 | font-size: 30px; |
| 698 | line-height: 54px; |
| 699 | top: 15px |
| 700 | } |
| 701 | } |
| 702 | |
| 703 | @media (max-width: 920px) { |
| 704 | .col-md-4 { |
| 705 | padding-left: 5px; |
| 706 | padding-right: 5px |
| 707 | } |
| 708 | } |
| 709 | |
| 710 | @media (max-width: 840px) { |
| 711 | .col-md-4 { |
| 712 | padding: 0 15px; |
| 713 | width: auto; |
| 714 | margin: 0 auto 30px; |
| 715 | float: none |
| 716 | } |
| 717 | |
| 718 | .plan-price { |
| 719 | font-size: 50px; |
| 720 | line-height: 64px |
| 721 | } |
| 722 | |
| 723 | .price-table.is-fixed { |
| 724 | padding-bottom: 15px; |
| 725 | position: relative |
| 726 | } |
| 727 | |
| 728 | .price-table.is-fixed .price-table-bottom { |
| 729 | position: relative; |
| 730 | border-top: none; |
| 731 | background: #fff; |
| 732 | top: auto !important; |
| 733 | left: auto !important; |
| 734 | width: 100% !important |
| 735 | } |
| 736 | } |
| 737 |