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
790 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 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item { |
| 538 | display: flex; |
| 539 | flex-direction: column; |
| 540 | } |
| 541 | |
| 542 | .ep_nft_content_wrap.ep_nft_list .ep_nft_item { |
| 543 | justify-content: flex-start; |
| 544 | align-items: flex-start; |
| 545 | } |
| 546 | |
| 547 | .ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content { |
| 548 | background-color: #edecf6e6; |
| 549 | } |
| 550 | |
| 551 | .ep_nft_content_wrap .ep_nft_thumbnail { |
| 552 | margin-top: 0px; |
| 553 | margin-right: 0px; |
| 554 | margin-left: 0px; |
| 555 | margin-bottom: 15px; |
| 556 | border-radius: 5px; |
| 557 | } |
| 558 | |
| 559 | .ep_nft_content_wrap .ep_nft_thumbnail img { |
| 560 | height: 340px; |
| 561 | border-radius: 5px; |
| 562 | width: 100%; |
| 563 | object-fit: cover; |
| 564 | } |
| 565 | |
| 566 | .ep_nft_content .ep_nft_title { |
| 567 | color: #333333; |
| 568 | font-size: 16px; |
| 569 | margin-top: 0px; |
| 570 | margin-right: 0px; |
| 571 | margin-left: 0px; |
| 572 | margin-bottom: 15px; |
| 573 | font-weight: 600; |
| 574 | word-break: break-all; |
| 575 | } |
| 576 | |
| 577 | .ep_nft_content { |
| 578 | text-align: left; |
| 579 | } |
| 580 | |
| 581 | .ep_nft_content .ep_nft_price { |
| 582 | color: #333333; |
| 583 | font-size: 14px; |
| 584 | margin-top: 0px; |
| 585 | margin-right: 0px; |
| 586 | margin-left: 0px; |
| 587 | margin-bottom: 0px; |
| 588 | display: flex; |
| 589 | font-weight: 600; |
| 590 | } |
| 591 | |
| 592 | .ep_nft_content .ep_nft_price:first-child { |
| 593 | margin-bottom: 10px; |
| 594 | } |
| 595 | |
| 596 | span.eb_nft_currency { |
| 597 | max-width: 28px; |
| 598 | display: flex; |
| 599 | align-items: center; |
| 600 | justify-content: center; |
| 601 | } |
| 602 | |
| 603 | span.eb_nft_currency svg { |
| 604 | width: 100%; |
| 605 | height: auto; |
| 606 | } |
| 607 | |
| 608 | .ep_nft_content .ep_nft_price_wrapper { |
| 609 | min-height: 20px; |
| 610 | } |
| 611 | |
| 612 | |
| 613 | .ep_nft_content .ep_nft_creator { |
| 614 | color: #333333; |
| 615 | font-size: 14px; |
| 616 | margin-top: 0px; |
| 617 | margin-right: 0px; |
| 618 | margin-left: 0px; |
| 619 | margin-bottom: 20px; |
| 620 | display: flex; |
| 621 | align-items: center; |
| 622 | gap: 5px; |
| 623 | } |
| 624 | |
| 625 | .ep_nft_content .ep_nft_creator a { |
| 626 | color: #3080E2; |
| 627 | font-size: 14px; |
| 628 | text-decoration: none; |
| 629 | word-break: break-all; |
| 630 | text-decoration: none!important; |
| 631 | } |
| 632 | |
| 633 | .ep_nft_content .ep_nft_creator img { |
| 634 | height: 30px; |
| 635 | width: 30px; |
| 636 | border-radius: 50%; |
| 637 | } |
| 638 | |
| 639 | .ep_nft_content .ep_nft_button button { |
| 640 | margin-top: 0px; |
| 641 | margin-right: 0px; |
| 642 | margin-left: 0px; |
| 643 | margin-bottom: 0px; |
| 644 | } |
| 645 | |
| 646 | .ep_nft_content .ep_nft_button button a { |
| 647 | background-color: #3080E2; |
| 648 | color: #ffffff; |
| 649 | font-size: 14px; |
| 650 | padding-top: 15px; |
| 651 | padding-right: 20px; |
| 652 | padding-left: 20px; |
| 653 | padding-bottom: 15px; |
| 654 | transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s; |
| 655 | } |
| 656 | |
| 657 | .ep_nft_content .ep_nft_button button:hover a { |
| 658 | background-color: rgb(46, 142, 238); |
| 659 | color: #ffffff; |
| 660 | } |
| 661 | |
| 662 | .ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button { |
| 663 | opacity: 1; |
| 664 | transform: translate(0); |
| 665 | visibility: visible; |
| 666 | } |
| 667 | |
| 668 | |
| 669 | .ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button:hover a { |
| 670 | background-color: rgb(46, 142, 238); |
| 671 | color: #ffffff; |
| 672 | } |
| 673 | |
| 674 | .ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button { |
| 675 | opacity: 1; |
| 676 | transform: translate(0); |
| 677 | visibility: visible; |
| 678 | } |
| 679 | |
| 680 | .ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button { |
| 681 | bottom: 0; |
| 682 | left: 0; |
| 683 | opacity: 0; |
| 684 | position: absolute; |
| 685 | transform: translateY(30px); |
| 686 | visibility: hidden; |
| 687 | width: 100%; |
| 688 | transition: 0.3s; |
| 689 | } |
| 690 | .ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button{ |
| 691 | margin-top: auto; |
| 692 | } |
| 693 | .ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a { |
| 694 | background-color: #3080E2; |
| 695 | color: #ffffff; |
| 696 | font-size: 14px; |
| 697 | padding: 10px 20px; |
| 698 | transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s; |
| 699 | display: block; |
| 700 | text-align: center; |
| 701 | font-weight: 500; |
| 702 | text-decoration: none!important; |
| 703 | } |
| 704 | |
| 705 | /* mimmikcssStart */ |
| 706 | |
| 707 | |
| 708 | /* NFT List item CSS */ |
| 709 | |
| 710 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item { |
| 711 | display: flex; |
| 712 | gap: 15px; |
| 713 | align-items: center; |
| 714 | border-radius: 10px; |
| 715 | } |
| 716 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail { |
| 717 | width: 55%; |
| 718 | } |
| 719 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content { |
| 720 | width: calc( 45% - 15px ); |
| 721 | } |
| 722 | |
| 723 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale { |
| 724 | margin-bottom: 15px; |
| 725 | } |
| 726 | |
| 727 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg { |
| 728 | border-radius: 10px; |
| 729 | } |
| 730 | |
| 731 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img { |
| 732 | height: 260px; |
| 733 | } |
| 734 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a{ |
| 735 | border-radius: 10px; |
| 736 | } |
| 737 | |
| 738 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child{ |
| 739 | margin-bottom: 15px; |
| 740 | } |
| 741 | |
| 742 | |
| 743 | /* mimmikcssEnd */ |
| 744 | |
| 745 | @media all and (max-width: 1024px) { |
| 746 | |
| 747 | /* tabcssStart */ |
| 748 | .ep_nft_content_wrap.ep_nft__wrapper, |
| 749 | .ep_nft_content_wrap.ep_nft_list { |
| 750 | grid-template-columns: repeat(3, 1fr) !important; |
| 751 | } |
| 752 | |
| 753 | .alignleft .ose-opensea, .alignright .ose-opensea, .aligncenter .ose-opensea { |
| 754 | max-width: 100%!important; |
| 755 | } |
| 756 | |
| 757 | /* tabcssEnd */ |
| 758 | |
| 759 | } |
| 760 | |
| 761 | @media all and (max-width: 991px) { |
| 762 | |
| 763 | /* tabcssStart */ |
| 764 | .ose-opensea { |
| 765 | min-width: 100%!important; |
| 766 | max-width: 100%!important; |
| 767 | } |
| 768 | |
| 769 | |
| 770 | |
| 771 | .ep_nft_content_wrap.ep_nft__wrapper, |
| 772 | .ep_nft_content_wrap.ep_nft_list { |
| 773 | grid-template-columns: repeat(2, 1fr) !important; |
| 774 | } |
| 775 | |
| 776 | /* tabcssEnd */ |
| 777 | |
| 778 | } |
| 779 | |
| 780 | @media all and (max-width: 767px) { |
| 781 | |
| 782 | /* mobcssStart */ |
| 783 | .ep_nft_content_wrap.ep_nft__wrapper, |
| 784 | .ep_nft_content_wrap.ep_nft_list { |
| 785 | grid-template-columns: repeat(1, 1fr) !important; |
| 786 | } |
| 787 | |
| 788 | /* mobcssEnd */ |
| 789 | |
| 790 | } |