admin-setting.css
7 years ago
design.css
6 years ago
folder-icon.css
7 years ago
media.css
6 years ago
sweetalert2.min.css
7 years ago
admin-setting.css
891 lines
| 1 | |
| 2 | .widget-icon__wrap a.upgrade-link { |
| 3 | display: block; |
| 4 | font-size: 16px; |
| 5 | text-align: center; |
| 6 | padding-left: 93px; |
| 7 | position: absolute; |
| 8 | bottom: 0; |
| 9 | z-index: 10001; |
| 10 | left: 0; |
| 11 | margin: 0 auto 12px |
| 12 | } |
| 13 | |
| 14 | #rpt_container { |
| 15 | margin-top: 24px; |
| 16 | width: 100%; |
| 17 | } |
| 18 | |
| 19 | .rpt_plans .rpt_plan { |
| 20 | -moz-box-sizing: border-box; |
| 21 | -webkit-box-sizing: border-box |
| 22 | } |
| 23 | |
| 24 | .rpt_2_plans .rpt_plan { |
| 25 | margin-right: 2%; |
| 26 | width: 49%; |
| 27 | float: left |
| 28 | } |
| 29 | |
| 30 | .rpt_2_plans .rpt_plan:last-child { |
| 31 | margin-right: 0 |
| 32 | } |
| 33 | |
| 34 | .rpt_3_plans .rpt_plan { |
| 35 | margin-right: 2%; |
| 36 | width: 32%; |
| 37 | float: left |
| 38 | } |
| 39 | |
| 40 | .rpt_3_plans .rpt_plan:last-child { |
| 41 | margin-right: 0 |
| 42 | } |
| 43 | |
| 44 | .rpt_4_plans .rpt_plan { |
| 45 | margin-right: 1%; |
| 46 | width: 24.25%; |
| 47 | float: left |
| 48 | } |
| 49 | |
| 50 | .rpt_4_plans .rpt_plan:last-child { |
| 51 | margin-right: 0 |
| 52 | } |
| 53 | |
| 54 | .rpt_5_plans .rpt_plan { |
| 55 | margin-right: .5%; |
| 56 | width: 19.6%; |
| 57 | float: left |
| 58 | } |
| 59 | |
| 60 | .rpt_5_plans .rpt_plan:last-child { |
| 61 | margin-right: 0 |
| 62 | } |
| 63 | |
| 64 | .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan { |
| 65 | -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19); |
| 66 | -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19); |
| 67 | box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19) |
| 68 | } |
| 69 | |
| 70 | .rpt_plans .rpt_plan .rpt_title img { |
| 71 | margin-right: 10px; |
| 72 | position: relative; |
| 73 | vertical-align: middle |
| 74 | } |
| 75 | |
| 76 | .rpt_plans .rpt_plan .rpt_title { |
| 77 | background: #6371db; |
| 78 | font-weight: 300; |
| 79 | padding: 24px 18px; |
| 80 | font-size: 26px; |
| 81 | color: #fff; |
| 82 | line-height: 35px; |
| 83 | height: auto |
| 84 | } |
| 85 | |
| 86 | .rpt_plans .rpt_plan .rpt_title span { |
| 87 | display: inline-block; |
| 88 | position: relative; |
| 89 | top: -10px |
| 90 | } |
| 91 | |
| 92 | .rpt_style_basic .rpt_plan .rpt_title { |
| 93 | border-bottom: #ec86c6 solid 1px; |
| 94 | border-top-left-radius: 8px; |
| 95 | border-top-right-radius: 8px |
| 96 | } |
| 97 | |
| 98 | .rpt_style_spec .rpt_plan .rpt_title { |
| 99 | color: #fff |
| 100 | } |
| 101 | |
| 102 | .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title { |
| 103 | background: #333 |
| 104 | } |
| 105 | |
| 106 | .rpt_plans .rpt_sm_title .rpt_plan .rpt_title { |
| 107 | font-size: 20px; |
| 108 | line-height: 18px |
| 109 | } |
| 110 | |
| 111 | .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title { |
| 112 | font-size: 15px; |
| 113 | line-height: 15px |
| 114 | } |
| 115 | |
| 116 | .rpt_4_plans .rpt_plan .rpt_title { |
| 117 | font-size: 17px; |
| 118 | line-height: 15px |
| 119 | } |
| 120 | |
| 121 | .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title { |
| 122 | font-size: 15px; |
| 123 | line-height: 13px |
| 124 | } |
| 125 | |
| 126 | .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title { |
| 127 | font-size: 13px; |
| 128 | line-height: 11px |
| 129 | } |
| 130 | |
| 131 | .rpt_5_plans .rpt_plan .rpt_title { |
| 132 | font-size: 15px; |
| 133 | line-height: 13px |
| 134 | } |
| 135 | |
| 136 | .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title { |
| 137 | font-size: 13px; |
| 138 | line-height: 11px |
| 139 | } |
| 140 | |
| 141 | .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title { |
| 142 | font-size: 12px; |
| 143 | line-height: 10px |
| 144 | } |
| 145 | |
| 146 | .rpt_plans .rpt_recommended_plan .rpt_title { |
| 147 | background: #6371db |
| 148 | } |
| 149 | |
| 150 | .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 151 | position: relative; |
| 152 | top: -44px; |
| 153 | left: -10px; |
| 154 | font-size: 35px; |
| 155 | line-height: 0 |
| 156 | } |
| 157 | |
| 158 | .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 159 | top: -36px |
| 160 | } |
| 161 | |
| 162 | .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 163 | top: -26px |
| 164 | } |
| 165 | |
| 166 | .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 167 | font-size: 30px; |
| 168 | top: -44px; |
| 169 | left: -4px |
| 170 | } |
| 171 | |
| 172 | .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 173 | font-size: 25px; |
| 174 | top: -30px; |
| 175 | left: -4px |
| 176 | } |
| 177 | |
| 178 | .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 179 | font-size: 21px; |
| 180 | top: -14px; |
| 181 | left: -4px |
| 182 | } |
| 183 | |
| 184 | .rpt_style_basic .rpt_plan .rpt_head { |
| 185 | background: #ec86c6 |
| 186 | } |
| 187 | |
| 188 | .rpt_style_spec .rpt_plan .rpt_head { |
| 189 | background: #222 |
| 190 | } |
| 191 | |
| 192 | .rpt_style_swl .rpt_plan .rpt_head { |
| 193 | background: #fff |
| 194 | } |
| 195 | |
| 196 | .rpt_plans .rpt_plan .rpt_head .rpt_price { |
| 197 | padding: 0; |
| 198 | font-size: 74px; |
| 199 | line-height: 100px; |
| 200 | font-weight: 300; |
| 201 | text-align: center; |
| 202 | color: #fff |
| 203 | } |
| 204 | |
| 205 | .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price { |
| 206 | text-shadow: 1px 2px 7px rgba(0, 0, 0, .6) |
| 207 | } |
| 208 | |
| 209 | .rpt_style_swl .rpt_plan .rpt_head .rpt_price { |
| 210 | color: #000 |
| 211 | } |
| 212 | |
| 213 | .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price { |
| 214 | font-size: 62px |
| 215 | } |
| 216 | |
| 217 | .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price { |
| 218 | font-size: 56px |
| 219 | } |
| 220 | |
| 221 | .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price { |
| 222 | font-size: 38px |
| 223 | } |
| 224 | |
| 225 | .rpt_4_plans .rpt_plan .rpt_head .rpt_price { |
| 226 | font-size: 69px; |
| 227 | line-height: 80px |
| 228 | } |
| 229 | |
| 230 | .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price { |
| 231 | font-size: 53px; |
| 232 | line-height: 65px |
| 233 | } |
| 234 | |
| 235 | .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price { |
| 236 | font-size: 47px; |
| 237 | line-height: 64px |
| 238 | } |
| 239 | |
| 240 | .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price { |
| 241 | font-size: 31px; |
| 242 | line-height: 60px |
| 243 | } |
| 244 | |
| 245 | .rpt_5_plans .rpt_plan .rpt_head .rpt_price { |
| 246 | font-size: 59px; |
| 247 | line-height: 80px |
| 248 | } |
| 249 | |
| 250 | .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price { |
| 251 | font-size: 44px; |
| 252 | line-height: 60px |
| 253 | } |
| 254 | |
| 255 | .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price { |
| 256 | font-size: 37px; |
| 257 | line-height: 53px |
| 258 | } |
| 259 | |
| 260 | .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price { |
| 261 | font-size: 24px; |
| 262 | line-height: 50px |
| 263 | } |
| 264 | |
| 265 | .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price { |
| 266 | font-size: 98px |
| 267 | } |
| 268 | |
| 269 | .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price { |
| 270 | font-size: 74px |
| 271 | } |
| 272 | |
| 273 | .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price { |
| 274 | font-size: 67px |
| 275 | } |
| 276 | |
| 277 | .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 278 | font-size: 83px |
| 279 | } |
| 280 | |
| 281 | .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 282 | font-size: 60px |
| 283 | } |
| 284 | |
| 285 | .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 286 | font-size: 54px |
| 287 | } |
| 288 | |
| 289 | .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 290 | font-size: 55px |
| 291 | } |
| 292 | |
| 293 | .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 294 | font-size: 49px |
| 295 | } |
| 296 | |
| 297 | .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 298 | font-size: 41px |
| 299 | } |
| 300 | |
| 301 | .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 302 | font-size: 42px |
| 303 | } |
| 304 | |
| 305 | .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 306 | font-size: 34px |
| 307 | } |
| 308 | |
| 309 | .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price { |
| 310 | font-size: 26px |
| 311 | } |
| 312 | |
| 313 | .rpt_plans .rpt_plan .rpt_head .rpt_recurrence { |
| 314 | font-size: 13px; |
| 315 | font-weight: 300; |
| 316 | line-height: 18px; |
| 317 | padding: 20px 40px 10px; |
| 318 | color: #d3d3d3; |
| 319 | text-align: center |
| 320 | } |
| 321 | |
| 322 | .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence { |
| 323 | color: #d3d3d3 |
| 324 | } |
| 325 | |
| 326 | .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence { |
| 327 | color: #f5f5f5 |
| 328 | } |
| 329 | |
| 330 | .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence { |
| 331 | color: grey |
| 332 | } |
| 333 | |
| 334 | .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence { |
| 335 | font-size: 11px; |
| 336 | padding: 20px 40px 4px |
| 337 | } |
| 338 | |
| 339 | .rpt_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 340 | font-size: 16px; |
| 341 | line-height: 20px; |
| 342 | font-weight: 300; |
| 343 | text-align: center; |
| 344 | padding: 10px 30px 20px |
| 345 | } |
| 346 | |
| 347 | .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 348 | font-size: 14px |
| 349 | } |
| 350 | |
| 351 | .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 352 | font-size: 12px |
| 353 | } |
| 354 | |
| 355 | .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 356 | font-size: 16px; |
| 357 | line-height: 18px; |
| 358 | padding: 10px 10px 20px |
| 359 | } |
| 360 | |
| 361 | .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 362 | font-size: 14px; |
| 363 | line-height: 17px |
| 364 | } |
| 365 | |
| 366 | .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 367 | font-size: 13px; |
| 368 | line-height: 16px |
| 369 | } |
| 370 | |
| 371 | .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 372 | font-size: 15px; |
| 373 | line-height: 18px; |
| 374 | padding: 10px 10px 20px |
| 375 | } |
| 376 | |
| 377 | .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 378 | font-size: 13px; |
| 379 | line-height: 17px |
| 380 | } |
| 381 | |
| 382 | .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle { |
| 383 | font-size: 12px; |
| 384 | line-height: 16px |
| 385 | } |
| 386 | |
| 387 | .rpt_plans .rpt_plan .rpt_head .rpt_description { |
| 388 | font-size: 14px; |
| 389 | line-height: 20px; |
| 390 | padding: 15px 0; |
| 391 | font-weight: 300; |
| 392 | text-align: center; |
| 393 | color: #fff |
| 394 | } |
| 395 | |
| 396 | .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description { |
| 397 | font-size: 12px |
| 398 | } |
| 399 | |
| 400 | .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description { |
| 401 | color: #f5f5f5 |
| 402 | } |
| 403 | |
| 404 | .rpt_4_plans .rpt_plan .rpt_head .rpt_description { |
| 405 | font-size: 13px; |
| 406 | line-height: 18px |
| 407 | } |
| 408 | |
| 409 | .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description { |
| 410 | font-size: 12px; |
| 411 | line-height: 17px |
| 412 | } |
| 413 | |
| 414 | .rpt_5_plans .rpt_plan .rpt_head .rpt_description { |
| 415 | font-size: 12px; |
| 416 | line-height: 18px |
| 417 | } |
| 418 | |
| 419 | .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description { |
| 420 | font-size: 11px; |
| 421 | line-height: 17px |
| 422 | } |
| 423 | |
| 424 | .rpt_plans .rpt_plan .rpt_features { |
| 425 | padding: 20px; |
| 426 | background: #f5f5f5; |
| 427 | text-align: center |
| 428 | } |
| 429 | |
| 430 | .rpt_plans .rpt_plan .rpt_features .rpt_feature { |
| 431 | font-size: 16px; |
| 432 | padding: 6px 16px; |
| 433 | border-bottom: 1px dotted #d3d3d3 |
| 434 | } |
| 435 | |
| 436 | .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child { |
| 437 | border-bottom: none |
| 438 | } |
| 439 | |
| 440 | .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature { |
| 441 | font-size: 14px |
| 442 | } |
| 443 | |
| 444 | .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features { |
| 445 | background: #fff |
| 446 | } |
| 447 | |
| 448 | .rpt_style_swl .rpt_plan .rpt_features .rpt_feature { |
| 449 | padding: 5px 16px |
| 450 | } |
| 451 | |
| 452 | .rpt_4_plans .rpt_plan .rpt_features .rpt_feature { |
| 453 | padding: 6px 10px; |
| 454 | font-size: 14px |
| 455 | } |
| 456 | |
| 457 | .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature { |
| 458 | font-size: 12px |
| 459 | } |
| 460 | |
| 461 | .rpt_5_plans .rpt_plan .rpt_features .rpt_feature { |
| 462 | padding: 6px 10px; |
| 463 | font-size: 13px |
| 464 | } |
| 465 | |
| 466 | .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature { |
| 467 | font-size: 11px |
| 468 | } |
| 469 | |
| 470 | .rpt_plans .rpt_plan .rpt_foot { |
| 471 | display: block; |
| 472 | padding: 10px 30px; |
| 473 | border-top: #f5f5f5 solid 2px; |
| 474 | text-align: center; |
| 475 | color: #fff; |
| 476 | font-size: 24px; |
| 477 | text-decoration: none; |
| 478 | font-weight: 300; |
| 479 | transition: All .5s ease; |
| 480 | -webkit-transition: All .5s ease; |
| 481 | -moz-transition: All .5s ease; |
| 482 | -o-transition: All .5s ease; |
| 483 | background: #9679d3; |
| 484 | } |
| 485 | |
| 486 | .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot { |
| 487 | font-size: 19px |
| 488 | } |
| 489 | |
| 490 | .rpt_style_basic .rpt_plan .rpt_foot { |
| 491 | border-bottom-left-radius: 8px; |
| 492 | border-bottom-right-radius: 8px |
| 493 | } |
| 494 | |
| 495 | .rpt_style_swl .rpt_plan .rpt_foot { |
| 496 | border-top: none; |
| 497 | padding: 10px 30px 20px; |
| 498 | color: #000; |
| 499 | background: #333 |
| 500 | } |
| 501 | |
| 502 | .rpt_4_plans .rpt_plan .rpt_foot { |
| 503 | padding: 4px 20px; |
| 504 | font-size: 19px |
| 505 | } |
| 506 | |
| 507 | .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot { |
| 508 | padding: 4px 20px; |
| 509 | font-size: 17px |
| 510 | } |
| 511 | |
| 512 | .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot { |
| 513 | font-size: 16px |
| 514 | } |
| 515 | |
| 516 | .rpt_plans .rpt_plan .rpt_foot:hover { |
| 517 | opacity: .8 |
| 518 | } |
| 519 | |
| 520 | .rpt_style_swl .rpt_plan .rpt_foot:hover { |
| 521 | opacity: 1 |
| 522 | } |
| 523 | |
| 524 | .rpt_plans .rpt_recommended_plan .rpt_foot { |
| 525 | font-size: 30px; |
| 526 | padding: 16px 0 |
| 527 | } |
| 528 | |
| 529 | .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot { |
| 530 | font-size: 26px |
| 531 | } |
| 532 | |
| 533 | .rpt_4_plans .rpt_recommended_plan .rpt_foot { |
| 534 | font-size: 22px; |
| 535 | font-weight: 300; |
| 536 | padding: 10px 0 |
| 537 | } |
| 538 | |
| 539 | .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot { |
| 540 | font-size: 19px; |
| 541 | padding: 10px 0 |
| 542 | } |
| 543 | |
| 544 | .rpt_5_plans .rpt_recommended_plan .rpt_foot { |
| 545 | font-size: 20px; |
| 546 | font-weight: 300; |
| 547 | padding: 10px 0 |
| 548 | } |
| 549 | |
| 550 | .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot { |
| 551 | font-size: 18px; |
| 552 | padding: 10px 0 |
| 553 | } |
| 554 | |
| 555 | .rpt_custom_btn { |
| 556 | border-bottom-left-radius: 5px; |
| 557 | border-bottom-right-radius: 5px; |
| 558 | text-align: center; |
| 559 | padding: 16px 20px |
| 560 | } |
| 561 | |
| 562 | .rpt_plans .rpt_recommended_plan { |
| 563 | position: relative; |
| 564 | top: -10px |
| 565 | } |
| 566 | |
| 567 | .rpt_recommended_plan img.rpt_recommended { |
| 568 | position: absolute !important; |
| 569 | right: 10px !important |
| 570 | } |
| 571 | |
| 572 | .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan { |
| 573 | -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39); |
| 574 | -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39); |
| 575 | box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39) |
| 576 | } |
| 577 | |
| 578 | a.rpt_tooltip { |
| 579 | display: block; |
| 580 | outline: 0; |
| 581 | position: relative |
| 582 | } |
| 583 | |
| 584 | a.rpt_tooltip strong { |
| 585 | line-height: 30px |
| 586 | } |
| 587 | |
| 588 | a.rpt_tooltip > span.intool { |
| 589 | width: 90%; |
| 590 | padding: 10px; |
| 591 | margin-top: 56px; |
| 592 | opacity: 0; |
| 593 | visibility: hidden; |
| 594 | z-index: 10; |
| 595 | position: absolute; |
| 596 | top: -15px; |
| 597 | display: block; |
| 598 | color: #f5f5f5; |
| 599 | font-size: 13px; |
| 600 | line-height: 20px; |
| 601 | background: #333; |
| 602 | font-weight: 300; |
| 603 | text-align: center |
| 604 | } |
| 605 | |
| 606 | a.rpt_tooltip:hover { |
| 607 | cursor: zoom-in |
| 608 | } |
| 609 | |
| 610 | a.rpt_tooltip .rpt_tooltip_plus { |
| 611 | text-decoration: none !important; |
| 612 | display: inline; |
| 613 | font-size: 12px; |
| 614 | font-weight: 700; |
| 615 | position: relative; |
| 616 | top: -6px; |
| 617 | color: #5500ff !important; |
| 618 | } |
| 619 | |
| 620 | .rpt_feature:hover a.rpt_tooltip > span.intool { |
| 621 | opacity: .98; |
| 622 | text-decoration: none; |
| 623 | visibility: visible; |
| 624 | overflow: visible |
| 625 | } |
| 626 | |
| 627 | a.rpt_tooltip span.intool b { |
| 628 | width: 10px; |
| 629 | height: 10px; |
| 630 | margin-left: 35%; |
| 631 | margin-top: -15px; |
| 632 | position: absolute; |
| 633 | -webkit-transform: rotate(-45deg); |
| 634 | -moz-transform: rotate(-45deg); |
| 635 | -o-transform: rotate(-45deg); |
| 636 | transform: rotate(-45deg); |
| 637 | display: none \0/; |
| 638 | background: #333 |
| 639 | } |
| 640 | |
| 641 | .rpt_3_plans a.rpt_tooltip > span.intool { |
| 642 | margin-left: -1% |
| 643 | } |
| 644 | |
| 645 | .rpt_4_plans a.rpt_tooltip > span.intool { |
| 646 | margin-left: 0 |
| 647 | } |
| 648 | |
| 649 | .rpt_5_plans a.rpt_tooltip > span.intool { |
| 650 | margin-left: -2% |
| 651 | } |
| 652 | |
| 653 | .entry-content .rpt_plan a, .rpt_plan a { |
| 654 | border-bottom: none !important; |
| 655 | color: #333; |
| 656 | text-decoration: none; |
| 657 | } |
| 658 | .entry-content .rpt_plan a .rpt_tooltip_plus { |
| 659 | color: #5500ff !important; |
| 660 | } |
| 661 | .rpt_plans .rpt_plan .rpt_icon { |
| 662 | max-width: 30px; |
| 663 | max-height: 30px |
| 664 | } |
| 665 | .upgrade-block { |
| 666 | background-color: #fff; |
| 667 | border-radius: 9px; |
| 668 | padding: 15px 0; |
| 669 | font-family: Rubik, sans-serif; |
| 670 | max-width: 1024px; |
| 671 | margin: 0 auto; |
| 672 | } |
| 673 | .upgrade-wrap { |
| 674 | margin: 15px auto; |
| 675 | max-width: 1024px; |
| 676 | font-family: Rubik, sans-serif; |
| 677 | } |
| 678 | .rpt_plans .rpt_plan img { |
| 679 | display: inline; |
| 680 | margin: 0 10px 0 0; |
| 681 | padding: 0; |
| 682 | -webkit-box-shadow: 0 0 0 0 transparent; |
| 683 | -moz-box-shadow: 0 0 0 0 transparent; |
| 684 | box-shadow: 0 0 0 0 transparent; |
| 685 | border: none |
| 686 | } |
| 687 | .upgrade-block .easy-modal-inner { |
| 688 | margin: 0 auto; |
| 689 | direction: ltr !important; |
| 690 | padding: 0 30px; |
| 691 | max-width: 1024px; |
| 692 | } |
| 693 | p.udner-title strong { |
| 694 | font-size: 40px; |
| 695 | padding-bottom: 30px; |
| 696 | display: block; |
| 697 | color: #b97fcf; |
| 698 | text-align: center; |
| 699 | } |
| 700 | .rpt-foot { |
| 701 | background: #9679d3; |
| 702 | } |
| 703 | |
| 704 | .upgrade-block .money-guaranteed { |
| 705 | color: #b97fcf; |
| 706 | font-size: 16px; |
| 707 | line-height: 18px; |
| 708 | margin: 10px 0; |
| 709 | } |
| 710 | |
| 711 | .upgrade-block .money-guaranteed span.dashicons.dashicons-yes { |
| 712 | background: #00bd00; |
| 713 | color: #fff; |
| 714 | border-radius: 50%; |
| 715 | -webkit-border-radius: 50%; |
| 716 | -moz-border-radius: 50%; |
| 717 | display: inline-block; |
| 718 | margin-right: 5px; |
| 719 | vertical-align: middle; |
| 720 | } |
| 721 | .text-center { |
| 722 | text-align: center; |
| 723 | } |
| 724 | .easy-modal__bottom { |
| 725 | padding: 10px 10px 0; |
| 726 | text-align: left; |
| 727 | color: #828282; |
| 728 | position: relative; |
| 729 | margin: 15px 0 0 0; |
| 730 | } |
| 731 | .easy-modal__bottom:before { |
| 732 | content: ''; |
| 733 | display: block; |
| 734 | position: absolute; |
| 735 | left: 0; |
| 736 | top: 0; |
| 737 | width: 100%; |
| 738 | background: rgba(130, 130, 130, .1); |
| 739 | height: 2px; |
| 740 | } |
| 741 | .upgrade-block .user-photo { |
| 742 | float: left; |
| 743 | margin-right: 5px; |
| 744 | } |
| 745 | .easy-modal__bottom .easy-modal__bottom-p { |
| 746 | text-align: left; |
| 747 | font-weight: 300; |
| 748 | position: relative; |
| 749 | margin-bottom: 10px; |
| 750 | font-size: 14px; |
| 751 | line-height: 17px; |
| 752 | padding: 10px 0 0 0; |
| 753 | } |
| 754 | .easy-modal__bottom .easy-modal__bottom-p p { |
| 755 | text-align: left; |
| 756 | margin: 6px 0 0; |
| 757 | line-height: 15px; |
| 758 | } |
| 759 | .easy-modal__bottom .quote { |
| 760 | position: absolute; |
| 761 | left: 65px; |
| 762 | top: -4px; |
| 763 | } |
| 764 | .easy-modal__bottom .easy-modal__bottom-p p { |
| 765 | text-align: left; |
| 766 | margin: 6px 0 0; |
| 767 | line-height: 15px; |
| 768 | } |
| 769 | .upgrade-block .user-name { |
| 770 | font-weight: 700; |
| 771 | color: #828282; |
| 772 | margin: 0; |
| 773 | text-align: left; |
| 774 | font-size: 13px; |
| 775 | } |
| 776 | .upgrade-block .user-role { |
| 777 | margin: 0; |
| 778 | font-size: 13px; |
| 779 | } |
| 780 | div#wpwrap { |
| 781 | background: rgba(101,114,219,1); |
| 782 | background: -moz-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%); |
| 783 | background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(101,114,219,1)), color-stop(67%, rgba(238,134,198,1)), color-stop(100%, rgba(238,134,198,1))); |
| 784 | background: -webkit-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%); |
| 785 | background: -o-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%); |
| 786 | background: -ms-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%); |
| 787 | background: linear-gradient(135deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%); |
| 788 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6572db', endColorstr='#ee86c6', GradientType=1 ); |
| 789 | } |
| 790 | .folder-testimonial-list { |
| 791 | width: 100%; |
| 792 | max-width: 1080px; |
| 793 | margin: 30px auto; |
| 794 | } |
| 795 | .folder-testimonial { |
| 796 | position: relative; |
| 797 | } |
| 798 | .folder-testimonial .testimonial-image { |
| 799 | position: absolute; |
| 800 | height: 60px; |
| 801 | width: 60px; |
| 802 | top: 50%; |
| 803 | margin-top: -30px; |
| 804 | z-index: 1; |
| 805 | overflow: hidden; |
| 806 | border-radius: 30px; |
| 807 | } |
| 808 | .folder-testimonial .testimonial-image img { |
| 809 | width: 100%; |
| 810 | height: auto; |
| 811 | } |
| 812 | .folder-testimonial .testimonial-data { |
| 813 | position: relative; |
| 814 | margin-left: 30px; |
| 815 | font-size: 16px; |
| 816 | line-height: 22px; |
| 817 | padding: 10px 10px 10px 40px; |
| 818 | background: rgb(245, 245, 245); |
| 819 | } |
| 820 | .testimonial-title { |
| 821 | font-weight: bold; |
| 822 | font-size: 18px; |
| 823 | padding: 0px 0px 5px; |
| 824 | } |
| 825 | .testimonial-author { |
| 826 | font-size: 16px; |
| 827 | font-style: italic; |
| 828 | font-weight: 500; |
| 829 | padding: 5px 0px 0px; |
| 830 | } |
| 831 | .payments { |
| 832 | margin: 20px 0 0 0; |
| 833 | } |
| 834 | @media only screen and (max-width: 640px) { |
| 835 | .rpt_plans .rpt_plan { |
| 836 | width: 96%; |
| 837 | margin: 10px 2% 20px !important |
| 838 | } |
| 839 | |
| 840 | .rpt_plans .rpt_plan .rpt_title { |
| 841 | position: relative; |
| 842 | font-size: 26px !important; |
| 843 | line-height: 35px !important |
| 844 | } |
| 845 | |
| 846 | .rpt_plans .rpt_plan .rpt_head .rpt_price { |
| 847 | font-size: 74px !important; |
| 848 | line-height: 100px !important |
| 849 | } |
| 850 | |
| 851 | .rpt_plans .rpt_plan .rpt_head .rpt_subtitle { |
| 852 | font-size: 17px !important; |
| 853 | line-height: 28px !important; |
| 854 | padding: 10px 40px 20px |
| 855 | } |
| 856 | |
| 857 | .rpt_plans .rpt_plan .rpt_head .rpt_description { |
| 858 | font-size: 15px !important; |
| 859 | line-height: 26px !important; |
| 860 | padding: 0 40px 30px |
| 861 | } |
| 862 | |
| 863 | .rpt_plans .rpt_plan .rpt_features .rpt_feature { |
| 864 | padding: 6px 16px; |
| 865 | font-size: 14px !important |
| 866 | } |
| 867 | |
| 868 | .rpt_plans .rpt_plan .rpt_foot { |
| 869 | padding: 10px 40px; |
| 870 | text-align: center; |
| 871 | color: #fff; |
| 872 | font-size: 20px |
| 873 | } |
| 874 | |
| 875 | .rpt_plans .rpt_recommended_plan .rpt_foot { |
| 876 | font-size: 30px; |
| 877 | font-weight: 300; |
| 878 | padding: 20px 0 |
| 879 | } |
| 880 | |
| 881 | .rpt_plan .rpt_head .rpt_price .rpt_currency { |
| 882 | top: -36px !important; |
| 883 | left: -10px !important; |
| 884 | font-size: 35px !important |
| 885 | } |
| 886 | } |
| 887 | |
| 888 | #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 { |
| 889 | font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; |
| 890 | font-weight: 300 !important |
| 891 | } |