vendor
7 years ago
admin-notices.css
4 years ago
admin.css
3 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
1575 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 | .ep-first-video iframe { |
| 145 | max-height: 100%!important; |
| 146 | } |
| 147 | .ep-youtube__content__block .youtube__content__body .content__wrap { |
| 148 | grid-template-columns: repeat(auto-fit, minmax(calc(50% - 30px), 1fr))!important; |
| 149 | } |
| 150 | } |
| 151 | |
| 152 | @media only screen and (max-width: 500px) { |
| 153 | |
| 154 | .elementor-widget-container .embedpress-facebook-vid-iframe, |
| 155 | .embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe, |
| 156 | .embedpress-facebook-vid-iframe { |
| 157 | max-height: 390px !important; |
| 158 | } |
| 159 | .ep-youtube__content__block .youtube__content__body .content__wrap { |
| 160 | grid-template-columns: repeat(auto-fit, minmax(calc(100% - 30px), 1fr))!important; |
| 161 | } |
| 162 | } |
| 163 | |
| 164 | /*Meetup Event styling starts */ |
| 165 | .ose-meetup { |
| 166 | height: auto!important; |
| 167 | } |
| 168 | .embedpress-event .link { |
| 169 | color: #0098ab; |
| 170 | } |
| 171 | |
| 172 | .embedpress-event .visibility--a11yHide { |
| 173 | border: 0; |
| 174 | clip: rect(0 0 0 0); |
| 175 | position: absolute; |
| 176 | overflow: hidden; |
| 177 | margin: -1px; |
| 178 | padding: 0; |
| 179 | width: 1px; |
| 180 | height: 1px; |
| 181 | } |
| 182 | |
| 183 | .embedpress-event .text--small { |
| 184 | font-size: 14px; |
| 185 | margin: 0; |
| 186 | } |
| 187 | |
| 188 | .embedpress-event .flex { |
| 189 | display: flex; |
| 190 | box-sizing: border-box; |
| 191 | } |
| 192 | |
| 193 | .embedpress-event .flex--wrap { |
| 194 | flex-wrap: wrap; |
| 195 | } |
| 196 | |
| 197 | .embedpress-event .flex--row { |
| 198 | align-items: center; |
| 199 | box-sizing: border-box; |
| 200 | display: flex; |
| 201 | justify-content: flex-start; |
| 202 | flex-direction: row; |
| 203 | flex-wrap: nowrap; |
| 204 | } |
| 205 | |
| 206 | .embedpress-event .flex-item { |
| 207 | flex-basis: 0; |
| 208 | flex-grow: 1; |
| 209 | width: auto; |
| 210 | min-width: 0; |
| 211 | /*padding-left: 16px;*/ |
| 212 | box-sizing: border-box; |
| 213 | } |
| 214 | |
| 215 | .embedpress-event .flex-item--shrink { |
| 216 | flex-basis: auto; |
| 217 | -webkit-box-flex: 0; |
| 218 | flex-grow: 0; |
| 219 | flex-shrink: 0; |
| 220 | width: auto; |
| 221 | } |
| 222 | |
| 223 | .embedpress-event .flex--row>.flex-item:first-child { |
| 224 | padding-left: 0; |
| 225 | } |
| 226 | |
| 227 | .embedpress-event .text--bold { |
| 228 | font-weight: 700; |
| 229 | } |
| 230 | |
| 231 | .embedpress-event h1, |
| 232 | .embedpress-event h2, |
| 233 | .embedpress-event h3, |
| 234 | .embedpress-event h4, |
| 235 | .embedpress-event h5, |
| 236 | .embedpress-event h6 { |
| 237 | font-size: inherit; |
| 238 | } |
| 239 | |
| 240 | .embedpress-event .ep-event--title { |
| 241 | font-size: 32px; |
| 242 | font-weight: 700; |
| 243 | } |
| 244 | |
| 245 | .embedpress-event .ep-event--date { |
| 246 | color: #757575; |
| 247 | font-weight: 400; |
| 248 | font-size: 16px; |
| 249 | } |
| 250 | |
| 251 | /*Host*/ |
| 252 | .embedpress-event .ep-event--host { |
| 253 | margin-top: 20px; |
| 254 | display: flex; |
| 255 | align-items: center; |
| 256 | margin-bottom: 20px; |
| 257 | } |
| 258 | |
| 259 | .ep-event--host .avatar-print { |
| 260 | border-radius: 50%; |
| 261 | height: 50px; |
| 262 | width: 50px; |
| 263 | } |
| 264 | |
| 265 | .embedpress-event img.avatar--person { |
| 266 | background-image: none !important; |
| 267 | background-repeat: no-repeat; |
| 268 | background-position: 50%; |
| 269 | background-size: cover; |
| 270 | border-radius: 50%; |
| 271 | box-sizing: border-box; |
| 272 | vertical-align: middle; |
| 273 | } |
| 274 | |
| 275 | .event-info-hosts-text { |
| 276 | padding-left: 20px; |
| 277 | font-size: 16px; |
| 278 | font-weight: 400; |
| 279 | } |
| 280 | |
| 281 | .embedpress-event .event-description { |
| 282 | margin-top: 20px; |
| 283 | } |
| 284 | |
| 285 | .text--sectionTitle { |
| 286 | font-size: 20px; |
| 287 | line-height: 28px; |
| 288 | } |
| 289 | |
| 290 | .ep-event--attendees { |
| 291 | margin-top: 50px; |
| 292 | } |
| 293 | |
| 294 | .ep-event--attendees>.flex { |
| 295 | margin-bottom: 20px; |
| 296 | } |
| 297 | |
| 298 | .ep-event--attendees .gridList { |
| 299 | list-style: none; |
| 300 | margin: 0 -16px 0 0; |
| 301 | padding: 0; |
| 302 | } |
| 303 | |
| 304 | .ep-event--attendees .gridList-item { |
| 305 | width: auto; |
| 306 | } |
| 307 | |
| 308 | .ep-event--attendees .gridList--autoHeight--has4>.gridList-item { |
| 309 | flex: 0 0 50%; |
| 310 | max-width: 50%; |
| 311 | } |
| 312 | |
| 313 | .ep-event--attendees .groupMember-name { |
| 314 | line-height: 1.2 !important; |
| 315 | } |
| 316 | |
| 317 | .ep-event--attendees .avatar--person { |
| 318 | margin-bottom: 15px; |
| 319 | display: inline-block; |
| 320 | border-radius: 50%; |
| 321 | } |
| 322 | |
| 323 | .ep-event--attendees img.avatar-print { |
| 324 | border-radius: 50%; |
| 325 | } |
| 326 | |
| 327 | .ep-event--attendees .groupMember-role { |
| 328 | font-size: 12px; |
| 329 | color: #757575; |
| 330 | padding-top: 2px; |
| 331 | margin: 0; |
| 332 | } |
| 333 | |
| 334 | .ep-event--attendees .groupMember { |
| 335 | min-height: 100%; |
| 336 | min-width: 128px; |
| 337 | padding-left: 8px; |
| 338 | padding-right: 8px; |
| 339 | } |
| 340 | |
| 341 | .embedpress-event .align--center { |
| 342 | text-align: center; |
| 343 | } |
| 344 | |
| 345 | .embedpress-event .card { |
| 346 | background: #fff; |
| 347 | background-clip: padding-box; |
| 348 | background-size: cover; |
| 349 | border: 1px solid rgba(46, 62, 72, .12); |
| 350 | border-radius: 8px; |
| 351 | -webkit-box-sizing: border-box; |
| 352 | box-sizing: border-box; |
| 353 | display: block; |
| 354 | min-height: 100%; |
| 355 | padding: 16px 16px 18px; |
| 356 | position: relative; |
| 357 | white-space: normal; |
| 358 | } |
| 359 | |
| 360 | .embedpress-event .card--hasHoverShadow { |
| 361 | transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1); |
| 362 | } |
| 363 | |
| 364 | .embedpress-event .ep-event-group-link { |
| 365 | display: flex; |
| 366 | flex-wrap: wrap; |
| 367 | align-items: center; |
| 368 | background: #ffffff; |
| 369 | border-radius: 8px; |
| 370 | padding: 20px; |
| 371 | margin-bottom: 20px; |
| 372 | border: 1px solid rgba(46, 62, 72, .12); |
| 373 | } |
| 374 | |
| 375 | .embedpress-event .ep-event-group--name { |
| 376 | padding-left: 20px; |
| 377 | font-size: 14px; |
| 378 | line-height: 1.45; |
| 379 | margin: 0; |
| 380 | width: 70%; |
| 381 | word-break: break-word; |
| 382 | } |
| 383 | |
| 384 | .embedpress-event .ep-event-group--image { |
| 385 | -o-object-fit: cover; |
| 386 | object-fit: cover; |
| 387 | width: 56px; |
| 388 | height: 56px; |
| 389 | border-radius: 4px; |
| 390 | } |
| 391 | |
| 392 | .embedpress-event .ep-event-time-location { |
| 393 | background: #ffffff; |
| 394 | border-radius: 8px; |
| 395 | padding: 16px 20px 0 20px; |
| 396 | border: 1px solid rgba(46, 62, 72, .12); |
| 397 | } |
| 398 | |
| 399 | .embedpress-event .ep-event-time-location .ep-event-datetime, |
| 400 | .embedpress-event .ep-event-time-location .ep-event-location { |
| 401 | padding-bottom: 20px; |
| 402 | } |
| 403 | |
| 404 | .embedpress-event .ep-event-location .wrap--singleLine--truncate, |
| 405 | .embedpress-event .ep-event-time-location .ep-event-datetime { |
| 406 | font-size: 15px; |
| 407 | line-height: 1.5; |
| 408 | color: #2e3e48; |
| 409 | font-style: normal; |
| 410 | margin: 0; |
| 411 | } |
| 412 | |
| 413 | .embedpress-event .ep-event-location address { |
| 414 | font-style: normal; |
| 415 | margin: 0; |
| 416 | } |
| 417 | |
| 418 | .embedpress-event .ep-event-location .venueDisplay-venue-address { |
| 419 | font-style: normal; |
| 420 | color: #757575; |
| 421 | margin: 0; |
| 422 | } |
| 423 | |
| 424 | .embedpress-event .ep-event-location p { |
| 425 | line-height: 20px; |
| 426 | } |
| 427 | |
| 428 | .ep-event--attendees .gridList-item { |
| 429 | -webkit-box-sizing: border-box; |
| 430 | box-sizing: border-box; |
| 431 | display: inline-block; |
| 432 | font-size: 1rem; |
| 433 | margin: 0; |
| 434 | vertical-align: top; |
| 435 | width: 50%; |
| 436 | } |
| 437 | |
| 438 | .gridList-itemInner { |
| 439 | -webkit-box-sizing: border-box; |
| 440 | box-sizing: border-box; |
| 441 | height: 100%; |
| 442 | padding: 0 16px 16px 0; |
| 443 | } |
| 444 | |
| 445 | /*Youtube subscribe button*/ |
| 446 | .embedpress-yt-subscribe { |
| 447 | display: flex; |
| 448 | align-items: center; |
| 449 | align-content: start; |
| 450 | text-align: center; |
| 451 | gap: 1rem; |
| 452 | max-width: 600px; |
| 453 | width: 100%; |
| 454 | } |
| 455 | |
| 456 | .embedpress-yt-subscribe .embedpress-yt-subscribe.dark { |
| 457 | color: #ffffff; |
| 458 | } |
| 459 | |
| 460 | .embedpress-yt-subscribe .embedpress-yt-sub-text { |
| 461 | display: inline-block; |
| 462 | margin: 0; |
| 463 | padding: 0; |
| 464 | } |
| 465 | |
| 466 | /* Meetup styling for new markup*/ |
| 467 | .dewqijm { |
| 468 | height: 100%; |
| 469 | margin-right: 10px; |
| 470 | } |
| 471 | |
| 472 | .dewqijm img[src^="image"] { |
| 473 | display: none; |
| 474 | } |
| 475 | |
| 476 | .dewqijm img[src^="http"] { |
| 477 | height: 56px !important; |
| 478 | width: 56px !important; |
| 479 | } |
| 480 | |
| 481 | .dewqijm>div>div { |
| 482 | display: none; |
| 483 | } |
| 484 | |
| 485 | .embedpress-event .sticky button { |
| 486 | display: none; |
| 487 | } |
| 488 | |
| 489 | .embedpress-event .items-center { |
| 490 | align-items: center; |
| 491 | } |
| 492 | |
| 493 | /*Media query*/ |
| 494 | @media only screen and (min-width: 530px) { |
| 495 | .ep-event--attendees .gridList--autoHeight--has4>.gridList-item { |
| 496 | flex: 0 0 33.333333%; |
| 497 | max-width: 33.333333%; |
| 498 | } |
| 499 | } |
| 500 | |
| 501 | @media only screen and (min-width: 640px) { |
| 502 | .embedpress-event .card { |
| 503 | padding: 18px 18px 20px; |
| 504 | } |
| 505 | |
| 506 | .ep-event--attendees .gridList--autoHeight--has4>.gridList-item { |
| 507 | flex: 0 0 25%; |
| 508 | max-width: 25%; |
| 509 | } |
| 510 | } |
| 511 | |
| 512 | |
| 513 | |
| 514 | |
| 515 | /** |
| 516 | * NFT card frontend style |
| 517 | */ |
| 518 | |
| 519 | .ose-opensea { |
| 520 | height: 100% !important; |
| 521 | width: calc(100% - 40px) !important; |
| 522 | max-height: 100%!important; |
| 523 | } |
| 524 | |
| 525 | .ose-github{ |
| 526 | overflow: auto; |
| 527 | } |
| 528 | |
| 529 | .ep_nft_content_wrap.ep_nft__wrapper { |
| 530 | display: grid; |
| 531 | } |
| 532 | |
| 533 | .ep_nft_content_wrap.ep_nft__wrapper, |
| 534 | .ep_nft_content_wrap.ep_nft_list { |
| 535 | grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); |
| 536 | grid-column-gap: 15px; |
| 537 | grid-row-gap: 15px; |
| 538 | } |
| 539 | |
| 540 | .ep_nft_content_wrap .ep_nft_item { |
| 541 | padding-top: 15px; |
| 542 | padding-right: 15px; |
| 543 | padding-left: 15px; |
| 544 | padding-bottom: 15px; |
| 545 | background-color: #ffffff; |
| 546 | border-radius: 10px; |
| 547 | transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s; |
| 548 | box-shadow: 0 4px 15px rgba(0, 0, 0, .09); |
| 549 | overflow: hidden; |
| 550 | padding: 15px; |
| 551 | position: relative; |
| 552 | transition: .3s ease-in-out; |
| 553 | } |
| 554 | |
| 555 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item { |
| 556 | display: flex; |
| 557 | flex-direction: column; |
| 558 | } |
| 559 | |
| 560 | .ep_nft_content_wrap.ep_nft_list .ep_nft_item { |
| 561 | justify-content: flex-start; |
| 562 | align-items: flex-start; |
| 563 | } |
| 564 | |
| 565 | .ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content { |
| 566 | background-color: #edecf6e6; |
| 567 | } |
| 568 | |
| 569 | .ep_nft_content_wrap .ep_nft_thumbnail { |
| 570 | margin-top: 0px; |
| 571 | margin-right: 0px; |
| 572 | margin-left: 0px; |
| 573 | margin-bottom: 15px; |
| 574 | border-radius: 5px; |
| 575 | } |
| 576 | |
| 577 | .ep_nft_content_wrap .ep_nft_thumbnail img { |
| 578 | height: 340px; |
| 579 | border-radius: 5px; |
| 580 | width: 100%; |
| 581 | object-fit: cover; |
| 582 | } |
| 583 | |
| 584 | .ep_nft_content .ep_nft_title { |
| 585 | color: #333333; |
| 586 | font-size: 16px; |
| 587 | margin-top: 0px; |
| 588 | margin-right: 0px; |
| 589 | margin-left: 0px; |
| 590 | margin-bottom: 15px; |
| 591 | font-weight: 600; |
| 592 | word-break: break-all; |
| 593 | } |
| 594 | |
| 595 | .ep_nft_content { |
| 596 | text-align: left; |
| 597 | } |
| 598 | |
| 599 | .ep_nft_content .ep_nft_price { |
| 600 | color: #333333; |
| 601 | font-size: 14px; |
| 602 | margin-top: 0px; |
| 603 | margin-right: 0px; |
| 604 | margin-left: 0px; |
| 605 | margin-bottom: 0px; |
| 606 | display: flex; |
| 607 | font-weight: 600; |
| 608 | } |
| 609 | |
| 610 | .ep_nft_content .ep_nft_price:first-child { |
| 611 | margin-bottom: 10px; |
| 612 | } |
| 613 | |
| 614 | span.eb_nft_currency { |
| 615 | max-width: 28px; |
| 616 | display: flex; |
| 617 | align-items: center; |
| 618 | justify-content: center; |
| 619 | } |
| 620 | |
| 621 | span.eb_nft_currency svg { |
| 622 | width: 100%; |
| 623 | height: auto; |
| 624 | } |
| 625 | |
| 626 | .ep_nft_content .ep_nft_price_wrapper { |
| 627 | min-height: 20px; |
| 628 | } |
| 629 | |
| 630 | |
| 631 | .ep_nft_content .ep_nft_creator { |
| 632 | color: #333333; |
| 633 | font-size: 14px; |
| 634 | margin-top: 0px; |
| 635 | margin-right: 0px; |
| 636 | margin-left: 0px; |
| 637 | margin-bottom: 20px; |
| 638 | display: flex; |
| 639 | align-items: center; |
| 640 | gap: 5px; |
| 641 | } |
| 642 | |
| 643 | .ep_nft_content .ep_nft_creator a { |
| 644 | color: #3080E2; |
| 645 | font-size: 14px; |
| 646 | text-decoration: none; |
| 647 | word-break: break-all; |
| 648 | text-decoration: none; |
| 649 | } |
| 650 | |
| 651 | .ep_nft_content .ep_nft_creator img { |
| 652 | height: 30px; |
| 653 | width: 30px; |
| 654 | border-radius: 50%; |
| 655 | } |
| 656 | |
| 657 | .ep_nft_content .ep_nft_button button { |
| 658 | margin-top: 0px; |
| 659 | margin-right: 0px; |
| 660 | margin-left: 0px; |
| 661 | margin-bottom: 0px; |
| 662 | } |
| 663 | |
| 664 | .ep_nft_content .ep_nft_button button a { |
| 665 | background-color: #3080E2; |
| 666 | color: #ffffff; |
| 667 | font-size: 14px; |
| 668 | padding-top: 15px; |
| 669 | padding-right: 20px; |
| 670 | padding-left: 20px; |
| 671 | padding-bottom: 15px; |
| 672 | transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s; |
| 673 | } |
| 674 | |
| 675 | .ep_nft_content .ep_nft_button button:hover a { |
| 676 | background-color: rgb(46, 142, 238); |
| 677 | color: #ffffff; |
| 678 | } |
| 679 | |
| 680 | .ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button { |
| 681 | opacity: 1; |
| 682 | transform: translate(0); |
| 683 | visibility: visible; |
| 684 | } |
| 685 | |
| 686 | |
| 687 | .ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover { |
| 688 | background-color: rgb(46, 142, 238); |
| 689 | color: #ffffff; |
| 690 | } |
| 691 | |
| 692 | .ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button { |
| 693 | opacity: 1; |
| 694 | transform: translate(0); |
| 695 | visibility: visible; |
| 696 | } |
| 697 | |
| 698 | .ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button { |
| 699 | bottom: 0; |
| 700 | left: 0; |
| 701 | opacity: 0; |
| 702 | position: absolute; |
| 703 | transform: translateY(30px); |
| 704 | visibility: hidden; |
| 705 | width: 100%; |
| 706 | transition: 0.3s; |
| 707 | } |
| 708 | |
| 709 | .ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep-nft-single-item-wraper .ep_nft_button { |
| 710 | margin-top: auto; |
| 711 | display: flex; |
| 712 | justify-content: space-between; |
| 713 | gap: 15px; |
| 714 | } |
| 715 | |
| 716 | .ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a { |
| 717 | background-color: #3080E2; |
| 718 | color: #ffffff; |
| 719 | font-size: 14px; |
| 720 | padding: 10px 20px; |
| 721 | transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s; |
| 722 | display: block; |
| 723 | text-align: center; |
| 724 | font-weight: 500; |
| 725 | text-decoration: none; |
| 726 | } |
| 727 | .ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button span.ep-nft-rank{ |
| 728 | color: #a88484; |
| 729 | border-color: #a88484; |
| 730 | } |
| 731 | |
| 732 | /* mimmikcssStart */ |
| 733 | |
| 734 | |
| 735 | /* NFT List item CSS */ |
| 736 | |
| 737 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item { |
| 738 | display: flex; |
| 739 | gap: 15px; |
| 740 | align-items: center; |
| 741 | border-radius: 10px; |
| 742 | } |
| 743 | |
| 744 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail { |
| 745 | width: 55%; |
| 746 | } |
| 747 | |
| 748 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content { |
| 749 | width: calc(45% - 15px); |
| 750 | } |
| 751 | |
| 752 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale { |
| 753 | margin-bottom: 15px; |
| 754 | } |
| 755 | |
| 756 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg { |
| 757 | border-radius: 10px; |
| 758 | } |
| 759 | |
| 760 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img { |
| 761 | height: 260px; |
| 762 | } |
| 763 | |
| 764 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a { |
| 765 | border-radius: 10px; |
| 766 | width: 100%; |
| 767 | display: flex; |
| 768 | align-items: center; |
| 769 | justify-content: center; |
| 770 | } |
| 771 | .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child { |
| 772 | margin-bottom: 15px; |
| 773 | } |
| 774 | |
| 775 | .alignleft .ose-opensea, |
| 776 | .alignright .ose-opensea, |
| 777 | .aligncenter .ose-opensea { |
| 778 | max-width: calc(100% - 40px) !important; |
| 779 | } |
| 780 | |
| 781 | .embedpress-gutenberg-wrapper.alignright, .embedpress-gutenberg-wrapper.alignleft { |
| 782 | width: 100%; |
| 783 | } |
| 784 | .embedpress-gutenberg-wrapper.alignright .ep-embed-content-wraper>div { |
| 785 | float: right; |
| 786 | } |
| 787 | |
| 788 | .embedpress-gutenberg-wrapper.aligncenter.ep-content-share-enabled .ep-embed-content-wraper{ |
| 789 | justify-content: center; |
| 790 | } |
| 791 | .embedpress-gutenberg-wrapper.alignright.ep-content-share-enabled .ep-embed-content-wraper{ |
| 792 | justify-content: right; |
| 793 | } |
| 794 | .embedpress-gutenberg-wrapper.alignleft.ep-content-share-enabled .ep-embed-content-wraper{ |
| 795 | justify-content: left; |
| 796 | } |
| 797 | .embedpress-gutenberg-wrapper.aligncenter { |
| 798 | text-align: center; |
| 799 | clear: both; |
| 800 | } |
| 801 | .theme-twentytwentythree footer.wp-block-template-part { |
| 802 | clear: both; |
| 803 | } |
| 804 | /* mimmikcssEnd */ |
| 805 | |
| 806 | @media all and (max-width: 1024px) { |
| 807 | |
| 808 | /* tabcssStart */ |
| 809 | .ep_nft_content_wrap.ep_nft__wrapper, |
| 810 | .ep_nft_content_wrap.ep_nft_list { |
| 811 | grid-template-columns: repeat(3, 1fr) !important; |
| 812 | } |
| 813 | |
| 814 | .alignleft .ose-opensea, |
| 815 | .alignright .ose-opensea, |
| 816 | .aligncenter .ose-opensea { |
| 817 | max-width: 100% !important; |
| 818 | } |
| 819 | |
| 820 | /* tabcssEnd */ |
| 821 | |
| 822 | } |
| 823 | |
| 824 | @media all and (max-width: 991px) { |
| 825 | |
| 826 | /* tabcssStart */ |
| 827 | .ose-opensea { |
| 828 | min-width: 100% !important; |
| 829 | max-width: calc(100% - 40px) !important; |
| 830 | } |
| 831 | |
| 832 | |
| 833 | |
| 834 | .ep_nft_content_wrap.ep_nft__wrapper, |
| 835 | .ep_nft_content_wrap.ep_nft_list { |
| 836 | grid-template-columns: repeat(2, 1fr) !important; |
| 837 | } |
| 838 | |
| 839 | /* tabcssEnd */ |
| 840 | |
| 841 | } |
| 842 | |
| 843 | @media all and (max-width: 767px) { |
| 844 | |
| 845 | /* mobcssStart */ |
| 846 | .ep_nft_content_wrap.ep_nft__wrapper, |
| 847 | .ep_nft_content_wrap.ep_nft_list { |
| 848 | grid-template-columns: repeat(1, 1fr) !important; |
| 849 | } |
| 850 | |
| 851 | /* mobcssEnd */ |
| 852 | |
| 853 | } |
| 854 | |
| 855 | |
| 856 | /* NFT Single item CSS */ |
| 857 | .ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item { |
| 858 | box-shadow: none; |
| 859 | } |
| 860 | |
| 861 | .ep-nft-rank-wraper { |
| 862 | margin-bottom: 16px; |
| 863 | font-weight: 600; |
| 864 | color: #333; |
| 865 | font-size: 16px; |
| 866 | } |
| 867 | |
| 868 | .ep-nft-rank-wraper.ep-empty-label span{ |
| 869 | margin-left: 0px; |
| 870 | } |
| 871 | span.ep-nft-rank { |
| 872 | padding: 2px 8px; |
| 873 | border-radius: 7px; |
| 874 | margin-left: 10px; |
| 875 | display: inline-block; |
| 876 | font-size: 14px; |
| 877 | font-weight: 600; |
| 878 | background: transparent!important; |
| 879 | border: 1px solid #ddd; |
| 880 | color: #333; |
| 881 | } |
| 882 | |
| 883 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content { |
| 884 | width: calc(55% - 15px); |
| 885 | } |
| 886 | |
| 887 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail { |
| 888 | width: 45%; |
| 889 | height: 100%; |
| 890 | } |
| 891 | |
| 892 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img { |
| 893 | height: 100%; |
| 894 | } |
| 895 | |
| 896 | .ep-nft-single-item-wraper span.eb_nft_label { |
| 897 | color: #333; |
| 898 | /* margin-bottom: -10px; */ |
| 899 | } |
| 900 | |
| 901 | .ep-nft-single-item-wraper .ep_nft_content .ep_nft_price { |
| 902 | display: flex; |
| 903 | flex-direction: column; |
| 904 | margin-right: 45px; |
| 905 | } |
| 906 | |
| 907 | .ep-nft-single-item-wraper span.eb_nft_price { |
| 908 | font-size: 30px; |
| 909 | line-height: normal; |
| 910 | } |
| 911 | |
| 912 | .ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img { |
| 913 | height: 15px; |
| 914 | width: 15px; |
| 915 | border-radius: 50%; |
| 916 | } |
| 917 | |
| 918 | .ep-nft-single-item-wraper .ep-usd-price { |
| 919 | bottom: 0; |
| 920 | font-size: 12px; |
| 921 | } |
| 922 | |
| 923 | .ep-nft-single-item-wraper span.eb_nft_label { |
| 924 | /* margin-bottom: -14px; */ |
| 925 | font-size: 15px; |
| 926 | } |
| 927 | |
| 928 | .ep-nft-single-item-wraper .ep_nft_content .ep_nft_title { |
| 929 | margin-bottom: 10px; |
| 930 | font-size: 24px; |
| 931 | } |
| 932 | |
| 933 | .ep-nft-single-item-wraper .CollectionLink--name svg { |
| 934 | width: 20px; |
| 935 | height: 20px; |
| 936 | margin-left: 5px; |
| 937 | } |
| 938 | |
| 939 | .ep-nft-single-item-wraper a.CollectionLink--link { |
| 940 | font-size: 15px; |
| 941 | font-weight: 500; |
| 942 | text-decoration: none; |
| 943 | margin-bottom: 15px; |
| 944 | display: block; |
| 945 | color: #3080E2; |
| 946 | } |
| 947 | |
| 948 | .ep-nft-single-item-wraper sub.verified-icon { |
| 949 | bottom: -5px; |
| 950 | left: 4px; |
| 951 | } |
| 952 | |
| 953 | /* toggle */ |
| 954 | .ep-nft-single-item-wraper .ep-accordion { |
| 955 | border: 1px solid #ddd; |
| 956 | border-radius: 10px; |
| 957 | margin-top: 15px; |
| 958 | display: block; |
| 959 | } |
| 960 | |
| 961 | .ep-nft-single-item-wraper .ep-toggle { |
| 962 | display: none; |
| 963 | } |
| 964 | |
| 965 | .ep-nft-single-item-wraper .ep-option { |
| 966 | position: relative; |
| 967 | } |
| 968 | |
| 969 | .ep-nft-single-item-wraper .ep-content { |
| 970 | padding: 1em; |
| 971 | border-top: 1px solid #ddd; |
| 972 | } |
| 973 | |
| 974 | .ep-nft-single-item-wraper .ep-content { |
| 975 | -webkit-backface-visibility: hidden; |
| 976 | backface-visibility: hidden; |
| 977 | transform: translateZ(0); |
| 978 | transition: all 0.2s; |
| 979 | } |
| 980 | |
| 981 | .ep-nft-single-item-wraper .ep-title { |
| 982 | -webkit-backface-visibility: hidden; |
| 983 | backface-visibility: hidden; |
| 984 | transform: translateZ(0); |
| 985 | transition: all 0.2s; |
| 986 | padding: 1em; |
| 987 | display: flex; |
| 988 | color: #333; |
| 989 | font-weight: bold; |
| 990 | cursor: pointer; |
| 991 | border-radius: 10px 10px 0 0; |
| 992 | align-items: center; |
| 993 | } |
| 994 | |
| 995 | .ep-nft-single-item-wraper label.ep-title svg { |
| 996 | width: 20px; |
| 997 | height: 20px; |
| 998 | margin-right: 6px; |
| 999 | } |
| 1000 | |
| 1001 | .ep-nft-single-item-wraper .ep-asset-detail-item { |
| 1002 | display: flex; |
| 1003 | justify-content: space-between; |
| 1004 | font-weight: 500; |
| 1005 | } |
| 1006 | |
| 1007 | .ep-nft-single-item-wraper .ep-asset-detail-item span { |
| 1008 | word-break: break-word; |
| 1009 | max-width: 75%; |
| 1010 | } |
| 1011 | |
| 1012 | .ep-nft-single-item-wraper .ep-content { |
| 1013 | display: block; |
| 1014 | } |
| 1015 | |
| 1016 | .ep-nft-single-item-wraper .ep-content p { |
| 1017 | margin: 0; |
| 1018 | padding: 0.5em 1em 1em; |
| 1019 | font-size: 0.9em; |
| 1020 | line-height: 1.5; |
| 1021 | } |
| 1022 | |
| 1023 | .ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content { |
| 1024 | display: none; |
| 1025 | background: transparent; |
| 1026 | } |
| 1027 | |
| 1028 | |
| 1029 | |
| 1030 | .ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper { |
| 1031 | display: flex; |
| 1032 | } |
| 1033 | |
| 1034 | .ep-nft-single-item-wraper .ep-toggle+.ep-title:after { |
| 1035 | content: ""; |
| 1036 | display: inline-block; |
| 1037 | position: absolute; |
| 1038 | width: 12px; |
| 1039 | height: 12px; |
| 1040 | background: transparent; |
| 1041 | text-indent: -9999px; |
| 1042 | border-top: 2px solid #bfbfbf; |
| 1043 | border-left: 2px solid #bfbfbf; |
| 1044 | transition: all 250ms ease-in-out; |
| 1045 | text-decoration: none; |
| 1046 | color: transparent; |
| 1047 | right: 15px; |
| 1048 | top: 50%; |
| 1049 | transform: rotate(45deg) translate(-20%, -5%); |
| 1050 | } |
| 1051 | .ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before { |
| 1052 | content: ""; |
| 1053 | display: inline-block; |
| 1054 | position: absolute; |
| 1055 | width: 12px; |
| 1056 | height: 12px; |
| 1057 | background: transparent; |
| 1058 | text-indent: -9999px; |
| 1059 | border-top: 2px solid #bfbfbf; |
| 1060 | border-left: 2px solid #bfbfbf; |
| 1061 | transition: all 250ms ease-in-out; |
| 1062 | text-decoration: none; |
| 1063 | color: transparent; |
| 1064 | right: 15px; |
| 1065 | top: 50%; |
| 1066 | transform: rotate(225deg) translate(80%, 20%); |
| 1067 | } |
| 1068 | .ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after { |
| 1069 | display: none; |
| 1070 | } |
| 1071 | |
| 1072 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank{ |
| 1073 | pointer-events: none; |
| 1074 | } |
| 1075 | |
| 1076 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content { |
| 1077 | margin-bottom: 20px; |
| 1078 | } |
| 1079 | .elementor-widget-container .ep-nft-gallery-wrapper .ep-loadmore-wrapper button, .embedpress-gutenberg-wrapper .ep-nft-gallery-wrapper .ep-loadmore-wrapper button{ |
| 1080 | display: none; |
| 1081 | } |
| 1082 | @media screen and (max-width: 1024px) { |
| 1083 | |
| 1084 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list { |
| 1085 | grid-template-columns: repeat(1, 1fr) !important; |
| 1086 | } |
| 1087 | |
| 1088 | } |
| 1089 | @media screen and (max-width: 991px) { |
| 1090 | |
| 1091 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list { |
| 1092 | grid-template-columns: repeat(1, 1fr) !important; |
| 1093 | } |
| 1094 | |
| 1095 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item { |
| 1096 | align-items: unset; |
| 1097 | flex-direction: column; |
| 1098 | } |
| 1099 | |
| 1100 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail { |
| 1101 | width: 100%; |
| 1102 | } |
| 1103 | |
| 1104 | .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content { |
| 1105 | width: 100%; |
| 1106 | } |
| 1107 | } |
| 1108 | |
| 1109 | @media screen and (max-width: 537px) { |
| 1110 | .ep-nft-single-item-wraper sub.ep-usd-price { |
| 1111 | margin-bottom: 15px; |
| 1112 | display: block; |
| 1113 | } |
| 1114 | .ose-embedpress-responsive>iframe { |
| 1115 | height: auto!important; |
| 1116 | } |
| 1117 | .ose-google-drive iframe{ |
| 1118 | height: 250px !important; |
| 1119 | |
| 1120 | } |
| 1121 | .ose-nrk-radio iframe{ |
| 1122 | height: 400px !important; |
| 1123 | } |
| 1124 | |
| 1125 | } |
| 1126 | |
| 1127 | .emebedpress-unit-percent iframe{ |
| 1128 | width: 100%!important; |
| 1129 | } |
| 1130 | |
| 1131 | |
| 1132 | /* Locked content form */ |
| 1133 | |
| 1134 | .password-form-container { |
| 1135 | width: 350px; |
| 1136 | text-align: center; |
| 1137 | padding: 30px; |
| 1138 | border-radius: 10px; |
| 1139 | box-shadow: 0px 0px 10px #f4eded; |
| 1140 | background-color: #f9f9ff; |
| 1141 | max-width: 100%; |
| 1142 | margin: auto; |
| 1143 | } |
| 1144 | .password-form-container h2 { |
| 1145 | font-size: 22px; |
| 1146 | margin-bottom: 15px; |
| 1147 | font-family: system-ui; |
| 1148 | } |
| 1149 | .password-form-container p { |
| 1150 | font-size: 12px; |
| 1151 | font-family: sans-serif; |
| 1152 | line-height: 1.4em; |
| 1153 | margin-bottom: 15px; |
| 1154 | } |
| 1155 | form.password-form { |
| 1156 | margin-bottom: 2px; |
| 1157 | } |
| 1158 | .password-form-container input[type="password"] { |
| 1159 | padding: 10px; |
| 1160 | border-radius: 5px; |
| 1161 | width: 100%; |
| 1162 | margin-bottom: 12px; |
| 1163 | font-size: 20px; |
| 1164 | color: #6354a5; |
| 1165 | outline: none; |
| 1166 | border: 1px solid #ddd; |
| 1167 | outline: 0; |
| 1168 | padding-left: 50px; |
| 1169 | font-family: sans-serif; |
| 1170 | height: 42px; |
| 1171 | } |
| 1172 | |
| 1173 | .password-form-container input[type="password"]::placeholder{ |
| 1174 | color: #e0d1d1; |
| 1175 | font-size: 14px; |
| 1176 | } |
| 1177 | |
| 1178 | .password-field{ |
| 1179 | position: relative; |
| 1180 | } |
| 1181 | .password-field span { |
| 1182 | position: absolute; |
| 1183 | top: 0px; |
| 1184 | left: 0px; |
| 1185 | display: flex; |
| 1186 | align-items: center; |
| 1187 | justify-content: center; |
| 1188 | height: 42px; |
| 1189 | width: 40px; |
| 1190 | background: #DED7FC; |
| 1191 | border-radius: 4px; |
| 1192 | } |
| 1193 | .password-field svg { |
| 1194 | width: 22px; |
| 1195 | } |
| 1196 | .password-form-container input[type="submit"] { |
| 1197 | padding: 12px 20px; |
| 1198 | background-color: #6354a5; |
| 1199 | color: #fff; |
| 1200 | border: none; |
| 1201 | border-radius: 5px; |
| 1202 | font-size: 14px; |
| 1203 | cursor: pointer; |
| 1204 | font-family: sans-serif; |
| 1205 | transition: background-color 0.3s ease, box-shadow 0.3s ease; |
| 1206 | font-weight: initial; |
| 1207 | white-space: normal; |
| 1208 | word-break: break-all; |
| 1209 | min-height: 42px; |
| 1210 | } |
| 1211 | .password-form-container button:hover { |
| 1212 | background-color: #0062cc; |
| 1213 | box-shadow: 0px 0px 10px #007bff; |
| 1214 | } |
| 1215 | .password-form-container .error-message { |
| 1216 | color: #ff0000; |
| 1217 | margin-top: 20px; |
| 1218 | font-size: 12px; |
| 1219 | line-height: 1.4em; |
| 1220 | } |
| 1221 | .password-form-container .error-message.hidden { |
| 1222 | display: none; |
| 1223 | } |
| 1224 | p.need-access-message { |
| 1225 | margin-bottom: 2px; |
| 1226 | margin-top: 13px; |
| 1227 | } |
| 1228 | .wp-block-embed__wrapper { |
| 1229 | display: inline-block; |
| 1230 | width: 100%; |
| 1231 | max-width: 100%!important; |
| 1232 | } |
| 1233 | .wp-block-embed__wrapper.position-right-wraper, .wp-block-embed__wrapper.position-right-wraper { |
| 1234 | max-width: calc(100% - 40px) !important; |
| 1235 | } |
| 1236 | |
| 1237 | .ep-elementor-content { |
| 1238 | position: relative; |
| 1239 | display: inline-block; |
| 1240 | max-width: 100%; |
| 1241 | } |
| 1242 | .ep-elementor-content.source-opensea { |
| 1243 | display: block; |
| 1244 | } |
| 1245 | /* social share css */ |
| 1246 | .wp-block-embedpress-embedpress > div, .ep-gutenberg-content { |
| 1247 | position: relative; |
| 1248 | clear: both; |
| 1249 | } |
| 1250 | .gutenberg-pdf-wraper { |
| 1251 | position: relative; |
| 1252 | width: 100%; |
| 1253 | } |
| 1254 | .ep-embed-content-wraper { |
| 1255 | width: 100%; |
| 1256 | } |
| 1257 | .ep-content-share-enabled .ep-embed-content-wraper { |
| 1258 | display: flex!important; |
| 1259 | } |
| 1260 | .ep-share-position-right .ep-embed-content-wraper{ |
| 1261 | flex-direction: row; |
| 1262 | } |
| 1263 | .ep-share-position-left .ep-embed-content-wraper{ |
| 1264 | flex-direction: row-reverse; |
| 1265 | } |
| 1266 | |
| 1267 | .ep-share-position-bottom .ep-embed-content-wraper{ |
| 1268 | flex-direction: column; |
| 1269 | } |
| 1270 | |
| 1271 | .ep-share-position-top .ep-embed-content-wraper { |
| 1272 | flex-direction: column-reverse; |
| 1273 | } |
| 1274 | |
| 1275 | .ep-fixed-width .gutenberg-pdf-wraper{ |
| 1276 | display: inline-block; |
| 1277 | } |
| 1278 | |
| 1279 | .ep-percentage-width .embedpress-inner-iframe{ |
| 1280 | width: 100%; |
| 1281 | } |
| 1282 | |
| 1283 | /* social share css */ |
| 1284 | |
| 1285 | .ep-social-share { |
| 1286 | display: flex; |
| 1287 | align-items: center; |
| 1288 | } |
| 1289 | |
| 1290 | .ep-social-share.share-position-right { |
| 1291 | right: -40px; |
| 1292 | top: 0; |
| 1293 | flex-direction: column; |
| 1294 | } |
| 1295 | .ep-social-share.share-position-left { |
| 1296 | left: 0px; |
| 1297 | top: 0; |
| 1298 | flex-direction: column; |
| 1299 | } |
| 1300 | |
| 1301 | .embedpress-gutenberg-wrapper .ep-social-share.share-position-left, .ep-elementor-content .ep-social-share.share-position-left{ |
| 1302 | left: -40px; |
| 1303 | } |
| 1304 | |
| 1305 | .ep-social-icon { |
| 1306 | display: flex; |
| 1307 | justify-content: center; |
| 1308 | align-items: center; |
| 1309 | width: 40px; |
| 1310 | height: 40px; |
| 1311 | margin: 0; |
| 1312 | color: #fff; |
| 1313 | text-decoration: none; |
| 1314 | font-size: 20px; |
| 1315 | } |
| 1316 | |
| 1317 | .ep-social-icon:hover { |
| 1318 | opacity: 0.8; |
| 1319 | } |
| 1320 | |
| 1321 | .ep-social-share svg { |
| 1322 | width: 20px; |
| 1323 | height: auto; |
| 1324 | } |
| 1325 | a.ep-social-icon.pinterest svg { |
| 1326 | height: 25px; |
| 1327 | } |
| 1328 | |
| 1329 | .facebook { |
| 1330 | background-color: #3b5998; |
| 1331 | } |
| 1332 | .facebook svg { |
| 1333 | width: 40px; |
| 1334 | } |
| 1335 | |
| 1336 | .twitter { |
| 1337 | background-color: #55acee; |
| 1338 | } |
| 1339 | |
| 1340 | .pinterest { |
| 1341 | background-color: #bd081c; |
| 1342 | } |
| 1343 | |
| 1344 | .linkedin { |
| 1345 | background-color: #0077b5; |
| 1346 | } |
| 1347 | |
| 1348 | .reddit { |
| 1349 | background-color: #ff4500; |
| 1350 | } |
| 1351 | |
| 1352 | .ep-social-icon i { |
| 1353 | margin-right: 0; |
| 1354 | } |
| 1355 | |
| 1356 | .ep-content-locked .watermark{ |
| 1357 | display: none!important; |
| 1358 | } |
| 1359 | .ep-content-protection-enabled .watermark { |
| 1360 | display: none!important; |
| 1361 | } |
| 1362 | |
| 1363 | .embedpress-pro-control.not-active { |
| 1364 | pointer-events: none; |
| 1365 | } |
| 1366 | |
| 1367 | .emebedpress-unit-percent, .ep-elementor-content.ep-percentage-width { |
| 1368 | width: 100%; |
| 1369 | } |
| 1370 | |
| 1371 | /* Documents viewer style */ |
| 1372 | [data-theme-mode='dark'] { |
| 1373 | --viewer-primary-color: #343434; |
| 1374 | --viewer-icons-hover-bgcolor: #453838; |
| 1375 | |
| 1376 | } |
| 1377 | [data-theme-mode='light'] { |
| 1378 | --viewer-primary-color: #f2f2f6; |
| 1379 | --viewer-icons-color: #343434; |
| 1380 | --viewer-icons-hover-bgcolor: #e5e1e9; |
| 1381 | } |
| 1382 | @media (prefers-color-scheme: dark) { |
| 1383 | :root { |
| 1384 | --viewer-primary-color: #343434; |
| 1385 | --viewer-icons-color: #f2f2f6; |
| 1386 | --viewer-icons-hover-bgcolor: #453838; |
| 1387 | |
| 1388 | } |
| 1389 | } |
| 1390 | |
| 1391 | @media (prefers-color-scheme: light) { |
| 1392 | :root { |
| 1393 | --viewer-primary-color: #f2f2f6; |
| 1394 | --viewer-icons-color: #343434; |
| 1395 | --viewer-icons-hover-bgcolor: #e5e1e9; |
| 1396 | |
| 1397 | } |
| 1398 | } |
| 1399 | |
| 1400 | .ep-file-download-option-masked::after, .ep-external-doc-icons{ |
| 1401 | background: var(--viewer-primary-color); |
| 1402 | } |
| 1403 | .ep-external-doc-icons svg path{ |
| 1404 | fill: var(--viewer-icons-color); |
| 1405 | } |
| 1406 | .ep-doc-draw-icon svg path{ |
| 1407 | fill: var(--viewer-primary-color); |
| 1408 | stroke: var(--viewer-icons-color); |
| 1409 | } |
| 1410 | |
| 1411 | .ep-external-doc-icons svg:hover svg path{ |
| 1412 | fill: var(--viewer-icons-color); |
| 1413 | stroke: var(--viewer-icons-color); |
| 1414 | } |
| 1415 | .ep-external-doc-icons svg:hover{ |
| 1416 | background-color: var(--viewer-icons-hover-bgcolor); |
| 1417 | } |
| 1418 | |
| 1419 | .ep-file-download-option-masked { |
| 1420 | position: relative; |
| 1421 | } |
| 1422 | .ep-file-download-option-masked { |
| 1423 | position: relative; |
| 1424 | width: 100%; |
| 1425 | height: 100%; |
| 1426 | overflow: hidden; |
| 1427 | } |
| 1428 | |
| 1429 | .ep-file-download-option-masked .overlay { |
| 1430 | position: absolute; |
| 1431 | top: 0; |
| 1432 | left: 50%; |
| 1433 | transform: translateX(-50%); |
| 1434 | width: calc(100% - 15px); |
| 1435 | height: calc(100% - 45px); |
| 1436 | background-color: rgb(66 23 23 / 0%); |
| 1437 | pointer-events: unset; |
| 1438 | z-index: 1; |
| 1439 | user-select: none; |
| 1440 | max-width: 800px; |
| 1441 | margin: 0 auto; |
| 1442 | } |
| 1443 | |
| 1444 | |
| 1445 | .ep-file-download-option-masked.ep-file-xls .overlay { |
| 1446 | height: calc(100% - 78px); |
| 1447 | } |
| 1448 | |
| 1449 | .ep-file-download-option-masked iframe { |
| 1450 | width: 100%; |
| 1451 | height: 100%; |
| 1452 | pointer-events: auto; |
| 1453 | } |
| 1454 | |
| 1455 | |
| 1456 | .ep-file-download-option-masked.enabled-text-copy { |
| 1457 | pointer-events: all; |
| 1458 | } |
| 1459 | .embed-download-disabled { |
| 1460 | width: 200px; |
| 1461 | height: 22px; |
| 1462 | background: #444444; |
| 1463 | position: absolute; |
| 1464 | right: 2px; |
| 1465 | bottom: 8px; |
| 1466 | opacity: 0; |
| 1467 | } |
| 1468 | |
| 1469 | .cui-toolbar-button-right { |
| 1470 | display: none!important; |
| 1471 | } |
| 1472 | |
| 1473 | .ndfHFb-c4YZDc-Wrql6b { |
| 1474 | display: none; |
| 1475 | } |
| 1476 | |
| 1477 | .ep-external-doc-icons { |
| 1478 | position: absolute; |
| 1479 | display: flex; |
| 1480 | flex-direction: revert; |
| 1481 | background: var(--viewer-primary-color); |
| 1482 | border-radius: 6px; |
| 1483 | z-index: 2; |
| 1484 | bottom: -18px; |
| 1485 | left: 50%; |
| 1486 | transform: translate(-50%, -50%); |
| 1487 | padding: 0 10px; |
| 1488 | } |
| 1489 | |
| 1490 | .ep-external-doc-icons svg{ |
| 1491 | width: 30px; |
| 1492 | height: 30px; |
| 1493 | cursor: pointer; |
| 1494 | transition: 0.3s; |
| 1495 | padding: 5px; |
| 1496 | border-radius: 4px; |
| 1497 | } |
| 1498 | .block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg { |
| 1499 | width: 22px; |
| 1500 | height: 22px; |
| 1501 | } |
| 1502 | .block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg, .block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg { |
| 1503 | width: 20px!important; |
| 1504 | } |
| 1505 | |
| 1506 | .ep-doc-minimize-icon svg, .ep-doc-fullscreen-icon svg { |
| 1507 | padding: 6px; |
| 1508 | } |
| 1509 | .ep-external-doc-icons svg:hover { |
| 1510 | border-radius: 4px; |
| 1511 | } |
| 1512 | |
| 1513 | .ep-doc-draw-icon.active svg{ |
| 1514 | background: var(--viewer-icons-hover-bgcolor); |
| 1515 | } |
| 1516 | |
| 1517 | .ep-doc-download-icon, .ep-doc-print-icon, .ep-doc-fullscreen-icon, .ep-doc-popup-icon, .ep-doc-draw-icon, .ep-doc-minimize-icon { |
| 1518 | display: flex; |
| 1519 | align-items: center; |
| 1520 | justify-content: center; |
| 1521 | width: 40px; |
| 1522 | height: 40px; |
| 1523 | /* background: var(--viewer-primary-color); */ |
| 1524 | } |
| 1525 | |
| 1526 | .elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe, .embedpress-document-embed .fullscreen-enabled iframe { |
| 1527 | width: 100%!important; |
| 1528 | height: 100%!important; |
| 1529 | } |
| 1530 | .ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe { |
| 1531 | margin-left: 22%; |
| 1532 | } |
| 1533 | |
| 1534 | .ep-file-download-option-masked::after { |
| 1535 | position: absolute; |
| 1536 | width: 100%; |
| 1537 | height: 30px; |
| 1538 | background: var(--viewer-primary-color); |
| 1539 | z-index: 1; |
| 1540 | bottom: 0; |
| 1541 | content: ''; |
| 1542 | left: 0; |
| 1543 | } |
| 1544 | .ep-file-download-option-masked.ep-file-docx::after { |
| 1545 | bottom: 0; |
| 1546 | } |
| 1547 | |
| 1548 | .ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled::after { |
| 1549 | bottom: 0px; |
| 1550 | background: white; |
| 1551 | height: 22px; |
| 1552 | } |
| 1553 | .ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled::after { |
| 1554 | bottom: 0; |
| 1555 | } |
| 1556 | |
| 1557 | |
| 1558 | canvas.ep-doc-canvas { |
| 1559 | position: absolute; |
| 1560 | z-index: 1; |
| 1561 | left: 0; |
| 1562 | bottom: 0; |
| 1563 | right: 0; |
| 1564 | top: 0; |
| 1565 | clear: both; |
| 1566 | margin: auto; |
| 1567 | display: none; |
| 1568 | } |
| 1569 | |
| 1570 | /* .ep-file-download-option-masked::after, .ep-file-download-option-masked iframe { |
| 1571 | pointer-events: none; |
| 1572 | user-select: none; |
| 1573 | opacity: 0; |
| 1574 | } */ |
| 1575 |