PluginProbe ʕ •ᴥ•ʔ
Post Grid, Slider & Carousel Ultimate – with Shortcode, Gutenberg Block & Elementor Widget / 1.8.1
Post Grid, Slider & Carousel Ultimate – with Shortcode, Gutenberg Block & Elementor Widget v1.8.1
1.8.1 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.7 1.3.8 1.4.0 1.4.1 1.4.2 1.4.3 1.6.0 1.6.1 1.6.10 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7 1.8
post-grid-carousel-ultimate / assets / css / style.css
post-grid-carousel-ultimate / assets / css Last commit date
index.php 3 years ago owl.carousel.css 3 years ago reset.css 3 years ago sidebar.css 3 years ago simple-line-icons.css 3 years ago style.css 2 months ago swiper-bundle.min.css 3 years ago themes.css 3 years ago
style.css
941 lines
1 /*
2 Plugin: Post Grid Carousel Ultimate
3 Plugin URI: https://wordpress.org/plugins/post-grid-carousel-ultimate/
4 Author: wpWax
5 Version: 2.0
6 */
7 /* Import font */
8 @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap");
9 :root {
10 /* Default Variables */
11 --pgcu-primaryColor: #F31C1C;
12 --pgcu-borderColor: #EBEDF2;
13 --pgcu-textColor: #63666D;
14 --pgcu-textLight: #9C9DAB;
15 --pgcu-textDark: #030213;
16 /* Posts Header Title */
17 --pgcu-headerFontSize: 24px;
18 --pgcu-headerFontColor: #030213;
19 /* Post Title */
20 --pgcu-titleFontSize: 20px;
21 --pgcu-titleColor: #030213;
22 --pgcu-titleColorHover: #F31C1C;
23 /* Post Meta */
24 --pgcu-metaFontSize: 14px;
25 --pgcu-metaColor: #9C9DAB;
26 --pgcu-metaColorHover: #F31C1C;
27 /* Post excerpt */
28 --pgcu-excerptFontSize: 16px;
29 --pgcu-excerptColor: #63666D;
30 /* Read more link */
31 --pgcu-readMoreColor: #030213;
32 --pgcu-readMoreColorHover: #F31C1C;
33 /* Buttons */
34 --pgcu-buttonFontSize: 14px;
35 --pgcu-buttonColor: #030213;
36 --pgcu-buttonColorHover: #ffffff;
37 --pgcu-buttonBg: #EFEFEF;
38 --pgcu-buttonBgHover: #030213;
39 /* Sortable button */
40 --pgcu-sortableBtnBorder: #E4E4ED;
41 --pgcu-sortableBtnColor: #4F515A;
42 --pgcu-sortableBtnActiveBg: #030213;
43 --pgcu-sortableBtnActiveColor: #fff;
44 /* Pagination */
45 --pgcu-pagColor: #4F515A;
46 --pgcu-pagColorHover: #fff;
47 --pgcu-pagBorderColor: #EFEFEF;
48 --pgcu-pagBorderColorHover: #030213;
49 --pgcu-pagBgColor: #fff;
50 --pgcu-pagBgColorHover: #030213;
51 --pgcu-pagActiveColor: #fff;
52 --pgcu-pagActiveBgColor: #030213;
53 --pgcu-pagActiveBorderColor: #030213;
54 /* Badge */
55 --pgcu-badgeColor: #fff;
56 --pgcu-badgeBg: #F31C1C;
57 /* Marquee Animation */
58 --pgcu-marqueeItemsWidth: -2930px;
59 --pgcu-marqueeSpeed: 10000ms;
60 /* Navigaiton */
61 --pgcu-navArrowColor: #030517;
62 --pgcu-navArrowColorHover: #fff;
63 --pgcu-navBgColor: #f5f5f5;
64 --pgcu-navBgColorHover: #F31C1C;
65 --pgcu-navBorderColor: #f5f5f5;
66 --pgcu-navBorderColorHover: #F31C1C;
67 }
68
69 /* General Styles */
70 .pgcu-posts {
71 max-width: 100% !important;
72 width: 100% !important;
73 position: relative;
74 overflow: hidden;
75 }
76
77 /* Header style */
78 .pgcu-posts__header {
79 margin: 0 0 30px !important;
80 max-width: 100% !important;
81 width: 100% !important;
82 padding: 0;
83 text-align: left !important;
84 }
85 .pgcu-posts__header--middle {
86 text-align: center !important;
87 }
88 .pgcu-posts__header--right {
89 text-align: right !important;
90 }
91 .pgcu-posts__header h2 {
92 font-size: var(--pgcu-headerFontSize);
93 color: var(--pgcu-headerFontColor) !important;
94 font-weight: 500;
95 margin: 0 !important;
96 }
97
98 /* Post card */
99 .pgcu-post__img > a {
100 display: block;
101 line-height: 0;
102 }
103 .pgcu-post__img > a img {
104 margin: 0;
105 }
106 .pgcu-post__img__upper-content {
107 position: absolute;
108 box-sizing: border-box;
109 }
110 .pgcu-post__img__upper-content--bottom-left {
111 left: 0;
112 bottom: 0;
113 width: 100%;
114 padding: 15px;
115 }
116 .pgcu-post--rounded-border {
117 border-radius: 6px;
118 }
119 .pgcu-post--rounded-border .pgcu-post__img {
120 position: relative;
121 }
122 .pgcu-post--rounded-border .pgcu-post__img img {
123 border-radius: 6px 6px 0 0;
124 width: 100%;
125 }
126 .pgcu-post--rounded-border .pgcu-post__details {
127 border: 1px solid #EBEDF2;
128 border-top: 0 none;
129 border-radius: 0 0 6px 6px;
130 transition: 0.3s ease;
131 }
132 .pgcu-post__content {
133 background: #fff;
134 border-radius: 6px;
135 }
136
137 /* Carousel default */
138 .pgcu-carousel {
139 position: relative;
140 overflow: hidden;
141 /* Carousel marquee effect */
142 }
143 .pgcu-carousel--marquee .swiper-wrapper {
144 transition: none !important;
145 }
146 .pgcu-carousel--marquee:hover .swiper-wrapper {
147 animation-play-state: paused;
148 }
149 .pgcu-carousel--marquee .pgcu-carousel-nav {
150 display: none;
151 }
152
153 /* Carousel nav style */
154 .pgcu-carousel-nav {
155 margin: 0 -5px;
156 padding: 0 15px;
157 }
158 .pgcu-carousel-nav__btn {
159 width: 40px;
160 height: 40px;
161 border: 1px solid var(--pgcu-navBorderColor) !important;
162 display: inline-flex;
163 align-items: center;
164 justify-content: center;
165 margin: 0 5px;
166 cursor: pointer;
167 transition: 0.3s ease;
168 background: var(--pgcu-navBgColor) !important;
169 }
170 .pgcu-carousel-nav__btn svg {
171 width: 8px;
172 height: 16px;
173 fill: var(--pgcu-navArrowColor) !important;
174 }
175 .pgcu-carousel-nav__btn:hover {
176 border-color: var(--pgcu-navBorderColorHover) !important;
177 background: var(--pgcu-navBgColorHover) !important;
178 }
179 .pgcu-carousel-nav__btn:hover svg {
180 fill: var(--pgcu-navArrowColorHover) !important;
181 }
182 .pgcu-carousel-nav--circle .pgcu-carousel-nav__btn {
183 border-radius: 50%;
184 }
185 .pgcu-carousel-nav--bottom-left {
186 margin-top: 35px;
187 display: flex;
188 align-items: center;
189 justify-content: flex-start;
190 padding: 0;
191 }
192 .pgcu-carousel-nav--bottom-center {
193 margin-top: 35px;
194 display: flex;
195 align-items: center;
196 justify-content: center;
197 }
198 .pgcu-carousel-nav--bottom-right {
199 margin-top: 35px;
200 display: flex;
201 align-items: center;
202 justify-content: flex-end;
203 padding: 0;
204 }
205 .pgcu-carousel-nav--middle {
206 position: absolute;
207 width: 100%;
208 left: 0;
209 top: 50%;
210 transform: translateY(-50%);
211 display: flex;
212 align-items: center;
213 justify-content: space-between;
214 z-index: 99;
215 margin: 0;
216 padding: 0;
217 pointer-events: none;
218 }
219 .pgcu-carousel-nav--middle .pgcu-carousel-nav__btn {
220 margin: 0;
221 pointer-events: all;
222 }
223 .pgcu-carousel-nav--middle .pgcu-carousel-nav__btn--prev {
224 margin-left: 0;
225 }
226 .pgcu-carousel-nav--middle .pgcu-carousel-nav__btn--next {
227 margin-right: 0;
228 }
229 .pgcu-carousel-nav--top-right {
230 display: flex;
231 align-items: center;
232 justify-content: flex-end;
233 margin-bottom: 30px;
234 padding: 0;
235 }
236 .pgcu-carousel-nav--top-left {
237 display: flex;
238 align-items: center;
239 justify-content: flex-start;
240 margin-bottom: 30px;
241 padding: 0;
242 }
243 .pgcu-carousel-nav--top-center {
244 display: flex;
245 align-items: center;
246 justify-content: center;
247 margin-bottom: 30px;
248 padding: 0;
249 }
250
251 /* Sortable grid */
252 .pgcu-post-sortable__nav {
253 display: flex;
254 flex-wrap: wrap;
255 align-items: center;
256 justify-content: center;
257 margin: -4px -4px 36px;
258 }
259 .pgcu-post-sortable__nav .pgcu-post-sortable__btn {
260 margin: 4px;
261 color: var(--pgcu-sortableBtnColor) !important;
262 font-size: 14px;
263 font-weight: 500;
264 height: 38px;
265 padding: 0 15px;
266 display: inline-flex;
267 align-items: center;
268 justify-content: center;
269 text-decoration: none;
270 border: 1px solid var(--pgcu-sortableBtnBorder) !important;
271 border-radius: 4px;
272 background: #fff;
273 }
274 .pgcu-post-sortable__nav .pgcu-post-sortable__btn--active {
275 border-color: var(--pgcu-sortableBtnActiveBg) !important;
276 color: var(--pgcu-sortableBtnActiveColor) !important;
277 background: var(--pgcu-sortableBtnActiveBg) !important;
278 }
279 .pgcu-post-sortable .pgcu-row {
280 margin-top: 0;
281 }
282 .pgcu-post-sortable .pgcu-row .pgcu-post {
283 margin-top: 0;
284 margin-bottom: 30px;
285 }
286
287 /* Loading effect */
288 .pgcu-post-loading {
289 position: relative;
290 }
291 .pgcu-post-loading:before {
292 content: "";
293 position: absolute;
294 width: 35px;
295 height: 35px;
296 border-radius: 50%;
297 border: 2px solid #F31C1C;
298 border-top-color: transparent;
299 z-index: 9999;
300 left: 50%;
301 top: 50%;
302 transform: translate(-50%, -50%);
303 animation: pgcu-rotate 1s linear infinite;
304 }
305 .pgcu-post-loading:after {
306 content: "";
307 width: 100%;
308 height: 100%;
309 left: 0;
310 top: 0;
311 background: rgba(255, 255, 255, 0.8);
312 position: absolute;
313 }
314
315 /* pgcu grid */
316 .pgcu-row {
317 display: flex;
318 flex-wrap: wrap;
319 margin-right: -15px;
320 margin-left: -15px;
321 margin-top: -25px;
322 min-width: 100%;
323 }
324
325 .pgcu-row > * {
326 box-sizing: border-box;
327 flex-shrink: 0;
328 width: 100%;
329 max-width: 100%;
330 padding-right: 15px;
331 padding-left: 15px;
332 margin-top: 25px;
333 }
334
335 /* pgcu columns */
336 .pgcu-column-1 .pgcu-post {
337 flex: 0 0 100%;
338 width: 100%;
339 }
340
341 .pgcu-column-2 .pgcu-post {
342 flex: 0 0 50%;
343 width: 50%;
344 }
345
346 .pgcu-column-3 .pgcu-post {
347 flex: 0 0 33.33%;
348 width: 33.33%;
349 }
350
351 .pgcu-column-4 .pgcu-post {
352 flex: 0 0 25%;
353 width: 25%;
354 }
355
356 .pgcu-column-5 .pgcu-post {
357 flex: 0 0 20%;
358 width: 20%;
359 }
360
361 /* columns in mobile and tablet */
362 @media only screen and (max-width: 991px) {
363 .pgcu-column-md-1 .pgcu-post {
364 flex: 0 0 100% !important;
365 width: 100% !important;
366 }
367 .pgcu-column-md-2 .pgcu-post {
368 flex: 0 0 50%;
369 width: 50%;
370 }
371 .pgcu-column-md-3 .pgcu-post {
372 flex: 0 0 33.33%;
373 width: 33.33%;
374 }
375 .pgcu-column-md-4 .pgcu-post {
376 flex: 0 0 25%;
377 width: 25%;
378 }
379 }
380 @media only screen and (max-width: 767px) {
381 .pgcu-column-sm-1 .pgcu-post {
382 flex: 0 0 100% !important;
383 width: 100% !important;
384 }
385 .pgcu-column-sm-2 .pgcu-post {
386 flex: 0 0 50%;
387 width: 50%;
388 }
389 .pgcu-column-sm-3 .pgcu-post {
390 flex: 0 0 33.33%;
391 width: 33.33%;
392 }
393 .pgcu-column-sm-4 .pgcu-post {
394 flex: 0 0 25%;
395 width: 25%;
396 display: flex;
397 }
398 }
399 /* Keyframes */
400 @keyframes pgcu-rotate {
401 0% {
402 transform: rotate(0deg);
403 }
404 100% {
405 transform: rotate(360deg);
406 }
407 }
408 @keyframes pgcu-marquee {
409 to {
410 transform: translateX(-100%);
411 }
412 }
413 /*===========================
414 Style: Components
415 ===========================*/
416 /* Post title */
417 .pgcu-post__title {
418 margin: 0 !important;
419 font-size: unset;
420 line-height: 1.2;
421 }
422 .pgcu-post__title:before, .pgcu-post__title:after {
423 content: none;
424 }
425 .pgcu-post__title a {
426 font-size: var(--pgcu-titleFontSize);
427 color: var(--pgcu-titleColor) !important;
428 transition: 0.3s ease;
429 text-decoration: none !important;
430 border: 0 none !important;
431 line-height: inherit;
432 }
433 .pgcu-post__title a:hover {
434 color: var(--pgcu-titleColorHover) !important;
435 }
436
437 /* Post Meta */
438 .pgcu-post__meta {
439 margin: 0 -11px !important;
440 padding: 0 !important;
441 list-style: none;
442 display: flex;
443 flex-wrap: wrap;
444 align-items: center;
445 }
446 .pgcu-post__meta li {
447 list-style-type: none;
448 margin: 0 !important;
449 padding: 0 11px !important;
450 }
451 .pgcu-post__meta li a {
452 text-decoration: none !important;
453 font-size: 14px;
454 color: var(--pgcu-metaColor) !important;
455 display: block;
456 transition: 0.3s ease;
457 }
458 .pgcu-post__meta li a:hover {
459 color: var(--pgcu-metaColorHover) !important;
460 }
461 .pgcu-post__meta--dots li:not(:last-child) {
462 position: relative;
463 }
464 .pgcu-post__meta--dots li:not(:last-child):after {
465 content: "";
466 position: absolute;
467 right: 0;
468 top: 50%;
469 transform: translateY(-50%);
470 width: 4px;
471 height: 4px;
472 border-radius: 50%;
473 background: var(--pgcu-textLight);
474 }
475 .pgcu-post__meta--has-icon {
476 margin: 0 -10px !important;
477 position: relative;
478 }
479 .pgcu-post__meta--has-icon li {
480 padding: 0 10px;
481 }
482 .pgcu-post__meta--has-icon li span {
483 font-size: 14px;
484 color: var(--pgcu-metaColor) !important;
485 display: block;
486 }
487 .pgcu-post__meta--has-icon li div {
488 display: flex;
489 align-items: center;
490 }
491 .pgcu-post__meta--has-icon li svg {
492 width: 14px;
493 height: 14px;
494 fill: var(--pgcu-metaColor) !important;
495 margin-right: 8px;
496 }
497 .pgcu-post__meta__share {
498 position: relative;
499 }
500 .pgcu-post__meta__share__dropdown {
501 position: absolute;
502 width: 130px;
503 left: auto;
504 right: -15px;
505 top: 40px;
506 box-shadow: 0 0 15px rgba(3, 2, 19, 0.1);
507 padding: 15px;
508 background: #fff;
509 justify-content: center;
510 visibility: hidden;
511 opacity: 0;
512 pointer-events: none;
513 transition: 0.3s ease;
514 z-index: 2;
515 }
516 .pgcu-post__meta__share__dropdown a {
517 display: block;
518 margin: 0 7px;
519 text-decoration: none !important;
520 transition: 0.3s ease;
521 flex: none;
522 line-height: 1;
523 }
524 .pgcu-post__meta__share__dropdown a svg {
525 margin-right: 0;
526 }
527 .pgcu-post__meta__share__dropdown a:hover svg {
528 fill: var(--pgcu-metaColorHover) !important;
529 }
530 .pgcu-post__meta__share:before {
531 content: "";
532 width: 100%;
533 position: absolute;
534 height: 10px;
535 left: 0;
536 bottom: -12px;
537 }
538 .pgcu-post__meta__share:hover {
539 cursor: pointer;
540 }
541 .pgcu-post__meta__share:hover .pgcu-post__meta__share__icon svg {
542 fill: var(--pgcu-metaColorHover) !important;
543 }
544 .pgcu-post__meta__share:hover .pgcu-post__meta__share__icon span {
545 color: var(--pgcu-metaColorHover) !important;
546 }
547 .pgcu-post__meta__share:hover .pgcu-post__meta__share__dropdown {
548 top: 26px;
549 visibility: visible;
550 opacity: 1;
551 pointer-events: all;
552 }
553 .pgcu-post__meta__categories {
554 display: flex;
555 flex-wrap: wrap;
556 align-items: center;
557 margin: -3px !important;
558 }
559 .pgcu-post__meta__categories > a {
560 margin: 3px;
561 text-decoration: none !important;
562 }
563 .pgcu-post__meta__categories > a:first-child:after {
564 content: ",";
565 }
566 .pgcu-post__meta__categories > a:last-child:after {
567 content: none;
568 }
569 .pgcu-post__meta__categories-more {
570 line-height: 0.5;
571 position: relative;
572 }
573 .pgcu-post__meta__categories-more span {
574 display: block;
575 margin-left: 4px;
576 cursor: pointer;
577 }
578 .pgcu-post__meta__categories-more span svg {
579 width: 9px;
580 height: 9px;
581 fill: var(--pgcu-textLight);
582 transition: 0.3s ease;
583 }
584 .pgcu-post__meta__categories-more div {
585 visibility: hidden;
586 opacity: 0;
587 pointer-events: none;
588 position: absolute;
589 background: #fff;
590 padding: 10px;
591 border-radius: 5px;
592 right: -12px;
593 bottom: calc(100% + 10px);
594 box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
595 transition: 0.3s ease;
596 min-width: 100px;
597 }
598 .pgcu-post__meta__categories-more div:before {
599 position: absolute;
600 content: "";
601 border-right: 7px solid transparent;
602 border-left: 7px solid transparent;
603 border-top: 9px solid #fff;
604 right: 10px;
605 bottom: -9px;
606 }
607 .pgcu-post__meta__categories-more div:after {
608 content: "";
609 position: absolute;
610 width: 100%;
611 height: 15px;
612 left: 0;
613 bottom: -13px;
614 background: transparent;
615 }
616 .pgcu-post__meta__categories-more div a {
617 display: block;
618 line-height: 1;
619 text-decoration: none !important;
620 }
621 .pgcu-post__meta__categories-more div a:not(:last-child) {
622 margin-bottom: 5px;
623 }
624 .pgcu-post__meta__categories-more:hover span svg {
625 fill: var(--pgcu-primaryColor);
626 }
627 .pgcu-post__meta__categories-more:hover span + div {
628 visibility: visible;
629 opacity: 1;
630 pointer-events: all;
631 }
632
633 /* Post Excerpt */
634 .pgcu-post__excerpt {
635 color: var(--pgcu-excerptColor) !important;
636 font-size: var(--pgcu-excerptFontSize);
637 line-height: 1.625;
638 margin: 0;
639 }
640
641 /* Buttons */
642 .pgcu-button {
643 background: var(--pgcu-buttonBg) !important;
644 color: var(--pgcu-buttonColor) !important;
645 font-size: var(--pgcu-buttonFontSize);
646 font-weight: 500;
647 height: 38px;
648 padding: 0 20px;
649 display: inline-flex;
650 align-items: center;
651 justify-content: center;
652 text-decoration: none;
653 transition: 0.3s ease;
654 line-height: 1;
655 }
656 .pgcu-button:hover {
657 background: var(--pgcu-buttonBgHover) !important;
658 color: var(--pgcu-buttonColorHover) !important;
659 }
660 .pgcu-button--rounded {
661 border-radius: 4px;
662 }
663 .pgcu-button--loading {
664 position: relative;
665 }
666 .pgcu-button--loading:after {
667 content: "";
668 position: absolute;
669 }
670 .pgcu-button--active {
671 background: var(--pgcu-buttonBgHover) !important;
672 color: var(--pgcu-buttonColorHover) !important;
673 }
674
675 /* Read more link */
676 .pgcu-post__readmore {
677 font-size: 14px;
678 font-weight: 500;
679 color: var(--pgcu-readMoreColor) !important;
680 display: flex;
681 align-items: center;
682 text-decoration: none;
683 transition: 0.3s ease;
684 }
685 .pgcu-post__readmore svg {
686 width: 11px;
687 height: 13px;
688 margin-left: 0;
689 visibility: hidden;
690 opacity: 0;
691 transition: 0.3s ease;
692 fill: var(--pgcu-readMoreColor);
693 }
694 .pgcu-post__readmore:hover {
695 color: var(--pgcu-readMoreColorHover) !important;
696 text-decoration: underline !important;
697 }
698 .pgcu-post__readmore:hover svg {
699 margin-left: 7px;
700 visibility: visible;
701 opacity: 1;
702 fill: var(--pgcu-readMoreColorHover);
703 }
704
705 /* Badges */
706 .pgcu-post__badge {
707 border-radius: 3px;
708 background: var(--pgcu-badgeBg) !important;
709 color: var(--pgcu-badgeColor) !important;
710 text-decoration: none !important;
711 font-size: 13px;
712 font-weight: 500;
713 height: 22px;
714 border-radius: 3px;
715 padding: 0 4px;
716 line-height: 24px;
717 display: inline-block;
718 }
719
720 /*===========================
721 Utility Classes
722 ===========================*/
723 .pgcu-text-center {
724 text-align: center;
725 }
726
727 .pgcu-pos-relative {
728 position: relative;
729 }
730
731 .pgcu-d-block {
732 display: block;
733 }
734
735 .pgcu-d-flex {
736 display: flex;
737 }
738
739 .pgcu-d-flex-wrap {
740 flex-wrap: wrap;
741 }
742
743 .pgcu-space-between {
744 justify-content: space-between;
745 }
746
747 .pgcu-flex-center {
748 justify-content: center;
749 }
750
751 .pgcu-flex-column {
752 flex-direction: column;
753 }
754
755 .pgcu-flex-align-center {
756 align-items: center;
757 }
758
759 .pgcu-tr-0 {
760 top: 0;
761 right: 0;
762 }
763
764 .pgcu-tl-0 {
765 top: 0;
766 left: 0;
767 }
768
769 .pgcu-br-0 {
770 bottom: 0;
771 right: 0;
772 }
773
774 .pgcu-bl-0 {
775 bottom: 0;
776 left: 0;
777 }
778
779 .pgcu-mb-5 {
780 margin-bottom: 5px !important;
781 }
782
783 .pgcu-mb-10 {
784 margin-bottom: 10px !important;
785 }
786
787 .pgcu-mb-15 {
788 margin-bottom: 15px !important;
789 }
790
791 .pgcu-mt-15 {
792 margin-top: 15px !important;
793 }
794
795 /* Utility responsiveness */
796 @media (max-width: 575px) {
797 .wpxu-d-sm-block {
798 display: block;
799 }
800 }
801 /*===========================
802 Pagination styles
803 ===========================*/
804 .pgcu-pagination .pagination {
805 margin: 0;
806 padding: 0;
807 border: 0 none;
808 width: 100%;
809 max-width: 100%;
810 }
811
812 .pgcu-pagination .pagination .nav-links {
813 margin: 25px -5px -5px;
814 display: flex;
815 align-items: center;
816 justify-content: center;
817 }
818
819 .pgcu-pagination.pgcu-pagination--left .pagination .nav-links {
820 justify-content: flex-start;
821 }
822
823 .pgcu-pagination.pgcu-pagination--right .pagination .nav-links {
824 justify-content: flex-end;
825 }
826
827 .pgcu-pagination .pagination .nav-links .page-numbers {
828 color: var(--pgcu-pagColor) !important;
829 margin: 5px;
830 font-size: 14px;
831 text-decoration: none;
832 border: 1px solid var(--pgcu-pagBorderColor) !important;
833 display: flex;
834 align-items: center;
835 justify-content: center;
836 padding: 0;
837 background: var(--pgcu-pagBgColor) !important;
838 width: 34px;
839 min-width: 34px;
840 height: 34px;
841 min-height: 34px;
842 border-radius: 4px !important;
843 transition: 0.3s ease;
844 }
845 .pgcu-pagination .pagination .nav-links .page-numbers:before, .pgcu-pagination .pagination .nav-links .page-numbers:after {
846 content: none;
847 }
848 .pgcu-pagination .pagination .nav-links .page-numbers.prev, .pgcu-pagination .pagination .nav-links .page-numbers.next {
849 position: static;
850 }
851
852 .pgcu-pagination .pagination .nav-links .page-numbers svg {
853 fill: var(--pgcu-pagColor) !important;
854 transition: 0.3s ease;
855 width: 12px;
856 }
857
858 .pgcu-pagination .pagination .nav-links .page-numbers:hover svg {
859 fill: var(--pgcu-pagColorHover) !important;
860 }
861
862 .pgcu-pagination .pagination .nav-links .page-numbers:hover {
863 background: var(--pgcu-pagBgColorHover) !important;
864 border-color: var(--pgcu-pagBorderColorHover) !important;
865 color: var(--pgcu-pagColorHover) !important;
866 }
867
868 .pgcu-pagination .pagination .nav-links .page-numbers.current {
869 background: var(--pgcu-pagActiveBgColor) !important;
870 border-color: var(--pgcu-pagActiveBorderColor) !important;
871 color: var(--pgcu-pagActiveColor) !important;
872 box-shadow: none !important;
873 }
874
875 /*===========================
876 Style: Theme One
877 ===========================*/
878 .pgcu-theme-1 .pgcu-post__title {
879 margin-bottom: 12px !important;
880 }
881 .pgcu-theme-1 .pgcu-post__meta {
882 margin-bottom: 16px !important;
883 }
884 .pgcu-theme-1 .pgcu-post__excerpt {
885 margin-bottom: 14px !important;
886 }
887 .pgcu-theme-1 .pgcu-post__details {
888 padding: 20px;
889 }
890
891 /*===========================
892 Style: Theme Two
893 ===========================*/
894 .pgcu-theme-2 .pgcu-post__title {
895 margin-bottom: 12px !important;
896 }
897 .pgcu-theme-2 .pgcu-post__excerpt {
898 margin-bottom: 20px !important;
899 }
900 .pgcu-theme-2 .pgcu-post__details {
901 padding: 20px;
902 }
903
904 /*===========================
905 Style: Theme Three
906 ===========================*/
907 .pgcu-theme-3 .pgcu-post__title {
908 margin-top: 10px !important;
909 margin-bottom: 12px !important;
910 }
911 .pgcu-theme-3 .pgcu-post__excerpt {
912 margin-bottom: 20px !important;
913 }
914 .pgcu-theme-3 .pgcu-post__details {
915 padding: 20px;
916 }
917
918 /*===========================
919 Style: Theme Four
920 ===========================*/
921 .pgcu-theme-4 {
922 padding-bottom: 45px;
923 }
924 .pgcu-theme-4 .pgcu-post__title {
925 margin-top: 10px !important;
926 margin-bottom: 12px !important;
927 }
928 .pgcu-theme-4 .pgcu-post__excerpt {
929 margin-bottom: 20px !important;
930 }
931 .pgcu-theme-4 .pgcu-post__details {
932 padding: 20px;
933 transition: 0.3s ease;
934 }
935 .pgcu-theme-4 .pgcu-post__content:hover .pgcu-post__details {
936 border-color: transparent;
937 box-shadow: 0 5px 20px rgba(162, 164, 193, 0.2);
938 }
939
940 /*# sourceMappingURL=style.css.map */
941