vendor
7 years ago
admin-notices.css
4 years ago
admin.css
4 years ago
el-icon.css
3 years ago
embedpress-elementor.css
3 years ago
embedpress.css
3 years ago
font.css
7 years ago
index.html
7 years ago
preview.css
6 years ago
embedpress.css
1067 lines
| 1 | /** |
| 2 | * @package EmbedPress |
| 3 | * @author EmbedPress <help@embedpress.com> |
| 4 | * @copyright Copyright (C) 2018 EmbedPress. All rights reserved. |
| 5 | * @license GPLv2 or later |
| 6 | * @since 1.0 |
| 7 | */ |
| 8 | .embedpress-wrapper { |
| 9 | position: relative; |
| 10 | } |
| 11 | |
| 12 | .ose-dailymotion.responsive, |
| 13 | .ose-kickstarter.responsive, |
| 14 | .ose-rutube.responsive, |
| 15 | .ose-ted.responsive, |
| 16 | .ose-vimeo.responsive, |
| 17 | .ose-youtube.responsive, |
| 18 | .ose-ustream.responsive, |
| 19 | .ose-google-docs.responsive, |
| 20 | .ose-animatron.responsive, |
| 21 | .ose-amcharts.responsive, |
| 22 | .ose-on-aol-com.responsive, |
| 23 | .ose-animoto.responsive, |
| 24 | .ose-soundcloud.responsive, |
| 25 | .ose-videojug.responsive, |
| 26 | .ose-facebook.responsive, |
| 27 | .ose-issuu.responsive { |
| 28 | overflow: hidden; |
| 29 | position: relative; |
| 30 | height: auto; |
| 31 | } |
| 32 | |
| 33 | .ose-dailymotion.responsive iframe, |
| 34 | .ose-kickstarter.responsive iframe, |
| 35 | .ose-rutube.responsive iframe, |
| 36 | .ose-ted.responsive iframe, |
| 37 | .ose-vimeo.responsive iframe, |
| 38 | .ose-vine.responsive iframe, |
| 39 | .ose-youtube.responsive iframe, |
| 40 | .ose-ustream.responsive iframe, |
| 41 | .ose-google-docs.responsive iframe, |
| 42 | .ose-animatron.responsive iframe, |
| 43 | .ose-amcharts.responsive iframe, |
| 44 | .ose-on-aol-com.responsive iframe, |
| 45 | .ose-animoto.responsive iframe, |
| 46 | .ose-soundcloud.responsive iframe, |
| 47 | .ose-videojug.responsive iframe, |
| 48 | .ose-issuu.responsive iframe { |
| 49 | left: 0; |
| 50 | top: 0; |
| 51 | height: 100%; |
| 52 | width: 100%; |
| 53 | position: absolute; |
| 54 | } |
| 55 | |
| 56 | /* 16:9 aspect ratio */ |
| 57 | .ose-dailymotion.responsive, |
| 58 | .ose-kickstarter.responsive, |
| 59 | .ose-rutube.responsive, |
| 60 | .ose-ted.responsive, |
| 61 | .ose-vimeo.responsive, |
| 62 | .ose-youtube.responsive, |
| 63 | .ose-animatron.responsive, |
| 64 | .ose-amcharts.responsive, |
| 65 | .ose-on-aol-com.responsive, |
| 66 | .ose-animoto.responsive, |
| 67 | .ose-videojug.responsive { |
| 68 | padding-bottom: 56.25%; |
| 69 | } |
| 70 | |
| 71 | /* 1:1 aspect ratio */ |
| 72 | .ose-vine.responsive { |
| 73 | padding-bottom: 100%; |
| 74 | } |
| 75 | |
| 76 | /* Mixed aspect ratio */ |
| 77 | .ose-ustream.responsive { |
| 78 | padding-bottom: 63.3%; |
| 79 | } |
| 80 | |
| 81 | .ose-google-docs.responsive { |
| 82 | padding-bottom: 62.6%; |
| 83 | } |
| 84 | |
| 85 | .ose-google-docs.ose-google-docs-drawings.responsive { |
| 86 | padding-bottom: 74.5%; |
| 87 | } |
| 88 | |
| 89 | .ose-google-docs.ose-google-docs-document.responsive, |
| 90 | .ose-google-docs.ose-google-docs-forms.responsive, |
| 91 | .ose-google-docs.ose-google-docs-spreadsheets.responsive { |
| 92 | padding-bottom: 142%; |
| 93 | } |
| 94 | |
| 95 | .ose-soundcloud.responsive { |
| 96 | padding-bottom: 155px; |
| 97 | } |
| 98 | |
| 99 | .ose-issuu.responsive iframe { |
| 100 | z-index: 2; |
| 101 | } |
| 102 | |
| 103 | .ose-issuu.responsive { |
| 104 | padding-bottom: 31.25%; |
| 105 | } |
| 106 | |
| 107 | .ose-issuu>div>div>div:last-child { |
| 108 | width: 100% !important; |
| 109 | z-index: 0; |
| 110 | position: absolute; |
| 111 | bottom: 0; |
| 112 | } |
| 113 | |
| 114 | .ose-mixcloud.responsive iframe { |
| 115 | width: 100%; |
| 116 | } |
| 117 | |
| 118 | /* Fix scrolling on iOS devices */ |
| 119 | .ose-google-docs.responsive { |
| 120 | -webkit-overflow-scrolling: touch; |
| 121 | overflow-y: auto; |
| 122 | } |
| 123 | |
| 124 | .ose-facebook.responsive iframe { |
| 125 | padding-bottom: 0; |
| 126 | width: 100%; |
| 127 | } |
| 128 | |
| 129 | .elementor-widget-container iframe { |
| 130 | max-height: 100% !important; |
| 131 | } |
| 132 | |
| 133 | @media only screen and (max-width: 800px) { |
| 134 | .elementor-widget-container iframe { |
| 135 | max-height: 100% !important; |
| 136 | } |
| 137 | |
| 138 | .elementor-widget-container .embedpress-facebook-vid-iframe, |
| 139 | .embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe, |
| 140 | .embedpress-facebook-vid-iframe { |
| 141 | max-height: inherit !important; |
| 142 | } |
| 143 | |
| 144 | } |
| 145 | |
| 146 | @media only screen and (max-width: 500px) { |
| 147 | |
| 148 | .elementor-widget-container .embedpress-facebook-vid-iframe, |
| 149 | .embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe, |
| 150 | .embedpress-facebook-vid-iframe { |
| 151 | max-height: 390px !important; |
| 152 | } |
| 153 | } |
| 154 | |
| 155 | /*Meetup Event styling starts */ |
| 156 | .embedpress-event .link { |
| 157 | color: #0098ab; |
| 158 | } |
| 159 | |
| 160 | .embedpress-event .visibility--a11yHide { |
| 161 | border: 0; |
| 162 | clip: rect(0 0 0 0); |
| 163 | position: absolute; |
| 164 | overflow: hidden; |
| 165 | margin: -1px; |
| 166 | padding: 0; |
| 167 | width: 1px; |
| 168 | height: 1px; |
| 169 | } |
| 170 | |
| 171 | .embedpress-event .text--small { |
| 172 | font-size: 14px; |
| 173 | margin: 0; |
| 174 | } |
| 175 | |
| 176 | .embedpress-event .flex { |
| 177 | display: flex; |
| 178 | box-sizing: border-box; |
| 179 | } |
| 180 | |
| 181 | .embedpress-event .flex--wrap { |
| 182 | flex-wrap: wrap; |
| 183 | } |
| 184 | |
| 185 | .embedpress-event .flex--row { |
| 186 | align-items: center; |
| 187 | box-sizing: border-box; |
| 188 | display: flex; |
| 189 | justify-content: flex-start; |
| 190 | flex-direction: row; |
| 191 | flex-wrap: nowrap; |
| 192 | } |
| 193 | |
| 194 | .embedpress-event .flex-item { |
| 195 | flex-basis: 0; |
| 196 | flex-grow: 1; |
| 197 | width: auto; |
| 198 | min-width: 0; |
| 199 | /*padding-left: 16px;*/ |
| 200 | box-sizing: border-box; |
| 201 | } |
| 202 | |
| 203 | .embedpress-event .flex-item--shrink { |
| 204 | flex-basis: auto; |
| 205 | -webkit-box-flex: 0; |
| 206 | flex-grow: 0; |
| 207 | flex-shrink: 0; |
| 208 | width: auto; |
| 209 | } |
| 210 | |
| 211 | .embedpress-event .flex--row>.flex-item:first-child { |
| 212 | padding-left: 0; |
| 213 | } |
| 214 | |
| 215 | .embedpress-event .text--bold { |
| 216 | font-weight: 700; |
| 217 | } |
| 218 | |
| 219 | .embedpress-event h1, |
| 220 | .embedpress-event h2, |
| 221 | .embedpress-event h3, |
| 222 | .embedpress-event h4, |
| 223 | .embedpress-event h5, |
| 224 | .embedpress-event h6 { |
| 225 | font-size: inherit; |
| 226 | } |
| 227 | |
| 228 | .embedpress-event .ep-event--title { |
| 229 | font-size: 32px; |
| 230 | font-weight: 700; |
| 231 | } |
| 232 | |
| 233 | .embedpress-event .ep-event--date { |
| 234 | color: #757575; |
| 235 | font-weight: 400; |
| 236 | font-size: 16px; |
| 237 | } |
| 238 | |
| 239 | /*Host*/ |
| 240 | .embedpress-event .ep-event--host { |
| 241 | margin-top: 20px; |
| 242 | display: flex; |
| 243 | align-items: center; |
| 244 | margin-bottom: 20px; |
| 245 | } |
| 246 | |
| 247 | .ep-event--host .avatar-print { |
| 248 | border-radius: 50%; |
| 249 | height: 50px; |
| 250 | width: 50px; |
| 251 | } |
| 252 | |
| 253 | .embedpress-event img.avatar--person { |
| 254 | background-image: none !important; |
| 255 | background-repeat: no-repeat; |
| 256 | background-position: 50%; |
| 257 | background-size: cover; |
| 258 | border-radius: 50%; |
| 259 | box-sizing: border-box; |
| 260 | vertical-align: middle; |
| 261 | } |
| 262 | |
| 263 | .event-info-hosts-text { |
| 264 | padding-left: 20px; |
| 265 | font-size: 16px; |
| 266 | font-weight: 400; |
| 267 | } |
| 268 | |
| 269 | .embedpress-event .event-description { |
| 270 | margin-top: 20px; |
| 271 | } |
| 272 | |
| 273 | .text--sectionTitle { |
| 274 | font-size: 20px; |
| 275 | line-height: 28px; |
| 276 | } |
| 277 | |
| 278 | .ep-event--attendees { |
| 279 | margin-top: 50px; |
| 280 | } |
| 281 | |
| 282 | .ep-event--attendees>.flex { |
| 283 | margin-bottom: 20px; |
| 284 | } |
| 285 | |
| 286 | .ep-event--attendees .gridList { |
| 287 | list-style: none; |
| 288 | margin: 0 -16px 0 0; |
| 289 | padding: 0; |
| 290 | } |
| 291 | |
| 292 | .ep-event--attendees .gridList-item { |
| 293 | width: auto; |
| 294 | } |
| 295 | |
| 296 | .ep-event--attendees .gridList--autoHeight--has4>.gridList-item { |
| 297 | flex: 0 0 50%; |
| 298 | max-width: 50%; |
| 299 | } |
| 300 | |
| 301 | .ep-event--attendees .groupMember-name { |
| 302 | line-height: 1.2 !important; |
| 303 | } |
| 304 | |
| 305 | .ep-event--attendees .avatar--person { |
| 306 | margin-bottom: 15px; |
| 307 | display: inline-block; |
| 308 | border-radius: 50%; |
| 309 | } |
| 310 | |
| 311 | .ep-event--attendees img.avatar-print { |
| 312 | border-radius: 50%; |
| 313 | } |
| 314 | |
| 315 | .ep-event--attendees .groupMember-role { |
| 316 | font-size: 12px; |
| 317 | color: #757575; |
| 318 | padding-top: 2px; |
| 319 | margin: 0; |
| 320 | } |
| 321 | |
| 322 | .ep-event--attendees .groupMember { |
| 323 | min-height: 100%; |
| 324 | min-width: 128px; |
| 325 | padding-left: 8px; |
| 326 | padding-right: 8px; |
| 327 | } |
| 328 | |
| 329 | .embedpress-event .align--center { |
| 330 | text-align: center; |
| 331 | } |
| 332 | |
| 333 | .embedpress-event .card { |
| 334 | background: #fff; |
| 335 | background-clip: padding-box; |
| 336 | background-size: cover; |
| 337 | border: 1px solid rgba(46, 62, 72, .12); |
| 338 | border-radius: 8px; |
| 339 | -webkit-box-sizing: border-box; |
| 340 | box-sizing: border-box; |
| 341 | display: block; |
| 342 | min-height: 100%; |
| 343 | padding: 16px 16px 18px; |
| 344 | position: relative; |
| 345 | white-space: normal; |
| 346 | } |
| 347 | |
| 348 | .embedpress-event .card--hasHoverShadow { |
| 349 | transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1); |
| 350 | } |
| 351 | |
| 352 | .embedpress-event .ep-event-group-link { |
| 353 | display: flex; |
| 354 | flex-wrap: wrap; |
| 355 | align-items: center; |
| 356 | background: #ffffff; |
| 357 | border-radius: 8px; |
| 358 | padding: 20px; |
| 359 | margin-bottom: 20px; |
| 360 | border: 1px solid rgba(46, 62, 72, .12); |
| 361 | } |
| 362 | |
| 363 | .embedpress-event .ep-event-group--name { |
| 364 | padding-left: 20px; |
| 365 | font-size: 14px; |
| 366 | line-height: 1.45; |
| 367 | margin: 0; |
| 368 | width: 70%; |
| 369 | word-break: break-word; |
| 370 | } |
| 371 | |
| 372 | .embedpress-event .ep-event-group--image { |
| 373 | -o-object-fit: cover; |
| 374 | object-fit: cover; |
| 375 | width: 56px; |
| 376 | height: 56px; |
| 377 | border-radius: 4px; |
| 378 | } |
| 379 | |
| 380 | .embedpress-event .ep-event-time-location { |
| 381 | background: #ffffff; |
| 382 | border-radius: 8px; |
| 383 | padding: 16px 20px 0 20px; |
| 384 | border: 1px solid rgba(46, 62, 72, .12); |
| 385 | } |
| 386 | |
| 387 | .embedpress-event .ep-event-time-location .ep-event-datetime, |
| 388 | .embedpress-event .ep-event-time-location .ep-event-location { |
| 389 | padding-bottom: 20px; |
| 390 | } |
| 391 | |
| 392 | .embedpress-event .ep-event-location .wrap--singleLine--truncate, |
| 393 | .embedpress-event .ep-event-time-location .ep-event-datetime { |
| 394 | font-size: 15px; |
| 395 | line-height: 1.5; |
| 396 | color: #2e3e48; |
| 397 | font-style: normal; |
| 398 | margin: 0; |
| 399 | } |
| 400 | |
| 401 | .embedpress-event .ep-event-location address { |
| 402 | font-style: normal; |
| 403 | margin: 0; |
| 404 | } |
| 405 | |
| 406 | .embedpress-event .ep-event-location .venueDisplay-venue-address { |
| 407 | font-style: normal; |
| 408 | color: #757575; |
| 409 | margin: 0; |
| 410 | } |
| 411 | |
| 412 | .embedpress-event .ep-event-location p { |
| 413 | line-height: 20px; |
| 414 | } |
| 415 | |
| 416 | .ep-event--attendees .gridList-item { |
| 417 | -webkit-box-sizing: border-box; |
| 418 | box-sizing: border-box; |
| 419 | display: inline-block; |
| 420 | font-size: 1rem; |
| 421 | margin: 0; |
| 422 | vertical-align: top; |
| 423 | width: 50%; |
| 424 | } |
| 425 | |
| 426 | .gridList-itemInner { |
| 427 | -webkit-box-sizing: border-box; |
| 428 | box-sizing: border-box; |
| 429 | height: 100%; |
| 430 | padding: 0 16px 16px 0; |
| 431 | } |
| 432 | |
| 433 | /*Youtube subscribe button*/ |
| 434 | .embedpress-yt-subscribe { |
| 435 | display: flex; |
| 436 | align-items: center; |
| 437 | align-content: start; |
| 438 | text-align: center; |
| 439 | gap: 1rem; |
| 440 | max-width: 600px; |
| 441 | width: 100%; |
| 442 | } |
| 443 | |
| 444 | .embedpress-yt-subscribe .embedpress-yt-subscribe.dark { |
| 445 | color: #ffffff; |
| 446 | } |
| 447 | |
| 448 | .embedpress-yt-subscribe .embedpress-yt-sub-text { |
| 449 | display: inline-block; |
| 450 | margin: 0; |
| 451 | padding: 0; |
| 452 | } |
| 453 | |
| 454 | /* Meetup styling for new markup*/ |
| 455 | .dewqijm { |
| 456 | height: 100%; |
| 457 | margin-right: 10px; |
| 458 | } |
| 459 | |
| 460 | .dewqijm img[src^="image"] { |
| 461 | display: none; |
| 462 | } |
| 463 | |
| 464 | .dewqijm img[src^="http"] { |
| 465 | height: 56px !important; |
| 466 | width: 56px !important; |
| 467 | } |
| 468 | |
| 469 | .dewqijm>div>div { |
| 470 | display: none; |
| 471 | } |
| 472 | |
| 473 | .embedpress-event .sticky button { |
| 474 | display: none; |
| 475 | } |
| 476 | |
| 477 | .embedpress-event .items-center { |
| 478 | align-items: center; |
| 479 | } |
| 480 | |
| 481 | /*Media query*/ |
| 482 | @media only screen and (min-width: 530px) { |
| 483 | .ep-event--attendees .gridList--autoHeight--has4>.gridList-item { |
| 484 | flex: 0 0 33.333333%; |
| 485 | max-width: 33.333333%; |
| 486 | } |
| 487 | } |
| 488 | |
| 489 | @media only screen and (min-width: 640px) { |
| 490 | .embedpress-event .card { |
| 491 | padding: 18px 18px 20px; |
| 492 | } |
| 493 | |
| 494 | .ep-event--attendees .gridList--autoHeight--has4>.gridList-item { |
| 495 | flex: 0 0 25%; |
| 496 | max-width: 25%; |
| 497 | } |
| 498 | } |
| 499 | |
| 500 | |
| 501 | |
| 502 | |
| 503 | /** |
| 504 | * NFT card frontend style |
| 505 | */ |
| 506 | |
| 507 | .ose-opensea { |
| 508 | height: 100% !important; |
| 509 | width: 100% !important; |
| 510 | } |
| 511 | |
| 512 | .ep_nft_content_wrap.ep_nft__wrapper { |
| 513 | display: grid; |
| 514 | } |
| 515 | |
| 516 | .ep_nft_content_wrap.ep_nft__wrapper, |
| 517 | .ep_nft_content_wrap.ep_nft_list { |
| 518 | grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); |
| 519 | grid-column-gap: 15px; |
| 520 | grid-row-gap: 15px; |
| 521 | } |
| 522 | |
| 523 | .ep_nft_content_wrap .ep_nft_item { |
| 524 | padding-top: 15px; |
| 525 | padding-right: 15px; |
| 526 | padding-left: 15px; |
| 527 | padding-bottom: 15px; |
| 528 | background-color: #ffffff; |
| 529 | border-radius: 10px; |
| 530 | transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s; |
| 531 | box-shadow: 0 4px 15px rgba(0, 0, 0, .09); |
| 532 | overflow: hidden; |
| 533 | padding: 15px; |
| 534 | position: relative; |
| 535 | transition: .3s ease-in-out; |
| 536 | } |
| 537 | |
| 538 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item { |
| 539 | display: flex; |
| 540 | flex-direction: column; |
| 541 | } |
| 542 | |
| 543 | .ep_nft_content_wrap.ep_nft_list .ep_nft_item { |
| 544 | justify-content: flex-start; |
| 545 | align-items: flex-start; |
| 546 | } |
| 547 | |
| 548 | .ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content { |
| 549 | background-color: #edecf6e6; |
| 550 | } |
| 551 | |
| 552 | .ep_nft_content_wrap .ep_nft_thumbnail { |
| 553 | margin-top: 0px; |
| 554 | margin-right: 0px; |
| 555 | margin-left: 0px; |
| 556 | margin-bottom: 15px; |
| 557 | border-radius: 5px; |
| 558 | } |
| 559 | |
| 560 | .ep_nft_content_wrap .ep_nft_thumbnail img { |
| 561 | height: 340px; |
| 562 | border-radius: 5px; |
| 563 | width: 100%; |
| 564 | object-fit: cover; |
| 565 | } |
| 566 | |
| 567 | .ep_nft_content .ep_nft_title { |
| 568 | color: #333333; |
| 569 | font-size: 16px; |
| 570 | margin-top: 0px; |
| 571 | margin-right: 0px; |
| 572 | margin-left: 0px; |
| 573 | margin-bottom: 15px; |
| 574 | font-weight: 600; |
| 575 | word-break: break-all; |
| 576 | } |
| 577 | |
| 578 | .ep_nft_content { |
| 579 | text-align: left; |
| 580 | } |
| 581 | |
| 582 | .ep_nft_content .ep_nft_price { |
| 583 | color: #333333; |
| 584 | font-size: 14px; |
| 585 | margin-top: 0px; |
| 586 | margin-right: 0px; |
| 587 | margin-left: 0px; |
| 588 | margin-bottom: 0px; |
| 589 | display: flex; |
| 590 | font-weight: 600; |
| 591 | } |
| 592 | |
| 593 | .ep_nft_content .ep_nft_price:first-child { |
| 594 | margin-bottom: 10px; |
| 595 | } |
| 596 | |
| 597 | span.eb_nft_currency { |
| 598 | max-width: 28px; |
| 599 | display: flex; |
| 600 | align-items: center; |
| 601 | justify-content: center; |
| 602 | } |
| 603 | |
| 604 | span.eb_nft_currency svg { |
| 605 | width: 100%; |
| 606 | height: auto; |
| 607 | } |
| 608 | |
| 609 | .ep_nft_content .ep_nft_price_wrapper { |
| 610 | min-height: 20px; |
| 611 | } |
| 612 | |
| 613 | |
| 614 | .ep_nft_content .ep_nft_creator { |
| 615 | color: #333333; |
| 616 | font-size: 14px; |
| 617 | margin-top: 0px; |
| 618 | margin-right: 0px; |
| 619 | margin-left: 0px; |
| 620 | margin-bottom: 20px; |
| 621 | display: flex; |
| 622 | align-items: center; |
| 623 | gap: 5px; |
| 624 | } |
| 625 | |
| 626 | .ep_nft_content .ep_nft_creator a { |
| 627 | color: #3080E2; |
| 628 | font-size: 14px; |
| 629 | text-decoration: none; |
| 630 | word-break: break-all; |
| 631 | text-decoration: none; |
| 632 | } |
| 633 | |
| 634 | .ep_nft_content .ep_nft_creator img { |
| 635 | height: 30px; |
| 636 | width: 30px; |
| 637 | border-radius: 50%; |
| 638 | } |
| 639 | |
| 640 | .ep_nft_content .ep_nft_button button { |
| 641 | margin-top: 0px; |
| 642 | margin-right: 0px; |
| 643 | margin-left: 0px; |
| 644 | margin-bottom: 0px; |
| 645 | } |
| 646 | |
| 647 | .ep_nft_content .ep_nft_button button a { |
| 648 | background-color: #3080E2; |
| 649 | color: #ffffff; |
| 650 | font-size: 14px; |
| 651 | padding-top: 15px; |
| 652 | padding-right: 20px; |
| 653 | padding-left: 20px; |
| 654 | padding-bottom: 15px; |
| 655 | transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s; |
| 656 | } |
| 657 | |
| 658 | .ep_nft_content .ep_nft_button button:hover a { |
| 659 | background-color: rgb(46, 142, 238); |
| 660 | color: #ffffff; |
| 661 | } |
| 662 | |
| 663 | .ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button { |
| 664 | opacity: 1; |
| 665 | transform: translate(0); |
| 666 | visibility: visible; |
| 667 | } |
| 668 | |
| 669 | |
| 670 | .ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover { |
| 671 | background-color: rgb(46, 142, 238); |
| 672 | color: #ffffff; |
| 673 | } |
| 674 | |
| 675 | .ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button { |
| 676 | opacity: 1; |
| 677 | transform: translate(0); |
| 678 | visibility: visible; |
| 679 | } |
| 680 | |
| 681 | .ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button { |
| 682 | bottom: 0; |
| 683 | left: 0; |
| 684 | opacity: 0; |
| 685 | position: absolute; |
| 686 | transform: translateY(30px); |
| 687 | visibility: hidden; |
| 688 | width: 100%; |
| 689 | transition: 0.3s; |
| 690 | } |
| 691 | |
| 692 | .ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep-nft-single-item-wraper .ep_nft_button { |
| 693 | margin-top: auto; |
| 694 | display: flex; |
| 695 | justify-content: space-between; |
| 696 | gap: 15px; |
| 697 | } |
| 698 | |
| 699 | .ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a { |
| 700 | background-color: #3080E2; |
| 701 | color: #ffffff; |
| 702 | font-size: 14px; |
| 703 | padding: 10px 20px; |
| 704 | transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s; |
| 705 | display: block; |
| 706 | text-align: center; |
| 707 | font-weight: 500; |
| 708 | text-decoration: none; |
| 709 | } |
| 710 | .ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button span.ep-nft-rank{ |
| 711 | color: #a88484; |
| 712 | border-color: #a88484; |
| 713 | } |
| 714 | |
| 715 | /* mimmikcssStart */ |
| 716 | |
| 717 | |
| 718 | /* NFT List item CSS */ |
| 719 | |
| 720 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item { |
| 721 | display: flex; |
| 722 | gap: 15px; |
| 723 | align-items: center; |
| 724 | border-radius: 10px; |
| 725 | } |
| 726 | |
| 727 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail { |
| 728 | width: 55%; |
| 729 | } |
| 730 | |
| 731 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content { |
| 732 | width: calc(45% - 15px); |
| 733 | } |
| 734 | |
| 735 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale { |
| 736 | margin-bottom: 15px; |
| 737 | } |
| 738 | |
| 739 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg { |
| 740 | border-radius: 10px; |
| 741 | } |
| 742 | |
| 743 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img { |
| 744 | height: 260px; |
| 745 | } |
| 746 | |
| 747 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a { |
| 748 | border-radius: 10px; |
| 749 | width: 100%; |
| 750 | display: flex; |
| 751 | align-items: center; |
| 752 | justify-content: center; |
| 753 | } |
| 754 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child { |
| 755 | margin-bottom: 15px; |
| 756 | } |
| 757 | |
| 758 | .alignleft .ose-opensea, |
| 759 | .alignright .ose-opensea, |
| 760 | .aligncenter .ose-opensea { |
| 761 | max-width: 100% !important; |
| 762 | } |
| 763 | |
| 764 | /* mimmikcssEnd */ |
| 765 | |
| 766 | @media all and (max-width: 1024px) { |
| 767 | |
| 768 | /* tabcssStart */ |
| 769 | .ep_nft_content_wrap.ep_nft__wrapper, |
| 770 | .ep_nft_content_wrap.ep_nft_list { |
| 771 | grid-template-columns: repeat(3, 1fr) !important; |
| 772 | } |
| 773 | |
| 774 | .alignleft .ose-opensea, |
| 775 | .alignright .ose-opensea, |
| 776 | .aligncenter .ose-opensea { |
| 777 | max-width: 100% !important; |
| 778 | } |
| 779 | |
| 780 | /* tabcssEnd */ |
| 781 | |
| 782 | } |
| 783 | |
| 784 | @media all and (max-width: 991px) { |
| 785 | |
| 786 | /* tabcssStart */ |
| 787 | .ose-opensea { |
| 788 | min-width: 100% !important; |
| 789 | max-width: 100% !important; |
| 790 | } |
| 791 | |
| 792 | |
| 793 | |
| 794 | .ep_nft_content_wrap.ep_nft__wrapper, |
| 795 | .ep_nft_content_wrap.ep_nft_list { |
| 796 | grid-template-columns: repeat(2, 1fr) !important; |
| 797 | } |
| 798 | |
| 799 | /* tabcssEnd */ |
| 800 | |
| 801 | } |
| 802 | |
| 803 | @media all and (max-width: 767px) { |
| 804 | |
| 805 | /* mobcssStart */ |
| 806 | .ep_nft_content_wrap.ep_nft__wrapper, |
| 807 | .ep_nft_content_wrap.ep_nft_list { |
| 808 | grid-template-columns: repeat(1, 1fr) !important; |
| 809 | } |
| 810 | |
| 811 | /* mobcssEnd */ |
| 812 | |
| 813 | } |
| 814 | |
| 815 | |
| 816 | /* NFT Single item CSS */ |
| 817 | .ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item { |
| 818 | box-shadow: none; |
| 819 | } |
| 820 | |
| 821 | .ep-nft-rank-wraper { |
| 822 | margin-bottom: 16px; |
| 823 | font-weight: 600; |
| 824 | color: #333; |
| 825 | font-size: 16px; |
| 826 | } |
| 827 | |
| 828 | .ep-nft-rank-wraper.ep-empty-label span{ |
| 829 | margin-left: 0px; |
| 830 | } |
| 831 | span.ep-nft-rank { |
| 832 | padding: 2px 8px; |
| 833 | border-radius: 7px; |
| 834 | margin-left: 10px; |
| 835 | display: inline-block; |
| 836 | font-size: 14px; |
| 837 | font-weight: 600; |
| 838 | background: transparent!important; |
| 839 | border: 1px solid #ddd; |
| 840 | color: #333; |
| 841 | } |
| 842 | |
| 843 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content { |
| 844 | width: calc(55% - 15px); |
| 845 | } |
| 846 | |
| 847 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail { |
| 848 | width: 45%; |
| 849 | height: 100%; |
| 850 | } |
| 851 | |
| 852 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img { |
| 853 | height: 100%; |
| 854 | } |
| 855 | |
| 856 | .ep-nft-single-item-wraper span.eb_nft_label { |
| 857 | color: #333; |
| 858 | /* margin-bottom: -10px; */ |
| 859 | } |
| 860 | |
| 861 | .ep-nft-single-item-wraper .ep_nft_content .ep_nft_price { |
| 862 | display: flex; |
| 863 | flex-direction: column; |
| 864 | margin-right: 45px; |
| 865 | } |
| 866 | |
| 867 | .ep-nft-single-item-wraper span.eb_nft_price { |
| 868 | font-size: 30px; |
| 869 | line-height: normal; |
| 870 | } |
| 871 | |
| 872 | .ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img { |
| 873 | height: 15px; |
| 874 | width: 15px; |
| 875 | border-radius: 50%; |
| 876 | } |
| 877 | |
| 878 | .ep-nft-single-item-wraper .ep-usd-price { |
| 879 | bottom: 0; |
| 880 | font-size: 12px; |
| 881 | } |
| 882 | |
| 883 | .ep-nft-single-item-wraper span.eb_nft_label { |
| 884 | /* margin-bottom: -14px; */ |
| 885 | font-size: 15px; |
| 886 | } |
| 887 | |
| 888 | .ep-nft-single-item-wraper .ep_nft_content .ep_nft_title { |
| 889 | margin-bottom: 10px; |
| 890 | font-size: 24px; |
| 891 | } |
| 892 | |
| 893 | .ep-nft-single-item-wraper .CollectionLink--name svg { |
| 894 | width: 20px; |
| 895 | height: 20px; |
| 896 | margin-left: 5px; |
| 897 | } |
| 898 | |
| 899 | .ep-nft-single-item-wraper a.CollectionLink--link { |
| 900 | font-size: 15px; |
| 901 | font-weight: 500; |
| 902 | text-decoration: none; |
| 903 | margin-bottom: 15px; |
| 904 | display: block; |
| 905 | color: #3080E2; |
| 906 | } |
| 907 | |
| 908 | .ep-nft-single-item-wraper sub.verified-icon { |
| 909 | bottom: -5px; |
| 910 | left: 4px; |
| 911 | } |
| 912 | |
| 913 | /* toggle */ |
| 914 | .ep-nft-single-item-wraper .ep-accordion { |
| 915 | border: 1px solid #ddd; |
| 916 | border-radius: 10px; |
| 917 | margin-top: 15px; |
| 918 | display: block; |
| 919 | } |
| 920 | |
| 921 | .ep-nft-single-item-wraper .ep-toggle { |
| 922 | display: none; |
| 923 | } |
| 924 | |
| 925 | .ep-nft-single-item-wraper .ep-option { |
| 926 | position: relative; |
| 927 | } |
| 928 | |
| 929 | .ep-nft-single-item-wraper .ep-content { |
| 930 | padding: 1em; |
| 931 | border-top: 1px solid #ddd; |
| 932 | } |
| 933 | |
| 934 | .ep-nft-single-item-wraper .ep-content { |
| 935 | -webkit-backface-visibility: hidden; |
| 936 | backface-visibility: hidden; |
| 937 | transform: translateZ(0); |
| 938 | transition: all 0.2s; |
| 939 | } |
| 940 | |
| 941 | .ep-nft-single-item-wraper .ep-title { |
| 942 | -webkit-backface-visibility: hidden; |
| 943 | backface-visibility: hidden; |
| 944 | transform: translateZ(0); |
| 945 | transition: all 0.2s; |
| 946 | padding: 1em; |
| 947 | display: flex; |
| 948 | color: #333; |
| 949 | font-weight: bold; |
| 950 | cursor: pointer; |
| 951 | border-radius: 10px 10px 0 0; |
| 952 | align-items: center; |
| 953 | } |
| 954 | |
| 955 | .ep-nft-single-item-wraper label.ep-title svg { |
| 956 | width: 20px; |
| 957 | height: 20px; |
| 958 | margin-right: 6px; |
| 959 | } |
| 960 | |
| 961 | .ep-nft-single-item-wraper .ep-asset-detail-item { |
| 962 | display: flex; |
| 963 | justify-content: space-between; |
| 964 | font-weight: 500; |
| 965 | } |
| 966 | |
| 967 | |
| 968 | .ep-nft-single-item-wraper .ep-content { |
| 969 | display: block; |
| 970 | } |
| 971 | |
| 972 | .ep-nft-single-item-wraper .ep-content p { |
| 973 | margin: 0; |
| 974 | padding: 0.5em 1em 1em; |
| 975 | font-size: 0.9em; |
| 976 | line-height: 1.5; |
| 977 | } |
| 978 | |
| 979 | .ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content { |
| 980 | display: none; |
| 981 | background: transparent; |
| 982 | } |
| 983 | |
| 984 | |
| 985 | |
| 986 | .ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper { |
| 987 | display: flex; |
| 988 | } |
| 989 | |
| 990 | .ep-nft-single-item-wraper .ep-toggle+.ep-title:after { |
| 991 | content: ""; |
| 992 | display: inline-block; |
| 993 | position: absolute; |
| 994 | width: 12px; |
| 995 | height: 12px; |
| 996 | background: transparent; |
| 997 | text-indent: -9999px; |
| 998 | border-top: 2px solid #bfbfbf; |
| 999 | border-left: 2px solid #bfbfbf; |
| 1000 | transition: all 250ms ease-in-out; |
| 1001 | text-decoration: none; |
| 1002 | color: transparent; |
| 1003 | right: 15px; |
| 1004 | top: 50%; |
| 1005 | transform: rotate(45deg) translate(-20%, -5%); |
| 1006 | } |
| 1007 | .ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before { |
| 1008 | content: ""; |
| 1009 | display: inline-block; |
| 1010 | position: absolute; |
| 1011 | width: 12px; |
| 1012 | height: 12px; |
| 1013 | background: transparent; |
| 1014 | text-indent: -9999px; |
| 1015 | border-top: 2px solid #bfbfbf; |
| 1016 | border-left: 2px solid #bfbfbf; |
| 1017 | transition: all 250ms ease-in-out; |
| 1018 | text-decoration: none; |
| 1019 | color: transparent; |
| 1020 | right: 15px; |
| 1021 | top: 50%; |
| 1022 | transform: rotate(225deg) translate(80%, 20%); |
| 1023 | } |
| 1024 | .ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after { |
| 1025 | display: none; |
| 1026 | } |
| 1027 | |
| 1028 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank{ |
| 1029 | pointer-events: none; |
| 1030 | } |
| 1031 | |
| 1032 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content { |
| 1033 | margin-bottom: 20px; |
| 1034 | } |
| 1035 | |
| 1036 | @media screen and (max-width: 1024px) { |
| 1037 | |
| 1038 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list { |
| 1039 | grid-template-columns: repeat(1, 1fr) !important; |
| 1040 | } |
| 1041 | |
| 1042 | } |
| 1043 | @media screen and (max-width: 991px) { |
| 1044 | |
| 1045 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list { |
| 1046 | grid-template-columns: repeat(1, 1fr) !important; |
| 1047 | } |
| 1048 | |
| 1049 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item { |
| 1050 | align-items: unset; |
| 1051 | flex-direction: column; |
| 1052 | } |
| 1053 | |
| 1054 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail { |
| 1055 | width: 100%; |
| 1056 | } |
| 1057 | |
| 1058 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content { |
| 1059 | width: 100%; |
| 1060 | } |
| 1061 | } |
| 1062 | @media screen and (max-width: 537px) { |
| 1063 | .ep-nft-single-item-wraper sub.ep-usd-price { |
| 1064 | margin-bottom: 15px; |
| 1065 | display: block; |
| 1066 | } |
| 1067 | } |