PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 4.12.2
WpStream – Live Streaming, Video on Demand, Pay Per View v4.12.2
4.14.1 4.14.0 4.13.2 4.13.1 4.13 4.12.5 4.12.4 4.12.3 4.12.2 4.12.1 4.12 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5 4.5.1 4.5.11 4.5.11.1 4.5.11.2 4.5.11.4 4.5.11.5 4.5.11.6 All 181 releases
wpstream / public / css / wpstream_style.css

wpstream_style.css in WpStream – Live Streaming, Video on Demand, Pay Per View 4.12.2, at public/css/wpstream_style.css

960 lines 22.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpstream_product_front{
2 width:100%;
3 padding: 10px;
4 float:left;
5 }
6
7 .wpstream_product_wrapper{
8 float:left;
9 }
10
11 .wpstream_product_image_wrapper{
12 float: left;
13 width: 100px;
14 text-decoration: none;
15
16 }
17
18 .wpstream_product_front img{
19 float: left;
20 height: 75px!important;
21 width: auto;
22 }
23
24 .wpstream_product_front:nth-child(even){
25 background-color: #f8f6f6;
26 }
27
28 .wpstream_product_name_front{
29 float: left;
30 font-weight: bold;
31 margin: 0px 0px 0px 30px;
32 width:100%;
33 text-decoration: none;
34 }
35 .wpstream_product_see:visited,
36 .wpstream_product_see{
37 float:left;
38 background-color: #e16767;
39 color:#fff;
40 padding: 2px 10px;
41 cursor:pointer;
42 margin: 10px 0px 0px 30px;
43 font-size: 12px;
44 }
45
46 .wpstream_product_see:hover{
47 background-color: #76b06c;
48 color:#fff;
49 }
50
51
52 .wpstream_player_wrapper{
53
54 }
55
56 .wpstream_not_live_mess{
57 position: absolute;
58 top: 31%;
59 left: 0;
60 right: 0;
61 z-index: 9;
62 width: 50%;
63 margin: 0 auto;
64 text-align: center;
65 color:#fff;
66 font-family: Arial;
67 }
68
69 .wpstream_live_channel_status {
70 position: relative !important;
71 margin: 0 !important;
72 bottom: 0 !important;
73 padding: 0 !important;
74 }
75
76 .wpstream_live_channel_status .wpstream_live_channel_status_message {
77 font-weight: 400;
78 font-size: 16px;
79 background: #8B0000;
80 padding: 10px 15px 10px 35px;
81 width: auto;
82 float: left;
83 border-radius: 8px;
84 }
85
86 .wpstream_not_live_mess_back{
87 background-color: #000;
88 position: absolute;
89 width: 100%;
90 height: 100%;
91 opacity: 0.5;
92 border-radius: 6px;
93 padding: 10px;
94 }
95
96 .wpstream-video-container {
97 position: relative;
98 }
99 .wpstream-pre-load-spinner {
100 position: absolute;
101 top: 50%;
102 left: 50%;
103 width: 40px;
104 height: 40px;
105 margin: -25px 0 0 -25px;
106 opacity: 0.85;
107 border-radius: 40px;
108 border: 6px solid rgba(43, 51, 63, 0.7);
109 border-top-color: white;
110 animation: wpstream-spinner-spin 1.1s linear infinite;
111 z-index: 1;
112 }
113
114 @keyframes wpstream-spinner-spin {
115 0% { transform: rotate(0deg); }
116 100% { transform: rotate(360deg); }
117 }
118
119 .wpstream_not_live_mess_mess{
120 color: #fff;
121 font-size: 17px;
122 z-index: 10;
123 position: relative;
124 padding: 10px;
125 }
126
127 .wpestate_header_video .wpstream_not_live_mess_mess {
128 position: absolute;
129 left: 0;
130 right: 0;
131 width: 40%;
132 background-color: #0000008a;
133 z-index: 99;
134 color: #fff;
135 left: 0;
136 right: 0;
137 top: 48%;
138 margin: 0 auto;
139 text-align: center;
140 padding: 20px 50px;
141 font-size: 24px;
142 z-index: 999;
143 width: 100%;
144 line-height: 100px;
145 }
146
147
148
149 .wpstream_player_container{
150 /* height: 675px;*/
151 max-width:1200px;
152 margin: 0px auto;
153 margin-bottom: 30px;
154 }
155 .wpestream_inserted_player .wpstream_player_container{
156 height: auto;
157 }
158
159 .wpestream_inserted_player{
160 display: flex;
161 }
162
163 #wpstream-video{
164 width: 100%;
165 }
166
167 .wpstream_notice,
168 .wpstream_vod_notice{
169 background-color: #e16767;
170 color: #fff;
171 padding: 2px 10px;
172 margin-bottom: 30px;
173 display: inline-block;
174 border-radius: 3px;
175 width: 100%;
176 font-size: 16px;
177 }
178
179
180 #wpstream_product_wrap_no_buy{
181 margin-top: 0px;
182 }
183
184 .wpstream_player_wrapper.no_buy{
185 position:relative;
186 height: 30px;
187 background: transparent;
188 margin-bottom: 15px;
189 }
190
191 .wpstream_player_wrapper.no_buy .wpstream_player_container{
192 height: 30px;
193 }
194
195 .wpstream_player_wrapper.wpstream_player_shortcode{
196 width: 100%;
197 position: relative;
198 margin-bottom: 15px;
199 float: left;
200 }
201
202 /* Hide featured VOD player by default to prevent first-paint flash. */
203 /*.single-wpstream_product_vod .wpstream_featured_banner_vod .wpstream_player_wrapper.wpstream_player_shortcode,*/
204 /*.single-wpstream_product_vod .wpstream-featured-player-wrapper .wpstream_player_wrapper.wpstream_player_shortcode {*/
205 /* visibility: hidden;*/
206 /*}*/
207 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy{
208 height: auto;
209 float: left;
210 }
211
212 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy .wpstream_player_container{
213 height: auto;
214 }
215
216 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy .wpstream_notice{
217 background: transparent;
218 position: absolute;
219 width:100%;
220 top:45%;
221 text-align:center;
222 font-size: 22px;
223 }
224
225 .wpstream_live_player_wrapper .video-js .vjs-big-play-button ,
226 .wpstream_player_container .video-js .vjs-big-play-button {
227 line-height: 90px!important;
228 position: absolute!important;
229 top: 50%!important;
230 left: 50%!important;
231 margin-left: -45px;
232 margin-top: -45px;
233 border: 2px solid #494848!important;
234 font-size: 57px!important;
235 border-radius: 50%!important;
236 background-color: #2b333f!important;
237 }
238
239 .wpstream_player_container .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
240 left: 2px;
241 }
242
243 .wpstream_player_container .video-js .vjs-big-play-button .vjs-control-text {
244 width: max-content !important;
245 }
246
247 .wpstream_player_container .video-js .vjs-big-play-button {
248 width: 1.63332em;
249 }
250
251 .video-js .vjs-big-play-button .vjs-icon-placeholder{
252 opacity: 0.8;
253 transition: 0.3s ease-out;
254 }
255
256 .video-js .vjs-big-play-button:focus .vjs-icon-placeholder,
257 .video-js:hover .vjs-icon-placeholder{
258 opacity: 1;
259 }
260
261 /* Title overlay: match theme "Play Video" row (gradient circle + label) used with .video-js .vjs-big-play-button / .wpstream_video_on_demand_play_video_wrapper. */
262
263 .wpstream_title_wrapper_simple button.wpstream_player_controls.wpstream_video_on_demand_play_video_wrapper,
264 .wpstream_title_wrapper_simple+.wpstream_video_on_demand_actions_wrapper button.wpstream_player_controls.wpstream_video_on_demand_play_video_wrapper,
265 .wpstream_player_container+.wpstream_video_on_demand_actions_wrapper button.wpstream_player_controls.wpstream_video_on_demand_play_video_wrapper {
266 order: unset;
267 z-index: 10;
268 display: inline-flex;
269 justify-content: center;
270 align-items: center;
271 gap: 15px;
272 margin: 0;
273 padding: 0;
274 border: none;
275 background: transparent;
276 cursor: pointer;
277 color: var(--white-color, #ffffff);
278 font-size: 20px;
279 font-family: inherit;
280 line-height: 1.2;
281 text-align: left;
282 }
283
284 .wpstream_title_wrapper_simple button.wpstream_player_controls.wpstream_video_on_demand_play_video_wrapper:hover,
285 .wpstream_title_wrapper_simple button.wpstream_player_controls.wpstream_video_on_demand_play_video_wrapper:focus-visible,
286 .wpstream_player_container .wpstream_video_on_demand_actions_wrapper button.wpstream_player_controls.wpstream_video_on_demand_play_video_wrapper:hover,
287 .wpstream_player_container .wpstream_video_on_demand_actions_wrapper button.wpstream_player_controls.wpstream_video_on_demand_play_video_wrapper:focus-visible {
288 color: #60AFFF;
289 }
290
291 .wpstream_title_wrapper_simple button.wpstream_player_controls.wpstream_video_on_demand_play_video_wrapper:hover .wpstream_video_on_demand_play_video,
292 .wpstream_title_wrapper_simple button.wpstream_player_controls.wpstream_video_on_demand_play_video_wrapper:focus-visible .wpstream_video_on_demand_play_video,
293 .wpstream_player_container .wpstream_video_on_demand_actions_wrapper button.wpstream_player_controls.wpstream_video_on_demand_play_video_wrapper:hover .wpstream_video_on_demand_play_video,
294 .wpstream_player_container .wpstream_video_on_demand_actions_wrapper button.wpstream_player_controls.wpstream_video_on_demand_play_video_wrapper:focus-visible .wpstream_video_on_demand_play_video {
295 background: linear-gradient(
296 var(--wpstream-type-1-button-hover_background-color-gradient-angle, 90deg),
297 var(--wpstream_type_1_button_hover_background_color_gradient_first_color, rgb(78, 46, 229)),
298 var(--wpstream_type_1_button_hover_background_color_gradient_second_color, rgb(89, 125, 250))
299 );
300 }
301
302 .wpstream_title_wrapper_simple button.wpstream_player_controls .wpstream_video_on_demand_play_video,
303 .wpstream_title_wrapper_simple+.wpstream_video_on_demand_actions_wrapper button.wpstream_player_controls .wpstream_video_on_demand_play_video,
304 .wpstream_player_container .wpstream_video_on_demand_actions_wrapper button.wpstream_player_controls .wpstream_video_on_demand_play_video {
305 flex-shrink: 0;
306 display: flex;
307 justify-content: center;
308 align-items: center;
309 width: 55px !important;
310 height: 55px !important;
311 margin: 0;
312 padding: 0 !important;
313 border: none !important;
314 border-radius: 50%;
315 line-height: 55px;
316 text-align: center;
317 box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
318 transition: background 300ms ease;
319 background: linear-gradient(
320 var(--wpstream-type-1-button-background-color-gradient-angle, 90deg),
321 color-mix(in srgb, var(--wpstream_type_1_button_background_color_gradient_first_color, #597dfa) calc(var(--wpstream-type-2-button-opacity, 0) * 1%), #597dfa),
322 color-mix(in srgb, var(--wpstream_type_1_button_background_color_gradient_second_color, #4e2ee5) calc(var(--wpstream-type-2-button-opacity, 0) * 1%), #4e2ee5)
323 );
324 }
325
326 .wpstream_title_wrapper_simple button.wpstream_player_controls .wpstream_video_on_demand_play_video:hover,
327 .wpstream_player_container .wpstream_video_on_demand_actions_wrapper button.wpstream_player_controls .wpstream_video_on_demand_play_video:hover {
328 background: linear-gradient(
329 var(--wpstream-type-1-button-hover_background-color-gradient-angle, 90deg),
330 color-mix(in srgb, var(--wpstream_type_1_button_hover_background_color_gradient_first_color, #597dfa) calc(var(--wpstream-type-2-button-opacity, 0) * 1%), #597dfa),
331 color-mix(in srgb, var(--wpstream_type_1_button_hover_background_color_gradient_second_color, #4e2ee5) calc(var(--wpstream-type-2-button-opacity, 0) * 1%), #4e2ee5)
332 );
333 }
334
335 .wpstream_title_wrapper_simple button.wpstream_player_controls .wpstream_video_on_demand_play_video svg,
336 .wpstream_title_wrapper_simple+.wpstream_video_on_demand_actions_wrapper button.wpstream_player_controls .wpstream_video_on_demand_play_video svg,
337 .wpstream_player_container .wpstream_video_on_demand_actions_wrapper button.wpstream_player_controls .wpstream_video_on_demand_play_video svg {
338 height: 21px;
339 width: 21px;
340 margin: -1px 0 0 6px;
341 }
342
343 body:not(.wp-theme-hello-wpstream) .wpstream_video_on_demand_actions_wrapper {
344 display: none;
345 }
346
347 .wpstream_title_wrapper_simple .wpstream_video_on_demand_actions_wrapper,
348 .wpstream_player_container .wpstream_video_on_demand_actions_wrapper {
349 display: flex;
350 justify-content: space-between;
351 align-items: center;
352 width: 100%;
353 }
354
355 .wpstream_video_on_demand_actions_wrapper {
356 position: relative;
357 display: flex;
358 visibility: visible;
359 z-index: 999;
360 justify-content: space-between;
361 max-width: calc(var(--wpstream-theme-width-container, 1352px) + var(--bs-gutter-x));
362 margin: auto;
363 left: 0;
364 right: 0;
365 bottom: 0;
366 }
367
368 .wpstream_section.wpstream_featured_banner_vod.wpstream-featured-player-wrapper .wpstream_title_wrapper_simple .wpstream_video_on_demand_actions_wrapper {
369 position: relative;
370 bottom: 0;
371 pointer-events: auto;
372 }
373
374 .wpstream_live_channel_actions_wrapper {
375 display: flex;
376 justify-content: space-between;
377 width: 100%;
378 }
379
380 .video-js.vjs-logo.logo-top.logo-left .wpestream_live_counting:not(:empty)~.vjs-logo-content {
381 top: 30px !important;
382 }
383
384 .video-js.vjs-logo.logo-bottom .vjs-logo-content {
385 bottom: 40px !important;
386 }
387
388 .video-js .vjs-logo-content {
389 position: absolute;
390 }
391
392 .video-js.vjs-has-started .vjs-logo-content img {
393 height: auto;
394 }
395
396 @media only screen and (max-width: 768px) {
397 .vjs-logo-content > img {
398 width: 50%;
399 }
400 }
401
402 .video-js .vjs-volume-level:before {
403 font-size: 10px !important;
404 /*top: 0 !important;*/
405 }
406
407
408
409 .wpstream_get_download_link{
410 display:none;
411 }
412
413 .vjs-youtube .vjs-poster {
414 background-size: contain!important;
415 }
416 .vjs-youtube .vjs-poster img {
417 background-size: contain!important;
418 width: 100%;
419 }
420
421
422 /*product list shortcode*/
423
424
425 .shortcode_list_wrapper{
426 margin: 0px -10px;
427 display: flex;
428 flex-direction: row;
429 flex-wrap: wrap;
430 }
431
432 .wpstream_media_list_wrapper li.product.entry{
433 float: left;
434 margin: 0px 0px 30px 0px;
435 padding: 0px 10px;
436 position: relative;
437 width: 33.3%;
438 }
439
440 .wpstream_media_list_wrapper.columns-1 li.product.entry{
441 width: 100%;
442 }
443 .wpstream_media_list_wrapper.columns-2 li.product.entry{
444 width: 50%;
445 }
446 .wpstream_media_list_wrapper.columns-3 li.product.entry{
447 width: 33.3%;
448 }
449 .wpstream_media_list_wrapper.columns-4 li.product.entry{
450 width: 25%;
451 }
452
453
454
455 .wpstream_media_list_wrapper li.last.entry{
456 margin-right: 0;
457 }
458
459
460 .wpstream_pagination{
461 list-style: none;
462 width: 100%;
463 display: inline-block;
464 }
465
466 .wpstream_pagination li{
467 display: inline-block;
468 }
469
470
471 .wpstream_media_list_wrapper{
472 display: flex;
473 flex-wrap: wrap;
474 flex-direction: row;
475 }
476
477 .wpstream_product_unit{
478 width: 33.3%;
479 margin: 0px 0px 30px 0px;
480 display: inline-block;
481 padding: 0px 10px;
482 }
483 .wpstream_media_list_wrapper.columns-1 .wpstream_product_unit{
484 width: 100%;
485 }
486 .wpstream_media_list_wrapper.columns-2 .wpstream_product_unit{
487 width: 50%;
488 }
489 .wpstream_media_list_wrapper.columns-3 .wpstream_product_unit{
490 width: 33.3%;
491 }
492 .wpstream_media_list_wrapper.columns-4 .wpstream_product_unit{
493 width: 25%;
494 }
495
496 .wpstream_product_unit .product_image{
497 width: 100%;
498 height: 255px;
499 background-position: 50%;
500 background-repeat: no-repeat;
501 background-size: cover;
502 background-color: #f1f1f1;
503 }
504
505 .wpstream_product_unit .product_title{
506 text-decoration: none!important;
507 color: #333;
508 font-size: 20px;
509 font-weight: 600;
510 width: 100%;
511 display: inline-block;
512 }
513
514 .wpstream_product_unit .see_product {
515 text-decoration: none!important;
516 font-size: 14px;
517 color:#555;
518 }
519
520 .wpstream_live_player_wrapper{
521 position:relative;
522 }
523
524 .wpestream_live_counting{
525 position: absolute;
526 padding: 6px 7px;
527 color: #fff;
528 z-index: 99;
529 top: 10px;
530 left: 10px;
531 font-size: 12px;
532 border-radius: 2px;
533 font-family: Arial;
534 }
535
536 .wpstream_player_wrapper_sec .wpestream_live_counting{
537 bottom: 32px;
538 top:auto;
539 }
540
541
542 /*wpstream chat wrapper*/
543
544 .wpstream_plugin_chat_wrapper{
545 width: 100%;
546 height: 100%;
547 background: #222;
548 min-height: 406px;
549 max-height: 505px;
550 position: relative;
551 margin-bottom: 15px;
552 float: left;
553 }
554 .wpstream_chat_input .col-lg-12 {
555 -webkit-box-flex: 0;
556 -ms-flex: 0 0 100%;
557 flex: 0 0 100%;
558 max-width: 100%;
559 padding-right: 15px;
560 padding-left: 15px;
561 }
562
563 .wpstream_plugin_chat_wrapper .chat_wrapper{
564 width: 100%;
565 }
566 #help-dialog,
567 #admin-help-dialog{
568 display:none;
569 }
570
571 .wpstream_plugin_chat_wrapper .wpestream_chat_meat {
572 padding-top: 15px;
573 background: #222;
574 border: none;
575 opacity:1;
576 }
577
578 .wpstream_plugin_chat_wrapper #panel {
579 height: 100%;
580 font-size: 13px;
581 padding: 0px 15px 110px 15px;
582 }
583
584 .wpstream_plugin_chat_wrapper .wpstream_chat_input{
585 bottom:10px;
586 }
587
588
589 .chat_wrapper{
590 width: 300px;
591 position: absolute;
592 z-index: 100;
593 top: 0px;
594 right: 0px;
595 height: 100%;
596 }
597
598 .wpstream_chat_container{
599 height: 100%;
600 }
601
602 .wpestream_chat_meat{
603 background: black;
604 height: 100%;
605 opacity: 0.9;
606 border-left: 1px solid #151520;
607 padding-top: 50px;
608 }
609
610 .chat_nav_bar{
611 position: absolute;
612 background: red;
613 bottom: 0px;
614 left: -143px;
615
616 }
617
618 .chat_nav_bar_list{
619 list-style-type: none;
620 }
621
622 .chat_nav_bar_list{
623 color:#fff;
624 }
625
626 #panel {
627 height: 100%;
628 font-size: 13px;
629 padding: 50px 15px 100px 15px;
630 display: flex;
631 justify-content: flex-end;
632 flex-direction: column;
633 overflow: hidden;
634 }
635
636 #message{
637 width: 100%;
638 height: 60px;
639 border: 1px solid #686890!important;
640 background-color: transparent;
641 color: #efefef;
642 font-size: 13px;
643 padding: 4px 8px;
644 line-height: 1.3em;
645
646 }
647
648 .wpstream_chat_input{
649 width: 100%;
650 position: absolute;
651 bottom: 0px;
652 right: 0px;
653
654 }
655
656 #send{
657 background-color: #72729d;
658 color: #fff;
659 font-size: 13px;
660 text-transform: capitalize;
661 padding: 3px 11px;
662 border-radius: 0px;
663 margin-top: 10px;
664 float: right;
665 }
666
667 .msg{
668 color:#ededed;
669 }
670
671 .timestamp {
672 color: #eee;
673 display:none;
674 }
675
676 .message {
677 color: #FFEB3B;
678 margin-top: 6px;
679 }
680
681 .wpestream_chat_meat hr {
682 background-color: #151520;
683 }
684
685 .wpstream_chat_actions{
686 width:100%;
687 }
688
689 #user{
690 float: left;
691 cursor: pointer;
692 margin: 10px 3px;
693 }
694
695 #user:hover{
696 color:#72729d;
697 }
698
699 #users-dialog{
700 display:none;
701 position: absolute;
702 background: #242939;
703 bottom: 149px;
704 padding: 15px;
705 color: #efefef;
706 opacity: 0.8;
707
708 }
709
710 #users-dialog li{
711 color: #efefef;
712 }
713
714 #users-dialog h4{
715 font-size: 15px;
716 margin-bottom: 15px;
717 }
718
719 #users-dialog ul{
720 list-style-type: none;
721 }
722 #users-content{
723 list-style-type: none;
724 }
725 #close-users-dialog{
726 position: absolute;
727 top:5px;
728 right: 5px;
729 cursor: pointer;
730 }
731
732 .event_list_unit.hidden {
733 display: none;
734 }
735
736 /* start streaming styling front end*/
737 .event_unit_style_front.event_list_unit{
738 box-shadow: none;
739 background: transparent;
740 margin: 10px 0px;
741 width: 830px;
742 }
743
744 .event_unit_style_front.event_list_unit:hover{
745 background: transparent;
746 transform: none;
747 box-shadow: none;
748 }
749
750 .event_unit_style_front .wpstream_button.wpstream_turning_on,
751 .event_unit_style_front .start_event.wpstream_button{
752 min-width: 170px;
753 padding: 5px 20px;
754 }
755
756 .event_unit_style_front .record_wrapper{
757 display:none;
758 }
759
760 .event_unit_style_front .multiple_warning_events{
761 display: none;
762 }
763
764 .event_unit_style_front .wpstream_channel_status.not_ready_to_stream .dashicons {
765 margin-top: 0px;
766 }
767
768 .event_unit_style_front .wpstream_channel_status .dashicons{
769 margin-top: -3px;
770 }
771
772 .event_unit_style_front .wpstream_channel_status{
773 padding: 0px 10px 10px 10px;
774 }
775
776 .event_unit_style_front .event_list_unit_notificationx{
777 font-size: 14px;
778 float:left;
779 width: 100%;
780 }
781
782 .wpstream_social_share_wrapper a{
783 text-decoration: none!important;
784 }
785
786
787 .event_unit_style_front .wpstream_modal_form{
788 width: 520px;
789 height: 520px;
790 background-color: #fff;
791 position: fixed;
792 top: 50%;
793 margin-top: -260px;
794 left: 50%;
795 margin-left: -260px;
796 display: none;
797 z-index: 1002;
798 padding: 30px;
799 border-radius: 5px;
800 line-height: 1.4em;
801 }
802
803 .event_unit_style_front .wpstream_external_broadcast_options{
804 font-size: 14px;
805 line-height: 2;
806 color: #2c3338;
807 border-color: #8c8f94;
808 box-shadow: none;
809 border-radius: 3px;
810 padding: 0 24px 0 8px;
811 min-height: 30px;
812 max-width: 25rem;
813 -webkit-appearance: none;
814 background-size: 16px 16px;
815 cursor: pointer;
816 vertical-align: middle;
817 background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
818 }
819
820 .event_unit_style_front .wpstream_stop_event.wpstream_button{
821 min-width: 170px;
822 padding: 5px 20px;
823
824 }
825
826 .event_unit_style_front .external_software_streaming_details{
827 width: 460px;
828 line-height: 1em;
829 }
830
831 .event_unit_style_front .wpstream_modal_explanations ul{
832 list-style: none;
833 padding: 0px;
834 }
835
836 .event_unit_style_front .wpstream_modal_explanations li{
837 line-height: 1.4em;
838 }
839
840 .wpstream_live_uri_text.wpstream_larix_rtmp{
841 width: 345px;
842 }
843
844
845 @keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}
846
847
848 @media only screen and (max-width:1099px){
849 .event_unit_style_front.event_list_unit {
850 flex-direction: column;
851 align-content: center;
852 justify-content: flex-start;
853 align-items: flex-start;
854 width: auto;
855 position: relative;
856 border: 1px solid #e2e5e8;
857 }
858 }
859 @media only screen and (max-width:768px){
860 .wpstream_media_list_wrapper.columns-1 .wpstream_product_unit,
861 .wpstream_media_list_wrapper.columns-2 .wpstream_product_unit,
862 .wpstream_media_list_wrapper.columns-3 .wpstream_product_unit,
863 .wpstream_media_list_wrapper.columns-4 .wpstream_product_unit,
864 .wpstream_media_list_wrapper.columns-1 li.product.entry,
865 .wpstream_media_list_wrapper.columns-2 li.product.entry,
866 .wpstream_media_list_wrapper.columns-3 li.product.entry,
867 .wpstream_media_list_wrapper.columns-4 li.product.entry{
868 width: 50%;
869 }
870
871 }
872
873 @media only screen and (max-width:600px){
874
875
876
877 .event_unit_style_front .wpstream_modal_form{
878 width: 100%;
879 height: 100%;
880 background-color: #fff;
881 position: fixed;
882 top: 0;
883 margin-top: 0;
884 left: 0;
885 margin-left: 0;
886 display: none;
887 z-index: 1002;
888 padding: 60px 30px;
889 border-radius: 0px;
890 box-sizing: border-box;
891 }
892
893 .event_unit_style_front .wpstream_modal_form .wpstream_modal_explanations{
894 width: 100%;
895 box-sizing: border-box;
896 }
897 .wpstream_sharing_social .dashicons{
898 margin-right: 14px;
899
900 }
901
902 .event_unit_style_front .external_software_streaming_details {
903 width: 100%;
904 }
905
906 .wpstream_close_onboarding,
907 .wpstream_close_modal{
908 top:60px;
909 }
910 }
911
912 @media only screen and (max-width:500px){
913 .wpstream_media_list_wrapper.columns-1 .wpstream_product_unit,
914 .wpstream_media_list_wrapper.columns-2 .wpstream_product_unit,
915 .wpstream_media_list_wrapper.columns-3 .wpstream_product_unit,
916 .wpstream_media_list_wrapper.columns-4 .wpstream_product_unit,
917 .wpstream_media_list_wrapper.columns-1 li.product.entry,
918 .wpstream_media_list_wrapper.columns-2 li.product.entry,
919 .wpstream_media_list_wrapper.columns-3 li.product.entry,
920 .wpstream_media_list_wrapper.columns-4 li.product.entry{
921 width: 100%;
922 }
923
924 }
925
926
927 .wpstream-video-title-overlay{
928 position: absolute;
929 top: 10px;
930 left: 10px;
931 background-color: #0000007d;
932 color: #fff;
933 padding: 5px 20px;
934 font-size: 15px;
935 border-radius: 4px;
936 opacity: 0;
937 transition: all 0.5s ease-in-out;
938 z-index: 99;
939 }
940
941 /* External VOD iframe player (mirror of player/public/iframe_test.html .frame-wrap) */
942 .wpstream_player_iframe_wrap, .wpstream_live_channel_iframe {
943 position: relative;
944 width: 100%;
945 height: 100%;
946 max-width: 100%;
947 aspect-ratio: 16 / 9;
948 overflow: hidden;
949 border-radius: 6px;
950 background: #000;
951 }
952
953 .wpstream_player_iframe_wrap iframe.wpstream_video_on_demand_iframe,
954 .wpstream_player_iframe_wrap iframe.wpstream_video_on_demand_iframe {
955 display: block;
956 width: 100%;
957 height: 100%;
958 border: none;
959 }
960